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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:34:21
  Author: bpiotrowski
Revision: 356801

2.2.5-1

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:32:32 UTC (rev 356800)
+++ PKGBUILD2019-06-23 07:34:21 UTC (rev 356801)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=guile
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.2.5
+pkgrel=1
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='https://www.gnu.org/software/guile/'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

   'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
   '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo 
"
-sha256sums=('33b904c0bf4e48e156f3fb1d0e6b0392033bd610c6c9d9a0410c6e0ea96a3e5c'
+sha256sums=('c3c7a2f6ae0d8321a240c7ebc532a1d47af8c63214157a73789e2b2305b4c927'
 'SKIP')
 
 build() {


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:47:32
  Author: bpiotrowski
Revision: 483029

1.4.2-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:32:51 UTC (rev 483028)
+++ PKGBUILD2019-06-23 07:47:32 UTC (rev 483029)
@@ -2,7 +2,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,7 +12,7 @@
  btrfs-progs slirp4netns)
 makedepends=(go-pie go-md2man git)
 source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('45eb7bccd81a1431b0c7a0697829c0bcc397048595d143fd91179b31d22a3c63')
+sha256sums=('d1b1607bfac919b2d03ca5045cb3bbae7ccee841c8230e3444ee2a98ea07')
 
 prepare() {
   mkdir -p src/github.com/containers src/github.com/varlink
@@ -35,7 +35,7 @@
   optdepends=('podman-docker: for Docker-compatible CLI')
 
   cd src/github.com/containers/libpod
-  make install install.completions install.config DESTDIR="$pkgdir" 
PREFIX="$pkgdir/usr"
+  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
 }
 
 package_podman-docker() {
@@ -44,5 +44,5 @@
   conflicts=(docker)
 
   cd src/github.com/containers/libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX="$pkgdir/usr"
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
 }


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:47:38
  Author: bpiotrowski
Revision: 483030

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 483029, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 07:47:32 UTC (rev 483029)
+++ PKGBUILD2019-06-23 07:47:38 UTC (rev 483030)
@@ -1,48 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
- btrfs-progs slirp4netns)
-makedepends=(go-pie go-md2man git)
-source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
-sha256sums=('45eb7bccd81a1431b0c7a0697829c0bcc397048595d143fd91179b31d22a3c63')
-
-prepare() {
-  mkdir -p src/github.com/containers src/github.com/varlink
-  cp -r libpod-$pkgver src/github.com/containers/libpod
-}
-
-build() {
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
-
-  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
-  unset LDFLAGS
-
-  cd src/github.com/containers/libpod
-  make install.tools
-  make
-}
-
-package_podman() {
-  optdepends=('podman-docker: for Docker-compatible CLI')
-
-  cd src/github.com/containers/libpod
-  make install install.completions install.config DESTDIR="$pkgdir" 
PREFIX="$pkgdir/usr"
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd src/github.com/containers/libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX="$pkgdir/usr"
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 483029, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 07:47:38 UTC (rev 483030)
@@ -0,0 +1,48 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp ostree runc 
skopeo
+ btrfs-progs slirp4netns)
+makedepends=(go-pie go-md2man git)
+source=(libpod-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz)
+sha256sums=('d1b1607bfac919b2d03ca5045cb3bbae7ccee841c8230e3444ee2a98ea07')
+
+prepare() {
+  mkdir -p src/github.com/containers src/github.com/varlink
+  cp -r libpod-$pkgver src/github.com/containers/libpod
+}
+
+build() {
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp ostree varlink containers_image_ostree_stub'
+
+  # buildsystem passes LDFLAGS to GO's -ldflags, which isn't really compatible
+  unset LDFLAGS
+
+  cd src/github.com/containers/libpod
+  make install.tools
+  make
+}
+
+package_podman() {
+  optdepends=('podman-docker: for Docker-compatible CLI')
+
+  cd src/github.com/containers/libpod
+  make install install.completions install.config DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd src/github.com/containers/libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:46:04
  Author: stativ
Revision: 483129

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   86 -
 aide.conf |  292 ++--
 2 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 10:45:55 UTC (rev 483128)
+++ PKGBUILD2019-06-23 10:46:04 UTC (rev 483129)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths 
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="https://aide.github.io/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
-"aide.conf")
-sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
-'SKIP'
-'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 483128, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 10:46:04 UTC (rev 483129)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="https://aide.github.io/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
+"aide.conf")
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
+'SKIP'
+'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2019-06-23 10:45:55 UTC (rev 483128)
+++ aide.conf   2019-06-23 10:46:04 UTC (rev 483129)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow new files
-#ARF: allow removed files
-#
-
-# Here are all the digests we can use
-#md5:   md5 checksum
-#sha1:  sha1 checksum
-#sha256:sha256 checksum
-#sha512:sha512 checksum
-#rmd160:rmd160 checksum
-#tiger: tiger 

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

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:45:55
  Author: stativ
Revision: 483128

upgpkg: aide 0.16.2-1

update to 0.16.2

Modified:
  aide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 10:22:41 UTC (rev 483127)
+++ PKGBUILD2019-06-23 10:45:55 UTC (rev 483128)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=aide
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/aide.conf')
 
source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
 "aide.conf")
-sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
 'SKIP'
 'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
 validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 


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

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:52:07
  Author: stativ
Revision: 483130

upgpkg: klavaro 3.08-1

update to 3.08

Modified:
  klavaro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 10:46:04 UTC (rev 483129)
+++ PKGBUILD2019-06-23 10:52:07 UTC (rev 483130)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=klavaro
-pkgver=3.03
-pkgrel=2
+pkgver=3.08
+pkgrel=1
 pkgdesc="Free touch typing tutor program"
 arch=('x86_64')
 url="http://klavaro.sourceforge.net/;
@@ -10,7 +10,7 @@
 makedepends=('intltool')
 optdepends=('espeakup: voice output')
 
