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

2019-01-29 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, January 30, 2019 @ 07:56:53
  Author: bisson
Revision: 428509

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 428508, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 07:56:18 UTC (rev 428508)
+++ PKGBUILD2019-01-30 07:56:53 UTC (rev 428509)
@@ -1,34 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.1
-_pkgver=${pkgver}.0
-pkgrel=1
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup')
-makedepends=('python-discid' 'git' 'python-setuptools')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-#source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902";)
-sha256sums=('cc00d51b8897cfe4a27e5ccd845a48e8eacffcbc96d0fa652a180954f0198a14')
-
-build() {
-   cd "${srcdir}/picard-release-${_pkgver}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/picard-release-${_pkgver}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 428508, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-30 07:56:53 UTC (rev 428509)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.1.2
+_commit=f63e56d4a77e53ff3782b50e7433ed27c490fd1e
+pkgrel=1
+pkgdesc='Official MusicBrainz tagger'
+url='https://picard.musicbrainz.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('python-pyqt5' 'python-mutagen')
+optdepends=('chromaprint: fingerprinting'
+'python-discid: cd lookup')
+makedepends=('python-discid' 'git' 'python-setuptools')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   sed "s/‘/'/g" -i setup.cfg
+   python setup.py config
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   python setup.py install \
+   --root="${pkgdir}" \
+   --disable-autoupdate \
+
+   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+}


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

2019-01-29 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, January 30, 2019 @ 07:56:18
  Author: bisson
Revision: 428508

upstream update, switch to a more reliable release source

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 07:47:28 UTC (rev 428507)
+++ PKGBUILD2019-01-30 07:56:18 UTC (rev 428508)
@@ -3,8 +3,8 @@
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.1
-_pkgver=${pkgver}.0
+pkgver=2.1.2
+_commit=f63e56d4a77e53ff3782b50e7433ed27c490fd1e
 pkgrel=1
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
@@ -14,18 +14,17 @@
 optdepends=('chromaprint: fingerprinting'
 'python-discid: cd lookup')
 makedepends=('python-discid' 'git' 'python-setuptools')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-#source=("git+https://github.com/metabrainz/picard.git#commit=3a41cebdbcff9af9791575d2e555c59201b55902";)
