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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 18:08:34
  Author: felixonmars
Revision: 734015

upgpkg: shellcheck 0.7.1-163: rebuild with pandoc-types 1.22, pandoc 2.11, 
citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10, pandoc-crossref 
0.3.8.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 18:06:00 UTC (rev 734014)
+++ PKGBUILD2020-10-26 18:08:34 UTC (rev 734015)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=162
+pkgrel=163
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net";
 license=("GPL")


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 18:05:43
  Author: felixonmars
Revision: 734013

upgpkg: pandoc-crossref 0.3.8.2-1: rebuild with pandoc-types 1.22, pandoc 2.11, 
citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10, pandoc-crossref 
0.3.8.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:50:57 UTC (rev 734012)
+++ PKGBUILD2020-10-26 18:05:43 UTC (rev 734013)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc-crossref
-pkgver=0.3.8.1
-pkgrel=29
+pkgver=0.3.8.2
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")
@@ -16,7 +16,7 @@
 conflicts=('haskell-pandoc-crossref')
 replaces=('haskell-pandoc-crossref')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
-sha512sums=('1436c2e83ee27caddbe8477df9f19dd1c579ff7f99e0f2f206acf34d9a8952e20e089931e644a5f7690b0bebb6492d6596237d10990e6d1a4e61ddcf91c286ce')
+sha512sums=('9ffb9a727aa1000b5e3e1b3d14941015a411463db30e339c43ce75bc701cb7e3bf9510179d0369ec13693fb6962d5a5a936ef8c21536a42a1a9abf62d10f6405')
 
 build() {
 cd $pkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 18:06:00
  Author: felixonmars
Revision: 734014

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 734013, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
734013, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 18:06:00 UTC (rev 734014)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.8.2
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
+sha512sums=('9ffb9a727aa1000b5e3e1b3d14941015a411463db30e339c43ce75bc701cb7e3bf9510179d0369ec13693fb6962d5a5a936ef8c21536a42a1a9abf62d10f6405')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 17:50:57
  Author: felixonmars
Revision: 734012

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 734011, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 734011, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 17:50:57 UTC (rev 734012)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.11
+pkgrel=1
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-citeproc' 'haskell-commonmark' 
'haskell-commonmark-extensions'
+ 'haskell-commonmark-pandoc' 'haskell-connection' 
'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e17251c2b501eca47a017b880a9cbf2cb7d6fcfee040a4a6f400d53e14226bc377394bdc153125c732c34a5f24ce665e905448f08b4521df0f0a7af35c2e1a96')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+uusi $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 17:50:42
  Author: felixonmars
Revision: 734011

upgpkg: pandoc 2.11-1: rebuild with pandoc-types 1.22, pandoc 2.11, citeproc 
0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:44:00 UTC (rev 734010)
+++ PKGBUILD2020-10-26 17:50:42 UTC (rev 734011)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=2.10.1
-pkgrel=51
+pkgver=2.11
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -11,9 +11,9 @@
 depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
  'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
  'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
- 'haskell-commonmark' 'haskell-commonmark-extensions' 
'haskell-commonmark-pandoc'
- 'haskell-connection' 'haskell-data-default' 'haskell-doclayout'
- 'haskell-doctemplates' 'haskell-emojis' 'haskell-glob'
+ 'haskell-citeproc' 'haskell-commonmark' 
'haskell-commonmark-extensions'
+ 'haskell-commonmark-pandoc' 'haskell-connection' 
'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 
'haskell-glob'
  'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
  'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
  'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
@@ -27,15 +27,15 @@
 'texlive-core: for pdf output')
 conflicts=('haskell-pandoc')
 replaces=('haskell-pandoc')
-makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
  'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
  'haskell-executable-path')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('055d0d87c621ec428da7d2c589de9e1371ec6ebf613d943573d89c8bb98f2a0d67d4c156cf31f4257f0093c69f4006d06e11426ee04e7267f535c68381cfabf2')
+sha512sums=('e17251c2b501eca47a017b880a9cbf2cb7d6fcfee040a4a6f400d53e14226bc377394bdc153125c732c34a5f24ce665e905448f08b4521df0f0a7af35c2e1a96')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"
-sed -i 's/< *1.2/<2/' $pkgname.cabal
+uusi $pkgname.cabal
 
 # TODO: find a better solution
 sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs


[arch-commits] Commit in riscv64-linux-gnu-gdb/trunk (PKGBUILD)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:43:39
  Author: anatolik
Revision: 734009

upgpkg: riscv64-linux-gnu-gdb 10.1-1

Modified:
  riscv64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:39:37 UTC (rev 734008)
+++ PKGBUILD2020-10-26 17:43:39 UTC (rev 734009)
@@ -2,17 +2,17 @@
 
 _target=riscv64-linux-gnu
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555'
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in riscv64-linux-gnu-gdb/repos (2 files)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:44:00
  Author: anatolik
Revision: 734010

archrelease: copy trunk to community-testing-x86_64

Added:
  riscv64-linux-gnu-gdb/repos/community-testing-x86_64/
  riscv64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 734009, riscv64-linux-gnu-gdb/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
734009, riscv64-linux-gnu-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-26 17:44:00 UTC (rev 734010)
@@ -0,0 +1,53 @@
+# Maintainer: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--disable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR=$pkgdir install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:39:37
  Author: anatolik
Revision: 734008

archrelease: copy trunk to community-testing-x86_64

Added:
  avr-gdb/repos/community-testing-x86_64/
  avr-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 734007, avr-gdb/trunk/PKGBUILD)
  avr-gdb/repos/community-testing-x86_64/fix_python37.patch
(from rev 734007, avr-gdb/trunk/fix_python37.patch)

+
 PKGBUILD   |   56 +++
 fix_python37.patch |   66 +++
 2 files changed, 122 insertions(+)

Copied: avr-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 734007, 
avr-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-26 17:39:37 UTC (rev 734008)
@@ -0,0 +1,56 @@
+# Maintainer: schuay 
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Laszlo Papp 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Vladimir Cerny 
+# Contributor: 4javier <4javieregATgmailDOTcom>
+
+_target=avr
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for AVR'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--disable-nls \
+--enable-languages=c,c++ \
+--prefix=/usr \
+--target=$_target \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-readline \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+
+}

Copied: avr-gdb/repos/community-testing-x86_64/fix_python37.patch (from rev 
734007, avr-gdb/trunk/fix_python37.patch)
===
--- community-testing-x86_64/fix_python37.patch (rev 0)
+++ community-testing-x86_64/fix_python37.patch 2020-10-26 17:39:37 UTC (rev 
734008)
@@ -0,0 +1,66 @@
+From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
+From: Paul Koning 
+Date: Fri, 8 Jun 2018 13:26:36 -0400
+Subject: [PATCH] Fix build issue with Python 3.7
+
+Originally reported in
+https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
+with Python 3.7 due to references to a Python internal function whose
+declaration changed in 3.7.
+
+gdb/ChangeLog
+2018-06-08  Paul Koning  
+
+   PR gdb/23252
+
+   * python/python.c (do_start_initialization):
+   Avoid call to internal Python API.
+   (init__gdb_module): New function.
+---
+ gdb/ChangeLog   |  8 
+ gdb/python/python.c | 18 +++---
+ 2 files changed, 23 insertions(+), 3 deletions(-)
+
+diff --git a/gdb/python/python.c b/gdb/python/python.c
+index 1805c906284..20fc674f20a 100644
+--- a/gdb/python/python.c
 b/gdb/python/python.c
+@@ -1667,6 +1667,17 @@ finalize_python (void *ignore)
+   restore_active_ext_lang (previous_active);
+ }
+ 
++#ifdef IS_PY3K
++/* This is called via the PyImport_AppendInittab mechanism called
++   during initialization, to make the built-in _gdb module known to
++   Python.  */
++PyMODINIT_FUNC
++init__gdb_module (void)
++{
++  return PyModule_Create (&python_GdbModuleDef);
++}
++#endif
++
+ static bool
+ do_start_initialization ()
+ {
+@@ -1707,6 +1718,9 @@ do_start_initialization ()
+  remain alive for the duration of the program's execution, so
+  it is not freed after this call.  */
+   Py_SetProgramName (progname_copy);
++
++  /* Define _gdb as a built-in module.  */
++  PyImport_AppendInittab ("_gdb", init__gdb_module);
+ #else
+   Py_SetProgramName (progname.release ());
+ #endif
+@@ -1716,9 +1730,7 @@ do_start_initialization ()
+   PyEval_InitThreads ();
+ 
+ #ifdef IS_PY3K
+-  gdb_module = PyModule_Create (&python_GdbModuleDef);
+-  /* Add _gdb module to the list of known built-in modules.  */
+-  _PyImport_FixupBuiltin (gdb_module, "_gdb");
++  gdb_module = PyImport_ImportModule ("_gdb");
+ #else
+   gdb_module = Py_InitModule ("_gdb", python_GdbMethods);
+ #endif


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:39:18
  Author: anatolik
Revision: 734007

upgpkg: avr-gdb 10.1-1

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:39:01 UTC (rev 734006)
+++ PKGBUILD2020-10-26 17:39:18 UTC (rev 734007)
@@ -7,16 +7,16 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555'
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:38:42
  Author: anatolik
Revision: 734005

upgpkg: arm-none-eabi-gdb 10.1-1

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:35:57 UTC (rev 734004)
+++ PKGBUILD2020-10-26 17:38:42 UTC (rev 734005)
@@ -3,17 +3,17 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
 optdepends=('stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555'
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


[arch-commits] Commit in arm-none-eabi-gdb/repos (3 files)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:39:01
  Author: anatolik
Revision: 734006

archrelease: copy trunk to community-testing-x86_64

Added:
  arm-none-eabi-gdb/repos/community-testing-x86_64/
  arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 734005, arm-none-eabi-gdb/trunk/PKGBUILD)
  arm-none-eabi-gdb/repos/community-testing-x86_64/fix_python37.patch
(from rev 734005, arm-none-eabi-gdb/trunk/fix_python37.patch)

+
 PKGBUILD   |   54 +
 fix_python37.patch |   66 +++
 2 files changed, 120 insertions(+)

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
734005, arm-none-eabi-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-26 17:39:01 UTC (rev 734006)
@@ -0,0 +1,54 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
+optdepends=('stlink: for debugging over STLINK')
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--enable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "$pkgdir"/usr/include/gdb/
+  rm -r "$pkgdir"/usr/share/gdb/
+  rm -r "$pkgdir"/usr/share/info/
+  rm -r "$pkgdir"/usr/share/man/man5/
+}

Copied: arm-none-eabi-gdb/repos/community-testing-x86_64/fix_python37.patch 
(from rev 734005, arm-none-eabi-gdb/trunk/fix_python37.patch)
===
--- community-testing-x86_64/fix_python37.patch (rev 0)
+++ community-testing-x86_64/fix_python37.patch 2020-10-26 17:39:01 UTC (rev 
734006)
@@ -0,0 +1,66 @@
+From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
+From: Paul Koning 
+Date: Fri, 8 Jun 2018 13:26:36 -0400
+Subject: [PATCH] Fix build issue with Python 3.7
+
+Originally reported in
+https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
+with Python 3.7 due to references to a Python internal function whose
+declaration changed in 3.7.
+
+gdb/ChangeLog
+2018-06-08  Paul Koning  
+
+   PR gdb/23252
+
+   * python/python.c (do_start_initialization):
+   Avoid call to internal Python API.
+   (init__gdb_module): New function.
+---
+ gdb/ChangeLog   |  8 
+ gdb/python/python.c | 18 +++---
+ 2 files changed, 23 insertions(+), 3 deletions(-)
+
+diff --git a/gdb/python/python.c b/gdb/python/python.c
+index 1805c906284..20fc674f20a 100644
+--- a/gdb/python/python.c
 b/gdb/python/python.c
+@@ -1667,6 +1667,17 @@ finalize_python (void *ignore)
+   restore_active_ext_lang (previous_active);
+ }
+ 
++#ifdef IS_PY3K
++/* This is called via the PyImport_AppendInittab mechanism called
++   during initialization, to make the built-in _gdb module known to
++   Python.  */
++PyMODINIT_FUNC
++init__gdb_module (void)
++{
++  return PyModule_Create (&python_GdbModuleDef);
++}
++#endif
++
+ static bool
+ do_start_initialization ()
+ {
+@@ -1707,6 +1718,9 @@ do_start_initialization ()
+  remain alive for the duration of the program's execution, so
+  it is not freed after this call.  */
+   Py_SetProgramName (progname_copy);
++
++  /* Define _gdb as a built-in module.  */
++  PyImport_AppendInittab ("_gdb", init__gdb_module);
+ #else
+   Py_SetProgramName (progname.release ());
+ #endif
+@@ -1716,9 +1730,7 @@ do_start_initialization ()
+   PyEval_InitThreads ();
+ 
+ #ifdef IS_PY3K
+-  gdb_module = PyModule_Create (&python_GdbModuleDef);
+-  /* Add _gdb module to the list of known built-in modules.  */
+-  _PyImport_FixupBuiltin (gdb_module, "_gdb");
++  gdb_module = PyImport_ImportModule ("_gdb");
+ #else
+   gdb_module = Py_InitModule ("_gdb", python_GdbMethods);
+ #endif


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:35:16
  Author: arojas
Revision: 398820

archrelease: copy trunk to extra-x86_64

Added:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD
(from rev 398819, qalculate-gtk/trunk/PKGBUILD)
Deleted:
  qalculate-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:35:06 UTC (rev 398819)
+++ PKGBUILD2020-10-26 17:35:16 UTC (rev 398820)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Eric Bélanger 
-
-pkgname=qalculate-gtk
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="GTK frontend for libqalculate"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libqalculate gtk3)
-makedepends=(intltool python)
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7c4f7aac2c449e23932671b93b1fafc9f915d7c6bbac81f60d6ad44b6f3f5bc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: qalculate-gtk/repos/extra-x86_64/PKGBUILD (from rev 398819, 
qalculate-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:35:16 UTC (rev 398820)
@@ -0,0 +1,25 @@
+# Maintainer:
+# Contributor: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="GTK frontend for libqalculate"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libqalculate gtk3)
+makedepends=(intltool python)
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('704dd3a98b47e0a84eb61b80c50cd6c445b37a1d28c1b1c271d7aef3592657e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:35:06
  Author: arojas
Revision: 398819

Update to 3.14.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:32:25 UTC (rev 398818)
+++ PKGBUILD2020-10-26 17:35:06 UTC (rev 398819)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="GTK frontend for libqalculate"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(libqalculate gtk3)
 makedepends=(intltool python)
 
source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7c4f7aac2c449e23932671b93b1fafc9f915d7c6bbac81f60d6ad44b6f3f5bc8')
+sha256sums=('704dd3a98b47e0a84eb61b80c50cd6c445b37a1d28c1b1c271d7aef3592657e7')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in aarch64-linux-gnu-gdb/repos/community-testing-x86_64 (4 files)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:34:34
  Author: anatolik
Revision: 734003

archrelease: copy trunk to community-testing-x86_64

Added:
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 734002, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/fix_python37.patch
(from rev 734002, aarch64-linux-gnu-gdb/trunk/fix_python37.patch)
Deleted:
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/fix_python37.patch

+
 PKGBUILD   |  106 
 fix_python37.patch |  132 +--
 2 files changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:34:04 UTC (rev 734002)
+++ PKGBUILD2020-10-26 17:34:34 UTC (rev 734003)
@@ -1,53 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-gdb
-pkgver=10.1
-pkgrel=1
-pkgdesc='The GNU Debugger for the ARM64 target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

-
-prepare() {
-  cd gdb-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---target=$_target \
---prefix=/usr \
---enable-languages=c,c++ \
---disable-multilib \
---enable-interwork \
---with-system-readline \
---disable-nls \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-
-  make
-}
-
-package() {
-  cd gdb-$pkgver/build
-
-  make -C gdb DESTDIR="${pkgdir}" install
-
-  # Following files conflict with 'gdb'/'gdb-common' packages
-  rm -r "${pkgdir}"/usr/include/gdb/
-  rm -r "${pkgdir}"/usr/share/gdb/
-  rm -r "${pkgdir}"/usr/share/info/
-  rm -r "${pkgdir}"/usr/share/man/man5/
-}

Copied: aarch64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
734002, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:34:34 UTC (rev 734003)
@@ -0,0 +1,53 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--disable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="${pkgdir}" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "${pkgdir}"/usr/include/gdb/
+  rm -r "${pkgdir}"/usr/share/gdb/
+  rm -r "${pkgdir}"/usr/share/info/
+  rm -r "${pkgdir}"/usr/share/man/man5/
+}

Deleted: fix_python37.patch
===
--- fix_python37.patch  2020-10-26 17:34:04 UTC (rev 734002)
+++ fix_python37.patch  2020-10-26 17:34:34 UTC (rev 734003)
@@ -1,66 +0,0 @@
-From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
-From: Paul Koning 
-Date: Fri, 8 Jun 2018 13:26:36 -0400
-Subject: [PATCH] Fix build issue with Python 3.7
-
-Originally reported in
-https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
-with Python 3.7 due to references to a Python internal function whose
-declaration changed in 3.7.
-
-gdb/ChangeLog
-2018-06-08  Paul Koning  
-
-   PR gdb/23252
-
-   * python/python.c (do_start_initialization):
-   Avoid call to internal Python API.
-   (init__gdb_module): New function.
---

[arch-commits] Commit in aarch64-linux-gnu-gdb/trunk (PKGBUILD)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:34:04
  Author: anatolik
Revision: 734002

upgpkg: aarch64-linux-gnu-gdb 10.1-1

Modified:
  aarch64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:25:23 UTC (rev 734001)
+++ PKGBUILD2020-10-26 17:34:04 UTC (rev 734002)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr libelf)
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:32:25
  Author: anatolik