source=("https://downloads.sourceforge.net/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0299f185ed8f9aac3441685fbf7177dc')
+md5sums=('3386563e525338525b1518a955fcc82e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:52:11
  Author: stativ
Revision: 483131

archrelease: copy trunk to community-x86_64

Added:
  klavaro/repos/community-x86_64/PKGBUILD
(from rev 483130, klavaro/trunk/PKGBUILD)
Deleted:
  klavaro/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 10:52:07 UTC (rev 483130)
+++ PKGBUILD2019-06-23 10:52:11 UTC (rev 483131)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-pkgname=klavaro
-pkgver=3.03
-pkgrel=2
-pkgdesc="Free touch typing tutor program"
-arch=('x86_64')
-url="http://klavaro.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gtk3' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('espeakup: voice output')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0299f185ed8f9aac3441685fbf7177dc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}

Copied: klavaro/repos/community-x86_64/PKGBUILD (from rev 483130, 
klavaro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 10:52:11 UTC (rev 483131)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Jirkovsky 
+pkgname=klavaro
+pkgver=3.08
+pkgrel=1
+pkgdesc="Free touch typing tutor program"
+arch=('x86_64')
+url="http://klavaro.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gtk3' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('espeakup: voice output')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3386563e525338525b1518a955fcc82e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's|/usr/share/icons/hicolor/24x24/apps/klavaro.png|klavaro|' \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:08:50
  Author: felixonmars
Revision: 483016

archrelease: copy trunk to community-staging-x86_64

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

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

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

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 483015, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-06-23 06:08:50 UTC (rev 
483016)
@@ -0,0 +1,4 @@

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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:09:51
  Author: felixonmars
Revision: 483017

upgpkg: stylish-haskell 0.9.2.1-40

rebuild with happy 1.19.11

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:08:50 UTC (rev 483016)
+++ PKGBUILD2019-06-23 06:09:51 UTC (rev 483017)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:08:37
  Author: felixonmars
Revision: 483015

upgpkg: stack 1.9.3.1-63

rebuild with happy 1.19.11

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:04:40 UTC (rev 483014)
+++ PKGBUILD2019-06-23 06:08:37 UTC (rev 483015)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3.1
-pkgrel=62
+pkgrel=63
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


[arch-commits] Commit in linux-firmware/repos (testing-any testing-any/PKGBUILD)

2019-06-23 Thread Laurent Carlier via arch-commits
Date: Sunday, June 23, 2019 @ 07:07:59
  Author: lcarlier
Revision: 356798

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 356797, linux-firmware/trunk/PKGBUILD)

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

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 356797, 
linux-firmware/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-06-23 07:07:59 UTC (rev 356798)
@@ -0,0 +1,86 @@
+# Maintainer: Thomas Bächler 
+
+pkgbase=linux-firmware
+pkgname=(linux-firmware amd-ucode)
+_commit=acb56f2fae3235195bc99ecb7d09742fb4b65e63
+pkgver=20190618.acb56f2
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+options=(!strip)
+validpgpkeys=('4CDE8575E547BF835FE15807A31B6BD72486CFD6') # Josh Boyer 

+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_commit}?signed;)
+
+prepare() {
+  echo ${pkgbase}
+
+  cd "${srcdir}/${pkgname}"
+}
+
+pkgver() {
+  cd "${srcdir}/${pkgname}"
+
+  # Commit date + short rev
+  echo $(TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d 
HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  mkdir -p kernel/x86/microcode
+  cat ${pkgbase}/amd-ucode/microcode_amd*.bin > 
kernel/x86/microcode/AuthenticAMD.bin
+  # Make the .bin reproducible 
+  [ ! -z $SOURCE_DATE_EPOCH ] && touch -d @$SOURCE_DATE_EPOCH 
kernel/x86/microcode/AuthenticAMD.bin
+  echo kernel/x86/microcode/AuthenticAMD.bin | bsdcpio -o -H newc -R 0:0 > 
amd-ucode.img
+}
+
+package_linux-firmware() {
+  groups=('base')
+  conflicts=('linux-firmware-git'
+ 'kernel26-firmware'
+ 'ar9170-fw'
+ 'iwlwifi-1000-ucode'
+ 'iwlwifi-3945-ucode'
+ 'iwlwifi-4965-ucode'
+ 'iwlwifi-5000-ucode'
+ 'iwlwifi-5150-ucode'
+ 'iwlwifi-6000-ucode'
+ 'rt2870usb-fw'
+ 'rt2x00-rt61-fw'
+ 'rt2x00-rt71w-fw')
+  replaces=('kernel26-firmware'
+'ar9170-fw'
+'iwlwifi-1000-ucode'
+'iwlwifi-3945-ucode'
+'iwlwifi-4965-ucode'
+'iwlwifi-5000-ucode'
+'iwlwifi-5150-ucode'
+'iwlwifi-6000-ucode'
+'rt2870usb-fw'
+'rt2x00-rt61-fw'
+'rt2x00-rt71w-fw')
+
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+
+package_amd-ucode() {
+  pkgdesc='Microcode update files for AMD CPUs'
+
+  install -D -m0644 amd-ucode.img "${pkgdir}"/boot/amd-ucode.img  
+  install -D -m0644 "${srcdir}/${pkgbase}/LICENSE.amd-ucode" 
"${pkgdir}/usr/share/licenses/amd-ucode/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')


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

2019-06-23 Thread Laurent Carlier via arch-commits
Date: Sunday, June 23, 2019 @ 07:07:55
  Author: lcarlier
Revision: 356797

upgpkg: linux-firmware 20190618.acb56f2-1

sync with master (tag 20190618)

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-22 21:59:32 UTC (rev 356796)
+++ PKGBUILD2019-06-23 07:07:55 UTC (rev 356797)
@@ -2,8 +2,8 @@
 
 pkgbase=linux-firmware
 pkgname=(linux-firmware amd-ucode)
-_commit=711d3297bac870af42088a467459a0634c1970ca
-pkgver=20190514.711d329
+_commit=acb56f2fae3235195bc99ecb7d09742fb4b65e63
+pkgver=20190618.acb56f2
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


[arch-commits] Commit in glibc/repos (9 files)

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 09:02:06
  Author: bpiotrowski
Revision: 356806

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/
  
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
(from rev 356805, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 356805, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz20338.patch
(from rev 356805, glibc/trunk/bz20338.patch)
  
glibc/repos/testing-x86_64/file-truncated-while-reading-soname-after-patchelf.patch
(from rev 356805, 
glibc/trunk/file-truncated-while-reading-soname-after-patchelf.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 356805, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 356805, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 356805, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 356805, glibc/trunk/locale.gen.txt)

-+
 0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch |  194 
 PKGBUILD|  223 
++
 bz20338.patch   |  114 +
 file-truncated-while-reading-soname-after-patchelf.patch|   85 +++
 glibc.install   |5 
 lib32-glibc.conf|1 
 locale-gen  |   42 +
 locale.gen.txt  |   23 +
 8 files changed, 687 insertions(+)

Copied: 
glibc/repos/testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch
 (from rev 356805, 
glibc/trunk/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch)
===
--- 
testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch  
(rev 0)
+++ 
testing-x86_64/0001-Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time-.patch  
2019-06-23 09:02:06 UTC (rev 356806)
@@ -0,0 +1,194 @@
+From 2cbf10ae2ea9e378ff91b8f5c4d8cb77ed05378e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Fri, 10 Aug 2018-2019 14:12:40 +
+Subject: [PATCH] Revert "elf: Correct absolute (SHN_ABS) symbol run-time
+ calculation [BZ #19818]"
+
+This reverts commit e7feec374c635b6a29d65c39ae5e1855528fed39.
+---
+ elf/Makefile | 14 ++---
+ elf/dl-addr.c|  2 --
+ elf/tst-absolute-sym-lib.c   | 25 
+ elf/tst-absolute-sym-lib.lds | 19 --
+ elf/tst-absolute-sym.c   | 38 
+ sysdeps/generic/ldsodefs.h   |  3 +--
+ 6 files changed, 3 insertions(+), 98 deletions(-)
+ delete mode 100644 elf/tst-absolute-sym-lib.c
+ delete mode 100644 elf/tst-absolute-sym-lib.lds
+ delete mode 100644 elf/tst-absolute-sym.c
+
+diff --git a/elf/Makefile b/elf/Makefile
+index cd0771307f..5084ba4f6f 100644
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -186,7 +186,7 @@ tests += restest1 preloadtest loadfail multiload origtest 
resolvfail \
+tst-tlsalign tst-tlsalign-extern tst-nodelete-opened \
+tst-nodelete2 tst-audit11 tst-audit12 tst-dlsym-error tst-noload \
+tst-latepthread tst-tls-manydynamic tst-nodelete-dlclose \
+-   tst-debug1 tst-main1 tst-absolute-sym tst-absolute-zero tst-big-note \
++   tst-debug1 tst-main1 \
+tst-unwind-ctor tst-unwind-main
+ #  reldep9
+ tests-internal += loadtest unload unload2 circleload1 \
+@@ -272,8 +272,7 @@ modules-names = testobj1 testobj2 testobj3 testobj4 
testobj5 testobj6 \
+   tst-audit12mod1 tst-audit12mod2 tst-audit12mod3 tst-auditmod12 \
+   tst-latepthreadmod $(tst-tls-many-dynamic-modules) \
+   tst-nodelete-dlclose-dso tst-nodelete-dlclose-plugin \
+-  tst-main1mod tst-libc_dlvsym-dso tst-absolute-sym-lib \
+-  tst-absolute-zero-lib tst-big-note-lib tst-unwind-ctor-lib
++  tst-main1mod tst-libc_dlvsym-dso tst-unwind-ctor-lib
+ # Most modules build with _ISOMAC defined, but those filtered out
+ # depend on internal headers.
+ modules-names-tests = $(filter-out ifuncmod% tst-libc_dlvsym-dso tst-tlsmod%,\
+@@ -1465,14 +1463,6 @@ tst-main1-no-pie = yes
+ LDLIBS-tst-main1 = $(libsupport)
+ tst-main1mod.so-no-z-defs = yes
+ 
+-LDLIBS-tst-absolute-sym-lib.so = tst-absolute-sym-lib.lds
+-$(objpfx)tst-absolute-sym-lib.so: $(LDLIBS-tst-absolute-sym-lib.so)
+-$(objpfx)tst-absolute-sym: $(objpfx)tst-absolute-sym-lib.so
+-
+-LDLIBS-tst-absolute-zero-lib.so = tst-absolute-zero-lib.lds
+-$(objpfx)tst-absolute-zero-lib.so: $(LDLIBS-tst-absolute-zero-lib.so)

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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 09:01:57
  Author: bpiotrowski
Revision: 356805

2.29-3: bump to latest commit in the release/2.29/master branch

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 08:10:39 UTC (rev 356804)
+++ PKGBUILD2019-06-23 09:01:57 UTC (rev 356805)
@@ -7,15 +7,15 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.29
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)
 makedepends=(git gd lib32-gcc-libs python)
 options=(!strip staticlibs)
-#_commit=067fc32968b601493f4b247a3ac00caeea3f3d61
-#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
-source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
+#source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
+_commit=34fb5f61d3c3f4b8fc616ea259fa19168b58ecd4
+source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
 locale.gen.txt
 locale-gen
 lib32-glibc.conf
@@ -24,8 +24,7 @@
 file-truncated-while-reading-soname-after-patchelf.patch)
 validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
   BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
-md5sums=('e6c279d5b2f0736f740216f152acf974'
- 'SKIP'
+md5sums=('SKIP'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf'
  '6e052f1cb693d5d3203f50f9d4e8c33b'


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

2019-06-23 Thread Andreas Radke via arch-commits
Date: Sunday, June 23, 2019 @ 12:18:13
  Author: andyrtr
Revision: 356808

archrelease: copy trunk to testing-x86_64

Added:
  libxt/repos/testing-x86_64/
  libxt/repos/testing-x86_64/PKGBUILD
(from rev 356807, libxt/trunk/PKGBUILD)

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

Copied: libxt/repos/testing-x86_64/PKGBUILD (from rev 356807, 
libxt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-23 12:18:13 UTC (rev 356808)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=libxt
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="X11 toolkit intrinsics library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsm' 'libx11')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2{,.sig})
+sha512sums=('06248508b6fe5dfba8ceb4518475f656162351d78136eeb5d65086d680dabe9aca7bba3c94347f9c13ef03f82dab3ac19d0952ee610bc8c51c14cee7cf65f0b1'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+validpgpkeys+=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd libXt-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXt-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-06-23 Thread Andreas Radke via arch-commits
Date: Sunday, June 23, 2019 @ 12:18:06
  Author: andyrtr
Revision: 356807

upgpkg: libxt 1.2.0-1

upstream update 1.2.0

Modified:
  libxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 09:02:06 UTC (rev 356806)
+++ PKGBUILD2019-06-23 12:18:06 UTC (rev 356807)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libxt
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="X11 toolkit intrinsics library"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/;
@@ -11,9 +11,10 @@
 depends=('libsm' 'libx11')
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2{,.sig})
-sha512sums=('29828cfc021b60e0a0b5ff0321801db20f12bd635866cd000b35a23736b5477a3d1e5f936a1124ed3e3f4c0e7a27cb8744dbb5ab4fbcd45c817a13877081e05b'
+sha512sums=('06248508b6fe5dfba8ceb4518475f656162351d78136eeb5d65086d680dabe9aca7bba3c94347f9c13ef03f82dab3ac19d0952ee610bc8c51c14cee7cf65f0b1'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+validpgpkeys+=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 
 build() {
   cd libXt-${pkgver}


[arch-commits] Commit in telegram-desktop/repos/community-testing-x86_64 (20 files)

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 07:32:51
  Author: svenstaro
Revision: 483028

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
(from rev 483027, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 483027, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
(from rev 483027, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-testing-x86_64/demibold.patch
(from rev 483027, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
(from rev 483027, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
(from rev 483027, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
(from rev 483027, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 483027, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_qtlottie_qtdebug.patch
(from rev 483027, telegram-desktop/trunk/tdesktop_qtlottie_qtdebug.patch)
  telegram-desktop/repos/community-testing-x86_64/tg.protocol
(from rev 483027, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-testing-x86_64/demibold.patch
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_qtlottie_qtdebug.patch
  telegram-desktop/repos/community-testing-x86_64/tg.protocol

-+
 CMakeLists.inj  |   36 -
 PKGBUILD|  252 +++
 Use-system-wide-font.patch  |   68 -
 demibold.patch  |   54 -
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   58 -
 tdesktop.patch  | 1064 +++---
 tdesktop_lottie_animation_qtdebug.patch |   24 
 tdesktop_qtlottie_qtdebug.patch |   24 
 tg.protocol |   22 
 10 files changed, 819 insertions(+), 819 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-06-23 07:32:36 UTC (rev 483027)
+++ CMakeLists.inj  2019-06-23 07:32:51 UTC (rev 483028)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj (from 
rev 483027, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-06-23 07:32:51 UTC (rev 483028)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new 

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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:32:26
  Author: bpiotrowski
Revision: 356799

2.2.7-1

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:07:59 UTC (rev 356798)
+++ PKGBUILD2019-06-23 07:32:26 UTC (rev 356799)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=expat
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc='An XML parser library'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/expat-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=(3D7E959D89FACFEE38371921B00BC66A401A1600) # Sebastian Pipping
-sha256sums=('17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2'
+sha256sums=('cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18'
 'SKIP')
 
 build() {


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 07:32:36
  Author: svenstaro
Revision: 483027

upgpkg: telegram-desktop 1.7.7-4

Rebuild against gcc 9.1.0-2 to fix segfault

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:26:40 UTC (rev 483026)
+++ PKGBUILD2019-06-23 07:32:36 UTC (rev 483027)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.7.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:34:28
  Author: bpiotrowski
Revision: 356802

archrelease: copy trunk to extra-x86_64

Added:
  guile/repos/extra-x86_64/PKGBUILD
(from rev 356801, guile/trunk/PKGBUILD)
Deleted:
  guile/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 07:34:21 UTC (rev 356801)
+++ PKGBUILD2019-06-23 07:34:28 UTC (rev 356802)
@@ -1,37 +0,0 @@
-# Maintainer:  Jan de Groot 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Tom Newsom 
-
-pkgname=guile
-pkgver=2.2.4
-pkgrel=2
-pkgdesc='Portable, embeddable Scheme implementation written in C'
-url='https://www.gnu.org/software/guile/'
-arch=(x86_64)
-license=(GPL)
-depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
-source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

-  'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
-  '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo 
"
-sha256sums=('33b904c0bf4e48e156f3fb1d0e6b0392033bd610c6c9d9a0410c6e0ea96a3e5c'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static  \
---disable-error-on-warning
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/libguile-2.?.so.*-gdb.scm
-}

Copied: guile/repos/extra-x86_64/PKGBUILD (from rev 356801, 
guile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 07:34:28 UTC (rev 356802)
@@ -0,0 +1,37 @@
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='https://www.gnu.org/software/guile/'
+arch=(x86_64)
+license=(GPL)
+depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès 

+  'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
+  '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo 
"
+sha256sums=('c3c7a2f6ae0d8321a240c7ebc532a1d47af8c63214157a73789e2b2305b4c927'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.?.so.*-gdb.scm
+}


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 07:32:32
  Author: bpiotrowski
Revision: 356800

archrelease: copy trunk to testing-x86_64

Added:
  expat/repos/testing-x86_64/
  expat/repos/testing-x86_64/PKGBUILD
(from rev 356799, expat/trunk/PKGBUILD)

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

Copied: expat/repos/testing-x86_64/PKGBUILD (from rev 356799, 
expat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-06-23 07:32:32 UTC (rev 356800)
@@ -0,0 +1,32 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=expat
+pkgver=2.2.7
+pkgrel=1
+pkgdesc='An XML parser library'
+arch=(x86_64)
+url='https://libexpat.github.io/'
+license=(custom)
+depends=(glibc)
+source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/expat-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(3D7E959D89FACFEE38371921B00BC66A401A1600) # Sebastian Pipping
+sha256sums=('cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "-t$pkgdir/usr/share/licenses/$pkgname" COPYING
+}


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

2019-06-23 Thread David Runge via arch-commits
Date: Sunday, June 23, 2019 @ 10:22:41
  Author: dvzrv
Revision: 483127

archrelease: copy trunk to community-any

Added:
  zsh-autosuggestions/repos/community-any/PKGBUILD
(from rev 483126, zsh-autosuggestions/trunk/PKGBUILD)
Deleted:
  zsh-autosuggestions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 10:22:25 UTC (rev 483126)
+++ PKGBUILD2019-06-23 10:22:41 UTC (rev 483127)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge 
-pkgname=zsh-autosuggestions
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Fish-like autosuggestions for zsh "
-arch=('any')
-url="https://github.com/zsh-users/zsh-autosuggestions;
-license=('MIT')
-depends=('zsh')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('bb3990ebafad7ea8ebcfea9de71b8290f855ec4f38f23f79bbb0928e8b10eea4305939d5f16449e1dcfa4023f35d5eb61080457e6e8ad1e9e5ccfe129551dc13')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 644 ${pkgname}{,.plugin}.zsh \
--t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
-  # docs
-  install -vDm 644 {CHANGELOG,README}.md \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: zsh-autosuggestions/repos/community-any/PKGBUILD (from rev 483126, 
zsh-autosuggestions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 10:22:41 UTC (rev 483127)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge 
+pkgname=zsh-autosuggestions
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Fish-like autosuggestions for zsh "
+arch=('any')
+url="https://github.com/zsh-users/zsh-autosuggestions;
+license=('MIT')
+depends=('zsh')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('6e7e196a34efb45aec59e40a3e90473ef01a0d91c16f1b1baf95a0ff512bf12c8615ddf58782f23cdcd7ca110967e6817a9f29fa0b38626fce60509cb9fe4bf0')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644 ${pkgname}{,.plugin}.zsh \
+-t "${pkgdir}/usr/share/zsh/plugins/${pkgname}/"
+  # docs
+  install -vDm 644 {CHANGELOG,README}.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-06-23 Thread David Runge via arch-commits
Date: Sunday, June 23, 2019 @ 10:22:25
  Author: dvzrv
Revision: 483126

upgpkg: zsh-autosuggestions 0.6.2-1

Upgrading to 0.6.2.

Modified:
  zsh-autosuggestions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 09:41:42 UTC (rev 483125)
+++ PKGBUILD2019-06-23 10:22:25 UTC (rev 483126)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=zsh-autosuggestions
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Fish-like autosuggestions for zsh "
 arch=('any')
@@ -8,7 +8,7 @@
 license=('MIT')
 depends=('zsh')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zsh-users/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('bb3990ebafad7ea8ebcfea9de71b8290f855ec4f38f23f79bbb0928e8b10eea4305939d5f16449e1dcfa4023f35d5eb61080457e6e8ad1e9e5ccfe129551dc13')
+sha512sums=('6e7e196a34efb45aec59e40a3e90473ef01a0d91c16f1b1baf95a0ff512bf12c8615ddf58782f23cdcd7ca110967e6817a9f29fa0b38626fce60509cb9fe4bf0')
 
 build() {
   cd "$pkgname-$pkgver"


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:02:11
  Author: felixonmars
Revision: 483011

upgpkg: shellcheck 0.6.0-129

rebuild with happy 1.19.11

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 05:59:17 UTC (rev 483010)
+++ PKGBUILD2019-06-23 06:02:11 UTC (rev 483011)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=128
+pkgrel=129
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:02:20
  Author: felixonmars
Revision: 483012

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 483011, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-23 06:02:20 UTC (rev 483012)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=129
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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
+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 emscripten/repos/community-x86_64 (6 files)

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 07:26:40
  Author: svenstaro
Revision: 483026

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  145 +--
 emscripten.install |   26 -
 emscripten.sh  |4 -
 3 files changed, 87 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 07:26:24 UTC (rev 483025)
+++ PKGBUILD2019-06-23 07:26:40 UTC (rev 483026)
@@ -1,73 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.38.36
-pkgrel=4
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=(nodejs python binaryen)
-makedepends=(cmake libxml2 git ninja)
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-git+https://github.com/llvm/llvm-project.git#commit=58dbe47
-"emscripten.sh")
-sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
-
-prepare() {
-  cd "$srcdir"/emscripten-$pkgver
-
-  sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' 
tools/settings_template_readonly.py
-  sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' 
tools/settings_template_readonly.py
-
-  mkdir "$srcdir"/llvm-project/llvm/build
-}
-
-build() {
-  cd "$srcdir"/llvm-project/llvm/build
-
-  cmake .. \
--GNinja \
--DPYTHON_EXECUTABLE=/usr/bin/python \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja
-}
-
-package() {
-  # install LLVM stuff
-  # I think we really only need these binaries.
-  for bin in clang clang++ wasm-ld llvm-nm llvm-ar llvm-as llvm-dis 
llvm-dwarfdump; do
-  install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/usr/lib/emscripten-llvm/$bin
-  done
-
-  # install emscripten
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  install -d "$pkgdir"/usr/share/doc
-  ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 483025, 
emscripten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 07:26:40 UTC (rev 483026)
@@ -0,0 +1,72 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: Stefan Husmann 
+# Contributor: Vlad Kolotvin 
+
+pkgname=emscripten
+pkgver=1.38.36
+pkgrel=5
+pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
+arch=('x86_64')
+url="http://emscripten.org;
+license=('custom')
+depends=(nodejs python binaryen)
+makedepends=(cmake libxml2 git ninja)
+optdepends=('java-environment: for using clojure'
+'ruby: for using websockify addon'
+'cmake: for emcc --show-ports')
+install=emscripten.install
+source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
+git+https://github.com/llvm/llvm-project.git#commit=58dbe47
+"emscripten.sh")

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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 07:26:24
  Author: svenstaro
Revision: 483025

upgpkg: emscripten 1.38.36-5

Put all of LLVM into the package

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:13:22 UTC (rev 483024)
+++ PKGBUILD2019-06-23 07:26:24 UTC (rev 483025)
@@ -5,7 +5,7 @@
 
 pkgname=emscripten
 pkgver=1.38.36
-pkgrel=4
+pkgrel=5
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('x86_64')
 url="http://emscripten.org;
@@ -54,9 +54,8 @@
 
 package() {
   # Install LLVM stuff according to 
https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
-  for bin in clang clang++ wasm-ld llvm-nm llvm-ar llvm-as llvm-dis 
llvm-dwarfdump; do
-  install -Dm755 "$srcdir"/llvm-project/llvm/build/bin/$bin 
"$pkgdir"/usr/lib/emscripten-llvm/$bin
-  done
+  install -d "$pkgdir"/usr/lib
+  cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
 
   # Install emscripten
   cd "$srcdir"/emscripten-$pkgver


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 09:41:42
  Author: bpiotrowski
Revision: 483125

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 483124, virt-manager/trunk/PKGBUILD)
Deleted:
  virt-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 09:41:28 UTC (rev 483124)
+++ PKGBUILD2019-06-23 09:41:42 UTC (rev 483125)
@@ -1,48 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Console user interface for managing virtual machines"
-arch=('any')
-url="https://virt-manager.org/;
-license=('GPL')
-depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
-makedepends=('intltool')
-source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-sha512sums=('09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
-  python -m compileall "${pkgdir}/usr/share/virt-manager"
-  python -O -m compileall "${pkgdir}/usr/share/virt-manager"
-
-  # Split virt-manager
-  [[ -d $srcdir/virt-manager ]] && rm -r "$srcdir/virt-manager/"
-  mkdir "$srcdir"/virt-manager
-  mv "$pkgdir"/usr/bin/virt-manager \
-"$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
-"$pkgdir"/usr/share/man/man1/virt-manager.1 \
-"$srcdir/virt-manager/"
-}
-
-package_virt-manager() {
-  pkgdesc="Desktop user interface for managing virtual machines"
-  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo')
-
-  cd "$srcdir"/virt-manager
-  mkdir -p "$pkgdir"/usr/{bin,share/man/man1}
-  mv virt-manager "$pkgdir/usr/bin"
-  mv appdata applications glib-2.0 icons "$pkgdir"/usr/share
-  mv virt-manager.1 "$pkgdir"/usr/share/man/man1
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 483124, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 09:41:42 UTC (rev 483125)
@@ -0,0 +1,49 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=2.2.0
+pkgrel=2
+arch=('any')
+url="https://virt-manager.org/;
+license=('GPL')
+makedepends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 
'intltool')
+source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+sha512sums=('09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py build
+}
+
+package_virt-install() {
+  pkgdesc="Console user interface for managing virtual machines"
+  depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
+  python -m compileall "${pkgdir}/usr/share/virt-manager"
+  python -O -m compileall "${pkgdir}/usr/share/virt-manager"
+
+  # Split virt-manager
+  [[ -d $srcdir/virt-manager ]] && rm -r "$srcdir/virt-manager/"
+  mkdir "$srcdir"/virt-manager
+  mv "$pkgdir"/usr/bin/virt-manager \
+"$pkgdir"/usr/share/{appdata,applications,glib-2.0,icons}/ \
+"$pkgdir"/usr/share/man/man1/virt-manager.1 \
+"$srcdir/virt-manager/"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo' 'gtksourceview4')
+
+  cd "$srcdir"/virt-manager
+  mkdir -p "$pkgdir"/usr/{bin,share/man/man1}
+  mv virt-manager "$pkgdir/usr/bin"
+  mv appdata applications glib-2.0 icons "$pkgdir"/usr/share
+  mv virt-manager.1 "$pkgdir"/usr/share/man/man1
+}


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

2019-06-23 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, June 23, 2019 @ 09:41:28
  Author: bpiotrowski
Revision: 483124

2.2.0-2

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 08:48:23 UTC (rev 483123)
+++ PKGBUILD2019-06-23 09:41:28 UTC (rev 483124)
@@ -6,13 +6,11 @@
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
 pkgver=2.2.0
-pkgrel=1
-pkgdesc="Console user interface for managing virtual machines"
+pkgrel=2
 arch=('any')
 url="https://virt-manager.org/;
 license=('GPL')
-depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
-makedepends=('intltool')
+makedepends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests' 
'intltool')
 
source=("https://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
 
sha512sums=('09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99')
 
@@ -22,6 +20,9 @@
 }
 
 package_virt-install() {
+  pkgdesc="Console user interface for managing virtual machines"
+  depends=('libosinfo' 'libvirt-python' 'python-gobject' 'python-requests')
+
   cd "$srcdir/$pkgbase-$pkgver"
   python setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
   python -m compileall "${pkgdir}/usr/share/virt-manager"
@@ -38,7 +39,7 @@
 
 package_virt-manager() {
   pkgdesc="Desktop user interface for managing virtual machines"
-  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo')
+  depends=("virt-install=$pkgver" 'gtk-vnc' 'libvirt-glib' 'spice-gtk' 'vte3' 
'python-cairo' 'gtksourceview4')
 
   cd "$srcdir"/virt-manager
   mkdir -p "$pkgdir"/usr/{bin,share/man/man1}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:12:52
  Author: felixonmars
Revision: 483022

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 483021, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 483021, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-23 06:12:52 UTC (rev 483022)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.5
+pkgrel=18
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(https://github.com/jaor/xmobar/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('bd264f740301b6e1b468f9e7c6ecc02971825238415ba5148c36f180cf40310410c8aaa1f018f237a1b600b167e482178c5e8fc4f104b5c8dc465e0fb7a31d52')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:11:34
  Author: felixonmars
Revision: 483020

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 483019, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
483019, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-23 06:11:34 UTC (rev 483020)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=95
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:10:00
  Author: felixonmars
Revision: 483018

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
483017, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-23 06:10:00 UTC (rev 483018)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.1
+pkgrel=40
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('580353475fbd400bae4d7e7e4177ce3799b657601f29ad8158959ea8a40f875a9575b8b02a1a36f4e9c364ab5e266408ef2b3a004a09db6286e139e67c954d6d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+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 $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 xmobar/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:12:44
  Author: felixonmars
Revision: 483021

upgpkg: xmobar 0.29.5-18

rebuild with happy 1.19.11

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:11:34 UTC (rev 483020)
+++ PKGBUILD2019-06-23 06:12:44 UTC (rev 483021)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.5
-pkgrel=17
+pkgrel=18
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 06:11:26
  Author: felixonmars
Revision: 483019

upgpkg: tamarin-prover 1.4.1-95

rebuild with happy 1.19.11

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:10:00 UTC (rev 483018)
+++ PKGBUILD2019-06-23 06:11:26 UTC (rev 483019)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=94
+pkgrel=95
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-06-23 Thread Laurent Carlier via arch-commits
Date: Sunday, June 23, 2019 @ 07:13:22
  Author: lcarlier
Revision: 483024

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 07:13:17 UTC (rev 483023)
+++ PKGBUILD2019-06-23 07:13:22 UTC (rev 483024)
@@ -1,44 +0,0 @@
-# Maintainer: Jan de Groot 
-
-_pkgbasename=libx11
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.7
-pkgrel=1
-pkgdesc="X11 client-side library (32-bit)"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-depends=('lib32-libxcb' $_pkgbasename)
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
-license=('custom:XFREE86')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
-validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

-validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

-
-build() {
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
-  --libdir=/usr/lib32 --disable-specs
-  make
-}
-
-check() {
-  cd "${srcdir}/libX11-${pkgver}"
-
-  make check
-}
-
-package() {
-  cd "${srcdir}/libX11-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libx11/repos/multilib-x86_64/PKGBUILD (from rev 483023, 
lib32-libx11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 07:13:22 UTC (rev 483024)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+_pkgbasename=libx11
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.8
+pkgrel=1
+pkgdesc="X11 client-side library (32-bit)"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+depends=('lib32-libxcb' $_pkgbasename)
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
+license=('custom:XFREE86')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+
+build() {
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/libX11-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont \
+  --libdir=/usr/lib32 --disable-specs
+  make
+}
+
+check() {
+  cd "${srcdir}/libX11-${pkgver}"
+
+  make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-06-23 Thread Laurent Carlier via arch-commits
Date: Sunday, June 23, 2019 @ 07:13:17
  Author: lcarlier
Revision: 483023

upgpkg: lib32-libx11 1.6.8-1

upstream update 1.6.8

Modified:
  lib32-libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:12:52 UTC (rev 483022)
+++ PKGBUILD2019-06-23 07:13:17 UTC (rev 483023)
@@ -2,7 +2,7 @@
 
 _pkgbasename=libx11
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 pkgdesc="X11 client-side library (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto' 
'gcc-multilib')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348'
+sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



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

2019-06-23 Thread Maxim Baz via arch-commits
Date: Sunday, June 23, 2019 @ 11:59:56
  Author: maximbaz
Revision: 483133

archrelease: copy trunk to community-any

Added:
  python-language-server/repos/community-any/PKGBUILD
(from rev 483132, python-language-server/trunk/PKGBUILD)
Deleted:
  python-language-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 11:59:51 UTC (rev 483132)
+++ PKGBUILD2019-06-23 11:59:56 UTC (rev 483133)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: fenuks
-
-pkgname=python-language-server
-pkgver=0.26.1
-pkgrel=1
-pkgdesc="An implementation of the Language Server Protocol for Python"
-arch=("any")
-url="https://github.com/palantir/python-language-server;
-license=("MIT")
-depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
-optdepends=("python-mccabe: for complexity checking"
-"python-rope: for completions and renaming"
-"python-pyflakes: for linter to detect various errors"
-"python-pycodestyle: for style checking"
-"python-pylint: for code linting"
-"autopep8: for code formatting"
-"yapf: for code formatting (preferred over autopep8)"
-"python-pydocstyle: for docstring style checking")
-makedepends=("python" "python-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
-  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
- "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1a746a4031938df03ee546fa4760895b6a6e420a07d58161b064945add6449ef')
-
-build() {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-py.test
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: python-language-server/repos/community-any/PKGBUILD (from rev 483132, 
python-language-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 11:59:56 UTC (rev 483133)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: fenuks
+
+pkgname=python-language-server
+pkgver=0.27.0
+pkgrel=1
+pkgdesc="An implementation of the Language Server Protocol for Python"
+arch=("any")
+url="https://github.com/palantir/python-language-server;
+license=("MIT")
+depends=("python" "python-jsonrpc-server" "python-future" "python-jedi" 
"python-pluggy")
+optdepends=("python-mccabe: for complexity checking"
+"python-rope: for completions and renaming"
+"python-pyflakes: for linter to detect various errors"
+"python-pycodestyle: for style checking"
+"python-pylint: for code linting"
+"autopep8: for code formatting"
+"yapf: for code formatting (preferred over autopep8)"
+"python-pydocstyle: for docstring style checking")
+makedepends=("python" "python-setuptools")
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  
"python-pyflakes"
+  "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
+ "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('77c6d043bd4bc7c32f56d80ff12bcd93d341043da89a76bffe3b6fd263ebb165')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+py.test
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-06-23 Thread Maxim Baz via arch-commits
Date: Sunday, June 23, 2019 @ 11:59:51
  Author: maximbaz
Revision: 483132

upgpkg: python-language-server 0.27.0-1

Modified:
  python-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 10:52:11 UTC (rev 483131)
+++ PKGBUILD2019-06-23 11:59:51 UTC (rev 483132)
@@ -3,7 +3,7 @@
 # Contributor: fenuks
 
 pkgname=python-language-server
-pkgver=0.26.1
+pkgver=0.27.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -23,7 +23,7 @@
   "python-mock" "python-jedi" "python-future" "yapf" 
"python-mccabe" "python-pycodestyle"
  "autopep8" "python-rope" "python-pydocstyle" "python-pylint" 
"python-jsonrpc-server")
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1a746a4031938df03ee546fa4760895b6a6e420a07d58161b064945add6449ef')
+sha256sums=('77c6d043bd4bc7c32f56d80ff12bcd93d341043da89a76bffe3b6fd263ebb165')
 
 build() {
 cd "${pkgname}-${pkgver}"


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 06:04:40
  Author: svenstaro
Revision: 483014

archrelease: copy trunk to community-x86_64

Added:
  cuda/repos/community-x86_64/PKGBUILD
(from rev 483013, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
(from rev 483013, cuda/trunk/cuda-findgllib_mk.diff)
  cuda/repos/community-x86_64/cuda.conf
(from rev 483013, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 483013, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 483013, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda-findgllib_mk.diff
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

+
 PKGBUILD   |  174 +++
 cuda-findgllib_mk.diff |   44 +--
 cuda.conf  |6 -
 cuda.install   |   22 ++---
 cuda.sh|4 -
 5 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 06:04:12 UTC (rev 483013)
+++ PKGBUILD2019-06-23 06:04:40 UTC (rev 483014)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Co-Maintainer: Konstantin Gizdov 
-pkgname=cuda
-pkgver=10.1.168
-_basever=10.1.105
-_driverver=418.39
-pkgrel=3
-pkgdesc="NVIDIA's GPU programming toolkit"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuda-zone;
-license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb'
-'java-runtime=8: for nsight and nvvp')
-options=(!strip staticlibs)
-install=cuda.install
-source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run
-
https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_10.1.168_418.67_linux.run
-cuda.sh
-cuda.conf
-cuda-findgllib_mk.diff)
-sha512sums=('07cdc053989758e4cdccaad566cae7127fa79780ad85033ea52d33cc4c43c9de08e88dd087390c58b542e51703f256859cdf51a018ee57e6a412f45fb9561622'
-
'85635012ec7081e200fb46f973852939f9709e802f495c288d5f31ff1fbd283a578fdaca0afa8955e6e0c7ca6c4862428da5168e0938b48390952d8633350910'
-
'b3691913027b8390161c7412d87a905712d90434cc82027a52f203f8ae3dda755738f734f8190277471e4541d685b524568ad03af58d4b7ebad346eee11c10e4'
-
'714d973bc79446f73bebe85306b3566fe25b554bcbcba2fcbe76709a3eca71fb5d183ab4da2d3b5e9326cb9cd8d13a93f6d4a005ea5a41f7ef8e6c6e81e06b5e'
-
'41d6b6cad934f135eafde610d1cbd862033977fd4416a4b6abaa47709a70bab7fcf6f8377c21329084fb9db13f2a8c8c20e93c15292d7d4a6448d70a33b23f1b')
-
-prepare() {
-  sh cuda_${_basever}_${_driverver}_linux.run --target "${srcdir}" --noexec
-  sh cuda_10.1.168_418.67_linux.run --target "${srcdir}" --noexec
-
-  # Fix up samples tht use findgllib_mk
-  for f in builds/cuda-samples/*/*/findgllib.mk; do
-patch $f cuda-findgllib_mk.diff
-  done
-}
-
-package() {
-  mkdir -p "${pkgdir}/opt/"
-
-  cd "${srcdir}/builds"
-  cp -r cuda-toolkit "${pkgdir}/opt/cuda"
-  cp -r cublas/include/* "${pkgdir}/opt/cuda/include/"
-  cp -r cublas/lib64/* "${pkgdir}/opt/cuda/lib64/"
-  cp -r cuda-samples "${pkgdir}/opt/cuda/samples"
-  ln -s /opt/cuda/targets/x86_64-linux/lib "${pkgdir}/opt/cuda/lib"
-  ln -s /opt/cuda/nvvm/lib64 "${pkgdir}/opt/cuda/nvvm/lib"
-
-  # Define compilers for CUDA to use.
-  # This allows us to use older versions of GCC if we have to.
-  ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
-
-  # Create soname links.
-  # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.
-  # Best we can do is create all symlinks and hope for the best.
-  # Their installer used to perform this for us but now it's all manual and I 
think this is what we'll be stuck with for now.
-  find cuda-toolkit/targets -type f -name '*.so*' ! -path '*stubs/*' -print0 | 
while read -rd $'\0' _lib; do
-_base=${_lib%.so.*}
-_current_soname=$(basename ${_lib%.*})
-while [[ $_current_soname != $(basename $_base) ]]; do
-  ln -sf ${_lib##*/} ${pkgdir}/opt/cuda/lib64/$_current_soname
-  _current_soname=${_current_soname%.*}
-done
-  done
-
-  # Install profile and ld.so.config files
-  install -Dm755 "${srcdir}/cuda.sh" "${pkgdir}/etc/profile.d/cuda.sh"
-  install -Dm644 "${srcdir}/cuda.conf" "${pkgdir}/etc/ld.so.conf.d/cuda.conf"
-
-  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s /opt/cuda/doc/pdf/EULA.pdf 
"${pkgdir}/usr/share/licenses/${pkgname}/EULA.pdf"
-
-  # Remove included copy of java and link to system java 8
-  rm -fr  "${pkgdir}/opt/cuda/jre"
-  sed 

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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 06:04:12
  Author: svenstaro
Revision: 483013

upgpkg: cuda 10.1.168-4

Use gcc 8 again

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 06:02:20 UTC (rev 483012)
+++ PKGBUILD2019-06-23 06:04:12 UTC (rev 483013)
@@ -4,12 +4,12 @@
 pkgver=10.1.168
 _basever=10.1.105
 _driverver=418.39
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone;
 license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'nvidia-utils' 'gcc')
+depends=('gcc8-libs'  'gcc8' 'opencl-nvidia' 'nvidia-utils')
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'
@@ -50,8 +50,8 @@
 
   # Define compilers for CUDA to use.
   # This allows us to use older versions of GCC if we have to.
-  ln -s /usr/bin/gcc "${pkgdir}/opt/cuda/bin/gcc"
-  ln -s /usr/bin/g++ "${pkgdir}/opt/cuda/bin/g++"
+  ln -s /usr/bin/gcc-8 "${pkgdir}/opt/cuda/bin/gcc"
+  ln -s /usr/bin/g++-8 "${pkgdir}/opt/cuda/bin/g++"
 
   # Create soname links.
   # We have to be weird about this since for some reason the ELF SONAME is 
incorrect or at least partially incorrect for some libs.


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 22:23:09
  Author: svenstaro
Revision: 48

upgpkg: sd 0.6.5-1

Modified:
  sd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 22:19:50 UTC (rev 483332)
+++ PKGBUILD2019-06-23 22:23:09 UTC (rev 48)
@@ -1,22 +1,22 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Wesley Moore 
 pkgname=sd
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
 pkgdesc='Intuitive find & replace'
 arch=('x86_64')
 url="https://github.com/chmln/sd;
 license=('MIT')
 makedepends=('rust' 'cargo' 'git')
-source=("$pkgver.tar.gz::$url/archive/sd-$pkgver.tar.gz")
-sha256sums=('167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/${pkgver}.tar.gz;)
+sha256sums=('ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2')
 
 build() {
-  cd "$pkgname-$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   cargo build --release --locked
 }
 
 package() {
-  install -Dm755 "$pkgname-$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname-$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm755 "$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 22:23:14
  Author: svenstaro
Revision: 483334

archrelease: copy trunk to community-x86_64

Added:
  sd/repos/community-x86_64/PKGBUILD
(from rev 48, sd/trunk/PKGBUILD)
Deleted:
  sd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 22:23:09 UTC (rev 48)
+++ PKGBUILD2019-06-23 22:23:14 UTC (rev 483334)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Wesley Moore 
-pkgname=sd
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Intuitive find & replace'
-arch=('x86_64')
-url="https://github.com/chmln/sd;
-license=('MIT')
-makedepends=('rust' 'cargo' 'git')
-source=("$pkgver.tar.gz::$url/archive/sd-$pkgver.tar.gz")
-sha256sums=('167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c')
-
-build() {
-  cd "$pkgname-$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  install -Dm755 "$pkgname-$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname-$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sd/repos/community-x86_64/PKGBUILD (from rev 48, sd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 22:23:14 UTC (rev 483334)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Wesley Moore 
+pkgname=sd
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Intuitive find & replace'
+arch=('x86_64')
+url="https://github.com/chmln/sd;
+license=('MIT')
+makedepends=('rust' 'cargo' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/${pkgver}.tar.gz;)
+sha256sums=('ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  install -Dm755 "$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in gitlab/repos/community-x86_64 (20 files)

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 22:37:04
  Author: svenstaro
Revision: 483352

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 483351, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 483351, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 483351, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 483351, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 483351, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 483351, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 483351, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 483351, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 483351, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 483351, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  436 +++---
 gitlab-backup.service   |   40 ++--
 gitlab-backup.timer |   20 +-
 gitlab-mailroom.service |   44 ++--
 gitlab-sidekiq.service  |   62 +++---
 gitlab-unicorn.service  |   68 +++
 gitlab.install  |   40 ++--
 gitlab.logrotate|   22 +-
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 10 files changed, 374 insertions(+), 374 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 22:36:47 UTC (rev 483351)
+++ PKGBUILD2019-06-23 22:37:04 UTC (rev 483352)
@@ -1,218 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
-# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
-# need this again at some point in the future.
-pkgname=gitlab
-pkgver=11.11.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.5' 'ruby2.5-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('6f189a2c6988947d793706f35a50ac11bc7d2144e26ededb72633cf9cb15a8b35214e16449effb432a05a65dadc30ea9aadc65f0d39a1279c6e987f91ad1f6f3'
-
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
-
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
-
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'
-
'fdb698c86057574aecaa1f1503f3d3319e06d5e872c676d58590b48bb7b3483b837bc991136eb2cc4b2cea68b52d294b8c1b382c9659f14027a923ac3c17d6d5'
-

[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (20 files)

2019-06-23 Thread Jiachen Yang via arch-commits
Date: Monday, June 24, 2019 @ 04:27:51
  Author: farseerfc
Revision: 483358

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 483357, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 483357, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 483357, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/demibold.patch
(from rev 483357, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 483357, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 483357, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 483357, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 483357, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tdesktop_qtlottie_qtdebug.patch
(from rev 483357, telegram-desktop/trunk/tdesktop_qtlottie_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 483357, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tdesktop_qtlottie_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

-+
 CMakeLists.inj  |   36 -
 PKGBUILD|  252 +++
 Use-system-wide-font.patch  |   68 -
 demibold.patch  |   54 -
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   58 -
 tdesktop.patch  | 1064 +++---
 tdesktop_lottie_animation_qtdebug.patch |   24 
 tdesktop_qtlottie_qtdebug.patch |   24 
 tg.protocol |   22 
 10 files changed, 819 insertions(+), 819 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-06-24 04:26:30 UTC (rev 483357)
+++ CMakeLists.inj  2019-06-24 04:27:51 UTC (rev 483358)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
483357, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-06-24 04:27:51 UTC (rev 483358)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new PCHs using this link:
+# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
+
+# vim: ft=cmake

Deleted: PKGBUILD

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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 04:55:31
  Author: felixonmars
Revision: 356823

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 04:55:20 UTC (rev 356822)
+++ PKGBUILD2019-06-24 04:55:31 UTC (rev 356823)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-alien-build
-pkgver=1.74
-pkgrel=3
-pkgdesc="Build external dependencies for use in CPAN"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Build;
-depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
- 'perl-path-tiny')
-makedepends=('perl-test2-suite')
-checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
-  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8e77a762e3e1ff14cef7d3cbcdc4471787be821ac7264a2dccf231679cc82b06de5022979b3e3783e434e271eb15ceff4ec9eaf45216a34b9a75466695bde1c8')
-
-build() {
-  cd Alien-Build-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Build-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Build-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-build/repos/extra-any/PKGBUILD (from rev 356822, 
perl-alien-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 04:55:31 UTC (rev 356823)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-alien-build
+pkgver=1.76
+pkgrel=1
+pkgdesc="Build external dependencies for use in CPAN"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Build;
+depends=('perl-capture-tiny' 'perl-ffi-checklib' 'perl-file-chdir' 
'perl-file-which'
+ 'perl-path-tiny')
+makedepends=('perl-test2-suite')
+checkdepends=('perl-alien-base-modulebuild' 'perl-alien-cmake3' 
'perl-env-shellwords'
+  'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
+sha512sums=('62e43e3a87dc2f05162f27156d6f2f973c07078631ed28a7cb1d343a1d257e7adf1677d77d53296aa3c2b1ce5a2db1c08628ecf22f75b109e8162597e8e28580')
+
+build() {
+  cd Alien-Build-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Build-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Build-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 04:55:20
  Author: felixonmars
Revision: 356822

upgpkg: perl-alien-build 1.76-1

Modified:
  perl-alien-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 17:09:20 UTC (rev 356821)
+++ PKGBUILD2019-06-24 04:55:20 UTC (rev 356822)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-alien-build
-pkgver=1.74
-pkgrel=3
+pkgver=1.76
+pkgrel=1
 pkgdesc="Build external dependencies for use in CPAN"
 arch=('any')
 license=('PerlArtistic')
@@ -14,7 +14,7 @@
   'perl-pkgconfig' 'perl-pkgconfig-libpkgconf' 'perl-readonly' 
'perl-sort-versions')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-$pkgver.tar.gz;)
-sha512sums=('8e77a762e3e1ff14cef7d3cbcdc4471787be821ac7264a2dccf231679cc82b06de5022979b3e3783e434e271eb15ceff4ec9eaf45216a34b9a75466695bde1c8')
+sha512sums=('62e43e3a87dc2f05162f27156d6f2f973c07078631ed28a7cb1d343a1d257e7adf1677d77d53296aa3c2b1ce5a2db1c08628ecf22f75b109e8162597e8e28580')
 
 build() {
   cd Alien-Build-$pkgver


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:06:42
  Author: felixonmars
Revision: 483394

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 483393, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:06:42 UTC (rev 483394)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.6.0
+pkgrel=46
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('25ec2a40d77b9d05de370c6343e5377b5fe74932ef82797a8abd140c884d5a6aa1624c55a3e9617ada5de3bda2fe2e7c6fb59433a8acb7f0bb14833b321faad7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:04:58
  Author: felixonmars
Revision: 483390

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 483389, haskell-esqueleto/trunk/PKGBUILD)

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
483389, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:04:58 UTC (rev 483390)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.0.0
+pkgrel=13
+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-blaze-html' 'haskell-conduit' 
'haskell-monad-logger'
+ 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 
'haskell-unliftio'
+ 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('686ab280cfeae1e2c4dde4259dee6da63a085cb6487b8454b1e7df631242c4be60e35bf445a84dfcd3c84f555d07dd6d2602d5e049f9a867734e302967b0be17')
+
+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 python-pysocks/repos/community-any (PKGBUILD PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:38
  Author: felixonmars
Revision: 483387

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:03:31 UTC (rev 483386)
+++ PKGBUILD2019-06-24 05:03:38 UTC (rev 483387)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Michael Schubert 
-
-pkgbase=python-pysocks
-pkgname=(python-pysocks python2-pysocks)
-pkgver=1.6.8
-pkgrel=3
-pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
-arch=('any')
-license=('BSD')
-url="https://github.com/Anorov/PySocks;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Anorov/PySocks/archive/$pkgver.tar.gz;)
-sha512sums=('d6d28a77e1162dee2574c5ca69a01b94ebb3c0c5e9f875569ace2689ea31a4eebed1463472731635b242698a3a3215cadd79744c068610995d81f95ef94dd228')
-
-prepare() {
-  cp -a PySocks-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PySocks-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PySocks-$pkgver-py2
-  python2 setup.py build
-}
-
-# Tests disabled as it requires external services to run
-check_disabled() {
-  cd "$srcdir"/PySocks-$pkgver-py2/test
-  python2 socks4server.py &
-  _SOCKS4SERVER=$!
-  python2 httpproxy.py &
-  _HTTPPROXY=$1
-
-  ./mocks start
-
-  sleep 1
-
-  python2 sockstest.py
-
-  cd "$srcdir"/PySocks-$pkgver/test
-  python sockstest.py
-
-  ./mocks shutdown
-
-  kill $_SOCKS4SERVER $_HTTPPROXY
-}
-
-package_python-pysocks() {
-  depends=('python')
-  provides=('python-socks')
-  replaces=('python-socks')
-
-  cd PySocks-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysocks() {
-  depends=('python2')
-  provides=('python2-socks')
-  replaces=('python2-socks')
-
-  cd PySocks-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-pysocks/repos/community-any/PKGBUILD (from rev 483386, 
python-pysocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:03:38 UTC (rev 483387)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+
+pkgbase=python-pysocks
+pkgname=(python-pysocks python2-pysocks)
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
+arch=('any')
+license=('BSD')
+url="https://github.com/Anorov/PySocks;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Anorov/PySocks/archive/$pkgver.tar.gz;)
+sha512sums=('280c9d1f147cd665a9989dc143e0b1f43bbc0575dc0b6b92472bc4b8cf2315f37dba74c5e77ff0b3c3ede49ee5c1e53d6a330bcb3c8d822023378c1cfb8cac0f')
+
+prepare() {
+  cp -a PySocks-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PySocks-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PySocks-$pkgver-py2
+  python2 setup.py build
+}
+
+# Tests disabled as it requires external services to run
+check_disabled() {
+  cd "$srcdir"/PySocks-$pkgver-py2/test
+  python2 socks4server.py &
+  _SOCKS4SERVER=$!
+  python2 httpproxy.py &
+  _HTTPPROXY=$1
+
+  ./mocks start
+
+  sleep 1
+
+  python2 sockstest.py
+
+  cd "$srcdir"/PySocks-$pkgver/test
+  python sockstest.py
+
+  ./mocks shutdown
+
+  kill $_SOCKS4SERVER $_HTTPPROXY
+}
+
+package_python-pysocks() {
+  depends=('python')
+  provides=('python-socks')
+  replaces=('python-socks')
+
+  cd PySocks-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysocks() {
+  depends=('python2')
+  provides=('python2-socks')
+  replaces=('python2-socks')
+
+  cd PySocks-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:04:48
  Author: felixonmars
Revision: 483389

upgpkg: haskell-esqueleto 3.0.0-13

rebuild with conduit-extra 1.3.2

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:03:41 UTC (rev 483388)
+++ PKGBUILD2019-06-24 05:04:48 UTC (rev 483389)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.0.0
-pkgrel=12
+pkgrel=13
 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/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:05:36
  Author: felixonmars
Revision: 483391

upgpkg: haskell-persistent-qq 2.9.1-33

rebuild with conduit-extra 1.3.2

Modified:
  haskell-persistent-qq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:04:58 UTC (rev 483390)
+++ PKGBUILD2019-06-24 05:05:36 UTC (rev 483391)
@@ -3,7 +3,7 @@
 _hkgname=persistent-qq
 pkgname=haskell-persistent-qq
 pkgver=2.9.1
-pkgrel=32
+pkgrel=33
 pkgdesc="Provides a quasi-quoter for raw SQL for persistent"
 url="https://github.com/yesod-web/persistent;
 license=('MIT')


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:05:45
  Author: felixonmars
Revision: 483392

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 483391, haskell-persistent-qq/trunk/PKGBUILD)

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

Copied: haskell-persistent-qq/repos/community-staging-x86_64/PKGBUILD (from rev 
483391, haskell-persistent-qq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:05:45 UTC (rev 483392)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=persistent-qq
+pkgname=haskell-persistent-qq
+pkgver=2.9.1
+pkgrel=33
+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-wai-handler-launch/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:40:16
  Author: felixonmars
Revision: 483421

upgpkg: haskell-wai-handler-launch 3.0.2.4-178

rebuild with conduit-extra 1.3.2

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:39:40 UTC (rev 483420)
+++ PKGBUILD2019-06-24 05:40:16 UTC (rev 483421)
@@ -4,7 +4,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.4
-pkgrel=177
+pkgrel=178
 pkgdesc="Launch a web app in the default browser."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (2 files)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:40:28
  Author: felixonmars
Revision: 483422

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 483421, haskell-wai-handler-launch/trunk/PKGBUILD)

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

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 483421, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:40:28 UTC (rev 483422)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.4
+pkgrel=178
+pkgdesc="Launch a web app in the default browser."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-wai' 'haskell-warp' 'haskell-http-types' 
'haskell-streaming-commons'
+ 'haskell-async')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('77a8047201687a56d19c70f70e4fcac9c81c2a4f0ec9bbccad8730de5d74582f52c79c62feb73ebcb4c870435cb1393c2d5fba90c9c952eff8ff3a675eab73fb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:41:17
  Author: felixonmars
Revision: 483424

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 483423, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
483423, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:41:17 UTC (rev 483424)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.6
+pkgrel=4
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89f1086232bc3766ecf181a5527206729344e4f9a3b1ad5e7dfb46eb7a1d9726b1a936af24dfe153f39077280f1bc6f420edd6f7a67b0fa90f8292787f045eb6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:41:05
  Author: felixonmars
Revision: 483423

upgpkg: haskell-warp-tls 3.2.6-4

rebuild with conduit-extra 1.3.2

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:40:28 UTC (rev 483422)
+++ PKGBUILD2019-06-24 05:41:05 UTC (rev 483423)
@@ -4,7 +4,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="https://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in telegram-desktop/repos/community-testing-x86_64 (20 files)

2019-06-23 Thread Jiachen Yang via arch-commits
Date: Monday, June 24, 2019 @ 05:00:30
  Author: farseerfc
Revision: 483372

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
(from rev 483369, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 483369, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
(from rev 483369, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-testing-x86_64/demibold.patch
(from rev 483369, telegram-desktop/trunk/demibold.patch)
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
(from rev 483369, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
(from rev 483369, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
(from rev 483369, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 483370, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_qtlottie_qtdebug.patch
(from rev 483370, telegram-desktop/trunk/tdesktop_qtlottie_qtdebug.patch)
  telegram-desktop/repos/community-testing-x86_64/tg.protocol
(from rev 483371, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
  telegram-desktop/repos/community-testing-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-testing-x86_64/demibold.patch
  telegram-desktop/repos/community-testing-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-testing-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-testing-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_lottie_animation_qtdebug.patch
  
telegram-desktop/repos/community-testing-x86_64/tdesktop_qtlottie_qtdebug.patch
  telegram-desktop/repos/community-testing-x86_64/tg.protocol

-+
 CMakeLists.inj  |   36 -
 PKGBUILD|  252 +++
 Use-system-wide-font.patch  |   68 -
 demibold.patch  |   54 -
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   58 -
 tdesktop.patch  | 1064 +++---
 tdesktop_lottie_animation_qtdebug.patch |   24 
 tdesktop_qtlottie_qtdebug.patch |   24 
 tg.protocol |   22 
 10 files changed, 819 insertions(+), 819 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-06-24 05:00:13 UTC (rev 483371)
+++ CMakeLists.inj  2019-06-24 05:00:30 UTC (rev 483372)
@@ -1,18 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-testing-x86_64/CMakeLists.inj (from 
rev 483369, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-06-24 05:00:30 UTC (rev 483372)
@@ -0,0 +1,18 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
+add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
+
+# You can discover new 

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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:00:51
  Author: felixonmars
Revision: 483373

upgpkg: haskell-hopenpgp 2.7.4.1-78

rebuild with conduit-extra 1.3.2

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:00:30 UTC (rev 483372)
+++ PKGBUILD2019-06-24 05:00:51 UTC (rev 483373)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7.4.1
-pkgrel=77
+pkgrel=78
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 04:58:50
  Author: felixonmars
Revision: 483367

upgpkg: haskell-cryptonite-conduit 0.2.2-174

rebuild with conduit-extra 1.3.2

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 04:58:07 UTC (rev 483366)
+++ PKGBUILD2019-06-24 04:58:50 UTC (rev 483367)
@@ -3,7 +3,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.2
-pkgrel=173
+pkgrel=174
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit;
 license=('BSD')


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

2019-06-23 Thread Jiachen Yang via arch-commits
Date: Monday, June 24, 2019 @ 04:59:08
  Author: farseerfc
Revision: 483369

upgpkg: telegram-desktop 1.7.9-4

telegram-desktop 1.7.9-4 rebuild against qt 5.13.0-4 and gcc 9.1.0-2

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 04:59:00 UTC (rev 483368)
+++ PKGBUILD2019-06-24 04:59:08 UTC (rev 483369)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.7.9
-pkgrel=3
+pkgrel=4
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 04:59:00
  Author: felixonmars
Revision: 483368

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 483367, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 04:59:00 UTC (rev 483368)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.2
+pkgrel=174
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-exceptions' 'haskell-memory' 'haskell-resourcet')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5a313d1ff64992fc8f45ebf06f5f439aa5dfe745ce6f2bfc31b3ee06b489b0a145a9e6b5cf00fb557ddbebf1aa5c226dc0add9c591f62a06bd6f8776cf52dbdf')
+
+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 python-bottle/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:09
  Author: felixonmars
Revision: 483375

upgpkg: python-bottle 0.12.17-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:01:01 UTC (rev 483374)
+++ PKGBUILD2019-06-24 05:01:09 UTC (rev 483375)
@@ -5,7 +5,7 @@
 
 pkgbase=python-bottle
 pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.16
+pkgver=0.12.17
 pkgrel=1
 pkgdesc="A fast and simple micro-framework for small web-applications"
 arch=(any)
@@ -18,7 +18,7 @@
   'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
   'python-eventlet' 'python2-eventlet')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('80b4a9c94d8dfc8a316c65ffa4969ba5c39efb3556a42afc3c4930e1ae2634ab225fa50f54f9ae8e8fb2b85c2b919d827686699511dd55bc39a7dc55719a6965')
+sha512sums=('b79627cdb6d6187837aeb5e5e38a96285873d8f53300c3c68f2c65378042d2f05c9445af76cf70a63b8343d5be130771678d03215c194e6fae6347ccd3cad153')
 
 prepare() {
   cp -a bottle-$pkgver{,-py2}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:00:13
  Author: felixonmars
Revision: 483371

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:00:02 UTC (rev 483370)
+++ PKGBUILD2019-06-24 05:00:13 UTC (rev 483371)
@@ -1,58 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-bcrypt' 
'python2-bcrypt'
- 'python-cryptography' 'python2-cryptography' 'python-pyasn1' 
'python2-pyasn1'
- 'python-pynacl' 'python2-pynacl')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-relaxed'
-  'python2-pytest-relaxed' 'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz;)
-sha512sums=('9f40c576ba7a7fb249f466f7e157db03e75fffcf3f3d2f563a268739cfaf2a10858d8a82ee31a9e5b0543e6b84c6160b06cf93c3ea20eeb2ceb59888724e6ed7')
-
-prepare() {
-  cp -a paramiko-$pkgver{,-py2}
-
-  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-check() {
-  cd "$srcdir"/paramiko-$pkgver
-  LANG=en_US.UTF-8 python setup.py pytest
-
-  cd "$srcdir"/paramiko-$pkgver-py2
-  LANG=en_US.UTF-8 python2 setup.py pytest
-}
-
-package_python-paramiko() {
-  depends=('python-bcrypt' 'python-cryptography' 'python-pyasn1' 
'python-pynacl')
-
-  cd paramiko-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
-  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
-  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-bcrypt' 'python2-cryptography' 'python2-pyasn1' 
'python2-pynacl')
-
-  cd paramiko-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
-  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
-  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
-}

Copied: python-paramiko/repos/community-testing-any/PKGBUILD (from rev 483370, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:00:13 UTC (rev 483371)
@@ -0,0 +1,58 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-bcrypt' 
'python2-bcrypt'
+ 'python-cryptography' 'python2-cryptography' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-pynacl' 'python2-pynacl')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-relaxed'
+  'python2-pytest-relaxed' 'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz;)
+sha512sums=('1ac2c3486cb786a1e4640d7b7f8628087f9b78ee247b09dbd3ac2646790da4f12cf95fc4291f27f200b63ec6c11d9ebf5a1283f88cf2de7c2eb6e6f76e892ef2')
+
+prepare() {
+  cp -a paramiko-$pkgver{,-py2}
+
+  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+check() {
+  cd "$srcdir"/paramiko-$pkgver
+  LANG=en_US.UTF-8 python setup.py pytest
+
+  cd "$srcdir"/paramiko-$pkgver-py2
+  LANG=en_US.UTF-8 python2 setup.py pytest
+}
+
+package_python-paramiko() {
+  depends=('python-bcrypt' 'python-cryptography' 'python-pyasn1' 
'python-pynacl')
+
+  cd paramiko-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir"/usr/share/doc/$pkgname/demos
+  install -m644 demos/* "$pkgdir"/usr/share/doc/$pkgname/demos
+  chmod 755 "$pkgdir"/usr/share/doc/$pkgname/demos/*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-bcrypt' 

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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:00:02
  Author: felixonmars
Revision: 483370

upgpkg: python-paramiko 2.6.0-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 04:59:08 UTC (rev 483369)
+++ PKGBUILD2019-06-24 05:00:02 UTC (rev 483370)
@@ -5,7 +5,7 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/;
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-relaxed'
   'python2-pytest-relaxed' 'python-mock' 'python2-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/paramiko/paramiko/archive/$pkgver.tar.gz;)
-sha512sums=('9f40c576ba7a7fb249f466f7e157db03e75fffcf3f3d2f563a268739cfaf2a10858d8a82ee31a9e5b0543e6b84c6160b06cf93c3ea20eeb2ceb59888724e6ed7')
+sha512sums=('1ac2c3486cb786a1e4640d7b7f8628087f9b78ee247b09dbd3ac2646790da4f12cf95fc4291f27f200b63ec6c11d9ebf5a1283f88cf2de7c2eb6e6f76e892ef2')
 
 prepare() {
   cp -a paramiko-$pkgver{,-py2}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:34:58
  Author: felixonmars
Revision: 483414

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 483413, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:34:58 UTC (rev 483414)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.18.2
+pkgrel=19
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="https://shakebuild.com;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable' 
'haskell-heaps'
+ 'haskell-js-dgtable' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-primitive'
+ 'haskell-random' 'haskell-unordered-containers' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9795084ad8acea046736f89a47f6a7087bf1b3517dd210fac249b7c96b563db4c4689f8384e8319ae9719dec2de96edf77a0acc832d5ea270a0138796d830401')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
+sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable -f-cloud
+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-shake/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:34:48
  Author: felixonmars
Revision: 483413

upgpkg: haskell-shake 0.18.2-19

rebuild with conduit-extra 1.3.2

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:27:08 UTC (rev 483412)
+++ PKGBUILD2019-06-24 05:34:48 UTC (rev 483413)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.18.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com;
 license=("BSD")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:14
  Author: felixonmars
Revision: 483384

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:03:03 UTC (rev 483383)
+++ PKGBUILD2019-06-24 05:03:14 UTC (rev 483384)
@@ -1,81 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.6.1
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="https://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
-  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
-  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
-  'python2-pymongo' 'python-pytz' 'python2-pytz' 
'python-pytest-sugar'
-  'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
-  'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('af291ad1a342192032e05882b0d980d91d12b5e9549d0e15c125bafe784c79062c1cc4374b2f4d6ea2b8cf062c8a2cc1ba4b43030d305611c8cf456f2698c100')
-
-prepare() {
-  cp -a kombu-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-kombu() {
-  depends=('python-amqp')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto3: for Amazon SQS support'
-  'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-
-  cd "$srcdir"/kombu-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-pycurl: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-boto3: for Amazon SQS support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-
-  cd "$srcdir"/kombu-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-testing-any/PKGBUILD (from rev 483383, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:03:14 UTC (rev 483384)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.6.3
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="https://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 

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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:41
  Author: felixonmars
Revision: 483388

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 483386, haskell-persistent/trunk/PKGBUILD)

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
483386, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:03:41 UTC (rev 483388)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.9.2
+pkgrel=29
+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-blaze-markup' 'haskell-conduit' 
'haskell-fast-logger'
+ 'haskell-http-api-data' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-path-pieces'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-scientific' 
'haskell-silently'
+ 'haskell-tagged' 'haskell-unordered-containers' 
'haskell-unliftio-core' 'haskell-vector'
+ 'haskell-void')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('02bff4213da5c95316344100a74bb1731abacb0751986e15041f2001d620daf0e1af86637ed9e544253197172f223f1c1e7e4fd20f000a612cc4c05903809de1')
+
+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 python-pysocks/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:28
  Author: felixonmars
Revision: 483385

upgpkg: python-pysocks 1.7.0-1

Modified:
  python-pysocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:03:14 UTC (rev 483384)
+++ PKGBUILD2019-06-24 05:03:28 UTC (rev 483385)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pysocks
 pkgname=(python-pysocks python2-pysocks)
-pkgver=1.6.8
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')
 license=('BSD')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Anorov/PySocks/archive/$pkgver.tar.gz;)
-sha512sums=('d6d28a77e1162dee2574c5ca69a01b94ebb3c0c5e9f875569ace2689ea31a4eebed1463472731635b242698a3a3215cadd79744c068610995d81f95ef94dd228')
+sha512sums=('280c9d1f147cd665a9989dc143e0b1f43bbc0575dc0b6b92472bc4b8cf2315f37dba74c5e77ff0b3c3ede49ee5c1e53d6a330bcb3c8d822023378c1cfb8cac0f')
 
 prepare() {
   cp -a PySocks-$pkgver{,-py2}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:01
  Author: felixonmars
Revision: 483374

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
483373, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:01:01 UTC (rev 483374)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7.4.1
+pkgrel=78
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+
+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 python-bottle/repos/community-any (PKGBUILD PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:21
  Author: felixonmars
Revision: 483376

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:01:09 UTC (rev 483375)
+++ PKGBUILD2019-06-24 05:01:21 UTC (rev 483376)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Richard Murri 
-# Contributor: Farhad Shahbazi 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-bottle
-pkgname=("python-bottle" "python2-bottle")
-pkgver=0.12.16
-pkgrel=1
-pkgdesc="A fast and simple micro-framework for small web-applications"
-arch=(any)
-url="http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
-  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
-  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
-  'python-eventlet' 'python2-eventlet')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
-sha512sums=('80b4a9c94d8dfc8a316c65ffa4969ba5c39efb3556a42afc3c4930e1ae2634ab225fa50f54f9ae8e8fb2b85c2b919d827686699511dd55bc39a7dc55719a6965')
-
-prepare() {
-  cp -a bottle-$pkgver{,-py2}
-  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
-}
-
-check() {
-  cd "$srcdir"/bottle-$pkgver
-  # https://github.com/bottlepy/bottle/issues/791
-  python test/testall.py || warning 'Tests failed'
-
-  cd "$srcdir"/bottle-$pkgver-py2
-  python2 test/testall.py
-}
-
-package_python-bottle() {
-  depends=('python')
-
-  cd bottle-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd bottle-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/bottle.py{,2}
-}

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 483375, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:01:21 UTC (rev 483376)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Richard Murri 
+# Contributor: Farhad Shahbazi 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-bottle
+pkgname=("python-bottle" "python2-bottle")
+pkgver=0.12.17
+pkgrel=1
+pkgdesc="A fast and simple micro-framework for small web-applications"
+arch=(any)
+url="http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-mako' 'python2-mako' 'python-jinja' 'python2-jinja' 
'python-cherrypy'
+  'python2-cherrypy' 'python-twisted' 'python2-twisted' 
'python-tornado'
+  'python2-tornado' 'python-paste' 'python2-paste' 'python-gevent' 
'python2-gevent'
+  'python-eventlet' 'python2-eventlet')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/defnull/bottle/archive/$pkgver.tar.gz;)
+sha512sums=('b79627cdb6d6187837aeb5e5e38a96285873d8f53300c3c68f2c65378042d2f05c9445af76cf70a63b8343d5be130771678d03215c194e6fae6347ccd3cad153')
+
+prepare() {
+  cp -a bottle-$pkgver{,-py2}
+  sed -i "1s/python/python2/" bottle-$pkgver-py2/bottle.py
+}
+
+check() {
+  cd "$srcdir"/bottle-$pkgver
+  # https://github.com/bottlepy/bottle/issues/791
+  python test/testall.py || warning 'Tests failed'
+
+  cd "$srcdir"/bottle-$pkgver-py2
+  python2 test/testall.py
+}
+
+package_python-bottle() {
+  depends=('python')
+
+  cd bottle-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd bottle-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/bottle.py{,2}
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:52
  Author: felixonmars
Revision: 483378

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 483377, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
483377, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:01:52 UTC (rev 483378)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.30
+pkgrel=58
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-exceptions'
+ 'haskell-fast-logger' 'haskell-lifted-base' 'haskell-monad-control' 
'haskell-monad-loops'
+ 'haskell-resourcet' 'haskell-stm-chans'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f28157159dff780fe7fef9634757a6df064b3463e4b7cb6d89c59ab6fd2904f2ab8806c1ebfeaaa2bf950338ef9bfa8249e3b3250157b54464967e9bcdf2ffe2')
+
+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 \
+-ftemplate_haskell
+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 perl-proc-processtable/repos/community-x86_64 (2 files)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:02:54
  Author: felixonmars
Revision: 483382

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:02:42
  Author: felixonmars
Revision: 483381

upgpkg: perl-proc-processtable 0.59-1

Modified:
  perl-proc-processtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:02:13 UTC (rev 483380)
+++ PKGBUILD2019-06-24 05:02:42 UTC (rev 483381)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-proc-processtable
-pkgver=0.58
+pkgver=0.59
 pkgrel=1
 pkgdesc="Provides a consistent interface to process table information."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 provides=('perl-proc-killall' 'perl-proc-killfam' 
'perl-proc-processtable-process')
 options=(!emptydirs)
 
source=("https://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz;)
-sha512sums=('19df0aa61d54bf75539056d5b8ecbf3e47a6ebc6c6c0bf679a4cceae9e4ee1da8b9fdcbbc82a4fd952dc5875e01f039e4d4560afbe8faf9b7393be32b0bf5c09')
+sha512sums=('25162732cdbfdc151db69d6b225137c60dcd1dc31671119007814b2bb82dd7d7c50f4ec4ef49e0cdf2eb04d6d7b60f4d6d39804ab9acada5f1b0230b387e352c')
 
 build() {
   cd "$srcdir/Proc-ProcessTable-$pkgver"


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:31
  Author: felixonmars
Revision: 483386

upgpkg: haskell-persistent 2.9.2-29

rebuild with conduit-extra 1.3.2

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:03:28 UTC (rev 483385)
+++ PKGBUILD2019-06-24 05:03:31 UTC (rev 483386)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.9.2
-pkgrel=28
+pkgrel=29
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:02:13
  Author: felixonmars
Revision: 483380

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 05:02:02 UTC (rev 483379)
+++ PKGBUILD2019-06-24 05:02:13 UTC (rev 483380)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-soupsieve
-pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.9.1
-pkgrel=2
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-beautifulsoup4'
-  'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
-  'python2-lxml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
-sha512sums=('3c1d48a1590a88a5c39cb1881905465b4e3042d1ef14e20c451e741c886855f38f0ff4a1e9772795927f6c2b27889ef30e64bbc2b79f5c6221dc5e5beb155531')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  python setup.py pytest
-  python2 setup.py pytest
-}
-
-package_python-soupsieve() {
-  depends=('python')
-
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-soupsieve() {
-  depends=('python2-backports.functools_lru_cache')
-
-  cd soupsieve-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-any/PKGBUILD (from rev 483379, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 05:02:13 UTC (rev 483380)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-soupsieve
+pkgname=(python-soupsieve python2-soupsieve)
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python2-backports.functools_lru_cache')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-beautifulsoup4'
+  'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
+  'python2-lxml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
+sha512sums=('f39b0aaabfc5d71ea005eb21944d9c1107031980a8e167ad2403580ca03c79b57aba0cc54c13dc0b579e3cff61e641052f2d68bdfa8c81e64aee2cdd23a1c35a')
+
+build() {
+  cd soupsieve-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd soupsieve-$pkgver
+  python setup.py pytest
+  python2 setup.py pytest
+}
+
+package_python-soupsieve() {
+  depends=('python')
+
+  cd soupsieve-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-soupsieve() {
+  depends=('python2-backports.functools_lru_cache')
+
+  cd soupsieve-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:01:43
  Author: felixonmars
Revision: 483377

upgpkg: haskell-monad-logger 0.3.30-58

rebuild with conduit-extra 1.3.2

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:01:21 UTC (rev 483376)
+++ PKGBUILD2019-06-24 05:01:43 UTC (rev 483377)
@@ -4,7 +4,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.30
-pkgrel=57
+pkgrel=58
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:02:02
  Author: felixonmars
Revision: 483379

upgpkg: python-soupsieve 1.9.2-1

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:01:52 UTC (rev 483378)
+++ PKGBUILD2019-06-24 05:02:02 UTC (rev 483379)
@@ -2,8 +2,8 @@
 
 pkgbase=python-soupsieve
 pkgname=(python-soupsieve python2-soupsieve)
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
 license=('MIT')
@@ -13,7 +13,7 @@
   'python2-beautifulsoup4' 'python-html5lib' 'python2-html5lib' 
'python-lxml'
   'python2-lxml')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/facelessuser/soupsieve/archive/$pkgver.tar.gz;)
-sha512sums=('3c1d48a1590a88a5c39cb1881905465b4e3042d1ef14e20c451e741c886855f38f0ff4a1e9772795927f6c2b27889ef30e64bbc2b79f5c6221dc5e5beb155531')
+sha512sums=('f39b0aaabfc5d71ea005eb21944d9c1107031980a8e167ad2403580ca03c79b57aba0cc54c13dc0b579e3cff61e641052f2d68bdfa8c81e64aee2cdd23a1c35a')
 
 build() {
   cd soupsieve-$pkgver


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:03:03
  Author: felixonmars
Revision: 483383

upgpkg: python-kombu 4.6.3-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:02:54 UTC (rev 483382)
+++ PKGBUILD2019-06-24 05:03:03 UTC (rev 483383)
@@ -3,7 +3,7 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.6.1
+pkgver=4.6.3
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
@@ -18,7 +18,7 @@
   'python2-pytest-sugar' 'python-sqlalchemy' 'python2-sqlalchemy' 
'python-pyro'
   'python2-pyro' 'python2-librabbitmq' 'python-boto3' 
'python2-boto3')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/kombu/archive/$pkgver.tar.gz;)
-sha512sums=('af291ad1a342192032e05882b0d980d91d12b5e9549d0e15c125bafe784c79062c1cc4374b2f4d6ea2b8cf062c8a2cc1ba4b43030d305611c8cf456f2698c100')
+sha512sums=('2335a5fe2fda526400dcfd8cfe587974e57ed1cfaffb554cbe0c07a3f8059b2d20de762085935512897611e78d3f4004f0ccc3df031f5e88443a2b277b35f9cc')
 
 prepare() {
   cp -a kombu-$pkgver{,-py2}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:15:10
  Author: felixonmars
Revision: 483406

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-install/repos/community-staging-x86_64/
  cabal-install/repos/community-staging-x86_64/PKGBUILD
(from rev 483405, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 483405, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:15:10 UTC (rev 483406)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=2.4.0.0
+pkgrel=101
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib' 'haskell-zip-archive')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+sha512sums=('caf49ec35d5665164b76db3a6219c0409243fb80fd7a740a91933732fbb26fc3efef88ddc3d769a76d0f76811ea83a6a7effdab5ad8264da808d4469c9faf125')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/< *0.4/<1/' -e 's/< *2.8/<4/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}"
+  runhaskell Setup build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:15:00
  Author: felixonmars
Revision: 483405

upgpkg: cabal-install 2.4.0.0-101

rebuild with conduit-extra 1.3.2

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:11:48 UTC (rev 483404)
+++ PKGBUILD2019-06-24 05:15:00 UTC (rev 483405)
@@ -5,7 +5,7 @@
 
 pkgname=cabal-install
 pkgver=2.4.0.0
-pkgrel=100
+pkgrel=101
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install;
 license=('BSD')


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:11:48
  Author: felixonmars
Revision: 483404

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 483403, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:11:48 UTC (rev 483404)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.3.13
+pkgrel=45
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
+ 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
+ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
+ 'haskell-conduit-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('97eae7fce52f497a15ba2257358daa5c6c0f4d8f4343c39cfb596f13972b8bdeb3455e807a97b507e4a2ca7c90b9c6fa08b67d21ddace08805946a6142c0ec7a')
+
+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-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -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
+}
+
+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 darcs/repos (2 files)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:24:42
  Author: felixonmars
Revision: 483408

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 483407, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 483407, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:24:42 UTC (rev 483408)
@@ -0,0 +1,63 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.2
+pkgrel=71
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0fd3aa052da9d74f31835a12e7bb50beeff7beec8b10c72cafef7e97fbac02ae178a8f52bf55f1d79887e19164633c8a19ddda01ff2ba4aa8795ac071903552b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+sed -i -e 's/< *0.5/<1/' -e 's/< *2.13/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup 
build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:24:31
  Author: felixonmars
Revision: 483407

upgpkg: darcs 2.14.2-71

rebuild with conduit-extra 1.3.2

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:15:10 UTC (rev 483406)
+++ PKGBUILD2019-06-24 05:24:31 UTC (rev 483407)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.14.2
-pkgrel=70
+pkgrel=71
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:25:30
  Author: felixonmars
Revision: 483410

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 483409, haskell-js-jquery/trunk/PKGBUILD)

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

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
483409, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:25:30 UTC (rev 483410)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=241
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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-js-jquery/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:25:20
  Author: felixonmars
Revision: 483409

upgpkg: haskell-js-jquery 3.3.1-241

rebuild with conduit-extra 1.3.2

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:24:42 UTC (rev 483408)
+++ PKGBUILD2019-06-24 05:25:20 UTC (rev 483409)
@@ -4,7 +4,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=240
+pkgrel=241
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme;
 license=("MIT")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:27:08
  Author: felixonmars
Revision: 483412

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
483411, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:27:08 UTC (rev 483412)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.5.5.0
+pkgrel=24
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-criterion-measurement' 
'haskell-exceptions'
+ 'haskell-glob' 'haskell-js-flot' 'haskell-js-jquery' 
'haskell-microstache'
+ 'haskell-mwc-random' 'haskell-optparse-applicative' 
'haskell-statistics'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' '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=('361e67479848288db75f8869f6da63778e32d8d18ae499fb38e301a02cf7679cb8e3a1e3779247b14f1f34ab570ccd8aa998a9794253a94cfb842f1a7277')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+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-servant-server/repos (2 files)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:39:40
  Author: felixonmars
Revision: 483420

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 483419, haskell-servant-server/trunk/PKGBUILD)

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 483419, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:39:40 UTC (rev 483420)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.16.1
+pkgrel=13
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="https://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-warp'
+ 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary' 'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6a65f90f9b4fbe4d15175400af0c7a2e9ac28d160d98b1a3874dcdfc48b6e46521f7e6437bcd8861668b7692252f1aa69519532c2967b3e1d3f34e0eb39b7f20')
+
+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-servant-server/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:39:27
  Author: felixonmars
Revision: 483419

upgpkg: haskell-servant-server 0.16.1-13

rebuild with conduit-extra 1.3.2

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:37:49 UTC (rev 483418)
+++ PKGBUILD2019-06-24 05:39:27 UTC (rev 483419)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="https://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:37:49
  Author: felixonmars
Revision: 483418

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
483417, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:37:49 UTC (rev 483418)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=226
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+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 || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+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 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2019-06-23 Thread Andreas Radke via arch-commits
Date: Sunday, June 23, 2019 @ 08:10:08
  Author: andyrtr
Revision: 356803

upgpkg: linux-lts 4.19.55-1

upstream update 4.19.55

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 07:34:28 UTC (rev 356802)
+++ PKGBUILD2019-06-23 08:10:08 UTC (rev 356803)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.19
-pkgver=4.19.53
+pkgver=4.19.55
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
 'SKIP'
-'b53b5da09d4b1aebe0095c15367d4a39760fce61e61d7cd86f638b22a243d5db'
+'6b572393d79379cc7d7e9bd55170b2d4fc76745ad9f15c0b893a6749167f63f5'
 'bec3d57b04bcc04be141e60e07fceae830c204de453ad18d054bbb5bc911f7e7'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


[arch-commits] Commit in linux-lts/repos (8 files)

2019-06-23 Thread Andreas Radke via arch-commits
Date: Sunday, June 23, 2019 @ 08:10:39
  Author: andyrtr
Revision: 356804

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 356803, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 356803, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 356803, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 356803, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 356803, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 356803, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 356803, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  232 
 config  | 9796 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 7 files changed, 10178 insertions(+)

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


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 22:36:47
  Author: svenstaro
Revision: 483351

upgpkg: gitlab 12.0.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 22:33:50 UTC (rev 483350)
+++ PKGBUILD2019-06-23 22:36:47 UTC (rev 483351)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=11.11.3
+pkgver=12.0.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -38,7 +38,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('6f189a2c6988947d793706f35a50ac11bc7d2144e26ededb72633cf9cb15a8b35214e16449effb432a05a65dadc30ea9aadc65f0d39a1279c6e987f91ad1f6f3'
+sha512sums=('ac6ed54c720aa947fc133a4c12577a2e5984bd5576c521274c4c6abbe96dcab8dd4f989679a06cf3ae570391f1f9563d5b8e8f2872d52a8610b5774bf03d453f'
 
'd6d0604a726277f27a7596caf31909ff7d9854fd85f2902fd8a06eb581b38cc0e0fd6c10b3b16c84e0c629230501bc51d2f74c765761b43cdead139a521a327d'
 
'41ca8890aff1dd99b3c4ef283f70a172af772837ab6b1bda1d26710616a822f5179899ca9b3a96bc0b434f8f6d614b29b39b1596c0f284e5347ae9e06d40c1c4'
 
'2e49f4c2549c219d5d1c8572a7db7a700847bc8c520b44bdfc1742d3caf57d8336da5c0b74672f820349b8eab0fa1712dcec5588a4fb742ad98c8eb7ec2b5951'


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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 23:28:37
  Author: svenstaro
Revision: 483356

archrelease: copy trunk to community-x86_64

Added:
  python-pytorch/repos/community-x86_64/PKGBUILD
(from rev 483355, python-pytorch/trunk/PKGBUILD)
  python-pytorch/repos/community-x86_64/change_default_config.patch
(from rev 483355, python-pytorch/trunk/change_default_config.patch)
Deleted:
  python-pytorch/repos/community-x86_64/PKGBUILD
  python-pytorch/repos/community-x86_64/change_default_config.patch

-+
 PKGBUILD|  316 +-
 change_default_config.patch |   56 +++
 2 files changed, 186 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 23:28:26 UTC (rev 483355)
+++ PKGBUILD2019-06-23 23:28:37 UTC (rev 483356)
@@ -1,158 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Stephen Zhang 
-
-pkgbase="python-pytorch"
-pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
-_pkgname="pytorch"
-pkgver=1.1.0
-pkgrel=5
-pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
-arch=('x86_64')
-url="https://pytorch.org;
-license=('BSD')
-depends=('google-glog' 'gflags' 'opencv' 'openmp' 'nccl' 'pybind11' 'python' 
'python-yaml' 'python-numpy' 'protobuf' 'ffmpeg')
-makedepends=('python' 'python-setuptools' 'python-yaml' 'python-numpy' 'cmake' 
'cuda' 'cudnn' 'git')
-source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-get_pyver () {
-python -c 'import sys; print(str(sys.version_info[0]) + "." + 
str(sys.version_info[1]))'
-}
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # This is the lazy way since pytorch has sooo many submodules and they keep
-  # changing them around but we've run into more problems so far doing it the
-  # manual than the lazy way. This lazy way (not explicitly specifying all
-  # submodules) will make building inefficient but for now I'll take it.
-  # It will result in the same package, don't worry.
-  git submodule update --init --recursive
-
-  cd ..
-
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
-  cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
-
-  export CC=gcc
-  export CXX=g++
-  export VERBOSE=1
-  export PYTORCH_BUILD_VERSION="${pkgver}"
-  export PYTORCH_BUILD_NUMBER=1
-
-  # Check tools/setup_helpers/cmake.py, setup.py and CMakeLists.txt for a list 
of flags that can be set via env vars.
-  export USE_MKLDNN=OFF
-  # export BUILD_CUSTOM_PROTOBUF=OFF
-  # export BUILD_SHARED_LIBS=OFF
-  export USE_FFMPEG=ON
-  export USE_GFLAGS=ON
-  export USE_GLOG=ON
-  export BUILD_BINARY=ON
-  export USE_OPENCV=ON
-  export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++
-  export CUDA_HOME=/opt/cuda
-  export CUDNN_LIB_DIR=/usr/lib
-  export CUDNN_INCLUDE_DIR=/usr/include
-  export TORCH_NVCC_FLAGS="-Xfatbin -compress-all"
-  export 
TORCH_CUDA_ARCH_LIST="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5"
-}
-
-build() {
-  echo "Building without cuda and without non-x86-64 optimizations"
-  export NO_CUDA=1
-  export WITH_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-
-  echo "Building without cuda and with non-x86-64 optimizations"
-  export NO_CUDA=1
-  export WITH_CUDNN=0
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-
-
-  echo "Building with cuda and without non-x86-64 optimizations"
-  export NO_CUDA=0
-  export WITH_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-cuda"
-  python setup.py build
-
-
-  echo "Building with cuda and with non-x86-64 optimizations"
-  export NO_CUDA=0
-  export WITH_CUDNN=1
-  cd "${srcdir}/${_pkgname}-${pkgver}-opt-cuda"
-  echo "add_definitions(-march=haswell)" >> cmake/MiscCheck.cmake
-  python setup.py build
-}
-
-_package() {
-  # Prevent setup.py from re-running CMake and rebuilding
-  sed -e 's/RUN_BUILD_DEPS = True/RUN_BUILD_DEPS = False/g' -i setup.py
-
-  python setup.py install --root="${pkgdir}"/ --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  pytorchpath="usr/lib/python$(get_pyver)/site-packages/torch"
-  install -d "${pkgdir}/usr/lib"
-
-  # put CMake files in correct place
-  mv "${pkgdir}/${pytorchpath}/share/cmake" "${pkgdir}/usr/lib/cmake"
-
-  # put C++ API in correct place
-  mv "${pkgdir}/${pytorchpath}/include" "${pkgdir}/usr/include"
-  mv "${pkgdir}/${pytorchpath}/lib"/*.so* "${pkgdir}/usr/lib/"
-
-  # clean up duplicates
-  # TODO: move towards direct shared library dependecy of:
-  #   c10, caffe2, libcpuinfo, CUDA RT, gloo, GTest, Intel MKL,
-  #   NVRTC, ONNX, protobuf, libthreadpool, QNNPACK
-  rm -rf "${pkgdir}/usr/include/pybind11"
-
-  

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

2019-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, June 23, 2019 @ 23:28:26
  Author: svenstaro
Revision: 483355

upgpkg: python-pytorch 1.1.0-6

Build using gcc8

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 23:19:55 UTC (rev 483354)
+++ PKGBUILD2019-06-23 23:28:26 UTC (rev 483355)
@@ -5,7 +5,7 @@
 pkgname=("python-pytorch" "python-pytorch-opt" "python-pytorch-cuda" 
"python-pytorch-opt-cuda")
 _pkgname="pytorch"
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
 arch=('x86_64')
 url="https://pytorch.org;
@@ -35,8 +35,8 @@
   cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"
   cp -a "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-opt-cuda"
 
-  export CC=gcc
-  export CXX=g++
+  export CC=gcc-8
+  export CXX=g++-8
   export VERBOSE=1
   export PYTORCH_BUILD_VERSION="${pkgver}"
   export PYTORCH_BUILD_NUMBER=1
@@ -51,7 +51,7 @@
   export BUILD_BINARY=ON
   export USE_OPENCV=ON
   export USE_SYSTEM_NCCL=ON
-  export CUDAHOSTCXX=g++
+  export CUDAHOSTCXX=g++-8
   export CUDA_HOME=/opt/cuda
   export CUDNN_LIB_DIR=/usr/lib
   export CUDNN_INCLUDE_DIR=/usr/include


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

2019-06-23 Thread Jiachen Yang via arch-commits
Date: Monday, June 24, 2019 @ 04:26:30
  Author: farseerfc
Revision: 483357

upgpkg: telegram-desktop 1.7.9-3

telegram-desktop 1.7.9-3 rebuild against qt 5.12.4 and gcc 9.1.0-2

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 23:28:37 UTC (rev 483356)
+++ PKGBUILD2019-06-24 04:26:30 UTC (rev 483357)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.7.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:07:31
  Author: felixonmars
Revision: 483395

upgpkg: haskell-persistent-sqlite 2.9.3-28

rebuild with conduit-extra 1.3.2

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:06:42 UTC (rev 483394)
+++ PKGBUILD2019-06-24 05:07:31 UTC (rev 483395)
@@ -4,7 +4,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.9.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Backend for the persistent library using sqlite3"
 url="https://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:08:27
  Author: felixonmars
Revision: 483398

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 483397, haskell-project-template/trunk/PKGBUILD)

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

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 483397, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:08:27 UTC (rev 483398)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0.1
+pkgrel=146
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-resourcet')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc5824086ba8dfaff4ff64c5115d37ea5e496d7692f1120b11c2a878e522119d362c7d119ccf7b9cc064c58f9ce6382b5e24a69cdac5ac5d683c4d616e2c66ea')
+
+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-persistent-sqlite/repos (2 files)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:07:41
  Author: felixonmars
Revision: 483396

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 483395, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-24 05:07:41 UTC (rev 483396)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.9.3
+pkgrel=28
+pkgdesc="Backend for the persistent library using sqlite3"
+url="https://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-microlens-th'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-persistent' 
'haskell-resource-pool'
+ 'haskell-resourcet' 'haskell-unliftio-core' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0b31fecbe5486a94b2242f58e529165e646c0dd64d9f8283dd84c6cbde9c0b90f94a730f4443ecb128b9f21a2e94b34d47d12402c6b9d063b6e6eb928c2a46c1')
+
+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-build-sanity-exe -fsystemlib -fuse-pkgconfig
+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-template/trunk (PKGBUILD)

2019-06-23 Thread Felix Yan via arch-commits
Date: Monday, June 24, 2019 @ 05:06:33
  Author: felixonmars
Revision: 483393

upgpkg: haskell-persistent-template 2.6.0-46

rebuild with conduit-extra 1.3.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 05:05:45 UTC (rev 483392)
+++ PKGBUILD2019-06-24 05:06:33 UTC (rev 483393)
@@ -4,7 +4,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.6.0
-pkgrel=45
+pkgrel=46
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


  1   2   3   4   >