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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:10:29
  Author: felixonmars
Revision: 530138

upgpkg: hoogle 5.0.17.11-23

rebuild with blaze-markup 0.8.2.3

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:08:42 UTC (rev 530137)
+++ PKGBUILD2019-11-17 18:10:29 UTC (rev 530138)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.11
-pkgrel=22
+pkgrel=23
 pkgdesc="Haskell API Search"
 url="https://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 09:58:05
  Author: felixonmars
Revision: 529985

upgpkg: xmonad 0.15-21

rebuild with X11 1.9.1

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 09:56:58 UTC (rev 529984)
+++ PKGBUILD2019-11-17 09:58:05 UTC (rev 529985)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.15
-pkgrel=20
+pkgrel=21
 pkgdesc='Lightweight X11 tiled window manager written in Haskell'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2019-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 17, 2019 @ 15:07:53
  Author: heftig
Revision: 368989

2.28.7-4: Remove broken Python 3 support

Modified:
  pygobject2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:55:29 UTC (rev 368988)
+++ PKGBUILD2019-11-17 15:07:53 UTC (rev 368989)
@@ -1,16 +1,19 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgbase=pygobject2
-pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgname=(python2-gobject2)
 pkgver=2.28.7
-pkgrel=3
-pkgdesc="Python bindings for GObject (legacy)"
+pkgrel=4
+pkgdesc="Legacy Python 2 bindings for GObject"
 url="https://wiki.gnome.org/Projects/PyGObject;
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2)
-makedepends=(python python2 git)
-options=(!emptydirs)
+depends=(glib2 python2)
+makedepends=(git)
+provides=("pygobject2-devel=$pkgver-$pkgrel")
+conflicts=('pygobject2-devel')
+replaces=('pygobject2-devel<=2.28.7-3')
 _commit=c9594b6a91e6ca2086fedec2ed8249e0a9c029fc  # tags/PYGOBJECT_2_28_7^0
 source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -21,49 +24,21 @@
 }
 
 prepare() {
-  mkdir build-py{2,3} devel
   cd pygobject
   find . \( -name '*.py' -o -name '*.py.in' \) -exec sed -i '1s|python$|&2|' 
{} +
   autoreconf -fvi
 }
 