Revision: 398818

archrelease: copy trunk to testing-x86_64

Added:
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 398817, gdb/trunk/PKGBUILD)
Deleted:
  gdb/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:32:07 UTC (rev 398817)
+++ PKGBUILD2020-10-26 17:32:25 UTC (rev 398818)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Anatol Pomozov 
-# Contributor: Allan McRae 
-# Contributor: Jan de Groot 
-
-pkgbase=gdb
-# gdb-common is a package that contains files common for all cross compiled 
versions
-# of gdb (for arm/avr/...)
-pkgname=(gdb gdb-common)
-pkgver=10.1
-pkgrel=1
-pkgdesc='The GNU Debugger'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-makedepends=(glibc gcc-libs texinfo python guile2.0 ncurses expat xz mpfr 
source-highlight
- readline)
-source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
-  'SKIP')
-b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
-'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-
-prepare() {
-  cd gdb-$pkgver
-
-  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd gdb-$pkgver
-
-  mkdir -p build && cd build
-  ../configure \
---prefix=/usr \
---disable-nls \
---enable-source-highlight \
---enable-tui \
---with-system-readline \
---with-python=/usr/bin/python \
---with-guile=guile-2.0 \
---with-system-gdbinit=/etc/gdb/gdbinit
-  make
-}
-
-package_gdb-common() {
-  depends=(python guile2.0)
-
-  cd gdb-$pkgver/build
-  make -C gdb/data-directory DESTDIR="$pkgdir" install
-}
-
-package_gdb() {
-  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
-   readline libreadline.so guile2.0 python)
-  backup=(etc/gdb/gdbinit)
-
-  cd gdb-$pkgver/build
-  make -C gdb DESTDIR="$pkgdir" install
-
-  # install "custom" system gdbinit
-  install -dm 755 "$pkgdir/etc/gdb"
-  touch "$pkgdir/etc/gdb/gdbinit"
-
-  # comes from gdb-common
-  rm -r "$pkgdir/usr/share/gdb/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 398817, gdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:32:25 UTC (rev 398818)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(glibc gcc-libs texinfo python guile2.0 ncurses expat xz mpfr 
source-highlight
+ readline)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
+  'SKIP')
+b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile2.0)
+
+  cd gdb-$pkgver/build
+  make -C gdb/data-directory DESTDIR="$pkgdir" install
+}
+
+package_gdb() {
+  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
+   readline libreadline.so guile2.0 python libelf)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:32:07
  Author: anatolik
Revision: 398817

upgpkg: gdb 10.1-1: Add missing libelf dependency

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:31:16 UTC (rev 398816)
+++ PKGBUILD2020-10-26 17:32:07 UTC (rev 398817)
@@ -54,7 +54,7 @@
 
 package_gdb() {
   depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
-   readline libreadline.so guile2.0 python)
+   readline libreadline.so guile2.0 python libelf)
   backup=(etc/gdb/gdbinit)
 
   cd gdb-$pkgver/build


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:31:16
  Author: arojas
Revision: 398816

archrelease: copy trunk to extra-x86_64

Added:
  libqalculate/repos/extra-x86_64/PKGBUILD
(from rev 398815, libqalculate/trunk/PKGBUILD)
Deleted:
  libqalculate/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:31:06 UTC (rev 398815)
+++ PKGBUILD2020-10-26 17:31:16 UTC (rev 398816)
@@ -1,26 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=libqalculate
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=(x86_64)
-url="https://qalculate.github.io/";
-license=(GPL)
-depends=(libxml2 curl mpfr)
-makedepends=(intltool doxygen)
-optdepends=('gnuplot: for plotting support')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('329700f6ee9f634e5383598197efe94861cd49ce1d9b40b61558fa578d58de1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 398815, 
libqalculate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:31:16 UTC (rev 398816)
@@ -0,0 +1,26 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=libqalculate
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="https://qalculate.github.io/";
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool doxygen)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ef422aa54eac7c711ece65dd3a5cbc66370d3e17173465313201897c201e7d3e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:31:06
  Author: arojas
Revision: 398815

Update to 3.14.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:27:24 UTC (rev 398814)
+++ PKGBUILD2020-10-26 17:31:06 UTC (rev 398815)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqalculate
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool doxygen)
 optdepends=('gnuplot: for plotting support')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('329700f6ee9f634e5383598197efe94861cd49ce1d9b40b61558fa578d58de1c')
+sha256sums=('ef422aa54eac7c711ece65dd3a5cbc66370d3e17173465313201897c201e7d3e')
 
 build() {
   cd $pkgname-$pkgver


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:27:07
  Author: arojas
Revision: 398813

Update to 1.7.7

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:18:57 UTC (rev 398812)
+++ PKGBUILD2020-10-26 17:27:07 UTC (rev 398813)
@@ -6,7 +6,7 @@
 # Contributor: Sergio Jovani Guzman 
 
 pkgname=konversation
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc="A user-friendly and fully-featured IRC client"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 makedepends=(extra-cmake-modules kdoctools)
 license=(GPL2 FDL)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fdd24f2c8c73eb271afea457466e1e7050b70c4d96f9d6640f2bbf6390cea093'
+sha256sums=('47ec161c1385981a8b99d28c419e88b24823dc01b68fb1623894818974c218a7'
 'SKIP')
 validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein 

   0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. 
Kossebau 


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

2020-10-26 Thread Antonio Rojas via arch-commits
Date: Monday, October 26, 2020 @ 17:27:24
  Author: arojas
Revision: 398814

archrelease: copy trunk to extra-x86_64

Added:
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 398813, konversation/trunk/PKGBUILD)
Deleted:
  konversation/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:27:07 UTC (rev 398813)
+++ PKGBUILD2020-10-26 17:27:24 UTC (rev 398814)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="A user-friendly and fully-featured IRC client"
-arch=(x86_64)
-url="https://konversation.kde.org";
-depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 
hicolor-icon-theme perl)
-optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
-makedepends=(extra-cmake-modules kdoctools)
-license=(GPL2 FDL)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fdd24f2c8c73eb271afea457466e1e7050b70c4d96f9d6640f2bbf6390cea093'
-'SKIP')
-validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein 

-  0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. 
Kossebau 
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 398813, 
konversation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:27:24 UTC (rev 398814)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.7.7
+pkgrel=1
+pkgdesc="A user-friendly and fully-featured IRC client"
+arch=(x86_64)
+url="https://konversation.kde.org";
+depends=(knotifyconfig kemoticons kparts kidletime phonon-qt5 qca-qt5 
hicolor-icon-theme perl)
+optdepends=('python: python scripting support' 'keditbookmarks: for managing 
bookmarks')
+makedepends=(extra-cmake-modules kdoctools)
+license=(GPL2 FDL)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47ec161c1385981a8b99d28c419e88b24823dc01b68fb1623894818974c218a7'
+'SKIP')
+validpgpkeys=(DA6B31C4B98A877DBB2EF9A292220328C632316E  # Eike Hein 

+  0A48BC961075B4BA8523E3790A345FB086E797D9) # Friedrich W. H. 
Kossebau 
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in aarch64-linux-gnu-gdb/repos (3 files)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:25:23
  Author: anatolik
Revision: 734001

archrelease: copy trunk to community-testing-x86_64

