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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 04:48:26
  Author: heftig
Revision: 336966

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 336965, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 04:48:13 UTC (rev 336965)
+++ PKGBUILD2018-10-22 04:48:26 UTC (rev 336966)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web";
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=160d3435ff7ddbe02c67f743dbe171c37afcf4da  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-check() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 336965, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 04:48:26 UTC (rev 336966)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web";
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=104c003f5da64346de8199c86ada6a104d7869c1  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  xvfb-run meson test -C build || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 04:48:13
  Author: heftig
Revision: 336965

3.30.2-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 03:03:46 UTC (rev 336964)
+++ PKGBUILD2018-10-22 04:48:13 UTC (rev 336965)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web";
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=160d3435ff7ddbe02c67f743dbe171c37afcf4da  # tags/3.30.1^0
+_commit=104c003f5da64346de8199c86ada6a104d7869c1  # tags/3.30.2^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 02:05:02
  Author: svenstaro
Revision: 398305

upgpkg: teamspeak3 3.2.3-2

Try to handle mime types properly

Modified:
  teamspeak3/trunk/PKGBUILD
  teamspeak3/trunk/teamspeak3.desktop

+
 PKGBUILD   |4 ++--
 teamspeak3.desktop |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 02:01:10 UTC (rev 398304)
+++ PKGBUILD2018-10-22 02:05:02 UTC (rev 398305)
@@ -4,7 +4,7 @@
 
 pkgname=teamspeak3
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com";
 license=('custom')
@@ -14,7 +14,7 @@
 'teamspeak3.png'
 'LICENSE'
 