-_build() (
-  cd build-py$1
-  ../pygobject/configure --prefix=/usr --disable-introspection 
PYTHON=/usr/bin/python$1
+build() (
+  cd pygobject
+  CPPFLAGS+=' -Wno-deprecated-declarations'
+  ./configure --prefix=/usr --disable-introspection PYTHON=/usr/bin/python2
   sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 )
 
-build() {
-  _build 2
-  _build 3
-}
-
-package_python-gobject2() {
-  depends=("pygobject2-devel=$pkgver" python)
-
-  cd build-py3
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{include,lib/pkgconfig,share/pygobject/xsl}
-  rm -r "$pkgdir"/usr/share/gtk-doc
-}
-
 package_python2-gobject2() {
-  pkgdesc="${pkgdesc/Python/Python2}"
-  depends=("pygobject2-devel=$pkgver" python2)
-
-  cd build-py2
+  cd pygobject
   make DESTDIR="$pkgdir" install
-  mv "$pkgdir"/usr/{include,lib/pkgconfig,share/pygobject/xsl} "$srcdir/devel"
-  rm -r "$pkgdir"/usr/share/gtk-doc
+  rm -r "$pkgdir/usr/share/gtk-doc"
 }
-
-package_pygobject2-devel() {
-  pkgdesc="Common development files for pygobject2"
-
-  cd devel
-  mkdir -p "$pkgdir"/usr/{lib,share/pygobject}
-  mv include "$pkgdir/usr/"
-  mv pkgconfig "$pkgdir/usr/lib/"
-  mv xsl "$pkgdir/usr/share/pygobject/"
-}


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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 17:10:59
  Author: eschwartz
Revision: 530073

archrelease: copy trunk to community-x86_64

Added:
  pageedit/repos/community-x86_64/PKGBUILD
(from rev 530072, pageedit/trunk/PKGBUILD)
Deleted:
  pageedit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 17:10:44 UTC (rev 530072)
+++ PKGBUILD2019-11-17 17:10:59 UTC (rev 530073)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=pageedit
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
-arch=('x86_64')
-url="https://github.com/Sigil-Ebook/PageEdit;
-license=('GPL3')
-depends=('qt5-webengine')
-makedepends=('cmake' 'qt5-tools')
-source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
-sha256sums=('5ed05bdfa0a89f6823111a6d148d73a32485c7d3e53c52ecc906beb4058b69cd'
-'SKIP')
-b2sums=('c588ede3b593fa8290c7a0dfb7a92d09951a2e225cf996d00dcb13234cf68801dd6e9573c14e9b71a159fcb68c4cee093fd18ce1d233697894447cd369e87942'
-'SKIP')
-validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

-
-build() {
-mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
-cd "${srcdir}"/PageEdit-${pkgver}/build
-
-cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINSTALL_BUNDLED_DICTS=0 \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
-..
-make
-}
-
-package() {
-cd "${srcdir}"/PageEdit-${pkgver}/build
-
-make install DESTDIR="${pkgdir}"
-}

Copied: pageedit/repos/community-x86_64/PKGBUILD (from rev 530072, 
pageedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 17:10:59 UTC (rev 530073)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=pageedit
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
+arch=('x86_64')
+url="https://github.com/Sigil-Ebook/PageEdit;
+license=('GPL3')
+depends=('qt5-webengine')
+makedepends=('cmake' 'qt5-tools')
+source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
+sha256sums=('f9cbfabc486acecdeb4ffe0c7ad5e73eebbb38341e1951c5240262bfbf8bfb05'
+'SKIP')
+b2sums=('fcc8aaf04dddbb72d17814825f1d81e010481de6be98946eec2e8218aaa485253a950e2c4ca9bbc6f6971d598f1fe451797664e367c6a2024be4d62fb4469952'
+'SKIP')
+validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

+
+build() {
+mkdir -p "${srcdir}"/PageEdit-${pkgver}/build
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_BUNDLED_DICTS=0 \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+..
+make
+}
+
+package() {
+cd "${srcdir}"/PageEdit-${pkgver}/build
+
+make install DESTDIR="${pkgdir}"
+}


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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 17:10:44
  Author: eschwartz
Revision: 530072

upgpkg: pageedit 0.9.6-1: upstream release

Modified:
  pageedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:09:47 UTC (rev 530071)
+++ PKGBUILD2019-11-17 17:10:44 UTC (rev 530072)
@@ -1,7 +1,7 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=pageedit
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Simple Single Page XHTML Visual Editor, split from Sigil's BookView"
 arch=('x86_64')
@@ -11,9 +11,9 @@
 makedepends=('cmake' 'qt5-tools')
 source=("PageEdit-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "${url}/releases/download/${pkgver}/PageEdit-${pkgver}.tar.gz.sig")
-sha256sums=('5ed05bdfa0a89f6823111a6d148d73a32485c7d3e53c52ecc906beb4058b69cd'
+sha256sums=('f9cbfabc486acecdeb4ffe0c7ad5e73eebbb38341e1951c5240262bfbf8bfb05'
 'SKIP')
-b2sums=('c588ede3b593fa8290c7a0dfb7a92d09951a2e225cf996d00dcb13234cf68801dd6e9573c14e9b71a159fcb68c4cee093fd18ce1d233697894447cd369e87942'
+b2sums=('fcc8aaf04dddbb72d17814825f1d81e010481de6be98946eec2e8218aaa485253a950e2c4ca9bbc6f6971d598f1fe451797664e367c6a2024be4d62fb4469952'
 'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay 

 


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:21:05
  Author: felixonmars
Revision: 530083

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
530082, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:21:05 UTC (rev 530083)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=2
+pkgrel=63
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41d5790efef0e6c138dcd2306b1369ba91e4db5a7f0b2a9c51eb11f83908925989ec8b71ce4a61e77ac34b42f635195674497a4d170102e588b3a9fa38d1b0bc')
+
+prepare() {
+sed -i -e '/semigroups/d' -e 's/< *0.9/<1/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:20:52
  Author: felixonmars
Revision: 530082

upgpkg: haskell-trifecta 2-63

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:19:04 UTC (rev 530081)
+++ PKGBUILD2019-11-17 17:20:52 UTC (rev 530082)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2
-pkgrel=62
+pkgrel=63
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("BSD")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:32:45
  Author: felixonmars
Revision: 530094

upgpkg: haskell-aws 0.21.1-116

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:30:11 UTC (rev 530093)
+++ PKGBUILD2019-11-17 17:32:45 UTC (rev 530094)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.21.1
-pkgrel=115
+pkgrel=116
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:32:58
  Author: felixonmars
Revision: 530095

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 530094, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:32:58 UTC (rev 530095)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.21.1
+pkgrel=116
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 
'haskell-http-conduit'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 
'haskell-memory'
+ 'haskell-monad-control' 'haskell-network' 'haskell-old-locale' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-scientific' 'haskell-tagged' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ab22fd2113b579404c218abbef42ebc04e3b5d90c4a1ecc4ad36aa720c8071c07d8b49bd2441bc07d1383122cfdd5e95a04fad6929adedb66e5d5b684eed2f37')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Requires AWS credentials to test"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:50:05
  Author: felixonmars
Revision: 530121

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
530120, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:50:05 UTC (rev 530121)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=27
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:49:52
  Author: felixonmars
Revision: 530120

upgpkg: haskell-yesod-form 1.6.7-27

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:48:25 UTC (rev 530119)
+++ PKGBUILD2019-11-17 17:49:52 UTC (rev 530120)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=26
+pkgrel=27
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:48:25
  Author: felixonmars
Revision: 530119

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 530118, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:48:25 UTC (rev 530119)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.3
+pkgrel=2
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fd82ecf576f4fc8878c614e52c6f10032d9da339189463dcc1f69a56061fca20030560f3e402246fd83b042f001cfd9465e96023e05523ec4480fa153491ffde')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:48:11
  Author: felixonmars
Revision: 530118

upgpkg: haskell-yesod-persistent 1.6.0.3-2

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:47:06 UTC (rev 530117)
+++ PKGBUILD2019-11-17 17:48:11 UTC (rev 530118)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:05:17
  Author: felixonmars
Revision: 530133

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 530132, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:05:17 UTC (rev 530133)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.15.2
+pkgrel=10
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-easytest'
+ 'haskell-hashable' 'haskell-hledger-lib' 'haskell-lucid' 
'haskell-math-functions'
+ 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-shakespeare' 'haskell-split' 
'haskell-tabular' 'haskell-temporary'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 
'haskell-utility-ht'
+ 'haskell-wizards')
+makedepends=('ghc' 'haskell-extra' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('77362ab356f16abe6742a1c59985b4e31a8901fb236083eb8fb77689e9ccf99e76f8bde722a4e05daebf0c23654b5bf2d1ecd2e7613b5a8ab85efd99d3282fc3')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded --ghc-option='-pie'
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:06:28
  Author: felixonmars
Revision: 530134

upgpkg: hledger-ui 1.15-11

rebuild with blaze-markup 0.8.2.3

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:05:17 UTC (rev 530133)
+++ PKGBUILD2019-11-17 18:06:28 UTC (rev 530134)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.15
-pkgrel=10
+pkgrel=11
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:06:41
  Author: felixonmars
Revision: 530135

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 530134, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:06:41 UTC (rev 530135)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.15
+pkgrel=11
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 
'haskell-brick'
+ 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 10:04:55
  Author: felixonmars
Revision: 529989

upgpkg: xmonad-utils 0.1.3.3-28

rebuild with X11 1.9.1

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 10:03:10 UTC (rev 529988)
+++ PKGBUILD2019-11-17 10:04:55 UTC (rev 529989)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=27
+pkgrel=28
 pkgdesc='Small collection of X utilities'
 url='https://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 10:05:11
  Author: felixonmars
Revision: 529990

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-utils/repos/community-staging-x86_64/
  xmonad-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 529989, xmonad-utils/trunk/PKGBUILD)

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

Copied: xmonad-utils/repos/community-staging-x86_64/PKGBUILD (from rev 529989, 
xmonad-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 10:05:11 UTC (rev 529990)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Leif Warner 
+
+pkgname=xmonad-utils
+pkgver=0.1.3.3
+pkgrel=28
+pkgdesc='Small collection of X utilities'
+url='https://hackage.haskell.org/package/xmonad-utils'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 
'haskell-unix')
+makedepends=('ghc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8')
+sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 17, 2019 @ 13:15:05
  Author: arodseth
Revision: 53

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
(from rev 52, picom/trunk/PKGBUILD)
  picom/repos/community-x86_64/picom.conf
(from rev 52, picom/trunk/picom.conf)

+
 PKGBUILD   |   56 ++
 picom.conf |  227 +++
 2 files changed, 283 insertions(+)

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 52, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 13:15:05 UTC (rev 53)
@@ -0,0 +1,56 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=7.4
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT)
+replaces=(compton)
+provides=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
+ pixman xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# > git tag v7.4, this is after the rename
+source=("git+$url#commit=9a88d971d59ed8c33f9d8734cd0039d9fd6030a5"
+picom.conf)
+sha256sums=('SKIP'
+'78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec picom
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/picom
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 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/picom.conf (from rev 52, 
picom/trunk/picom.conf)
===
--- picom.conf  (rev 0)
+++ picom.conf  2019-11-17 13:15:05 UTC (rev 53)
@@ -0,0 +1,227 @@
+# Thank you code_nomad: http://9m.no/ꪯ鵞
+# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
+
+#
+#
+# Backend
+#
+#
+
+# Backend to use: "xrender" or "glx".
+# GLX backend is typically much faster but depends on a sane driver.
+backend = "glx";
+
+#
+#
+# GLX backend
+#
+#
+
+glx-no-stencil = true;
+
+# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
+# My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
+# but a 20% increase when only 1/4 is.
+# My tests on nouveau show terrible slowdown.
+glx-copy-from-front = false;
+
+# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
+# My tests on nouveau shows a 200% performance boost when only 1/4 of the 
screen is updated.
+# May break VSync and is not available on some drivers.
+# Overrides --glx-copy-from-front.
+# glx-use-copysubbuffermesa = true;
+
+# GLX backend: Avoid rebinding pixmap on window damage.
+# Probably could improve performance on rapid window content changes, but is 
known to break things on some drivers (LLVMpipe).
+# Recommended if it works.
+# glx-no-rebind-pixmap = true;
+
+# GLX backend: GLX buffer swap method we assume.
+# Could be undefined (0), copy (1), exchange (2), 3-6, or buffer-age (-1).
+# undefined is the slowest and the safest, and the default value.
+# copy is fastest, but may fail on some drivers,
+# 2-6 are gradually slower but safer (6 is still faster than 0).
+# Usually, double buffer means 2, triple buffer means 3.
+# buffer-age means auto-detect using GLX_EXT_buffer_age, supported by some 
drivers.
+# Useless with --glx-use-copysubbuffermesa.
+# Partially breaks --resize-damage.
+# Defaults to undefined.
+#glx-swap-method = "undefined";
+
+#
+#
+# Shadows
+#
+#
+
+# Enabled client-side shadows on windows.
+shadow = true;
+# The blur radius for shadows. (default 12)
+shadow-radius = 5;
+# The left offset for shadows. (default -15)
+shadow-offset-x = -5;
+# The top offset for 

[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 14:25:38
  Author: anthraxx
Revision: 530021

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 530020, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 14:25:33 UTC (rev 530020)
+++ PKGBUILD2019-11-17 14:25:38 UTC (rev 530021)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.16.3
-pkgrel=2
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('337f9bb7020df00e0f4228f5728835352b3d452ed61b7538e197c6a55e9893aa')
-sha512sums=('710f304e79760c022c29583435e488f100c62bb3a298b417bfb82d9fd2189123fe29bbcd28ac4965c0a159c9724bf4f84e3f7cdc589ff95c56bad94b80bc1c6a')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 530020, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 14:25:38 UTC (rev 530021)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.27.0
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(https://github.com/socketry/async-io/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e085a1d39f7c6c7c5a89ac97b5f83aeee328cca4d809c9ea9d467e44ccb8866a')
+sha512sums=('8b5e4b182e4ee31ddbeef1a882cde8e70c820947e45226bea1a5ce35a35ed441629463d7da027057fca339c0e8fcb063406e797387bb29965b451998ceb67d51')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -rf cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 14:25:33
  Author: anthraxx
Revision: 530020

upgpkg: ruby-async-io 1.27.0-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:23:59 UTC (rev 530019)
+++ PKGBUILD2019-11-17 14:25:33 UTC (rev 530020)
@@ -2,8 +2,8 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.16.3
-pkgrel=2
+pkgver=1.27.0
+pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
 arch=('any')
@@ -11,9 +11,9 @@
 depends=('ruby' 'ruby-async')
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('337f9bb7020df00e0f4228f5728835352b3d452ed61b7538e197c6a55e9893aa')
-sha512sums=('710f304e79760c022c29583435e488f100c62bb3a298b417bfb82d9fd2189123fe29bbcd28ac4965c0a159c9724bf4f84e3f7cdc589ff95c56bad94b80bc1c6a')
+source=(https://github.com/socketry/async-io/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e085a1d39f7c6c7c5a89ac97b5f83aeee328cca4d809c9ea9d467e44ccb8866a')
+sha512sums=('8b5e4b182e4ee31ddbeef1a882cde8e70c820947e45226bea1a5ce35a35ed441629463d7da027057fca339c0e8fcb063406e797387bb29965b451998ceb67d51')
 
 prepare() {
   cd ${_gemname}-${pkgver}
@@ -29,10 +29,15 @@
 package() {
   cd ${_gemname}-${pkgver}
   local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -rf cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out}
 }
 
 # vim: ts=2 sw=2 et:


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 15:23:58
  Author: anthraxx
Revision: 530026

upgpkg: lib32-libtiff 4.1.0-1

Modified:
  lib32-libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:31:20 UTC (rev 530025)
+++ PKGBUILD2019-11-17 15:23:58 UTC (rev 530026)
@@ -4,7 +4,7 @@
 
 _pkgname=libtiff
 pkgname=lib32-${_pkgname}
-pkgver=4.0.10
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Library for manipulation of TIFF images (32-bit)'
 url='http://www.simplesystems.org/libtiff/'
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('libtiff' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
'lib32-zstd')
 source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha512sums=('d213e5db09fd56b8977b187c5a756f60d6e3e998be172550c2892dbdb4b2a8e8c750202bc863fe27d0d1c577ab9de1710d15e9f6ed665aadbfd857525a81eea8'
+sha512sums=('fd541dcb11e3d5afaa1ec2f073c9497099727a52f626b338ef87dc93ca2e23ca5f47634015a4beac616d4e8f05acf7b7cd5797fb218758cc2ad31b390491c5a6'
 'SKIP')
 validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

 


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 15:24:04
  Author: anthraxx
Revision: 530027

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 15:23:58 UTC (rev 530026)
+++ PKGBUILD2019-11-17 15:24:04 UTC (rev 530027)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-# Contributor: dorphell 
-
-_pkgname=libtiff
-pkgname=lib32-${_pkgname}
-pkgver=4.0.10
-pkgrel=1
-pkgdesc='Library for manipulation of TIFF images (32-bit)'
-url='http://www.simplesystems.org/libtiff/'
-arch=('x86_64')
-license=('custom')
-depends=('libtiff' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
'lib32-zstd')
-source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha512sums=('d213e5db09fd56b8977b187c5a756f60d6e3e998be172550c2892dbdb4b2a8e8c750202bc863fe27d0d1c577ab9de1710d15e9f6ed665aadbfd857525a81eea8'
-'SKIP')
-validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd tiff-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---with-docdir=/usr/share/doc/${pkgname} \
---libdir=/usr/lib32 \
---includedir=/usr/include/libtiff32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd tiff-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s ${_pkgname} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtiff/repos/multilib-x86_64/PKGBUILD (from rev 530026, 
lib32-libtiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 15:24:04 UTC (rev 530027)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+# Contributor: dorphell 
+
+_pkgname=libtiff
+pkgname=lib32-${_pkgname}
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Library for manipulation of TIFF images (32-bit)'
+url='http://www.simplesystems.org/libtiff/'
+arch=('x86_64')
+license=('custom')
+depends=('libtiff' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
'lib32-zstd')
+source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
+sha512sums=('fd541dcb11e3d5afaa1ec2f073c9497099727a52f626b338ef87dc93ca2e23ca5f47634015a4beac616d4e8f05acf7b7cd5797fb218758cc2ad31b390491c5a6'
+'SKIP')
+validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd tiff-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--with-docdir=/usr/share/doc/${pkgname} \
+--libdir=/usr/lib32 \
+--includedir=/usr/include/libtiff32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s ${_pkgname} "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 15:36:46
  Author: anthraxx
Revision: 530030

upgpkg: libcli 1.10.2-1

Modified:
  libcli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 15:31:17 UTC (rev 530029)
+++ PKGBUILD2019-11-17 15:36:46 UTC (rev 530030)
@@ -3,7 +3,7 @@
 # Contributor: Mike Roberts 
 
 pkgname=libcli
-pkgver=1.10.0
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='Library for including a Cisco-like command-line interface into other 
software'
 url='https://github.com/dparrish/libcli'
@@ -11,8 +11,8 @@
 license=('LGPL2.1')
 depends=('glibc')
 provides=('libcli.so')
-source=(https://github.com/dparrish/libcli/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('0d8aaad55982581aef637a30f8824557d8460f95503d9731df15a176af7a5b928945bacff0d0cbbc1f4c196ac0c7bc207197cca1873f8f57cd511962f1bbed19')
+source=(https://github.com/dparrish/libcli/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f09817683d298da0b6c71253f8560b76b6a706589804a1c6afe87ce8ae37b8b3430b15380b0807cb805de0fd87753f95bbc1c174ea1c7e561fcff56f0f55c960')
 
 prepare() {
   sed -i 's/-Werror//' ${pkgname}-${pkgver}/Makefile


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 15:36:51
  Author: anthraxx
Revision: 530031

archrelease: copy trunk to community-staging-x86_64

Added:
  libcli/repos/community-staging-x86_64/
  libcli/repos/community-staging-x86_64/PKGBUILD
(from rev 530030, libcli/trunk/PKGBUILD)

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

Copied: libcli/repos/community-staging-x86_64/PKGBUILD (from rev 530030, 
libcli/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 15:36:51 UTC (rev 530031)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Mike Roberts 
+
+pkgname=libcli
+pkgver=1.10.2
+pkgrel=1
+pkgdesc='Library for including a Cisco-like command-line interface into other 
software'
+url='https://github.com/dparrish/libcli'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libcli.so')
+source=(https://github.com/dparrish/libcli/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('f09817683d298da0b6c71253f8560b76b6a706589804a1c6afe87ce8ae37b8b3430b15380b0807cb805de0fd87753f95bbc1c174ea1c7e561fcff56f0f55c960')
+
+prepare() {
+  sed -i 's/-Werror//' ${pkgname}-${pkgver}/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 17, 2019 @ 15:58:13
  Author: arodseth
Revision: 530039

archrelease: copy trunk to community-x86_64

Added:
  wallutils/repos/community-x86_64/PKGBUILD
(from rev 530038, wallutils/trunk/PKGBUILD)
  wallutils/repos/community-x86_64/PKGBUILD.gccgo
(from rev 530038, wallutils/trunk/PKGBUILD.gccgo)
Deleted:
  wallutils/repos/community-x86_64/PKGBUILD
  wallutils/repos/community-x86_64/PKGBUILD.gccgo

+
 PKGBUILD   |   67 +++
 PKGBUILD.gccgo |   58 +++
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 15:58:06 UTC (rev 530038)
+++ PKGBUILD2019-11-17 15:58:13 UTC (rev 530039)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=wallutils
-pkgver=5.8.2
-pkgrel=2
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-depends=(wayland libx11 libxpm)
-makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#tag=$pkgver")
-options=(!strip)
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/go build/go build -mod=vendor -buildmode=pie -gcflags 
"all=-trimpath=$$PWD" -asmflags "all=-trimpath=$$PWD" -ldflags "-s -w 
-extldflags $$LDFLAGS"/g' $pkgname/Makefile
-}
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  find "$pkgdir/usr/bin/" -executable -type f -exec \
-upx -q --no-progress {} >/dev/null \;
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/xyproto/wallutils/tags
-# vim: ts=2 sw=2 et:

Copied: wallutils/repos/community-x86_64/PKGBUILD (from rev 530038, 
wallutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 15:58:13 UTC (rev 530039)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=wallutils
+pkgver=5.8.3
+pkgrel=1
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(MIT)
+depends=(wayland libx11 libxpm)
+makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
+optdepends=('feh: for setting the wallpaper for some window managers for X')
+# tag: 5.8.3
+source=("git+$url#commit=309882b24dad1f23380a5d7ee4bdea0088b95111")
+options=(!strip)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/go build/go build -mod=vendor -buildmode=pie -gcflags 
"all=-trimpath=$$PWD" -asmflags "all=-trimpath=$$PWD" -ldflags "-s -w 
-extldflags $$LDFLAGS"/g' $pkgname/Makefile
+}
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  find "$pkgdir/usr/bin/" -executable -type f -exec \
+upx -q --no-progress {} >/dev/null \;
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/xyproto/wallutils/tags
+# vim: ts=2 sw=2 et:

Deleted: PKGBUILD.gccgo
===
--- PKGBUILD.gccgo  2019-11-17 15:58:06 UTC (rev 530038)
+++ PKGBUILD.gccgo  2019-11-17 15:58:13 UTC (rev 530039)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=wallutils
-pkgver=5.8.2
-pkgrel=1
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-depends=(libx11 wayland)
-makedepends=(git gcc-go libxcursor libxmu xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's,go build,export GOPATH="$$PWD/../.."; go get -d; go build 
-buildmode=pie -gccgoflags="-s -w $$LDFLAGS",g' $pkgname/Makefile
-}
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wallutils/repos/community-x86_64/PKGBUILD.gccgo (from rev 530038, 
wallutils/trunk/PKGBUILD.gccgo)
===
--- PKGBUILD.gccgo  (rev 0)
+++ PKGBUILD.gccgo  2019-11-17 15:58:13 UTC (rev 530039)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=wallutils
+pkgver=5.8.2
+pkgrel=1
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(MIT)
+depends=(libx11 wayland)
+makedepends=(git gcc-go libxcursor libxmu xbitmaps xorgproto)
+optdepends=('feh: for setting the wallpaper for some 

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

2019-11-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 17, 2019 @ 15:58:06
  Author: arodseth
Revision: 530038

upgpkg: wallutils 5.8.3-1

Modified:
  wallutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 15:52:44 UTC (rev 530037)
+++ PKGBUILD2019-11-17 15:58:06 UTC (rev 530038)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=wallutils
-pkgver=5.8.2
-pkgrel=2
+pkgver=5.8.3
+pkgrel=1
 pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
 arch=(x86_64)
 url='https://github.com/xyproto/wallutils'
@@ -10,7 +10,8 @@
 depends=(wayland libx11 libxpm)
 makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
 optdepends=('feh: for setting the wallpaper for some window managers for X')
-source=("git+$url#tag=$pkgver")
+# tag: 5.8.3
+source=("git+$url#commit=309882b24dad1f23380a5d7ee4bdea0088b95111")
 options=(!strip)
 sha256sums=('SKIP')
 


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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 16:26:21
  Author: eschwartz
Revision: 530044

upgpkg: cinnamon-screensaver 4.4.0-1: upstream release

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 16:26:06 UTC (rev 530043)
+++ PKGBUILD2019-11-17 16:26:21 UTC (rev 530044)
@@ -5,8 +5,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname};
@@ -17,8 +17,8 @@
 makedepends=('gobject-introspection' 'intltool')
 backup=('etc/pam.d/cinnamon-screensaver')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('276229156acd31c1f1f89cf590e83cdf4d2e87dbf246af68b114ac674f8f9b0d2a704a0485d0f7d742704315122e3b67020b6d47fab073acbfa2c48cd7fcc171')
-b2sums=('a36f98e329d18d4865cb3a54f3398e1d13089595be48fc2291459bae43dd396dfb1b8bf087c863aae6e350897ed63904cdb81248083be03ba0b16720ce7182ce')
+sha512sums=('594ce21d13dad9ca577880e5d20c4d22a9e1aaad8d84520673b5990553b772050997d5b8ad1ed0ee094e4f0c23939bc5d17bc3c1d5bd6090fdbf2c1cc2b4e476')
+b2sums=('801b6fbb4dec73e47a9380cdaabb6f85e6f64b111733c89e577375f633ef4d69227cc1b02eb1c0a5e291cffc748a7df322a69ab14887669ce90d1188d6032dc2')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:25:51
  Author: felixonmars
Revision: 530042

upgpkg: haskell-blaze-markup 0.8.2.3-1

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 16:25:21 UTC (rev 530041)
+++ PKGBUILD2019-11-17 16:25:51 UTC (rev 530042)
@@ -3,8 +3,8 @@
 
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
-pkgver=0.8.2.2
-pkgrel=28
+pkgver=0.8.2.3
+pkgrel=1
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="https://jaspervdj.be/blaze;
 license=("BSD")
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a3f7cc69d90d25755e6e2ca0b96d1965ea40ebd8994df08df81353b9ae342ce70e80d38a85df33bd330c6d745c41cd28f2c5e8ee8fcaf08369ed26dd384dc5e6')
+sha512sums=('592106b5e68be4755bc14ce57fc3bb5b5e009dda2ca36ccf19bef319b30198e91d4d1bb0f987c6c6bcbcfad83bd549b1bd87dc14fba9419711a0e5718157259c')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:26:06
  Author: felixonmars
Revision: 530043

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-blaze-markup/repos/community-staging-x86_64/
  haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD
(from rev 530042, haskell-blaze-markup/trunk/PKGBUILD)

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

Copied: haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 
530042, haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 16:26:06 UTC (rev 530043)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.8.2.3
+pkgrel=1
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="https://jaspervdj.be/blaze;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('592106b5e68be4755bc14ce57fc3bb5b5e009dda2ca36ccf19bef319b30198e91d4d1bb0f987c6c6bcbcfad83bd549b1bd87dc14fba9419711a0e5718157259c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Filipe Laíns via arch-commits
Date: Sunday, November 17, 2019 @ 16:24:41
  Author: ffy00
Revision: 530040

fix http client (0.5.3-3)

Fixes FS#64503

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 15:58:13 UTC (rev 530039)
+++ PKGBUILD2019-11-17 16:24:41 UTC (rev 530040)
@@ -4,7 +4,7 @@
 
 pkgname=lutris
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -17,9 +17,17 @@
 'vulkan-icd-loader: Vulkan support'
 'lib32-vulkan-icd-loader: Vulkan support')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c021647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;
+
'fix-python3.8.patch::https://github.com/lutris/lutris/commit/2f7c3b1aefc96608d814e2ad37b6c49c687fae1b.patch')
+sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c021647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9'
+
'279fa1d9868642f5a3679db3ad0252b197a7907fae61d68bd7ce2bf42636f11e0ba0bfa1f94df068efd7b45571c2a38751b66c7cb28acdff9e162a33f3337978')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../fix-python3.8.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 


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

2019-11-17 Thread Filipe Laíns via arch-commits
Date: Sunday, November 17, 2019 @ 16:25:21
  Author: ffy00
Revision: 530041

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 530040, lutris/trunk/PKGBUILD)
Deleted:
  lutris/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 16:24:41 UTC (rev 530040)
+++ PKGBUILD2019-11-17 16:25:21 UTC (rev 530041)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.3
-pkgrel=2
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Windows support'
-'vulkan-icd-loader: Vulkan support'
-'lib32-vulkan-icd-loader: Vulkan support')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c021647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 530040, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 16:25:21 UTC (rev 530041)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.3
+pkgrel=3
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'gvfs' 
'mesa-demos')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Windows support'
+'vulkan-icd-loader: Vulkan support'
+'lib32-vulkan-icd-loader: Vulkan support')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;
+
'fix-python3.8.patch::https://github.com/lutris/lutris/commit/2f7c3b1aefc96608d814e2ad37b6c49c687fae1b.patch')
+sha512sums=('c48be1cf1efada290847d86876dae40346142b041119e6c6733e41e27c021647992e5475bfa3a71b639a0d9ff2e2ca3527612cc1a723aa0bac46960606c9'
+
'279fa1d9868642f5a3679db3ad0252b197a7907fae61d68bd7ce2bf42636f11e0ba0bfa1f94df068efd7b45571c2a38751b66c7cb28acdff9e162a33f3337978')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p1 < ../fix-python3.8.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:43:48
  Author: felixonmars
Revision: 530050

upgpkg: agda 2.6.0.1-25

rebuild with blaze-markup 0.8.2.3

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 16:39:27 UTC (rev 530049)
+++ PKGBUILD2019-11-17 16:43:48 UTC (rev 530050)
@@ -4,7 +4,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.6.0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="https://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:44:03
  Author: felixonmars
Revision: 530051

archrelease: copy trunk to community-staging-x86_64

Added:
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 530050, agda/trunk/PKGBUILD)

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

Copied: agda/repos/community-staging-x86_64/PKGBUILD (from rev 530050, 
agda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 16:44:03 UTC (rev 530051)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.6.0.1
+pkgrel=25
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="https://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-blaze-html' 
'haskell-boxes'
+ 'haskell-cpphs' 'haskell-data-hash' 'haskell-edisoncore' 
'haskell-edit-distance'
+ 'haskell-equivalence' 'haskell-exceptions' 'haskell-geniplate-mirror' 
'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hashtables' 'haskell-ieee754' 
'haskell-murmur-hash'
+ 'haskell-regex-tdfa' 'haskell-split' 'haskell-strict' 
'haskell-unordered-containers'
+ 'haskell-uri-encode' 'haskell-zlib')
+optdepends=('agda-stdlib: for standard library')
+makedepends=('alex' 'happy' 'ghc' 'haskell-filemanip')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/agda/agda/archive/v$pkgver.tar.gz;)
+sha512sums=('7b830839a37f291b636f6f37e948f114b636a7e41f71c10767d4e7c7c675efe418f6de04de73fc4b545bfbaaa25a86ddb88a0a24114c31c0cdbf351df1f74c69')
+
+prepare() {
+mkdir -p lib-target
+cp -a $pkgname-$pkgver/src/data/lib lib-target/lib
+
+cd $pkgname-$pkgver
+sed -e "s|(\"Agda_datadir\", agda_datadir) : e|[(\"Agda_datadir\", 
agda_datadir), (\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ e|" \
+-i Setup.hs
+
+sed -i 's/== 0.5/>= 0.5/' Agda.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-debug -f-enable-cluster-counting
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $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 haskell-persistent/repos (2 files)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:59:46
  Author: felixonmars
Revision: 530061

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
530060, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 16:59:46 UTC (rev 530061)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.10.1
+pkgrel=25
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 
'haskell-http-api-data'
+ 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-silently' 'haskell-unordered-containers'
+ 'haskell-unliftio-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c7c8e51b50b6aa4208cebc158c188f72448ef01f576edd99dfe52c47f1d4f0891c764c7da4b011a8f7f33c2d126704d9510fcf3b2d4b6400d6ee32a78c317859')
+
+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-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 16:59:33
  Author: felixonmars
Revision: 530060

upgpkg: haskell-persistent 2.10.1-25

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 16:57:38 UTC (rev 530059)
+++ PKGBUILD2019-11-17 16:59:33 UTC (rev 530060)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.10.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:17:45
  Author: felixonmars
Revision: 530079

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 530078, haskell-skylighting-core/trunk/PKGBUILD)

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 530078, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:17:45 UTC (rev 530079)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.8.2
+pkgrel=16
+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-regex-pcre' '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=('fbbe8c6eabc9522aabb1cffccc25fd45baa924a64bf38c0f932282762f8f39ea9164f383d4cfb86aa74dce1d68973273759255c9e6b60a7e8f411645c996e78d')
+
+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 -fsystem-pcre
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:17:32
  Author: felixonmars
Revision: 530078

upgpkg: haskell-skylighting-core 0.8.2-16

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:15:54 UTC (rev 530077)
+++ PKGBUILD2019-11-17 17:17:32 UTC (rev 530078)
@@ -3,7 +3,7 @@
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
 pkgver=0.8.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('BSD')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:18:51
  Author: felixonmars
Revision: 530080

upgpkg: haskell-skylighting 0.8.2-16

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:17:45 UTC (rev 530079)
+++ PKGBUILD2019-11-17 17:18:51 UTC (rev 530080)
@@ -3,7 +3,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting
 pkgver=0.8.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:19:04
  Author: felixonmars
Revision: 530081

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 530080, haskell-skylighting/trunk/PKGBUILD)

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
530080, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:19:04 UTC (rev 530081)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.8.2
+pkgrel=16
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+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-pretty-show' 
'haskell-regex-pcre'
+ 'haskell-safe' 'haskell-skylighting-core' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3d1f5fe5189b702b9b692b9c63cf0a59e3072841d904f44d08fbc55c27f713150cc19e2764f7c8619316563d2a6ec2b0dec23a6a970e2fe48700a3f900091614')
+
+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 \
+-fsystem-pcre -fexecutable
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:29:58
  Author: felixonmars
Revision: 530092

upgpkg: haskell-xml-conduit 1.8.0.1-89

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:28:31 UTC (rev 530091)
+++ PKGBUILD2019-11-17 17:29:58 UTC (rev 530092)
@@ -4,7 +4,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.8.0.1
-pkgrel=88
+pkgrel=89
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml;
 license=("MIT")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:30:11
  Author: felixonmars
Revision: 530093

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
530092, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:30:11 UTC (rev 530093)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.8.0.1
+pkgrel=89
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="https://github.com/snoyberg/xml;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-markup' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-data-default-class'
+ 'haskell-resourcet' 'haskell-blaze-html' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b83ca0be187deea99d9434ac28b70c955796f3cce9ffefc7db2d05c94231f23e4e9c0453675fd3d9496493bbd5f83dcccdba0319e7f1a77e131a20a671a754d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 09:53:25
  Author: felixonmars
Revision: 529979

upgpkg: haskell-x11 1.9.1-1

rebuild with X11 1.9.1

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 07:16:52 UTC (rev 529978)
+++ PKGBUILD2019-11-17 09:53:25 UTC (rev 529979)
@@ -4,8 +4,8 @@
 
 _hkgname=X11
 pkgname=haskell-x11
-pkgver=1.9
-pkgrel=19
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
@@ -14,7 +14,7 @@
 conflicts=(haskell-x11-extras)
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-sha512sums=('6d6cc42e2b4a996478f40511876ef07b36bb047673da8f0471d37f9dc4f50bf763b484aa421c987be6fe7726fad0127f9ceb558435af3550622b9e7649e91516')
+sha512sums=('6fc3c8b71681ba45d14c4b709c58760d7bfcb3e6363ef6c79e3d3ecce8f5a30bda877141cea9de73094fc00fa064d23d36f1f8fa61aa65f2d9d75acd1808eaa7')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 10:03:10
  Author: felixonmars
Revision: 529988

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 529987, xmonad-contrib/trunk/PKGBUILD)

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

Copied: xmonad-contrib/repos/community-staging-x86_64/PKGBUILD (from rev 
529987, xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 10:03:10 UTC (rev 529988)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.16
+pkgrel=2
+pkgdesc='Add-ons for xmonad'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
+ 'haskell-old-time')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz)
+sha512sums=('68f93ef6bcc1f2b3f5422c35a9ddcf846c75c1e9d8e6177750f4fad8dec818642e0a7159d295a381f0656c85b1f52382af1e32d577a825c4fcbdfa4c131581cc')
+
+prepare() {
+  sed -i -e '/semigroups/d' -e 's/utf8-string,/utf8-string/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
+ --docdir=/usr/share/doc/${pkgname}
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 10:02:51
  Author: felixonmars
Revision: 529987

upgpkg: xmonad-contrib 0.16-2

rebuild with X11 1.9.1

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 09:58:44 UTC (rev 529986)
+++ PKGBUILD2019-11-17 10:02:51 UTC (rev 529987)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Add-ons for xmonad'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2019-11-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 17, 2019 @ 13:21:36
  Author: arodseth
Revision: 530001

upgpkg: picom 7.4-2

Modified:
  picom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 13:15:05 UTC (rev 53)
+++ PKGBUILD2019-11-17 13:21:36 UTC (rev 530001)
@@ -5,7 +5,7 @@
 
 pkgname=picom
 pkgver=7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='X compositor that may fix tearing issues'
 arch=(x86_64)
 url='https://github.com/yshui/picom'
@@ -12,6 +12,7 @@
 license=(MIT)
 replaces=(compton)
 provides=(compton)
+conflicts=(compton)
 makedepends=(asciidoc git mesa meson ninja setconf uthash)
 depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
  pixman xcb-util-image xcb-util-renderutil)


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

2019-11-17 Thread Alexander Rødseth via arch-commits
Date: Sunday, November 17, 2019 @ 13:21:43
  Author: arodseth
Revision: 530002

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  113 +++---
 picom.conf |  454 +--
 2 files changed, 284 insertions(+), 283 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 13:21:36 UTC (rev 530001)
+++ PKGBUILD2019-11-17 13:21:43 UTC (rev 530002)
@@ -1,56 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=picom
-pkgver=7.4
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT)
-replaces=(compton)
-provides=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
- pixman xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:  For controlling picom via D-Bus'
-'xorg-xwininfo: For picom-trans'
-'xorg-xprop:For picom-trans'
-'python:For running picom-convgen.py')
-# > git tag v7.4, this is after the rename
-source=("git+$url#commit=9a88d971d59ed8c33f9d8734cd0039d9fd6030a5"
-picom.conf)
-sha256sums=('SKIP'
-'78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec picom
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec /usr/bin/picom
-}
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 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 530001, 
picom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 13:21:43 UTC (rev 530002)
@@ -0,0 +1,57 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=picom
+pkgver=7.4
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl libxdg-basedir pcre
+ pixman xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:  For controlling picom via D-Bus'
+'xorg-xwininfo: For picom-trans'
+'xorg-xprop:For picom-trans'
+'python:For running picom-convgen.py')
+# > git tag v7.4, this is after the rename
+source=("git+$url#commit=9a88d971d59ed8c33f9d8734cd0039d9fd6030a5"
+picom.conf)
+sha256sums=('SKIP'
+'78b697fcc5f1c377b682cf2196683766b601a12ef61321291f1c7b875679c481')
+
+prepare() {
+  cd $pkgname
+  setconf $pkgname.desktop Exec picom
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec /usr/bin/picom
+}
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D build_docs=true -D b_ndebug=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et