Added:
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD
(from rev 734000, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
  aarch64-linux-gnu-gdb/repos/community-testing-x86_64/fix_python37.patch
(from rev 734000, aarch64-linux-gnu-gdb/trunk/fix_python37.patch)

+
 PKGBUILD   |   53 
 fix_python37.patch |   66 +++
 2 files changed, 119 insertions(+)

Copied: aarch64-linux-gnu-gdb/repos/community-testing-x86_64/PKGBUILD (from rev 
734000, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-26 17:25:23 UTC (rev 734001)
@@ -0,0 +1,53 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gdb
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

+
+prepare() {
+  cd gdb-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--target=$_target \
+--prefix=/usr \
+--enable-languages=c,c++ \
+--disable-multilib \
+--enable-interwork \
+--with-system-readline \
+--disable-nls \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+
+  make
+}
+
+package() {
+  cd gdb-$pkgver/build
+
+  make -C gdb DESTDIR="${pkgdir}" install
+
+  # Following files conflict with 'gdb'/'gdb-common' packages
+  rm -r "${pkgdir}"/usr/include/gdb/
+  rm -r "${pkgdir}"/usr/share/gdb/
+  rm -r "${pkgdir}"/usr/share/info/
+  rm -r "${pkgdir}"/usr/share/man/man5/
+}

Copied: aarch64-linux-gnu-gdb/repos/community-testing-x86_64/fix_python37.patch 
(from rev 734000, aarch64-linux-gnu-gdb/trunk/fix_python37.patch)
===
--- community-testing-x86_64/fix_python37.patch (rev 0)
+++ community-testing-x86_64/fix_python37.patch 2020-10-26 17:25:23 UTC (rev 
734001)
@@ -0,0 +1,66 @@
+From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
+From: Paul Koning 
+Date: Fri, 8 Jun 2018 13:26:36 -0400
+Subject: [PATCH] Fix build issue with Python 3.7
+
+Originally reported in
+https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
+with Python 3.7 due to references to a Python internal function whose
+declaration changed in 3.7.
+
+gdb/ChangeLog
+2018-06-08  Paul Koning  
+
+   PR gdb/23252
+
+   * python/python.c (do_start_initialization):
+   Avoid call to internal Python API.
+   (init__gdb_module): New function.
+---
+ gdb/ChangeLog   |  8 
+ gdb/python/python.c | 18 +++---
+ 2 files changed, 23 insertions(+), 3 deletions(-)
+
+diff --git a/gdb/python/python.c b/gdb/python/python.c
+index 1805c906284..20fc674f20a 100644
+--- a/gdb/python/python.c
 b/gdb/python/python.c
+@@ -1667,6 +1667,17 @@ finalize_python (void *ignore)
+   restore_active_ext_lang (previous_active);
+ }
+ 
++#ifdef IS_PY3K
++/* This is called via the PyImport_AppendInittab mechanism called
++   during initialization, to make the built-in _gdb module known to
++   Python.  */
++PyMODINIT_FUNC
++init__gdb_module (void)
++{
++  return PyModule_Create (&python_GdbModuleDef);
++}
++#endif
++
+ static bool
+ do_start_initialization ()
+ {
+@@ -1707,6 +1718,9 @@ do_start_initialization ()
+  remain alive for the duration of the program's execution, so
+  it is not freed after this call.  */
+   Py_SetProgramName (progname_copy);
++
++  /* Define _gdb as a built-in module.  */
++  PyImport_AppendInittab ("_gdb", init__gdb_module);
+ #else
+   Py_SetProgramName (progname.release ());
+ #endif
+@@ -1716,9 +1730,7 @@ do_start_initialization ()
+   PyEval_InitThreads ();
+ 
+ #ifdef IS_PY3K
+-  gdb_module = PyModule_Create (&python_GdbModuleDef);
+-  /* Add _gdb module to the list of known built-in modules.  */
+-  _PyImport_FixupBuiltin (gdb_module, "_gdb");
++  gdb_module = PyImport_ImportModule ("_gdb");
+ #else
+   gdb_module = Py_InitModule ("_gdb", python_GdbMethods);
+ #endif


[arch-commits] Commit in aarch64-linux-gnu-gdb/trunk (PKGBUILD)

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:25:03
  Author: anatolik
Revision: 734000

upgpkg: aarch64-linux-gnu-gdb 10.1-1

Modified:
  aarch64-linux-gnu-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:19:26 UTC (rev 733999)
+++ PKGBUILD2020-10-26 17:25:03 UTC (rev 734000)
@@ -2,7 +2,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-gdb
-pkgver=9.2
+pkgver=10.1
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM64 target'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555'
+sha256sums=('f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker 

 


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

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 17:19:21
  Author: arodseth
Revision: 733998

upgpkg: geany 1.37-1

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:36 UTC (rev 733997)
+++ PKGBUILD2020-10-26 17:19:21 UTC (rev 733998)
@@ -5,8 +5,8 @@
 # Contributor: Allan McRae 
 
 pkgname=geany
-pkgver=1.36
-pkgrel=3
+pkgver=1.37
+pkgrel=1
 pkgdesc='Fast and lightweight IDE'
 arch=(x86_64)
 url='https://www.geany.org/'
@@ -16,7 +16,7 @@
 optdepends=('geany-plugins: additional functionality'
 'vte3: embedded terminal support')
 source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2";)
-sha256sums=('9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e')
+sha256sums=('dde52584823b769c56704c27dbedddb7a6bbaf4eacb9587d10bbc387816e3d51')
 
 build() {
   cd "$pkgname-${pkgver/.0}"
@@ -33,4 +33,3 @@
 }
 
 # getver: geany.org
-# vim: ts=2 sw=2 et:


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

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 17:19:26
  Author: arodseth
Revision: 733999

archrelease: copy trunk to community-x86_64

Added:
  geany/repos/community-x86_64/PKGBUILD
(from rev 733998, geany/trunk/PKGBUILD)
Deleted:
  geany/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:19:21 UTC (rev 733998)
+++ PKGBUILD2020-10-26 17:19:26 UTC (rev 733999)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Angel Velasquez 
-# Contributor: Ionut Biru  
-# Contributor: William Rea 
-# Contributor: Allan McRae 
-
-pkgname=geany
-pkgver=1.36
-pkgrel=3
-pkgdesc='Fast and lightweight IDE'
-arch=(x86_64)
-url='https://www.geany.org/'
-license=(GPL)
-depends=(gtk3)
-makedepends=(doxygen intltool python-lxml)
-optdepends=('geany-plugins: additional functionality'
-'vte3: embedded terminal support')
-source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2";)
-sha256sums=('9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e')
-
-build() {
-  cd "$pkgname-${pkgver/.0}"
-  ./configure \
---enable-gtk3 \
---enable-gtkdoc-header \
---prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
-}
-
-# getver: geany.org
-# vim: ts=2 sw=2 et:

Copied: geany/repos/community-x86_64/PKGBUILD (from rev 733998, 
geany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:19:26 UTC (rev 733999)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Ionut Biru  
+# Contributor: William Rea 
+# Contributor: Allan McRae 
+
+pkgname=geany
+pkgver=1.37
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=(x86_64)
+url='https://www.geany.org/'
+license=(GPL)
+depends=(gtk3)
+makedepends=(doxygen intltool python-lxml)
+optdepends=('geany-plugins: additional functionality'
+'vte3: embedded terminal support')
+source=("https://download.geany.org/$pkgname-${pkgver/.0}.tar.bz2";)
+sha256sums=('dde52584823b769c56704c27dbedddb7a6bbaf4eacb9587d10bbc387816e3d51')
+
+build() {
+  cd "$pkgname-${pkgver/.0}"
+  ./configure \
+--enable-gtk3 \
+--enable-gtkdoc-header \
+--prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname-${pkgver/.0}" DESTDIR="$pkgdir" install
+}
+
+# getver: geany.org


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:18:57
  Author: anatolik
Revision: 398812

archrelease: copy trunk to testing-x86_64

Added:
  gdb/repos/testing-x86_64/
  gdb/repos/testing-x86_64/PKGBUILD
(from rev 398811, gdb/trunk/PKGBUILD)

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

Copied: gdb/repos/testing-x86_64/PKGBUILD (from rev 398811, gdb/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-26 17:18:57 UTC (rev 398812)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Anatol Pomozov 
+# Contributor: Allan McRae 
+# Contributor: Jan de Groot 
+
+pkgbase=gdb
+# gdb-common is a package that contains files common for all cross compiled 
versions
+# of gdb (for arm/avr/...)
+pkgname=(gdb gdb-common)
+pkgver=10.1
+pkgrel=1
+pkgdesc='The GNU Debugger'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+makedepends=(glibc gcc-libs texinfo python guile2.0 ncurses expat xz mpfr 
source-highlight
+ readline)
+source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
+  'SKIP')
+b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
+'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+
+prepare() {
+  cd gdb-$pkgver
+
+  # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd gdb-$pkgver
+
+  mkdir -p build && cd build
+  ../configure \
+--prefix=/usr \
+--disable-nls \
+--enable-source-highlight \
+--enable-tui \
+--with-system-readline \
+--with-python=/usr/bin/python \
+--with-guile=guile-2.0 \
+--with-system-gdbinit=/etc/gdb/gdbinit
+  make
+}
+
+package_gdb-common() {
+  depends=(python guile2.0)
+
+  cd gdb-$pkgver/build
+  make -C gdb/data-directory DESTDIR="$pkgdir" install
+}
+
+package_gdb() {
+  depends=(glibc ncurses libncursesw.so gcc-libs expat xz mpfr 
source-highlight gdb-common=$pkgver
+   readline libreadline.so guile2.0 python)
+  backup=(etc/gdb/gdbinit)
+
+  cd gdb-$pkgver/build
+  make -C gdb DESTDIR="$pkgdir" install
+
+  # install "custom" system gdbinit
+  install -dm 755 "$pkgdir/etc/gdb"
+  touch "$pkgdir/etc/gdb/gdbinit"
+
+  # comes from gdb-common
+  rm -r "$pkgdir/usr/share/gdb/"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-26 Thread Anatol Pomozov via arch-commits
Date: Monday, October 26, 2020 @ 17:18:41
  Author: anatolik
Revision: 398811

upgpkg: gdb 10.1-1

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 15:44:15 UTC (rev 398810)
+++ PKGBUILD2020-10-26 17:18:41 UTC (rev 398811)
@@ -7,8 +7,8 @@
 # gdb-common is a package that contains files common for all cross compiled 
versions
 # of gdb (for arm/avr/...)
 pkgname=(gdb gdb-common)
-pkgver=9.2
-pkgrel=2
+pkgver=10.1
+pkgrel=1
 pkgdesc='The GNU Debugger'
 arch=(x86_64)
 url='https://www.gnu.org/software/gdb/'
@@ -16,9 +16,9 @@
 makedepends=(glibc gcc-libs texinfo python guile2.0 ncurses expat xz mpfr 
source-highlight
  readline)
 source=(https://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('356ee474a24bfb2f133894730916557dfea9da2e'
+sha1sums=('c625efd87116525fb3bbeca7eaa1028ee62c0e7d'
   'SKIP')
-b2sums=('e83468f2d2fdcf4a7eb2943564750c7e9e9fa19b00bd832a9c149ad06b199cc7d6e7b8808d552e5f0e9e4f701a9262faf6b0b46ed4e0b4ecd3a0303d873d6d9a'
+b2sums=('69d79cd667ecb6e936b41a03817ade5dd9b761f97bc123d668b5f968d123c37d048fc8ec1289151e989f01bb01a43cc3d8b5b54f1807f1e3eb5f43e6bf0aa55b'
 'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:36
  Author: spupykin
Revision: 733997

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   58 +++---
 ser2net.service |   22 ++--
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:27 UTC (rev 733996)
+++ PKGBUILD2020-10-26 17:04:36 UTC (rev 733997)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=ser2net
-pkgver=4.0
-pkgrel=3
-pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net";
-license=('GPL')
-depends=('gensio' 'libyaml')
-backup=(etc/ser2net/ser2net.yaml)
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   ser2net.service)
-sha256sums=('8673311fe3d2726c7f12094f46cdf13ec4bf3cfdcb6620d121e2c3f7d0a7bcf0'
-'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
-  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
-}

Copied: ser2net/repos/community-x86_64/PKGBUILD (from rev 733996, 
ser2net/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:04:36 UTC (rev 733997)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=ser2net
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net";
+license=('GPL')
+depends=('gensio' 'libyaml')
+backup=(etc/ser2net/ser2net.yaml)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   ser2net.service)
+sha256sums=('d63448d10064419f1783fbb04d0a95461d54d6b17cf50c9d33a63cbf0c732f37'
+'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
+  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
+}

Deleted: ser2net.service
===
--- ser2net.service 2020-10-26 17:04:27 UTC (rev 733996)
+++ ser2net.service 2020-10-26 17:04:36 UTC (rev 733997)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Proxy that allows tcp connections to serial ports
-After=syslog.target network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/ser2net -n
-
-[Install]
-WantedBy=multi-user.target
-

Copied: ser2net/repos/community-x86_64/ser2net.service (from rev 733996, 
ser2net/trunk/ser2net.service)
===
--- ser2net.service (rev 0)
+++ ser2net.service 2020-10-26 17:04:36 UTC (rev 733997)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Proxy that allows tcp connections to serial ports
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ser2net -n
+
+[Install]
+WantedBy=multi-user.target
+


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:22
  Author: spupykin
Revision: 733995

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/PKGBUILD
(from rev 733994, gensio/trunk/PKGBUILD)
Deleted:
  gensio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:14 UTC (rev 733994)
+++ PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gensio
-pkgver=1.1
-pkgrel=2
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/";
-license=('GPL')
-depends=()
-source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 733994, 
gensio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gensio
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/";
+license=('GPL')
+depends=()
+source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f0e85c9e88dd513540d7498def0714b73a7008d6d0e3bfce7c385243f5bd9a34')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:27
  Author: spupykin
Revision: 733996

upgpkg: ser2net 4.2.3-1

Modified:
  ser2net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
+++ PKGBUILD2020-10-26 17:04:27 UTC (rev 733996)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=ser2net
-pkgver=4.0
-pkgrel=3
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net";
@@ -12,7 +12,7 @@
 backup=(etc/ser2net/ser2net.yaml)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
ser2net.service)
-sha256sums=('8673311fe3d2726c7f12094f46cdf13ec4bf3cfdcb6620d121e2c3f7d0a7bcf0'
+sha256sums=('d63448d10064419f1783fbb04d0a95461d54d6b17cf50c9d33a63cbf0c732f37'
 'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
 
 build() {


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:14
  Author: spupykin
Revision: 733994

upgpkg: gensio 2.1.7-1

Modified:
  gensio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:02:37 UTC (rev 733993)
+++ PKGBUILD2020-10-26 17:04:14 UTC (rev 733994)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=gensio
-pkgver=1.1
-pkgrel=2
+pkgver=2.1.7
+pkgrel=1
 pkgdesc="General Stream I/O"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net/";
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 
source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
+sha256sums=('f0e85c9e88dd513540d7498def0714b73a7008d6d0e3bfce7c385243f5bd9a34')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}


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

2020-10-26 Thread Massimiliano Torromeo via arch-commits
Date: Monday, October 26, 2020 @ 17:02:37
  Author: mtorromeo
Revision: 733993

archrelease: copy trunk to community-x86_64

Added:
  grpc/repos/community-x86_64/PKGBUILD
(from rev 733992, grpc/trunk/PKGBUILD)
  grpc/repos/community-x86_64/cmake-cli.patch
(from rev 733992, grpc/trunk/cmake-cli.patch)
Deleted:
  grpc/repos/community-x86_64/PKGBUILD
  grpc/repos/community-x86_64/cmake-cli.patch

-+
 PKGBUILD|  248 +++---
 cmake-cli.patch |  114 
 2 files changed, 181 insertions(+), 181 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:02:22 UTC (rev 733992)
+++ PKGBUILD2020-10-26 17:02:37 UTC (rev 733993)
@@ -1,124 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Aleksey Filippov 
-# Contributor: Victor Aurélio Santos 
-
-pkgbase='grpc'
-pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.33.0
-_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
-_abseilcppver=20200225.2
-pkgrel=1
-pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
-arch=('x86_64')
-url='https://grpc.io'
-license=('BSD')
-makedepends=('re2' 're2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 
'gflags' 'cython' 'cmake' 'benchmark')
-source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz";
-
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz";
-
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz";
-
"https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/24450/grpcio-system-re2.patch";
-
"https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/24449/grpcio-no-boringssl-fix.patch";)
-sha256sums=('06a87c5feb7efb979243c054dca2ea52695618c02fde54af8a85d71269f97102'
-'443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
-'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111'
-'ad771906e2f8e1e04bd9bab4f0292e14c208ca12a87817d058f6def29338ea8f'
-'a105e796854fb726908a0b6f5501d50478f52afad6ed3e8aeffe5d30b855aead')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  patch -p1 -i ../grpcio-system-re2.patch
-  patch -p1 -i ../grpcio-no-boringssl-fix.patch
-
-  ln -sf "$srcdir/googletest-$_gtestver/"{googlemock,googletest} \
-third_party/googletest
-
-  rm -rf third_party/abseil-cpp
-  ln -s "$srcdir/abseil-cpp-$_abseilcppver/" third_party/abseil-cpp
-
-  sed '/TARGET gflags::gflags/i \  set(_gRPC_GFLAGS_LIBRARIES gflags)' -i 
cmake/gflags.cmake
-
-  mkdir build
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver/build"
-  cmake \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG" \
--DgRPC_INSTALL=ON \
--DBUILD_SHARED_LIBS=ON \
--DgRPC_BUILD_TESTS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DgRPC_CARES_PROVIDER=package \
--DgRPC_PROTOBUF_PROVIDER=package \
--DgRPC_SSL_PROVIDER=package \
--DgRPC_ZLIB_PROVIDER=package \
--DgRPC_GFLAGS_PROVIDER=package \
--DgRPC_RE2_PROVIDER=package \
--DgRPC_BENCHMARK_PROVIDER=package \
-..
-
-  make
-  export LDFLAGS="$LDFLAGS -L$PWD"
-
-  # PHP
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  phpize
-  ./configure --enable-grpc="$srcdir/$pkgbase-$pkgver"
-  make
-
-  # Python
-  cd "$srcdir/$pkgbase-$pkgver"
-  GRPC_PYTHON_BUILD_WITH_CYTHON=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_CARES=1 \
-  GRPC_PYTHON_BUILD_SYSTEM_RE2=1 \
-  GRPC_BUILD_WITH_BORING_SSL_ASM=0 \
-  python setup.py build
-}
-
-package_grpc() {
-  depends=('c-ares' 'protobuf' 'openssl' 're2')
-
-  cd "$srcdir/$pkgbase-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-grpcio() {
-  pkgdesc='Python language bindings for grpc, remote procedure call (RPC) 
framework'
-  depends=('c-ares' 'python' 're2')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install -O1 --skip-build --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_php-grpc() {
-  pkgdesc='gRPC module for PHP'
-  depends=('grpc' 'php')
-  backup=('etc/php/conf.d/grpc.ini')
-
-  # Install PHP extension.
-  cd "$srcdir/$pkgbase-$pkgver/src/php/ext/$pkgbase"
-  make install "INSTALL_ROOT=$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Remove RPATH
-  chrpath -d "$pkgdir/usr/lib/php/modules/grpc.so"
-
-  echo ';extension=grpc.so' >grpc.ini
-  install -Dm644 grpc.ini "$pkgdir/etc/php/conf.d/grpc.ini"
-}
-
-package_grpc-cli() {
-  pkgdesc='gRPC protocol buffers cli'
-  depends=('grpc' 'gflags')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  install -dm0755 "$pkgdir/usr/lib"
-  cp -a build/libgrpc++_test_config.so* 

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

2020-10-26 Thread Massimiliano Torromeo via arch-commits
Date: Monday, October 26, 2020 @ 17:02:22
  Author: mtorromeo
Revision: 733992

upgpkg: grpc 1.33.1-1

Modified:
  grpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:46:06 UTC (rev 733991)
+++ PKGBUILD2020-10-26 17:02:22 UTC (rev 733992)
@@ -4,7 +4,7 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
-pkgver=1.33.0
+pkgver=1.33.1
 _gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
 _abseilcppver=20200225.2
 pkgrel=1
@@ -18,10 +18,10 @@
 
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz";
 
"https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/24450/grpcio-system-re2.patch";
 
"https://patch-diff.githubusercontent.com/raw/grpc/grpc/pull/24449/grpcio-no-boringssl-fix.patch";)
-sha256sums=('06a87c5feb7efb979243c054dca2ea52695618c02fde54af8a85d71269f97102'
+sha256sums=('58eaee5c0f1bd0b92ebe1fa0606ec8f14798500620e7444726afcaf65041cb63'
 '443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
 'f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111'
-'ad771906e2f8e1e04bd9bab4f0292e14c208ca12a87817d058f6def29338ea8f'
+'21524e855406ad0c5f8f1af24fd8b25653298430adf11ea26b96b472b8f2073a'
 'a105e796854fb726908a0b6f5501d50478f52afad6ed3e8aeffe5d30b855aead')
 
 prepare() {


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:52
  Author: spupykin
Revision: 733990

upgpkg: xl2tpd 1.3.16-1

Modified:
  xl2tpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
+++ PKGBUILD2020-10-26 16:45:52 UTC (rev 733990)
@@ -2,8 +2,8 @@
 # Contributor: Hengfu 
 
 pkgname=xl2tpd
-pkgver=1.3.15
-pkgrel=2
+pkgver=1.3.16
+pkgrel=1
 pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
 arch=('x86_64')
 url="https://www.xelerance.com/services/software/xl2tpd/";
@@ -17,7 +17,7 @@
options.l2tpd
xl2tpd.service
xl2tpd.tmpfiles)
-sha256sums=('0d149bf9d2f7d838806e6a36fd7a676d03bf246d2b7869e16c945330e13b922e'
+sha256sums=('c28608b315adb25c8bf9579c1d6ab52ab47c4c43b68a5ab63c5d039196fd180f'
 '444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
 '24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
 '8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:46:06
  Author: spupykin
Revision: 733991

archrelease: copy trunk to community-x86_64

Added:
  xl2tpd/repos/community-x86_64/PKGBUILD
(from rev 733990, xl2tpd/trunk/PKGBUILD)
  xl2tpd/repos/community-x86_64/options.l2tpd
(from rev 733990, xl2tpd/trunk/options.l2tpd)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
(from rev 733990, xl2tpd/trunk/xl2tpd.conf.client-example)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
(from rev 733990, xl2tpd/trunk/xl2tpd.conf.server-example)
  xl2tpd/repos/community-x86_64/xl2tpd.service
(from rev 733990, xl2tpd/trunk/xl2tpd.service)
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles
(from rev 733990, xl2tpd/trunk/xl2tpd.tmpfiles)
Deleted:
  xl2tpd/repos/community-x86_64/PKGBUILD
  xl2tpd/repos/community-x86_64/options.l2tpd
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
  xl2tpd/repos/community-x86_64/xl2tpd.service
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles

+
 PKGBUILD   |   88 +--
 options.l2tpd  |   48 +++
 xl2tpd.conf.client-example |   38 +-
 xl2tpd.conf.server-example |   42 ++--
 xl2tpd.service |   30 +++---
 xl2tpd.tmpfiles|2 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:52 UTC (rev 733990)
+++ PKGBUILD2020-10-26 16:46:06 UTC (rev 733991)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Hengfu 
-
-pkgname=xl2tpd
-pkgver=1.3.15
-pkgrel=2
-pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
-arch=('x86_64')
-url="https://www.xelerance.com/services/software/xl2tpd/";
-license=('GPL')
-depends=('ppp')
-options=(emptydirs zipman docs)
-backup=(etc/ppp/options.l2tpd)
-source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$pkgver.tar.gz
-   xl2tpd.conf.client-example
-   xl2tpd.conf.server-example
-   options.l2tpd
-   xl2tpd.service
-   xl2tpd.tmpfiles)
-sha256sums=('0d149bf9d2f7d838806e6a36fd7a676d03bf246d2b7869e16c945330e13b922e'
-'444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
-'24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
-'8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'
-'ff34172f95ae66865a0919c6fb7279c9b80114a59b5b2cf790667f35e83f86e5'
-'70ac11e6fe097ad271d878565930aa85dfa75d5cd62d6c35dd580b2ee34e660b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr SBINDIR=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr DESTDIR="$pkgdir"  
SBINDIR="$pkgdir"/usr/bin install
-
-  install -D -m0644 "$srcdir"/xl2tpd.conf.client-example 
"$pkgdir"/etc/xl2tpd/xl2tpd.conf.client-example
-  install -D -m0644 "$srcdir"/xl2tpd.conf.server-example 
"$pkgdir"/etc/xl2tpd/xl2tpd.conf.server-example
-  install -D -m0644 "$srcdir"/options.l2tpd "$pkgdir"/etc/ppp/options.l2tpd
-
-  install -Dm0644 "$srcdir"/xl2tpd.service 
"$pkgdir"/usr/lib/systemd/system/xl2tpd.service
-  install -Dm0644 "$srcdir"/xl2tpd.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/xl2tpd.conf
-}

Copied: xl2tpd/repos/community-x86_64/PKGBUILD (from rev 733990, 
xl2tpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:46:06 UTC (rev 733991)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Hengfu 
+
+pkgname=xl2tpd
+pkgver=1.3.16
+pkgrel=1
+pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
+arch=('x86_64')
+url="https://www.xelerance.com/services/software/xl2tpd/";
+license=('GPL')
+depends=('ppp')
+options=(emptydirs zipman docs)
+backup=(etc/ppp/options.l2tpd)
+source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$pkgver.tar.gz
+   xl2tpd.conf.client-example
+   xl2tpd.conf.server-example
+   options.l2tpd
+   xl2tpd.service
+   xl2tpd.tmpfiles)
+sha256sums=('c28608b315adb25c8bf9579c1d6ab52ab47c4c43b68a5ab63c5d039196fd180f'
+'444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
+'24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
+'8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'
+'ff34172f95ae66865a0919c6fb7279c9b80114a59b5b2cf790667f35e83f86e5'
+'70ac11e6fe097ad271d878565930aa85dfa75d5cd62d6c35dd580b2ee34e660b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr SB

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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:38
  Author: spupykin
Revision: 733988

upgpkg: perl-authen-sasl 2.16-8

Modified:
  perl-authen-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
+++ PKGBUILD2020-10-26 16:45:38 UTC (rev 733988)
@@ -3,7 +3,7 @@
 
 pkgname=perl-authen-sasl
 pkgver=2.16
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
 arch=(any)
 url="https://search.cpan.org/dist/Authen-SASL";


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:46
  Author: spupykin
Revision: 733989

archrelease: copy trunk to community-any

Added:
  perl-authen-sasl/repos/community-any/PKGBUILD
(from rev 733988, perl-authen-sasl/trunk/PKGBUILD)
Deleted:
  perl-authen-sasl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:38 UTC (rev 733988)
+++ PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-authen-sasl
-pkgver=2.16
-pkgrel=7
-pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
-arch=(any)
-url="https://search.cpan.org/dist/Authen-SASL";
-license=("GPL" "PerlArtistic")
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz";)
-sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
-
-build() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-authen-sasl/repos/community-any/PKGBUILD (from rev 733988, 
perl-authen-sasl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-authen-sasl
+pkgver=2.16
+pkgrel=8
+pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
+arch=(any)
+url="https://search.cpan.org/dist/Authen-SASL";
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz";)
+sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
+
+build() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:04
  Author: spupykin
Revision: 733987

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   74 +---
 lxcfs.service |   26 +--
 2 files changed, 47 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:44:55 UTC (rev 733986)
+++ PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=4.0.4
-pkgrel=2
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/";
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
-   
"lxcfs-0001.patch::https://github.com/lxc/lxcfs/commit/7cf2b4146811fc238452e65d1cd573ea5f473970.patch";
-   "lxcfs.service")
-sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
-'acc5993d1e64d459d297dc2c3a93c8ff510d4da0e9bf66e051fcc385ebad21cc'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-prepare() {
-patch -d "$srcdir/$pkgname-$pkgver" -p1 -i "$srcdir"/lxcfs-0001.patch
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 733986, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/";
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
+   "lxcfs.service")
+sha256sums=('8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2020-10-26 16:44:55 UTC (rev 733986)
+++ lxcfs.service   2020-10-26 16:45:04 UTC (rev 733987)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 733986, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2020-10-26 16:45:04 UTC (rev 733987)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:44:55
  Author: spupykin
Revision: 733986

upgpkg: lxcfs 4.0.6-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
+++ PKGBUILD2020-10-26 16:44:55 UTC (rev 733986)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.6
+pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
 url="https://linuxcontainers.org/";
@@ -12,16 +12,10 @@
 makedepends=('help2man')
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz";
-   
"lxcfs-0001.patch::https://github.com/lxc/lxcfs/commit/7cf2b4146811fc238452e65d1cd573ea5f473970.patch";
"lxcfs.service")
-sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
-'acc5993d1e64d459d297dc2c3a93c8ff510d4da0e9bf66e051fcc385ebad21cc'
+sha256sums=('8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
-prepare() {
-patch -d "$srcdir/$pkgname-$pkgver" -p1 -i "$srcdir"/lxcfs-0001.patch
-}
-
 build() {
 cd "$srcdir/$pkgname-$pkgver"
 ./configure \


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:44:03
  Author: spupykin
Revision: 733985

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 733984, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 733984, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 733984, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 733984, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  152 ++---
 lxc-auto.service |   28 -
 lxc.service  |   28 -
 lxc.tmpfiles.d   |2 
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:43:48 UTC (rev 733984)
+++ PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
@@ -1,76 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=4.0.4
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org";
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('3c65a8ba20ed2b66c2075dc914aa632f76d0137af707b851b62bfed7d995'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
-'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\"";|' \
-configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---enable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 733984, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
@@ -0,0 +1,76 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=4.0.5
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org";
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
+   "lxc.tmpfiles.d"
+   "lxc.service"
+   "lxc-auto.service")

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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:43:48
  Author: spupykin
Revision: 733984

upgpkg: lxc 1:4.0.5-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:39:03 UTC (rev 733983)
+++ PKGBUILD2020-10-26 16:43:48 UTC (rev 733984)
@@ -6,7 +6,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('3c65a8ba20ed2b66c2075dc914aa632f76d0137af707b851b62bfed7d995'
+sha256sums=('af2cd616d5ab689e5d2305361c6571b5e632afd7eaab1754cca1670446a2e6a4'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:39:03
  Author: felixonmars
Revision: 733983

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
733982, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 16:39:03 UTC (rev 733983)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.10
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-skylighting-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ec722bb7831ca1001f19d804a505120ee6a4c74fac491a10ba89459a713b2b008f18f52ef78c617c4aaceb0771f6ea17d9581db859c6f5f3de6284ac77055e50')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:38:37
  Author: felixonmars
Revision: 733982

upgpkg: haskell-skylighting 0.10-1: rebuild with pandoc-types 1.22, pandoc 
2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:37:28 UTC (rev 733981)
+++ PKGBUILD2020-10-26 16:38:37 UTC (rev 733982)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting
 pkgname=haskell-skylighting
-pkgver=0.8.5
-pkgrel=64
+pkgver=0.10
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('GPL2')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-skylighting-core')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f')
+sha512sums=('ec722bb7831ca1001f19d804a505120ee6a4c74fac491a10ba89459a713b2b008f18f52ef78c617c4aaceb0771f6ea17d9581db859c6f5f3de6284ac77055e50')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:37:28
  Author: felixonmars
Revision: 733981

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-skylighting-core/repos/community-staging-x86_64/
  haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD
(from rev 733980, haskell-skylighting-core/trunk/PKGBUILD)

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 733980, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 16:37:28 UTC (rev 733981)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.10
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-safe' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('186926d41e8705887b62d8631bd63875ba5cd46864d13c3af5d8f81328cf4c7b0601f45da2b761cc0ece83d0d2c17e0853456d8864aa93ed69c79931e92d2507')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:36:59
  Author: felixonmars
Revision: 733980

upgpkg: haskell-skylighting-core 0.10-1: rebuild with pandoc-types 1.22, pandoc 
2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:26:08 UTC (rev 733979)
+++ PKGBUILD2020-10-26 16:36:59 UTC (rev 733980)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
-pkgver=0.8.5
-pkgrel=64
+pkgver=0.10
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting";
 license=('BSD')
@@ -10,13 +10,12 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
  'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
- 'haskell-colour' 'haskell-hxt' 'haskell-regex-pcre' 'haskell-safe'
- 'haskell-utf8-string')
+ 'haskell-colour' 'haskell-hxt' 'haskell-safe' 'haskell-utf8-string')
 makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
  'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ad411d7e0fd72adeb4cdbf6fc57d6191c51d9319b25c8d41ad35a66f885d518a842846cd7cf5ce35bdc31da74e0f9d97445f492628a4b5a2bceb85642aa23257')
+sha512sums=('186926d41e8705887b62d8631bd63875ba5cd46864d13c3af5d8f81328cf4c7b0601f45da2b761cc0ece83d0d2c17e0853456d8864aa93ed69c79931e92d2507')
 
 build() {
 cd $_hkgname-$pkgver
@@ -24,7 +23,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fexecutable -fsystem-pcre
+-fexecutable
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:26:08
  Author: foxboron
Revision: 733979

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:26:01 UTC (rev 733978)
+++ PKGBUILD2020-10-26 16:26:08 UTC (rev 733979)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.53
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://www.reportlab.com/";
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 733978, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:26:08 UTC (rev 733979)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.54
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/";
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('8365efe779e43e8005eace19c11c36e6a4bbea86ddc868b8db122240391c1747')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:26:01
  Author: foxboron
Revision: 733978

upgpkg: python-reportlab 3.5.54-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:23:53 UTC (rev 733977)
+++ PKGBUILD2020-10-26 16:26:01 UTC (rev 733978)
@@ -4,7 +4,7 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.53
+pkgver=3.5.54
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af')
+sha256sums=('8365efe779e43e8005eace19c11c36e6a4bbea86ddc868b8db122240391c1747')
 
 build() {
 cd ${_origname}-${pkgver}


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:23:53
  Author: foxboron
Revision: 733977

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:23:46 UTC (rev 733976)
+++ PKGBUILD2020-10-26 16:23:53 UTC (rev 733977)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-milc
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
-arch=("any")
-url="https://milc.clueboard.co/#/";
-license=("MIT")
-depends=("python-appdirs" "python-argcomplete" "python-colorama")
-makedepends=("python-setuptools")
-checkdepends=("python-semver" "python-nose2")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz";)
-sha256sums=('db84d73eefe010279647566097b103c4e10700c8afca8bf703037e951d8a3f78')
-
-build() {
-cd "${pkgname#python-}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname#python-}-${pkgver}"
-nose2
-}
-
-package() {
-cd "${pkgname#python-}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-milc/repos/community-any/PKGBUILD (from rev 733976, 
python-milc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:23:53 UTC (rev 733977)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-milc
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
+arch=("any")
+url="https://milc.clueboard.co/#/";
+license=("MIT")
+depends=("python-appdirs" "python-argcomplete" "python-colorama")
+makedepends=("python-setuptools")
+checkdepends=("python-semver" "python-nose2")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz";)
+sha256sums=('09cd6c4839b1a25ccc426250ee75252fec8f9adced640e87f1081f03e7d87216')
+
+build() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname#python-}-${pkgver}"
+nose2
+}
+
+package() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:23:46
  Author: foxboron
Revision: 733976

upgpkg: python-milc 1.0.10-1

Modified:
  python-milc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:23:37 UTC (rev 733975)
+++ PKGBUILD2020-10-26 16:23:46 UTC (rev 733976)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-milc
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
 arch=("any")
@@ -11,7 +11,7 @@
 makedepends=("python-setuptools")
 checkdepends=("python-semver" "python-nose2")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz";)
-sha256sums=('db84d73eefe010279647566097b103c4e10700c8afca8bf703037e951d8a3f78')
+sha256sums=('09cd6c4839b1a25ccc426250ee75252fec8f9adced640e87f1081f03e7d87216')
 
 build() {
 cd "${pkgname#python-}-${pkgver}"


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:23:37
  Author: felixonmars
Revision: 733975

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-commonmark-pandoc/repos/community-staging-x86_64/
  haskell-commonmark-pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 733974, haskell-commonmark-pandoc/trunk/PKGBUILD)

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

Copied: haskell-commonmark-pandoc/repos/community-staging-x86_64/PKGBUILD (from 
rev 733974, haskell-commonmark-pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 16:23:37 UTC (rev 733975)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=commonmark-pandoc
+pkgname=haskell-commonmark-pandoc
+pkgver=0.2.0.1
+pkgrel=11
+pkgdesc="Bridge between commonmark and pandoc AST"
+url="https://github.com/jgm/commonmark-hs";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-commonmark' 'haskell-commonmark-extensions' 
'haskell-pandoc-types')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5162a987085d5204af27d4b073fedf4d678f5e0325a12f96c611899f3c484e576d7b667271c480837b9d4593e9950828e9398a33c63b5e829016019ecfc7bb6d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:23:14
  Author: felixonmars
Revision: 733974

upgpkg: haskell-commonmark-pandoc 0.2.0.1-11: rebuild with pandoc-types 1.22, 
pandoc 2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  haskell-commonmark-pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:22:20 UTC (rev 733973)
+++ PKGBUILD2020-10-26 16:23:14 UTC (rev 733974)
@@ -3,7 +3,7 @@
 _hkgname=commonmark-pandoc
 pkgname=haskell-commonmark-pandoc
 pkgver=0.2.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Bridge between commonmark and pandoc AST"
 url="https://github.com/jgm/commonmark-hs";
 license=('BSD')


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:22:20
  Author: felixonmars
Revision: 733973

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-texmath/repos/community-staging-x86_64/PKGBUILD (from rev 
733972, haskell-texmath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 16:22:20 UTC (rev 733973)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=texmath
+pkgname=haskell-texmath
+pkgver=0.12.0.3
+pkgrel=18
+pkgdesc="Conversion between formats used to represent mathematics."
+url="https://github.com/jgm/texmath";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network-uri' 'haskell-pandoc-types'
+ 'haskell-syb' 'haskell-xml')
+makedepends=('ghc' 'haskell-temporary' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('54b4789559dc7c6973854c290b018e7c00dd0ff1c06d8045b5d0a2304436bb59a951e93ab2c9d1d133a9d7c5197cc456334d40dc112c6c6a8f8e9370ab8aa190')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 16:21:48
  Author: felixonmars
Revision: 733972

upgpkg: haskell-texmath 0.12.0.3-18: rebuild with pandoc-types 1.22, pandoc 
2.11, citeproc 0.1.0.2, skylighting 0.10, skylighting-core 0.10

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:20:40 UTC (rev 733971)
+++ PKGBUILD2020-10-26 16:21:48 UTC (rev 733972)
@@ -4,7 +4,7 @@
 _hkgname=texmath
 pkgname=haskell-texmath
 pkgver=0.12.0.3
-pkgrel=17
+pkgrel=18
 pkgdesc="Conversion between formats used to represent mathematics."
 url="https://github.com/jgm/texmath";
 license=("GPL2")


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:20:33
  Author: foxboron
Revision: 733970

upgpkg: helm 3.4.0-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:14:26 UTC (rev 733969)
+++ PKGBUILD2020-10-26 16:20:33 UTC (rev 733970)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.3.4
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,13 +13,10 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=a61ce5633af99708171414353ed49547cf05013d#refs/tags/v3.3.4^{}
-source=("git+https://github.com/helm/helm.git#commit=$_commit?signed";
-
"go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch";)
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed";)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
   '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP'
-'1ae04b9cc2641ef068ce6ad8fe1b29f4177e1451489cd4a7316bf566659d2da8')
+sha256sums=('SKIP')
 
 pkgver() {
   cd "${pkgname}"
@@ -26,11 +23,6 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-prepare() {
-cd "${pkgname}"
-patch -Np1 < "$srcdir/go1.15-compat.patch"
-}
-
 build() {
 cd "${pkgname}"
 export CGO_LDFLAGS="$LDFLAGS"


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:20:40
  Author: foxboron
Revision: 733971

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 733970, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:20:33 UTC (rev 733970)
+++ PKGBUILD2020-10-26 16:20:40 UTC (rev 733971)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/";
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=a61ce5633af99708171414353ed49547cf05013d#refs/tags/v3.3.4^{}
-source=("git+https://github.com/helm/helm.git#commit=$_commit?signed";
-
"go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch";)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP'
-'1ae04b9cc2641ef068ce6ad8fe1b29f4177e1451489cd4a7316bf566659d2da8')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-patch -Np1 < "$srcdir/go1.15-compat.patch"
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 733970, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:20:40 UTC (rev 733971)
@@ -0,0 +1,49 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/";
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+source=("git+https://github.com/helm/helm.git#tag=v${pkgver}?signed";)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:14:18
  Author: foxboron
Revision: 733968

upgpkg: rclone 1.53.2-1

Modified:
  rclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 15:47:20 UTC (rev 733967)
+++ PKGBUILD2020-10-26 16:14:18 UTC (rev 733968)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=rclone
-pkgver=1.53.1
+pkgver=1.53.2
 pkgrel=1
 pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('fuse2: for rclone mount')
 makedepends=('python' 'pandoc' 'go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
-sha512sums=('9fb0808d5f746e6056bccc152f80858510c9f76c60ca36b01e088bfc5d70c6fc14d146235150fe37345cb1c1f9465e34d6a1f98047b2612be576ba5ef8f1f858')
+sha512sums=('7817b02f592eb38f9ced34bad8b15693518c2d340295075797489341e5b06ed9e35565269105784d0d8a6089db108a0934289d8657c038dd07a1fac4410b7d4d')
 
 prepare() {
   cd "rclone-$pkgver"


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

2020-10-26 Thread Morten Linderud via arch-commits
Date: Monday, October 26, 2020 @ 16:14:26
  Author: foxboron
Revision: 733969

archrelease: copy trunk to community-x86_64

Added:
  rclone/repos/community-x86_64/PKGBUILD
(from rev 733968, rclone/trunk/PKGBUILD)
Deleted:
  rclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:14:18 UTC (rev 733968)
+++ PKGBUILD2020-10-26 16:14:26 UTC (rev 733969)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=rclone
-pkgver=1.53.1
-pkgrel=1
-pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
-arch=('x86_64')
-url="https://rclone.org/";
-license=('MIT')
-depends=('glibc')
-optdepends=('fuse2: for rclone mount')
-makedepends=('python' 'pandoc' 'go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
-sha512sums=('9fb0808d5f746e6056bccc152f80858510c9f76c60ca36b01e088bfc5d70c6fc14d146235150fe37345cb1c1f9465e34d6a1f98047b2612be576ba5ef8f1f858')
-
-prepare() {
-  cd "rclone-$pkgver"
-  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
-}
-
-build() {
-  cd "rclone-$pkgver"
-  
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-
-  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
- ./rclone genautocomplete bash rclone.bash_completion
- ./rclone genautocomplete zsh rclone.zsh_completion
-}
-
-check() {
-  cd "rclone-$pkgver"
-  make TAG=v$pkgver test
-}
-
-package() {
-  cd "rclone-$pkgver"
-
-  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
-
-  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
-  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
-}

Copied: rclone/repos/community-x86_64/PKGBUILD (from rev 733968, 
rclone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:14:26 UTC (rev 733969)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=rclone
+pkgver=1.53.2
+pkgrel=1
+pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox 
and Google Cloud Storage"
+arch=('x86_64')
+url="https://rclone.org/";
+license=('MIT')
+depends=('glibc')
+optdepends=('fuse2: for rclone mount')
+makedepends=('python' 'pandoc' 'go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rclone/rclone/archive/v$pkgver.tar.gz";)
+sha512sums=('7817b02f592eb38f9ced34bad8b15693518c2d340295075797489341e5b06ed9e35565269105784d0d8a6089db108a0934289d8657c038dd07a1fac4410b7d4d')
+
+prepare() {
+  cd "rclone-$pkgver"
+  sed -i "1s/python$/&2/" bin/make_manual.py bin/make_backend_docs.py
+}
+
+build() {
+  cd "rclone-$pkgver"
+  
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+
+  PATH=".:$PATH" make TAG=v$pkgver rclone rclone.1 MANUAL.html MANUAL.txt
+ ./rclone genautocomplete bash rclone.bash_completion
+ ./rclone genautocomplete zsh rclone.zsh_completion
+}
+
+check() {
+  cd "rclone-$pkgver"
+  make TAG=v$pkgver test
+}
+
+package() {
+  cd "rclone-$pkgver"
+
+  install -Dm755 rclone "$pkgdir"/usr/bin/rclone
+
+  install -Dm644 rclone.bash_completion 
"$pkgdir"/usr/share/bash-completion/completions/rclone
+  install -Dm644 rclone.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_rclone
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  install -Dm644 rclone.1 "$pkgdir"/usr/share/man/man1/rclone.1
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  install -t "$pkgdir"/usr/share/doc/$pkgname -m644 MANUAL.html MANUAL.txt
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 15:47:20
  Author: felixonmars
Revision: 733967

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
733966, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 15:47:20 UTC (rev 733967)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('963cdd13385040c16faa5e0f618ce84067d5bba91141a87352daa0d0c6308da0')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 15:46:00
  Author: felixonmars
Revision: 733966

addpkg: haskell-citeproc 0.1.0.2-1

Added:
  haskell-citeproc/
  haskell-citeproc/repos/
  haskell-citeproc/trunk/
  haskell-citeproc/trunk/PKGBUILD

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

Added: haskell-citeproc/trunk/PKGBUILD
===
--- haskell-citeproc/trunk/PKGBUILD (rev 0)
+++ haskell-citeproc/trunk/PKGBUILD 2020-10-26 15:46:00 UTC (rev 733966)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.1.0.2
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('963cdd13385040c16faa5e0f618ce84067d5bba91141a87352daa0d0c6308da0')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in gst-plugins-bad/repos/extra-x86_64 (4 files)

2020-10-26 Thread Jan Steffens via arch-commits
Date: Monday, October 26, 2020 @ 15:44:15
  Author: heftig
Revision: 398810

archrelease: copy trunk to extra-x86_64

Added:
  
gst-plugins-bad/repos/extra-x86_64/0001-opencv-allow-compilation-against-4.5.x.patch
(from rev 398809, 
gst-plugins-bad/trunk/0001-opencv-allow-compilation-against-4.5.x.patch)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 398809, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  
gst-plugins-bad/repos/extra-x86_64/0001-tests-svthevcenc-Fix-test_encode_simple.patch
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

+
 0001-opencv-allow-compilation-against-4.5.x.patch  |   22 +
 0001-tests-svthevcenc-Fix-test_encode_simple.patch |   24 -
 PKGBUILD   |  259 +--
 3 files changed, 152 insertions(+), 153 deletions(-)

Copied: 
gst-plugins-bad/repos/extra-x86_64/0001-opencv-allow-compilation-against-4.5.x.patch
 (from rev 398809, 
gst-plugins-bad/trunk/0001-opencv-allow-compilation-against-4.5.x.patch)
===
--- 0001-opencv-allow-compilation-against-4.5.x.patch   
(rev 0)
+++ 0001-opencv-allow-compilation-against-4.5.x.patch   2020-10-26 15:44:15 UTC 
(rev 398810)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 26 Oct 2020 16:24:08 +0100
+Subject: [PATCH] opencv: allow compilation against 4.5.x
+
+---
+ ext/opencv/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build
+index 074272a9c..e3d1865da 100644
+--- a/ext/opencv/meson.build
 b/ext/opencv/meson.build
+@@ -66,7 +66,7 @@ if opencv_found
+ endif
+   endforeach
+ else
+-  opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.5.0'], 
required : false)
++  opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.6.0'], 
required : false)
+   opencv_found = opencv_dep.found()
+   if opencv_found
+ foreach h : libopencv4_headers

Deleted: 0001-tests-svthevcenc-Fix-test_encode_simple.patch
===
--- 0001-tests-svthevcenc-Fix-test_encode_simple.patch  2020-10-26 15:43:58 UTC 
(rev 398809)
+++ 0001-tests-svthevcenc-Fix-test_encode_simple.patch  2020-10-26 15:44:15 UTC 
(rev 398810)
@@ -1,24 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 12 Sep 2020 02:23:37 +0200
-Subject: [PATCH] tests: svthevcenc: Fix test_encode_simple
-
-Pick the same I420 format the other test use. Without this, the source
-picks AYUV64, which fails.

- tests/check/elements/svthevcenc.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/check/elements/svthevcenc.c 
b/tests/check/elements/svthevcenc.c
-index d1234fc27..1b938e10c 100644
 a/tests/check/elements/svthevcenc.c
-+++ b/tests/check/elements/svthevcenc.c
-@@ -29,7 +29,7 @@ GST_START_TEST (test_encode_simple)
-   h = gst_harness_new_parse ("svthevcenc speed=9 bitrate=1000 ! h265parse");
- 
-   gst_harness_add_src_parse (h, "videotestsrc is-live=true ! "
--  "capsfilter caps=\"video/x-raw,width=320,height=240,framerate=25/1\"",
-+  "capsfilter 
caps=\"video/x-raw,format=I420,width=320,height=240,framerate=25/1\"",
-   TRUE);
- 
-   /* Push 25 buffers into the encoder */

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 15:43:58 UTC (rev 398809)
+++ PKGBUILD2020-10-26 15:44:15 UTC (rev 398810)
@@ -1,129 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=gst-plugins-bad
-pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv)
-pkgver=1.18.0
-pkgrel=2
-pkgdesc="Multimedia graph framework - bad plugins"
-url="https://gstreamer.freedesktop.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(gst-plugins-base-libs orc libdrm libx11 libgudev libusb libvdpau
- libxkbcommon-x11)
-makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
- libmodplug libgme nettle libkate wayland libofa openjpeg2 libwebp
- libsrtp sbc rtmpdump libexif libdvdread wildmidi ladspa openal
- vulkan-icd-loader libfdk-aac faac soundtouch spandsp neon
- webrtc-audio-processing libdc1394 libmpcdec zvbi openexr libbs2b
- libnice lcms2 bluez-libs glu srt aom x265 liblrdf libde265 zbar
- librsvg fluidsynth lilv lv2 gst-plugins-good python git
- gobject-introspection vulkan-headers vulkan-validation-layers
- wayland-protocols gtk3 meson shaderc libavtp svt-hevc libmicrodns
- zxing-cpp opencv libva)
-checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=7cb583bb0427819a6b59b783e7df67961df2155f  # tags/1.18.0^0
-sourc

[arch-commits] Commit in gst-plugins-bad/trunk (3 files)

2020-10-26 Thread Jan Steffens via arch-commits
Date: Monday, October 26, 2020 @ 15:43:58
  Author: heftig
Revision: 398809

1.18.0+54+gbd3532008-1

Added:
  gst-plugins-bad/trunk/0001-opencv-allow-compilation-against-4.5.x.patch
Modified:
  gst-plugins-bad/trunk/PKGBUILD
Deleted:
  gst-plugins-bad/trunk/0001-tests-svthevcenc-Fix-test_encode_simple.patch

+
 0001-opencv-allow-compilation-against-4.5.x.patch  |   22 +
 0001-tests-svthevcenc-Fix-test_encode_simple.patch |   24 ---
 PKGBUILD   |   13 +-
 3 files changed, 29 insertions(+), 30 deletions(-)

Added: 0001-opencv-allow-compilation-against-4.5.x.patch
===
--- 0001-opencv-allow-compilation-against-4.5.x.patch   
(rev 0)
+++ 0001-opencv-allow-compilation-against-4.5.x.patch   2020-10-26 15:43:58 UTC 
(rev 398809)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 26 Oct 2020 16:24:08 +0100
+Subject: [PATCH] opencv: allow compilation against 4.5.x
+
+---
+ ext/opencv/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build
+index 074272a9c..e3d1865da 100644
+--- a/ext/opencv/meson.build
 b/ext/opencv/meson.build
+@@ -66,7 +66,7 @@ if opencv_found
+ endif
+   endforeach
+ else
+-  opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.5.0'], 
required : false)
++  opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.6.0'], 
required : false)
+   opencv_found = opencv_dep.found()
+   if opencv_found
+ foreach h : libopencv4_headers

Deleted: 0001-tests-svthevcenc-Fix-test_encode_simple.patch
===
--- 0001-tests-svthevcenc-Fix-test_encode_simple.patch  2020-10-26 12:19:54 UTC 
(rev 398808)
+++ 0001-tests-svthevcenc-Fix-test_encode_simple.patch  2020-10-26 15:43:58 UTC 
(rev 398809)
@@ -1,24 +0,0 @@
-From  Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 12 Sep 2020 02:23:37 +0200
-Subject: [PATCH] tests: svthevcenc: Fix test_encode_simple
-
-Pick the same I420 format the other test use. Without this, the source
-picks AYUV64, which fails.

- tests/check/elements/svthevcenc.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/check/elements/svthevcenc.c 
b/tests/check/elements/svthevcenc.c
-index d1234fc27..1b938e10c 100644
 a/tests/check/elements/svthevcenc.c
-+++ b/tests/check/elements/svthevcenc.c
-@@ -29,7 +29,7 @@ GST_START_TEST (test_encode_simple)
-   h = gst_harness_new_parse ("svthevcenc speed=9 bitrate=1000 ! h265parse");
- 
-   gst_harness_add_src_parse (h, "videotestsrc is-live=true ! "
--  "capsfilter caps=\"video/x-raw,width=320,height=240,framerate=25/1\"",
-+  "capsfilter 
caps=\"video/x-raw,format=I420,width=320,height=240,framerate=25/1\"",
-   TRUE);
- 
-   /* Push 25 buffers into the encoder */

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:19:54 UTC (rev 398808)
+++ PKGBUILD2020-10-26 15:43:58 UTC (rev 398809)
@@ -3,8 +3,8 @@
 
 pkgbase=gst-plugins-bad
 pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv)
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.18.0+54+gbd3532008
+pkgrel=1
 pkgdesc="Multimedia graph framework - bad plugins"
 url="https://gstreamer.freedesktop.org/";
 arch=(x86_64)
@@ -23,11 +23,11 @@
  zxing-cpp opencv libva)
 checkdepends=(xorg-server-xvfb)
 options=(!emptydirs)
-_commit=7cb583bb0427819a6b59b783e7df67961df2155f  # tags/1.18.0^0
+_commit=bd3532008f2a12377c2d5b56e93cbfa53e1979cf  # 1.18
 
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit";
-0001-tests-svthevcenc-Fix-test_encode_simple.patch)
+0001-opencv-allow-compilation-against-4.5.x.patch)
 sha256sums=('SKIP'
-'04b276b7dc5ae63d2a5bfcef446597114e9d28c743e325c60038f8fc5375f445')
+'b310123298a4de09033c84b6e2a1ec01c7122320cddc3bff655c42c56d21d064')
 
 pkgver() {
   cd $pkgbase
@@ -36,7 +36,8 @@
 
 prepare() {
   cd $pkgbase
-  git apply -3 ../0001-tests-svthevcenc-Fix-test_encode_simple.patch
+  git cherry-pick -n 3ea6387f969c0b08027fc959b8b8cd102708bceb  # Fix 
svthevcenc test
+  git apply -3 ../0001-opencv-allow-compilation-against-4.5.x.patch
 }
 
 build() {


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 15:35:49
  Author: felixonmars
Revision: 733964

upgpkg: haskell-pandoc-types 1.22-1

Modified:
  haskell-pandoc-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 14:40:49 UTC (rev 733963)
+++ PKGBUILD2020-10-26 15:35:49 UTC (rev 733964)
@@ -3,8 +3,8 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.21
-pkgrel=27
+pkgver=1.22
+pkgrel=1
 pkgdesc="Types for representing a structured document"
 url="https://pandoc.org/";
 license=("BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('ef4abb85b817d250edb87b6062b3d3e65f27f3505af617d5fb864c334df37aef85030b778f2d2e5dab51571b89935828c5ae6d2ecf45d0233f2b8c38d0cf1145')
+sha512sums=('b5f7c15b31c5ee6faa4d7574baa32d252b1e79350840f2d7ac3f3896b969e18241e514fb06e85aa97d7a74c0904839d04a4d8e5d4ff86d0a2b80957b99279ee0')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 15:36:08
  Author: felixonmars
Revision: 733965

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pandoc-types/repos/community-staging-x86_64/
  haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD
(from rev 733964, haskell-pandoc-types/trunk/PKGBUILD)

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

Copied: haskell-pandoc-types/repos/community-staging-x86_64/PKGBUILD (from rev 
733964, haskell-pandoc-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 15:36:08 UTC (rev 733965)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pandoc-types
+pkgname=haskell-pandoc-types
+pkgver=1.22
+pkgrel=1
+pkgdesc="Types for representing a structured document"
+url="https://pandoc.org/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-syb')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2' 'haskell-hunit' 
'haskell-string-qq')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b5f7c15b31c5ee6faa4d7574baa32d252b1e79350840f2d7ac3f3896b969e18241e514fb06e85aa97d7a74c0904839d04a4d8e5d4ff86d0a2b80957b99279ee0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 14:40:49
  Author: arodseth
Revision: 733963

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 733962, picom/trunk/PKGBUILD)
Deleted:
  picom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 14:40:43 UTC (rev 733962)
+++ PKGBUILD2020-10-26 14:40:49 UTC (rev 733963)
@@ -1,57 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=8.1
-pkgrel=2
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
- xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'python:For running picom-convgen.py'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans')
-# tag: v8.1
-source=("git+$url?signed#commit=2c9e723e414c8f672117afb40c3f15a3f4b0528d"
-
'https://raw.githubusercontent.com/yshui/picom/30bbfc28bbf7dd43fc8d4b1f7a2e5ea4a4cd6a3f/picom.sample.conf')
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

-sha256sums=('SKIP' 
'a00715dd0be2ae2192f7c66cd5a21580d36e9b76a4f10fb26583e11f256baf79')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # The config that comes with picom
-  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/etc/xdg/picom.conf.example"
-
-  # A more updated configuration file (FS#67839)
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
-
-  # Man pages and license files
-  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
-  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
-  install -Dm644 $pkgname/LICENSES/MIT 
"$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 $pkgname/LICENSES/MPL-2.0 
"$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 733962, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 14:40:49 UTC (rev 733963)
@@ -0,0 +1,52 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=8.2
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+ xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'python:For running picom-convgen.py'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans')
+source=("git+$url?signed#commit=dac85eac10082dfc3df463aaa74b811144e22122") # 
tag: v8.2
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

+sha256sums=('SKIP')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # The config that comes with picom
+  install -Dm644 $pkgname/picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/usr/share/doc/picom/picom.conf.example"
+
+  # Man pages and license files
+  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
+  install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
+  install -Dm644 $pkgname/LICENSES/MIT 
"$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 $pkgname/LICENSES/MPL-2.0 
"$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases


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

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 14:40:43
  Author: arodseth
Revision: 733962

upgpkg: picom 8.2-1

Modified:
  picom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:46:22 UTC (rev 733961)
+++ PKGBUILD2020-10-26 14:40:43 UTC (rev 733962)
@@ -4,8 +4,8 @@
 # Contributor: Valère Monseur 
 
 pkgname=picom
-pkgver=8.1
-pkgrel=2
+pkgver=8.2
+pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
@@ -21,11 +21,9 @@
 'python:For running picom-convgen.py'
 'xorg-xwininfo: For picom-trans'
 'xorg-xprop:For picom-trans')
-# tag: v8.1
-source=("git+$url?signed#commit=2c9e723e414c8f672117afb40c3f15a3f4b0528d"
-
'https://raw.githubusercontent.com/yshui/picom/30bbfc28bbf7dd43fc8d4b1f7a2e5ea4a4cd6a3f/picom.sample.conf')
+source=("git+$url?signed#commit=dac85eac10082dfc3df463aaa74b811144e22122") # 
tag: v8.2
 validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 

-sha256sums=('SKIP' 
'a00715dd0be2ae2192f7c66cd5a21580d36e9b76a4f10fb26583e11f256baf79')
+sha256sums=('SKIP')
 
 build() {
   mkdir -p build
@@ -41,11 +39,9 @@
   DESTDIR="$pkgdir" ninja -C build install
 
   # The config that comes with picom
-  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 $pkgname/picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/usr/share/doc/picom/picom.conf.example"
 
-  # A more updated configuration file (FS#67839)
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
-
   # Man pages and license files
   install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
   install -Dm644 build/man/picom-trans.1 
"$pkgdir/usr/share/man/man1/picom-trans.1"
@@ -54,4 +50,3 @@
 }
 
 # getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:46:22
  Author: felixonmars
Revision: 733961

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 733960, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:45:36 UTC (rev 733960)
+++ PKGBUILD2020-10-26 12:46:22 UTC (rev 733961)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20201005
-_commit=3f835d6decf4f028f723b1cece643be97c3e324e
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese";
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('f20c5df79919a42f9d2f0caa314ad6cae3b157cb519431b4bf222415f9e9cbb16a61b58f93f65469ba152bc50d596fb1fcc7be1a09177e690f74feb0799fe23d')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 733960, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:46:22 UTC (rev 733961)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20201025
+_commit=7709132fa8b5060ee4ac7aeee4539f326c461201
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese";
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
+sha512sums=('909e934b8e6dbfb8cba7ac34abc10323c10a381781d4720488584d2462e26762689a909fdeae9f09f41bf300c4c8e966c59e6909a339340e012868b4bcb3faa9')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:45:36
  Author: felixonmars
Revision: 733960

upgpkg: rime-cantonese 0.0.0.20201025-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:45:18 UTC (rev 733959)
+++ PKGBUILD2020-10-26 12:45:36 UTC (rev 733960)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20201005
-_commit=3f835d6decf4f028f723b1cece643be97c3e324e
+pkgver=0.0.0.20201025
+_commit=7709132fa8b5060ee4ac7aeee4539f326c461201
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz";)
-sha512sums=('f20c5df79919a42f9d2f0caa314ad6cae3b157cb519431b4bf222415f9e9cbb16a61b58f93f65469ba152bc50d596fb1fcc7be1a09177e690f74feb0799fe23d')
+sha512sums=('909e934b8e6dbfb8cba7ac34abc10323c10a381781d4720488584d2462e26762689a909fdeae9f09f41bf300c4c8e966c59e6909a339340e012868b4bcb3faa9')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:44:47
  Author: felixonmars
Revision: 733957

archrelease: copy trunk to community-staging-x86_64

Added:
  arch-hs/repos/community-staging-x86_64/
  arch-hs/repos/community-staging-x86_64/PKGBUILD
(from rev 733956, arch-hs/trunk/PKGBUILD)

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

Copied: arch-hs/repos/community-staging-x86_64/PKGBUILD (from rev 733956, 
arch-hs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:44:47 UTC (rev 733957)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: berberman 
+
+pkgname=arch-hs
+pkgver=0.3.0.0
+pkgrel=12
+pkgdesc="Distribute hackage packages to archlinux"
+arch=('x86_64')
+url="https://github.com/berberman/arch-hs";
+license=('MIT')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 
'haskell-megaparsec'
+ 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 
'haskell-conduit-extra'
+ 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-polysemy' 'haskell-colourista' 
'haskell-optparse-applicative')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('9bb1fdca840e8cef4ba03656cb8e0ee6e486e98099955628b6e7e6e95c2913b02058dbb7339a2140014b612f0b46c2eac5a24729266d54357352961356a20332')
+
+_gen_comp(){
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--zsh-completion-script  "/usr/bin/arch-hs${1}" > zsh${1}
+  LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1} 
--fish-completion-script "/usr/bin/arch-hs${1}" > fish${1}
+}
+
+_install_comp(){
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/bash-completion/completions/arch-hs${1}"
+  install -D -m644 zsh${1}  "$pkgdir/usr/share/zsh/site-functions/_arch-hs${1}"
+  install -D -m644 bash${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
+}
+
+prepare() {
+  uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+  
+  _gen_comp
+  _gen_comp "-diff"
+  _gen_comp "-submit"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+  
+  _install_comp
+  _install_comp "-diff"
+  _install_comp "-submit"
+} 


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:44:02
  Author: felixonmars
Revision: 733956

upgpkg: arch-hs 0.3.0.0-12: rebuild with req 3.7.0

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:40:38 UTC (rev 733955)
+++ PKGBUILD2020-10-26 12:44:02 UTC (rev 733956)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.3.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs";
@@ -12,7 +12,7 @@
  'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 
'haskell-conduit-extra'
  'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 
'haskell-microlens-th'
  'haskell-polysemy' 'haskell-colourista' 
'haskell-optparse-applicative')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
 
sha512sums=('9bb1fdca840e8cef4ba03656cb8e0ee6e486e98099955628b6e7e6e95c2913b02058dbb7339a2140014b612f0b46c2eac5a24729266d54357352961356a20332')
 
@@ -28,6 +28,10 @@
   install -D -m644 bash${1} 
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
 }
 
+prepare() {
+  uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
 build() {
   cd $pkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:40:38
  Author: felixonmars
Revision: 733955

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-req/repos/community-staging-x86_64/PKGBUILD (from rev 733954, 
haskell-req/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:40:38 UTC (rev 733955)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=req
+pkgname=haskell-req
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
+url="https://github.com/mrkkrp/req";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate-oauth' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-connection' 
'haskell-http-api-data'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-modern-uri'
+ 'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core'
+ 'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('4212f1add864459a5b772e7b3db745f2f12539369e5a15f0c1ffd8713ed50e5740042ca7c354f00a6f67865bcde012239fa11045bfcd441d7b10d100265a371f')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:40:04
  Author: felixonmars
Revision: 733954

upgpkg: haskell-req 3.7.0-1: rebuild with req 3.7.0

Modified:
  haskell-req/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:36:47 UTC (rev 733953)
+++ PKGBUILD2020-10-26 12:40:04 UTC (rev 733954)
@@ -2,8 +2,8 @@
 
 _hkgname=req
 pkgname=haskell-req
-pkgver=3.6.0
-pkgrel=22
+pkgver=3.7.0
+pkgrel=1
 pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
 url="https://github.com/mrkkrp/req";
 license=('BSD')
@@ -12,15 +12,11 @@
  'haskell-case-insensitive' 'haskell-connection' 
'haskell-http-api-data'
  'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-modern-uri'
  'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 
'haskell-unliftio-core')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-core'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core'
  'haskell-unordered-containers')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('a0ac215bee4d113063fe0143a63ac984b99256b39e2edf6c3115296d2d8e49cf')
+sha512sums=('4212f1add864459a5b772e7b3db745f2f12539369e5a15f0c1ffd8713ed50e5740042ca7c354f00a6f67865bcde012239fa11045bfcd441d7b10d100265a371f')
 
-prepare() {
-  uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:36:47
  Author: felixonmars
Revision: 733953

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:36:10 UTC (rev 733952)
+++ PKGBUILD2020-10-26 12:36:47 UTC (rev 733953)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zipp
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="Pathlib-compatible object wrapper for zip files"
-url="https://github.com/jaraco/zipp";
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools-scm' 'python-toml')
-checkdepends=('python-jaraco' 'python-func-timeout')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";)
-sha512sums=('86746c9c1e005fc6235fc4580a99a4f8d663e2c2b495e0f864a39cf58f016359dfe468aa3b189f80c8b631f9b4f9b2fa69677165a76a6974d545835c82df205b')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd zipp-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd zipp-$pkgver
-  python -m unittest discover
-}
-
-package() {
-  cd zipp-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-zipp/repos/community-any/PKGBUILD (from rev 733952, 
python-zipp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:36:47 UTC (rev 733953)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zipp
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Pathlib-compatible object wrapper for zip files"
+url="https://github.com/jaraco/zipp";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools-scm' 'python-toml')
+checkdepends=('python-jaraco' 'python-func-timeout')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";)
+sha512sums=('ef76ed1bf104990c990b4857a13b9ffaa5ec12ce324d978562c0eefd2e784500b874d69dfda87b7910eb676d8eb4cc26cf46c38553c604c4f8aea9143b97b8dc')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd zipp-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zipp-$pkgver
+  python -m unittest discover
+}
+
+package() {
+  cd zipp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:36:10
  Author: felixonmars
Revision: 733952

upgpkg: python-zipp 3.4.0-1

Modified:
  python-zipp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:35:38 UTC (rev 733951)
+++ PKGBUILD2020-10-26 12:36:10 UTC (rev 733952)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-zipp
-pkgver=3.3.2
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Pathlib-compatible object wrapper for zip files"
 url="https://github.com/jaraco/zipp";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-scm' 'python-toml')
 checkdepends=('python-jaraco' 'python-func-timeout')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/zipp/archive/v$pkgver.tar.gz";)
-sha512sums=('86746c9c1e005fc6235fc4580a99a4f8d663e2c2b495e0f864a39cf58f016359dfe468aa3b189f80c8b631f9b4f9b2fa69677165a76a6974d545835c82df205b')
+sha512sums=('ef76ed1bf104990c990b4857a13b9ffaa5ec12ce324d978562c0eefd2e784500b874d69dfda87b7910eb676d8eb4cc26cf46c38553c604c4f8aea9143b97b8dc')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-10-26 Thread David Runge via arch-commits
Date: Monday, October 26, 2020 @ 12:35:38
  Author: dvzrv
Revision: 733951

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
(from rev 733950, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:35:06 UTC (rev 733950)
+++ PKGBUILD2020-10-26 12:35:38 UTC (rev 733951)
@@ -1,49 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=geonkick
-pkgver=2.3.8
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick";
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";)
-sha512sums=('04af49a5ce1187b79125a84c5f5a4b96c69736578b941c0cf969a4939f44aaf18ff12e871c28dd7587e34c5831df499e2fca29cd1fc86960812c0591cca8133d')
-b2sums=('694890b71f820f7e66350479ac9bbfd0f77323702d3b43ce2ed70ef94daba00a5d7aa5662345c98427e117a50ae9964836b7746aeef5c01bff6cb20720fa5934')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
--DGKICK_REDKITE_SDK_PATH='/usr' \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-  "http://geontime.com/geonkick";
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 733950, 
geonkick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:35:38 UTC (rev 733951)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+
+pkgname=geonkick
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick";
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";)
+sha512sums=('c9fbf4772f3f7a84cc0b19148c04dd0cb014f2fc90b50a14bed3d0a25a14a8ef7730816bd14772035478aec4398c0eb411efa37938f0fb911ea52564d92e827b')
+b2sums=('87fe33a6a79373c197b798704ffbc0bd5c39e9e7bcc5b2d56bcc2c976f1343f1792d1be43db02b6f142c8309172f1982fac93446d702d5e64dcead8ec03b2618')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DGKICK_REDKITE_SDK_PATH='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+  "http://geontime.com/geonkick";
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-10-26 Thread David Runge via arch-commits
Date: Monday, October 26, 2020 @ 12:35:06
  Author: dvzrv
Revision: 733950

upgpkg: geonkick 2.4.0-1: Upgrade to 2.4.0.

Modified:
  geonkick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:34:45 UTC (rev 733949)
+++ PKGBUILD2020-10-26 12:35:06 UTC (rev 733950)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=geonkick
-pkgver=2.3.8
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="A free software percussion synthesizer"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 checkdepends=('lv2lint')
 optdepends=('jack: for standalone application')
 
source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz";)
-sha512sums=('04af49a5ce1187b79125a84c5f5a4b96c69736578b941c0cf969a4939f44aaf18ff12e871c28dd7587e34c5831df499e2fca29cd1fc86960812c0591cca8133d')
-b2sums=('694890b71f820f7e66350479ac9bbfd0f77323702d3b43ce2ed70ef94daba00a5d7aa5662345c98427e117a50ae9964836b7746aeef5c01bff6cb20720fa5934')
+sha512sums=('c9fbf4772f3f7a84cc0b19148c04dd0cb014f2fc90b50a14bed3d0a25a14a8ef7730816bd14772035478aec4398c0eb411efa37938f0fb911ea52564d92e827b')
+b2sums=('87fe33a6a79373c197b798704ffbc0bd5c39e9e7bcc5b2d56bcc2c976f1343f1792d1be43db02b6f142c8309172f1982fac93446d702d5e64dcead8ec03b2618')
 
 prepare() {
   mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:33:40
  Author: felixonmars
Revision: 733947

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 733946, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 733946, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:33:40 UTC (rev 733947)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=129
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+uusi $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || echo 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:32:45
  Author: felixonmars
Revision: 733946

upgpkg: postgrest 7.0.1-129: rebuild with configurator-pg 0.2.5

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:29:58 UTC (rev 733945)
+++ PKGBUILD2020-10-26 12:32:45 UTC (rev 733946)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=128
+pkgrel=129
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:29:58
  Author: felixonmars
Revision: 733945

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-configurator-pg/repos/community-staging-x86_64/
  haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD
(from rev 733944, haskell-configurator-pg/trunk/PKGBUILD)

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

Copied: haskell-configurator-pg/repos/community-staging-x86_64/PKGBUILD (from 
rev 733944, haskell-configurator-pg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:29:58 UTC (rev 733945)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=configurator-pg
+pkgname=haskell-configurator-pg
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Reduced parser for configurator-ng config files"
+url="https://github.com/robx/configurator-pg";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ff22e1d20f609660d6dc91802fe3bd8ffa849e292b86a8c65ba9005b76d1b4cb795be6f6e4a8246467547ba6428cad087aad211d6c0e3fff2b3b1955ce7ea552')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:29:28
  Author: felixonmars
Revision: 733944

upgpkg: haskell-configurator-pg 0.2.5-1: rebuild with configurator-pg 0.2.5

Modified:
  haskell-configurator-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:27:10 UTC (rev 733943)
+++ PKGBUILD2020-10-26 12:29:28 UTC (rev 733944)
@@ -3,8 +3,8 @@
 
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
-pkgver=0.2.4
-pkgrel=12
+pkgver=0.2.5
+pkgrel=1
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg";
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('46cb9dcb15135c65d16e7a2b539952f53fc234d99a6eaf3c19cec35eb1178fd80a2258f380a4d2639177abfc5e7014c40b2a20ac32e89b96d6fc0043c29420e4')
+sha512sums=('ff22e1d20f609660d6dc91802fe3bd8ffa849e292b86a8c65ba9005b76d1b4cb795be6f6e4a8246467547ba6428cad087aad211d6c0e3fff2b3b1955ce7ea552')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:27:10
  Author: felixonmars
Revision: 733943

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:26:29 UTC (rev 733942)
+++ PKGBUILD2020-10-26 12:27:10 UTC (rev 733943)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-tqdm
-pkgver=4.50.2
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('57ead1572a394b8689efe27b4c1d22b8c1c8be25b005585681a956acfbafa6df43c715ac2c74229db415d44f68f679a1d11a74702120ef23bf5e082c7c4cf447')
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD" nosetests --ignore-files="tests_perf\.py"
-}
-
-package() {
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 733942, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:27:10 UTC (rev 733943)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-tqdm
+pkgver=4.51.0
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-coverage' 'flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
+sha512sums=('68b703bcb653ea09ca22ad5c94d662c729cee571839d38e98988e4d69e658d4aeb02198bd1a8f62c6041b662564fbe049c12b7b481cf874de4110af8c66b1c66')
+
+build() {
+  cd tqdm-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd tqdm-$pkgver
+  python setup.py egg_info
+  python -m pytest
+}
+
+package() {
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:26:29
  Author: felixonmars
Revision: 733942

upgpkg: python-tqdm 4.51.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:24:24 UTC (rev 733941)
+++ PKGBUILD2020-10-26 12:26:29 UTC (rev 733942)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-tqdm
-pkgver=4.50.2
+pkgver=4.51.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -9,19 +9,19 @@
 url='https://github.com/tqdm/tqdm'
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'flake8')
+checkdepends=('python-pytest' 'python-coverage' 'flake8')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('57ead1572a394b8689efe27b4c1d22b8c1c8be25b005585681a956acfbafa6df43c715ac2c74229db415d44f68f679a1d11a74702120ef23bf5e082c7c4cf447')
+sha512sums=('68b703bcb653ea09ca22ad5c94d662c729cee571839d38e98988e4d69e658d4aeb02198bd1a8f62c6041b662564fbe049c12b7b481cf874de4110af8c66b1c66')
 
 build() {
-  cd "$srcdir"/tqdm-$pkgver
+  cd tqdm-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/tqdm-$pkgver
+  cd tqdm-$pkgver
   python setup.py egg_info
-  PYTHONPATH="$PWD" nosetests --ignore-files="tests_perf\.py"
+  python -m pytest
 }
 
 package() {


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:19:54
  Author: felixonmars
Revision: 398808

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:19:14 UTC (rev 398807)
+++ PKGBUILD2020-10-26 12:19:54 UTC (rev 398808)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
-  'python-pretend' 'python-hypothesis' 'python-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
-sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd cryptography-$pkgver
-  python setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 398807, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:19:54 UTC (rev 398808)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=3.2
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
+sha512sums=('0096e6408b5868cc0b5e6f67945e4200bb943a00ac803546048fa4d332f81af4a224b2d67b911ee8da1ad086120935d7d557fc70a739ecffb22f408ee9b8d09e')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:19:14
  Author: felixonmars
Revision: 398807

upgpkg: python-cryptography 3.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 10:35:35 UTC (rev 398806)
+++ PKGBUILD2020-10-26 12:19:14 UTC (rev 398807)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz";)
-sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
+sha512sums=('0096e6408b5868cc0b5e6f67945e4200bb943a00ac803546048fa4d332f81af4a224b2d67b911ee8da1ad086120935d7d557fc70a739ecffb22f408ee9b8d09e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:15:48
  Author: felixonmars
Revision: 733935

upgpkg: dhall-yaml 1.2.3-1: rebuild with dhall 1.36.0, dhall-bash 1.0.34, 
dhall-json 1.7.3, dhall-lsp-server 1.0.11, dhall-yaml 1.2.3

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:15:08 UTC (rev 733934)
+++ PKGBUILD2020-10-26 12:15:48 UTC (rev 733935)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-yaml
-pkgver=1.2.2
-pkgrel=22
+pkgver=1.2.3
+pkgrel=1
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
 license=("GPL3")
@@ -12,7 +12,7 @@
  'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0225dd564c2ad40f30ca1025b722f8785bca5b23dda0ec9abc1fdc7398f25cd7')
+sha512sums=('6b7fe7c6f29906e946d6034b31736bba2d6701b6a9af8b2de81fff3971273c1052e85eb688352c5e72d6652b648452cc0f05f5d9f3db2479e7c6812d19f6d8da')
 
 build() {
   cd $pkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:16:28
  Author: felixonmars
Revision: 733936

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-yaml/repos/community-staging-x86_64/
  dhall-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 733935, dhall-yaml/trunk/PKGBUILD)

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 733935, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:16:28 UTC (rev 733936)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('6b7fe7c6f29906e946d6034b31736bba2d6701b6a9af8b2de81fff3971273c1052e85eb688352c5e72d6652b648452cc0f05f5d9f3db2479e7c6812d19f6d8da')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:15:08
  Author: felixonmars
Revision: 733934

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:14:31 UTC (rev 733933)
+++ PKGBUILD2020-10-26 12:15:08 UTC (rev 733934)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=5.7.6.61
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn";
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
-sha512sums=('67bf496bebcedb1ff4de2c221a832003fa85c123f2507ba6f52da7c5bfb5aad592a114f3763faf7028d93de5ce93c65be7787de462dc21692dda9891fc9c6886')
-
-prepare() {
-  cd deepin-movie-reborn-$pkgver
-  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
-}
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 733933, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:15:08 UTC (rev 733934)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=5.7.6.62
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn";
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
+sha512sums=('86489d0f054489034861a15efc7b3c6f56f8390fa53101d9a8b361e5ad4d0bac6aa7aeb01bb51f3e1635739c8244f318efcaa755dd6c2763b19463cd016875c0')
+
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
+}
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in dhall-lsp-server/repos (2 files)

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:14:31
  Author: felixonmars
Revision: 733933

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 733931, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
733931, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:14:31 UTC (rev 733933)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.11
+pkgrel=1
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
+ 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('2571af7e27686857833c98e75f01ffafa5419df8e8d4f68340d8a63220de0c71e6b92254c31da02fbd4f925b72606299736087e854510cbc7bdc9027977221c7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:14:08
  Author: felixonmars
Revision: 733931

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:13:53 UTC (rev 733930)
+++ PKGBUILD2020-10-26 12:14:08 UTC (rev 733931)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=5.6.3.10
-pkgrel=1
-pkgdesc='An image viewing tool with fashion interface and smooth performance'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer";
-license=('GPL3')
-depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 
'qt5-svg' 'udisks2-qt5')
-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=('4339194d519c34b9ae3bcbdc624f2bb38f7b16c9bb242fa9f8743faa5ad249f4b9e4a80c489d15abb5fefac6b375ec694429bf5dac678d430565c84f99e4fcf6')
-
-prepare() {
-  # They are moving files around without merging patches. Wow.
-  cd deepin-image-viewer-$pkgver/viewer
-  sed -i '/#include /a #include ' 
module/view/contents/ttbcontent.cpp widgets/thumbnaillistview.cpp 
widgets/popupmenustyle.cpp widgets/thumbnaildelegate.cpp
-  sed -i '/#include /a #include ' 
module/view/contents/imageinfowidget.cpp
-}
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install -j1
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 733929, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:14:08 UTC (rev 733931)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=5.6.3.11
+pkgrel=1
+pkgdesc='An image viewing tool with fashion interface and smooth performance'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer";
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'libexif' 'libraw' 
'qt5-svg' 'udisks2-qt5')
+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=('592044e6052156bc659e9b137252cb4da3709c40a6cbd9bad78a664ab69c1eb20556add46382fb1a584b6f4aa7386a0542301b0d9ca721bac64b2692791f6d29')
+
+prepare() {
+  # They are moving files around without merging patches. Wow.
+  cd deepin-image-viewer-$pkgver/viewer
+  sed -i '/#include /a #include ' 
module/view/contents/ttbcontent.cpp widgets/thumbnaillistview.cpp 
widgets/popupmenustyle.cpp widgets/thumbnaildelegate.cpp
+  sed -i '/#include /a #include ' 
module/view/contents/imageinfowidget.cpp
+}
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install -j1
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:14:23
  Author: felixonmars
Revision: 733932

upgpkg: deepin-movie 1:5.7.6.62-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:14:08 UTC (rev 733931)
+++ PKGBUILD2020-10-26 12:14:23 UTC (rev 733932)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.61
+pkgver=5.7.6.62
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz";)
-sha512sums=('67bf496bebcedb1ff4de2c221a832003fa85c123f2507ba6f52da7c5bfb5aad592a114f3763faf7028d93de5ce93c65be7787de462dc21692dda9891fc9c6886')
+sha512sums=('86489d0f054489034861a15efc7b3c6f56f8390fa53101d9a8b361e5ad4d0bac6aa7aeb01bb51f3e1635739c8244f318efcaa755dd6c2763b19463cd016875c0')
 
 prepare() {
   cd deepin-movie-reborn-$pkgver


[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:13:53
  Author: felixonmars
Revision: 733930

upgpkg: dhall-lsp-server 1.0.11-1: rebuild with dhall 1.36.0, dhall-bash 
1.0.34, dhall-json 1.7.3, dhall-lsp-server 1.0.11, dhall-yaml 1.2.3

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:13:23 UTC (rev 733929)
+++ PKGBUILD2020-10-26 12:13:53 UTC (rev 733930)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-lsp-server
-pkgver=1.0.10
-pkgrel=30
+pkgver=1.0.11
+pkgrel=1
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
 license=("custom:MIT")
@@ -14,15 +14,9 @@
  'haskell-uri-encode')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp-types' 
'haskell-lsp-test'
  'haskell-tasty' 'haskell-tasty-hspec')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
-
lsp-0.23.patch::https://github.com/dhall-lang/dhall-haskell/pull/2064.patch)
-sha512sums=('51dffa682e1b12f616f829651f774c0472efb49cb97f94b1499178943cc38d5a947a5d0d67f0270e80b9963bafcde074ad00304fde7bffaf8787af1e3a09eb9a'
-
'a5cb75667f57fc7ca1184d3c407192b56cea8b55a360360509ec2248a0cab39c22775e7589b004108c2bf9e19b63b7a78381679c587b3d2207d9b8405737c352')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('2571af7e27686857833c98e75f01ffafa5419df8e8d4f68340d8a63220de0c71e6b92254c31da02fbd4f925b72606299736087e854510cbc7bdc9027977221c7')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p2 < lsp-0.23.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:13:23
  Author: felixonmars
Revision: 733929

upgpkg: deepin-image-viewer 5.6.3.11-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:12:21 UTC (rev 733928)
+++ PKGBUILD2020-10-26 12:13:23 UTC (rev 733929)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=5.6.3.10
+pkgver=5.6.3.11
 pkgrel=1
 pkgdesc='An image viewing tool with fashion interface and smooth performance'
 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=('4339194d519c34b9ae3bcbdc624f2bb38f7b16c9bb242fa9f8743faa5ad249f4b9e4a80c489d15abb5fefac6b375ec694429bf5dac678d430565c84f99e4fcf6')
+sha512sums=('592044e6052156bc659e9b137252cb4da3709c40a6cbd9bad78a664ab69c1eb20556add46382fb1a584b6f4aa7386a0542301b0d9ca721bac64b2692791f6d29')
 
 prepare() {
   # They are moving files around without merging patches. Wow.


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:12:21
  Author: felixonmars
Revision: 733928

archrelease: copy trunk to community-x86_64

Added:
  deepin-album/repos/community-x86_64/PKGBUILD
(from rev 733926, deepin-album/trunk/PKGBUILD)
  deepin-album/repos/community-x86_64/deepin-album-qt5.15.patch
(from rev 733926, deepin-album/trunk/deepin-album-qt5.15.patch)
Deleted:
  deepin-album/repos/community-x86_64/PKGBUILD
  deepin-album/repos/community-x86_64/deepin-album-qt5.15.patch

---+
 PKGBUILD  |   66 +++---
 deepin-album-qt5.15.patch |   96 ++--
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:12:14 UTC (rev 733927)
+++ PKGBUILD2020-10-26 12:12:21 UTC (rev 733928)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-album
-pkgver=5.6.9.22
-pkgrel=1
-pkgdesc='A fashion photo manager for viewing and organizing pictures'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-album";
-license=('GPL3')
-depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'udisks2-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-album/archive/$pkgver.tar.gz";
- deepin-album-qt5.15.patch)
-sha512sums=('dd6080b4f4885b223e4645f4133c9efbf43fbbdce912a21bd9a0d1d89e37b8d4804b73020e72c397e4bfe12db7b96d48333f1ecbd8d9eb89ac8868a908a650da'
-
'52c48e5d2efe603cfa0d9ab9db9619370dfcf7fdeab8fb52d94c5481ad98fe3ca5bfadf240e3acc5542dbe5fa1be766ad7189316fc9db3632b76fbfd6ed9c640')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../deepin-album-qt5.15.patch # Fix build with Qt 5.15
-  sed -i '1i #include ' widgets/dlmenuarrow.h 
module/view/contents/imageinfowidget.cpp
-}
-
-build() {
-  cd deepin-album-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-album-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-album/repos/community-x86_64/PKGBUILD (from rev 733926, 
deepin-album/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:12:21 UTC (rev 733928)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-album
+pkgver=5.6.9.23
+pkgrel=1
+pkgdesc='A fashion photo manager for viewing and organizing pictures'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-album";
+license=('GPL3')
+depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'udisks2-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-album/archive/$pkgver.tar.gz";
+ deepin-album-qt5.15.patch)
+sha512sums=('e801e16900995f37b61c68fa657718cb5a25f4bf82ba9d16d0e543f7778cea246b3fadb926743294a922c75fe1b8a697d010a55f870805b2a42f4c4e24e97c54'
+
'52c48e5d2efe603cfa0d9ab9db9619370dfcf7fdeab8fb52d94c5481ad98fe3ca5bfadf240e3acc5542dbe5fa1be766ad7189316fc9db3632b76fbfd6ed9c640')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../deepin-album-qt5.15.patch # Fix build with Qt 5.15
+  sed -i '1i #include ' widgets/dlmenuarrow.h 
module/view/contents/imageinfowidget.cpp widgets/dialogs/dfmdarrowlineexpand.cpp
+}
+
+build() {
+  cd deepin-album-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-album-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-album-qt5.15.patch
===
--- deepin-album-qt5.15.patch   2020-10-26 12:12:14 UTC (rev 733927)
+++ deepin-album-qt5.15.patch   2020-10-26 12:12:21 UTC (rev 733928)
@@ -1,48 +0,0 @@
-diff --git a/frame/toptoolbar.cpp b/frame/toptoolbar.cpp
-index f6f8073..a1dc84e 100644
 a/frame/toptoolbar.cpp
-+++ b/frame/toptoolbar.cpp
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/module/view/contents/ttbcontent.cpp 
b/module/view/contents/ttbcontent.cpp
-index 1f95a63..7d03cdc 100644
 a/module/view/contents/ttbcontent.cpp
-+++ b/module/view/contents/ttbcontent.cpp
-@@ -38,6 +38,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- DWIDGET_USE_NAMESPACE
- namespace {
-diff --git a/thumbnail/thumbnaildelegate.cpp b/thumbnail/thumbnaildelegate.cpp
-index a789f41..3b2b50a 100644
 a/thumbnail/thumbnaildelegate.cpp
-+++ b/thumbnail/thumbnaildelegate.cpp
-@@ -24,6 +24,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
-diff --git a/widgets/popupmenustyle.cpp b/widgets/popupmenustyle.cpp
-index ddb509c..0fd91f7 100644
 a/widgets/popupmenustyle.cpp
-+++ b/widgets/popupmenustyle.cpp
-@@ -19,6 +19,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 

Copied: deepin-album/repos/community-x86_64/deepin-album-qt5.15.patch (fro

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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:12:14
  Author: felixonmars
Revision: 733927

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-json/repos/community-staging-x86_64/
  dhall-json/repos/community-staging-x86_64/PKGBUILD
(from rev 733926, dhall-json/trunk/PKGBUILD)

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 733926, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:12:14 UTC (rev 733927)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-lens-family-core' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('06787ef0eca44e4151498a02b0528f04a69c1d7e82b152d3e1c1c78012d4a656eb09256faff41b577ce235c6028cd2927e64684af7e2270fe81208ae956ab0ad')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:11:26
  Author: felixonmars
Revision: 733925

upgpkg: deepin-album 5.6.9.23-1

Modified:
  deepin-album/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:09:19 UTC (rev 733924)
+++ PKGBUILD2020-10-26 12:11:26 UTC (rev 733925)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-album
-pkgver=5.6.9.22
+pkgver=5.6.9.23
 pkgrel=1
 pkgdesc='A fashion photo manager for viewing and organizing pictures'
 arch=('x86_64')
@@ -12,13 +12,13 @@
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-album/archive/$pkgver.tar.gz";
  deepin-album-qt5.15.patch)
-sha512sums=('dd6080b4f4885b223e4645f4133c9efbf43fbbdce912a21bd9a0d1d89e37b8d4804b73020e72c397e4bfe12db7b96d48333f1ecbd8d9eb89ac8868a908a650da'
+sha512sums=('e801e16900995f37b61c68fa657718cb5a25f4bf82ba9d16d0e543f7778cea246b3fadb926743294a922c75fe1b8a697d010a55f870805b2a42f4c4e24e97c54'
 
'52c48e5d2efe603cfa0d9ab9db9619370dfcf7fdeab8fb52d94c5481ad98fe3ca5bfadf240e3acc5542dbe5fa1be766ad7189316fc9db3632b76fbfd6ed9c640')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../deepin-album-qt5.15.patch # Fix build with Qt 5.15
-  sed -i '1i #include ' widgets/dlmenuarrow.h 
module/view/contents/imageinfowidget.cpp
+  sed -i '1i #include ' widgets/dlmenuarrow.h 
module/view/contents/imageinfowidget.cpp widgets/dialogs/dfmdarrowlineexpand.cpp
 }
 
 build() {


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:11:31
  Author: felixonmars
Revision: 733926

upgpkg: dhall-json 1.7.3-1: rebuild with dhall 1.36.0, dhall-bash 1.0.34, 
dhall-json 1.7.3, dhall-lsp-server 1.0.11, dhall-yaml 1.2.3

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:11:26 UTC (rev 733925)
+++ PKGBUILD2020-10-26 12:11:31 UTC (rev 733926)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-json
-pkgver=1.7.2
-pkgrel=23
+pkgver=1.7.3
+pkgrel=1
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('6651175af0e58ed4bfff3370830a4dfa04cf5e4239f272cbe832bd1e7fa6b2f42a0cab834a2fc27095e301d08b055feba5a4bc40b289eff5ac906bed99552d57')
+sha512sums=('06787ef0eca44e4151498a02b0528f04a69c1d7e82b152d3e1c1c78012d4a656eb09256faff41b577ce235c6028cd2927e64684af7e2270fe81208ae956ab0ad')
 
 build() {
 cd $pkgname-$pkgver


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:09:19
  Author: felixonmars
Revision: 733924

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 733923, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 733923, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:09:19 UTC (rev 733924)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.34
+pkgrel=1
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('e05b070393e12f305b46c86be7aad9e337fc659f15d643cfe2b03c1e69ca3a76ea25a6748c8154296de146215157f509a8c9206bbd40368572dfa5d769ceef13')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:08:47
  Author: felixonmars
Revision: 733923

upgpkg: dhall-bash 1.0.34-1: rebuild with dhall 1.36.0, dhall-bash 1.0.34, 
dhall-json 1.7.3, dhall-lsp-server 1.0.11, dhall-yaml 1.2.3

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 12:08:10 UTC (rev 733922)
+++ PKGBUILD2020-10-26 12:08:47 UTC (rev 733923)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=dhall-bash
-pkgver=1.0.33
-pkgrel=32
+pkgver=1.0.34
+pkgrel=1
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')
@@ -11,7 +11,7 @@
  'haskell-optparse-generic')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('b1f5e0a530b43bf3851b90aa1a5b13417a56c3264d122b153c37e8ea245478b9312122984f4ec330f0f7fc05cd3ed9a100ecb015a4708d741347eb9b6b0dbf2f')
+sha512sums=('e05b070393e12f305b46c86be7aad9e337fc659f15d643cfe2b03c1e69ca3a76ea25a6748c8154296de146215157f509a8c9206bbd40368572dfa5d769ceef13')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in linux-tools/trunk (cpupower.systemd)

2020-10-26 Thread Sébastien Luttringer via arch-commits
Date: Monday, October 26, 2020 @ 12:07:57
  Author: seblu
Revision: 733921

Add copyright and license to scripts

This was requested by mail to be able to reuse the code.

Modified:
  linux-tools/trunk/cpupower.systemd

--+
 cpupower.systemd |2 ++
 1 file changed, 2 insertions(+)

Modified: cpupower.systemd
===
--- cpupower.systemd2020-10-26 12:07:36 UTC (rev 733920)
+++ cpupower.systemd2020-10-26 12:07:57 UTC (rev 733921)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# Copyright © 2012, Sébastien Luttringer
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 declare -i fail=0
 


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:08:10
  Author: felixonmars
Revision: 733922

archrelease: copy trunk to community-x86_64

Added:
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 733920, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/remove-vendor.patch
(from rev 733920, deepin-terminal/trunk/remove-vendor.patch)
Deleted:
  deepin-terminal/repos/community-x86_64/PKGBUILD
  deepin-terminal/repos/community-x86_64/remove-vendor.patch

-+
 PKGBUILD|   92 ++---
 remove-vendor.patch |  158 +-
 2 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 12:07:57 UTC (rev 733921)
+++ PKGBUILD2020-10-26 12:08:10 UTC (rev 733922)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=5.2.31
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal";
-license=('GPL3')
-depends=('at-spi2-core' 'deepin-qt5integration')
-makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
-optdepends=('zssh: for remote management support')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
-sha512sums=('12676974f530e336f97de2eca883696e51c35fab5fa7119f75443ec10b5e79e19e1e82b717140b1d940482f57e2a0977a0af2aac66f088404de76435b2931156')
-
-prepare() {
-  mkdir -p build
-  cd deepin-terminal-$pkgver
-  # Devendor qtermwidget - disabled due to the vendored copy has changes
-  #rm -r terminalwidget
-  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
-  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
-
-  # Much upstream weirdness
-  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
-  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
-  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
-  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake -GNinja -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d 
- -f 1 | cut -d : -f 2)/DCore/bin ../deepin-terminal-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-  rm -r "$pkgdir"/build
-  chrpath --delete "$pkgdir"/usr/bin/deepin-terminal
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 733920, 
deepin-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 12:08:10 UTC (rev 733922)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=5.2.32
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal";
+license=('GPL3')
+depends=('at-spi2-core' 'deepin-qt5integration')
+makedepends=('chrpath' 'cmake' 'expac' 'lxqt-build-tools' 'ninja' 'qt5-tools')
+optdepends=('zssh: for remote management support')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz";)
+sha512sums=('25d089f560e30c3487b3271d0f04e9b3319e70b1bcbdd5a51a5133f55c37d08358f93a2cbb9a7a37d55b910c90c15c9bd548faff128c9653787af5d1c94d98e8')
+
+prepare() {
+  mkdir -p build
+  cd deepin-terminal-$pkgver
+  # Devendor qtermwidget - disabled due to the vendored copy has changes
+  #rm -r terminalwidget
+  #sed -i '/terminalwidget/d;/build_qtermwidget/d' deepin-terminal.pro
+  #sed -i 's|terminalwidget/lib/qtermwidget.h|qtermwidget5/qtermwidget.h|' 
encodeplugin/encodelistmodel.cpp views/termwidget.h theme/themelistmodel.cpp
+
+  # Much upstream weirdness
+  sed -i '//i#include \n#include ' 
3rdparty/terminalwidget/lib/SessionManager.h
+  #sed -i 's/QString("/QString::fromLatin1("/;s/message = "Session 
crashed.";/message = QString::fromLatin1("Session crashed.");/' 
3rdparty/terminalwidget/lib/{Filter,Session}.cpp
+  sed -i '/LXQtCompilerSettings/a remove_definitions(-DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII)' 3rdparty/terminalwidget/CMakeLists.txt
+  sed -i 's|default-config.json|src/assets/other/default-config.json|' 
CMakeLists.txt
+}
+
+build(){
+  cd build
+  cmake -GNinja -DDTKCORE_TOOL_DIR=/usr/lib/libdtk-$(expac %v dtkcore | cut -d 
- -f 1 | cut -d : -f 2)/DCore/b

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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:07:36
  Author: felixonmars
Revision: 733920

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall/repos/community-staging-x86_64/
  dhall/repos/community-staging-x86_64/PKGBUILD
(from rev 733918, dhall/trunk/PKGBUILD)

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 733918, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-26 12:07:36 UTC (rev 733920)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.36.0
+pkgrel=1
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-parsers' 
'haskell-parser-combinators'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-pretty-simple'
+ 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 
'haskell-scientific'
+ 'haskell-text-manipulate' 'haskell-th-lift-instances' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 
'haskell-cryptonite'
+ 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-turtle' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('842f3cf9b11187cf617259f2df2e513cfbfc472f5c304073b5956a7330033e246e31e9c84d57a7bc3e290238be48a639b0023da72ddb129c7d4566920e322257')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/dhall-lang/dhall-haskell/issues/1985
+#runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


<    1   2   3   >