-sha256sums=('cc00d51b8897cfe4a27e5ccd845a48e8eacffcbc96d0fa652a180954f0198a14')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 build() {
-   cd "${srcdir}/picard-release-${_pkgver}"
+   cd "${srcdir}/${pkgname}"
sed "s/‘/'/g" -i setup.cfg
python setup.py config
 }
 
 package() {
-   cd "${srcdir}/picard-release-${_pkgver}"
+   cd "${srcdir}/${pkgname}"
python setup.py install \
--root="${pkgdir}" \
--disable-autoupdate \


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

2019-01-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 30, 2019 @ 07:54:54
  Author: arojas
Revision: 344939

archrelease: copy trunk to extra-x86_64

Added:
  spglib/repos/extra-x86_64/PKGBUILD
(from rev 344938, spglib/trunk/PKGBUILD)
Deleted:
  spglib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 07:53:19 UTC (rev 344938)
+++ PKGBUILD2019-01-30 07:54:54 UTC (rev 344939)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(x86_64)
-url="https://atztogo.github.io/spglib/";
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
-sha256sums=('79361ef230b4fd55d5eb7521c23430acc3f11ab527125dc324ffb315783ebdfa')
-
-prepare() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-x86_64/PKGBUILD (from rev 344938, 
spglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-30 07:54:54 UTC (rev 344939)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(x86_64)
+url="https://atztogo.github.io/spglib/";
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
+sha256sums=('1765e68982425de6d30029d50d200f20425b8ed1deff52b8e73a4a1457ac9ab6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 30, 2019 @ 07:53:19
  Author: arojas
Revision: 344938

Update to 1.12.1

Modified:
  spglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 07:26:11 UTC (rev 344937)
+++ PKGBUILD2019-01-30 07:53:19 UTC (rev 344938)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=spglib
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc="C library for finding and handling crystal symmetries"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=()
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
-sha256sums=('79361ef230b4fd55d5eb7521c23430acc3f11ab527125dc324ffb315783ebdfa')
+sha256sums=('1765e68982425de6d30029d50d200f20425b8ed1deff52b8e73a4a1457ac9ab6')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-01-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 30, 2019 @ 07:47:01
  Author: arojas
Revision: 428506

Update to 14.29.31

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 03:17:08 UTC (rev 428505)
+++ PKGBUILD2019-01-30 07:47:01 UTC (rev 428506)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.30
+pkgver=14.29.31
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net";
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('45a767c6212defb0add11349ab50d03cbb68b5442a2ba34600e1c8bb3115fdcc')
+sha256sums=('5265c980af313f57a5b13a3cfe32c28880b76fac3ba79a3d5c850418aa8bbd96')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2019-01-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 30, 2019 @ 07:47:28
  Author: arojas
Revision: 428507

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 428506, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 07:47:01 UTC (rev 428506)
+++ PKGBUILD2019-01-30 07:47:28 UTC (rev 428507)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.30
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net";
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
-sha256sums=('45a767c6212defb0add11349ab50d03cbb68b5442a2ba34600e1c8bb3115fdcc')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 428506, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-30 07:47:28 UTC (rev 428507)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.29.31
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net";
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz";)
+sha256sums=('5265c980af313f57a5b13a3cfe32c28880b76fac3ba79a3d5c850418aa8bbd96')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


[arch-commits] Commit in chromium/trunk (6 files)

2019-01-29 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 30, 2019 @ 07:26:02
  Author: foutrelis
Revision: 344936

upgpkg: chromium 72.0.3626.81-1

New upstream release.

Added:
  chromium/trunk/chromium-webrtc-missing-header.patch
Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/chromium-skia-harmony.patch
  chromium/trunk/chromium-system-icu.patch
Deleted:
  chromium/trunk/chromium-harfbuzz-r0.patch
  chromium/trunk/fix-nav-preload-with-third-party-cookie-blocking.patch

+
 PKGBUILD   |   27 ++---
 chromium-harfbuzz-r0.patch |   80 ---
 chromium-skia-harmony.patch|   76 +-
 chromium-system-icu.patch  |   10 -
 chromium-webrtc-missing-header.patch   |   10 +
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 ---
 6 files changed, 32 insertions(+), 211 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-30 06:53:20 UTC (rev 344935)
+++ PKGBUILD2019-01-30 07:26:02 UTC (rev 344936)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=3
+pkgver=72.0.3626.81
+pkgrel=1
 _launcher_ver=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn')
+ 'clang' 'lld' 'gn' 'java-runtime-headless')
 optdepends=('pepper-flash: support for Flash content'
 'kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
@@ -23,18 +23,16 @@
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-fix-nav-preload-with-third-party-cookie-blocking.patch
-chromium-harfbuzz-r0.patch
 chromium-system-icu.patch
+chromium-webrtc-missing-header.patch
 chromium-widevine.patch
 chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
+sha256sums=('dfe89fe389008e6d2098099948d10774989d2f3e8dca6ace78ea4ec636dd8006'
 '04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d2c497f3400baad7d380305f4705fd1e5b9f70a8460384490a1bb78e1c2b0f23'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
+'e2d284311f49c529ea45083438a768db390bde52949995534034d2a814beab89'
+'63cbed7d7af327c17878a2066c303f106ff08636372721845131f7ff13d87b44'
 'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
+'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
@@ -84,17 +82,14 @@
 third_party/blink/renderer/core/xml/parser/xml_document_parser.cc \
 third_party/libxml/chromium/libxml_utils.cc
 
-  # https://crbug.com/913220
-  patch -Np1 -i ../fix-nav-preload-with-third-party-cookie-blocking.patch
-
   # Load Widevine CDM if available
   patch -Np1 -i ../chromium-widevine.patch
 
   # https://crbug.com/skia/6663#c10
-  patch -Np4 -i ../chromium-skia-harmony.patch
+  patch -Np0 -i ../chromium-skia-harmony.patch
 
-  # Fixes from Gentoo
-  patch -Np1 -i ../chromium-harfbuzz-r0.patch
+  # https://webrtc.googlesource.com/src.git/+/3e70781361ed
+  patch -Np0 -i ../chromium-webrtc-missing-header.patch
 
   # https://bugs.gentoo.org/661880#c21
   patch -Np1 -i ../chromium-system-icu.patch

Deleted: chromium-harfbuzz-r0.patch
===
--- chromium-harfbuzz-r0.patch  2019-01-30 06:53:20 UTC (rev 344935)
+++ chromium-harfbuzz-r0.patch  2019-01-30 07:26:02 UTC (rev 344936)
@@ -1,80 +0,0 @@
-From 7ae38170a117e909bb28e1470842b68de3501197 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Sun, 21 Oct 2018 10:06:53 -0400
-Subject: [PATCH] blink: add 'const' modifier for harfbuzz hb_codepoint_t
- pointers
-
-This resolves a build failure against harfbuzz 2.0.
-
-Based on a patch by Alexandre Fierreira.
-
-Bug: https://bugs.gentoo.org/669034

- .../renderer/platform/fonts/shaping/harfbuzz_face.cc | 2 +-
- .../renderer/platform/fonts/skia/skia_text_metrics.cc| 9 +++--
- .../rendere

[arch-commits] Commit in chromium/repos/extra-x86_64 (13 files)

2019-01-29 Thread Evangelos Foutras via arch-commits
Date: Wednesday, January 30, 2019 @ 07:26:11
  Author: foutrelis
Revision: 344937

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 344936, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 344936, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-system-icu.patch
(from rev 344936, chromium/trunk/chromium-system-icu.patch)
  chromium/repos/extra-x86_64/chromium-webrtc-missing-header.patch
(from rev 344936, chromium/trunk/chromium-webrtc-missing-header.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 344936, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 344936, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-harfbuzz-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-system-icu.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install
  
chromium/repos/extra-x86_64/fix-nav-preload-with-third-party-cookie-blocking.patch

+
 PKGBUILD   |  459 +++
 chromium-harfbuzz-r0.patch |   80 --
 chromium-skia-harmony.patch|   90 --
 chromium-system-icu.patch  |   38 -
 chromium-webrtc-missing-header.patch   |   10 
 chromium-widevine.patch|   44 -
 chromium.install   |   32 -
 fix-nav-preload-with-third-party-cookie-blocking.patch |   40 -
 8 files changed, 307 insertions(+), 486 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 07:26:02 UTC (rev 344936)
+++ PKGBUILD2019-01-30 07:26:11 UTC (rev 344937)
@@ -1,232 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=71.0.3578.98
-pkgrel=3
-_launcher_ver=6
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git'
- 'clang' 'lld' 'gn')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-fix-nav-preload-with-third-party-cookie-blocking.patch
-chromium-harfbuzz-r0.patch
-chromium-system-icu.patch
-chromium-widevine.patch
-chromium-skia-harmony.patch)
-sha256sums=('1c56a9e30825774c83d568d194e9585625c6e90f81ee0ef09760fcedc86b9d45'
-'04917e3cd4307d8e31bfb0027a5dce6d086edb10ff8a716024fbb8bb0c7dccf1'
-'d2c497f3400baad7d380305f4705fd1e5b9f70a8460384490a1bb78e1c2b0f23'
-'1b370d49c43e88acfe7c0b1f9517047e927f3407bd80b4a48bba32c001f80136'
-'c4f2d1bed9034c02b8806f00c2e8165df24de467803855904bff709ceaf11af5'
-'d081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  #[libvpx]=libvpx# needs unreleased libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://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.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-_google_def

[arch-commits] Commit in hplip/repos (6 files)

2019-01-29 Thread Andreas Radke via arch-commits
Date: Wednesday, January 30, 2019 @ 06:53:20
  Author: andyrtr
Revision: 344935

archrelease: copy trunk to testing-x86_64

Added:
  hplip/repos/testing-x86_64/
  
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
(from rev 344934, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
  
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(from rev 344934, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
  
hplip/repos/testing-x86_64/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
(from rev 344934, 
hplip/trunk/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 344934, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/disable_upgrade.patch
(from rev 344934, hplip/trunk/disable_upgrade.patch)

-+
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch |   50 
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch   |   29 ++
 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch |  113 
++
 PKGBUILD|   85 +++
 disable_upgrade.patch   |   14 +
 5 files changed, 291 insertions(+)

Copied: 
hplip/repos/testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 (from rev 344934, 
hplip/trunk/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch)
===
--- 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
(rev 0)
+++ 
testing-x86_64/0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch  
2019-01-30 06:53:20 UTC (rev 344935)
@@ -0,0 +1,50 @@
+From b3a7fa4d4a573cfe0073ae50197f679af7e3a0ac Mon Sep 17 00:00:00 2001
+From: Till Kamppeter 
+Date: Sat, 24 Sep 2016 10:37:20 +0200
+Subject: Add 'include ' in various places as CUPS 2.2 moved some
+ definitions to ppd.h
+
+---
+ configure.in   | 2 +-
+ prnt/hpcups/HPCupsFilter.h | 2 ++
+ prnt/hpijs/hpcupsfax.cpp   | 1 +
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index d3a1ddb..eabe14a 100755
+--- a/configure.in
 b/configure.in
+@@ -554,7 +554,7 @@ fi
+ 
+ if test "$hpijs_only_build" = "no" && test "$hpcups_only_build" = "no"; then
+AC_CHECK_LIB([cups], [cupsDoFileRequest], [LIBS="$LIBS"], 
[AC_MSG_ERROR([cannot find libcups support], 9)])
+-   AC_CHECK_HEADERS(cups/cups.h, ,[AC_MSG_ERROR([cannot find cups-devel 
support], 3)])
++   AC_CHECK_HEADERS(cups/cups.h cups/ppd.h, ,[AC_MSG_ERROR([cannot find 
cups-devel support], 3)])
+if test "$libusb01_build" = "yes"; then
+   AC_CHECK_LIB([usb], [usb_init], [LIBS="$LIBS"], [AC_MSG_ERROR([cannot 
find libusb support], 2)])
+   AC_CHECK_HEADERS(usb.h, ,[AC_MSG_ERROR([cannot find libusb-devel 
support], 11)])
+diff --git a/prnt/hpcups/HPCupsFilter.h b/prnt/hpcups/HPCupsFilter.h
+index ff5548e..c517989 100644
+--- a/prnt/hpcups/HPCupsFilter.h
 b/prnt/hpcups/HPCupsFilter.h
+@@ -38,6 +38,8 @@
+ 
+ #include "dbuscomm.h"
+ 
++#include 
++
+ #define   DBITMAPFILEHEADER   14
+ #define   DBITMAPINFOHEADER   40
+ 
+diff --git a/prnt/hpijs/hpcupsfax.cpp b/prnt/hpijs/hpcupsfax.cpp
+index 8514775..994e50f 100644
+--- a/prnt/hpijs/hpcupsfax.cpp
 b/prnt/hpijs/hpcupsfax.cpp
+@@ -43,6 +43,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #ifdef FALSE

Copied: 
hplip/repos/testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
 (from rev 344934, 
hplip/trunk/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch)
===
--- testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
(rev 0)
+++ testing-x86_64/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
2019-01-30 06:53:20 UTC (rev 344935)
@@ -0,0 +1,29 @@
+From 04b5a1ddac1dd90c5a392f23aaf7df42eae32918 Mon Sep 17 00:00:00 2001
+From: Gaurav Sood 
+Date: Thu, 4 May 2017 18:32:08 +0200
+Subject: Fix handling of unicode filenames in sixext.py
+
+LP: #1480152
+Closes: #861731
+---
+ base/sixext.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/base/sixext.py b/base/sixext.py
+index 0bf4fc4f4..311bf72c6 100644
+--- a/base/sixext.py
 b/base/sixext.py
+@@ -110,11 +110,11 @@ if PY3:
+ 
+ 
+ def to_string_utf8(s):
+-return s.decode("utf-8")
++return s.decode("utf-8", 'ignore')
+ 
+ 
+ def to_string_latin(s):
+-return s.decode("latin-1")
++return s.decode("latin-1", 'ignore')
+ 
+ 
+ def to_unicode(s, enc=None):

Copied: 
hplip/repos/testing-x86_64

[arch-commits] Commit in hplip/trunk (PKGBUILD python.patch)

2019-01-29 Thread Andreas Radke via arch-commits
Date: Wednesday, January 30, 2019 @ 06:53:09
  Author: andyrtr
Revision: 344934

upgpkg: hplip 1:3.19.1-1

upstream update 3.19.1

Modified:
  hplip/trunk/PKGBUILD
Deleted:
  hplip/trunk/python.patch

--+
 PKGBUILD |   14 +-
 python.patch |   11 ---
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:43:33 UTC (rev 344933)
+++ PKGBUILD2019-01-30 06:53:09 UTC (rev 344934)
@@ -4,8 +4,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.18.12
-pkgrel=2
+pkgver=3.19.1
+pkgrel=1
 epoch=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('x86_64')
@@ -28,15 +28,13 @@
 disable_upgrade.patch
 0022-Add-include-cups-ppd.h-in-various-places-as-CUPS-2.2.patch
 0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
-0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
-python.patch)
-sha512sums=('7197cac325cf40c03f49053a98ee0e8ac6c670d142b2a64df09c0f7afa1d7d3602216c55c825ccbf20a1fbda9c9289173b8708e9f87171a862dae5b6b4ef7635'
+0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch)
+sha512sums=('b1d663a3538a19ab2c195bc627c765b9dded047b0431f6fc2096a8a31b4efb5cf52c88ad9665a2d78893ba66c1c47ccf79c161965f308a27eeeb11b156b446c8'
 'SKIP'
 
'ee0bd240568a7dbb4dc6ef64dba28ea84c4bedf7d688d054960c68f8f0bc4562961c40845107ef0c936e60d3e676bffb2a1ba708039690bb0520cda3a525'
 
'22aeb5b851f78bc6bc62e0bc3da99fecaf42d7604af41e2f3343f8d3666541f7b06b7d1a7d0ddf24f1731ac7b12dfe582375a98e3b94dfa323d6ce954549ca67'
 
'763949a0bc460dcc9faefc86f2a91cf342781bfce696ed0c3826758572dd03ac266bbeb7b6a4f9376ac298d7d3c9c4def42d94921a8e1d1695e39396e36d95ff'
-
'8710e039626878270b8b7bc1569566274d935c84652d758e25ce8fe01c0f44d911148620bb494489e1238201c01f3ba255c19f7dc5c2ff0d45a5f2a79190286b'
-
'ebcc40cac00b9fb63d378d42ac258eeaf6e0967f34fd1e204c690f34457a0a2b634ef65f1deb79a0740d8c6047f718c10fa205ee2f239b667f7e06c065590528')
+
'8710e039626878270b8b7bc1569566274d935c84652d758e25ce8fe01c0f44d911148620bb494489e1238201c01f3ba255c19f7dc5c2ff0d45a5f2a79190286b')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
 
 prepare() {
@@ -51,8 +49,6 @@
  patch -Np1 -i 
${srcdir}/0023-Fix-handling-of-unicode-filenames-in-sixext.py.patch
  # remove binary blob libImageProcessor and all linking - FS#59681
  patch -Np1 -i 
${srcdir}/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
- # fix python issue - FS#59548
- patch -Np1 -i ${srcdir}/python.patch
 
  export AUTOMAKE='automake --foreign'
  autoreconf --force --install

Deleted: python.patch
===
--- python.patch2019-01-29 21:43:33 UTC (rev 344933)
+++ python.patch2019-01-30 06:53:09 UTC (rev 344934)
@@ -1,11 +0,0 @@
 hplip-3.18.7/base/utils.py 2018-07-15 22:08:37.0 +0200
-+++ hplip-3.18.7/base/utils.py.new 2018-08-08 21:46:48.721947940 +0200
-@@ -265,7 +265,7 @@
- try:
- names = os.listdir(root)
- except os.error:
--raise StopIteration
-+return
- 
- pattern = pattern or '*'
- pat_list = pattern.split(';')


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-01-29 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 30, 2019 @ 03:17:08
  Author: polyzen
Revision: 428505

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 428504, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-30 03:16:40 UTC (rev 428504)
+++ PKGBUILD2019-01-30 03:17:08 UTC (rev 428505)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=2.7.17
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'GPL' 'LGPL')
-groups=('firefox-addons')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('a72c18bf2c952b3172dc166a7ba5fee1bb6a36942a5ba35b68aa87b6f1760926')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 428504, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-30 03:17:08 UTC (rev 428505)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=2.7.18
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('d9e9cf1e38ea52c9862f5196f2e3430f852d81c73ae732cca2625765023bb947')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2019-01-29 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 30, 2019 @ 03:16:40
  Author: polyzen
Revision: 428504

upgpkg: firefox-tree-style-tab 2.7.18-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:53:35 UTC (rev 428503)
+++ PKGBUILD2019-01-30 03:16:40 UTC (rev 428504)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=2.7.17
+pkgver=2.7.18
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')
@@ -11,7 +11,7 @@
 url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
 
source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi";)
 noextract=("${source##*/}")
-sha256sums=('a72c18bf2c952b3172dc166a7ba5fee1bb6a36942a5ba35b68aa87b6f1760926')
+sha256sums=('d9e9cf1e38ea52c9862f5196f2e3430f852d81c73ae732cca2625765023bb947')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:53:35
  Author: ffy00
Revision: 428503

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 428502, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:53:30 UTC (rev 428502)
+++ PKGBUILD2019-01-29 22:53:35 UTC (rev 428503)
@@ -1,70 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-pkgver=7.1.5
-pkgrel=1
-epoch=1
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz";)
-sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 428502, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:53:35 UTC (rev 428503)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+_pkgver=7.2.0-rc1
+pkgver=${_pkgver//-/_}
+pkgrel=3
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
+sha512sums=('71ed93ce8ca18cdfb178e180531a2c91cd56219b8ed1a3956a1b28aed1ee0396bfcc38b75fd712e39a14d18c40cb56bc2962d742416fef5ebdbd85fcb915e4bc')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
+  sed -i 's|/opt/tribler|/usr/share/trib

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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:53:30
  Author: ffy00
Revision: 428502

upgpkg: tribler 7.2.0_rc1-3

Modified:
  tribler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:51:59 UTC (rev 428501)
+++ PKGBUILD2019-01-29 22:53:30 UTC (rev 428502)
@@ -13,11 +13,10 @@
  'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
  'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
  'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow')
-optdepends=('vlc: for internal video player')
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
 makedepends=('python2-setuptools' 'git')
 
source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
+sha512sums=('71ed93ce8ca18cdfb178e180531a2c91cd56219b8ed1a3956a1b28aed1ee0396bfcc38b75fd712e39a14d18c40cb56bc2962d742416fef5ebdbd85fcb915e4bc')
 
 prepare() {
   cd $pkgname


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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:51:59
  Author: ffy00
Revision: 428501

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:51:54 UTC (rev 428500)
+++ PKGBUILD2019-01-29 22:51:59 UTC (rev 428501)
@@ -1,46 +0,0 @@
-# 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
-}
-

Copied: cockatrice/repos/community-x86_64/PKGBUILD (from rev 428500, 
cockatrice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:51:59 UTC (rev 428501)
@@ -0,0 +1,46 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=cockatrice
+_pkgname=Cockatrice
+pkgver=2.6.2
+_tag=2018-12-20-Release-$pkgver
+pkgrel=1
+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)

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:51:54
  Author: ffy00
Revision: 428500

upgpkg: cockatrice 2.6.2-1

Modified:
  cockatrice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:42:25 UTC (rev 428499)
+++ PKGBUILD2019-01-29 22:51:54 UTC (rev 428500)
@@ -2,9 +2,9 @@
 
 pkgname=cockatrice
 _pkgname=Cockatrice
-pkgver=2.6.1
-_tag=2018-07-17-Release-$pkgver
-pkgrel=3
+pkgver=2.6.2
+_tag=2018-12-20-Release-$pkgver
+pkgrel=1
 pkgdesc='A cross-platform virtual tabletop for multiplayer card games'
 arch=('x86_64')
 url='https://cockatrice.github.io'


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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 22:42:25
  Author: ffy00
Revision: 428499

revert downgrade

Modified:
  tribler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:33:57 UTC (rev 428498)
+++ PKGBUILD2019-01-29 22:42:25 UTC (rev 428499)
@@ -1,9 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=tribler
-pkgver=7.1.5
-pkgrel=1
-epoch=1
+_pkgver=7.2.0-rc1
+pkgver=${_pkgver//-/_}
+pkgrel=3
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
 url='https://www.tribler.org/'
 arch=('any')
@@ -13,10 +13,11 @@
  'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
  'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
  'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+ 'python2-pony' 'python2-meliae' 'python2-pillow')
+optdepends=('vlc: for internal video player')
 makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz";)
-sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
+source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
+sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
 
 prepare() {
   cd $pkgname
@@ -26,7 +27,7 @@
   sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
 
   # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
+  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
   -e "s|build_date =.*|build_date = \"$(date)\"|g" \
 -i Tribler/Core/version.py
 }


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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:33:51
  Author: anthraxx
Revision: 428497

upgpkg: metasploit 5.0.2-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:23:59 UTC (rev 428496)
+++ PKGBUILD2019-01-29 22:33:51 UTC (rev 428497)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.0
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('ae4779624b992fc6ada6904eca0a86688f5f8391c239480e2fec073d03c2')
-sha512sums=('0c790e30c88c4d7363b886a0226bdbc064ca5627855cfb674a5a8e8fd08a7da4fbfdc3b0cba82c934d8de766b48b7ecc4f66742f1164d2cef0a53249983ae163')
+sha256sums=('21c0db1b3a400741aa02f6e82601c487cd10f195019829d1faad69c8bdae26aa')
+sha512sums=('2b873bdf9dcfe815f642915fc1d3fa4fb918e3315df1759f75fced9e5aca90bf2948e28c9a6d3d598411bc8f1dcd62a8c6736037754dffb6c394e423a1ee18e6')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:33:57
  Author: anthraxx
Revision: 428498

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 428497, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:33:51 UTC (rev 428497)
+++ PKGBUILD2019-01-29 22:33:57 UTC (rev 428498)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('ae4779624b992fc6ada6904eca0a86688f5f8391c239480e2fec073d03c2')
-sha512sums=('0c790e30c88c4d7363b886a0226bdbc064ca5627855cfb674a5a8e8fd08a7da4fbfdc3b0cba82c934d8de766b48b7ecc4f66742f1164d2cef0a53249983ae163')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 428497, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:33:57 UTC (rev 428498)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('21c0db1b3a400741aa02f6e82601c487cd10f195019829d1faad69c8bdae26aa')
+sha512sums=('2b873bdf9dcfe815f642915fc1d3fa4fb918e3315df1759f75fced9e5aca90bf2948e28c9a6d3d598411bc8f1dcd62a8c6736037754dffb6c394e423a1ee18e6')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${

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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:23:59
  Author: anthraxx
Revision: 428496

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:23:53 UTC (rev 428495)
+++ PKGBUILD2019-01-29 22:23:59 UTC (rev 428496)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-_pkgname=zstd
-pkgname=lib32-zstd
-pkgver=1.3.7
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
-url='https://www.zstd.net/'
-arch=('x86_64')
-license=('BSD' 'GPL2')
-depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
-makedepends=('gtest')
-source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('3277f236df0ca6edae01ae84e86547c5a3484588fd5bc3d869877fd3573d')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  make
-  make zstdmt
-  make -C contrib/pzstd
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  make check
-  make -C contrib/pzstd test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make \
-PREFIX=/usr \
-LIBDIR=/usr/lib32 \
-PKGCONFIGDIR=/usr/lib32/pkgconfig \
-DESTDIR="${pkgdir}" \
-install
-  rm -rf "${pkgdir}"/usr/{share,include,bin}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zstd/repos/multilib-x86_64/PKGBUILD (from rev 428495, 
lib32-zstd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:23:59 UTC (rev 428496)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+_pkgname=zstd
+pkgname=lib32-zstd
+pkgver=1.3.8
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
+url='https://www.zstd.net/'
+arch=('x86_64')
+license=('BSD' 'GPL2')
+depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
+makedepends=('gtest')
+source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
+sha256sums=('293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  make
+  make zstdmt
+  make -C contrib/pzstd
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  make check
+  make -C contrib/pzstd test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make \
+PREFIX=/usr \
+LIBDIR=/usr/lib32 \
+PKGCONFIGDIR=/usr/lib32/pkgconfig \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{share,include,bin}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:23:53
  Author: anthraxx
Revision: 428495

upgpkg: lib32-zstd 1.3.8-1

Modified:
  lib32-zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:08:46 UTC (rev 428494)
+++ PKGBUILD2019-01-29 22:23:53 UTC (rev 428495)
@@ -5,7 +5,7 @@
 
 _pkgname=zstd
 pkgname=lib32-zstd
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
 url='https://www.zstd.net/'
@@ -14,7 +14,7 @@
 depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
 makedepends=('gtest')
 
source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('3277f236df0ca6edae01ae84e86547c5a3484588fd5bc3d869877fd3573d')
+sha256sums=('293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2019-01-29 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 29, 2019 @ 22:08:46
  Author: andrewsc
Revision: 428494

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:06:06 UTC (rev 428493)
+++ PKGBUILD2019-01-29 22:08:46 UTC (rev 428494)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=66.0b2
-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=('b7bf7ab1c603f57c42c0fb5c1c6e77eaf6214ebd39e734da2d46b561ebea7d831db61896d45fc38715c87a65ea3d82e8984f59f768d936af5cce48e0aff46f9b'
-
'b7150f92d488519d5e43f885c41ebed05ea02b9e3b82b4f9d0a29597c03e5549ec7b8b19760178090a44e40936e1ba0440d4a9fd369a6bff6771a7cf2425e93b'
-
'f83242193365285baa54240ebb989b083304895689aa255d06d5bec668fee043cda48ee8f86c7cd1404f7b5661a5fff9f16fde89149652b5925ffa73b674cdd9'
-
'0aba738e4ac01491b964697e91dfab3e42bfd927cf17aab2436d8adb5681f85f423305079b95c50725ad3e6d9efa71facbe375d8368697254336cead81b52e4d'
-
'16af56d42d5a7998759c5de33f48f4f1c42432020d8cecf028add911d971c11e546a64dd4101d54eb0764341e5e73e2d331f5664ee91db99ef250df314f7c3a9'
-
'1420fbe43f62fdbc52bc2fbcdd5ee7a1bfa111de5f72fdfa0ee5790ae4e6e7ae2939fb5a3a44474e9597eb70031db601f569a5c1419ef2bb504ef89b2010fcd4'
-
'15d63d5d9b8036307b89c55dda8c2c2c5e4647ff04f7676c8

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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:06:06
  Author: anthraxx
Revision: 428493

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 428492, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:06:00 UTC (rev 428492)
+++ PKGBUILD2019-01-29 22:06:06 UTC (rev 428493)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Christian Rebischke 
-
-pkgname=bettercap
-pkgver=2.12
-pkgrel=2
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
-makedepends=('go-pie' 'git' 'dep')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('0b873bc7117b6b8e8be1264e445e0c189f4f7f4f1de536de374f0adace8b2bc716412c958aca39f0dca8b6eecc0699628d53f24a92777675c43bf74c8d16cbaa')
-
-prepare(){
-  export GOPATH="${srcdir}/go"
-  mkdir -p go/src/github.com/bettercap
-  ln -rTsf ${pkgname}-${pkgver} go/src/github.com/bettercap/bettercap
-  sed -E "s|(go build)|\\1 -ldflags '-linkmode external -extldflags 
\"${LDFLAGS}\"'|" -i ${pkgname}-${pkgver}/Makefile
-}
-
-build() {
-  cd go/src/github.com/bettercap/bettercap
-  export GOPATH="${srcdir}/go"
-  dep ensure
-  make build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 428492, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:06:06 UTC (rev 428493)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Christian Rebischke 
+
+pkgname=bettercap
+pkgver=2.13
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libnetfilter_queue' 'iproute2' 'glibc' 'libnfnetlink')
+makedepends=('go-pie' 'git' 'dep')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
+sha512sums=('d7485d47a664874da497a16de224648145d72b335f08d9c5683b466625442fc0ed87c71522e4b613c9c1a8b562c1cd6bd14ed2b859f8912df1d956b53853e559')
+
+prepare(){
+  export GOPATH="${srcdir}/go"
+  mkdir -p go/src/github.com/bettercap
+  ln -rTsf ${pkgname}-${pkgver} go/src/github.com/bettercap/bettercap
+  sed -E "s|(go build)|\\1 -ldflags '-linkmode external -extldflags 
\"${LDFLAGS}\"'|" -i ${pkgname}-${pkgver}/Makefile
+}
+
+build() {
+  cd go/src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}/go"
+  dep ensure
+  make build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:06:00
  Author: anthraxx
Revision: 428492

upgpkg: bettercap 2.13-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:04:23 UTC (rev 428491)
+++ PKGBUILD2019-01-29 22:06:00 UTC (rev 428492)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=bettercap
-pkgver=2.12
-pkgrel=2
+pkgver=2.13
+pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git' 'dep')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('0b873bc7117b6b8e8be1264e445e0c189f4f7f4f1de536de374f0adace8b2bc716412c958aca39f0dca8b6eecc0699628d53f24a92777675c43bf74c8d16cbaa')
+sha512sums=('d7485d47a664874da497a16de224648145d72b335f08d9c5683b466625442fc0ed87c71522e4b613c9c1a8b562c1cd6bd14ed2b859f8912df1d956b53853e559')
 
 prepare(){
   export GOPATH="${srcdir}/go"


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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:04:10
  Author: anthraxx
Revision: 428490

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 428489, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 428489, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 428489, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 428489, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 428489, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   40 +++
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
428489, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:04:02 UTC (rev 428489)
+++ PKGBUILD2019-01-29 22:04:10 UTC (rev 428490)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('aa991a7b88f4d6e24867a98548b808c093771b85443f986c8adb09e78e41eb79')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 428489, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:04:10 UTC (rev 428490)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: nyyu 
+# Contributor: Malte 

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

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 22:04:02
  Author: anthraxx
Revision: 428489

upgpkg: teamspeak3-server 3.6.0-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 22:03:42 UTC (rev 428488)
+++ PKGBUILD2019-01-29 22:04:02 UTC (rev 428489)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -23,7 +23,7 @@
 sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('aa991a7b88f4d6e24867a98548b808c093771b85443f986c8adb09e78e41eb79')
+sha256sums_x86_64=('5a0ed8229c0c8f071b85b1ac02a7176562b6386dae66babfaa553d5da26386be')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 22:03:42
  Author: felixonmars
Revision: 428488

upgpkg: git-annex 7.20190129-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:54:04 UTC (rev 428487)
+++ PKGBUILD2019-01-29 22:03:42 UTC (rev 428488)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=7.20190122
-pkgrel=7
+pkgver=7.20190129
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 22:04:23
  Author: felixonmars
Revision: 428491

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  112 -
 ghc-8.4.patch |  242 
 2 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 22:04:10 UTC (rev 428490)
+++ PKGBUILD2019-01-29 22:04:23 UTC (rev 428491)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=7.20190122
-pkgrel=7
-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-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-microlens'
- '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" \
--ftorrentparser -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-x86_64/PKGBUILD (from rev 428490, 
git-annex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 22:04:23 UTC (rev 428491)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=7.20190129
+pkgrel=1
+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-exceptions' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-hinotify'
+ '

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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:54:04
  Author: felixonmars
Revision: 428487

archrelease: copy trunk to community-x86_64

Added:
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 428486, wiznote/trunk/PKGBUILD)
Deleted:
  wiznote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:53:46 UTC (rev 428486)
+++ PKGBUILD2019-01-29 21:54:04 UTC (rev 428487)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.6.6
-_commit=cf0d102e8dd3a90668eada2c2a5883c19ba57cee
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
- 'qt5-svg') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'boost')
-source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
-sha512sums=('f2db596b5d84842fdf7b247d215d710d44d2e34114ba5ab9183c57a89f80fed99e234a95c72422db7bd5427de84c040a2e06931814bec04553690d6c0a4d4469')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient-$_commit/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient-$_commit/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient-$_commit
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 428486, 
wiznote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:54:04 UTC (rev 428487)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.7.1
+_commit=2bca5aec23eb3998d2b06790fdb293c332d9f915
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine'
+ 'qt5-svg') # 'crypto++')
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'boost')
+source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
+sha512sums=('dc72fbd80e1a06fd260ff2bd85e4ffe9f4b30cafb7123812eae88cde64f886357183cd74955fc30434593003ee160a8ebe0e1e070e22ef88503bdcf9340641a5')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #-i WizQTClient-$_commit/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #-i WizQTClient-$_commit/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../WizQTClient-$_commit
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:53:46
  Author: felixonmars
Revision: 428486

upgpkg: wiznote 2.7.1-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:50:50 UTC (rev 428485)
+++ PKGBUILD2019-01-29 21:53:46 UTC (rev 428486)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.6.6
-_commit=cf0d102e8dd3a90668eada2c2a5883c19ba57cee
+pkgver=2.7.1
+_commit=2bca5aec23eb3998d2b06790fdb293c332d9f915
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'boost')
 
source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
-sha512sums=('f2db596b5d84842fdf7b247d215d710d44d2e34114ba5ab9183c57a89f80fed99e234a95c72422db7bd5427de84c040a2e06931814bec04553690d6c0a4d4469')
+sha512sums=('dc72fbd80e1a06fd260ff2bd85e4ffe9f4b30cafb7123812eae88cde64f886357183cd74955fc30434593003ee160a8ebe0e1e070e22ef88503bdcf9340641a5')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2019-01-29 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 29, 2019 @ 21:50:50
  Author: andrewsc
Revision: 428485

upgpkg: firefox-developer-edition-i18n 66.0b3-1

firefox-developer-edition-i18n: Updating to 66.0b3

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:50:09 UTC (rev 428484)
+++ PKGBUILD2019-01-29 21:50:50 UTC (rev 428485)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=66.0b2
+pkgver=66.0b3
 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=('b7bf7ab1c603f57c42c0fb5c1c6e77eaf6214ebd39e734da2d46b561ebea7d831db61896d45fc38715c87a65ea3d82e8984f59f768d936af5cce48e0aff46f9b'
-
'b7150f92d488519d5e43f885c41ebed05ea02b9e3b82b4f9d0a29597c03e5549ec7b8b19760178090a44e40936e1ba0440d4a9fd369a6bff6771a7cf2425e93b'
-
'f83242193365285baa54240ebb989b083304895689aa255d06d5bec668fee043cda48ee8f86c7cd1404f7b5661a5fff9f16fde89149652b5925ffa73b674cdd9'
-
'0aba738e4ac01491b964697e91dfab3e42bfd927cf17aab2436d8adb5681f85f423305079b95c50725ad3e6d9efa71facbe375d8368697254336cead81b52e4d'
-
'16af56d42d5a7998759c5de33f48f4f1c42432020d8cecf028add911d971c11e546a64dd4101d54eb0764341e5e73e2d331f5664ee91db99ef250df314f7c3a9'
-
'1420fbe43f62fdbc52bc2fbcdd5ee7a1bfa111de5f72fdfa0ee5790ae4e6e7ae2939fb5a3a44474e9597eb70031db601f569a5c1419ef2bb504ef89b2010fcd4'
-
'15d63d5d9b8036307b89c55dda8c2c2c5e4647ff04f7676c858d4663b911b6d1f0168d267cd17481a518087e8803bf1219f823fa4c63bf01e543f6cded6d675e'
-
'072aa3ac51e3963e22c0fb8066b78a59de5585cdabe3bc099f503f625c00b635f179b7f0de052984610245e1daff796f7d5de488b8b3099a1c1df5e95fbe4a9c'
-
'666e55d0061dc5893fddbf70f72f7e64b68c6e1ced1501d11a0ab23442130902bee59648cf0b9de5bc59ef5e3129ea8ea4c036b0e4f64f4c77f40d6cf191'
-
'b7e0d544f5c8f70f75656e34fcb99825aa6e0f8c5d3926a8ff431dd4c34e3de744e0d79f36b39940a527841f31b30b44b3ff66bedd7d341a86adb45d39e65077'
-
'1d5486b0876d1b1ff3f82fc1453d93b0cc97f809bb70022e3110d6178edcf1efb99e37af3f8ec8f8c02a8c149263382c6aa17ee84bcf215aab55bb69abedf463'
-
'371debb3795a89e0eb09830896ef28f7d55f8eb5f442c2613f9ab1501a217a912590730d28fd4bfbfa7048d0ce72c0710c66945ade43543d535ac928b506704c'
-
'fe12619398d4385bebc789d6e0749abe27faa95147b3b689b071add86161dc921b33cccf4dbdd1974bede5d7f4b0ffafb0261e3178a3e106d031ba6c9855d522'
-
'8cc0b69e402ff45f146eb25d0ecebab59ba1a6b97c2fa4342f845620d8fafcfb21a6c6579b79f693b054ddfcad3156b5844d13d610eee9a0c3aabf4ad4119be7'
-
'af691be08e10416b1512caa37e1c8a72e0fe985fec977b518ff37902e28b9f4485c0bc0f33071b567256f5b65c9972eb193db9578c528878581f37ce18d7dcfd'
-
'8f450a74e81c3fb6b6ac03107367faa8576a6639b0f9035c9dd284049d3717bd44013fc7967d68bf60645ad029657ffa376d5cf867a23193cc9158268c32406a'
-
'8e2bae7bfb6060fc28ddd8f2a1281650b6bd0b798a40e4cd3ec8ed5cee3f727d763ba2932f77eb5e5758ffb248cdff535808f97700c444c020821befa8d71f59'
-
'985ff5565f41f0766975715740cec959c81c7f4f5a668a4d7e8be4d0c44ab34ab9cde4190f9956982bad9a5dd7d6e0a6e45a97360d2244c854fc8b98b7a05ddc'
-
'efdd3df60193219727dd88615c879ccc5cc64a26fb31922eb89d6c2ee9a44e8d40e8ecde617f6e8df1f5c4494e338155f45fe2eb0aa759645546769d9aa6a6d6'
-
'2826b68b759cb972f7dc2d23150d3ea051dc32c0f4cf69765c130a23c5ba16e8a51fcf0568d75bcdf3297447f8cafa9a11fa77131d8ab1ad1c6dfe6af7c999c6'
-
'9b462d27b8667267a9eb303a47174b9b1533f8cffeeb33e4676530b9957ddb816607f2bdca166e15fec5e8b547dcedbfc6c2f8324bda02b32cbaf184abde10bb'
-
'bcefee2598d50131b5a8f97b2e0cae7632728bf0a08081b35e5b49acfc220bd56fdfded791b3ded244d658fbbb3e2043158c168ddd75f95a2a0c38cef106d85b'
-
'7193d8895d3b024ffc31ec7b6a45f16199f17967e840bea4f114a1e1f93ed2e2f58646c9f6865ca6c977d723ab1b639d23fd97217da2a3b822d946fdec8642fc'
-
'7e3a1de8ea9941724557091522a141e62c7e4269ffa3b67d05457d8a99ef07a4a230bbe8c2c193c089dee6141d0973bc70c7a8db3e7cc49964055369c39a2ab7'
-
'63764374454cb21a64ff59c8d844b0157348618d7c5ec07116a99e6159fb2c35be0675e1e778348346073c756bae1c041ae7ea8e77b9362479f0c6bbb5fc8378'
-
'24417caf45d7c10564d0c11fabdca068c92ce84bdd97877fbb32f29966bd829afdfba6e5773d22a20af2bc014856f9d47cf7de16d8b207fb7a0005fc9db86927'
-
'dc65c4f98485d5341f1cc9d90d20d1234d53803a98ebdbd968ac414e305ea97f77f58eb543d0c72a509b6d4d31ef103fae7d41421d57c429083d04e122da5c8b'
-
'dda6bcb46417ede98847f08734287bcfa92831a000ff396abaaab52a8fff26b2a9404001b5668e9fdbcb8d52f948d79eeb1d0ebc9e2191f0dd25597cf467a063'
-
'3fa1bf63

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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:50:09
  Author: felixonmars
Revision: 428484

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:49:48 UTC (rev 428483)
+++ PKGBUILD2019-01-29 21:50:09 UTC (rev 428484)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cachetools
-pkgname=(python-cachetools python2-cachetools)
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Extensible memoizing collections and decorators"
-url="https://github.com/tkem/cachetools";
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz";)
-sha512sums=('6dc8ad183651589cda5d65a80a61c9a23dc577f6b8f50b38498aeb4ab68b842cf573daa0a3e49eb2565703f8e49ffea69461b641a4f10fbfe8dc00321cf6d40e')
-
-prepare() {
-  cp -a cachetools-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/cachetools-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cachetools-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cachetools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/cachetools-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-cachetools() {
-  depends=('python')
-
-  cd cachetools-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cachetools() {
-  depends=('python2')
-
-  cd cachetools-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cachetools/repos/community-any/PKGBUILD (from rev 428483, 
python-cachetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:50:09 UTC (rev 428484)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cachetools
+pkgname=(python-cachetools python2-cachetools)
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Extensible memoizing collections and decorators"
+url="https://github.com/tkem/cachetools";
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz";)
+sha512sums=('b11d517047da0b56f8de375ae640c112de26c0ee6b71ca4a644fc455b96b2f26c96c7f756fa2c0550b79803011de55ecf9d78e4f6839bf5f9bcb72a5681413c0')
+
+prepare() {
+  cp -a cachetools-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/cachetools-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cachetools-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cachetools-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/cachetools-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-cachetools() {
+  depends=('python')
+
+  cd cachetools-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cachetools() {
+  depends=('python2')
+
+  cd cachetools-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:49:40
  Author: felixonmars
Revision: 428482

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:49:21 UTC (rev 428481)
+++ PKGBUILD2019-01-29 21:49:40 UTC (rev 428482)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.7.3
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array";
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('3a344e6d5df98b650687efaf53cc9cb0667da771aaae638b6e48bbc43c83bfae36b0883db658899b5eaa48a2b8ca56d8cebc789286ed5ed002fd3ba336cdb7b6')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 428481, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:49:40 UTC (rev 428482)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array";
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
+sha512sums=('e29d3dd87b8a12c93f0b7c5d0f2a39547c0651350ced1efc31941412d7ce3639bc20a6ec665ce311a8703df335ffbcceb3587c6f22c6ce04366314e8f095ca3e')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:49:48
  Author: felixonmars
Revision: 428483

upgpkg: python-cachetools 3.1.0-1

Modified:
  python-cachetools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:49:40 UTC (rev 428482)
+++ PKGBUILD2019-01-29 21:49:48 UTC (rev 428483)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cachetools
 pkgname=(python-cachetools python2-cachetools)
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Extensible memoizing collections and decorators"
 url="https://github.com/tkem/cachetools";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tkem/cachetools/archive/v$pkgver.tar.gz";)
-sha512sums=('6dc8ad183651589cda5d65a80a61c9a23dc577f6b8f50b38498aeb4ab68b842cf573daa0a3e49eb2565703f8e49ffea69461b641a4f10fbfe8dc00321cf6d40e')
+sha512sums=('b11d517047da0b56f8de375ae640c112de26c0ee6b71ca4a644fc455b96b2f26c96c7f756fa2c0550b79803011de55ecf9d78e4f6839bf5f9bcb72a5681413c0')
 
 prepare() {
   cp -a cachetools-$pkgver{,-py2}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:49:21
  Author: felixonmars
Revision: 428481

upgpkg: python-awkward 0.8.0-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:48:13 UTC (rev 428480)
+++ PKGBUILD2019-01-29 21:49:21 UTC (rev 428481)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.7.3
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz";)
-sha512sums=('3a344e6d5df98b650687efaf53cc9cb0667da771aaae638b6e48bbc43c83bfae36b0883db658899b5eaa48a2b8ca56d8cebc789286ed5ed002fd3ba336cdb7b6')
+sha512sums=('e29d3dd87b8a12c93f0b7c5d0f2a39547c0651350ced1efc31941412d7ce3639bc20a6ec665ce311a8703df335ffbcceb3587c6f22c6ce04366314e8f095ca3e')
 
 build() {
   cd awkward-array-$pkgver


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 21:48:13
  Author: dvzrv
Revision: 428480

archrelease: copy trunk to community-any

Added:
  tmuxp/repos/community-any/PKGBUILD
(from rev 428479, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:48:03 UTC (rev 428479)
+++ PKGBUILD2019-01-29 21:48:13 UTC (rev 428480)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-pkgname=tmuxp
-pkgver=1.5.0a
-pkgrel=2
-pkgdesc="tmux session manager. built on libtmux"
-arch=('any')
-url="https://tmuxp.git-pull.com/en/latest/";
-license=('BSD')
-depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux>=0.8.0' 'tmux')
-checkdepends=('python-pytest' 'python-pytest-rerunfailures')
-# pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('e98847eb8613f44f114ecb896bc39ec213a4c7a0c29eb45ea243735aa835582db28d69baeb374c09779687ef0be692c7191fe31226f1b89cc6e4c73d226b0aa8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove all hard version pinning:
-  # https://github.com/tmux-python/tmuxp/issues/432
-  sed -e 's/==/>=/g' -i requirements/*.txt
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# test_workspacebuilder.py does not return:
-# https://github.com/tmux-python/tmuxp/issues/377
-check() {
-  cd "${pkgname}-${pkgver}"
-  py.test -k "not test_workspacebuilder"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES,README.rst}
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-any/PKGBUILD (from rev 428479, 
tmuxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:48:13 UTC (rev 428480)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+pkgname=tmuxp
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="tmux session manager. built on libtmux"
+arch=('any')
+url="https://tmuxp.git-pull.com/en/latest/";
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
+checkdepends=('python-pytest' 'python-pytest-rerunfailures')
+# pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
+# pypi sources don't include tests/scripts: 
https://github.com/tmux-python/tmuxp/issues/474
+#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('e6b90e01e47a115f2dc69c7b49216059c83337b42e0e0fd0df735fa205cf47459a70ac445bae5953a84437f09869824e4363f35cb96b453df3fb9dd85c6554fa')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove all hard version pinning:
+  # https://github.com/tmux-python/tmuxp/issues/432
+  sed -e 's/==/>=/g' -i requirements/*.txt
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+# test_workspacebuilder.py does not return:
+# https://github.com/tmux-python/tmuxp/issues/377
+  py.test -k "not test_workspacebuilder"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES,README.rst}
+}
+
+# vim:set ts=2 sw=2 et:}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 21:48:03
  Author: dvzrv
Revision: 428479

upgpkg: tmuxp 1.5.0-1

Upgrading to 1.5.0. Changing license to MIT. still using github sources, 
because of missing fixtures.

Modified:
  tmuxp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:47:33 UTC (rev 428478)
+++ PKGBUILD2019-01-29 21:48:03 UTC (rev 428479)
@@ -1,17 +1,18 @@
 # Maintainer: David Runge 
 pkgname=tmuxp
-pkgver=1.5.0a
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="tmux session manager. built on libtmux"
 arch=('any')
 url="https://tmuxp.git-pull.com/en/latest/";
-license=('BSD')
-depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux>=0.8.0' 'tmux')
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
 checkdepends=('python-pytest' 'python-pytest-rerunfailures')
 # pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
+# pypi sources don't include tests/scripts: 
https://github.com/tmux-python/tmuxp/issues/474
 
#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('e98847eb8613f44f114ecb896bc39ec213a4c7a0c29eb45ea243735aa835582db28d69baeb374c09779687ef0be692c7191fe31226f1b89cc6e4c73d226b0aa8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('e6b90e01e47a115f2dc69c7b49216059c83337b42e0e0fd0df735fa205cf47459a70ac445bae5953a84437f09869824e4363f35cb96b453df3fb9dd85c6554fa')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -25,10 +26,10 @@
   python setup.py build
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
 # test_workspacebuilder.py does not return:
 # https://github.com/tmux-python/tmuxp/issues/377
-check() {
-  cd "${pkgname}-${pkgver}"
   py.test -k "not test_workspacebuilder"
 }
 


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:45:22
  Author: foxboron
Revision: 428472

archrelease: copy trunk to community-x86_64

Added:
  i3-gaps/repos/community-x86_64/PKGBUILD
(from rev 428471, i3-gaps/trunk/PKGBUILD)
Deleted:
  i3-gaps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:45:07 UTC (rev 428471)
+++ PKGBUILD2019-01-29 21:45:22 UTC (rev 428472)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Ingo Bürk 
-
-pkgname=i3-gaps
-_pkgsourcename=i3
-pkgver=4.16
-pkgrel=1
-pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
-arch=('i686' 'x86_64')
-url='https://github.com/Airblader/i3'
-license=('BSD')
-provides=('i3-wm')
-conflicts=('i3-wm')
-groups=('i3')
-depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
- 'libxkbcommon-x11')
-makedepends=('bison' 'flex' 'asciidoc' 'xmlto')
-optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
-'dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display system information with a bar.'
-'perl-json-xs: For i3-save-tree'
-'perl-anyevent-i3: For i3-save-tree')
-backup=(etc/i3/config)
-options=('docs' '!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz";)
-sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
-
-prepare(){
-  mkdir build
-  cd "${_pkgsourcename}-${pkgver}"
-
-  autoreconf -fvi
-}
-
-build() {
-  cd build
-
-  ../i3-$pkgver/configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-  install -Dt "$pkgdir/usr/share/man/man1" -m644 man/*.1
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 ../i3-$pkgver/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-gaps/repos/community-x86_64/PKGBUILD (from rev 428471, 
i3-gaps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:45:22 UTC (rev 428472)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Contributor: Ingo Bürk 
+
+pkgname=i3-gaps
+_pkgsourcename=i3
+pkgver=4.16.1
+pkgrel=1
+pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
+arch=('i686' 'x86_64')
+url='https://github.com/Airblader/i3'
+license=('BSD')
+provides=('i3-wm')
+conflicts=('i3-wm')
+groups=('i3')
+depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
+ 'libxkbcommon-x11')
+makedepends=('bison' 'flex' 'asciidoc' 'xmlto')
+optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
+'dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display system information with a bar.'
+'perl-json-xs: For i3-save-tree'
+'perl-anyevent-i3: For i3-save-tree')
+backup=(etc/i3/config)
+options=('docs' '!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz";)
+sha256sums=('135c780e4733c3117238fd984ec5716a7feb9b6fea782fbc6b51bb862e6a7ecb')
+
+prepare(){
+  mkdir build
+  cd "${_pkgsourcename}-${pkgver}"
+
+  autoreconf -fvi
+}
+
+build() {
+  cd build
+
+  ../i3-$pkgver/configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dt "$pkgdir/usr/share/man/man1" -m644 man/*.1
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 ../i3-$pkgver/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:45:07
  Author: foxboron
Revision: 428471

upgpkg: i3-gaps 4.16.1-1

Modified:
  i3-gaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:40:09 UTC (rev 428470)
+++ PKGBUILD2019-01-29 21:45:07 UTC (rev 428471)
@@ -3,7 +3,7 @@
 
 pkgname=i3-gaps
 _pkgsourcename=i3
-pkgver=4.16
+pkgver=4.16.1
 pkgrel=1
 pkgdesc='A fork of i3wm tiling window manager with more features, including 
gaps'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 backup=(etc/i3/config)
 options=('docs' '!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Airblader/i3/archive/${pkgver}.tar.gz";)
-sha256sums=('c933bc4c37cddd23d703f1453dcbab6e9cd7ed7f2c54177339eb88977c09a299')
+sha256sums=('135c780e4733c3117238fd984ec5716a7feb9b6fea782fbc6b51bb862e6a7ecb')
 
 prepare(){
   mkdir build


[arch-commits] Commit in firefox/repos/extra-x86_64 (8 files)

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 21:43:18
  Author: heftig
Revision: 344932

archrelease: copy trunk to extra-x86_64

Added:
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 344931, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-symbolic.svg
(from rev 344931, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 344931, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/upload-symbol-archive
(from rev 344931, firefox/trunk/upload-symbol-archive)
Deleted:
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-symbolic.svg
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/upload-symbol-archive

---+
 PKGBUILD  |  344 +-
 firefox-symbolic.svg  |  128 -
 firefox.desktop   |  622 
 upload-symbol-archive |   48 +--
 4 files changed, 571 insertions(+), 571 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:41:51 UTC (rev 344931)
+++ PKGBUILD2019-01-29 21:43:18 UTC (rev 344932)
@@ -1,172 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Jakub Schmidtke 
-
-pkgname=firefox
-pkgver=64.0.2
-pkgrel=1
-pkgdesc="Standalone web browser from mozilla.org"
-arch=(x86_64)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/";
-depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
- ffmpeg nss ttf-font libpulse sqlite libvpx icu)
-makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
- xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
- python nodejs python2-psutil cbindgen)
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell checking, American English')
-options=(!emptydirs !makeflags)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
-$pkgname.desktop firefox-symbolic.svg)
-sha256sums=('SKIP'
-'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
-'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
-
-# 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() {
-  mkdir mozbuild
-  cd mozilla-unified
-
-  echo -n "$_google_api_key" >google-api-key
-  echo -n "$_mozilla_api_key" >mozilla-api-key
-
-  cat >.mozconfig 

[arch-commits] Commit in firefox-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 21:43:33
  Author: heftig
Revision: 344933

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 344932, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:43:18 UTC (rev 344932)
+++ PKGBUILD2019-01-29 21:43:33 UTC (rev 344933)
@@ -1,232 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=64.0.2
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=(any)
-license=(MPL GPL LGPL)
-url="https://www.mozilla.org/firefox/";
-
-_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"'
-  '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)"'
-  '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://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-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"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha256sums=('696a8656312e0608f4e3a34e4d6d069c5b2de5c6372d3e9febf1c05b43663ded'
-'ce34e4a5f02cd4d2dd73ed0d03f7157d3dff08b4d03efa8cc174b475f66f8593'
-'3069edff490e7c83bfa85e0fd83cd58c57e8b02f05005539a34577c5a4f7cae0'
-'499ad740658bb6a8db0ed203bd4eb343f5cf04d4941217e9f8c0fe62c0304bb5'
-'fac15969668c8b56d65abd66e3911c0b51bff910e33473fc6cb5d6c2241efcaa'
-'dd4594967d3d48c748e2fde77862409f3444dd23f13fb9e5628d7d36f93697c9'
-'9421c6a7f1333ce55f3c001d5fc760b3f0d7e4818b0072ad29152bf1172480e8'
-'edfd9e14f49e2b857759a4e468e9f1a5c0b5728ad4f7eb345040adfe7138111c'
-'38b48c32355611fc56a2258e989d052a64c6ab2fc04b681e8e1518690ea2da6e'
-'b79cd85711d9d7295e900764111f7872370e864ac5f2c78725d7f8bcae3f2522'
-'868f6d1466d2c0901a2ed22552b5a75f3991acd16ad3981c2411e25592be'
-'d2c01460b4c0f67149399eca05f19879942d13fc1c7ccfbf800bb2713c8113fc'
-'9a11d25a6ab7dd28a32dc7f82dee4cf775478ee15720f3aa08834436116ec82b'
- 

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

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 21:41:51
  Author: heftig
Revision: 344931

65.0-1

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:29:45 UTC (rev 344930)
+++ PKGBUILD2019-01-29 21:41:51 UTC (rev 344931)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=64.0.2
+pkgver=65.0
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=(any)
@@ -34,6 +34,7 @@
   'de "German"'
   'dsb"Lower Sorbian"'
   'el "Greek"'
+  'en-CA  "English (Canadian)"'
   'en-GB  "English (British)"'
   'en-US  "English (US)"'
   'en-ZA  "English (South African)"'
@@ -60,6 +61,7 @@
   'hsb"Upper Sorbian"'
   'hu "Hungarian"'
   'hy-AM  "Armenian"'
+  'ia "Interlingua"'
   'id "Indonesian"'
   'is "Icelandic"'
   'it "Italian"'
@@ -80,8 +82,10 @@
   'ms "Malay"'
   'my "Burmese"'
   'nb-NO  "Norwegian (Bokmål)"'
+  'ne-NP  "Nepali"'
   'nl "Dutch"'
   'nn-NO  "Norwegian (Nynorsk)"'
+  'oc "Occitan"'
   'or "Oriya"'
   'pa-IN  "Punjabi (India)"'
   'pl "Polish"'
@@ -135,98 +139,102 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha256sums=('696a8656312e0608f4e3a34e4d6d069c5b2de5c6372d3e9febf1c05b43663ded'
-'ce34e4a5f02cd4d2dd73ed0d03f7157d3dff08b4d03efa8cc174b475f66f8593'
-'3069edff490e7c83bfa85e0fd83cd58c57e8b02f05005539a34577c5a4f7cae0'
-'499ad740658bb6a8db0ed203bd4eb343f5cf04d4941217e9f8c0fe62c0304bb5'
-'fac15969668c8b56d65abd66e3911c0b51bff910e33473fc6cb5d6c2241efcaa'
-'dd4594967d3d48c748e2fde77862409f3444dd23f13fb9e5628d7d36f93697c9'
-'9421c6a7f1333ce55f3c001d5fc760b3f0d7e4818b0072ad29152bf1172480e8'
-'edfd9e14f49e2b857759a4e468e9f1a5c0b5728ad4f7eb345040adfe7138111c'
-'38b48c32355611fc56a2258e989d052a64c6ab2fc04b681e8e1518690ea2da6e'
-'b79cd85711d9d7295e900764111f7872370e864ac5f2c78725d7f8bcae3f2522'
-'868f6d1466d2c0901a2ed22552b5a75f3991acd16ad3981c2411e25592be'
-'d2c01460b4c0f67149399eca05f19879942d13fc1c7ccfbf800bb2713c8113fc'
-'9a11d25a6ab7dd28a32dc7f82dee4cf775478ee15720f3aa08834436116ec82b'
-'fda4449dd886a2587a8fa5ee28bb57b5f68c178615d2337c0370955ee49d613d'
-'f1afec73c64a718be6d451b74ac5279bd6e458857b34d955d518e9705a061ea1'
-'b21c9b274ba88705a35a598320b5ba72d25189123d0e9cce5cbdba3f6f5c15df'
-'577a21bbe7aff30a243f260d98f829e4fb2e2f242143d25b0f99b92f4cac1abf'
-'efa785bfd843a10fe6aa895b2c42206760749cd25bc926b2c15ec0e7f7e63e2a'
-'f2b08af64c1635ef394c96a93fbd9de09b078ca69100af3574b29edba51fa971'
-'c2ff2d86ad15c794738c22d29acb43e473d281eef5d37e33afe15d68173240d0'
-'4c3d642898cc9a4fe3fe85454211516ee3592e4af485d80108bf2f003c769262'
-'6357074150d683a6854a1c09d0ebff9846e5098b8660c208d45c54c42010404f'
-'de2863d51dc51d04fe9b19c13b0af62c78ea238c06d523d2f9dbe4d4f07b99e5'
-'3ffe116a2a40fbe601994813e8b03f917b8d3fc276df2a476282b4ad8ea0dd1e'
-'143f2b0c119809dd7639a8f20e6e0af5e30d9f1beb043a30a765915a7a7ac00d'
-'04df43f9abc5d0e42624a22b5382621a6452630786fa8f124631b57b9d946fc0'
-'736389ff625446a9288a92f36a62b8308b5b036cf747a1d8262fdbd3767d1eb5'
-'1425817999be3b2351c9412652998281e3bcfd451aa74d62ede6d0903d601d33'
-'a3950e4a6f9bec16a29e0f4f041bbd8fa2728c04965683b111cbea6afbc801da'
-'40943a0851cc14790555e3bcbccb2f21ba79ff4663a2c793eab52ebaa10aebc6'
-'8c4ee465041e8975ee5c95f25e9cad4861847f544e89dcc6c265a90a25636de9'
-'51eb1cd2135740646b3622630945b4fd29c1a4b9e48343047c96ec804b7819ce'
-'7b12ae1f84996acec5ae35a19566a6969df1daa43168a7d8af4a36ddf2f32504'
-'cabf6c7db841deb8f997189678694a482c8ba6a8e88e749dae42c2feb860af82'
-'20470cb6d2d6bc8373ec8e16878927e0bc5d2b04ac8c4b559e15f7e18f2a159e'
-'4841a00c3d1565d68110babb7f0fca6ba27d1f07575ac7b55f340b5b5f0c929c'
-'0efbebbcbaa6b018625919c0196ddd6a5dabebbc5a77a9876b3a452850eecf32'
-'c0e3fcb95e33e4e3bbd732396bc7dd2fdcca687b7d7c9a659ea19f66e4f6e2f3'
-'63d3de5a77807e8090343fef35c931d72ac423d831f65e42f8796cd058fd4971'
-'8f5fea77ad9a07578401883376e977fa28ac9ca230e019ab56433ef52ae3'
-'ce93ba6bda0ddd9ccdded1a8e81ca174502a72e0d447eec36c0fd10123f83c39'
-'4473edeee521cd1c83352aa0b285e27af2e782570435e772bcb5c45b6d605613'
-'d817c145d1cf8347d4d2d39384bc539b54fd96e97f50ca2b66fd071448cb762e'
-'00c1cbd81036c950bbaed03f68f7eaccb44982ffd0a5251ccb992ce87969da6f'
-'7ee7ce1d15c00ba92f99e4a62a4979f6e22d74f3f445ebd441

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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:39:58
  Author: foxboron
Revision: 428469

upgpkg: python-psycopg2 2.7.7-1

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:39:13 UTC (rev 428468)
+++ PKGBUILD2019-01-29 21:39:58 UTC (rev 428469)
@@ -5,7 +5,7 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.7.6.1
+pkgver=2.7.7
 pkgrel=1
 pkgdesc="A PostgreSQL database adapter for the Python programming language."
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'python' 'python-setuptools' 'postgresql-libs')
 
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
 validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha256sums=('27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82'
+sha256sums=('f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e'
 'SKIP')
 build(){
   cd "$srcdir/psycopg2-$pkgver"


[arch-commits] Commit in python-psycopg2/repos/community-x86_64 (3 files)

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:40:09
  Author: foxboron
Revision: 428470

archrelease: copy trunk to community-x86_64

Added:
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 428469, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-x86_64/ChangeLog
  python-psycopg2/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   25 ---
 PKGBUILD  |   78 ++--
 2 files changed, 39 insertions(+), 64 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-01-29 21:39:58 UTC (rev 428469)
+++ ChangeLog   2019-01-29 21:40:09 UTC (rev 428470)
@@ -1,25 +0,0 @@
-
-2009-08-05  Douglas Soares de Andrade  
-
-   * Updated to: 2.0.11
-
-2009-03-24  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.0.9
-
-2009-01-11  Douglas Soares de Andrade  
-
-   * Rebuilt for python 2.6
-
-2008-04-25  Mateusz Herych 
-
-   * Built for x86_64 - 2.0.7
-
-2008-04-23  Douglas Soares de Andrade  
-
-   * Built for i686 - 2.0.7
-
-2007-06-27  tardo  
-   
-   * Built for x86_64
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:39:58 UTC (rev 428469)
+++ PKGBUILD2019-01-29 21:40:09 UTC (rev 428470)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.7.6.1
-pkgrel=1
-pkgdesc="A PostgreSQL database adapter for the Python programming language."
-arch=('x86_64')
-url="http://initd.org/psycopg/";
-license=('LGPL3')
-makedepends=('python2' 'python2-setuptools' 
- 'python' 'python-setuptools' 'postgresql-libs')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
-validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha256sums=('27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82'
-'SKIP')
-build(){
-  cd "$srcdir/psycopg2-$pkgver"
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-psycopg2/repos/community-x86_64/PKGBUILD (from rev 428469, 
python-psycopg2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:40:09 UTC (rev 428470)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud  
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.7.7
+pkgrel=1
+pkgdesc="A PostgreSQL database adapter for the Python programming language."
+arch=('x86_64')
+url="http://initd.org/psycopg/";
+license=('LGPL3')
+makedepends=('python2' 'python2-setuptools' 
+ 'python' 'python-setuptools' 'postgresql-libs')
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
+validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
+sha256sums=('f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e'
+'SKIP')
+build(){
+  cd "$srcdir/psycopg2-$pkgver"
+  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-psycopg2() {
+  depends=('python' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-psycopg2() {
+  depends=('python2' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:39:13
  Author: felixonmars
Revision: 428468

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 428467, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 21:39:13 UTC (rev 428468)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=49
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/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 428467, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-01-29 21:39:13 UTC (rev 
428468)
@@ -0,0 +1,4 @@
+post_install() {
+  e

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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:38:56
  Author: felixonmars
Revision: 428467

upgpkg: stack 1.9.3-49

rebuild with openssl-streams 1.2.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:37:06 UTC (rev 428466)
+++ PKGBUILD2019-01-29 21:38:56 UTC (rev 428467)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=48
+pkgrel=49
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:37:06
  Author: foxboron
Revision: 428466

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:36:56 UTC (rev 428465)
+++ PKGBUILD2019-01-29 21:37:06 UTC (rev 428466)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Pappa 
-
-pkgbase=python-xlib
-pkgname=('python-xlib' 'python2-xlib')
-pkgver=0.23
-pkgrel=2
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib";
-arch=('any')
-license=('LGPL')
-makedepends=('python2' 'python2-setuptools'
- 'python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
-sha256sums=('a345fad5003adf6d06c296a6fb917b6b7cc21f17135f11418bf603e15bbde118')
-
-prepare() {
-  cp -a python-xlib-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/python-xlib-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python-xlib-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-xlib() {
-  depends=('python2' 'python2-six')
-
-  cd "python-xlib-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-xlib() {
-  depends=('python' 'python-six')
-
-  cd "python-xlib-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 428465, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:37:06 UTC (rev 428466)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Pappa 
+
+pkgbase=python-xlib
+pkgname=('python-xlib' 'python2-xlib')
+pkgver=0.24
+pkgrel=1
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib";
+arch=('any')
+license=('LGPL')
+makedepends=('python2' 'python2-setuptools-scm'
+ 'python' 'python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
+sha256sums=('837273fff5532e53cb63540eda55b0c3c55083e115eceda881057a744bd46276')
+
+prepare() {
+  cp -a python-xlib-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/python-xlib-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python-xlib-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-xlib() {
+  depends=('python2' 'python2-six')
+
+  cd "python-xlib-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-xlib() {
+  depends=('python' 'python-six')
+
+  cd "python-xlib-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:36:56
  Author: foxboron
Revision: 428465

upgpkg: python-xlib 0.24-1

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:34:53 UTC (rev 428464)
+++ PKGBUILD2019-01-29 21:36:56 UTC (rev 428465)
@@ -5,8 +5,8 @@
 
 pkgbase=python-xlib
 pkgname=('python-xlib' 'python2-xlib')
-pkgver=0.23
-pkgrel=2
+pkgver=0.24
+pkgrel=1
 pkgdesc="A fully functional X client library for Python programs"
 url="https://github.com/python-xlib/python-xlib";
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python2-setuptools-scm'
  'python' 'python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz";)
-sha256sums=('a345fad5003adf6d06c296a6fb917b6b7cc21f17135f11418bf603e15bbde118')
+sha256sums=('837273fff5532e53cb63540eda55b0c3c55083e115eceda881057a744bd46276')
 
 prepare() {
   cp -a python-xlib-$pkgver{,-py2}


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:34:40
  Author: foxboron
Revision: 428463

upgpkg: font-awesome 5.7.0-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:32:46 UTC (rev 428462)
+++ PKGBUILD2019-01-29 21:34:40 UTC (rev 428463)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.6.3
+pkgver=5.7.0
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="http://fontawesome.com";
@@ -11,7 +11,7 @@
 arch=('any')
 depends=('fontconfig')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('3a162f9b878ab7e92b53ffd79c95e55c4f14b92ce770e1a967c933696ebc8f31')
+sha256sums=('b23e5b15fdbb5f2fe4d0f30a0e542d20b2ebc6254bb79f1a6accc15666a873f3')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2019-01-29 Thread Morten Linderud via arch-commits
Date: Tuesday, January 29, 2019 @ 21:34:53
  Author: foxboron
Revision: 428464

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 428463, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:34:40 UTC (rev 428463)
+++ PKGBUILD2019-01-29 21:34:53 UTC (rev 428464)
@@ -1,28 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.6.3
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="http://fontawesome.com";
-license=('custom:OFL')
-arch=('any')
-depends=('fontconfig')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
-sha256sums=('3a162f9b878ab7e92b53ffd79c95e55c4f14b92ce770e1a967c933696ebc8f31')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 428463, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:34:53 UTC (rev 428464)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="http://fontawesome.com";
+license=('custom:OFL')
+arch=('any')
+depends=('fontconfig')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz";)
+sha256sums=('b23e5b15fdbb5f2fe4d0f30a0e542d20b2ebc6254bb79f1a6accc15666a873f3')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:32:46
  Author: felixonmars
Revision: 428462

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
428461, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 21:32:46 UTC (rev 428462)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.0
+pkgrel=141
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bdefb406a44bb3648ca7129128767be04c780d967757385770111a0da8f91ff7165213038e8abc7799b28b66eb7d2f47383346837fad7e6327dad7aa714971f6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:32:26
  Author: felixonmars
Revision: 428461

upgpkg: haskell-mustache 2.3.0-141

rebuild with openssl-streams 1.2.2.0

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:31:16 UTC (rev 428460)
+++ PKGBUILD2019-01-29 21:32:26 UTC (rev 428461)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.0
-pkgrel=140
+pkgrel=141
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache";
 license=('BSD')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:31:16
  Author: felixonmars
Revision: 428460

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 428459, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 21:31:16 UTC (rev 428460)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.2
+pkgrel=2
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-exceptions' 'haskell-hashable' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5a2c62b973758cb8ce2bf20504e328090896fa25e7ee1f77b472d7cf5156e08b6d85bf4341ff45e44db1724070fcf3c0f21037fa0a79211a1767024328f7c779')
+
+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 \
+-fdoctest -f-aws -fhttpbin -f-developer
+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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:30:43
  Author: felixonmars
Revision: 428458

archrelease: copy trunk to community-testing-x86_64

Added:
  libqtxdg/repos/community-testing-x86_64/
  libqtxdg/repos/community-testing-x86_64/PKGBUILD
(from rev 428457, libqtxdg/trunk/PKGBUILD)
  libqtxdg/repos/community-testing-x86_64/rebuild.list
(from rev 428457, libqtxdg/trunk/rebuild.list)

--+
 PKGBUILD |   36 
 rebuild.list |1 +
 2 files changed, 37 insertions(+)

Copied: libqtxdg/repos/community-testing-x86_64/PKGBUILD (from rev 428457, 
libqtxdg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-29 21:30:43 UTC (rev 428458)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=libqtxdg
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
+arch=("x86_64")
+url="http://lxqt.org";
+license=("GPL2")
+depends=("libsm" "libxkbcommon-x11" "qt5-base" "qt5-svg")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: libqtxdg/repos/community-testing-x86_64/rebuild.list (from rev 428457, 
libqtxdg/trunk/rebuild.list)
===
--- community-testing-x86_64/rebuild.list   (rev 0)
+++ community-testing-x86_64/rebuild.list   2019-01-29 21:30:43 UTC (rev 
428458)
@@ -0,0 +1 @@
+deepin-qt5integration


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:30:59
  Author: felixonmars
Revision: 428459

upgpkg: haskell-wreq 0.5.3.2-2

rebuild with openssl-streams 1.2.2.0

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:30:43 UTC (rev 428458)
+++ PKGBUILD2019-01-29 21:30:59 UTC (rev 428459)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq";
 license=('BSD')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:30:27
  Author: felixonmars
Revision: 428457

upgpkg: libqtxdg 3.3.0-1

Modified:
  libqtxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
+++ PKGBUILD2019-01-29 21:30:27 UTC (rev 428457)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=libqtxdg
-pkgver=3.2.0
-pkgrel=5
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org";
@@ -13,10 +13,8 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
 )
-sha256sums=(
-   "949134060d148df2ca4515e3759ed9c6a2fa7c51eb7a2197dd0e26a32e220553"
-   "SKIP"
-)
+sha256sums=('14202ba8539adcac13ec1b9a74e61a1965b49c61a7a8e35c8a2924c902371287'
+'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 



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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 21:29:40
  Author: ffy00
Revision: 428456

archrelease: copy trunk to community-any

Added:
  tribler/repos/community-any/PKGBUILD
(from rev 428455, tribler/trunk/PKGBUILD)
Deleted:
  tribler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:29:34 UTC (rev 428455)
+++ PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
@@ -1,71 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=tribler
-_pkgver=7.2.0-exp1
-pkgver=${_pkgver//-/_}
-pkgrel=3
-pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
-url='https://www.tribler.org/'
-arch=('any')
-license=('LGPL3')
-depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
- 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
- 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
- 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
- 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow')
-optdepends=('vlc: for internal video player')
-makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
-
-prepare() {
-  cd $pkgname
-
-  # Fix tribler path
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.service
-  sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
-
-  # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
-  -e "s|build_date =.*|build_date = \"$(date)\"|g" \
--i Tribler/Core/version.py
-}
-
-build () {
-  cd $pkgname
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-
-  # Install python modules
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # Install binary files/assets
-  install -dm 755 "$pkgdir"/usr/{bin,share/tribler}
-  cp -dr --no-preserve=ownership Tribler "$pkgdir"/usr/share/tribler
-  cp -dr --no-preserve=ownership TriblerGUI "$pkgdir"/usr/share/tribler
-  ln -s Tribler/Core/CacheDB/schema_sdb_v*.sql 
"$pkgdir"/usr/share/tribler/Tribler
-
-  install -dm 755 "$pkgdir"/usr/share/{applications,pixmaps}
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.desktop 
"$pkgdir"/usr/share/applications
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 644 Tribler/Main/Build/Ubuntu/tribler_big.xpm 
"$pkgdir"/usr/share/pixmaps
-  install -Dm 755 debian/bin/tribler "$pkgdir"/usr/bin
-  install -Dm 644 logger.conf "$pkgdir"/usr/share/tribler/
-  install -Dm 644 run_tribler.py "$pkgdir"/usr/share/tribler/
-  install -Dm 644 check_os.py "$pkgdir"/usr/share/tribler/
-
-  cp -dr --no-preserve=ownership twisted "$pkgdir"/usr/share/tribler
-
-  # Remove test folders
-  find "$pkgdir" -type d -name "test" -name "tests" -exec rm -rf {} \;
-
-  # Install systemd files
-  install -Dm 644 systemd/anontunnel_helper@.service 
"$pkgdir"/usr/lib/systemd/system/anontunnel_helper@.service
-  install -Dm 644 systemd/tribler.service 
"$pkgdir"/usr/lib/systemd/system/tribler.service
-}
-

Copied: tribler/repos/community-any/PKGBUILD (from rev 428455, 
tribler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:29:40 UTC (rev 428456)
@@ -0,0 +1,70 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=tribler
+pkgver=7.1.5
+pkgrel=1
+epoch=1
+pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
+url='https://www.tribler.org/'
+arch=('any')
+license=('LGPL3')
+depends=('libsodium' 'libtorrent-rasterbar' 'python2-pyqt5' 'qt5-svg' 
'phonon-qt5-backend'
+ 'python2-apsw' 'python2-cherrypy' 'python2-cryptography' 
'python2-decorator'
+ 'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
+ 'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
+ 'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
+makedepends=('python2-setuptools' 'git')
+source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz";)
+sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
+
+prepare() {
+  cd $pkgname
+
+  # Fix tribler path
+  sed -i 's|/opt/tribler|/usr/share/tribler|g' 
systemd/anontunnel_helper@.servic

[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 21:29:45
  Author: anthraxx
Revision: 344930

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 344929, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 344929, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 344929, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 344929, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 344929, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 344929, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19710 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10162 insertions(+), 10152 deletions(-)

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


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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 21:29:34
  Author: ffy00
Revision: 428455

upgpkg: tribler 1:7.1.5-1

Modified:
  tribler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:28:58 UTC (rev 428454)
+++ PKGBUILD2019-01-29 21:29:34 UTC (rev 428455)
@@ -1,9 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=tribler
-_pkgver=7.2.0-exp1
-pkgver=${_pkgver//-/_}
-pkgrel=3
+pkgver=7.1.5
+pkgrel=1
+epoch=1
 pkgdesc='Privacy enhanced BitTorrent client with P2P content discovery'
 url='https://www.tribler.org/'
 arch=('any')
@@ -13,11 +13,10 @@
  'python2-feedparser' 'python2-chardet' 'python2-m2crypto' 
'python2-netifaces'
  'python2-plyvel' 'python2-twisted' 'python2-configobj' 
'python2-matplotlib'
  'python2-networkx' 'python2-psutil' 'python2-scipy' 'python2-libnacl'
- 'python2-pony' 'python2-meliae' 'python2-pillow')
-optdepends=('vlc: for internal video player')
+ 'python2-pony' 'python2-meliae' 'python2-pillow' 'vlc')
 makedepends=('python2-setuptools' 'git')
-source=("https://github.com/Tribler/tribler/releases/download/v$_pkgver/Tribler-v$_pkgver.tar.xz";)
-sha512sums=('4c8ea0d08dd55f6b870e666385875b71b97ba07fc0f6d77a0e71c751a3f9ae0c28a7c3093e61141068d188b14ac6664f4fa67be41a82914f5cbc2ea1928ba048')
+source=("https://github.com/Tribler/tribler/releases/download/V$pkgver/Tribler-v$pkgver.tar.xz";)
+sha512sums=('603d33e783b385bd1579ed06cb2827df6edfb17d7b0c66700b5e1ab722970e56fcb421fc830b05d52a12606e6a0a5dcf4f6423f3e91bb76bac435ca5569e73e6')
 
 prepare() {
   cd $pkgname
@@ -27,7 +26,7 @@
   sed -i 's|/opt/tribler|/usr/share/tribler|g' systemd/tribler.service
 
   # Fix version info
-  sed -e "s|version_id =.*|version_id = \"${_pkgver%_*}\"|g" \
+  sed -e "s|version_id =.*|version_id = \"${pkgver%_*}\"|g" \
   -e "s|build_date =.*|build_date = \"$(date)\"|g" \
 -i Tribler/Core/version.py
 }


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-01-29 Thread Levente Polyak via arch-commits
Date: Tuesday, January 29, 2019 @ 21:29:36
  Author: anthraxx
Revision: 344929

upgpkg: linux-hardened 4.20.5.a-1 (enable gcc plugins)

- enable latent_entropy, structleak and stackleak

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |   14 --
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:15:09 UTC (rev 344928)
+++ PKGBUILD2019-01-29 21:29:36 UTC (rev 344929)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.20.4
+_pkgver=4.20.5
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('dd7fd7eafb8f94a3813a6398d5d2720422a80c933d0dc076479e5c58ecfd34d1'
+sha256sums=('ff8d96974a947a6332b3a2dda461c1b2df8175b56fa4ab9398224e6e1800e214'
 'SKIP'
-'b795a107eceb2fd4ab51f7a7f06f700b6f6827cca277a2d8f94be28eeeb924b4'
+'de4fab579df24bd1196c732b2ac2f2d7f0ffb43476e7a1f21df339739ed09abe'
 'SKIP'
-'d4ec46882bff258971a4bc2e03b2b0ad5e841107e52160e2313b2a5c35fc211e'
+'d19015aad28e6452f2ec30c4bb66fe5348b26fd70047ed2094c4bdf78549fdab'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-01-29 21:15:09 UTC (rev 344928)
+++ config.x86_64   2019-01-29 21:29:36 UTC (rev 344929)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.4 Kernel Configuration
+# Linux/x86 4.20.5 Kernel Configuration
 #
 
 #
@@ -902,7 +902,17 @@
 CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 CONFIG_PLUGIN_HOSTCC="g++"
 CONFIG_HAVE_GCC_PLUGINS=y
-# CONFIG_GCC_PLUGINS is not set
+CONFIG_GCC_PLUGINS=y
+# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set
+CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y
+CONFIG_GCC_PLUGIN_STRUCTLEAK=y
+CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y
+# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set
+# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
+CONFIG_GCC_PLUGIN_STACKLEAK=y
+CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
+# CONFIG_STACKLEAK_METRICS is not set
+# CONFIG_STACKLEAK_RUNTIME_DISABLE is not set
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
 CONFIG_MODULES=y


[arch-commits] Commit in haskell-snap-server/repos/community-staging-x86_64 (2 files)

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:28:58
  Author: felixonmars
Revision: 428454

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD
(from rev 428453, haskell-snap-server/trunk/PKGBUILD)
Deleted:
  haskell-snap-server/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:28:39 UTC (rev 428453)
+++ PKGBUILD2019-01-29 21:28:58 UTC (rev 428454)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=snap-server
-pkgname=haskell-snap-server
-pkgver=1.1.0.0
-pkgrel=85
-pkgdesc="A web server for the Snap Framework"
-url="https://github.com/snapframework/snap-server";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
- 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
- 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
- 'haskell-vector')
-makedepends=('ghc')
-checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
- 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
- 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ccd438310746c59bd7456df69c072ad3a2d473eb69f721fe2c91e086f4916d386c8b83a786d7ff9de11f0ce5294e36034baf10b0a109c65e16ec771e688a1184')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' -e 's/< *0.6/<1/' -e 
's/< *4.12/<5/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
428453, haskell-snap-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:28:58 UTC (rev 428454)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.0.0
+pkgrel=86
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+ 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+ 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ccd438310746c59bd7456df69c072ad3a2d473eb69f721fe2c91e086f4916d386c8b83a786d7ff9de11f0ce5294e36034baf10b0a109c65e16ec771e688a1184')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' -e 's/< *0.6/<1/' -e 
's/< *4.12/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure 

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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:28:39
  Author: felixonmars
Revision: 428453

upgpkg: haskell-snap-server 1.1.0.0-86

rebuild with openssl-streams 1.2.2.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:26:32 UTC (rev 428452)
+++ PKGBUILD2019-01-29 21:28:39 UTC (rev 428453)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=85
+pkgrel=86
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:26:03
  Author: felixonmars
Revision: 428450

upgpkg: haskell-http-streams 0.8.6.1-84

rebuild with openssl-streams 1.2.2.0

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:25:10 UTC (rev 428449)
+++ PKGBUILD2019-01-29 21:26:03 UTC (rev 428450)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=83
+pkgrel=84
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams";
 license=('BSD')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:26:20
  Author: felixonmars
Revision: 428451

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
428450, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 21:26:20 UTC (rev 428451)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.6.1
+pkgrel=84
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('76f6aa750974cdca834dfa7de79ebf22faa1cd0a40426d4df19f24b0699ce2d86a0b1f512846da4daf52f210607ed823690bab3fd1bb7ebe117f705a92d4a3b4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2019-01-29 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 29, 2019 @ 21:26:32
  Author: andrewsc
Revision: 428452

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 428445, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 428445, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 428447, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 428447, 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
===
--- PKGBUILD2019-01-29 21:26:20 UTC (rev 428451)
+++ PKGBUILD2019-01-29 21:26:32 UTC (rev 428452)
@@ -1,174 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=66.0b2
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer";
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  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

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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 21:25:10
  Author: ffy00
Revision: 428449

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:24:54 UTC (rev 428448)
+++ PKGBUILD2019-01-29 21:25:10 UTC (rev 428449)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Eli Schwartz 
-
-pkgname=python-pypubsub
-_pkgname=${pkgname#python-}
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Python publish-subcribe library"
-arch=('any')
-url="https://github.com/schollii/pypubsub";
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-asyncio')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d5759d0b359dac66819251be61c58958fcfc9948e68faedb5f7f2e5a5919bcbbabf5556867c881c3db5f9069b6d6b9b6827e6331dd5f900c329e1e80d1f0044d')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver/tests/suite
-
-  PYTHONPATH=$PWD/../../src python -m pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir"  --optimize=1 --skip-build
-
-  install -Dm 644 src/pubsub/LICENSE_BSD_Simple.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pypubsub/repos/community-any/PKGBUILD (from rev 428448, 
python-pypubsub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:25:10 UTC (rev 428449)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eli Schwartz 
+
+pkgname=python-pypubsub
+_pkgname=${pkgname#python-}
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Python publish-subcribe library"
+arch=('any')
+url="https://github.com/schollii/pypubsub";
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-asyncio')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('cf9aca44e91a5d0e5ecf6739deabf2980f9464395c89e3c5335c5248e47c570701e0534bb660c5005325a994d9f8e7f261f36bc8bea74cfc7eb760b73c572652')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver/tests/suite
+
+  PYTHONPATH=$PWD/../../src python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir"  --optimize=1 --skip-build
+
+  install -Dm 644 src/pubsub/LICENSE_BSD_Simple.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-29 Thread Filipe Laíns via arch-commits
Date: Tuesday, January 29, 2019 @ 21:24:54
  Author: ffy00
Revision: 428448

upgpkg: python-pypubsub 4.0.3-1

Modified:
  python-pypubsub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:19:01 UTC (rev 428447)
+++ PKGBUILD2019-01-29 21:24:54 UTC (rev 428448)
@@ -3,7 +3,7 @@
 
 pkgname=python-pypubsub
 _pkgname=${pkgname#python-}
-pkgver=4.0.0
+pkgver=4.0.3
 pkgrel=1
 pkgdesc="Python publish-subcribe library"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-asyncio')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d5759d0b359dac66819251be61c58958fcfc9948e68faedb5f7f2e5a5919bcbbabf5556867c881c3db5f9069b6d6b9b6827e6331dd5f900c329e1e80d1f0044d')
+sha512sums=('cf9aca44e91a5d0e5ecf6739deabf2980f9464395c89e3c5335c5248e47c570701e0534bb660c5005325a994d9f8e7f261f36bc8bea74cfc7eb760b73c572652')
 
 build() {
   cd $_pkgname-$pkgver


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:19:01
  Author: felixonmars
Revision: 428447

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-server/repos/community-staging-x86_64/PKGBUILD (from rev 
428446, haskell-snap-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 21:19:01 UTC (rev 428447)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-server
+pkgname=haskell-snap-server
+pkgver=1.1.0.0
+pkgrel=85
+pkgdesc="A web server for the Snap Framework"
+url="https://github.com/snapframework/snap-server";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-clock' 'haskell-io-streams' 'haskell-io-streams-haproxy' 
'haskell-lifted-base'
+ 'haskell-network' 'haskell-old-locale' 'haskell-snap-core' 
'haskell-unix-compat'
+ 'haskell-vector')
+makedepends=('ghc')
+checkdepends=('haskell-base16-bytestring' 'haskell-monad-control' 
'haskell-random'
+ 'haskell-threads' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-http-streams'
+ 'haskell-http-common' 'haskell-parallel' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ccd438310746c59bd7456df69c072ad3a2d473eb69f721fe2c91e086f4916d386c8b83a786d7ff9de11f0ce5294e36034baf10b0a109c65e16ec771e688a1184')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' -e 's/< *0.6/<1/' -e 
's/< *4.12/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:18:45
  Author: felixonmars
Revision: 428446

upgpkg: haskell-snap-server 1.1.0.0-85

rebuild pass 1, specified --nocheck

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:15:13 UTC (rev 428445)
+++ PKGBUILD2019-01-29 21:18:45 UTC (rev 428446)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.0.0
-pkgrel=84
+pkgrel=85
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server";
 license=('BSD')


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

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 21:14:04
  Author: heftig
Revision: 344927

65.0-1

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:55:58 UTC (rev 344926)
+++ PKGBUILD2019-01-29 21:14:04 UTC (rev 344927)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=64.0.2
+pkgver=65.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  ffmpeg nss ttf-font libpulse sqlite libvpx icu)
 makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils
  xorg-server-xvfb autoconf2.13 rust mercurial clang llvm jack gtk2
- python nodejs python2-psutil cbindgen)
+ python nodejs python2-psutil cbindgen nasm)
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'


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

2019-01-29 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 29, 2019 @ 21:06:18
  Author: andrewsc
Revision: 428444

upgpkg: firefox-developer-edition 66.0b3-1

firefox-developer-edition: Updating to 66.0b3

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:56:09 UTC (rev 428443)
+++ PKGBUILD2019-01-29 21:06:18 UTC (rev 428444)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=66.0b2
+pkgver=66.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:56:09
  Author: felixonmars
Revision: 428443

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-openssl-streams/repos/community-staging-x86_64/
  haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 428442, haskell-openssl-streams/trunk/PKGBUILD)

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

Copied: haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD (from 
rev 428442, haskell-openssl-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-29 20:56:09 UTC (rev 428443)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=openssl-streams
+pkgname=haskell-openssl-streams
+pkgver=1.2.2.0
+pkgrel=1
+pkgdesc="OpenSSL network support for io-streams"
+url="https://github.com/snapframework/openssl-streams";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:55:53
  Author: felixonmars
Revision: 428442

upgpkg: haskell-openssl-streams 1.2.2.0-1

rebuild with openssl-streams 1.2.2.0

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:54:21 UTC (rev 428441)
+++ PKGBUILD2019-01-29 20:55:53 UTC (rev 428442)
@@ -2,8 +2,8 @@
 
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
-pkgver=1.2.1.3
-pkgrel=38
+pkgver=1.2.2.0
+pkgrel=1
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams";
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('cdfa1d6946b1ed8750de55ecd8acfa1e65bcaa2b7531fefaf1fba4a9fc8e59f37261e2f8baee3ba04c4622fcc9af0d2b04986f5680e03729ba966946629c1ab2')
+sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/<.*2.7/<3/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:54:21
  Author: dvzrv
Revision: 428441

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:54:11 UTC (rev 428440)
+++ PKGBUILD2019-01-29 20:54:21 UTC (rev 428441)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-_name=libtmux
-pkgbase=python-libtmux
-pkgname=('python-libtmux' 'python2-libtmux')
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Python api for tmux"
-arch=('any')
-url="https://libtmux.git-pull.com/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
-checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";
-
"https://github.com/tmux-python/libtmux/commit/7443b60f6df60335bf2ecb199f25e57ec888fe65.patch";)
-sha512sums=('9828e8d7c471b9f228c8a9e4e4369478a445ce4e25dece2a9f50652d30f4a778f9e769440fd34f582ab43436003bb06ae201475ba4116f5844bc44dc7f558874'
-
'55f8290ee7367b22282df57c1fa27dea20197003157d0c57270e3754ee2212588d09b3b09993205c0a2420c86185db142ae39cb51232c7cf6b893396d795ec4d')
-
-prepare() {
-  # https://github.com/tmux-python/libtmux/issues/117 is not BSD-specific
-  patch -p1 -d "${_name}-${pkgver}" < 
7443b60f6df60335bf2ecb199f25e57ec888fe65.patch
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  python -m pytest
-
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 -m pytest
-}
-
-package_python-libtmux() {
-  depends=('python' 'tmux')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
--vDm644 {CHANGES,README.rst,TODO}
-}
-
-package_python2-libtmux() {
-  depends=('python2' 'tmux')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {CHANGES,README.rst,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-libtmux/repos/community-any/PKGBUILD (from rev 428440, 
python-libtmux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:54:21 UTC (rev 428441)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+_name=libtmux
+pkgbase=python-libtmux
+pkgname=('python-libtmux' 'python2-libtmux')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Python api for tmux"
+arch=('any')
+url="https://libtmux.git-pull.com/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
+checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";)
+# pypi sources don't include the tests: 
https://github.com/tmux-python/libtmux/issues/173
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('a26410aa6840325f2572e430427a1805c7086a19ea49ff7794a6542e8c2805b15d306f1a01adb3bea23b4c99980c4c40b0de431dde16bd7f35491011314df13e')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  python -m pytest
+  python2 -m pytest
+}
+
+package_python-libtmux() {
+  depends=('python' 'tmux')
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
+-vDm 644 {CHANGES,README.rst,TODO}
+}
+
+package_python2-libtmux() {
+  depends=('python2' 'tmux')
+  cd "${_name}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
+-vDm 644 {CHANGES,README.rst,TODO}
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:53:51
  Author: felixonmars
Revision: 428439

archrelease: copy trunk to community-testing-any

Added:
  python-pycodestyle/repos/community-testing-any/
  python-pycodestyle/repos/community-testing-any/LICENSE
(from rev 428438, python-pycodestyle/trunk/LICENSE)
  python-pycodestyle/repos/community-testing-any/PKGBUILD
(from rev 428438, python-pycodestyle/trunk/PKGBUILD)

--+
 LICENSE  |   24 
 PKGBUILD |   60 
 2 files changed, 84 insertions(+)

Copied: python-pycodestyle/repos/community-testing-any/LICENSE (from rev 
428438, python-pycodestyle/trunk/LICENSE)
===
--- community-testing-any/LICENSE   (rev 0)
+++ community-testing-any/LICENSE   2019-01-29 20:53:51 UTC (rev 428439)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl 
+Copyright © 2009-2013 Florent Xicluna 
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Copied: python-pycodestyle/repos/community-testing-any/PKGBUILD (from rev 
428438, python-pycodestyle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-01-29 20:53:51 UTC (rev 428439)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgbase=python-pycodestyle
+pkgname=('python-pycodestyle' 'python2-pycodestyle')
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Python style guide checker"
+arch=('any')
+url="https://github.com/PyCQA/pycodestyle";
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/pycodestyle/archive/$pkgver.tar.gz";)
+sha512sums=('b40d2b4fd6673f4115cb0fa056056ef39f4705ba8826bb2a4b91c98e542132951471e1226d697daeb6fac9a5520df5f8dde0931462e540ee2eb8b5f275eb2288')
+
+prepare() {
+  cp -a pycodestyle-$pkgver{,-py2}
+
+  sed -i '1s/env python$/python2/' pycodestyle-$pkgver-py2/pycodestyle.py
+}
+
+build() {
+  cd "$srcdir"/pycodestyle-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pycodestyle-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pycodestyle-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/pycodestyle-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pycodestyle() {
+  depends=('python-setuptools')
+  replaces=('pep8-python3' 'pep8')
+
+  cd pycodestyle-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycodestyle() {
+  depends=('python2-setuptools')
+  replaces=('pep8-python2' 'python2-pep8')
+
+  cd pycodestyle-$pkgver-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir"/usr/bin/pycodestyle{,2}
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:54:11
  Author: dvzrv
Revision: 428440

upgpkg: python-libtmux 0.8.1-1

Upgrading to 0.8.1. Removing unrequired patch. Removing copying of sources (for 
python2).

Modified:
  python-libtmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:53:51 UTC (rev 428439)
+++ PKGBUILD2019-01-29 20:54:11 UTC (rev 428440)
@@ -2,69 +2,59 @@
 _name=libtmux
 pkgbase=python-libtmux
 pkgname=('python-libtmux' 'python2-libtmux')
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Python api for tmux"
 arch=('any')
 url="https://libtmux.git-pull.com/";
-license=('BSD')
+license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
 checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";
-
"https://github.com/tmux-python/libtmux/commit/7443b60f6df60335bf2ecb199f25e57ec888fe65.patch";)
-sha512sums=('9828e8d7c471b9f228c8a9e4e4369478a445ce4e25dece2a9f50652d30f4a778f9e769440fd34f582ab43436003bb06ae201475ba4116f5844bc44dc7f558874'
-
'55f8290ee7367b22282df57c1fa27dea20197003157d0c57270e3754ee2212588d09b3b09993205c0a2420c86185db142ae39cb51232c7cf6b893396d795ec4d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";)
+# pypi sources don't include the tests: 
https://github.com/tmux-python/libtmux/issues/173
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('a26410aa6840325f2572e430427a1805c7086a19ea49ff7794a6542e8c2805b15d306f1a01adb3bea23b4c99980c4c40b0de431dde16bd7f35491011314df13e')
 
-prepare() {
-  # https://github.com/tmux-python/libtmux/issues/117 is not BSD-specific
-  patch -p1 -d "${_name}-${pkgver}" < 
7443b60f6df60335bf2ecb199f25e57ec888fe65.patch
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python -m pytest
-
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 -m pytest
 }
 
 package_python-libtmux() {
   depends=('python' 'tmux')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm644 LICENSE \
+  install -vDm 644 LICENSE \
 "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
--vDm644 {CHANGES,README.rst,TODO}
+-vDm 644 {CHANGES,README.rst,TODO}
 }
 
 package_python2-libtmux() {
   depends=('python2' 'tmux')
-  cd "${pkgname[1]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm644 LICENSE \
+  install -vDm 644 LICENSE \
 "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {CHANGES,README.rst,TODO}
+-vDm 644 {CHANGES,README.rst,TODO}
 }
 
 # vim:set ts=2 sw=2 et:


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:53:15
  Author: felixonmars
Revision: 428438

upgpkg: python-pycodestyle 2.5.0-1

Modified:
  python-pycodestyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:30:10 UTC (rev 428437)
+++ PKGBUILD2019-01-29 20:53:15 UTC (rev 428438)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycodestyle
 pkgname=('python-pycodestyle' 'python2-pycodestyle')
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="Python style guide checker"
 arch=('any')
 url="https://github.com/PyCQA/pycodestyle";
@@ -12,7 +12,7 @@
 license=('custom:Expat')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyCQA/pycodestyle/archive/$pkgver.tar.gz";)
-sha512sums=('3d1632a4d749a227854164adddc23f2677b79d156a645dfbfc7c2092146438d429863801fa2f315d0574abba08d47307f164fce67fb5f3fdde8518b468bf')
+sha512sums=('b40d2b4fd6673f4115cb0fa056056ef39f4705ba8826bb2a4b91c98e542132951471e1226d697daeb6fac9a5520df5f8dde0931462e540ee2eb8b5f275eb2288')
 
 prepare() {
   cp -a pycodestyle-$pkgver{,-py2}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:30:10
  Author: dvzrv
Revision: 428437

archrelease: copy trunk to community-any

Added:
  sigal/repos/community-any/PKGBUILD
(from rev 428436, sigal/trunk/PKGBUILD)
Deleted:
  sigal/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:30:03 UTC (rev 428436)
+++ PKGBUILD2019-01-29 20:30:10 UTC (rev 428437)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-pkgname=sigal
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Yet another simple static gallery generator"
-arch=('any')
-url="http://sigal.saimon.org/en/latest/";
-license=('MIT')
-depends=('ffmpeg' 'python-blinker' 'python-click' 'python-jinja'
-'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools')
-checkdepends=('python-pytest-cov' 'python-boto' 'python-brotli' 
'python-feedgenerator' 'python-zopfli')
-optdepends=('python-boto: upload to S3 plugin'
-'python-brotli: compress assets plugin'
-'python-feedgenerator: feed plugin'
-'python-zopfli: compress assets plugin')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz";)
-# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21d8f8d7cd0fc557f72158e4208bf97ec3aa0ae1408e6a5a7870d3e2f6af1644f366f4ecbb3d2714d7ec948b0f91afe6fac6031b91da223cdebb78459614dc73')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  # test_album fails because of missing fr_FR.UTF-8 locale:
-  # https://github.com/saimn/sigal/issues/338
-  py.test -k "not test_album"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: sigal/repos/community-any/PKGBUILD (from rev 428436, 
sigal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:30:10 UTC (rev 428437)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+pkgname=sigal
+pkgver=2.0
+pkgrel=1
+pkgdesc="Yet another simple static gallery generator"
+arch=('any')
+url="http://sigal.saimon.org/en/latest/";
+license=('MIT')
+depends=('ffmpeg' 'python-blinker' 'python-click' 'python-jinja'
+'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools')
+checkdepends=('python-pytest-cov' 'python-boto' 'python-brotli' 
'python-feedgenerator' 'python-zopfli')
+optdepends=('python-boto: upload to S3 plugin'
+'python-brotli: compress assets plugin'
+'python-feedgenerator: feed plugin'
+'python-zopfli: compress assets plugin')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b6b1a38472864dd5168c23ba12d317d75052c6e339a9b3d3a93b493ffce69f8319df5d47d77327314c5828b74230c8c4a03009ef2b172afec2de748d0323b5f2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:30:03
  Author: dvzrv
Revision: 428436

upgpkg: sigal 2.0-1

Upgrading to 2.0. Using pythonhosted.org as source (tests are now included). 
Running all tests.

Modified:
  sigal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:22:48 UTC (rev 428435)
+++ PKGBUILD2019-01-29 20:30:03 UTC (rev 428436)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=sigal
-pkgver=1.4.1
+pkgver=2.0
 pkgrel=1
 pkgdesc="Yet another simple static gallery generator"
 arch=('any')
@@ -13,10 +13,8 @@
 'python-brotli: compress assets plugin'
 'python-feedgenerator: feed plugin'
 'python-zopfli: compress assets plugin')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz";)
-# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21d8f8d7cd0fc557f72158e4208bf97ec3aa0ae1408e6a5a7870d3e2f6af1644f366f4ecbb3d2714d7ec948b0f91afe6fac6031b91da223cdebb78459614dc73')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b6b1a38472864dd5168c23ba12d317d75052c6e339a9b3d3a93b493ffce69f8319df5d47d77327314c5828b74230c8c4a03009ef2b172afec2de748d0323b5f2')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -30,9 +28,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH=build:${PYTHONPATH}
-  # test_album fails because of missing fr_FR.UTF-8 locale:
-  # https://github.com/saimn/sigal/issues/338
-  py.test -k "not test_album"
+  py.test
 }
 
 package() {


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:22:27
  Author: felixonmars
Revision: 428434

upgpkg: python-tenacity 5.0.3-1

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:22:17 UTC (rev 428433)
+++ PKGBUILD2019-01-29 20:22:27 UTC (rev 428434)
@@ -2,7 +2,7 @@
 
 pkgbase=python-tenacity
 pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -12,7 +12,7 @@
  'python-pbr' 'python2-pbr')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('835faa4593017876d5a9e5247043c1540e75246f86021d2777603f989ef7d2fed8fe437c26172b7c042a0e33308498e771831651676bfd8be69354bb3f19ae5d')
+sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
 
 prepare() {
   cp -a tenacity-$pkgver{,-py2}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:22:48
  Author: felixonmars
Revision: 428435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:22:27 UTC (rev 428434)
+++ PKGBUILD2019-01-29 20:22:48 UTC (rev 428435)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tenacity
-pkgname=('python-tenacity' 'python2-tenacity')
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='Retry code until it succeeeds'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/tenacity'
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
- 'python-pbr' 'python2-pbr')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
-sha512sums=('835faa4593017876d5a9e5247043c1540e75246f86021d2777603f989ef7d2fed8fe437c26172b7c042a0e33308498e771831651676bfd8be69354bb3f19ae5d')
-
-prepare() {
-  cp -a tenacity-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tenacity-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/tenacity-$pkgver-py2
-  python2 setup.py pytest --addopts '--ignore=tenacity/tests/test_asyncio.py'
-}
-
-package_python-tenacity() {
-  depends=('python-six')
-  optdepends=('python-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-tenacity() {
-  depends=('python2-six' 'python2-futures' 'python2-monotonic')
-  optdepends=('python2-tornado: for Tornado coroutines support')
-
-  cd tenacity-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tenacity/repos/community-any/PKGBUILD (from rev 428434, 
python-tenacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:22:48 UTC (rev 428435)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-tenacity
+pkgname=('python-tenacity' 'python2-tenacity')
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='Retry code until it succeeeds'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/tenacity'
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 
'python2-monotonic'
+ 'python-pbr' 'python2-pbr')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz";)
+sha512sums=('19ad1885521e234103cce1e03b40290324f5c4a307b0cf7a3cf0c3f704502953432cff02dc4a676ce32241d229f91f4982fd053eee8019af813d99ae679cb199')
+
+prepare() {
+  cp -a tenacity-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tenacity-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/tenacity-$pkgver-py2
+  python2 setup.py pytest --addopts '--ignore=tenacity/tests/test_asyncio.py'
+}
+
+package_python-tenacity() {
+  depends=('python-six')
+  optdepends=('python-tornado: for Tornado coroutines support')
+
+  cd tenacity-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-tenacity() {
+  depends=('python2-six' 'python2-futures' 'python2-monotonic')
+  optdepends=('python2-tornado: for Tornado coroutines support')
+
+  cd tenacity-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:22:17
  Author: felixonmars
Revision: 428433

archrelease: copy trunk to community-x86_64

Added:
  udp2raw-tunnel/repos/community-x86_64/PKGBUILD
(from rev 428432, udp2raw-tunnel/trunk/PKGBUILD)
  udp2raw-tunnel/repos/community-x86_64/udp2raw-tunnel.install
(from rev 428432, udp2raw-tunnel/trunk/udp2raw-tunnel.install)
  udp2raw-tunnel/repos/community-x86_64/udp2raw@.service
(from rev 428432, udp2raw-tunnel/trunk/udp2raw@.service)
  udp2raw-tunnel/repos/community-x86_64/udp2raw_script.sh
(from rev 428432, udp2raw-tunnel/trunk/udp2raw_script.sh)
Deleted:
  udp2raw-tunnel/repos/community-x86_64/PKGBUILD
  udp2raw-tunnel/repos/community-x86_64/udp2raw@.service
  udp2raw-tunnel/repos/community-x86_64/udp2raw_script.sh

+
 PKGBUILD   |   64 +++
 udp2raw-tunnel.install |7 +
 udp2raw@.service   |   36 +-
 udp2raw_script.sh  |   34 
 4 files changed, 74 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:21:41 UTC (rev 428432)
+++ PKGBUILD2019-01-29 20:22:17 UTC (rev 428433)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Peter Cai 
-
-pkgname=udp2raw-tunnel
-pkgver=20180225.0
-pkgrel=2
-pkgdesc='An Encrypted, Anti-Replay, Multiplexed UdP Tunnel, tunnels udp 
traffic through fake-tcp or icmp by using raw socket'
-url='https://github.com/wangyu-/udp2raw-tunnel'
-arch=('x86_64' 'i686')
-depends=('iptables')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wangyu-/udp2raw-tunnel/archive/$pkgver.tar.gz";
-"udp2raw_script.sh"
-"udp2raw@.service")
-sha512sums=('b76764b8105a64543e5c79629cfc66981783b6190e6ff1ae426add741f1442184d0988093e42da89b2ee9e77e8648cbd2a36c4b6bcb0dbb249763b5702996135'
-
'bd58325188f7a4d143d97ea6dfb0b8f2f86f6b82b8cb7496478fb3a9c425d42044db91bd7f554ed95443ce11bad288d48aad1f76404e3efec68ecbff8c56820f'
-
'8ae8ae36d20e40447e85b38fd437e7aee381ec35c78638f97e7418eb616e1aacbbd3eace1a5615314ffec05f290c1ebd4c2e30073ca6373d84f5ff2514f214da')
-
-build() {
-  cd $pkgname-$pkgver
-  make fast
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 udp2raw "$pkgdir"/usr/bin/udp2raw
-  setcap cap_net_raw,cap_net_admin+ep "$pkgdir"/usr/bin/udp2raw
-  install -Dm644 example.conf "$pkgdir"/etc/udp2raw/example.conf
-  install -Dm755 "$srcdir"/udp2raw_script.sh 
"$pkgdir"/usr/lib/udp2raw/udp2raw_script.sh
-  install -Dm644 "$srcdir"/udp2raw@.service 
"$pkgdir"/usr/lib/systemd/system/udp2raw@.service
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: udp2raw-tunnel/repos/community-x86_64/PKGBUILD (from rev 428432, 
udp2raw-tunnel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:22:17 UTC (rev 428433)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Peter Cai 
+
+pkgname=udp2raw-tunnel
+pkgver=20180225.0
+pkgrel=3
+pkgdesc='An Encrypted, Anti-Replay, Multiplexed UdP Tunnel, tunnels udp 
traffic through fake-tcp or icmp by using raw socket'
+url='https://github.com/wangyu-/udp2raw-tunnel'
+arch=('x86_64' 'i686')
+depends=('iptables')
+license=('MIT')
+install=udp2raw-tunnel.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wangyu-/udp2raw-tunnel/archive/$pkgver.tar.gz";
+"udp2raw_script.sh"
+"udp2raw@.service")
+sha512sums=('b76764b8105a64543e5c79629cfc66981783b6190e6ff1ae426add741f1442184d0988093e42da89b2ee9e77e8648cbd2a36c4b6bcb0dbb249763b5702996135'
+
'bd58325188f7a4d143d97ea6dfb0b8f2f86f6b82b8cb7496478fb3a9c425d42044db91bd7f554ed95443ce11bad288d48aad1f76404e3efec68ecbff8c56820f'
+
'8ae8ae36d20e40447e85b38fd437e7aee381ec35c78638f97e7418eb616e1aacbbd3eace1a5615314ffec05f290c1ebd4c2e30073ca6373d84f5ff2514f214da')
+
+build() {
+  cd $pkgname-$pkgver
+  make fast
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 udp2raw "$pkgdir"/usr/bin/udp2raw
+  install -Dm644 example.conf "$pkgdir"/etc/udp2raw/example.conf
+  install -Dm755 "$srcdir"/udp2raw_script.sh 
"$pkgdir"/usr/lib/udp2raw/udp2raw_script.sh
+  install -Dm644 "$srcdir"/udp2raw@.service 
"$pkgdir"/usr/lib/systemd/system/udp2raw@.service
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}

Copied: udp2raw-tunnel/repos/community-x86_64/udp2raw-tunnel.install (from rev 
428432, udp2raw-tunnel/trunk/udp2raw-tunnel.install)
===
--- udp2raw-tunnel.install  (rev 0)
+++ udp2raw-tunnel.install  2019-01-29 20:22:17 UTC (rev 428433)
@@ -0,0 +1,7 @@
+post_install() {
+setcap cap_net_raw,cap_net_admin+ep usr/bin/udp2raw  2>/dev/null
+}
+
+post_upgrade() {
+post

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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:34
  Author: dvzrv
Revision: 428430

upgpkg: python-tabulate 0.8.3-2

Moving python{,2}-{numpy,pandas,wcwidth} to optdepends, where they belong.

Modified:
  python-tabulate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:07:40 UTC (rev 428429)
+++ PKGBUILD2019-01-29 20:21:34 UTC (rev 428430)
@@ -3,15 +3,13 @@
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate";
 license=('MIT')
-makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
-'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
-'python2-wcwidth')
-checkdepends=('python-nose' 'python2-nose')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
 
sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
@@ -33,7 +31,10 @@
 }
 
 package_python-tabulate() {
-  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
+  depends=('python-setuptools')
+  optdepends=('python-numpy: NumPy array support'
+  'python-pandas: pandas.DataFrame support'
+  'python-wcwidth: wide-character support')
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -44,8 +45,10 @@
 }
 
 package_python2-tabulate() {
-  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
-  'python2-wcwidth')
+  depends=('python2-setuptools')
+  optdepends=('python2-numpy: NumPy array support'
+  'python2-pandas: pandas.DataFrame support'
+  'python2-wcwidth: wide-character support')
   cd "$pkgbase-$pkgver"
   python2 setup.py install --skip-build \
 --optimize=1 \


[arch-commits] Commit in udp2raw-tunnel/trunk (PKGBUILD udp2raw-tunnel.install)

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:36
  Author: felixonmars
Revision: 428431

upgpkg: udp2raw-tunnel 20180225.0-3

fix setcap (FS#61012)

Added:
  udp2raw-tunnel/trunk/udp2raw-tunnel.install
Modified:
  udp2raw-tunnel/trunk/PKGBUILD

+
 PKGBUILD   |4 ++--
 udp2raw-tunnel.install |7 +++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:21:34 UTC (rev 428430)
+++ PKGBUILD2019-01-29 20:21:36 UTC (rev 428431)
@@ -3,12 +3,13 @@
 
 pkgname=udp2raw-tunnel
 pkgver=20180225.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An Encrypted, Anti-Replay, Multiplexed UdP Tunnel, tunnels udp 
traffic through fake-tcp or icmp by using raw socket'
 url='https://github.com/wangyu-/udp2raw-tunnel'
 arch=('x86_64' 'i686')
 depends=('iptables')
 license=('MIT')
+install=udp2raw-tunnel.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wangyu-/udp2raw-tunnel/archive/$pkgver.tar.gz";
 "udp2raw_script.sh"
 "udp2raw@.service")
@@ -24,7 +25,6 @@
 package() {
   cd $pkgname-$pkgver
   install -Dm755 udp2raw "$pkgdir"/usr/bin/udp2raw
-  setcap cap_net_raw,cap_net_admin+ep "$pkgdir"/usr/bin/udp2raw
   install -Dm644 example.conf "$pkgdir"/etc/udp2raw/example.conf
   install -Dm755 "$srcdir"/udp2raw_script.sh 
"$pkgdir"/usr/lib/udp2raw/udp2raw_script.sh
   install -Dm644 "$srcdir"/udp2raw@.service 
"$pkgdir"/usr/lib/systemd/system/udp2raw@.service

Added: udp2raw-tunnel.install
===
--- udp2raw-tunnel.install  (rev 0)
+++ udp2raw-tunnel.install  2019-01-29 20:21:36 UTC (rev 428431)
@@ -0,0 +1,7 @@
+post_install() {
+setcap cap_net_raw,cap_net_admin+ep usr/bin/udp2raw  2>/dev/null
+}
+
+post_upgrade() {
+post_install "$1"
+}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:41
  Author: dvzrv
Revision: 428432

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:21:36 UTC (rev 428431)
+++ PKGBUILD2019-01-29 20:21:41 UTC (rev 428432)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-_name=tabulate
-pkgbase=python-tabulate
-pkgname=('python-tabulate' 'python2-tabulate')
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
-arch=('any')
-url="https://bitbucket.org/astanin/python-tabulate";
-license=('MIT')
-makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
-'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
-'python2-wcwidth')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-tabulate() {
-  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_python2-tabulate() {
-  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
-  'python2-wcwidth')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # move executable to unique name
-  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
-}

Copied: python-tabulate/repos/community-any/PKGBUILD (from rev 428431, 
python-tabulate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:21:41 UTC (rev 428432)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge 
+_name=tabulate
+pkgbase=python-tabulate
+pkgname=('python-tabulate' 'python2-tabulate')
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
+arch=('any')
+url="https://bitbucket.org/astanin/python-tabulate";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-tabulate() {
+  depends=('python-setuptools')
+  optdepends=('python-numpy: NumPy array support'
+  'python-pandas: pandas.DataFrame support'
+  'python-wcwidth: wide-character support')
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_python2-tabulate() {
+  depends=('python2-setuptools')
+  optdepends=('python2-numpy: NumPy array support'
+  'python2-pandas: pandas.DataFrame support'
+  'python2-wcwidth: wide-character support')
+  cd "$pkgbase-$pkgver"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # move executable to unique name
+  mv -v "${pkgdir}/u

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

2019-01-29 Thread Jonathan Steel via arch-commits
Date: Tuesday, January 29, 2019 @ 20:07:40
  Author: jsteel
Revision: 428429

archrelease: copy trunk to community-x86_64

Added:
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 428428, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:07:28 UTC (rev 428428)
+++ PKGBUILD2019-01-29 20:07:40 UTC (rev 428429)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=1.21.3
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io";
-license=('GPL2')
-arch=('x86_64')
-depends=('libsndfile' 'sdl2' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('ce89f7b1ce33a6b64ba57a1da917cc54')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 428428, 
mednafen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:07:40 UTC (rev 428429)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="https://mednafen.github.io";
+license=('GPL2')
+arch=('x86_64')
+depends=('libsndfile' 'sdl2' 'zlib')
+makedepends=('mesa' 'glu')
+source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
+md5sums=('c16f28032a7c575052a1707cf6d52f02')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}


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

2019-01-29 Thread Jonathan Steel via arch-commits
Date: Tuesday, January 29, 2019 @ 20:07:28
  Author: jsteel
Revision: 428428

upgpkg: mednafen 1.22.1-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:04:41 UTC (rev 428427)
+++ PKGBUILD2019-01-29 20:07:28 UTC (rev 428428)
@@ -6,7 +6,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=1.21.3
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="https://mednafen.github.io";
@@ -15,7 +15,7 @@
 depends=('libsndfile' 'sdl2' 'zlib')
 makedepends=('mesa' 'glu')
 source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('ce89f7b1ce33a6b64ba57a1da917cc54')
+md5sums=('c16f28032a7c575052a1707cf6d52f02')
 
 build() {
   cd $pkgname


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 20:04:41
  Author: felixonmars
Revision: 428427

fix a typo in pkgdesc

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:54:23 UTC (rev 428426)
+++ PKGBUILD2019-01-29 20:04:41 UTC (rev 428427)
@@ -3,7 +3,7 @@
 pkgname=git-repair
 pkgver=1.20170626
 pkgrel=57
-pkgdesc="Repairs a damaged git repisitory"
+pkgdesc="Repairs a damaged git repository"
 url="http://git-repair.branchable.com/";
 license=("GPL")
 arch=('x86_64')


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 19:55:58
  Author: felixonmars
Revision: 344926

add qt5-translations to optdepends

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:25:10 UTC (rev 344925)
+++ PKGBUILD2019-01-29 19:55:58 UTC (rev 344926)
@@ -16,6 +16,7 @@
 makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
  'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
 optdepends=('qt5-svg: to use SVG icon themes'
+'qt5-translations: for some native UI translations'
 'postgresql-libs: PostgreSQL driver'
 'mariadb-libs: MariaDB driver'
 'unixodbc: ODBC driver'


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

2019-01-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 29, 2019 @ 19:54:23
  Author: jlichtblau
Revision: 428426

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 428425, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 428425, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   92 +-
 kmymoney.changelog |  177 +--
 2 files changed, 136 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 19:54:11 UTC (rev 428425)
+++ PKGBUILD2019-01-29 19:54:23 UTC (rev 428426)
@@ -1,46 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('x86_64')
-url="https://kmymoney.org/";
-license=('GPL')
-depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
- 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
- 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'akonadi' 'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('57f321ebdb1e8bc04e41531a7d0ce947c65101d7768c2aa45c65370b5d67a593'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=RELEASE \
--DCMAKE_SKIP_RPATH=YES \
--Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 428425, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 19:54:23 UTC (rev 428426)
@@ -0,0 +1,46 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('x86_64')
+url="https://kmymoney.org/";
+license=('GPL')
+depends=('aqbanking' 'boost-libs' 'libalkimia' 'sqlcipher' 'qt5-base' 'qgpgme' 
'karchive'
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'akonadi' 'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
+sha256sums=('698c0fc7ef2134c5c120a98b10f033e14dc37bff723b562c3b50a018c6ebdbf8'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DCMAKE_SKIP_RPATH=YES \
+-Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2019-01-29 19:54:11 UTC (rev 428425)
+++ kmymoney.changelog  2019-01-29 19:54:23 UTC (rev 428426)
@@ -1,87 +0,0 @@
-2018-11-05 Jaroslav Lichtblau 
-   * kmymoney 5.0.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * kmymoney 5.0.1-1
-
-2018-02-14 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-3 aqbanking rebuild
-
-2018-02-09 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-2 dependencies ammended
-
-2018-02-07 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * kmymoney 4.8.1.1-1
-
-2017-10-18 Jaroslav Lichtblau 
-   * kmymoney 4.8.1-2 FS#55997 fix
-
-2017-10-08 Ja

[arch-commits] Commit in kmymoney/trunk (PKGBUILD kmymoney.changelog)

2019-01-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 29, 2019 @ 19:54:11
  Author: jlichtblau
Revision: 428425

upgpkg: kmymoney 5.0.3-1 - new upstream release

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |4 ++--
 kmymoney.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:47:34 UTC (rev 428424)
+++ PKGBUILD2019-01-29 19:54:11 UTC (rev 428425)
@@ -6,7 +6,7 @@
 # Contributor: Todd Maynard 
 
 pkgname=kmymoney
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('57f321ebdb1e8bc04e41531a7d0ce947c65101d7768c2aa45c65370b5d67a593'
+sha256sums=('698c0fc7ef2134c5c120a98b10f033e14dc37bff723b562c3b50a018c6ebdbf8'
 'SKIP')
 
 build() {

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2019-01-29 19:47:34 UTC (rev 428424)
+++ kmymoney.changelog  2019-01-29 19:54:11 UTC (rev 428425)
@@ -1,3 +1,6 @@
+2019-01-29 Jaroslav Lichtblau 
+   * kmymoney 5.0.3-1
+
 2018-11-05 Jaroslav Lichtblau 
* kmymoney 5.0.2-1
 


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 19:47:34
  Author: felixonmars
Revision: 428424

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 19:47:15 UTC (rev 428423)
+++ PKGBUILD2019-01-29 19:47:34 UTC (rev 428424)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pygithub
-pkgname=('python-pygithub' 'python2-pygithub')
-pkgver=1.43.4
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt'
- 'python-requests' 'python2-requests' 'python-deprecated' 
'python2-deprecated')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
-sha512sums=('ca29da3f4c1aff04b943bec90b36fd08a8f02e145895b5bc9d3cca0abcfc44861c07ff913971908a4beeba31a01938ab94dfa5952326d9a5123deab5a7bd3be2')
-
-prepare() {
-  cp -a PyGithub-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyGithub-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyGithub-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyGithub-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/PyGithub-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pygithub() {
-  depends=('python-pyjwt' 'python-requests' 'python-deprecated')
-
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygithub() {
-  depends=('python2-pyjwt' 'python2-requests' 'python2-deprecated')
-
-  cd PyGithub-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 428423, 
python-pygithub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 19:47:34 UTC (rev 428424)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pygithub
+pkgname=('python-pygithub' 'python2-pygithub')
+pkgver=1.43.5
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt'
+ 'python-requests' 'python2-requests' 'python-deprecated' 
'python2-deprecated')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
+sha512sums=('703de65539c1e2af4462285d1788611d98a4052fcf223b54795da34679d1e327de8758d895d73b707f87f8a006171bc5c6b8182388ac6fde3808be8af6021dde')
+
+prepare() {
+  cp -a PyGithub-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyGithub-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PyGithub-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/PyGithub-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/PyGithub-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pygithub() {
+  depends=('python-pyjwt' 'python-requests' 'python-deprecated')
+
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygithub() {
+  depends=('python2-pyjwt' 'python2-requests' 'python2-deprecated')
+
+  cd PyGithub-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 19:47:15
  Author: felixonmars
Revision: 428423

upgpkg: python-pygithub 1.43.5-1

Modified:
  python-pygithub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:41:01 UTC (rev 428422)
+++ PKGBUILD2019-01-29 19:47:15 UTC (rev 428423)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pygithub
 pkgname=('python-pygithub' 'python2-pygithub')
-pkgver=1.43.4
+pkgver=1.43.5
 pkgrel=1
 pkgdesc="Use the full Github API v3"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt'
  'python-requests' 'python2-requests' 'python-deprecated' 
'python2-deprecated')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
-sha512sums=('ca29da3f4c1aff04b943bec90b36fd08a8f02e145895b5bc9d3cca0abcfc44861c07ff913971908a4beeba31a01938ab94dfa5952326d9a5123deab5a7bd3be2')
+sha512sums=('703de65539c1e2af4462285d1788611d98a4052fcf223b54795da34679d1e327de8758d895d73b707f87f8a006171bc5c6b8182388ac6fde3808be8af6021dde')
 
 prepare() {
   cp -a PyGithub-$pkgver{,-py2}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 19:41:01
  Author: felixonmars
Revision: 428422

archrelease: copy trunk to community-x86_64

Added:
  dtkwidget/repos/community-x86_64/PKGBUILD
(from rev 428421, dtkwidget/trunk/PKGBUILD)
Deleted:
  dtkwidget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 19:40:43 UTC (rev 428421)
+++ PKGBUILD2019-01-29 19:41:01 UTC (rev 428422)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=dtkwidget
-pkgver=2.0.9.15
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dtkwidget";
-license=('GPL3')
-depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
- 'startup-notification')
-makedepends=('qt5-tools')
-replaces=('deepin-tool-kit')
-conflicts=('deepin-tool-kit<0.3.4')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('b78b09fd26400c27d2cda5e68a833a0679e3b5dd3e92819fdd73baf74500fc4ff276363b2e7c8f7533c13724d32a5ae1982d4612324cf0af51ae41f78e20b715')
-
-build() {
-  cd dtkwidget-$pkgver
-  LDFLAGS=${LDFLAGS/,-z,now/}
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dtkwidget-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: dtkwidget/repos/community-x86_64/PKGBUILD (from rev 428421, 
dtkwidget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 19:41:01 UTC (rev 428422)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=dtkwidget
+pkgver=2.0.9.16
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwidget";
+license=('GPL3')
+depends=('deepin-qt-dbus-factory' 'dtkcore' 'librsvg' 'qt5-multimedia' 
'qt5-svg' 'qt5-x11extras'
+ 'startup-notification')
+makedepends=('qt5-tools')
+replaces=('deepin-tool-kit')
+conflicts=('deepin-tool-kit<0.3.4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
+sha512sums=('f6df189004004ff8eb25a318c97e85431c06a9f2f33e32cfb675af2c7bdf324a12c5ea9539aad358752b6f9d52a36f83a37ebe7d152e08d0928c069f5c956dbc')
+
+build() {
+  cd dtkwidget-$pkgver
+  LDFLAGS=${LDFLAGS/,-z,now/}
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwidget-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 19:40:43
  Author: felixonmars
Revision: 428421

upgpkg: dtkwidget 2.0.9.16-1

Modified:
  dtkwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 19:26:36 UTC (rev 428420)
+++ PKGBUILD2019-01-29 19:40:43 UTC (rev 428421)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=dtkwidget
-pkgver=2.0.9.15
+pkgver=2.0.9.16
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 replaces=('deepin-tool-kit')
 conflicts=('deepin-tool-kit<0.3.4')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwidget/archive/$pkgver.tar.gz";)
-sha512sums=('b78b09fd26400c27d2cda5e68a833a0679e3b5dd3e92819fdd73baf74500fc4ff276363b2e7c8f7533c13724d32a5ae1982d4612324cf0af51ae41f78e20b715')
+sha512sums=('f6df189004004ff8eb25a318c97e85431c06a9f2f33e32cfb675af2c7bdf324a12c5ea9539aad358752b6f9d52a36f83a37ebe7d152e08d0928c069f5c956dbc')
 
 build() {
   cd dtkwidget-$pkgver


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

2019-01-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 29, 2019 @ 19:26:24
  Author: jlichtblau
Revision: 428419

upgpkg: youtube-dl 2019.01.30-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 18:51:40 UTC (rev 428418)
+++ PKGBUILD2019-01-29 19:26:24 UTC (rev 428419)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2019.01.17
+pkgver=2019.01.30
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('278f04408ce2f80d58843b1d4ab1b5e5fa913269bd728a13970bac803697aa3b'
+sha256sums=('1a34f7eb8d9027d800026df106cddcb269eba31e7aef1066bdd9b5741ff3fc4c'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2019-01-29 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 29, 2019 @ 19:26:36
  Author: jlichtblau
Revision: 428420

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 428419, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 19:26:24 UTC (rev 428419)
+++ PKGBUILD2019-01-29 19:26:36 UTC (rev 428420)
@@ -1,35 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2019.01.17
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('278f04408ce2f80d58843b1d4ab1b5e5fa913269bd728a13970bac803697aa3b'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 428419, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 19:26:36 UTC (rev 428420)
@@ -0,0 +1,35 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2019.01.30
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1a34f7eb8d9027d800026df106cddcb269eba31e7aef1066bdd9b5741ff3fc4c'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in eog/repos/extra-x86_64 (3 files)

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 19:25:10
  Author: heftig
Revision: 344925

archrelease: copy trunk to extra-x86_64

Added:
  
eog/repos/extra-x86_64/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
(from rev 344924, 
eog/trunk/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
  eog/repos/extra-x86_64/PKGBUILD
(from rev 344924, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD

+
 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch |   30 
 PKGBUILD   |   79 +--
 2 files changed, 73 insertions(+), 36 deletions(-)

Copied: 
eog/repos/extra-x86_64/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
 (from rev 344924, 
eog/trunk/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
===
--- 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  
(rev 0)
+++ 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-01-29 
19:25:10 UTC (rev 344925)
@@ -0,0 +1,30 @@
+From c2e8cc6b1f1a7d475e145de9fa847a4c407d Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 29 Jan 2019 20:07:03 +0100
+Subject: [PATCH] EogScrollView: Set scale=1 for the image surface
+
+Rendering the pixbuf to a surface with a different scale will apply
+filtering, which we don't want at this step.
+
+This fixes zoomed-in images being blurry even when anti-aliasing has
+been disabled.
+---
+ src/eog-scroll-view.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
+index 76ca8d49..93eb1c51 100644
+--- a/src/eog-scroll-view.c
 b/src/eog-scroll-view.c
+@@ -211,6 +211,7 @@ create_surface_from_pixbuf (EogScrollView *view, GdkPixbuf 
*pixbuf)
+CAIRO_CONTENT_COLOR | 
CAIRO_CONTENT_ALPHA,
+gdk_pixbuf_get_width 
(pixbuf),
+gdk_pixbuf_get_height 
(pixbuf));
++  cairo_surface_set_device_scale (surface, 1.0, 1.0);
+   cr = cairo_create (surface);
+   gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0);
+   cairo_paint (cr);
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 19:24:52 UTC (rev 344924)
+++ PKGBUILD2019-01-29 19:25:10 UTC (rev 344925)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.28.4
-pkgrel=2
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome";
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git 
meson)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-options=(!emptydirs)
-_commit=cc4251a53feced98507abc284d90781130f59de7  # tags/3.28.4^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 344924, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 19:25:10 UTC (rev 344925)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.28.4+5+ge02a9ae0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome";
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git 
meson)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=e02a9ae0c7120538a2711929ff4e16d41a7d67aa  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";
+0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
+sha256sums=('SKIP'
+'5d2c0dea7f1775fd54a0568984bcd72854b29a414d14201dadf15d4f92b42cb9')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in eog/trunk (2 files)

2019-01-29 Thread Jan Steffens via arch-commits
Date: Tuesday, January 29, 2019 @ 19:24:52
  Author: heftig
Revision: 344924

3.28.4+5+ge02a9ae0-1

Added:
  eog/trunk/0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
Modified:
  eog/trunk/PKGBUILD

+
 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch |   30 +++
 PKGBUILD   |   17 --
 2 files changed, 42 insertions(+), 5 deletions(-)

Added: 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
===
--- 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  
(rev 0)
+++ 0001-EogScrollView-Set-scale-1-for-the-image-surface.patch  2019-01-29 
19:24:52 UTC (rev 344924)
@@ -0,0 +1,30 @@
+From c2e8cc6b1f1a7d475e145de9fa847a4c407d Mon Sep 17 00:00:00 2001
+Message-Id: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 29 Jan 2019 20:07:03 +0100
+Subject: [PATCH] EogScrollView: Set scale=1 for the image surface
+
+Rendering the pixbuf to a surface with a different scale will apply
+filtering, which we don't want at this step.
+
+This fixes zoomed-in images being blurry even when anti-aliasing has
+been disabled.
+---
+ src/eog-scroll-view.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/eog-scroll-view.c b/src/eog-scroll-view.c
+index 76ca8d49..93eb1c51 100644
+--- a/src/eog-scroll-view.c
 b/src/eog-scroll-view.c
+@@ -211,6 +211,7 @@ create_surface_from_pixbuf (EogScrollView *view, GdkPixbuf 
*pixbuf)
+CAIRO_CONTENT_COLOR | 
CAIRO_CONTENT_ALPHA,
+gdk_pixbuf_get_width 
(pixbuf),
+gdk_pixbuf_get_height 
(pixbuf));
++  cairo_surface_set_device_scale (surface, 1.0, 1.0);
+   cr = cairo_create (surface);
+   gdk_cairo_set_source_pixbuf (cr, pixbuf, 0, 0);
+   cairo_paint (cr);
+-- 
+2.20.1
+

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 16:16:36 UTC (rev 344923)
+++ PKGBUILD2019-01-29 19:24:52 UTC (rev 344924)
@@ -2,8 +2,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.28.4
-pkgrel=2
+pkgver=3.28.4+5+ge02a9ae0
+pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome";
 arch=(x86_64)
@@ -13,9 +13,11 @@
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
 options=(!emptydirs)
-_commit=cc4251a53feced98507abc284d90781130f59de7  # tags/3.28.4^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";)
-sha256sums=('SKIP')
+_commit=e02a9ae0c7120538a2711929ff4e16d41a7d67aa  # gnome-3-28
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit";
+0001-EogScrollView-Set-scale-1-for-the-image-surface.patch)
+sha256sums=('SKIP'
+'5d2c0dea7f1775fd54a0568984bcd72854b29a414d14201dadf15d4f92b42cb9')
 
 pkgver() {
   cd $pkgname
@@ -22,6 +24,11 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../0001-EogScrollView-Set-scale-1-for-the-image-surface.patch
+}
+
 build() {
   arch-meson $pkgname build -D gtk_doc=true
   ninja -C build


[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2019-01-29 Thread Daniel M. Capella via arch-commits
Date: Tuesday, January 29, 2019 @ 18:51:40
  Author: polyzen
Revision: 428418

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 428417, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 18:51:10 UTC (rev 428417)
+++ PKGBUILD2019-01-29 18:51:40 UTC (rev 428418)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=2.7.16
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-license=('MPL' 'GPL' 'LGPL')
-groups=('firefox-addons')
-url=http://piro.sakura.ne.jp/xul/_treestyletab.html.en
-source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('36fd2002e6e3f57915ebaf8db38a413484e5a837e32d7141d66555882eec37db')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 428417, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 18:51:40 UTC (rev 428418)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=2.7.17
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+license=('MPL' 'GPL' 'LGPL')
+groups=('firefox-addons')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+source=("https://addons.cdn.mozilla.net/user-media/addons/5890/tree_style_tab-$pkgver-fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('a72c18bf2c952b3172dc166a7ba5fee1bb6a36942a5ba35b68aa87b6f1760926')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   >