Deleted: picom.conf
===
--- picom.conf  2019-11-17 13:21:36 UTC (rev 530001)
+++ picom.conf  2019-11-17 13:21:43 UTC (rev 530002)
@@ -1,227 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
-
-#
-#
-# Backend
-#

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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 13:58:17
  Author: arojas
Revision: 368983

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 368982, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 368982, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 13:57:59 UTC (rev 368982)
+++ PKGBUILD2019-11-17 13:58:17 UTC (rev 368983)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.2
-pkgrel=3
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('459675a44f4aa1f68ba079b8ba0a83cd1c07b4530a67311082be3c863f601e9a'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 368982, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 13:58:17 UTC (rev 368983)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.3
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 13:57:59
  Author: arojas
Revision: 368982

Update to 7.0.9.3

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 13:46:19 UTC (rev 368981)
+++ PKGBUILD2019-11-17 13:57:59 UTC (rev 368982)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.2
-pkgrel=3
+pkgver=7.0.9.3
+pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
 arch=(x86_64)
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('459675a44f4aa1f68ba079b8ba0a83cd1c07b4530a67311082be3c863f601e9a'
+sha256sums=('b110d49fd92d30294bc3e84f90a75479a765c40bb78fae3f9e83733a4f89d719'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 13:57:36
  Author: anthraxx
Revision: 530010

upgpkg: slowhttptest 1.8.1-1

Modified:
  slowhttptest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 13:56:54 UTC (rev 530009)
+++ PKGBUILD2019-11-17 13:57:36 UTC (rev 530010)
@@ -2,7 +2,7 @@
 # Contributor: Changaco 
 
 pkgname=slowhttptest
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Highly configurable tool that simulates some Application Layer Denial 
of Service (DoS) attacks'
 url='https://github.com/shekyan/slowhttptest'
@@ -10,8 +10,8 @@
 license=('Apache')
 depends=('openssl' 'gcc-libs')
 
source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('31f7f1779c3d8e6f095ab19559ea515b5397b5c021573ade9cdba2ee31aaef11')
-sha512sums=('527a902927302243b92beb9f9ab184d552c7092dc15fe5a3e95abdd444b00cfeaa2dfe1f93b60e3a350e7238fb8d4d5669cd3e03f84da9cc4dc7927468406ef4')
+sha256sums=('95f43a18efbdfaa088acf0e2d6ce0fc4f4fc33a7486cd536d327a6ba71de30e7')
+sha512sums=('1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 13:57:42
  Author: anthraxx
Revision: 530011

archrelease: copy trunk to community-x86_64

Added:
  slowhttptest/repos/community-x86_64/PKGBUILD
(from rev 530010, slowhttptest/trunk/PKGBUILD)
Deleted:
  slowhttptest/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 13:57:36 UTC (rev 530010)
+++ PKGBUILD2019-11-17 13:57:42 UTC (rev 530011)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Changaco 
-
-pkgname=slowhttptest
-pkgver=1.8
-pkgrel=1
-pkgdesc='Highly configurable tool that simulates some Application Layer Denial 
of Service (DoS) attacks'
-url='https://github.com/shekyan/slowhttptest'
-arch=('x86_64')
-license=('Apache')
-depends=('openssl' 'gcc-libs')
-source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('31f7f1779c3d8e6f095ab19559ea515b5397b5c021573ade9cdba2ee31aaef11')
-sha512sums=('527a902927302243b92beb9f9ab184d552c7092dc15fe5a3e95abdd444b00cfeaa2dfe1f93b60e3a350e7238fb8d4d5669cd3e03f84da9cc4dc7927468406ef4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: slowhttptest/repos/community-x86_64/PKGBUILD (from rev 530010, 
slowhttptest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 13:57:42 UTC (rev 530011)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Changaco 
+
+pkgname=slowhttptest
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Highly configurable tool that simulates some Application Layer Denial 
of Service (DoS) attacks'
+url='https://github.com/shekyan/slowhttptest'
+arch=('x86_64')
+license=('Apache')
+depends=('openssl' 'gcc-libs')
+source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('95f43a18efbdfaa088acf0e2d6ce0fc4f4fc33a7486cd536d327a6ba71de30e7')
+sha512sums=('1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 13:56:54
  Author: anthraxx
Revision: 530009

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   98 +++
 wpscan.install |   18 +-
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 13:56:47 UTC (rev 530008)
+++ PKGBUILD2019-11-17 13:56:54 UTC (rev 530009)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.7.4
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='https://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b9157c1eee354ee8571327279f4642671af4ceab21e76edc8470e87882578791')
-sha512sums=('829e4bd8e1b0777ba8f78c0040d64989c8c5b1d6dc62d9f841b4f44ba2794c2d4799e026f89c0f0b19ccb7e076947ef595c750714ffb4edd19dc9bc53409a48c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --path vendor/bundle --without development test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 530008, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 13:56:54 UTC (rev 530009)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.7.5
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='https://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('220ce775967b71137b23710939b51ef8caf2e5770d3b6239831fda2bd3fd8be8')
+sha512sums=('d5418ce9c41af75705ad0bea6c8726901a117656d399e850b28ab2b82ed7eca0f606dffb2cf28529ebdd72516bf6e2444d961077a1324a05dd516f16024af0d7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --path vendor/bundle --without development test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install
===
--- wpscan.install  2019-11-17 13:56:47 UTC (rev 530008)
+++ wpscan.install  2019-11-17 13:56:54 UTC (rev 530009)
@@ -1,9 +0,0 @@
-post_install() {
-  echo -n 'Updating wpscan database...'
-  /usr/bin/wpscan --update >/dev/null 2>&1
-  echo "done."
-}
-
-post_upgrade() {
-  post_install
-}

Copied: wpscan/repos/community-x86_64/wpscan.install (from rev 530008, 
wpscan/trunk/wpscan.install)
===
--- wpscan.install  (rev 0)
+++ wpscan.install  2019-11-17 

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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 13:56:47
  Author: anthraxx
Revision: 530008

upgpkg: wpscan 1:3.7.5-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 13:47:34 UTC (rev 530007)
+++ PKGBUILD2019-11-17 13:56:47 UTC (rev 530008)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.7.4
+pkgver=3.7.5
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -13,8 +13,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b9157c1eee354ee8571327279f4642671af4ceab21e76edc8470e87882578791')
-sha512sums=('829e4bd8e1b0777ba8f78c0040d64989c8c5b1d6dc62d9f841b4f44ba2794c2d4799e026f89c0f0b19ccb7e076947ef595c750714ffb4edd19dc9bc53409a48c')
+sha256sums=('220ce775967b71137b23710939b51ef8caf2e5770d3b6239831fda2bd3fd8be8')
+sha512sums=('d5418ce9c41af75705ad0bea6c8726901a117656d399e850b28ab2b82ed7eca0f606dffb2cf28529ebdd72516bf6e2444d961077a1324a05dd516f16024af0d7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 14:31:20
  Author: arojas
Revision: 530025

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 530024, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 14:30:55 UTC (rev 530024)
+++ PKGBUILD2019-11-17 14:31:20 UTC (rev 530025)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=3.3.7
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
- breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 530024, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 14:31:20 UTC (rev 530025)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=3.3.8
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
qt5-quickcontrols qt5-websockets qtkeychain
+ breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ab571dfce0355673d8e912aa463d3348655039758dd2d012fde0dbfcff2ba0f'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

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


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 14:30:55
  Author: arojas
Revision: 530024

Update to 3.3.8

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:29:06 UTC (rev 530023)
+++ PKGBUILD2019-11-17 14:30:55 UTC (rev 530024)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=3.3.7
+pkgver=3.3.8
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -15,7 +15,7 @@
 makedepends=(extra-cmake-modules kdoctools eigen)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fcec4ae1e1956502d0a998add1da9cd60a1c7ff0b48ab8b397990ca82012c216'
+sha256sums=('4ab571dfce0355673d8e912aa463d3348655039758dd2d012fde0dbfcff2ba0f'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2019-11-17 Thread Jan Steffens via arch-commits
Date: Sunday, November 17, 2019 @ 14:55:29
  Author: heftig
Revision: 368988

fix urls

Modified:
  pygobject2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 14:12:58 UTC (rev 368987)
+++ PKGBUILD2019-11-17 14:55:29 UTC (rev 368988)
@@ -5,7 +5,7 @@
 pkgver=2.28.7
 pkgrel=3
 pkgdesc="Python bindings for GObject (legacy)"
-url="http://www.pygtk.org/;
+url="https://wiki.gnome.org/Projects/PyGObject;
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2)
@@ -12,7 +12,7 @@
 makedepends=(python python2 git)
 options=(!emptydirs)
 _commit=c9594b6a91e6ca2086fedec2ed8249e0a9c029fc  # tags/PYGOBJECT_2_28_7^0
-source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2019-11-17 Thread Levente Polyak via arch-commits
Date: Sunday, November 17, 2019 @ 15:40:31
  Author: anthraxx
Revision: 530032

upgpkg: netsniff-ng 0.6.6-3 libcli 1.10.2 rebuild

Modified:
  netsniff-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 15:36:51 UTC (rev 530031)
+++ PKGBUILD2019-11-17 15:40:31 UTC (rev 530032)
@@ -3,7 +3,7 @@
 
 pkgname=netsniff-ng
 pkgver=0.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc='High performance Linux network sniffer for packet inspection'
 arch=('x86_64')
 url='http://netsniff-ng.org/'


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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 15:52:44
  Author: eschwartz
Revision: 530037

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 530036, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 530036, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

--+
 PKGBUILD |   78 -
 config.patch |   48 +--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 15:52:24 UTC (rev 530036)
+++ PKGBUILD2019-11-17 15:52:44 UTC (rev 530037)
@@ -1,39 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL' 'LGPL')
-depends=('accountsservice' 'gtk3' 'libxkbfile' 'libpulse')
-makedepends=('meson' 'gobject-introspection' 'intltool')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-"config.patch")
-sha256sums=('e7e6e9aa6e5c5c04a8320cb97ef545700826d04fc34e0f50d140d2efa41941a1'
-'45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a')
-b2sums=('920b9fb6190b5b8f42e7b0faa248f305fd7c905c2a033af4461b13fcb37f63f89b934d21d7e9fa825b8beec5684cd7657f045dcf2de3ab921a21ddb0f10ce694'
-
'40efc9c24e1011239f68734c6c0a9459dab95d4330d8c712e674c7d1e99dd01b60833667b52d0ad8c58b31469eee349757ed4c44e4589b6fbfd7236c1499d28b')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-# Adjust configuration
-patch -Np1 -i ../config.patch
-}
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr --buildtype=plain ..
-ninja
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" ninja install
-}

Copied: cinnamon-desktop/repos/community-x86_64/PKGBUILD (from rev 530036, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 15:52:44 UTC (rev 530037)
@@ -0,0 +1,39 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL' 'LGPL')
+depends=('accountsservice' 'gtk3' 'libxkbfile' 'libpulse')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+"config.patch")
+sha256sums=('91572cf6e9b084936a9147c1934d9f23cd4d9cd0959d7eb14c5cd1243b0d289b'
+'45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a')
+b2sums=('f1e10da07d172db2b74eea347650f5b855819636420c7359b68c9c163db3b35831ee1dfc50e2d9048783bec36cd750692270c1fb309f016aec2bd9aeecaf78a9'
+
'40efc9c24e1011239f68734c6c0a9459dab95d4330d8c712e674c7d1e99dd01b60833667b52d0ad8c58b31469eee349757ed4c44e4589b6fbfd7236c1499d28b')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+# Adjust configuration
+patch -Np1 -i ../config.patch
+}
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr --buildtype=plain ..
+samu
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+}

Deleted: config.patch
===
--- config.patch2019-11-17 15:52:24 UTC (rev 530036)
+++ config.patch2019-11-17 15:52:44 UTC (rev 530037)
@@ -1,24 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
-@@ -10,7 +10,7 @@
-   
- 
- 
--  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
-+  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
-   <_summary>Picture URI
-   <_description>
- URI to use for the background image. Not that the backend only 
supports
-diff -Naur 

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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 15:52:24
  Author: eschwartz
Revision: 530036

upgpkg: cinnamon-desktop 4.4.0-1: upstream release

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 15:42:00 UTC (rev 530035)
+++ PKGBUILD2019-11-17 15:52:24 UTC (rev 530036)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=4.2.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=('x86_64')
@@ -13,9 +13,9 @@
 makedepends=('meson' 'samurai' 'gobject-introspection' 'intltool')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
 "config.patch")
-sha256sums=('e7e6e9aa6e5c5c04a8320cb97ef545700826d04fc34e0f50d140d2efa41941a1'
+sha256sums=('91572cf6e9b084936a9147c1934d9f23cd4d9cd0959d7eb14c5cd1243b0d289b'
 '45f403e6fe4ec701a0f3d16e990bb36598dd4a58fac5a374f85ccecdf74dd98a')
-b2sums=('920b9fb6190b5b8f42e7b0faa248f305fd7c905c2a033af4461b13fcb37f63f89b934d21d7e9fa825b8beec5684cd7657f045dcf2de3ab921a21ddb0f10ce694'
+b2sums=('f1e10da07d172db2b74eea347650f5b855819636420c7359b68c9c163db3b35831ee1dfc50e2d9048783bec36cd750692270c1fb309f016aec2bd9aeecaf78a9'
 
'40efc9c24e1011239f68734c6c0a9459dab95d4330d8c712e674c7d1e99dd01b60833667b52d0ad8c58b31469eee349757ed4c44e4589b6fbfd7236c1499d28b')
 
 prepare() {


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:02:14
  Author: felixonmars
Revision: 530064

upgpkg: haskell-persistent-qq 2.9.1-79

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:01:17 UTC (rev 530063)
+++ PKGBUILD2019-11-17 17:02:14 UTC (rev 530064)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.1
-pkgrel=78
+pkgrel=79
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:01:17
  Author: felixonmars
Revision: 530063

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
530062, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:01:17 UTC (rev 530063)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.1.1
+pkgrel=5
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')  # 'haskell-exceptions' 'haskell-vector')  # Not enabled 
yet
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cd535a841557db44984dc3affeb09211dba9d10690466c82b5f1b29d447cc19d01e314dec46eeafd768cdf5f16e73103f6a4c777f0d2f4545ae4d7d8850fe3ef')
+
+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-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:01:04
  Author: felixonmars
Revision: 530062

upgpkg: haskell-esqueleto 3.1.1-5

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 16:59:46 UTC (rev 530061)
+++ PKGBUILD2019-11-17 17:01:04 UTC (rev 530062)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("BSD")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:02:28
  Author: felixonmars
Revision: 530065

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-qq/repos/community-staging-x86_64/
  haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD
(from rev 530064, haskell-persistent-qq/trunk/PKGBUILD)

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
530064, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:02:28 UTC (rev 530065)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.1
+pkgrel=79
+pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
+url="https://github.com/yesod-web/persistent;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta' 'haskell-persistent')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3504eba27815632dd2b9c08079bc430da659bfdf082f66c8e87753afd93d472559953f5bcd96af26b7ef65d72cdbb6c0106ccfc2e73e6148a5f631bcfe8fa86d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-pantry/repos (2 files)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:14:01
  Author: felixonmars
Revision: 530075

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
530074, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:14:01 UTC (rev 530075)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.1.1.1
+pkgrel=60
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-base-orphans'
+ 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra'
+ 'haskell-contravariant' 'haskell-cryptonite' 
'haskell-cryptonite-conduit'
+ 'haskell-digest' 'haskell-filelock' 'haskell-generic-deriving' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-network-uri' 
'haskell-path'
+ 'haskell-path-io' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-primitive' 'haskell-resourcet' 
'haskell-rio'
+ 'haskell-rio-orphans' 'haskell-rio-prettyprint' 'haskell-safe' 
'haskell-syb'
+ 'haskell-tar-conduit' 'haskell-text-metrics' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-orphans' 'haskell-th-reify-many' 'haskell-th-utilities' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('aee544d5c18f7f1d8614470d236fb8e0f3d9260991b8ee895a5c7c863dd3023677260330fd34d9d30789780efb84f3faa49823827fe7aae69165eb9468b13a62')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:13:49
  Author: felixonmars
Revision: 530074

upgpkg: haskell-pantry 0.1.1.1-60

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:10:59 UTC (rev 530073)
+++ PKGBUILD2019-11-17 17:13:49 UTC (rev 530074)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.1.1.1
-pkgrel=59
+pkgrel=60
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:22:47
  Author: felixonmars
Revision: 530084

upgpkg: haskell-tree-diff 0.1-26

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:21:05 UTC (rev 530083)
+++ PKGBUILD2019-11-17 17:22:47 UTC (rev 530084)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('BSD')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:35:01
  Author: felixonmars
Revision: 530097

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 530096, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 17:35:01 UTC (rev 530097)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.2.7
+pkgrel=44
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 
'haskell-lens'
+ 'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07ab78ae93b0249f7f2da0af59b5f958daa1b140287eab21962eb8ed53bc608dbd0d906d91a6a7e1bc8a9a82a2ad8e294b540ab0a6c3e01337fbb151a2211ca3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 17:34:48
  Author: felixonmars
Revision: 530096

upgpkg: haskell-dbus 1.2.7-44

rebuild with blaze-markup 0.8.2.3

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 17:32:58 UTC (rev 530095)
+++ PKGBUILD2019-11-17 17:34:48 UTC (rev 530096)
@@ -4,7 +4,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.2.7
-pkgrel=43
+pkgrel=44
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
 license=("GPL3")


[arch-commits] Commit in s3cmd/repos/community-any (1061.patch PKGBUILD PKGBUILD)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 18, 2019 @ 06:42:13
  Author: svenstaro
Revision: 530281

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/1061.patch
(from rev 530280, s3cmd/trunk/1061.patch)
  s3cmd/repos/community-any/PKGBUILD
(from rev 530280, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/PKGBUILD

+
 1061.patch |   25 +
 PKGBUILD   |   55 +++
 2 files changed, 56 insertions(+), 24 deletions(-)

Copied: s3cmd/repos/community-any/1061.patch (from rev 530280, 
s3cmd/trunk/1061.patch)
===
--- 1061.patch  (rev 0)
+++ 1061.patch  2019-11-18 06:42:13 UTC (rev 530281)
@@ -0,0 +1,25 @@
+From 8665ff5dc95900798bd8e935c61a10324115579a Mon Sep 17 00:00:00 2001
+From: Konstantin Shalygin 
+Date: Mon, 18 Nov 2019 11:28:53 +0700
+Subject: [PATCH] s3cmd: python 3.8 compat
+
+---
+ s3cmd | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/s3cmd b/s3cmd
+index cef1e9c5..3e18af1b 100755
+--- a/s3cmd
 b/s3cmd
+@@ -317,9 +317,9 @@ def cmd_expiration_set(args):
+ raise ParameterError("Expecting S3 URI with just the bucket name 
set instead of '%s'" % arg)
+ try:
+ response = s3.expiration_set(uri, cfg.bucket_location)
+-if response["status"] is 200:
++if response["status"] == 200:
+ output(u"Bucket '%s': expiration configuration is set." % 
(uri.uri()))
+-elif response["status"] is 204:
++elif response["status"] == 204:
+ output(u"Bucket '%s': expiration configuration is deleted." % 
(uri.uri()))
+ except S3Error as e:
+ if e.info["Code"] in S3.codes:

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 06:42:07 UTC (rev 530280)
+++ PKGBUILD2019-11-18 06:42:13 UTC (rev 530281)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Kaiting Chen 
-# Contributor: Simon Lipp 
-# Contributor: Daniel Grana 
-
-pkgname=s3cmd
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A command line client for Amazon S3"
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL')
-depends=('python' 'python-dateutil')
-makedepends=('python-setuptools')
-optdepends=('gnupg: encrypted file storage'
-'python-magic: determine mimetype based on contents')
-source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz)
-sha512sums=('4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d')
-# validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install --root="$pkgdir"
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 530280, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 06:42:13 UTC (rev 530281)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Kaiting Chen 
+# Contributor: Simon Lipp 
+# Contributor: Daniel Grana 
+
+pkgname=s3cmd
+pkgver=2.0.2
+pkgrel=4
+pkgdesc="A command line client for Amazon S3"
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL')
+depends=('python' 'python-dateutil')
+makedepends=('python-setuptools')
+optdepends=('gnupg: encrypted file storage'
+'python-magic: determine mimetype based on contents')
+source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz
+1061.patch)
+sha512sums=('4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d'
+
'e95ed8a881d4e168a2ea8a644d8db47a6517fe5be34264e947ab5249f71e2c105a605b513e73be3bd735b4ccea0994d73eacbe9f3a9aed5b1c2dcae2a4b8a652')
+# validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "$srcdir"/1061.patch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in s3cmd/trunk (1061.patch PKGBUILD)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 18, 2019 @ 06:42:07
  Author: svenstaro
Revision: 530280

upgpkg: s3cmd 2.0.2-4

Fix for Python 3.8

Added:
  s3cmd/trunk/1061.patch
Modified:
  s3cmd/trunk/PKGBUILD

+
 1061.patch |   25 +
 PKGBUILD   |   13 ++---
 2 files changed, 35 insertions(+), 3 deletions(-)

Added: 1061.patch
===
--- 1061.patch  (rev 0)
+++ 1061.patch  2019-11-18 06:42:07 UTC (rev 530280)
@@ -0,0 +1,25 @@
+From 8665ff5dc95900798bd8e935c61a10324115579a Mon Sep 17 00:00:00 2001
+From: Konstantin Shalygin 
+Date: Mon, 18 Nov 2019 11:28:53 +0700
+Subject: [PATCH] s3cmd: python 3.8 compat
+
+---
+ s3cmd | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/s3cmd b/s3cmd
+index cef1e9c5..3e18af1b 100755
+--- a/s3cmd
 b/s3cmd
+@@ -317,9 +317,9 @@ def cmd_expiration_set(args):
+ raise ParameterError("Expecting S3 URI with just the bucket name 
set instead of '%s'" % arg)
+ try:
+ response = s3.expiration_set(uri, cfg.bucket_location)
+-if response["status"] is 200:
++if response["status"] == 200:
+ output(u"Bucket '%s': expiration configuration is set." % 
(uri.uri()))
+-elif response["status"] is 204:
++elif response["status"] == 204:
+ output(u"Bucket '%s': expiration configuration is deleted." % 
(uri.uri()))
+ except S3Error as e:
+ if e.info["Code"] in S3.codes:

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 06:06:22 UTC (rev 530279)
+++ PKGBUILD2019-11-18 06:42:07 UTC (rev 530280)
@@ -5,7 +5,7 @@
 
 pkgname=s3cmd
 pkgver=2.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A command line client for Amazon S3"
 arch=('any')
 url='http://s3tools.org/s3cmd'
@@ -14,10 +14,17 @@
 makedepends=('python-setuptools')
 optdepends=('gnupg: encrypted file storage'
 'python-magic: determine mimetype based on contents')
-source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz)
-sha512sums=('4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d')
+source=(https://github.com/s3tools/s3cmd/releases/download/v${pkgver}/s3cmd-${pkgver}.tar.gz
+1061.patch)
+sha512sums=('4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d'
+
'e95ed8a881d4e168a2ea8a644d8db47a6517fe5be34264e947ab5249f71e2c105a605b513e73be3bd735b4ccea0994d73eacbe9f3a9aed5b1c2dcae2a4b8a652')
 # validpgpkeys=(0D37A8F4A5D183D5541D85D9241769189AC3D00B)
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "$srcdir"/1061.patch
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   python setup.py install --root="$pkgdir"


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:05:24
  Author: arojas
Revision: 530282

Update to 5.2

Modified:
  primecount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 06:42:13 UTC (rev 530281)
+++ PKGBUILD2019-11-18 07:05:24 UTC (rev 530282)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=5.1
+pkgver=5.2
 pkgrel=1
 pkgdesc="Fast C++ prime counting function implementation"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(cmake)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('a69636ddc03788dec1b82a15e39a3bf0cd1ff38c05467471b6c61c4896c0823f')
+sha256sums=('c570d44b12bdaa1f5c707e45b506ebe759ff80dab7f93503fe7946f579316a29')
 
 prepare() {
   mkdir -p build


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:06:21
  Author: arojas
Revision: 530283

archrelease: copy trunk to community-x86_64

Added:
  primecount/repos/community-x86_64/PKGBUILD
(from rev 530282, primecount/trunk/PKGBUILD)
Deleted:
  primecount/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 07:05:24 UTC (rev 530282)
+++ PKGBUILD2019-11-18 07:06:21 UTC (rev 530283)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=primecount
-pkgver=5.1
-pkgrel=1
-pkgdesc="Fast C++ prime counting function implementation"
-arch=(x86_64)
-url="https://github.com/kimwalisch/primecount;
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
-sha256sums=('a69636ddc03788dec1b82a15e39a3bf0cd1ff38c05467471b6c61c4896c0823f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: primecount/repos/community-x86_64/PKGBUILD (from rev 530282, 
primecount/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 07:06:21 UTC (rev 530283)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=primecount
+pkgver=5.2
+pkgrel=1
+pkgdesc="Fast C++ prime counting function implementation"
+arch=(x86_64)
+url="https://github.com/kimwalisch/primecount;
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz;)
+sha256sums=('c570d44b12bdaa1f5c707e45b506ebe759ff80dab7f93503fe7946f579316a29')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:15:44
  Author: arojas
Revision: 530285

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 07:15:23 UTC (rev 530284)
+++ PKGBUILD2019-11-18 07:15:44 UTC (rev 530285)
@@ -1,39 +0,0 @@
-# Maintainer: Ray Rashif 
-# Maintainer: Antonio Rojas 
-# Contributor: cmorlok 
-
-pkgname=kbibtex
-epoch=1
-pkgver=0.9
-pkgrel=2
-pkgdesc="A BibTeX editor for KDE"
-arch=(x86_64)
-url='https://userbase.kde.org/KBibTeX'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns qoauth ktexteditor)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('e5d426bb898f801e26655a6a9cc859e63e791229d8d03d1f8b5605860b00460d'
-'SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

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

Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 530284, 
kbibtex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 07:15:44 UTC (rev 530285)
@@ -0,0 +1,37 @@
+# Maintainer: Ray Rashif 
+# Maintainer: Antonio Rojas 
+# Contributor: cmorlok 
+
+pkgname=kbibtex
+epoch=1
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="A BibTeX editor for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/KBibTeX'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns qoauth ktexteditor)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('36b1c5b444d70a6b06f4b76bd388611d70300a01a12a9658587b2e11508227ab'
+'SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

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


[arch-commits] Commit in qt5-svg/kde-unstable (PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:22:57
  Author: arojas
Revision: 369225

Backport more svg rendering fixes (FS#64539)

Modified:
  qt5-svg/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 07:12:05 UTC (rev 369224)
+++ PKGBUILD2019-11-18 07:22:57 UTC (rev 369225)
@@ -4,7 +4,7 @@
 pkgname=qt5-svg
 _qtver=5.14.0-beta3
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,15 +13,21 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- 
qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762;)
+ 
qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762;
+ 
qtbug-79933a.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=beb0d741;
+ 
qtbug-79933b.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=e489a325;)
 sha256sums=('1344c124f38a0b19ba8efd275c7e2cb9f16061826fcc0408ff9fa1e0a0e128c8'
-'2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207')
+'2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207'
+'aee3a61dbe01d70aa877feb4b821cafad30dd269fcef5b8378e4816a63bdccd6'
+'0b9acbcb9729526233fd50e3ffe69acb3d482f58838b7fd0b2eb70f38ad9891f')
 
 prepare() {
   mkdir -p build
 
   cd $_pkgfqn
-  patch -p1 -i ../qtbug-78200.patch # Revert commit that breaks svg rendering 
in Plasma https://bugreports.qt.io/browse/QTBUG-78200
+  patch -p1 -i ../qtbug-78200.patch # Fix svg rendering in Plasma 
https://bugreports.qt.io/browse/QTBUG-78200
+  patch -p1 -i ../qtbug-79933a.patch
+  patch -p1 -i ../qtbug-79933b.patch
 }
 
 build() {


[arch-commits] Commit in qt5-svg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:23:16
  Author: arojas
Revision: 369226

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

Added:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369225, qt5-svg/kde-unstable/PKGBUILD)
Deleted:
  qt5-svg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 07:22:57 UTC (rev 369225)
+++ PKGBUILD2019-11-18 07:23:16 UTC (rev 369226)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-svg
-_qtver=5.14.0-beta3
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for displaying the contents of SVG files'
-depends=('qt5-base')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
- 
qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762;)
-sha256sums=('1344c124f38a0b19ba8efd275c7e2cb9f16061826fcc0408ff9fa1e0a0e128c8'
-'2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207')
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  patch -p1 -i ../qtbug-78200.patch # Revert commit that breaks svg rendering 
in Plasma https://bugreports.qt.io/browse/QTBUG-78200
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-svg/repos/kde-unstable-x86_64/PKGBUILD (from rev 369225, 
qt5-svg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 07:23:16 UTC (rev 369226)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-svg
+_qtver=5.14.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for displaying the contents of SVG files'
+depends=('qt5-base')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+ 
qtbug-78200.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=c3ba5762;
+ 
qtbug-79933a.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=beb0d741;
+ 
qtbug-79933b.patch::"https://code.qt.io/cgit/qt/qtsvg.git/patch/?id=e489a325;)
+sha256sums=('1344c124f38a0b19ba8efd275c7e2cb9f16061826fcc0408ff9fa1e0a0e128c8'
+'2b8de41e215df01cda57562a8dcf1ae3fc116fb3327da26a57911f7666203207'
+'aee3a61dbe01d70aa877feb4b821cafad30dd269fcef5b8378e4816a63bdccd6'
+'0b9acbcb9729526233fd50e3ffe69acb3d482f58838b7fd0b2eb70f38ad9891f')
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  patch -p1 -i ../qtbug-78200.patch # Fix svg rendering in Plasma 
https://bugreports.qt.io/browse/QTBUG-78200
+  patch -p1 -i ../qtbug-79933a.patch
+  patch -p1 -i ../qtbug-79933b.patch
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in arch-install-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2019-11-17 Thread Dave Reisner via arch-commits
Date: Monday, November 18, 2019 @ 02:54:00
  Author: dreisner
Revision: 369220

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 369219, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 02:53:45 UTC (rev 369219)
+++ PKGBUILD2019-11-18 02:54:00 UTC (rev 369220)
@@ -1,35 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=arch-install-scripts
-pkgver=22
-pkgrel=1
-pkgdesc="Scripts to aid in installing Arch Linux"
-arch=('any')
-url="https://projects.archlinux.org/arch-install-scripts.git;
-license=('GPL')
-depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
-makedepends=('asciidoc' 'git')
-source=("git+https://projects.archlinux.org/arch-install-scripts.git?signed#tag=v$pkgver;)
-validpgpkeys=(
-  '487EACC08557AD082088DABA1EB2638FF56C0C53'  # Dave Reisner
-  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
-)
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe | sed s,^v,,
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-check() {
-  make -C "$pkgname" check
-}
-
-package() {
-  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 369219, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 02:54:00 UTC (rev 369220)
@@ -0,0 +1,35 @@
+# Maintainer: Dave Reisner 
+
+pkgname=arch-install-scripts
+pkgver=23
+pkgrel=1
+pkgdesc="Scripts to aid in installing Arch Linux"
+arch=('any')
+url="https://projects.archlinux.org/arch-install-scripts.git;
+license=('GPL')
+depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
+makedepends=('asciidoc' 'git')
+source=("git+https://projects.archlinux.org/arch-install-scripts.git?signed#tag=v$pkgver;)
+validpgpkeys=(
+  '487EACC08557AD082088DABA1EB2638FF56C0C53'  # Dave Reisner
+  'BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B'  # Eli Schwartz
+)
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe | sed s,^v,,
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+check() {
+  make -C "$pkgname" check
+}
+
+package() {
+  make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2019-11-17 Thread Dave Reisner via arch-commits
Date: Monday, November 18, 2019 @ 02:53:45
  Author: dreisner
Revision: 369219

upgpkg: arch-install-scripts 23-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 00:30:45 UTC (rev 369218)
+++ PKGBUILD2019-11-18 02:53:45 UTC (rev 369219)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=arch-install-scripts
-pkgver=22
+pkgver=23
 pkgrel=1
 pkgdesc="Scripts to aid in installing Arch Linux"
 arch=('any')


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

2019-11-17 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 05:15:15
  Author: polyzen
Revision: 530276

upgpkg: borgmatic 1.4.12-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 05:11:25 UTC (rev 530275)
+++ PKGBUILD2019-11-18 05:15:15 UTC (rev 530276)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.4.11
+pkgver=1.4.12
 pkgrel=1
 pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
  'python-ruamel-yaml' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('323aba3779da9cf8d93c084db772b5dcf5ca8b396eef48b89c53ef84565c5f06')
+sha256sums=('21355d54fa957a11195e8eacfe2cfc8621b501dd31157990ee0144d7ccf1c7e9')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-11-17 Thread Daniel M. Capella via arch-commits
Date: Monday, November 18, 2019 @ 05:15:37
  Author: polyzen
Revision: 530277

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 530276, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 05:15:15 UTC (rev 530276)
+++ PKGBUILD2019-11-18 05:15:37 UTC (rev 530277)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.4.11
-pkgrel=1
-pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('323aba3779da9cf8d93c084db772b5dcf5ca8b396eef48b89c53ef84565c5f06')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 530276, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 05:15:37 UTC (rev 530277)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.4.12
+pkgrel=1
+pkgdesc='Wrapper script for Borg backup software that creates and prunes 
backups'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('21355d54fa957a11195e8eacfe2cfc8621b501dd31157990ee0144d7ccf1c7e9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:12:05
  Author: arojas
Revision: 369224

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 369223, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 369223, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  236 +++---
 arch-fonts.diff |  214 
 2 files changed, 225 insertions(+), 225 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 07:11:45 UTC (rev 369223)
+++ PKGBUILD2019-11-18 07:12:05 UTC (rev 369224)
@@ -1,118 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.9.4
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('65a541846827a49b3e063cfe1f8c2bd48e2482d339c8b1fe06e52d488df86173'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 369223, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-18 07:12:05 UTC (rev 369224)
@@ -0,0 +1,118 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.9.5
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"
+url="https://www.imagemagick.org/;
+arch=(x86_64)
+license=(custom)

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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Monday, November 18, 2019 @ 05:11:25
  Author: eschwartz
Revision: 530275

archrelease: copy trunk to community-x86_64

Added:
  keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch
(from rev 530274, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
  keybase/repos/community-x86_64/PKGBUILD
(from rev 530274, keybase/trunk/PKGBUILD)
  keybase/repos/community-x86_64/kbfs.install
(from rev 530274, keybase/trunk/kbfs.install)
  keybase/repos/community-x86_64/keybase-gui
(from rev 530274, keybase/trunk/keybase-gui)
Deleted:
  keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch
  keybase/repos/community-x86_64/PKGBUILD
  keybase/repos/community-x86_64/kbfs.install
  keybase/repos/community-x86_64/keybase-gui

+
 0001-Don-t-use-electron-to-build.patch |  134 -
 PKGBUILD   |  240 +++
 kbfs.install   |   30 +--
 keybase-gui|   22 +-
 4 files changed, 213 insertions(+), 213 deletions(-)

Deleted: 0001-Don-t-use-electron-to-build.patch
===
--- 0001-Don-t-use-electron-to-build.patch  2019-11-18 05:11:03 UTC (rev 
530274)
+++ 0001-Don-t-use-electron-to-build.patch  2019-11-18 05:11:25 UTC (rev 
530275)
@@ -1,67 +0,0 @@
-From e8458e1231753f7853d9db150c6d021c93d81f01 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Thu, 21 Jun 2018 05:00:37 -0400
-Subject: [PATCH] Don't use electron to build
-

- shared/desktop/package.desktop.tsx   | 4 ++--
- shared/desktop/yarn-helper/index.tsx | 2 --
- shared/package.json  | 1 -
- 3 files changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/shared/desktop/package.desktop.tsx 
b/shared/desktop/package.desktop.tsx
-index d921e3e7c9..8fec7e6834 100644
 a/shared/desktop/package.desktop.tsx
-+++ b/shared/desktop/package.desktop.tsx
-@@ -97,7 +97,7 @@ function main() {
-   // use the same version as the currently-installed electron
-   console.log('Finding electron version')
-   try {
--packagerOpts.electronVersion = 
require('../package.json').devDependencies.electron
-+packagerOpts.electronVersion = 'unused string'
- console.log('Found electron version:', packagerOpts.electronVersion)
-   } catch (err) {
- console.log("Couldn't parse yarn list to find electron:", err)
-@@ -145,7 +145,7 @@ function startPack() {
- .catch(postPackError)
- })
-   })
--} else {
-+} else if (false) {
-   pack(platform, arch)
- .then(postPack(platform, arch))
- .catch(postPackError)
-diff --git a/shared/desktop/yarn-helper/index.tsx 
b/shared/desktop/yarn-helper/index.tsx
-index b80018f9f9..30f26606b4 100644
 a/shared/desktop/yarn-helper/index.tsx
-+++ b/shared/desktop/yarn-helper/index.tsx
-@@ -1,6 +1,5 @@
- // Helper for cross platform yarn run script commands
- import buildCommands from './build'
--import electronComands from './electron'
- import fontCommands from './font'
- import prettierCommands from './prettier'
- import {execSync} from 'child_process'
-@@ -14,7 +13,6 @@ const [, , command, ...rest] = process.argv
- const commands = {
-   ...buildCommands,
-   ...fontCommands,
--  ...electronComands,
-   ...prettierCommands,
-   help: {
- code: () => {
-diff --git a/shared/package.json b/shared/package.json
-index 5d51df0986..ad2944b63c 100644
 a/shared/package.json
-+++ b/shared/package.json
-@@ -255,7 +255,6 @@
- "cross-env": "5.2.0",
- "css-loader": "3.1.0",
- "del": "3.0.0",
--"electron": "6.0.9",
- "electron-packager": "14.0.6",
- "eslint": "6.2.1",
- "eslint-plugin-filenames": "1.3.2",
--- 
-2.23.0
-

Copied: keybase/repos/community-x86_64/0001-Don-t-use-electron-to-build.patch 
(from rev 530274, keybase/trunk/0001-Don-t-use-electron-to-build.patch)
===
--- 0001-Don-t-use-electron-to-build.patch  (rev 0)
+++ 0001-Don-t-use-electron-to-build.patch  2019-11-18 05:11:25 UTC (rev 
530275)
@@ -0,0 +1,67 @@
+From e8458e1231753f7853d9db150c6d021c93d81f01 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Thu, 21 Jun 2018 05:00:37 -0400
+Subject: [PATCH] Don't use electron to build
+
+---
+ shared/desktop/package.desktop.tsx   | 4 ++--
+ shared/desktop/yarn-helper/index.tsx | 2 --
+ shared/package.json  | 1 -
+ 3 files changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/shared/desktop/package.desktop.tsx 
b/shared/desktop/package.desktop.tsx
+index d921e3e7c9..8fec7e6834 100644
+--- a/shared/desktop/package.desktop.tsx
 b/shared/desktop/package.desktop.tsx
+@@ -97,7 +97,7 @@ function main() {
+   // use the same version as the currently-installed electron
+   console.log('Finding electron version')
+   try {
+-

[arch-commits] Commit in tensorflow/repos/community-x86_64 (7 files)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 18, 2019 @ 06:06:22
  Author: svenstaro
Revision: 530279

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/33953.patch
(from rev 530278, tensorflow/trunk/33953.patch)
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 530278, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-x86_64/glibc-2.30.patch
(from rev 530278, tensorflow/trunk/glibc-2.30.patch)
  tensorflow/repos/community-x86_64/python-3.8.patch
(from rev 530278, tensorflow/trunk/python-3.8.patch)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD
  tensorflow/repos/community-x86_64/glibc-2.30.patch
  tensorflow/repos/community-x86_64/python-3.8.patch

--+
 33953.patch  |   74 +++
 PKGBUILD |  513 ++---
 glibc-2.30.patch |  178 +-
 python-3.8.patch |  140 +++---
 4 files changed, 491 insertions(+), 414 deletions(-)

Copied: tensorflow/repos/community-x86_64/33953.patch (from rev 530278, 
tensorflow/trunk/33953.patch)
===
--- 33953.patch (rev 0)
+++ 33953.patch 2019-11-18 06:06:22 UTC (rev 530279)
@@ -0,0 +1,74 @@
+From ea3063c929c69f738bf65bc99dad1159803e772f Mon Sep 17 00:00:00 2001
+From: Yong Tang 
+Date: Sun, 3 Nov 2019 19:52:04 +
+Subject: [PATCH 1/2] Fix TensorFlow on Python 3.8 logger issue
+
+This fix tries to address the issue raised in 33799
+where running tensorflow on python 3.8 (Ubuntu 18.04)
+raised the following error:
+```
+TypeError: _logger_find_caller() takes from 0 to 1 positional arguments but 2 
were given
+```
+
+The issue was that findCaller changed in Python 3.8
+
+This PR fixes the issue.
+
+This PR fixes 33799
+
+Signed-off-by: Yong Tang 
+---
+ tensorflow/python/platform/tf_logging.py | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/tensorflow/python/platform/tf_logging.py 
b/tensorflow/python/platform/tf_logging.py
+index 86a4957c9da6..a397393e7f7e 100644
+--- a/tensorflow/python/platform/tf_logging.py
 b/tensorflow/python/platform/tf_logging.py
+@@ -57,9 +57,18 @@ def _get_caller(offset=3):
+ f = f.f_back
+   return None, None
+ 
+-
+ # The definition of `findCaller` changed in Python 3.2
+-if _sys.version_info.major >= 3 and _sys.version_info.minor >= 2:
++if _sys.version_info.major >= 3 and _sys.version_info.minor >= 8:
++  def _logger_find_caller(stack_info=False, stacklevel=1):  # pylint: 
disable=g-wrong-blank-lines
++code, frame = _get_caller(4)
++sinfo = None
++if stack_info:
++  sinfo = '\n'.join(_traceback.format_stack())
++if code:
++  return (code.co_filename, frame.f_lineno, code.co_name, sinfo)
++else:
++  return '(unknown file)', 0, '(unknown function)', sinfo
++elif _sys.version_info.major >= 3 and _sys.version_info.minor >= 2:
+   def _logger_find_caller(stack_info=False):  # pylint: 
disable=g-wrong-blank-lines
+ code, frame = _get_caller(4)
+ sinfo = None
+
+From 507d1888156ec7c13d61c50c7a440abc86b3b48b Mon Sep 17 00:00:00 2001
+From: Yong Tang 
+Date: Sun, 3 Nov 2019 19:54:20 +
+Subject: [PATCH 2/2] Update comment explaining python 3.8 change for
+ findCaller
+
+Signed-off-by: Yong Tang 
+---
+ tensorflow/python/platform/tf_logging.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tensorflow/python/platform/tf_logging.py 
b/tensorflow/python/platform/tf_logging.py
+index a397393e7f7e..7c307b1f0a72 100644
+--- a/tensorflow/python/platform/tf_logging.py
 b/tensorflow/python/platform/tf_logging.py
+@@ -57,7 +57,8 @@ def _get_caller(offset=3):
+ f = f.f_back
+   return None, None
+ 
+-# The definition of `findCaller` changed in Python 3.2
++# The definition of `findCaller` changed in Python 3.2,
++# and further changed in Python 3.8
+ if _sys.version_info.major >= 3 and _sys.version_info.minor >= 8:
+   def _logger_find_caller(stack_info=False, stacklevel=1):  # pylint: 
disable=g-wrong-blank-lines
+ code, frame = _get_caller(4)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-18 06:06:05 UTC (rev 530278)
+++ PKGBUILD2019-11-18 06:06:22 UTC (rev 530279)
@@ -1,255 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov (kgizdov) 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=2.0.0
-_pkgver=2.0.0
-pkgrel=4
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-depends=('c-ares')
-makedepends=('bazel<1' 'python-numpy' 'cuda' 'nvidia-utils' 'nccl' 'git' 'gcc'
- 

[arch-commits] Commit in tensorflow/trunk (33953.patch PKGBUILD)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 18, 2019 @ 06:06:05
  Author: svenstaro
Revision: 530278

upgpkg: tensorflow 2.0.0-5

Added:
  tensorflow/trunk/33953.patch
Modified:
  tensorflow/trunk/PKGBUILD

-+
 33953.patch |   74 ++
 PKGBUILD|   11 +---
 2 files changed, 81 insertions(+), 4 deletions(-)

Added: 33953.patch
===
--- 33953.patch (rev 0)
+++ 33953.patch 2019-11-18 06:06:05 UTC (rev 530278)
@@ -0,0 +1,74 @@
+From ea3063c929c69f738bf65bc99dad1159803e772f Mon Sep 17 00:00:00 2001
+From: Yong Tang 
+Date: Sun, 3 Nov 2019 19:52:04 +
+Subject: [PATCH 1/2] Fix TensorFlow on Python 3.8 logger issue
+
+This fix tries to address the issue raised in 33799
+where running tensorflow on python 3.8 (Ubuntu 18.04)
+raised the following error:
+```
+TypeError: _logger_find_caller() takes from 0 to 1 positional arguments but 2 
were given
+```
+
+The issue was that findCaller changed in Python 3.8
+
+This PR fixes the issue.
+
+This PR fixes 33799
+
+Signed-off-by: Yong Tang 
+---
+ tensorflow/python/platform/tf_logging.py | 13 +++--
+ 1 file changed, 11 insertions(+), 2 deletions(-)
+
+diff --git a/tensorflow/python/platform/tf_logging.py 
b/tensorflow/python/platform/tf_logging.py
+index 86a4957c9da6..a397393e7f7e 100644
+--- a/tensorflow/python/platform/tf_logging.py
 b/tensorflow/python/platform/tf_logging.py
+@@ -57,9 +57,18 @@ def _get_caller(offset=3):
+ f = f.f_back
+   return None, None
+ 
+-
+ # The definition of `findCaller` changed in Python 3.2
+-if _sys.version_info.major >= 3 and _sys.version_info.minor >= 2:
++if _sys.version_info.major >= 3 and _sys.version_info.minor >= 8:
++  def _logger_find_caller(stack_info=False, stacklevel=1):  # pylint: 
disable=g-wrong-blank-lines
++code, frame = _get_caller(4)
++sinfo = None
++if stack_info:
++  sinfo = '\n'.join(_traceback.format_stack())
++if code:
++  return (code.co_filename, frame.f_lineno, code.co_name, sinfo)
++else:
++  return '(unknown file)', 0, '(unknown function)', sinfo
++elif _sys.version_info.major >= 3 and _sys.version_info.minor >= 2:
+   def _logger_find_caller(stack_info=False):  # pylint: 
disable=g-wrong-blank-lines
+ code, frame = _get_caller(4)
+ sinfo = None
+
+From 507d1888156ec7c13d61c50c7a440abc86b3b48b Mon Sep 17 00:00:00 2001
+From: Yong Tang 
+Date: Sun, 3 Nov 2019 19:54:20 +
+Subject: [PATCH 2/2] Update comment explaining python 3.8 change for
+ findCaller
+
+Signed-off-by: Yong Tang 
+---
+ tensorflow/python/platform/tf_logging.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tensorflow/python/platform/tf_logging.py 
b/tensorflow/python/platform/tf_logging.py
+index a397393e7f7e..7c307b1f0a72 100644
+--- a/tensorflow/python/platform/tf_logging.py
 b/tensorflow/python/platform/tf_logging.py
+@@ -57,7 +57,8 @@ def _get_caller(offset=3):
+ f = f.f_back
+   return None, None
+ 
+-# The definition of `findCaller` changed in Python 3.2
++# The definition of `findCaller` changed in Python 3.2,
++# and further changed in Python 3.8
+ if _sys.version_info.major >= 3 and _sys.version_info.minor >= 8:
+   def _logger_find_caller(stack_info=False, stacklevel=1):  # pylint: 
disable=g-wrong-blank-lines
+ code, frame = _get_caller(4)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 05:15:37 UTC (rev 530277)
+++ PKGBUILD2019-11-18 06:06:05 UTC (rev 530278)
@@ -1,5 +1,5 @@
 # Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov (kgizdov) 
+# Maintainer: Konstantin Gizdov (kgizdov) 
 # Contributor: Adria Arrufat (archdria) 
 # Contributor: Thibault Lorrain (fredszaq) 
 
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.0.0
 _pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -20,10 +20,12 @@
 'python-pasta: tf_upgrade_v2 tool')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;
 'python-3.8.patch'
-'glibc-2.30.patch')
+'glibc-2.30.patch'
+'33953.patch')
 
sha512sums=('c3a2cb9673d2ade8e83961f7d944165123d0e4d94e6ca4d8fdee4f02f536893b879bbbf78d3ad5e557467b58f97f7194f2d9cfc64d7d05540969be732070eecc'
 
'ef06196f1a7f5a4dff4d83916566dae8f2f2c2993ddcd40017583020dd9bfc73ef426c45b0cc5630d1dd53321b99736f2c60b37bb9370be02174c1209e041ffb'
-
'a9345b7206e9f8ae9fc33987997808dcdeaf3e4c05caf40785bba2a9ef2292e20046bfd54ce05fee2ccd11ded9d8e918b2a131d830a7e238406e6ddf222e830e')
+

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

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Monday, November 18, 2019 @ 05:11:03
  Author: eschwartz
Revision: 530274

upgpkg: keybase 5.0.0-1: upstream release

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 02:32:36 UTC (rev 530273)
+++ PKGBUILD2019-11-18 05:11:03 UTC (rev 530274)
@@ -5,7 +5,7 @@
 pkgbase=keybase
 pkgname=('keybase' 'kbfs' 'keybase-gui')
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=4.7.2
+pkgver=5.0.0
 pkgrel=1
 arch=('x86_64')
 url='https://keybase.io/'
@@ -15,11 +15,11 @@
 
source=("https://github.com/keybase/client/releases/download/v${pkgver}/${pkgbase}-v${pkgver}.tar.xz"{,.sig}
 "keybase-gui"
 "0001-Don-t-use-electron-to-build.patch")
-sha512sums=('edba96e7f1f5c38c8f38a55eff5e6266c01654149837cd6322eab700db2b24b5bd3bef4c6e92386f8bd581791a7ba96b49f8b53170cc7ea988702fa61674f96c'
+sha512sums=('547cee20e7a65c6a30f57108ffc936fbab53134effe730fa41995cc19f3acf74b15fa224981a3d426576097351499c090735f9b723120edc21410c02e4e25380'
 'SKIP'
 
'4dcb3f4119959e2b203528a9ed637bf8b07b85964c632a8b2456aa1e2f29fada383a9bc2af8abbb05fcf6b22c43723ce6d08bea8187d61fa6581d15fefae850b'
 
'32256b4cc3d2dd1ed645f58981db086af09cfe8d8f8e9d913c1d3731e249282dff699e545bf822e67abd4c36abc04130137e2b6f72877c898d75d602abd99fe7')
-b2sums=('1cc7e330abb8a5f096d4fbab27afca003088d9d633db7733615092ea9cbd5c85e5a21ae58869db3121349a2531d59a3ca78c4d6e435fd30a9c49d172cfa56cb5'
+b2sums=('2c80183fb94bcbef134e8bd1b9bf7c6136488eabdbbca2552495e6b547f4627ff39088428b8e00b6824debf76ef64c2567455b74f12b82072665e4f30d2ef4eb'
 'SKIP'
 
'90aab71ef3b5db0c8ec81967604f43e3532be5f66ce7d9af1bd5204c1fde2062ef356909c03d237a63de93fa3cb045b9c31c3956cbecbea711602804e9d26efd'
 
'ffc92d422586ffaa4f1133889140e1ddf5ada0f05d77423c39b5d70bc98538bbe070e71bcfdf205959f929788f8971e60dc918aa3cdb74817b6a5ec21375b1d9')


[arch-commits] Commit in kde-applications-meta/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:04:19
  Author: arojas
Revision: 369222

archrelease: copy trunk to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 369221, kde-applications-meta/trunk/PKGBUILD)

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

Copied: kde-applications-meta/repos/kde-unstable-any/PKGBUILD (from rev 369221, 
kde-applications-meta/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2019-11-18 07:04:19 UTC (rev 369222)
@@ -0,0 +1,260 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-applications-meta
+pkgname=(kde-applications-meta
+kdeaccessibility-meta
+ kdeadmin-meta
+ kdebase-meta
+ kdeedu-meta
+ kdegames-meta
+ kdegraphics-meta
+ kdemultimedia-meta
+ kdenetwork-meta
+ kdepim-meta
+ kdesdk-meta
+ kdeutils-meta
+ kdewebdev-meta
+ telepathy-kde-meta)
+pkgver=19.12
+pkgrel=1
+arch=(any)
+url='https://www.archlinux.org/'
+
+package_kde-applications-meta() {
+  pkgdesc='Meta package for KDE Applications'
+  depends=(kdeaccessibility-meta
+   kdeadmin-meta
+   kdebase-meta
+   kdeedu-meta
+   kdegames-meta
+   kdegraphics-meta
+   kdemultimedia-meta
+   kdenetwork-meta
+   kdepim-meta
+   kdesdk-meta
+   kdeutils-meta
+   kdewebdev-meta)
+}
+
+package_kdeaccessibility-meta() {
+  pkgdesc='Meta package for kdeaccessibility'
+  replaces=(kde-meta-kdeaccessibility)
+  depends=(kmag
+   kmousetool
+   kmouth)
+}
+
+package_kdeadmin-meta() {
+  pkgdesc='Meta package for kdeadmin'
+  replaces=(kde-meta-kdeadmin)
+  depends=(kcron
+   ksystemlog)
+}
+
+package_kdebase-meta() {
+  pkgdesc='Meta package for kdebase'
+  replaces=(kde-meta-kdebase)
+  depends=(dolphin
+   kdialog
+   kfind
+   keditbookmarks
+   konqueror
+   khelpcenter
+   konsole
+   kate
+   kwrite)
+}
+
+package_kdeedu-meta() {
+  pkgdesc='Meta package for kdeedu'
+  replaces=(kde-meta-kdeedu)
+  depends=(artikulate
+   blinken
+   cantor
+   kalgebra
+   kalzium
+   kanagram
+   kbruch
+   kgeography
+   khangman
+   kig
+   kiten
+   klettres
+   kmplot
+   ktouch
+   kturtle
+   kwordquiz
+   marble
+   minuet
+   parley
+   rocs
+   step)
+}
+
+package_kdegames-meta() {
+  pkgdesc='Meta package for kdegames'
+  replaces=(kde-meta-kdegames)
+  depends=(bomber
+   bovo
+   granatier
+   kajongg
+   kapman
+   katomic
+   kblackbox
+   kblocks
+   kbounce
+   kbreakout
+   kdiamond
+   kfourinline
+   kgoldrunner
+   kigo
+   killbots
+   kiriki
+   kjumpingcube
+   klines
+   klickety
+   kmahjongg
+   kmines
+   knavalbattle 
+   knetwalk
+   knights
+   kolf
+   kollision
+   konquest
+   kpatience
+   kreversi
+   kshisen
+   ksirk
+   ksnakeduel
+   kspaceduel
+   ksquares
+   ksudoku
+   ktuberling
+   kubrick
+   lskat
+   palapeli
+   picmi)
+}
+
+package_kdegraphics-meta() {
+  pkgdesc='Meta package for kdegraphics'
+  replaces=(kde-meta-kdegraphics)
+  depends=(gwenview
+   kamera
+   kcolorchooser
+   kipi-plugins
+   kolourpaint
+   kruler
+   kdegraphics-mobipocket
+   okular
+   spectacle
+   svgpart
+   kdegraphics-thumbnailers)
+}
+
+package_kdemultimedia-meta() {
+  pkgdesc='Meta package for kdemultimedia'
+  replaces=(kde-meta-kdemultimedia)
+  depends=(audiocd-kio
+   dragon
+   elisa
+   ffmpegthumbs
+   juk
+   k3b
+   kamoso
+   kdenlive
+   kmix
+   kwave)
+}
+
+package_kdenetwork-meta() {
+  pkgdesc='Meta package for kdenetwork'
+  replaces=(kde-meta-kdenetwork)
+  depends=(kdenetwork-filesharing
+   kget
+   kopete
+   krdc
+   krfb
+   zeroconf-ioslave
+   kio-extras
+   telepathy-kde-meta)
+}
+
+package_kdepim-meta() {
+  pkgdesc='Meta package for kdepim'
+  replaces=(kde-meta-kdepim)
+  depends=(akonadiconsole
+   akregator
+   akonadi-calendar-tools
+  

[arch-commits] Commit in kde-applications-meta/trunk (PKGBUILD)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:03:47
  Author: arojas
Revision: 369221

KDE Applications 19.12

Modified:
  kde-applications-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 02:54:00 UTC (rev 369220)
+++ PKGBUILD2019-11-18 07:03:47 UTC (rev 369221)
@@ -18,7 +18,7 @@
  kdeutils-meta
  kdewebdev-meta
  telepathy-kde-meta)
-pkgver=19.08
+pkgver=19.12
 pkgrel=1
 arch=(any)
 url='https://www.archlinux.org/'
@@ -160,6 +160,7 @@
   replaces=(kde-meta-kdemultimedia)
   depends=(audiocd-kio
dragon
+   elisa
ffmpegthumbs
juk
k3b


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 07:15:23
  Author: arojas
Revision: 530284

Update to 0.9.1

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 07:06:21 UTC (rev 530283)
+++ PKGBUILD2019-11-18 07:15:23 UTC (rev 530284)
@@ -4,8 +4,8 @@
 
 pkgname=kbibtex
 epoch=1
-pkgver=0.9
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="A BibTeX editor for KDE"
 arch=(x86_64)
 url='https://userbase.kde.org/KBibTeX'
@@ -14,7 +14,7 @@
 optdepends=('okular: Document preview')
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/KBibTeX/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('e5d426bb898f801e26655a6a9cc859e63e791229d8d03d1f8b5605860b00460d'
+sha256sums=('36b1c5b444d70a6b06f4b76bd388611d70300a01a12a9658587b2e11508227ab'
 'SKIP')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer 

 
@@ -26,8 +26,6 @@
   cd build
 
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2019-11-17 Thread Eli Schwartz via arch-commits
Date: Sunday, November 17, 2019 @ 18:23:10
  Author: eschwartz
Revision: 530140

upgpkg: cinnamon-settings-daemon 4.4.0-1: upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:10:42 UTC (rev 530139)
+++ PKGBUILD2019-11-17 18:23:10 UTC (rev 530140)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=4.2.2
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d5b1ff8b5777174a45ebf2906eb1690e79a241c1adeb56cd70f9f273674901f9')
-b2sums=('2cc15d1b0a63c14c3bd548c623008487f9a1305cf2977e8192d057abb2fd44bf7f385cfeba2470e8e2d041df79eccab0e93837648e1ba71fc0e5588d7d4cad7f')
+sha256sums=('6797a0bb73ea2345580a43fe8c75c70f48634b82b0a3518f48cc603f084bf012')
+b2sums=('ef0666864a4735ff32d57a584004176c74d0f0ad4b077d3439e135c1d24c8d0606221a1b1693a0189972b462055478680b03917a6acfcdfdc80649f7ee0fc224')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-11-17 Thread Andreas Radke via arch-commits
Date: Sunday, November 17, 2019 @ 18:23:17
  Author: andyrtr
Revision: 368996

archrelease: copy trunk to testing-x86_64

Added:
  qpdf/repos/testing-x86_64/
  qpdf/repos/testing-x86_64/PKGBUILD
(from rev 368995, qpdf/trunk/PKGBUILD)

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

Copied: qpdf/repos/testing-x86_64/PKGBUILD (from rev 368995, 
qpdf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-17 18:23:17 UTC (rev 368996)
@@ -0,0 +1,47 @@
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://github.com/qpdf/qpdf;
+license=('custom:Artistic-2.0' 'Apache')
+depends=('libjpeg-turbo' 'zlib' 'gnutls')
+optdepends=('perl: required for fix-qdf')
+checkdepends=('perl')
+source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+# sourceforge only offers sha1sums - see checksums at github
+sha512sums=('7561ffc366dbce9df58cc85ff18480b28b0d46de04733ba463139188bee95690f92cf0960a328619f0c9f34ce865598db490fa1c6aaa76ee87d2c034a5f7f57e'
+'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-crypto-gnutls \
+--disable-implicit-crypto \
+--enable-show-failed-test-output
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # passes all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 completions/bash/qpdf 
"${pkgdir}/usr/share/bash-completion/completions/qpdf"
+  install -Dm644 completions/zsh/_qpdf 
"${pkgdir}/usr/share/zsh/site-functions/_qpdf"
+
+  mkdir -m755 -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:53:39
  Author: felixonmars
Revision: 530153

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 530152, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 530152, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 18:53:39 UTC (rev 530153)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=55
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+
+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='-pie'
+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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 18:53:24
  Author: felixonmars
Revision: 530152

upgpkg: shellcheck 0.7.0-55

rebuild with blaze-markup 0.8.2.3

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 18:49:11 UTC (rev 530151)
+++ PKGBUILD2019-11-17 18:53:24 UTC (rev 530152)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=54
+pkgrel=55
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:00:07
  Author: felixonmars
Revision: 530235

upgpkg: haskell-hasql-pool 0.5.1-25

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
+++ PKGBUILD2019-11-17 20:00:07 UTC (rev 530235)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2019-11-17 Thread Maxim Baz via arch-commits
Date: Sunday, November 17, 2019 @ 19:59:30
  Author: maximbaz
Revision: 530234

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   66 -
 croc.service |   24 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 19:59:24 UTC (rev 530233)
+++ PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/archive/v${pkgver}.tar.gz"
-"${pkgname}.service")
-sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 530233, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+"${pkgname}.service")
+sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
+'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+cd "${pkgname}-${pkgver}"
+go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" 
-asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===
--- croc.service2019-11-17 19:59:24 UTC (rev 530233)
+++ croc.service2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target

Copied: croc/repos/community-x86_64/croc.service (from rev 530233, 
croc/trunk/croc.service)
===
--- croc.service(rev 0)
+++ croc.service2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 19:58:33
  Author: felixonmars
Revision: 530231

upgpkg: haskell-hasql 1.4-21

rebuild with data-serializer 0.3.4.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 19:56:22 UTC (rev 530230)
+++ PKGBUILD2019-11-17 19:58:33 UTC (rev 530231)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4
-pkgrel=20
+pkgrel=21
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2019-11-17 Thread Felix Yan via arch-commits
Date: Sunday, November 17, 2019 @ 20:00:21
  Author: felixonmars
Revision: 530236

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 530235, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
530235, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-17 20:00:21 UTC (rev 530236)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.1
+pkgrel=25
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('09f25a26f2317a0cdfa578ddb0ab23f6077c3e2849da2d4ecb72f2e1c63a57693b566269a2a01b5fb2bca8a3c85871ee6c24be715e9c9b810001447cee1c4a3e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+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 gource/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:43:57
  Author: svenstaro
Revision: 530257

archrelease: copy trunk to community-x86_64

Added:
  gource/repos/community-x86_64/PKGBUILD
(from rev 530256, gource/trunk/PKGBUILD)
Deleted:
  gource/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 22:43:50 UTC (rev 530256)
+++ PKGBUILD2019-11-17 22:43:57 UTC (rev 530257)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.49
-pkgrel=4
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(x86_64)
-url=http://gource.io/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 530256, 
gource/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-17 22:43:57 UTC (rev 530257)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.50
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(x86_64)
+url=http://gource.io/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('3dfbb203cdb6f2ee2d05b7d79259218fac3c6f0eb005618223d0262c1c6d1ea11240386bfa68ca36cb67b50d2b2d8a07caeb50461db2ca5a00cd01d66616a2c1')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:


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

2019-11-17 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 17, 2019 @ 22:43:50
  Author: svenstaro
Revision: 530256

upgpkg: gource 0.50-1

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-17 22:38:31 UTC (rev 530255)
+++ PKGBUILD2019-11-17 22:43:50 UTC (rev 530256)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Jose Valecillos 
 # Contributor: Olivier Ramonat 
 pkgname=gource
-pkgver=0.49
-pkgrel=4
+pkgver=0.50
+pkgrel=1
 pkgdesc="software version control visualization"
 license=(GPL3)
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
 makedepends=('boost' 'glm' 'mesa')
 
source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
-sha512sums=('cb3482dd06cf38bd775f2ac4b8f3bee78e480dd51e37527024df6e59d6e613290297d65e167a21364aa6251eff78a50ecc8a5fd3772a6e9a4ad22ca21b4b615e')
+sha512sums=('3dfbb203cdb6f2ee2d05b7d79259218fac3c6f0eb005618223d0262c1c6d1ea11240386bfa68ca36cb67b50d2b2d8a07caeb50461db2ca5a00cd01d66616a2c1')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2019-11-17 Thread Massimiliano Torromeo via arch-commits
Date: Sunday, November 17, 2019 @ 23:40:10
  Author: mtorromeo
Revision: 530265

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 530264, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 530264, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 530264, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 530264, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  196 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-17 23:39:38 UTC (rev 530264)
+++ PKGBUILD2019-11-17 23:40:10 UTC (rev 530265)
@@ -1,98 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard)
-pkgver=206
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('72ef516702b747b4b5b47fb262f9deba33cddcc9961ab9176449db134581f7ef'
-'cb768c760587b749ab642226496058103d5f25ca74417451950a15e738d1f045'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "docker: manage containers"
-  "libvirt: manage virtual machines"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard} \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C "$pkgdir"
-  rm -rf "$pkgdir"/tmp
-}
-
-package_cockpit-dashboard() {
-  pkgdesc='Cockpit support for connecting to remote servers (through ssh), 
bastion hosts, and a basic dashboard.'
-  

[arch-commits] Commit in (439 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:37:00
  Author: arojas
Revision: 369001

KDE Applications 19.12 beta

Added:
  akonadi-calendar-tools/kde-unstable/
  akonadi-calendar/kde-unstable/
  akonadi-contacts/kde-unstable/
  akonadi-import-wizard/kde-unstable/
  akonadi-mime/kde-unstable/
  akonadi-notes/kde-unstable/
  akonadi-search/kde-unstable/
  akonadi/kde-unstable/
  akonadiconsole/kde-unstable/
  akregator/kde-unstable/
  analitza/kde-unstable/
  ark/kde-unstable/
  artikulate/kde-unstable/
  audiocd-kio/kde-unstable/
  baloo-widgets/kde-unstable/
  blinken/kde-unstable/
  bomber/kde-unstable/
  bovo/kde-unstable/
  calendarsupport/kde-unstable/
  cantor/kde-unstable/
  cervisia/kde-unstable/
  dolphin-plugins/kde-unstable/
  dolphin/kde-unstable/
  dragon/kde-unstable/
  elisa/kde-unstable/
  elisa/kde-unstable/fix-build.patch
  eventviews/kde-unstable/
  ffmpegthumbs/kde-unstable/
  filelight/kde-unstable/
  granatier/kde-unstable/
  grantlee-editor/kde-unstable/
  grantleetheme/kde-unstable/
  gwenview/kde-unstable/
  incidenceeditor/kde-unstable/
  juk/kde-unstable/
  k3b/kde-unstable/
  kaccounts-integration/kde-unstable/
  kaccounts-providers/kde-unstable/
  kaddressbook/kde-unstable/
  kajongg/kde-unstable/
  kalarm/kde-unstable/
  kalarmcal/kde-unstable/
  kalgebra/kde-unstable/
  kalzium/kde-unstable/
  kamera/kde-unstable/
  kamoso/kde-unstable/
  kanagram/kde-unstable/
  kapman/kde-unstable/
  kapptemplate/kde-unstable/
  kate/kde-unstable/
  kate/kde-unstable/kate-fix-po-build.patch
  katomic/kde-unstable/
  kbackup/kde-unstable/
  kblackbox/kde-unstable/
  kblocks/kde-unstable/
  kblog/kde-unstable/
  kbounce/kde-unstable/
  kbreakout/kde-unstable/
  kbruch/kde-unstable/
  kcachegrind/kde-unstable/
  kcalc/kde-unstable/
  kcalutils/kde-unstable/
  kcharselect/kde-unstable/
  kcolorchooser/kde-unstable/
  kcron/kde-unstable/
  kdav/kde-unstable/
  kde-dev-scripts/kde-unstable/
  kde-dev-utils/kde-unstable/
  kdebugsettings/kde-unstable/
  kdeedu-data/kde-unstable/
  kdegraphics-mobipocket/kde-unstable/
  kdegraphics-thumbnailers/kde-unstable/
  kdenetwork-filesharing/kde-unstable/
  kdenlive/kde-unstable/
  kdenlive/kde-unstable/kdenlive-qt-5.14.patch
  kdepim-addons/kde-unstable/
  kdepim-apps-libs/kde-unstable/
  kdepim-runtime/kde-unstable/
  kdesdk-kioslaves/kde-unstable/
  kdesdk-thumbnailers/kde-unstable/
  kdf/kde-unstable/
  kdialog/kde-unstable/
  kdiamond/kde-unstable/
  keditbookmarks/kde-unstable/
  kfind/kde-unstable/
  kfloppy/kde-unstable/
  kfourinline/kde-unstable/
  kgeography/kde-unstable/
  kget/kde-unstable/
  kgoldrunner/kde-unstable/
  kgpg/kde-unstable/
  khangman/kde-unstable/
  khelpcenter/kde-unstable/
  kidentitymanagement/kde-unstable/
  kig/kde-unstable/
  kigo/kde-unstable/
  killbots/kde-unstable/
  kimagemapeditor/kde-unstable/
  kimap/kde-unstable/
  kio-extras/kde-unstable/
  kipi-plugins/kde-unstable/
  kirigami-gallery/kde-unstable/
  kiriki/kde-unstable/
  kiten/kde-unstable/
  kitinerary/kde-unstable/
  kjumpingcube/kde-unstable/
  kldap/kde-unstable/
  kleopatra/kde-unstable/
  klettres/kde-unstable/
  klickety/kde-unstable/
  klines/kde-unstable/
  kmag/kde-unstable/
  kmahjongg/kde-unstable/
  kmail-account-wizard/kde-unstable/
  kmail/kde-unstable/
  kmailtransport/kde-unstable/
  kmbox/kde-unstable/
  kmime/kde-unstable/
  kmines/kde-unstable/
  kmix/kde-unstable/
  kmousetool/kde-unstable/
  kmouth/kde-unstable/
  kmplot/kde-unstable/
  knavalbattle/kde-unstable/
  knetwalk/kde-unstable/
  knights/kde-unstable/
  knotes/kde-unstable/
  kolf/kde-unstable/
  kollision/kde-unstable/
  kolourpaint/kde-unstable/
  kompare/kde-unstable/
  konqueror/kde-unstable/
  konquest/kde-unstable/
  konsole/kde-unstable/
  kontact/kde-unstable/
  kontactinterface/kde-unstable/
  kopete/kde-unstable/
  korganizer/kde-unstable/
  kpatience/kde-unstable/
  kpimtextedit/kde-unstable/
  kpkpass/kde-unstable/
  kqtquickcharts/kde-unstable/
  krdc/kde-unstable/
  kreversi/kde-unstable/
  krfb/kde-unstable/
  kross-interpreters/kde-unstable/
  kruler/kde-unstable/
  kshisen/kde-unstable/
  ksirk/kde-unstable/
  ksmtp/kde-unstable/
  ksnakeduel/kde-unstable/
  kspaceduel/kde-unstable/
  ksquares/kde-unstable/
  ksudoku/kde-unstable/
  ksystemlog/kde-unstable/
  kteatime/kde-unstable/
  ktimer/kde-unstable/
  ktnef/kde-unstable/
  ktouch/kde-unstable/
  ktuberling/kde-unstable/
  kturtle/kde-unstable/
  kubrick/kde-unstable/
  kwalletmanager/kde-unstable/
  kwave/kde-unstable/
  kwordquiz/kde-unstable/
  libgravatar/kde-unstable/
  libkcddb/kde-unstable/
  libkcompactdisc/kde-unstable/
  libkdcraw/kde-unstable/
  libkdegames/kde-unstable/
  libkdepim/kde-unstable/
  libkeduvocdocument/kde-unstable/
  libkexiv2/kde-unstable/
  libkgapi/kde-unstable/
  libkgeomap/kde-unstable/
  libkipi/kde-unstable/
  libkleo/kde-unstable/
  libkmahjongg/kde-unstable/
  libkomparediff2/kde-unstable/
  libksane/kde-unstable/
  libksieve/kde-unstable/
  lokalize/kde-unstable/
  

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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Sunday, November 17, 2019 @ 23:50:01
  Author: arojas
Revision: 369048

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

Added:
  libgravatar/repos/kde-unstable-x86_64/
  libgravatar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369047, libgravatar/kde-unstable/PKGBUILD)

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

Copied: libgravatar/repos/kde-unstable-x86_64/PKGBUILD (from rev 369047, 
libgravatar/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-17 23:50:01 UTC (rev 369048)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libgravatar
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KDE PIM library providing Gravatar support"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(pimcommon)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f59afb56e59d8ff55c1ebed326fad2da990d2e19bac15baaf135b5f7a3d9e4f6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


<    1   2   3   4   5   >