"http://dl.4players.de/ts/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run";)
-sha512sums=('4cac0b7446dc3e728b232fdd6c6d75be1d2a5530635eab5918a4e7dd6a4a3fc21d6a75055da919b56e5cf849f4c5ba26ece56759a45bc4850eba3eb73853759d'
+sha512sums=('04104f77d7a6cf669896d5bf76664409d18282b8a500d623e7d12d91be26b69ac935cb853cd34dcffb23182ffefb7ca69b14f35b763822e7f7c6102c1003c2d3'
 
'af18ed36a3c8de90b60a7205ebf91a35d4b517f22f97d541c82debdb12697882469d9771fdf3fb8b081aeb74a01237f3afd4732daccf4b374dc6d39e7df5d444'
 
'd6d03f1bda86c90390ce0032e4d30e889977f80ff76ba1e5c443109e93cbedbee92c6fc2759f58d23659c15dba4f2ac718861571239ba117dcfe11f136f556dc'
 
'6f2a0e366589a3495be3ecbe3e866e1d05db3578ed1e2bf19195e6d6818acc1ddb44b46915aa88ff64ac6cc150d3b88b3347147bb0cde93e013aa7960c10dfab')

Modified: teamspeak3.desktop
===
--- teamspeak3.desktop  2018-10-22 02:01:10 UTC (rev 398304)
+++ teamspeak3.desktop  2018-10-22 02:05:02 UTC (rev 398305)
@@ -3,7 +3,8 @@
 Name=TeamSpeak 3
 GenericName=TeamSpeak
 Comment=TeamSpeak is software for quality voice communication via the Internet
-Exec=teamspeak3
+Exec=teamspeak3 %u
+MimeType=x-scheme-handler/ts3server;
 Icon=teamspeak3.xpm
 StartupNotify=true
 Terminal=false


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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 02:05:13
  Author: svenstaro
Revision: 398306

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3/repos/community-x86_64/LICENSE
(from rev 398305, teamspeak3/trunk/LICENSE)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 398305, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 398305, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 398305, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 398305, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-x86_64/LICENSE
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.png

+
 LICENSE|  180 +--
 PKGBUILD   |  102 ++--
 teamspeak3.desktop |   25 +++
 3 files changed, 154 insertions(+), 153 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-10-22 02:05:02 UTC (rev 398305)
+++ LICENSE 2018-10-22 02:05:13 UTC (rev 398306)
@@ -1,90 +0,0 @@
-Framework license agreement for the installation of the TeamSpeak client
-
-This License Agreement ("Agreement") is effective between "you", the person or 
company who/which is using software branded TeamSpeak, developed by TeamSpeak 
Systems GmbH ("TeamSpeak"), and TeamSpeak Systems GmbH (Germany) with 
installation of the TeamSpeak client.
-
-## I. Definitions
-
-  1. "Standard Software" means the object code of the TeamSpeak voice 
communication software version 3.x (binary executable), and all previous 
versions, both client and server, which is provided by TeamSpeak, including all 
standard software enhancements, upgrades or updates, which you will receive if 
and when they are made available.
-  2. "Licensed Material" refers to the standard software, all documentation 
components included with the standard software and other information that 
TeamSpeak provides together with the license for the standard software.
-  3. "Client" refers to the TeamSpeak standard software which connects to the 
TeamSpeak server software via computer network or the Internet. The client 
therefore usually runs on the end user's computer. A client can connect to one 
or more servers at the same time. Multiple clients communicate with each other 
by routing the communication data through the server, which distributes them to 
other clients. Clients thus do not connect directly to each other, but always 
connect only to the server that acts as an intermediary and distributor for 
voice communication.
-
-## II. Indemnity / Warranty
-
-TeamSpeak shall pay compensation or reimbursement of expenses, for whatever 
legal reason (e.g. for legal transactions and legal transaction-related 
obligations, breach of duty and unlawful acts), only to the following extent:
-
-  1. Liability for intentional actions is unlimited.
-  2. TeamSpeak may plea contributory negligence. In particular you have the 
obligation and responsibility to make use of data backup and virus protection 
following the latest technical standards.
-  3. In case of injury to life, body and health, and in case of claims based 
on the Product Liability Act, the statutory provisions apply.
-  4. The software is of the agreed quality which is suitable to perform the 
contractually required functions, and otherwise standard functions, and has the 
usual quality for this type of software; however, it is not error-free. A 
functional impairment of the software which results from hardware defects, 
environmental conditions, improper operation, or similar is not a defect. Minor 
reductions in quality are not considered here.
-  5. If you install third-party plug-ins to complement the client, TeamSpeak 
assumes no liability irrespective of the origin of the plug-in. You are 
required to learn about the applicable privacy policy of the plug-in publisher.
-  6. Standard software upgrades are free of charge, if and when they become 
available. You are obliged to install client upgrades promptly after 
publication.
-
-## III. Ownership and restrictions
-
-  1. You acknowledge and agree that your rights in and to the Licensed 
Material are solely limited to the transitory use of the standard software, and 
you have no ownership rights to any component of the Licensed Material. You 
acknowledge that TeamSpeak and / or its licensors own all rights, property 
rights and exploitation rights, including but not limited to copyrights, patent 
rights, the right to confidentiality of trade secrets and other rights in and 
to the Licensed Material on intellectual property and all altered, modified and 
corrected versions thereof.
-  2. The following activit

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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 02:01:10
  Author: svenstaro
Revision: 398304

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 398303, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 398303, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 398303, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 398303, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 398303, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 398303, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 398303, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 398303, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 398303, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 398303, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 398303, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 398303, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  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
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  428 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +--
 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 
 lighttpd.conf.example  |   70 +--
 12 files changed, 433 insertions(+), 433 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 02:00:51 UTC (rev 398303)
+++ PKGBUILD2018-10-22 02:01:10 UTC (rev 398304)
@@ -1,214 +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 
-
-pkgname=gitlab
-pkgver=11.3.5
-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.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser')
-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=('a209927d7c842b2933e5d123511d7835c5e6b66569c5368d2451f8dea8361d2e698cb1b7103b18691a9d931d0ecf6768b770bb572892a1bf9fa8827c096c5b8e'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab

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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 02:00:51
  Author: svenstaro
Revision: 398303

upgpkg: gitlab 11.3.6-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 01:59:09 UTC (rev 398302)
+++ PKGBUILD2018-10-22 02:00:51 UTC (rev 398303)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=11.3.5
+pkgver=11.3.6
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('a209927d7c842b2933e5d123511d7835c5e6b66569c5368d2451f8dea8361d2e698cb1b7103b18691a9d931d0ecf6768b770bb572892a1bf9fa8827c096c5b8e'
+sha512sums=('6fa80af7f6075c954467e876698799869616a4279d78e47704eefb5c941bfce16e729343fda66058a353893056b565a5cd2e972716f9cc5aaf5c7abde03c0f74'
 
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
 
'ea5ae64214a82b522a09c20be2967ae2ff6fbfd7683587909b748dab4647f99b3128c0e16aba375ecb191e47e1b9045587a84322e216e5cda940904c4fa6271c'
 
'69e6f43008389fb54bba6cea61adb0dbf5b75c5796f5cca327326f20f329365c003847bbd6d53b113a0afb1a0d3a0b101a92476739daf85f65c670a1d4466f9c'


[arch-commits] Commit in gitlab-shell/trunk (252.patch PKGBUILD)

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 01:59:00
  Author: svenstaro
Revision: 398301

upgpkg: gitlab-shell 2:8.4.0-2

Fix FS#60466

Added:
  gitlab-shell/trunk/252.patch
Modified:
  gitlab-shell/trunk/PKGBUILD

---+
 252.patch |   31 +++
 PKGBUILD  |   10 +++---
 2 files changed, 38 insertions(+), 3 deletions(-)

Added: 252.patch
===
--- 252.patch   (rev 0)
+++ 252.patch   2018-10-22 01:59:00 UTC (rev 398301)
@@ -0,0 +1,31 @@
+From 2ae15257494d925d67c40ac2af00da127079ae42 Mon Sep 17 00:00:00 2001
+From: Vlad Petrov 
+Date: Tue, 16 Oct 2018 22:24:41 +0300
+Subject: [PATCH] Update current path extraction
+
+It is recommended to use func Executable since 1.8
+https://tip.golang.org/pkg/os/#Executable
+---
+ go/cmd/gitlab-shell/main.go | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/go/cmd/gitlab-shell/main.go b/go/cmd/gitlab-shell/main.go
+index ae54151..b42aba7 100644
+--- a/go/cmd/gitlab-shell/main.go
 b/go/cmd/gitlab-shell/main.go
+@@ -15,7 +15,11 @@ var (
+ )
+ 
+ func init() {
+-  binDir = filepath.Dir(os.Args[0])
++  ex, err := os.Executable()
++  if err != nil {
++  panic(err)
++  }
++  binDir = filepath.Dir(ex)
+   rootDir = filepath.Dir(binDir)
+ }
+ 
+-- 
+2.18.1
+

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 01:52:47 UTC (rev 398300)
+++ PKGBUILD2018-10-22 01:59:00 UTC (rev 398301)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=8.4.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Git management software"
 arch=('x86_64')
@@ -25,10 +25,12 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver}";
 "gitlab-shell.gitconfig"
-"gitlab-shell.sysusers")
+"gitlab-shell.sysusers"
+252.patch)
 
sha512sums=('8fca70e905842382e3c3daa23cc5c025e176962aa230aac790c7a8e3ec33bdbae55b4b0822e3655b66cfd0ba055bc4dd5439a2e9abdd353de3d8b701cb829183'
 
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
+
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8'
+
'd8f24575a3ff848c2eb1b8c32f98942377d17729a874048a3a1ab97f8bdbbca556fe0e8c1e87ef301aa3abd7b3a62fb414a46d99cd346dde51b792e4622d2a49')
 
 _datadir="/usr/share/webapps/${pkgname}"
 _etcdir="/etc/webapps/${pkgname}"
@@ -39,6 +41,8 @@
 prepare() {
   cd "${srcdir}/${_srcdir}"-*
 
+  patch -Np1 -i $srcdir/252.patch
+
   sed -e "s|user: git|user: gitlab|" \
   -e "s|/home/git|${_homedir}|" \
   -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \


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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 01:59:09
  Author: svenstaro
Revision: 398302

archrelease: copy trunk to community-x86_64

Added:
  gitlab-shell/repos/community-x86_64/252.patch
(from rev 398301, gitlab-shell/trunk/252.patch)
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 398301, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 398301, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 398301, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers
(from rev 398301, gitlab-shell/trunk/gitlab-shell.sysusers)
Deleted:
  gitlab-shell/repos/community-x86_64/PKGBUILD
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
  gitlab-shell/repos/community-x86_64/gitlab-shell.sysusers

+
 252.patch  |   31 +++
 PKGBUILD   |  198 +++
 gitlab-shell.gitconfig |   10 +-
 gitlab-shell.install   |8 -
 gitlab-shell.sysusers  |2 
 5 files changed, 142 insertions(+), 107 deletions(-)

Copied: gitlab-shell/repos/community-x86_64/252.patch (from rev 398301, 
gitlab-shell/trunk/252.patch)
===
--- 252.patch   (rev 0)
+++ 252.patch   2018-10-22 01:59:09 UTC (rev 398302)
@@ -0,0 +1,31 @@
+From 2ae15257494d925d67c40ac2af00da127079ae42 Mon Sep 17 00:00:00 2001
+From: Vlad Petrov 
+Date: Tue, 16 Oct 2018 22:24:41 +0300
+Subject: [PATCH] Update current path extraction
+
+It is recommended to use func Executable since 1.8
+https://tip.golang.org/pkg/os/#Executable
+---
+ go/cmd/gitlab-shell/main.go | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/go/cmd/gitlab-shell/main.go b/go/cmd/gitlab-shell/main.go
+index ae54151..b42aba7 100644
+--- a/go/cmd/gitlab-shell/main.go
 b/go/cmd/gitlab-shell/main.go
+@@ -15,7 +15,11 @@ var (
+ )
+ 
+ func init() {
+-  binDir = filepath.Dir(os.Args[0])
++  ex, err := os.Executable()
++  if err != nil {
++  panic(err)
++  }
++  binDir = filepath.Dir(ex)
+   rootDir = filepath.Dir(binDir)
+ }
+ 
+-- 
+2.18.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 01:59:00 UTC (rev 398301)
+++ PKGBUILD2018-10-22 01:59:09 UTC (rev 398302)
@@ -1,97 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=8.4.0
-pkgrel=1
-epoch=2
-pkgdesc="Git management software"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-shell/";
-license=('MIT')
-depends=('ruby2.3' 'redis' 'git')
-makedepends=('go-pie')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver}";
-"gitlab-shell.gitconfig"
-"gitlab-shell.sysusers")
-sha512sums=('8fca70e905842382e3c3daa23cc5c025e176962aa230aac790c7a8e3ec33bdbae55b4b0822e3655b66cfd0ba055bc4dd5439a2e9abdd353de3d8b701cb829183'
-
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
-
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-
-  for file in {bin,hooks}/*; do
-sed -i s/ruby/ruby-2.3/g ${file}
-  done
-}
-
-build() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  ./bin/compile
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-

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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 01:52:31
  Author: svenstaro
Revision: 398299

upgpkg: go-bindata 3.4.0-2

rebuild for updated tag wtf upstream

Modified:
  go-bindata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 20:06:31 UTC (rev 398298)
+++ PKGBUILD2018-10-22 01:52:31 UTC (rev 398299)
@@ -3,7 +3,7 @@
 
 pkgname=go-bindata
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A small utility which generates Go code from any file"
 arch=('x86_64')
 url='https://github.com/shuLhan/go-bindata'
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go-pie')
 source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
-sha512sums=('1d1d0a0f3e4865d0b7c4b61c6ed0570800948054c620c4a2f4c6ad03614b69fb931ef19697193717dd3109922962684314ce81102e2a0e325c3ce904a7bd230c')
+sha512sums=('7fc367c49267064eadf469da6dc4293d001ef7c39b9fe2e19958bcfa361cd8d58f5a8e414e8f56598c33b3823c174d9cc21bdcc3f39c9c7d1f975335a267fbe4')
 
 prepare() {
 mkdir -p "${srcdir}/src/github.com/shuLhan/"


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

2018-10-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, October 22, 2018 @ 01:52:47
  Author: svenstaro
Revision: 398300

archrelease: copy trunk to community-x86_64

Added:
  go-bindata/repos/community-x86_64/PKGBUILD
(from rev 398299, go-bindata/trunk/PKGBUILD)
Deleted:
  go-bindata/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 01:52:31 UTC (rev 398299)
+++ PKGBUILD2018-10-22 01:52:47 UTC (rev 398300)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=go-bindata
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="A small utility which generates Go code from any file"
-arch=('x86_64')
-url='https://github.com/shuLhan/go-bindata'
-license=('CC0 1.0')
-depends=('glibc')
-makedepends=('go-pie')
-source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
-sha512sums=('1d1d0a0f3e4865d0b7c4b61c6ed0570800948054c620c4a2f4c6ad03614b69fb931ef19697193717dd3109922962684314ce81102e2a0e325c3ce904a7bd230c')
-
-prepare() {
-mkdir -p "${srcdir}/src/github.com/shuLhan/"
-mv "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/src/github.com/shuLhan/go-bindata"
-}
-
-build() {
-cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
-GOPATH="${srcdir}" go build
-}
-
-package() {
-cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
-install -Dm755 "go-bindata" "${pkgdir}/usr/bin/go-bindata"
-install -Dm644 ../../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: go-bindata/repos/community-x86_64/PKGBUILD (from rev 398299, 
go-bindata/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 01:52:47 UTC (rev 398300)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=go-bindata
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="A small utility which generates Go code from any file"
+arch=('x86_64')
+url='https://github.com/shuLhan/go-bindata'
+license=('CC0 1.0')
+depends=('glibc')
+makedepends=('go-pie')
+source=("https://github.com/shuLhan/go-bindata/archive/v${pkgver}.tar.gz";)
+sha512sums=('7fc367c49267064eadf469da6dc4293d001ef7c39b9fe2e19958bcfa361cd8d58f5a8e414e8f56598c33b3823c174d9cc21bdcc3f39c9c7d1f975335a267fbe4')
+
+prepare() {
+mkdir -p "${srcdir}/src/github.com/shuLhan/"
+mv "${srcdir}/${pkgname}-${pkgver}" 
"${srcdir}/src/github.com/shuLhan/go-bindata"
+}
+
+build() {
+cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
+GOPATH="${srcdir}" go build
+}
+
+package() {
+cd "${srcdir}/src/github.com/shuLhan/go-bindata/cmd/go-bindata"
+install -Dm755 "go-bindata" "${pkgdir}/usr/bin/go-bindata"
+install -Dm644 ../../LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Antonio Rojas via arch-commits
Date: Sunday, October 21, 2018 @ 20:06:31
  Author: arojas
Revision: 398298

archrelease: copy trunk to community-x86_64

Added:
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 398297, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 20:06:08 UTC (rev 398297)
+++ PKGBUILD2018-10-21 20:06:31 UTC (rev 398298)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.2.4
-pkgrel=2
-arch=(x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive";
-license=(GPL)
-depends=(libkgapi kaccounts-providers)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-
kdebug-375765.patch::"https://cgit.kde.org/kio-gdrive.git/patch/?id=1b710a46";)
-sha256sums=('ba903a5bf3b538d42a09bf4d6192e9f06f7e1f80bf5cb4b5c7163b251142c0fc'
-'SKIP'
-'9b2307676a2037467aa601b2d51b56184948d151a0c3e9c1c1542b3546344c29')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-375765.patch # Fix error when downloading large files
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 398297, 
kio-gdrive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 20:06:31 UTC (rev 398298)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.2.5
+pkgrel=1
+arch=(x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive";
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
+'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

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


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

2018-10-21 Thread Antonio Rojas via arch-commits
Date: Sunday, October 21, 2018 @ 20:06:08
  Author: arojas
Revision: 398297

Update to 1.2.5

Modified:
  kio-gdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 20:00:32 UTC (rev 398296)
+++ PKGBUILD2018-10-21 20:06:08 UTC (rev 398297)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kio-gdrive
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 arch=(x86_64)
 pkgdesc="KIO Slave to access Google Drive"
 url="https://community.kde.org/KIO_GDrive";
@@ -9,18 +9,13 @@
 license=(GPL)
 depends=(libkgapi kaccounts-providers)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-
kdebug-375765.patch::"https://cgit.kde.org/kio-gdrive.git/patch/?id=1b710a46";)
-sha256sums=('ba903a5bf3b538d42a09bf4d6192e9f06f7e1f80bf5cb4b5c7163b251142c0fc'
-'SKIP'
-'9b2307676a2037467aa601b2d51b56184948d151a0c3e9c1c1542b3546344c29')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
+'SKIP')
 validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-375765.patch # Fix error when downloading large files
 }
 
 build() {


[arch-commits] Commit in redis/repos/community-x86_64 (14 files)

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 20:00:32
  Author: andrewsc
Revision: 398296

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 398295, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
(from rev 398295, redis/trunk/redis-5.0-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 398295, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 398295, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 398295, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 398295, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 398295, redis/trunk/redis.tmpfiles)
Deleted:
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.sysusers
  redis/repos/community-x86_64/redis.tmpfiles

+
 PKGBUILD   |  115 +++
 redis-2.8.11-use-system-jemalloc.patch |   15 
 redis-5.0-use-system-jemalloc.patch|   15 
 redis.conf-sane-defaults.patch |   24 +++---
 redis.logrotate|   10 +-
 redis.service  |   44 +--
 redis.sysusers |2 
 redis.tmpfiles |2 
 8 files changed, 113 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 19:59:52 UTC (rev 398295)
+++ PKGBUILD2018-10-21 20:00:32 UTC (rev 398296)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=4.0.11
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('x86_64')
-url='https://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.sysusers
-redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-sha512sums=('f0054af9ca2143731a397b2b21285387707b7f40d9326ba15225feb1a2ff470fab5194308342f63bbe1081f84c7e9ef19543c5a8e3eae49e17bfc515c64201f0'
-
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
-
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
-
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
-
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
-
'fe9748e0ab326e429f4183016b5aeb772199cd4688371c320811c25f8de2fcb7bc34955b359612c1a287e83b4afaba3b7fd6a6567fad66c04e8482cc802f3b50'
-
'ab2c1c6b650e47312f55b433139c00d1781e4a8f8d8ec3310fac1aff7e1b45e9c1cb843eff205ef8e2a9f7251944ee37347a8a486ecb017f5da6b5e3a23dc75d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-
-  ln -sf redis-server "$pkgdir"/usr/bin/redis-sentinel
-
-  install -Dm644 "$srcdir"/redis.sysusers 
"$pkgdir"/usr/lib/sysusers.d/redis.conf
-  install -Dm644 "$srcdir"/redis.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-x86_64/PKGBUILD (from rev 398295, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 20:00:32 UTC (rev 398296)
@@ -0,0 +1,57 @@
+# Maintainer: Andrew Crerar 
+# Contributor: Sergej Pupykin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Jan-Erik Rediger 
+# Contributor: nofxx .com>
+
+pkgname=redis
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='Advanc

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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 19:59:52
  Author: andrewsc
Revision: 398295

upgpkg: redis 5.0.0-1

redis: Updating to 5.0.0

Added:
  redis/trunk/redis-5.0-use-system-jemalloc.patch
Modified:
  redis/trunk/PKGBUILD
Deleted:
  redis/trunk/redis-2.8.11-use-system-jemalloc.patch

+
 PKGBUILD   |   10 +-
 redis-2.8.11-use-system-jemalloc.patch |   15 ---
 redis-5.0-use-system-jemalloc.patch|   15 +++
 3 files changed, 20 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 19:29:20 UTC (rev 398294)
+++ PKGBUILD2018-10-21 19:59:52 UTC (rev 398295)
@@ -5,7 +5,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=4.0.11
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('x86_64')
@@ -20,19 +20,19 @@
 redis.tmpfiles
 redis.logrotate
 redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-sha512sums=('f0054af9ca2143731a397b2b21285387707b7f40d9326ba15225feb1a2ff470fab5194308342f63bbe1081f84c7e9ef19543c5a8e3eae49e17bfc515c64201f0'
+redis-5.0-use-system-jemalloc.patch)
+sha512sums=('818277cf8c14eb5f0b864e936f657c8021a3614a76dda8975d82b20ab4e3983731363b7b527fb504fd41292304de079f78702503fca867ac6f45a97a391eec07'
 
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
 
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
 
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
 
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
 
'fe9748e0ab326e429f4183016b5aeb772199cd4688371c320811c25f8de2fcb7bc34955b359612c1a287e83b4afaba3b7fd6a6567fad66c04e8482cc802f3b50'
-
'ab2c1c6b650e47312f55b433139c00d1781e4a8f8d8ec3310fac1aff7e1b45e9c1cb843eff205ef8e2a9f7251944ee37347a8a486ecb017f5da6b5e3a23dc75d')
+
'55b4085900c54fa7e7bf1c2bad7fba8cdbaf496a3f83b6d32fccb8aed5048cdde1690fea0485162dbb637e7fafb00a6b995908fa6db55e77854eb9f575b54d40')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
+  patch -p1 -i ../redis-5.0-use-system-jemalloc.patch
 }
 
 build() {

Deleted: redis-2.8.11-use-system-jemalloc.patch
===
--- redis-2.8.11-use-system-jemalloc.patch  2018-10-21 19:29:20 UTC (rev 
398294)
+++ redis-2.8.11-use-system-jemalloc.patch  2018-10-21 19:59:52 UTC (rev 
398295)
@@ -1,15 +0,0 @@
-Index: redis-2.8.11/src/Makefile
-===
 redis-2.8.11.orig/src/Makefile
-+++ redis-2.8.11/src/Makefile
-@@ -84,8 +84,8 @@ endif
- 
- ifeq ($(MALLOC),jemalloc)
-   DEPENDENCY_TARGETS+= jemalloc
--  FINAL_CFLAGS+= -DUSE_JEMALLOC -I../deps/jemalloc/include
--  FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a
-+  FINAL_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE 
-I/usr/include/jemalloc
-+  FINAL_LIBS+= -ljemalloc
- endif
- 
- REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)

Added: redis-5.0-use-system-jemalloc.patch
===
--- redis-5.0-use-system-jemalloc.patch (rev 0)
+++ redis-5.0-use-system-jemalloc.patch 2018-10-21 19:59:52 UTC (rev 398295)
@@ -0,0 +1,15 @@
+diff --git a/src/Makefile b/src/Makefile
+index 912cbc19..6840ce08 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -125,8 +125,8 @@ endif
+ 
+ ifeq ($(MALLOC),jemalloc)
+   DEPENDENCY_TARGETS+= jemalloc
+-  FINAL_CFLAGS+= -DUSE_JEMALLOC -I../deps/jemalloc/include
+-  FINAL_LIBS := ../deps/jemalloc/lib/libjemalloc.a $(FINAL_LIBS)
++  FINAL_CFLAGS+= -DUSE_JEMALLOC -DJEMALLOC_NO_DEMANGLE 
-I/usr/include/jemalloc
++  FINAL_LIBS := -ljemalloc $(FINAL_LIBS)
+ endif
+ 
+ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)


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

2018-10-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 21, 2018 @ 19:29:20
  Author: jelle
Revision: 398294

archrelease: copy trunk to community-any

Added:
  python-sqlalchemy-utils/repos/community-any/
  python-sqlalchemy-utils/repos/community-any/PKGBUILD
(from rev 398293, python-sqlalchemy-utils/trunk/PKGBUILD)

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

Copied: python-sqlalchemy-utils/repos/community-any/PKGBUILD (from rev 398293, 
python-sqlalchemy-utils/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-21 19:29:20 UTC (rev 398294)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.32.9
+pkgrel=2
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy.'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+ 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
+ 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=("https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz";)
+sha512sums=('ba266e258054a08e0da6c74d2d6106c2c0f34674283a56b6f1125434754b8bbb948d39b25bfbd133ca6cee72c074b1d5f109b5a18dd830902ad72a6b65307a6f')
+
+build() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}


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

2018-10-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 21, 2018 @ 19:29:00
  Author: jelle
Revision: 398293

upgpkg: python-sqlalchemy-utils 0.32.9-2

Modified:
  python-sqlalchemy-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 19:26:28 UTC (rev 398292)
+++ PKGBUILD2018-10-21 19:29:00 UTC (rev 398293)
@@ -25,6 +25,7 @@
 package() {
   cd "${srcdir}/${_name}-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 check() {


[arch-commits] Commit in (4 files)

2018-10-21 Thread Jelle van der Waa via arch-commits
Date: Sunday, October 21, 2018 @ 19:26:28
  Author: jelle
Revision: 398292

Iniital commit of sqlalchemy-utils

Added as dep of sqlalchemy-continuum

Added:
  python-sqlalchemy-utils/
  python-sqlalchemy-utils/repos/
  python-sqlalchemy-utils/trunk/
  python-sqlalchemy-utils/trunk/PKGBUILD

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

Added: python-sqlalchemy-utils/trunk/PKGBUILD
===
--- python-sqlalchemy-utils/trunk/PKGBUILD  (rev 0)
+++ python-sqlalchemy-utils/trunk/PKGBUILD  2018-10-21 19:26:28 UTC (rev 
398292)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+
+_name=sqlalchemy-utils
+pkgname=python-sqlalchemy-utils
+pkgver=0.32.9
+pkgrel=2
+pkgdesc='Various utility functions, new data types and helpers for SQLAlchemy.'
+url='https://github.com/kvesteri/sqlalchemy-utils'
+depends=('python' 'python-sqlalchemy' 'python-anyjson' 'python-babel'
+ 'python-arrow' 'python-intervals' 'python-phonenumbers' 
'python-passlib'
+ 'python-colour' 'python-dateutil' 'python-furl' 'python-cryptography')
+checkdepends=('python-pytest' 'python-mock' 'python-flexmock' 'python-jinja')
+makedepends=('python')
+license=('BSD')
+arch=('any')
+source=("https://github.com/kvesteri/sqlalchemy-utils/archive/${pkgver}.tar.gz";)
+sha512sums=('ba266e258054a08e0da6c74d2d6106c2c0f34674283a56b6f1125434754b8bbb948d39b25bfbd133ca6cee72c074b1d5f109b5a18dd830902ad72a6b65307a6f')
+
+build() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+check() {
+  cd "${srcdir}/${_name}-${pkgver}"
+  # Tests require a postgres and MySQL db
+  pytest --disable-pytest-warnings tests/test_models.py
+}


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 19:24:10
  Author: archange
Revision: 398291

archrelease: copy trunk to community-x86_64

Added:
  merlin/repos/community-x86_64/PKGBUILD
(from rev 398290, merlin/trunk/PKGBUILD)
Deleted:
  merlin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 19:23:25 UTC (rev 398290)
+++ PKGBUILD2018-10-21 19:24:10 UTC (rev 398291)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=merlin
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
-arch=('x86_64')
-url="https://github.com/ocaml/merlin";
-license=('MIT')
-options=('!strip')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'ocaml-yojson' 'emacs')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5deb4e3d9f1eaf283e17ec7dca2f17ce768a229e1da0170844d99860f84b8bc6')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix "/usr" \
---vimdir "/usr/share/vim/vimfiles" \
---enable-compiled-emacs-mode
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make test || warning "Tests failed"
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-
-install -Dm644 LICENSE_MIT.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: merlin/repos/community-x86_64/PKGBUILD (from rev 398290, 
merlin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 19:24:10 UTC (rev 398291)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=merlin
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
+arch=('x86_64')
+url="https://github.com/ocaml/merlin";
+license=('MIT')
+options=('!strip')
+depends=('glibc')
+makedepends=('ocaml-findlib' 'ocaml-yojson' 'dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
+
+build() {
+cd ${pkgname}-${pkgver}
+make build
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make test || warning "Tests failed"
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
+install -Dm644 LICENSE_MIT.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+# Fix path
+install -d "${pkgdir}"/usr/share/vim
+mv "${pkgdir}"/usr/share/{merlin/vim,vim/vimfiles}
+rmdir "${pkgdir}"/usr/share/merlin
+# Remove useless files
+rm -r "${pkgdir}"/usr/doc
+}


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 19:23:25
  Author: archange
Revision: 398290

upgpkg: merlin 3.2.2-1

Modified:
  merlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 18:58:44 UTC (rev 398289)
+++ PKGBUILD2018-10-21 19:23:25 UTC (rev 398290)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=merlin
-pkgver=3.1.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
 arch=('x86_64')
@@ -9,17 +9,13 @@
 license=('MIT')
 options=('!strip')
 depends=('glibc')
-makedepends=('ocaml-findlib' 'ocaml-yojson' 'emacs')
+makedepends=('ocaml-findlib' 'ocaml-yojson' 'dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('5deb4e3d9f1eaf283e17ec7dca2f17ce768a229e1da0170844d99860f84b8bc6')
+sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
 
 build() {
 cd ${pkgname}-${pkgver}
-./configure \
---prefix "/usr" \
---vimdir "/usr/share/vim/vimfiles" \
---enable-compiled-emacs-mode
-make
+make build
 }
 
 check() {
@@ -29,7 +25,13 @@
 
 package() {
 cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
 install -Dm644 LICENSE_MIT.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+# Fix path
+install -d "${pkgdir}"/usr/share/vim
+mv "${pkgdir}"/usr/share/{merlin/vim,vim/vimfiles}
+rmdir "${pkgdir}"/usr/share/merlin
+# Remove useless files
+rm -r "${pkgdir}"/usr/doc
 }


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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:55:00
  Author: andrewsc
Revision: 398287

upgpkg: python-docker 3.5.1-1

python-docker: Updating to 3.5.1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 18:52:34 UTC (rev 398286)
+++ PKGBUILD2018-10-21 18:55:00 UTC (rev 398287)
@@ -7,7 +7,7 @@
 
 pkgbase=python-docker
 pkgname=(python-docker python2-docker)
-pkgver=3.5.0
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
@@ -21,7 +21,7 @@
   'flake8' 'python2-flake8')
 checkdepends_x86_64=('docker')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('c5ebc99df66d49f53c39ff897bd95afcbb92ced3ec6fd61148b6775cddf9e830454b1da5ac79ea0bba76f143f35f29dec66e7db5c6df33ca5157d3fe40cd4e93')
+sha512sums=('8e927794cd308e17fc75f3c6569026c9b9c9f44eb2aa1c191dcfc6d1aabc36bdd341795ba9a2243ae2a27c428868c9f45e8bfabd7c1c798f3f4c85b7855eda6d')
 
 prepare() {
   sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt


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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:55:20
  Author: andrewsc
Revision: 398288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 18:55:00 UTC (rev 398287)
+++ PKGBUILD2018-10-21 18:55:20 UTC (rev 398288)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgbase=python-docker
-pkgname=(python-docker python2-docker)
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py";
-license=("Apache")
-makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
- 'python2-six' 'python-websocket-client' 'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
- 'python2-docker-pycreds')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
-  'flake8' 'python2-flake8')
-checkdepends_x86_64=('docker')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
-sha512sums=('c5ebc99df66d49f53c39ff897bd95afcbb92ced3ec6fd61148b6775cddf9e830454b1da5ac79ea0bba76f143f35f29dec66e7db5c6df33ca5157d3fe40cd4e93')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
-
-  cp -a docker-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir"/docker-py-$pkgver
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker() {
-  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
-  provides=('python-docker-py')
-  conflicts=('python-docker-py')
-  replaces=('python-docker-py')
-
-  cd docker-py-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}
-
-package_python2-docker() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-docker-pycreds'
-   'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-  provides=('python2-docker-py')
-  conflicts=('python2-docker-py')
-  replaces=('python2-docker-py')
-
-  cd docker-py-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 398287, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 18:55:20 UTC (rev 398288)
@@ -0,0 +1,72 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgbase=python-docker
+pkgname=(python-docker python2-docker)
+pkgver=3.5.1
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py";
+license=("Apache")
+makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
+ 'python2-six' 'python-websocket-client' 'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
+ 'python2-docker-pycreds')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
+  'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz";)
+sha512sums=('8e927794cd308e17fc75f3c6569026c9b9c9f44eb2aa1c191dcfc6d1aabc36bdd341795ba9a2243ae2a27c428868c9f45e8bfabd7c1c798f3f4c85b7855eda6d')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
+
+  cp -a docker-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir"/docker-py-$pkgver
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir"/docker-py-$pkgver-py2
+  py.test2 --cov=docker tests/unit
+
+  # kill $(<"$src

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

2018-10-21 Thread Johannes Löthberg via arch-commits
Date: Sunday, October 21, 2018 @ 18:52:34
  Author: demize
Revision: 398286

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 398285, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 398285, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 398285, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

---+
 PKGBUILD  |  121 
 synapse.install   |   50 +--
 sysusers-synapse.conf |2 
 3 files changed, 87 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 18:52:24 UTC (rev 398285)
+++ PKGBUILD2018-10-21 18:52:34 UTC (rev 398286)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.33.7
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers' 'python2-prometheus_client'
- 'python2-attrs' 'python2-netaddr' 'python2-sortedcontainers'
- 'systemd')
-makedepends=('python2-mock')
-checkdepends=('python2-lxml' 'python2-treq' 'python2-psutil')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-lxml: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
-'sysusers-synapse.conf')
-
-md5sums=('e917b30de7a8622ca58cf0d1e0c47c46'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-check() {
-   cd synapse-$pkgver
-   PYTHONPATH=. trial tests
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 398285, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 18:52:34 UTC (rev 398286)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.33.7
+pkgrel=2
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse";
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers' 'python2-prometheus_client'
+ 'python2-attrs' 'python2-netaddr' 'python2-sortedcontainers'
+ 'python2-treq' 'python2-psutil'
+ 'systemd')
+makedepends=('python2-mock')
+checkdepends=('python2-lxml')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-lxml: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail notifications'
+'python2-psutil: metrics'
+'python2-matrix-angular-sdk: built-in web client')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix

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

2018-10-21 Thread Johannes Löthberg via arch-commits
Date: Sunday, October 21, 2018 @ 18:52:24
  Author: demize
Revision: 398285

upgpkg: matrix-synapse 0.33.7-2

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 18:43:36 UTC (rev 398284)
+++ PKGBUILD2018-10-21 18:52:24 UTC (rev 398285)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.33.7
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";
@@ -20,9 +20,10 @@
  'python2-service-identity' 'python2-msgpack'
  'python2-phonenumbers' 'python2-prometheus_client'
  'python2-attrs' 'python2-netaddr' 'python2-sortedcontainers'
+ 'python2-treq' 'python2-psutil'
  'systemd')
 makedepends=('python2-mock')
-checkdepends=('python2-lxml' 'python2-treq' 'python2-psutil')
+checkdepends=('python2-lxml')
 optdepends=('python2-psycopg2: PostgreSQL support'
 'python2-lxml: URL previewing'
 'python2-jinja: e-mail notifications'


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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:43:05
  Author: andrewsc
Revision: 398283

upgpkg: firefox-developer-edition-i18n 64.0b2-1

firefox-developer-edition-i18n: Updating to 64.0b2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 18:34:28 UTC (rev 398282)
+++ PKGBUILD2018-10-21 18:43:05 UTC (rev 398283)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=64.0b1
+pkgver=64.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('f2dee9bac175810d2c0550aef6d863911cf484ec4131a7256033385515dbe981fcde0de326f231fc51d123765d7302ebd9c02a346a95f901ab8517169a5c794f'
-
'8d82baf63e3a8fa8176eac3c185e156447685db99c6bda7c6e5bd0e051af5047b29f2526d906a72798b958e506c21f481c0b35a619f23ac3bcac57c1d84acbfa'
-
'8230fb00771fc122cb3aa3f7c58e0a67d96c5fa226daa592d7f958912efe082290fa57bb32f9df8044c75dfb4e3deb7bfff696b71405902add2fcbe1f7aeb5d7'
-
'6e1a6884387620eb14a24a792dcd7c427c648d63337e85f3a32643029084193d935b7f88ed51c53344143cbd21dfff159f19a666c9f5400ad75f30e309d702a3'
-
'6aa87a0aea72a5e2d5b57084807d04654692fff7fc8b54a1346e5fb56300dbe5dfedc4d73a020d7589d1170bf21415e38c7385b529b97758522bf40b8840334f'
-
'e70a23409db16a64df4a3b502a18f1d29d7d52068b7035d209808453c7b53eb162d620c1b7d66810b4c87e4e9bedded8bd5b20f60469cda966b978b780bf6070'
-
'e83aaa32f87c113ef065dd81900ecbff6480205f651810519190c1f101a5bc32daf5b09c7c2acb542f2525f0476981f2fd4b93d5ebc690cc4e5474f97cd4fe3c'
-
'8cff05122b86003118ff03febbe704cc4abf5c9c77de1466d4813e995b5b86a3d41f502b0ceb9c1b273739ae1e6c767fb0d793c1f86d5d9b102b759b11497dcd'
-
'94c74c7b2b2936937c560e08ca4fe632a6c8a96759d6f1008c82a18a87647fde1a766acff2bc03446ee486b805b39ca084533a46fe52ba347fad9fbf09e7f153'
-
'ce700465cce64b6aed8bdd2948c198b9194d1f8b74773963bd18e04b522fb03642df1de3acfdc39175cf005ca2e4e2f6aec0fd4024d052d93d4aa9f980fc5292'
-
'8070abc56e55fa66a5f3156887cc5de8d0244e331cbe4855299d2f3274f656f1624bbe07b37ebcb82b7fa3ef7696382887a281c7597208cbc7cc4ff0efe85988'
-
'3731e7083e47eb7c5df31fe5bf8f77b2fa0497fad3f385c7d48ae633155c28788652d4431c5dcf1671ae1f07bf1d28d019718df84811f8c4f3d5d4b253aceaf6'
-
'0f96e54d6634cfbf818bf643d8ae67f39538ed5464c537cfc163ec07934c080cb12cd63f2716946fc745343edcae84a4a108a5d740e6a32a1489144ef63076e5'
-
'7a933c8555950fac29f7d22048352c401fb7835644125c6774c3c5dfc7ad27bad9144feee78d3028b901c0427839ee7870d96d56c95686038e4336104944d31e'
-
'7259580e7c9c191611f5f182d5d45352e1cdbe5dd6b13d57b42ce5121f6fc5c35497df9716b8560c80bb57d646a71acec28d131d8947fe85435891f2450a25bc'
-
'e7db9db8ee86838b2837b2e4b50d4bc06ed30821ced9028151070eb2ebbe5b74b455cb15212c893fc87bbd85205cda2f5c46a6628c9ba30a6a7335a73d211010'
-
'd6d750ac35a4ae70cc068f6ed5ff89f5f2d368c6ded2ffdc38aab37ce8ead531c5d28995bf2424ae7ceb9dd03dd4eafab6dec34ca7517e3b5cf9cbbdae1effe1'
-
'1df7523ad1508c05e09ecdef8c4ad3f6fa95fcea62833d06c6a914a4eaec97ae341a31c8b39981e7895980c773aaf9ca9b2f41f6c170a5efbab984c3657f0bc1'
-
'c6abf207e14029a45f2a2b8c7e534f89d83ea7142cceb56ab819f6e00cb927b70797af27a29932c73f44d818fd4e3be16a1ed0cd11b9783cacf2a54b17e22034'
-
'beb1113d83eca46cd536249bd580ccaf34fe5133ffb8aa419d4c8045d11b42371375ae97b3dc3dbaef79df98099d49438e47d1c8305cee1f4310e48b74be9dd9'
-
'3f75c6760bda5403b171692217841149b694d90491003ea9c891886584c1d94b68f2308a15192b5994343ab10ce86c92904856c15f1b0a0807e8668259d64990'
-
'49ed8b09e75a2fd9a2159d4dd138bc9a11c33ff3f29b222acb3cc9c08b0a85c6e2bfd3b2c1667d9affc19d2bae094ad631be3af3c5da6e246fd7248398bace78'
-
'75019895bc04553cc36d00838e14862c33cf5fb638a09fa9afc7cab6ba8f173b47c590b70b8e87b5c8287f44f9194071ebdd7c124701125cddbd3874c64e4196'
-
'a4d132a226bfa643ab1e1b81700a3ae99da13e024f98616d22f3b2c97ee5c3fd8b4c2b3665ff459b026e04bc73d945f11727632f7f68c30d2a06340264b44a5e'
-
'bb7490792e42b860175221b63f73ee63c786e743c1d9608a12fe5acc98184c3d8d415adc1df03d96f5062a1206a39850a4afce2d676ff5d35a9c6e029e0e7698'
-
'41768cfff078eef655ee82fa7a72435d8cd9b7dd5d878cefe9bd9c6249ee35a80cfb53c76bed79769ddb5ee71416ef0992b76d3016cd877e2415a1825ebff19f'
-
'aa589eb85874610f36acb278ce1381dd8af547bbfb9d1d7ff60adcb2e084c549c39daf113c75a89f779e0f2c5c077c992b335a9cb1d187ac12a83db2d95abef4'
-
'218aff3dca1777196d0d8ca86df79232ff227bde59d3ce514a6ef09c3fc1fa0d40d62482ac80888a127e9dd129db69f3039a7e27245b1897160b3cc7592eae92'
-
'8ab42d6cd

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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:43:36
  Author: andrewsc
Revision: 398284

archrelease: copy trunk to community-any

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

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

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

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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:34:28
  Author: andrewsc
Revision: 398282

archrelease: copy trunk to community-x86_64

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

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

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

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

2018-10-21 Thread Andrew Crerar via arch-commits
Date: Sunday, October 21, 2018 @ 18:33:54
  Author: andrewsc
Revision: 398281

upgpkg: firefox-developer-edition 64.0b2-1

firefox-developer-edition: Updating to 64.0b2

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 18:04:30 UTC (rev 398280)
+++ PKGBUILD2018-10-21 18:33:54 UTC (rev 398281)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=64.0b1
+pkgver=64.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 18:04:30
  Author: archange
Revision: 398280

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 398279, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 18:03:45 UTC (rev 398279)
+++ PKGBUILD2018-10-21 18:04:30 UTC (rev 398280)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('LGPL')
-depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
-checkdepends=('umockdev')
-backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 398279, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 18:04:30 UTC (rev 398280)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('LGPL')
+depends=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
+ 'libsoup' 'polkit' 'gcab'
+ 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
+checkdepends=('umockdev')
+backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
+'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 18:03:45
  Author: archange
Revision: 398279

upgpkg: fwupd 1.1.3-1

Sync dependency listing with upstream

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 17:43:20 UTC (rev 398278)
+++ PKGBUILD2018-10-21 18:03:45 UTC (rev 398279)
@@ -2,19 +2,22 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
 url='https://github.com/hughsie/fwupd'
 license=('LGPL')
-depends=('appstream-glib' 'efivar' 'python' 'libsmbios')
-makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'bash-completion' 
'python-pillow' 'gobject-introspection'
- 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala' 'gnu-efi-libs')
+depends=('appstream-glib' 'efivar' 'python' 'libsmbios' 'libgusb')
+makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc'
+ 'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 
'vala'
+ 'libsoup' 'polkit' 'gcab'
+ 'bash-completion' 'python-pillow' 'help2man' 'gnu-efi-libs')
 checkdepends=('umockdev')
 backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 
'SKIP')
+sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
+'SKIP')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 17:43:20
  Author: archange
Revision: 398278

archrelease: copy trunk to community-x86_64

Added:
  bs1770gain/repos/community-x86_64/PKGBUILD
(from rev 398277, bs1770gain/trunk/PKGBUILD)
Deleted:
  bs1770gain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 17:43:01 UTC (rev 398277)
+++ PKGBUILD2018-10-21 17:43:20 UTC (rev 398278)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=bs1770gain
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
-arch=('x86_64')
-url="http://bs1770gain.sourceforge.net";
-license=('GPL')
-depends=('ffmpeg' 'sox')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('31e68b6a1b8ceda939cb47340a1f0a5bed9057a7ccaab785655fe8338118a76d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: bs1770gain/repos/community-x86_64/PKGBUILD (from rev 398277, 
bs1770gain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 17:43:20 UTC (rev 398278)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=bs1770gain
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
+arch=('x86_64')
+url="http://bs1770gain.sourceforge.net";
+license=('GPL')
+depends=('ffmpeg' 'sox')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('06749f866417e6bcdb9fb24883cb08ae54248333a532380c7ddc56f7a45a8e64')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 17:43:01
  Author: archange
Revision: 398277

upgpkg: bs1770gain 0.5.1-1

Modified:
  bs1770gain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 17:39:39 UTC (rev 398276)
+++ PKGBUILD2018-10-21 17:43:01 UTC (rev 398277)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=bs1770gain
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('ffmpeg' 'sox')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('31e68b6a1b8ceda939cb47340a1f0a5bed9057a7ccaab785655fe8338118a76d')
+sha256sums=('06749f866417e6bcdb9fb24883cb08ae54248333a532380c7ddc56f7a45a8e64')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 17:39:39
  Author: archange
Revision: 398276

archrelease: copy trunk to community-any

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

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

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

Copied: riot/repos/community-any/PKGBUILD (from rev 398275, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 17:39:39 UTC (rev 398276)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.17.2
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im";
+_url="https://github.com/vector-im/riot-web";
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+   

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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 17:39:10
  Author: archange
Revision: 398275

upgpkg: riot 0.17.2-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 17:25:13 UTC (rev 398274)
+++ PKGBUILD2018-10-21 17:39:10 UTC (rev 398275)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=0.16.5
+pkgver=0.17.2
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('12802bd663c6f98c6a08f8021cf567f609503a94a2ba9710edcad3106fe5d444'
+sha256sums=('d043182827dd67b6f68df04c9751aefac8eb24ca5a0d670c5178fdca0fd2d8c0'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


[arch-commits] Commit in ocaml-easy-format/trunk (PKGBUILD)

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 17:25:13
  Author: archange
Revision: 398274

FS#60495

Modified:
  ocaml-easy-format/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 17:22:12 UTC (rev 398273)
+++ PKGBUILD2018-10-21 17:25:13 UTC (rev 398274)
@@ -10,7 +10,7 @@
 license=('BSD')
 options=('!strip' 'staticlibs')
 depends=('glibc')
-makedepends=('ocaml-findlib' 'dune' 'opam')
+makedepends=('dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('489d55ea5de171cea2d7e2114bcd5cebd1fcbf89f839fbf3757769507502e1f0')
 
@@ -27,13 +27,10 @@
 package() {
 cd ${_pkgname}-${pkgver}
 
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
+# Work around install command
+dune install --prefix="${pkgdir}"/usr/ --libdir="${pkgdir}$(ocamlfind 
printconf destdir)"
 
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
 # Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/easy-format/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+rm -r "${pkgdir}"/usr/doc
 }


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

2018-10-21 Thread Jerome Leclanche via arch-commits
Date: Sunday, October 21, 2018 @ 17:22:12
  Author: jleclanche
Revision: 398273

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 398272, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 17:12:22 UTC (rev 398272)
+++ PKGBUILD2018-10-21 17:22:12 UTC (rev 398273)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-
-pkgname=terraform
-pkgver=0.11.8
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie")
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha512sums=('a82be5a2000b5adb417451d87def4ad93a86f63f1a72774f6b181b93e4d95e339eb13d6f30bd887bb89e40fa3f5a859d98303dca9332238450fa18ca8f4e3e99')
-
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
-
-build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  go build -o terraform-binary
-}
-
-
-package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 398272, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 17:22:12 UTC (rev 398273)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+
+pkgname=terraform
+pkgver=0.11.9
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("cf2ecbdc9ea7c5294942f1c633b2871bf2bc620661148bf08546da2d32543784")
+
+
+prepare() {
+   export GOPATH="${srcdir}"
+   export PATH="$PATH:$GOPATH/bin"
+   mkdir -p src/github.com/hashicorp/
+   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   go build -o terraform-binary
+}
+
+
+package() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Jerome Leclanche via arch-commits
Date: Sunday, October 21, 2018 @ 17:12:22
  Author: jleclanche
Revision: 398272

upgpkg: terraform 0.11.9-1

Upstream release 0.11.9

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 16:38:01 UTC (rev 398271)
+++ PKGBUILD2018-10-21 17:12:22 UTC (rev 398272)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.11.8
+pkgver=0.11.9
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/";
@@ -9,27 +9,26 @@
 arch=("x86_64")
 license=("MPL")
 makedepends=("go-pie")
-depends=('glibc')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha512sums=('a82be5a2000b5adb417451d87def4ad93a86f63f1a72774f6b181b93e4d95e339eb13d6f30bd887bb89e40fa3f5a859d98303dca9332238450fa18ca8f4e3e99')
+sha256sums=("cf2ecbdc9ea7c5294942f1c633b2871bf2bc620661148bf08546da2d32543784")
 
 
 prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+   export GOPATH="${srcdir}"
+   export PATH="$PATH:$GOPATH/bin"
+   mkdir -p src/github.com/hashicorp/
+   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
 }
 
 
 build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  go build -o terraform-binary
+   cd src/github.com/hashicorp/"${pkgname}"
+   go build -o terraform-binary
 }
 
 
 package() {
-  cd src/github.com/hashicorp/"${pkgname}"
+   cd src/github.com/hashicorp/"${pkgname}"
install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 17:02:12
  Author: heftig
Revision: 336959

archrelease: copy trunk to extra-x86_64

Added:
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 336958, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 17:02:00 UTC (rev 336958)
+++ PKGBUILD2018-10-21 17:02:12 UTC (rev 336959)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks";
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(vala gobject-introspection itstool yelp-tools git meson)
-groups=(gnome)
-_commit=c8022661d7a75b4f43ddd260dbc77b8de32a59d9  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 336958, 
gnome-clocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 17:02:12 UTC (rev 336959)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks";
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(vala gobject-introspection itstool yelp-tools git meson)
+groups=(gnome)
+_commit=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 17:02:00
  Author: heftig
Revision: 336958

3.30.1-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 16:05:12 UTC (rev 336957)
+++ PKGBUILD2018-10-21 17:02:00 UTC (rev 336958)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks";
@@ -10,7 +10,7 @@
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
 makedepends=(vala gobject-introspection itstool yelp-tools git meson)
 groups=(gnome)
-_commit=c8022661d7a75b4f43ddd260dbc77b8de32a59d9  # tags/3.30.0^0
+_commit=a2ef639e9c090ef00a7f7f9f6bbd21c9a159c2f0  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-clocks.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 16:38:01
  Author: archange
Revision: 398271

archrelease: copy trunk to community-any

Added:
  pyzo/repos/community-any/
  pyzo/repos/community-any/PKGBUILD
(from rev 398270, pyzo/trunk/PKGBUILD)
  pyzo/repos/community-any/pyzo.sh
(from rev 398270, pyzo/trunk/pyzo.sh)

--+
 PKGBUILD |   36 
 pyzo.sh  |3 +++
 2 files changed, 39 insertions(+)

Copied: pyzo/repos/community-any/PKGBUILD (from rev 398270, pyzo/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-10-21 16:38:01 UTC (rev 398271)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Hector Mtz-Seara 
+
+pkgname=pyzo
+pkgver=4.6.0
+pkgrel=3
+pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
+url="https://pyzo.org";
+license=('BSD')
+arch=('any')
+depends=('python' 'pyside2')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz";
+'pyzo.sh')
+sha256sums=('40ee770ff2711669b49a781a2159daf60d0677b7e30ed5e79ceb4cf948912dc9'
+'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
+
+build(){
+cd ${pkgname}-${pkgver}
+python setup.py build
+}
+
+package(){
+cd ${pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm444 ${pkgname}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+install -Dm644 pyzo/resources/pyzo.desktop -t 
"${pkgdir}"/usr/share/applications/
+for i in 16 32 48 64 128 256
+do  
+install -Dm644 pyzo/resources/appicons/pyzologo${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
+done
+
+install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+}

Copied: pyzo/repos/community-any/pyzo.sh (from rev 398270, pyzo/trunk/pyzo.sh)
===
--- community-any/pyzo.sh   (rev 0)
+++ community-any/pyzo.sh   2018-10-21 16:38:01 UTC (rev 398271)
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import pyzo
+pyzo.start()


[arch-commits] Commit in (5 files)

2018-10-21 Thread Bruno Pagani via arch-commits
Date: Sunday, October 21, 2018 @ 16:36:19
  Author: archange
Revision: 398270

Initial addition of pyzo to [community]

Added:
  pyzo/
  pyzo/repos/
  pyzo/trunk/
  pyzo/trunk/PKGBUILD
  pyzo/trunk/pyzo.sh

--+
 PKGBUILD |   36 
 pyzo.sh  |3 +++
 2 files changed, 39 insertions(+)

Added: pyzo/trunk/PKGBUILD
===
--- pyzo/trunk/PKGBUILD (rev 0)
+++ pyzo/trunk/PKGBUILD 2018-10-21 16:36:19 UTC (rev 398270)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Hector Mtz-Seara 
+
+pkgname=pyzo
+pkgver=4.6.0
+pkgrel=3
+pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
+url="https://pyzo.org";
+license=('BSD')
+arch=('any')
+depends=('python' 'pyside2')
+makedepends=('python-setuptools')
+optdepends=('python-pyqt5: to use PyQt5 as backend instead of PySide')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz";
+'pyzo.sh')
+sha256sums=('40ee770ff2711669b49a781a2159daf60d0677b7e30ed5e79ceb4cf948912dc9'
+'ad318a4669f37819b99f273d3a770f9fe0f1732a6cf39ca69e8fe79f878586f4')
+
+build(){
+cd ${pkgname}-${pkgver}
+python setup.py build
+}
+
+package(){
+cd ${pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm444 ${pkgname}/license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+
+install -Dm644 pyzo/resources/pyzo.desktop -t 
"${pkgdir}"/usr/share/applications/
+for i in 16 32 48 64 128 256
+do  
+install -Dm644 pyzo/resources/appicons/pyzologo${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/pyzologo.png
+done
+
+install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
+}

Added: pyzo/trunk/pyzo.sh
===
--- pyzo/trunk/pyzo.sh  (rev 0)
+++ pyzo/trunk/pyzo.sh  2018-10-21 16:36:19 UTC (rev 398270)
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+import pyzo
+pyzo.start()


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

2018-10-21 Thread Filipe Laíns via arch-commits
Date: Sunday, October 21, 2018 @ 16:24:55
  Author: ffy00
Revision: 398269

archrelease: copy trunk to community-x86_64

Added:
  cockatrice/repos/community-x86_64/
  cockatrice/repos/community-x86_64/PKGBUILD
(from rev 398268, cockatrice/trunk/PKGBUILD)

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

Copied: cockatrice/repos/community-x86_64/PKGBUILD (from rev 398268, 
cockatrice/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-10-21 16:24:55 UTC (rev 398269)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.6.1
+_tag=2018-07-17-Release-$pkgver
+pkgrel=3
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag";)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-10-21 Thread Filipe Laíns via arch-commits
Date: Sunday, October 21, 2018 @ 16:24:50
  Author: ffy00
Revision: 398268

upgpkg: cockatrice 2.6.1-3

Added:
  cockatrice/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 16:24:50 UTC (rev 398268)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.6.1
+_tag=2018-07-17-Release-$pkgver
+pkgrel=3
+pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
+arch=('x86_64')
+url='https://cockatrice.github.io'
+license=('GPL2')
+depends=('qt5-base' 'protobuf' 'qt5-tools' 'qt5-svg' 'qt5-multimedia' 
'qt5-websockets')
+makedepends=('cmake' 'git' 'zlib')
+checkdepends=('gtest')
+optdepends=('zlib: Load zipped files in Oracle')
+provides=('cockatrice-client' 'cockatrice-server')
+conflicts=('cockatrice-client' 'cockatrice-server')
+source=("git+https://github.com/Cockatrice/Cockatrice.git#tag=$_tag";)
+sha512sums=('SKIP')
+
+build() {
+  mkdir -p $_pkgname/build
+  cd $_pkgname/build
+
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWITH_ORACLE=ON \
+   -DWITH_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   -DTEST=ON
+
+  make
+}
+
+#check() {
+#  cd $_pkgname/build
+#
+#  make test
+#}
+
+package() {
+  cd $_pkgname/build
+
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-10-21 Thread Florian Pritz via arch-commits
Date: Sunday, October 21, 2018 @ 16:17:06
  Author: bluewind
Revision: 398267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 16:17:03 UTC (rev 398266)
+++ PKGBUILD2018-10-21 16:17:06 UTC (rev 398267)
@@ -1,19 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=python-ansi2html
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="Convert text with ANSI color codes to HTML"
-arch=('any')
-url="http://pypi.python.org/pypi/ansi2html";
-license=('GPL')
-depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz";)
-md5sums=('05934f3c562df0d9940439b75cc8f5f8')
-validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 398266, 
python-ansi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 16:17:06 UTC (rev 398267)
@@ -0,0 +1,20 @@
+# Maintainer: Florian Pritz 
+
+pkgname=python-ansi2html
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Convert text with ANSI color codes to HTML"
+arch=('any')
+url="http://pypi.python.org/pypi/ansi2html";
+license=('GPL')
+depends=('python-six' 'python-setuptools')
+source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz";)
+md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
+sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1
+}


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

2018-10-21 Thread Florian Pritz via arch-commits
Date: Sunday, October 21, 2018 @ 16:17:03
  Author: bluewind
Revision: 398266

upgpkg: python-ansi2html 1.5.1-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 15:44:41 UTC (rev 398265)
+++ PKGBUILD2018-10-21 16:17:03 UTC (rev 398266)
@@ -1,15 +1,16 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html";
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz";)
-md5sums=('05934f3c562df0d9940439b75cc8f5f8')
+source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz";)
+md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
+sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


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

2018-10-21 Thread Antonio Rojas via arch-commits
Date: Sunday, October 21, 2018 @ 16:05:12
  Author: arojas
Revision: 336957

archrelease: copy trunk to staging-x86_64

Added:
  qca/repos/staging-x86_64/
  qca/repos/staging-x86_64/PKGBUILD
(from rev 336956, qca/trunk/PKGBUILD)
  qca/repos/staging-x86_64/qca-openssl-1.1.patch
(from rev 336956, qca/trunk/qca-openssl-1.1.patch)

---+
 PKGBUILD  |   50 +
 qca-openssl-1.1.patch | 2036 
 2 files changed, 2086 insertions(+)

Copied: qca/repos/staging-x86_64/PKGBUILD (from rev 336956, qca/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-21 16:05:12 UTC (rev 336957)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=qca
+pkgver=2.1.3
+pkgrel=2
+pkgdesc="Qt Cryptographic Architecture"
+arch=(x86_64)
+url="https://userbase.kde.org/QCA";
+license=(LGPL)
+depends=(qt5-base nss ca-certificates)
+optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan: botan plugin')
+makedepends=(cmake doxygen pkcs11-helper botan)
+conflicts=(qca-qt5)
+provides=(qca-qt5)
+replaces=(qca-qt5)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";
 qca-openssl-1.1.patch
+qca-botan2.patch::"https://cgit.kde.org/qca.git/patch/?id=47163784";)
+sha256sums=('003fd86a32421057a03b18a8168db52e2940978f9db5ebbb6a08882f8ab1e353'
+'b1505bc313fd2f4e350cd4c94af69256c901afa419ae6700b208cb6e40e6926d'
+'2b2c3103e47166eee46604288ba343b9ed1ccb957c54650e8eea770faab515e9')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../qca-openssl-1.1.patch # Fix build with OpenSSL 1.1 
https://bugs.kde.org/show_bug.cgi?id=379810
+  patch -p1 -i ../qca-botan2.patch  # Fix build with botan 2
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man
+  make
+}
+
+package() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan: botan plugin')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+

Copied: qca/repos/staging-x86_64/qca-openssl-1.1.patch (from rev 336956, 
qca/trunk/qca-openssl-1.1.patch)
===
--- staging-x86_64/qca-openssl-1.1.patch(rev 0)
+++ staging-x86_64/qca-openssl-1.1.patch2018-10-21 16:05:12 UTC (rev 
336957)
@@ -0,0 +1,2036 @@
+diff --git a/plugins/qca-ossl/CMakeLists.txt b/plugins/qca-ossl/CMakeLists.txt
+index cdeaeca..f7c5c1b 100644
+--- a/plugins/qca-ossl/CMakeLists.txt
 b/plugins/qca-ossl/CMakeLists.txt
+@@ -32,7 +32,7 @@ if(OPENSSL_FOUND)
+ message(WARNING "qca-ossl will be compiled without SHA-0 digest algorithm 
support")
+   endif(HAVE_OPENSSL_SHA0)
+ 
+-  set(QCA_OSSL_SOURCES qca-ossl.cpp)
++  set(QCA_OSSL_SOURCES libcrypto-compat.c qca-ossl.cpp)
+ 
+   my_automoc( QCA_OSSL_SOURCES )
+ 
+diff --git a/plugins/qca-ossl/libcrypto-compat.c 
b/plugins/qca-ossl/libcrypto-compat.c
+index e69de29..b587845 100644
+--- a/plugins/qca-ossl/libcrypto-compat.c
 b/plugins/qca-ossl/libcrypto-compat.c
+@@ -0,0 +1,410 @@
++/*
++ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
++ *
++ * Licensed under the OpenSSL license (the "License").  You may not use
++ * this file except in compliance with the License.  You can obtain a copy
++ * in the file LICENSE in the source distribution or at
++ * https://www.openssl.org/source/license.html
++ */
++
++#include 
++
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++
++#include 
++#include 
++
++static void *OPENSSL_zalloc(size_t num)
++{
++void *ret = OPENSSL_malloc(num);
++
++if (ret != NULL)
++memset(ret, 0, num);
++return ret;
++}
++
++int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d)
++{
++/* If the fields n and e in r are NULL, the corresponding input
++ * parameters MUST be non-NULL for n and e.  d may be
++ * left NULL (in case only the public key is used).
++ */
++if ((r->n == NULL && n == NULL)
++|| (r->e == NULL && e == NULL))
++return 0;
++
++if (n != NULL) {
++BN_free(r->n);
++r->n = n;
++}
++if (e != NULL) {
++BN_free(r->e);
++r->e = e;
++}
++if (d != NULL) {
++BN_free(r->d);
++r->d = d;
++}
++
++return 1;
++}
++
++int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q)
++{
++/* If the fields p and q in r are NULL, the corresponding input
++ * parameters MUST be non-NULL.
++ */
++if ((r->p == NULL && p == NULL)
++|| (r->q == NULL && q == NULL))
++return 0;
++
++if (p != NULL) {
++BN_free(r->p);
++r->p = p;
++}
++if (q != 

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

2018-10-21 Thread Antonio Rojas via arch-commits
Date: Sunday, October 21, 2018 @ 16:04:49
  Author: arojas
Revision: 336956

botan 2.8 rebuild

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 14:47:36 UTC (rev 336955)
+++ PKGBUILD2018-10-21 16:04:49 UTC (rev 336956)
@@ -4,7 +4,7 @@
 
 pkgname=qca
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Cryptographic Architecture"
 arch=(x86_64)
 url="https://userbase.kde.org/QCA";


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

2018-10-21 Thread Alexander Rødseth via arch-commits
Date: Sunday, October 21, 2018 @ 15:44:41
  Author: arodseth
Revision: 398265

archrelease: copy trunk to community-staging-x86_64

Added:
  botan/repos/community-staging-x86_64/
  botan/repos/community-staging-x86_64/PKGBUILD
(from rev 398264, botan/trunk/PKGBUILD)
  botan/repos/community-staging-x86_64/botan.key
(from rev 398264, botan/trunk/botan.key)

---+
 PKGBUILD  |   47 +++
 botan.key |   35 +++
 2 files changed, 82 insertions(+)

Copied: botan/repos/community-staging-x86_64/PKGBUILD (from rev 398264, 
botan/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 15:44:41 UTC (rev 398265)
@@ -0,0 +1,47 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Angel Velasquez 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: d'Ronin 
+# Contributor: Hexchain Tong 
+# Contributor: Jack Lloyd 
+
+pkgname=botan
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+arch=('x86_64')
+url='https://botan.randombit.net/'
+license=('BSD')
+makedepends=('python')
+optdepends=('python: for using botan2.py')
+validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+sha256sums=('e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960'
+'SKIP')
+
+build() {
+  cd "${pkgname^}-$pkgver"
+
+  # botan benefits from -O3. Upstream is using it.
+  CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
+--prefix=/usr \
+--with-bzip \
+--with-lzma \
+--with-zlib
+  make
+}
+
+check() {
+  cd "${pkgname^}-$pkgver"
+
+  ./botan-test
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C "${pkgname^}-$pkgver" install
+  install -Dm644 "${pkgname^}-$pkgver/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/randombit/botan
+# vim: ts=2 sw=2 et:

Copied: botan/repos/community-staging-x86_64/botan.key (from rev 398264, 
botan/trunk/botan.key)
===
--- community-staging-x86_64/botan.key  (rev 0)
+++ community-staging-x86_64/botan.key  2018-10-21 15:44:41 UTC (rev 398265)
@@ -0,0 +1,35 @@
+pub   2048R/EFBADFBC 2004-10-30
+  Key fingerprint = 621D AF64 11E1 851C 4CF9  A2E1 6211 EBF1 EFBA DFBC
+uid  Botan Distribution Key
+
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+mQELBEGD1j0BCADHxPJkPcjJE+4Dlisx2hVc0Dj6JI1MSLrkM8R+2bOhVUSferxP
+T1EMPhfrAdOHTAloyvRThJztnZsNKqfLL49GGcBLdEGAVNks1pG37Teze5Lx1XIu
+zJFrozL2sqBy5C6nHpFgd1tcD68Rah2wp0u2cR9owXf1IqKdEfuo661+MTv7wTB1
+4hKV75nB7ZO6676SEZRILYM+7RJwKAKEmEPJc6hEf94VXn9ecNzaTlHgYkjhz9db
+LOd3od9XvuUw+LMR1dwBqMxbvR90MiXjbedDEkbArcZB9YOAIvEX/lC3qaW4XJt4
+iwHWl/YVZEfALcvQywe2CDrH5hO794wd9MpBAAYptBZCb3RhbiBEaXN0cmlidXRp
+b24gS2V5iQEqBBMBAgAUAhsDAh4BAheABQJKfFpnBBUKCQgACgkQYhHr8e+637xk
+PQf/aOi78XenwwvFrwXOVIVTdZIf8rK1zJksf26h09UD8uVV6z5iiTcpn86+eN9p
+6Ar8IH3tD+JuFnPSwZ/r9MNC2XZwenYo4Gb14jqM6/9hBe328vmeM4Y1G7bD4HrL
+kgV5WEyokqm3zbp3FBLr3Vh68TAC5JB9aHevra+cCA2u3vBNI3YUM5z4TdO150P3
+J00whkqImQEUni8bgxvllBLFM+uhucsX3HZWkoDEpotbg8yd0bqMkiPEyMr1OnJq
+eDVDMrB5wnyLgLFfRAAw3mopM0C1PNOAHr/BIYiaDHX2OwnOfep8rMDoRVf2Ge0D
+DBgsJJ6LduQHLeg403SHWL2F6YkCHAQTAQIABgUCQYPWUgAKCRBcD5boTsFta+r9
+EACWVis7YcaGkKKgRB/5ox8rM36XVhMXdh/hnnGHt5rapbbRRkRHRcWU8WIcFO1A
+59+TfwNNd8gN1MEt/5aX5KHWVKHBDexJgIxm6Dm1pisYHf/dnYQPM18hmqqwNlKY
+97hFkPpHd7enrtc/SvGbQhhLXYlpwBrdMl76e9xJLnnrRQksxegGPo8cr+C9HTs1
+Lwa8zzBxyBwYBYX+0moDkDShEhuXx6mEOXrGvQanJuIvpoIwGH+62E65MbJGlwWp
+w/MAtm2jFhBIhGV0bqJCFp9zIgdNgfskBaPr0oilbuJQZqP0Iqe/6CCt4XkS51yW
+ZqxjLAFpEpvDec4PGw3witKf/koGon9X8C035+nEjLBrWy18Q91vw2USyLI+mm9d
+iMAS8pY2gomfxBO2VwYHJryZykjCYQkccRA1tHteRj4gqTObo0Ak47y5MnplTWwi
+40oP7K2cfhCRBmMioxmYES4xsHEupfRBo3xr1Jq9q0t688WTT1NXHPMPoueF9mKZ
+Cf2pa9aHsqBmWTm3sCaNQKGubCDBEUmJUyndmSatJyYM7NVYoUp6EfqMACFuTNdB
+sjKMh7aWVikQpbJDfA1BIU3lZeqgjgrghVAWkEOBfhG0IVZj+RVCJpsqoTJ8asY2
+VreArSCyr/VnLEnfuH/QpgvCiCbepo3E34DJt4SaAOO2ZohGBBARAgAGBQJMGVc1
+AAoJEKY/LL36AvvMgsoAn2G7kXd09BF7ffk1Sfh174SVrvM9AKC7+R7x0+yV3SCd
+JkkUOo3xR5cOxw==
+=1QuR
+-END PGP PUBLIC KEY BLOCK-


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

2018-10-21 Thread Alexander Rødseth via arch-commits
Date: Sunday, October 21, 2018 @ 15:44:32
  Author: arodseth
Revision: 398264

upgpkg: botan 2.8.0-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 15:06:28 UTC (rev 398263)
+++ PKGBUILD2018-10-21 15:44:32 UTC (rev 398264)
@@ -6,8 +6,8 @@
 # Contributor: Jack Lloyd 
 
 pkgname=botan
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc='Crypto library written in C++'
 arch=('x86_64')
 url='https://botan.randombit.net/'
@@ -16,18 +16,18 @@
 optdepends=('python: for using botan2.py')
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
 source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
-sha256sums=('e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90'
+sha256sums=('e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960'
 'SKIP')
 
 build() {
   cd "${pkgname^}-$pkgver"
 
-  # botan benefits from -O3, and upstream devs are running benchmarks with it
+  # botan benefits from -O3. Upstream is using it.
   CXXFLAGS="$CXXFLAGS -O3" ./configure.py \
 --prefix=/usr \
 --with-bzip \
---with-zlib \
---with-lzma
+--with-lzma \
+--with-zlib
   make
 }
 


[arch-commits] Commit in gnome-code-assistance/repos/community-x86_64 (2 files)

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 15:06:28
  Author: heftig
Revision: 398263

archrelease: copy trunk to community-x86_64

Added:
  gnome-code-assistance/repos/community-x86_64/PKGBUILD
(from rev 398262, gnome-code-assistance/trunk/PKGBUILD)
Deleted:
  gnome-code-assistance/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 15:06:14 UTC (rev 398262)
+++ PKGBUILD2018-10-21 15:06:28 UTC (rev 398263)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-code-assistance
-pkgver=3.16.1+12+g5418ece
-pkgrel=2
-pkgdesc="Code assistance services for GNOME"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/CodeAssistance";
-license=(GPL3)
-depends=(libgee python-dbus python-gobject python-pylint python-pyflakes 
python-pycodestyle
- python-lxml python-simplejson ruby-dbus ruby-sass)
-makedepends=(intltool gobject-introspection llvm clang gjs vala go-pie 
gnome-common git)
-optdepends=('clang: Assistance for C and C++'
-'gjs: Assistance for JavaScript'
-'vala: Assistance for Vala'
-'go: Assistance for Go')
-groups=(gnome-extra)
-_commit=5418ece7e268d6a66cad3e9da0659eb26203febc  # master
-source=("git+https://git.gnome.org/browse/gnome-code-assistance#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-code-assistance/repos/community-x86_64/PKGBUILD (from rev 398262, 
gnome-code-assistance/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 15:06:28 UTC (rev 398263)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-code-assistance
+pkgver=3.16.1+13+g7f81c19
+pkgrel=1
+pkgdesc="Code assistance services for GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/CodeAssistance";
+license=(GPL3)
+depends=(libgee python-dbus python-gobject python-pylint python-pyflakes 
python-pycodestyle
+ python-lxml python-simplejson ruby-dbus ruby-sass)
+makedepends=(intltool gobject-introspection llvm clang gjs vala go-pie 
gnome-common git)
+optdepends=('clang: Assistance for C and C++'
+'gjs: Assistance for JavaScript'
+'vala: Assistance for Vala'
+'go: Assistance for Go')
+groups=(gnome-extra)
+_commit=7f81c19958bf9bd2f98f65c4280d9275aa0d81fd  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-code-assistance.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib
+  make
+}
+
+package(){
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-code-assistance/trunk (PKGBUILD)

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 15:06:14
  Author: heftig
Revision: 398262

3.16.1+13+g7f81c19-1

Modified:
  gnome-code-assistance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 15:05:03 UTC (rev 398261)
+++ PKGBUILD2018-10-21 15:06:14 UTC (rev 398262)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-code-assistance
-pkgver=3.16.1+12+g5418ece
-pkgrel=2
+pkgver=3.16.1+13+g7f81c19
+pkgrel=1
 pkgdesc="Code assistance services for GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/CodeAssistance";
@@ -15,8 +15,8 @@
 'vala: Assistance for Vala'
 'go: Assistance for Go')
 groups=(gnome-extra)
-_commit=5418ece7e268d6a66cad3e9da0659eb26203febc  # master
-source=("git+https://git.gnome.org/browse/gnome-code-assistance#commit=$_commit";)
+_commit=7f81c19958bf9bd2f98f65c4280d9275aa0d81fd  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-code-assistance.git#commit=$_commit";)
 sha512sums=('SKIP')
 
 pkgver() {


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

2018-10-21 Thread Christian Rebischke via arch-commits
Date: Sunday, October 21, 2018 @ 15:04:40
  Author: shibumi
Revision: 398260

upgpkg: libvirt 4.8.0-2

This fixes #60478

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 14:06:49 UTC (rev 398259)
+++ PKGBUILD2018-10-21 15:04:40 UTC (rev 398260)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=4.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="http://libvirt.org/";
@@ -15,7 +15,7 @@
  'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
  'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
  'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
- 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs')
+ 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
 optdepends=('ebtables: required for default NAT networking'
 'dnsmasq: required for default NAT/DHCP for guests'
 'bridge-utils: for bridged networking'


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:47:11
  Author: heftig
Revision: 336952

3.30.2-1

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 14:06:57 UTC (rev 336951)
+++ PKGBUILD2018-10-21 14:47:11 UTC (rev 336952)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=bijiben
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben";
@@ -9,7 +9,7 @@
 license=(GPL)
 depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(evolution python appstream-glib yelp-tools git meson)
-_commit=93310671f94277fc99750ae0e0d4f55b2d82ed7f  # tags/BIJIBEN_3_30_1^0
+_commit=53cd863440a398b5b1754ec249fe70b1b2dba02a  # tags/BIJIBEN_3_30_2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:47:26
  Author: heftig
Revision: 336954

archrelease: copy trunk to extra-x86_64

Added:
  bijiben/repos/extra-x86_64/PKGBUILD
(from rev 336953, bijiben/trunk/PKGBUILD)
Deleted:
  bijiben/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 14:47:12 UTC (rev 336953)
+++ PKGBUILD2018-10-21 14:47:26 UTC (rev 336954)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben";
-arch=(x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(evolution python appstream-glib yelp-tools git meson)
-_commit=93310671f94277fc99750ae0e0d4f55b2d82ed7f  # tags/BIJIBEN_3_30_1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd gnome-notes
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd gnome-notes
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson gnome-notes build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 336953, 
bijiben/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 14:47:26 UTC (rev 336954)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben";
+arch=(x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+_commit=53cd863440a398b5b1754ec249fe70b1b2dba02a  # tags/BIJIBEN_3_30_2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd gnome-notes
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd gnome-notes
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson gnome-notes build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:47:36
  Author: heftig
Revision: 336955

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/PKGBUILD
(from rev 336954, gedit/trunk/PKGBUILD)
Deleted:
  gedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 14:47:26 UTC (rev 336954)
+++ PKGBUILD2018-10-21 14:47:36 UTC (rev 336955)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gedit
-pkgver=3.30.1
-pkgrel=1
-pkgdesc="GNOME Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit";
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
-optdepends=('gedit-plugins: Additional features')
-groups=(gnome)
-_commit=8c1a6620a541251c0e947afb343d9680d770d3ae  # tags/3.30.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit";
-"git+https://gitlab.gnome.org/GNOME/libgd.git";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
-  --enable-python --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 336954, 
gedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 14:47:36 UTC (rev 336955)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit";
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome)
+_commit=4ffea6d7644ad7ac0f306266bd1fc50236462d44  # tags/3.30.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit";
+"git+https://gitlab.gnome.org/GNOME/libgd.git";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package(){
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:47:12
  Author: heftig
Revision: 336953

3.30.2-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 14:47:11 UTC (rev 336952)
+++ PKGBUILD2018-10-21 14:47:12 UTC (rev 336953)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.30.1
+pkgver=3.30.2
 pkgrel=1
 pkgdesc="GNOME Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit";
@@ -12,7 +12,7 @@
 makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git 
gtk-doc)
 optdepends=('gedit-plugins: Additional features')
 groups=(gnome)
-_commit=8c1a6620a541251c0e947afb343d9680d770d3ae  # tags/3.30.1^0
+_commit=4ffea6d7644ad7ac0f306266bd1fc50236462d44  # tags/3.30.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:06:57
  Author: heftig
Revision: 336951

archrelease: copy trunk to testing-x86_64

Added:
  harfbuzz/repos/testing-x86_64/PKGBUILD
(from rev 336950, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 14:05:44 UTC (rev 336950)
+++ PKGBUILD2018-10-21 14:06:57 UTC (rev 336951)
@@ -1,69 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-arch=(x86_64)
-license=(MIT)
-depends=(glib2 freetype2 graphite)
-makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=3d9a0306ebb48706778fd2c487c3cacc7d508d6c  # tags/2.0.0^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---with-graphite2 \
---with-icu \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_harfbuzz() {
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/testing-x86_64/PKGBUILD (from rev 336950, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 14:06:57 UTC (rev 336951)
@@ -0,0 +1,69 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+arch=(x86_64)
+license=(MIT)
+depends=(glib2 freetype2 graphite)
+makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--with-graphite2 \
+--with-icu \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_harfbuzz() {
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:06:49
  Author: heftig
Revision: 398259

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-harfbuzz/repos/multilib-testing-x86_64/PKGBUILD
(from rev 398258, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 14:05:45 UTC (rev 398258)
+++ PKGBUILD2018-10-21 14:06:49 UTC (rev 398259)
@@ -1,75 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-arch=(x86_64)
-license=(MIT)
-depends=(lib32-glib2 lib32-freetype2 harfbuzz)
-makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=3d9a0306ebb48706778fd2c487c3cacc7d508d6c  # tags/2.0.0^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd harfbuzz
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---without-graphite2 \
---with-icu \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd harfbuzz
-  make check
-}
-
-package_lib32-harfbuzz() {
-
-  cd harfbuzz
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
-  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
-  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
-  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
-}

Copied: lib32-harfbuzz/repos/multilib-testing-x86_64/PKGBUILD (from rev 398258, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 14:06:49 UTC (rev 398259)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd harfbuzz
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd harfbuzz
+  make check
+}
+
+package_lib32-harfbuzz() {
+
+  cd harfbuzz
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:05:45
  Author: heftig
Revision: 398258

2.0.2-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 13:55:00 UTC (rev 398257)
+++ PKGBUILD2018-10-21 14:05:45 UTC (rev 398258)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.0.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -10,7 +10,7 @@
 depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=3d9a0306ebb48706778fd2c487c3cacc7d508d6c  # tags/2.0.0^0
+_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-21 Thread Jan Steffens via arch-commits
Date: Sunday, October 21, 2018 @ 14:05:44
  Author: heftig
Revision: 336950

2.0.2-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:34:01 UTC (rev 336949)
+++ PKGBUILD2018-10-21 14:05:44 UTC (rev 336950)
@@ -2,7 +2,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.0.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -11,7 +11,7 @@
 depends=(glib2 freetype2 graphite)
 makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=3d9a0306ebb48706778fd2c487c3cacc7d508d6c  # tags/2.0.0^0
+_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2018-10-21 Thread Levente Polyak via arch-commits
Date: Sunday, October 21, 2018 @ 13:54:47
  Author: anthraxx
Revision: 398256

upgpkg: python-jedi 0.13.1-1

Modified:
  python-jedi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 13:39:30 UTC (rev 398255)
+++ PKGBUILD2018-10-21 13:54:47 UTC (rev 398256)
@@ -4,7 +4,7 @@
 
 pkgbase=python-jedi
 pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 arch=('any')
 url="https://github.com/davidhalter/jedi";
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' 'python-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz";)
-md5sums=('eec5d934d8a4e70385379c0bd1132ae4')
+sha256sums=('e650be5ac603537ebcf31009c3c574909f7fd51a47298406f22f07baa7bdf686')
 
 check() {
 cd "$srcdir/jedi-${pkgver}"


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

2018-10-21 Thread Levente Polyak via arch-commits
Date: Sunday, October 21, 2018 @ 13:55:00
  Author: anthraxx
Revision: 398257

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 13:54:47 UTC (rev 398256)
+++ PKGBUILD2018-10-21 13:55:00 UTC (rev 398257)
@@ -1,42 +0,0 @@
-# Submitter: Simon Conseil 
-# Submitter: Jesus Alvarez
-# Maintainer: Danilo Bargen 
-
-pkgbase=python-jedi
-pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.13.0
-pkgrel=1
-arch=('any')
-url="https://github.com/davidhalter/jedi";
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz";)
-md5sums=('eec5d934d8a4e70385379c0bd1132ae4')
-
-check() {
-cd "$srcdir/jedi-${pkgver}"
-pytest test || warning 'Ignoring test_pyc failure'
-}
-
-package_python-jedi() {
-pkgdesc="Awesome autocompletion for python"
-depends=('python' 'python-parso')
-conflicts=('python3-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python3 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jedi() {
-pkgdesc="Awesome autocompletion for python2"
-depends=('python2' 'python2-parso')
-conflicts=('jedi-git' 'python2-jedi-git')
-cd "$srcdir/jedi-${pkgver}"
-python2 setup.py install --root="$pkgdir/" --optimize=1
-
-install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et

Copied: python-jedi/repos/community-any/PKGBUILD (from rev 398256, 
python-jedi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 13:55:00 UTC (rev 398257)
@@ -0,0 +1,42 @@
+# Submitter: Simon Conseil 
+# Submitter: Jesus Alvarez
+# Maintainer: Danilo Bargen 
+
+pkgbase=python-jedi
+pkgname=('python2-jedi' 'python-jedi')
+pkgver=0.13.1
+pkgrel=1
+arch=('any')
+url="https://github.com/davidhalter/jedi";
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz";)
+sha256sums=('e650be5ac603537ebcf31009c3c574909f7fd51a47298406f22f07baa7bdf686')
+
+check() {
+cd "$srcdir/jedi-${pkgver}"
+pytest test || warning 'Ignoring test_pyc failure'
+}
+
+package_python-jedi() {
+pkgdesc="Awesome autocompletion for python"
+depends=('python' 'python-parso')
+conflicts=('python3-jedi-git')
+cd "$srcdir/jedi-${pkgver}"
+python3 setup.py install --root="$pkgdir/" --optimize=1
+
+install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jedi() {
+pkgdesc="Awesome autocompletion for python2"
+depends=('python2' 'python2-parso')
+conflicts=('jedi-git' 'python2-jedi-git')
+cd "$srcdir/jedi-${pkgver}"
+python2 setup.py install --root="$pkgdir/" --optimize=1
+
+install -D -m644 "$srcdir/jedi-${pkgver}/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et


[arch-commits] Commit in (cockatrice cockatrice/repos cockatrice/trunk)

2018-10-21 Thread Filipe Laíns via arch-commits
Date: Sunday, October 21, 2018 @ 13:39:30
  Author: ffy00
Revision: 398255

add root structure

Added:
  cockatrice/
  cockatrice/repos/
  cockatrice/trunk/


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

2018-10-21 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 21, 2018 @ 13:32:12
  Author: seblu
Revision: 398254

Version is package version, not git

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 13:30:04 UTC (rev 398253)
+++ PKGBUILD2018-10-21 13:32:12 UTC (rev 398254)
@@ -76,7 +76,7 @@
 NO_SDT=1 \
 PYTHON=python \
 PYTHON_CONFIG=python-config \
-PERF_VERSION=${pkgver//_/-}-$pkgrel \
+PERF_VERSION=$pkgver-$pkgrel \
 DESTDIR="$pkgdir" \
 all man
   popd
@@ -83,7 +83,7 @@
 
   msg2 'cpupower'
   pushd linux/tools/power/cpupower
-  make VERSION=${pkgver//_/-}-$pkgrel
+  make VERSION=$pkgver-$pkgrel
   popd
 
   msg2 'x86_energy_perf_policy'
@@ -161,7 +161,7 @@
 NO_SDT=1 \
 PYTHON=python \
 PYTHON_CONFIG=python-config \
-PERF_VERSION=${pkgver//_/-}-$pkgrel \
+PERF_VERSION=$pkgver-$pkgrel \
 DESTDIR="$pkgdir" \
 install install-man
   cd "$pkgdir"


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

2018-10-21 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 21, 2018 @ 13:30:04
  Author: seblu
Revision: 398253

Switch to python3

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:14:04 UTC (rev 398252)
+++ PKGBUILD2018-10-21 13:30:04 UTC (rev 398253)
@@ -13,7 +13,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.18
+pkgver=4.19_rc8
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')
@@ -24,7 +24,7 @@
 # kernel source deps
 makedepends+=('asciidoc' 'xmlto')
 # perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
+makedepends+=('perl' 'python' 'slang' 'elfutils' 'libunwind' 'numactl' 'audit' 
'gtk2')
 # cpupower deps
 makedepends+=('pciutils')
 # usbip deps
@@ -32,7 +32,7 @@
 # tmon deps
 makedepends+=('ncurses')
 groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver";
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v${pkgver//_/-}";
 #'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.12.2.xz'
 'cpupower.default'
 'cpupower.systemd'
@@ -74,9 +74,9 @@
 lib=lib/perf \
 perfexecdir=lib/perf \
 NO_SDT=1 \
-PYTHON=python2 \
-PYTHON_CONFIG=python2-config \
-PERF_VERSION=$pkgver-$pkgrel \
+PYTHON=python \
+PYTHON_CONFIG=python-config \
+PERF_VERSION=${pkgver//_/-}-$pkgrel \
 DESTDIR="$pkgdir" \
 all man
   popd
@@ -83,7 +83,7 @@
 
   msg2 'cpupower'
   pushd linux/tools/power/cpupower
-  make VERSION=$pkgver-$pkgrel
+  make VERSION=${pkgver//_/-}-$pkgrel
   popd
 
   msg2 'x86_energy_perf_policy'
@@ -149,8 +149,8 @@
 
 package_perf() {
   pkgdesc='Linux kernel performance auditing tool'
-  depends=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'binutils'
-   'numactl' 'audit')
+  depends=('glibc' 'perl' 'python' 'slang' 'elfutils' 'libunwind' 'binutils'
+   'numactl' 'audit' 'coreutils' 'glib2' 'xz' 'zlib' 'libelf' 'bash')
   optdepends=('gtk2: support GTK2 browser for perf report')
 
   cd linux/tools/perf
@@ -159,9 +159,9 @@
 lib=lib/perf \
 perfexecdir=lib/perf \
 NO_SDT=1 \
-PYTHON=python2 \
-PYTHON_CONFIG=python2-config \
-PERF_VERSION=$pkgver-$pkgrel \
+PYTHON=python \
+PYTHON_CONFIG=python-config \
+PERF_VERSION=${pkgver//_/-}-$pkgrel \
 DESTDIR="$pkgdir" \
 install install-man
   cd "$pkgdir"
@@ -178,7 +178,7 @@
 package_cpupower() {
   pkgdesc='Linux kernel tool to examine and tune power saving related features 
of your processor'
   backup=('etc/default/cpupower')
-  depends=('bash' 'pciutils')
+  depends=('glibc' 'bash' 'pciutils')
   conflicts=('cpufrequtils')
   replaces=('cpufrequtils')
   install=cpupower.install
@@ -209,7 +209,7 @@
 
 package_usbip() {
   pkgdesc='An USB device sharing system over IP network'
-  depends=('glib2' 'sysfsutils' 'libsystemd')
+  depends=('glibc' 'glib2' 'sysfsutils' 'libsystemd')
 
   pushd linux/tools/usb/usbip
   make install DESTDIR="$pkgdir"


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

2018-10-21 Thread Andreas Radke via arch-commits
Date: Sunday, October 21, 2018 @ 12:33:49
  Author: andyrtr
Revision: 336948

upgpkg: nx 3.5.99.16-2

fix FTBFS; FS#60428

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:12:33 UTC (rev 336947)
+++ PKGBUILD2018-10-21 12:33:49 UTC (rev 336948)
@@ -3,7 +3,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nxagent' 'nx-headers')
 pkgver=3.5.99.16
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://arctica-project.org";
 license=('GPL')
@@ -30,7 +30,8 @@
 
   make \
 PREFIX=/usr \
-CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include"
+CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include" \
+IMAKE_DEFINES="-DUseTIRPC=YES"
 
   # fake install
   mkdir $srcdir/fakeinstall


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

2018-10-21 Thread Andreas Radke via arch-commits
Date: Sunday, October 21, 2018 @ 12:34:01
  Author: andyrtr
Revision: 336949

archrelease: copy trunk to extra-x86_64

Added:
  nx/repos/extra-x86_64/PKGBUILD
(from rev 336948, nx/trunk/PKGBUILD)
Deleted:
  nx/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 12:33:49 UTC (rev 336948)
+++ PKGBUILD2018-10-21 12:34:01 UTC (rev 336949)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nxagent' 'nx-headers')
-pkgver=3.5.99.16
-pkgrel=1
-arch=('x86_64')
-url="https://arctica-project.org";
-license=('GPL')
-# https://github.com/ArcticaProject/nx-libs/blob/3.6.x/nx-libs.spec
-makedepends=(# runtime dependencies from subpackages
- 'libjpeg-turbo' 'libpng' 'gcc-libs'
- 'libxml2' 'xkeyboard-config' 'xorg-xkbcomp'
- 'xorg-xkbcomp' 'libxfont2' 'libxinerama'
- 'xorg-font-util'  'pixman'
- 'libxrandr' 'libxtst' 'libxcomposite' 'libxpm' 'libxdamage'
- # make dependencies
- 'xorgproto' 'imake'
-)
-source=(https://github.com/ArcticaProject/nx-libs/archive/$pkgver/nx-libs-$pkgver.tar.gz)
-sha256sums=('b04255509bc73b6ed0eca76cfbf92757eb268454b43e9b0ae4beb79491bd49c9')
-validpgpkeys=('1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B' # X2go Git 
Administrator 
-  '9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 

-
-build() {
-  cd "${srcdir}/nx-libs-$pkgver"
-  
-  # let makepkg zip the man files
-  sed -i "s:gzip:#gzip:g" Makefile
-
-  make \
-PREFIX=/usr \
-CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include"
-
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make install \
-   PREFIX=/usr \
-   DESTDIR="$srcdir/fakeinstall" \
-   LIBDIR=/usr/lib \
-   SHLIBDIR=/usr/lib \
-   INSTALL_DIR="install -dm0755" \
-   INSTALL_FILE="install -pm0644" \
-   INSTALL_PROGRAM="install -pm0755"
-}
-
-package_libxcomp() {
-  
-  pkgdesc="NX X compression library"
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib
-  cp -a ${srcdir}/fakeinstall/usr/lib/libXcomp.so* ${pkgdir}/usr/lib
-}
-
-package_nxproxy() {
-
-  pkgdesc="NX proxy"
-  depends=('libxcomp' )
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1}
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
-}
-
-package_nx-x11() {
- 
-  pkgdesc="NX-X11 lib for the NX framework"
-  depends=('libxcomp')
-   
-  install -dm755 ${pkgdir}/usr/{lib/nx/X11,share/nx}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
-  cp -aR ${srcdir}/fakeinstall/usr/lib/libNX* ${pkgdir}/usr/lib
-  
-  # fonts symlink
-  ln -vsf /usr/share/fonts ${pkgdir}/usr/share/nx/fonts
-}
-
-package_nxagent() {
-  
-  pkgdesc="NX X server based on Xnest"
-  backup=(etc/nxagent/{keystrokes.cfg,nxagent.keyboard})
-  depends=('nx-x11' 'libxcomp' 'libxml2' 'xkeyboard-config' 'xorg-xkbcomp'
-   'xorg-xkbcomp' 'libxfont2' 'libxinerama'
-   'xorg-font-util'  'libxfont2' 'libxinerama' 'pixman'
-   'libxrandr' 'libxtst' 'libxcomposite' 'libxpm' 'libxdamage')
-  conflicts=('nx-xcompext')
-   
-  install -dm755 
${pkgdir}/usr/{bin,lib/nx/bin,share/nx,share/man/man1,share/pixmaps}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxagent.1 
${pkgdir}/usr/share/man/man1
-  cp -a ${srcdir}/fakeinstall/usr/share/pixmaps/nxagent.xpm 
${pkgdir}/usr/share/pixmaps
-
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxagent ${pkgdir}/usr/bin
-  
-  # additional files for documentation
-  cp -a ${srcdir}/fakeinstall/usr/share/nx/SecurityPolicy 
${pkgdir}/usr/share/nx
-  
-  cp -a ${srcdir}/fakeinstall/usr/lib/libXcompshad.so* ${pkgdir}/usr/lib
-  
-  # Needed for nxagent to find the keymap directory
-  install -dm755 ${pkgdir}/usr/lib/X11/xkb
-  touch ${pkgdir}/usr/lib/X11/xkb/keymap.dir
-  
-  install -dm755 ${pkgdir}/etc/nxagent
-  cp -a ${srcdir}/fakeinstall/etc/nxagent/{keystrokes.cfg,nxagent.keyboard} 
${pkgdir}/etc/nxagent
-
-  # add symlinks required for proper Xinerama support # FS#41037
-  install -dm755 ${pkgdir}/usr/lib/nx/X11/Xinerama
-  cd ${pkgdir}/usr/lib/nx/X11/Xinerama
-  ln -sv /usr/lib/libX11.so.6 libNX_X11.so.6
-  ln -sv /usr/lib/libXext.so.6 libNX_Xext.so.6
-  ln -sv /usr/lib/libNX_Xinerama.so.1 libNX_Xinerama.so.1
-}
-
-package_nx-headers() {
-
-  pkgdesc="NX headers"
-  
-  install -dm755 ${pkgdir}/usr/include
-  cp -aR ${srcdir}/fakeinstall/usr/include/* ${pkgdir}/usr/include
-
-  # drop unneeded headers
-  rm -rf ${pkgdir}/

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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:14:04
  Author: felixonmars
Revision: 398252

archrelease: copy trunk to community-x86_64

Added:
  haskell-gauge/repos/community-x86_64/PKGBUILD
(from rev 398251, haskell-gauge/trunk/PKGBUILD)
Deleted:
  haskell-gauge/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 12:13:37 UTC (rev 398251)
+++ PKGBUILD2018-10-21 12:14:04 UTC (rev 398252)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=gauge
-pkgname=haskell-gauge
-pkgver=0.2.3
-pkgrel=12
-pkgdesc="Small framework for performance measurement and analysis"
-url="https://github.com/vincenthz/hs-gauge";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
-makedepends=('ghc' 'haskell-foundation')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6f124091f96d2d38f3c6c32d176e8a4bb333573b3ed6bf57c2ef13657d7495e3d0b406a291344b7b42615859847123092d878ff5bcdd0ded1f97c4e28b38b415')
-
-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 \
--fanalysis
-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"
-}

Copied: haskell-gauge/repos/community-x86_64/PKGBUILD (from rev 398251, 
haskell-gauge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 12:14:04 UTC (rev 398252)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gauge
+pkgname=haskell-gauge
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Small framework for performance measurement and analysis"
+url="https://github.com/vincenthz/hs-gauge";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
+makedepends=('ghc' 'haskell-foundation')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ea274f4fdbbc23b3a8c880db4d4e20bdc4f2afb625d89cf48070366dd8847bf1f57e1594993ed15cda0daffeb669fe4c433949dba75d2b1eb0effd26966b94ae')
+
+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 \
+-fanalysis
+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 liri-calculator/repos (2 files)

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:13:37
  Author: felixonmars
Revision: 398251

archrelease: copy trunk to community-testing-x86_64

Added:
  liri-calculator/repos/community-testing-x86_64/
  liri-calculator/repos/community-testing-x86_64/PKGBUILD
(from rev 398250, liri-calculator/trunk/PKGBUILD)

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

Copied: liri-calculator/repos/community-testing-x86_64/PKGBUILD (from rev 
398250, liri-calculator/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-10-21 12:13:37 UTC (rev 398251)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+
+pkgname=liri-calculator
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="More than a simple cross-platform Material Design calculator"
+arch=("x86_64")
+url="https://github.com/lirios/calculator";
+license=("GPL")
+depends=('fluid')
+makedepends=('liri-qbs-shared')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/calculator/archive/v$pkgver.tar.gz";)
+sha512sums=('26f45a1aebb2f83e8e1db17b0cdb8fad4d470b3db4cbcd20406cdd541c2e15b6556d95a0de9a63607180398ac59a9d0b4a85a8c9ca25f468dc109580f19e87be')
+
+build() {
+  cd calculator-$pkgver
+  qbs setup-toolchains --type gcc /usr/bin/g++ gcc
+  qbs setup-qt /usr/bin/qmake-qt5 qt5
+  qbs config procalculator.qt5.baseProfile gcc
+  qbs build --no-install -d build profile:qt5 
modules.lirideployment.prefix:/usr \
+  
modules.lirideployment.qmlDir:/usr/lib/qt/qml
+}
+
+package() {
+  cd calculator-$pkgver
+  qbs install -d build --no-build -v --install-root "$pkgdir" profile:qt5
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:13:18
  Author: felixonmars
Revision: 398250

upgpkg: haskell-gauge 0.2.4-1

Modified:
  haskell-gauge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:12:55 UTC (rev 398249)
+++ PKGBUILD2018-10-21 12:13:18 UTC (rev 398250)
@@ -3,8 +3,8 @@
 
 _hkgname=gauge
 pkgname=haskell-gauge
-pkgver=0.2.3
-pkgrel=12
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="Small framework for performance measurement and analysis"
 url="https://github.com/vincenthz/hs-gauge";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
 makedepends=('ghc' 'haskell-foundation')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6f124091f96d2d38f3c6c32d176e8a4bb333573b3ed6bf57c2ef13657d7495e3d0b406a291344b7b42615859847123092d878ff5bcdd0ded1f97c4e28b38b415')
+sha512sums=('ea274f4fdbbc23b3a8c880db4d4e20bdc4f2afb625d89cf48070366dd8847bf1f57e1594993ed15cda0daffeb669fe4c433949dba75d2b1eb0effd26966b94ae')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:12:55
  Author: felixonmars
Revision: 398249

upgpkg: liri-calculator 1.1.1-1

Modified:
  liri-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:09:09 UTC (rev 398248)
+++ PKGBUILD2018-10-21 12:12:55 UTC (rev 398249)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=liri-calculator
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="More than a simple cross-platform Material Design calculator"
 arch=("x86_64")
@@ -10,7 +10,7 @@
 depends=('fluid')
 makedepends=('liri-qbs-shared')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lirios/calculator/archive/v$pkgver.tar.gz";)
-sha256sums=('0773f02e2cc6e05fae04c56a05e735d0b45536a4c6d2f99cb7fc8ba83a0dead2')
+sha512sums=('26f45a1aebb2f83e8e1db17b0cdb8fad4d470b3db4cbcd20406cdd541c2e15b6556d95a0de9a63607180398ac59a9d0b4a85a8c9ca25f468dc109580f19e87be')
 
 build() {
   cd calculator-$pkgver


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

2018-10-21 Thread Andreas Radke via arch-commits
Date: Sunday, October 21, 2018 @ 12:12:33
  Author: andyrtr
Revision: 336947

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 336946, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch
(from rev 336946, 
linux-lts/trunk/0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 336946, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 336946, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 336946, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 336946, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 336946, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 336946, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0003-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch |  230 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  236 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 8 files changed, 9122 insertions(+)

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


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

2018-10-21 Thread Andreas Radke via arch-commits
Date: Sunday, October 21, 2018 @ 12:12:11
  Author: andyrtr
Revision: 336946

upgpkg: linux-lts 4.14.78-1

upstream update 4.14.78

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 11:37:34 UTC (rev 336945)
+++ PKGBUILD2018-10-21 12:12:11 UTC (rev 336946)
@@ -3,7 +3,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.77
+pkgver=4.14.78
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -24,7 +24,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'211e54ddc67d32d6adb696bcc5f7fa8b3be3dec29883a2288a7fb9f3b72fed9c'
+'d491f69f4075e514c5f2e8d520980a96066b6f5e087decff23c79a799ac199a2'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:09:09
  Author: felixonmars
Revision: 398248

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 12:08:47 UTC (rev 398247)
+++ PKGBUILD2018-10-21 12:09:09 UTC (rev 398248)
@@ -1,67 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Lance Chen 
-
-_pypiname=wheel
-pkgbase=python-wheel
-pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.32.1
-pkgrel=1
-pkgdesc="A built-package format for Python"
-arch=(any)
-url="https://pypi.python.org/pypi/wheel";
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
-  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-xdg')
-source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz";)
-sha512sums=('0ff287e4ebb7b463d71dc51b6a3715542f422b8bc574122f77f3af02689ca1621eede185f3c624a4362a7d56cd73cf82571051de35e7303131725834e898a4ab')
-
-prepare() {
-  cp -a wheel-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/wheel-$pkgver"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
-
-  cd "$srcdir/wheel-$pkgver-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
-}
-
-package_python-wheel() {
-  depends=('python')
-  optdepends=('python-keyring: for wheel.signatures')
-  optdepends=('python-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-wheel() {
-  depends=('python2')
-  optdepends=('python2-keyring: for wheel.signatures')
-  optdepends=('python2-xdg: for wheel.signatures')
-
-  cd "$srcdir/$_pypiname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m644 LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  mv "$pkgdir/usr/bin/wheel" "$pkgdir/usr/bin/wheel2"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-wheel/repos/community-any/PKGBUILD (from rev 398247, 
python-wheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 12:09:09 UTC (rev 398248)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Lance Chen 
+
+_pypiname=wheel
+pkgbase=python-wheel
+pkgname=('python-wheel' 'python2-wheel')
+pkgver=0.32.2
+pkgrel=1
+pkgdesc="A built-package format for Python"
+arch=(any)
+url="https://pypi.python.org/pypi/wheel";
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+checkdepends=('python-jsonschema' 'python2-jsonschema' 'python-pytest-cov' 
'python2-pytest-cov'
+  'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-xdg')
+source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz";)
+sha512sums=('ac06f76e213ad89280691681e1ef6179336b21e4b662e76536f97bae3da606a0050b88249ba17a1766b41f0258069c876cbe52a4edbac99de3bbf5d00e38273b')
+
+prepare() {
+  cp -a wheel-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/wheel-$pkgver"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" 
py.test
+
+  cd "$srcdir/wheel-$pkgver-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 -k 'not test_keygen'
+}
+
+package_python-wheel() {
+  depends=('python')
+  optdepends=('python-keyring: for wheel.signatures')
+  optdepends=('python-xdg: for wheel.signatures')
+
+  cd "$srcdir/$_pypiname-$pkgver"
+  python setup.py install --root="$pkgdir

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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:08:47
  Author: felixonmars
Revision: 398247

upgpkg: python-wheel 0.32.2-1

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:07:59 UTC (rev 398246)
+++ PKGBUILD2018-10-21 12:08:47 UTC (rev 398247)
@@ -5,7 +5,7 @@
 _pypiname=wheel
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
-pkgver=0.32.1
+pkgver=0.32.2
 pkgrel=1
 pkgdesc="A built-package format for Python"
 arch=(any)
@@ -17,7 +17,7 @@
   'python-keyring' 'python-keyrings-alt' 'python-xdg' 
'python2-xdg')
 source=("https://pypi.io/packages/source/w/wheel/$_pypiname-$pkgver.tar.gz";)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/wheel/archive/$pkgver.tar.gz";)
-sha512sums=('0ff287e4ebb7b463d71dc51b6a3715542f422b8bc574122f77f3af02689ca1621eede185f3c624a4362a7d56cd73cf82571051de35e7303131725834e898a4ab')
+sha512sums=('ac06f76e213ad89280691681e1ef6179336b21e4b662e76536f97bae3da606a0050b88249ba17a1766b41f0258069c876cbe52a4edbac99de3bbf5d00e38273b')
 
 prepare() {
   cp -a wheel-$pkgver{,-py2}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:07:56
  Author: felixonmars
Revision: 398244

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-21 12:07:35 UTC (rev 398243)
+++ PKGBUILD2018-10-21 12:07:56 UTC (rev 398244)
@@ -1,59 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.27.0
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('b0260df950a38a693eaca24b3f12f88996542083335c1747cf9d381d084b9992eeacb046ac6bd382232e32f18c99336daf487f821098fa4e288c9b56feb0c0a6')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 398243, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-21 12:07:56 UTC (rev 398244)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.28.0
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
+sha512sums=('e7b440573ccf5cec07eab5f0b871200a482ca3cf91da90a521870bb94a6b285fc137cb241d816125deeccadc242981b85ace34d474db5693b71ca2fa84938b3c')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:07:35
  Author: felixonmars
Revision: 398243

upgpkg: python-tqdm 4.28.0-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 12:06:16 UTC (rev 398242)
+++ PKGBUILD2018-10-21 12:07:35 UTC (rev 398243)
@@ -2,7 +2,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.27.0
+pkgver=4.28.0
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz";)
-sha512sums=('b0260df950a38a693eaca24b3f12f88996542083335c1747cf9d381d084b9992eeacb046ac6bd382232e32f18c99336daf487f821098fa4e288c9b56feb0c0a6')
+sha512sums=('e7b440573ccf5cec07eab5f0b871200a482ca3cf91da90a521870bb94a6b285fc137cb241d816125deeccadc242981b85ace34d474db5693b71ca2fa84938b3c')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}
@@ -40,8 +40,6 @@
   cd tqdm-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
 }
 
 package_python2-tqdm() {
@@ -52,8 +50,6 @@
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 
   mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:05:58
  Author: felixonmars
Revision: 398241

upgpkg: stack 1.9.1-7

rebuild with githash 0.1.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 11:59:46 UTC (rev 398240)
+++ PKGBUILD2018-10-21 12:05:58 UTC (rev 398241)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.1
-pkgrel=6
+pkgrel=7
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 12:06:16
  Author: felixonmars
Revision: 398242

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 398241, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 12:06:16 UTC (rev 398242)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.1
+pkgrel=7
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+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 '/semigroups/d' $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 398241, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-10-21 12:06:16 UTC (rev 
398242)
@@ -0,0 +1,4 @@
+post_install() 

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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 11:59:46
  Author: felixonmars
Revision: 398240

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-githash/repos/community-staging-x86_64/PKGBUILD (from rev 
398239, haskell-githash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 11:59:46 UTC (rev 398240)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=githash
+pkgname=haskell-githash
+pkgver=0.1.2.0
+pkgrel=1
+pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
+url="https://github.com/snoyberg/githash";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'git')
+makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 
'haskell-unliftio')
+source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+cd $_hkgname
+hpack
+}
+
+build() {
+cd $_hkgname
+
+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
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname
+
+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-githash/trunk (PKGBUILD)

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 11:59:26
  Author: felixonmars
Revision: 398239

upgpkg: haskell-githash 0.1.2.0-1

rebuild with githash 0.1.2.0

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 11:36:56 UTC (rev 398238)
+++ PKGBUILD2018-10-21 11:59:26 UTC (rev 398239)
@@ -2,8 +2,8 @@
 
 _hkgname=githash
 pkgname=haskell-githash
-pkgver=0.1.1.0
-pkgrel=3
+pkgver=0.1.2.0
+pkgrel=1
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash";
 license=('BSD')


[arch-commits] Commit in liri-qbs-shared/repos (2 files)

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:46:16
  Author: felixonmars
Revision: 398218

archrelease: copy trunk to community-testing-any

Added:
  liri-qbs-shared/repos/community-testing-any/
  liri-qbs-shared/repos/community-testing-any/PKGBUILD
(from rev 398217, liri-qbs-shared/trunk/PKGBUILD)

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

Copied: liri-qbs-shared/repos/community-testing-any/PKGBUILD (from rev 398217, 
liri-qbs-shared/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-10-21 10:46:16 UTC (rev 398218)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=liri-qbs-shared
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Extra imports and modules for Qbs"
+arch=('any')
+url='https://liri.io'
+license=('BSD')
+depends=('qbs')
+groups=('liri')
+source=("https://github.com/lirios/qbs-shared/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('e6df2eca4c2a279bb24c68599c311bf3355d80df5d5e3c5234a87567a29e93f45e009422ea614f37c72d984279a975449ffcc52fb4dda2a88d1eda6a2893c21c')
+
+build() {
+  cd liri-qbs-shared-$pkgver
+  qbs setup-toolchains --type gcc /usr/bin/g++ gcc
+  qbs setup-qt /usr/bin/qmake-qt5 qt5
+  qbs config profiles.qt5.baseProfile gcc
+  qbs build --no-install -d build profile:qt5 project.prefix:/usr
+}
+
+package() {
+  cd liri-qbs-shared-$pkgver
+  qbs install -d build --no-build -v --install-root "$pkgdir" profile:qt5
+
+  install -Dm644 LICENSE.BSD 
"$pkgdir"/usr/share/licenses/liri-qbs-shared/LICENSE.BSD
+}


[arch-commits] Commit in liri-qbs-shared/trunk (PKGBUILD)

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:45:41
  Author: felixonmars
Revision: 398217

upgpkg: liri-qbs-shared 1.3.0-1

Modified:
  liri-qbs-shared/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:45:16 UTC (rev 398216)
+++ PKGBUILD2018-10-21 10:45:41 UTC (rev 398217)
@@ -2,7 +2,7 @@
 # Contributor: Pier Luigi Fiorini 
 
 pkgname=liri-qbs-shared
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Extra imports and modules for Qbs"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('qbs')
 groups=('liri')
 
source=("https://github.com/lirios/qbs-shared/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('1cbf3475bef23f3533bb164ad9eda7042d488a0e7a6a954b48cfb4c8cee1d1aa')
+sha512sums=('e6df2eca4c2a279bb24c68599c311bf3355d80df5d5e3c5234a87567a29e93f45e009422ea614f37c72d984279a975449ffcc52fb4dda2a88d1eda6a2893c21c')
 
 build() {
   cd liri-qbs-shared-$pkgver


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:44:59
  Author: felixonmars
Revision: 398215

upgpkg: tamarin-prover 1.4.0-131

rebuild with monad-logger 0.3.30

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:43:11 UTC (rev 398214)
+++ PKGBUILD2018-10-21 10:44:59 UTC (rev 398215)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=130
+pkgrel=131
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io";
 license=("GPL")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:45:16
  Author: felixonmars
Revision: 398216

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 398215, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
398215, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:45:16 UTC (rev 398216)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=131
+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=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+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/filetype.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 stack/repos (3 files)

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:43:11
  Author: felixonmars
Revision: 398214

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 398213, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:43:11 UTC (rev 398214)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.1
+pkgrel=6
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+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 '/semigroups/d' $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 398213, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-10-21 10:43:11 UTC (rev 
398214)
@@ -0,0 +1,4 @@
+post_install() 

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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:42:51
  Author: felixonmars
Revision: 398213

upgpkg: stack 1.9.1-6

rebuild with monad-logger 0.3.30

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:36:36 UTC (rev 398212)
+++ PKGBUILD2018-10-21 10:42:51 UTC (rev 398213)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:36:36
  Author: felixonmars
Revision: 398212

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 398211, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:36:36 UTC (rev 398212)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.11.1
+pkgrel=20
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 
'haskell-http-client'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2ea29150a9e59d86e6760779aea6ac9928374e65a995044d9adbd48d0c89002b82f9ab46283f640154bc8c3853e9ba7a0d44635bc337305d7acc6f21e40a0b8d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *4.12/<5/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:36:15
  Author: felixonmars
Revision: 398211

upgpkg: hledger-web 1.11.1-20

rebuild with monad-logger 0.3.30

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:34:51 UTC (rev 398210)
+++ PKGBUILD2018-10-21 10:36:15 UTC (rev 398211)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.11.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:34:51
  Author: felixonmars
Revision: 398210

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
398209, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:34:51 UTC (rev 398210)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5.1
+pkgrel=8
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('dbee2f3753062bc1a8c5a7657e832e65f2d360fdb1960285f168387fa20fb3fdb98efd6f749ba1e87a4dd78a3823e282205daa1662e831f2bad5572f817c5beb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:34:34
  Author: felixonmars
Revision: 398209

upgpkg: haskell-yesod-test 1.6.5.1-8

rebuild with monad-logger 0.3.30

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:33:18 UTC (rev 398208)
+++ PKGBUILD2018-10-21 10:34:34 UTC (rev 398209)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com";
 license=('MIT')


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:33:18
  Author: felixonmars
Revision: 398208

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 398207, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 398207, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   58 ++
 ghc-8.4.patch |  121 
 2 files changed, 179 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 398207, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:33:18 UTC (rev 398208)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20181011
+pkgrel=13
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-esqueleto' 'haskell-exceptions' 
'haskell-fdo-notify'
+ 'haskell-feed' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  sed -i '1i{-# language NoMonadFailDesugaring #-}' Remote/Glacier.hs 
Remote/Ddar.hs Remote/Helper/Ssh.hs Remote/Bup.hs Annex/YoutubeDl.hs 
Remote/Git.hs Assistant/TransferQueue.hs Assistant/Threads/RemoteControl.hs 
Test.hs
+}
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
398207, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-10-21 10:33:18 UTC (rev 
398208)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys =

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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:33:00
  Author: felixonmars
Revision: 398207

upgpkg: git-annex 6.20181011-13

rebuild with monad-logger 0.3.30

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:27:13 UTC (rev 398206)
+++ PKGBUILD2018-10-21 10:33:00 UTC (rev 398207)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=6.20181011
-pkgrel=12
+pkgrel=13
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:26:57
  Author: felixonmars
Revision: 398205

upgpkg: haskell-yesod-static 1.6.0-120

rebuild with monad-logger 0.3.30

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:26:02 UTC (rev 398204)
+++ PKGBUILD2018-10-21 10:26:57 UTC (rev 398205)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0
-pkgrel=119
+pkgrel=120
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:27:13
  Author: felixonmars
Revision: 398206

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
398205, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:27:13 UTC (rev 398206)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0
+pkgrel=120
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-byteable' 'haskell-conduit' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-memory' 'haskell-css-text' 
'haskell-data-default'
+ 'haskell-exceptions' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsmin'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-time' 
'haskell-resourcet'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-yesod-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('85352eb6ec0f4d7682a0d000f158446ed0370d7a63f9cca8976e5972d10ca427e45e8307c1169bfbcc25ba7fa62e1906651a9e8c7d6937ac4ea6f25412b5cea5')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:25:46
  Author: felixonmars
Revision: 398203

upgpkg: haskell-yesod-auth 1.6.4.1-43

rebuild with monad-logger 0.3.30

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:24:35 UTC (rev 398202)
+++ PKGBUILD2018-10-21 10:25:46 UTC (rev 398203)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.4.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:26:02
  Author: felixonmars
Revision: 398204

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
398203, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:26:02 UTC (rev 398204)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.4.1
+pkgrel=43
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d70974047374a9ab95bf811eca27c45391f0987083e77a17c832cf6d2ebdf0b0c2042a4dbe838db83a4aff3c576aa02c20554afb0338249898894f910dfd5c1f')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:24:19
  Author: felixonmars
Revision: 398201

upgpkg: haskell-yesod 1.6.0-153

rebuild with monad-logger 0.3.30

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:23:27 UTC (rev 398200)
+++ PKGBUILD2018-10-21 10:24:19 UTC (rev 398201)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=152
+pkgrel=153
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:24:35
  Author: felixonmars
Revision: 398202

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 398201, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:24:35 UTC (rev 398202)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=153
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+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
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:23:09
  Author: felixonmars
Revision: 398199

upgpkg: haskell-yesod-form 1.6.3-3

rebuild with monad-logger 0.3.30

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 10:21:58 UTC (rev 398198)
+++ PKGBUILD2018-10-21 10:23:09 UTC (rev 398199)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-10-21 Thread Felix Yan via arch-commits
Date: Sunday, October 21, 2018 @ 10:23:27
  Author: felixonmars
Revision: 398200

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
398199, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-21 10:23:27 UTC (rev 398200)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.3
+pkgrel=3
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8f9d55147c1c65b8e0e0c7414850f02a3b4fddc766287621c11c444584096f68fc2245ab600f3e340b58c6ecedc40848538a7e652342a85a844d30b25336efc8')
+
+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
+}


  1   2   >