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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Monday, April 1, 2019 @ 06:49:13
  Author: arojas
Revision: 349516

archrelease: copy trunk to extra-x86_64

Added:
  mlt/repos/extra-x86_64/PKGBUILD
(from rev 349515, mlt/trunk/PKGBUILD)
  mlt/repos/extra-x86_64/mlt-opencv4.patch
(from rev 349515, mlt/trunk/mlt-opencv4.patch)
Deleted:
  mlt/repos/extra-x86_64/PKGBUILD
  mlt/repos/extra-x86_64/mlt-opencv4.patch

---+
 PKGBUILD  |  154 ++--
 mlt-opencv4.patch |   54 +-
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 06:48:49 UTC (rev 349515)
+++ PKGBUILD2019-04-01 06:49:13 UTC (rev 349516)
@@ -1,77 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Fabian Schoelzel 
-# Contributor: funkyou 
-# Contributor: tardo 
-# Contributor: Stefan Husmann 
-# Contributor: Gustavo Alvarez 
-
-pkgbase=mlt
-pkgname=(mlt python-mlt)
-pkgver=6.14.0
-pkgrel=3
-pkgdesc="An open source multimedia framework"
-arch=(x86_64)
-url="https://www.mltframework.org";
-license=(GPL)
-makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg
- jack libexif python swig movit eigen opencv libebur128 gtk2)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz";
-mlt-opencv4.patch)
-sha256sums=('d387350f7bb7dd01efce3933c5ab7987b596e98bef7cc9c2349524d55a808b5e'
-'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
-  sed -e 's|python{}.{}|python{}.{}m|' -i src/swig/python/build # Fix Python 3 
include dir
-}
-
-build() {
-  cd mlt-$pkgver
-
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl \
---enable-gpl3 \
---enable-opencv
-  make
-
-# python bindings
-  cd src/swig/python
-  ./build
-}
-
-package_mlt() {
-  depends=(libebur128)
-  optdepends=('sdl_image: SDL1 plugin'
-'sdl2: SDL2 plugin'
-'libsamplerate: libavresample plugin'
-'sox: SOX (Audio Swiss Army Knife) plugin'
-'ffmpeg: ffmpeg plugin'
-'vid.stab: video stabilize plugin'
-'gtk2: Gtk plugin'
-'qt5-svg: Qt5 plugins'
-'jack: JACK sound output plugin'
-'ladspa: LADSPA plugins'
-'libexif: auto rotate plugin'
-'frei0r-plugins: for additional effects'
-'movit: opengl plugin'
-'opencv: openCV plugin')
-
-  cd mlt-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_python-mlt() {
-  depends=(python mlt)
-  conflicts=(mlt-python-bindings)
-  provides=(mlt-python-bindings)
-  replaces=(mlt-python-bindigs)
-
-  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/$_pythonpath"
-  install -m755 mlt.py "$pkgdir/$_pythonpath"
-  install -m755 _mlt.so "$pkgdir/$_pythonpath"
-}

Copied: mlt/repos/extra-x86_64/PKGBUILD (from rev 349515, mlt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 06:49:13 UTC (rev 349516)
@@ -0,0 +1,77 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Fabian Schoelzel 
+# Contributor: funkyou 
+# Contributor: tardo 
+# Contributor: Stefan Husmann 
+# Contributor: Gustavo Alvarez 
+
+pkgbase=mlt
+pkgname=(mlt python-mlt)
+pkgver=6.14.0
+pkgrel=4
+pkgdesc="An open source multimedia framework"
+arch=(x86_64)
+url="https://www.mltframework.org";
+license=(GPL)
+makedepends=(ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg 
vid.stab qt5-svg
+ jack libexif python swig movit eigen opencv libebur128 gtk2)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz";
+mlt-opencv4.patch)
+sha256sums=('d387350f7bb7dd01efce3933c5ab7987b596e98bef7cc9c2349524d55a808b5e'
+'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
+  sed -e 's|python{}.{}|python{}.{}m|' -i src/swig/python/build # Fix Python 3 
include dir
+}
+
+build() {
+  cd mlt-$pkgver
+
+  ./configure --prefix=/usr \
+   --avformat-swscale \
+   --enable-gpl \
+--enable-gpl3 \
+--enable-opencv
+  make
+
+# python bindings
+  cd src/swig/python
+  ./build
+}
+
+package_mlt() {
+  depends=(libebur128)
+  optdepends=('sdl_image: SDL1 plugin'
+'sdl2: SDL2 plugin'
+'libsamplerate: libavresample plugin'
+'sox: SOX (Audio Swiss Army Knife) plugin'
+'ffmpeg: ffmpeg plugin'
+'vid.stab: video stabilize plugin'
+'gtk2: Gtk plugin'
+'qt5-svg: Qt5 p

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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Monday, April 1, 2019 @ 06:48:49
  Author: arojas
Revision: 349515

Fix replaces

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 05:16:28 UTC (rev 349514)
+++ PKGBUILD2019-04-01 06:48:49 UTC (rev 349515)
@@ -9,7 +9,7 @@
 pkgbase=mlt
 pkgname=(mlt python-mlt)
 pkgver=6.14.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An open source multimedia framework"
 arch=(x86_64)
 url="https://www.mltframework.org";
@@ -67,7 +67,7 @@
   depends=(python mlt)
   conflicts=(mlt-python-bindings)
   provides=(mlt-python-bindings)
-  replaces=(mlt-python-bindigs)
+  replaces=(mlt-python-bindings)
 
   _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
   cd "$srcdir/mlt-$pkgver/src/swig/python"


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Monday, April 1, 2019 @ 05:16:28
  Author: heftig
Revision: 349514

archrelease: copy trunk to extra-x86_64

Added:
  js60/repos/extra-x86_64/PKGBUILD
(from rev 349513, js60/trunk/PKGBUILD)
  js60/repos/extra-x86_64/bug1415202.patch
(from rev 349513, js60/trunk/bug1415202.patch)
  js60/repos/extra-x86_64/mozjs52-include-configure-script.patch
(from rev 349513, js60/trunk/mozjs52-include-configure-script.patch)
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch
(from rev 349513, js60/trunk/mozjs60-fix-soname.patch)
Deleted:
  js60/repos/extra-x86_64/PKGBUILD
  js60/repos/extra-x86_64/bug1415202.patch
  js60/repos/extra-x86_64/mozjs52-include-configure-script.patch
  js60/repos/extra-x86_64/mozjs60-fix-soname.patch

+
 PKGBUILD   |  176 ++---
 bug1415202.patch   |  254 +++
 mozjs52-include-configure-script.patch |  126 +++
 mozjs60-fix-soname.patch   |   50 +++---
 4 files changed, 303 insertions(+), 303 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 05:16:16 UTC (rev 349513)
+++ PKGBUILD2019-04-01 05:16:28 UTC (rev 349514)
@@ -1,88 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=js60
-pkgver=60.5.2
-pkgrel=1
-_ffver=${pkgver%%.*}
-pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
-arch=(x86_64)
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
-license=(MPL)
-depends=(gcc-libs readline zlib sh)
-makedepends=(python2 zip autoconf2.13 mercurial)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
-bug1415202.patch
-mozjs60-fix-soname.patch
-mozjs52-include-configure-script.patch)
-sha256sums=('SKIP'
-'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
-'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
-'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
-
-prepare() {
-  cd mozilla-unified
-  mkdir obj
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
-  patch -Np1 -i ../bug1415202.patch
-
-  # 
https://salsa.debian.org/gnome-team/mozjs52/tree/debian/master/debian/patches
-  patch -Np1 -i ../mozjs60-fix-soname.patch
-  patch -Np1 -i ../mozjs52-include-configure-script.patch
-}
-
-build() {
-  local configure_args=(
---prefix=/usr
---disable-debug
---disable-debug-symbols
---disable-jemalloc
---disable-strip
---enable-hardening
---enable-linker=gold
---enable-optimize
---enable-posix-nspr-emulation
---enable-readline
---enable-release
---enable-shared-js
---enable-tests
---with-intl-api
---with-system-zlib
---without-system-icu
-  )
-
-  cd mozilla-unified/obj
-
-  export PYTHON=/usr/bin/python2
-
-  sh ../js/src/configure "${configure_args[@]}"
-  make
-}
-
-check() {
-  local jstests_extra_args=(
---format=none
---exclude-random
-  ) jittest_extra_args=(
---format=none
---timeout 300
-  ) jittest_test_args=(
-basic
-  )
-
-  cd mozilla-unified/obj
-  make -C js/src check-jstests check-jit-test \
-JSTESTS_EXTRA_ARGS="${jstests_extra_args[*]}" \
-JITTEST_EXTRA_ARGS="${jittest_extra_args[*]}" \
-JITTEST_TEST_ARGS="${jittest_test_args[*]}"
-}
-
-package() {
-  cd mozilla-unified/obj
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir"/usr/lib/*.ajs
-  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -c a-x {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: js60/repos/extra-x86_64/PKGBUILD (from rev 349513, js60/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 05:16:28 UTC (rev 349514)
@@ -0,0 +1,88 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=js60
+pkgver=60.6.1
+pkgrel=1
+_ffver=${pkgver%%.*}
+pkgdesc="JavaScript interpreter and libraries - Version $_ffver"
+arch=(x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
+license=(MPL)
+depends=(gcc-libs readline zlib sh)
+makedepends=(python2 zip autoconf2.13 mercurial)
+_repo=https://hg.mozilla.org/mozilla-unified
+source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}esr_RELEASE"
+bug1415202.patch
+mozjs60-fix-soname.patch
+mozjs52-include-configure-script.patch)
+sha256sums=('SKIP'
+'0b410aa6ebd0236cd3ea524340c2da2235973a42cd0eaa90f7f394cd5bcbab95'
+'c792837930defe27355941080e9b80ec1d45003c097e4707860acc13d43bc519'
+'d91a89acd88bfc747a255050757a0c17139bf5c3508c2e1c3c6bb2056786a344')
+
+prepare() {
+  cd mozilla-unified
+  mkdir obj
+
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1479687
+  patch -Np1 -i ../bug1415202.patch
+
+  # 
https://salsa.debian.org/gnome-

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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Monday, April 1, 2019 @ 05:16:16
  Author: heftig
Revision: 349513

60.6.1-1

Modified:
  js60/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 04:30:10 UTC (rev 349512)
+++ PKGBUILD2019-04-01 05:16:16 UTC (rev 349513)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=js60
-pkgver=60.5.2
+pkgver=60.6.1
 pkgrel=1
 _ffver=${pkgver%%.*}
 pkgdesc="JavaScript interpreter and libraries - Version $_ffver"


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Monday, April 1, 2019 @ 04:30:10
  Author: heftig
Revision: 349512

archrelease: copy trunk to extra-x86_64

Added:
  cbindgen/repos/extra-x86_64/PKGBUILD
(from rev 349511, cbindgen/trunk/PKGBUILD)
Deleted:
  cbindgen/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 04:29:57 UTC (rev 349511)
+++ PKGBUILD2019-04-01 04:30:10 UTC (rev 349512)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cbindgen
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="A tool for generating C bindings to Rust code"
-url="https://github.com/eqrion/cbindgen";
-arch=(x86_64)
-license=(MPL2)
-depends=(gcc-libs)
-makedepends=(cargo git)
-_commit=60d8234bf3a287da75699936aa00ed9ec9762cc8  # tags/v0.8.2^0
-source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-check() {
-  cd $pkgname
-  cargo test --release
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
-}

Copied: cbindgen/repos/extra-x86_64/PKGBUILD (from rev 349511, 
cbindgen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 04:30:10 UTC (rev 349512)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cbindgen
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="A tool for generating C bindings to Rust code"
+url="https://github.com/eqrion/cbindgen";
+arch=(x86_64)
+license=(MPL2)
+depends=(gcc-libs)
+makedepends=(cargo git)
+_commit=ba02367253bcffb6f4dcfe4bc27005e9cae78edd  # master
+source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git tag -f v0.8.3 ba02367253bcffb6f4dcfe4bc27005e9cae78edd
+}
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+check() {
+  cd $pkgname
+  cargo test --release
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir/usr/bin" target/release/cbindgen
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 README.md
+}


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Monday, April 1, 2019 @ 04:29:57
  Author: heftig
Revision: 349511

0.8.3-1

Modified:
  cbindgen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 22:37:24 UTC (rev 349510)
+++ PKGBUILD2019-04-01 04:29:57 UTC (rev 349511)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cbindgen
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc="A tool for generating C bindings to Rust code"
 url="https://github.com/eqrion/cbindgen";
@@ -9,7 +9,7 @@
 license=(MPL2)
 depends=(gcc-libs)
 makedepends=(cargo git)
-_commit=60d8234bf3a287da75699936aa00ed9ec9762cc8  # tags/v0.8.2^0
+_commit=ba02367253bcffb6f4dcfe4bc27005e9cae78edd  # master
 source=("git+https://github.com/eqrion/cbindgen#commit=$_commit";)
 sha512sums=('SKIP')
 
@@ -18,6 +18,11 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  git tag -f v0.8.3 ba02367253bcffb6f4dcfe4bc27005e9cae78edd
+}
+
 build() {
   cd $pkgname
   cargo build --release


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

2019-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 04:07:49
  Author: polyzen
Revision: 446904

upgpkg: firefox-stylus 1.5.3-1

Modified:
  firefox-stylus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 02:38:20 UTC (rev 446903)
+++ PKGBUILD2019-04-01 04:07:49 UTC (rev 446904)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-stylus
-pkgver=1.5.2
-pkgrel=2
+pkgver=1.5.3
+pkgrel=1
 pkgdesc='Easily install themes and skins for many popular sites'
 url=https://add0n.com/stylus.html
 arch=('any')
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/814814/stylus-$pkgver-fx.xpi";)
 noextract=("${source##*/}")
-sha256sums=('26ea296688e19161f21f935c86687a40679831f197c0b9a0cf8bd323484b9435')
+sha256sums=('a0313f8e61cc21d13865d4f43be1d85513af0413257a05c62adc6e412a3ce2ad')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi


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

2019-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 04:08:19
  Author: polyzen
Revision: 446905

archrelease: copy trunk to community-any

Added:
  firefox-stylus/repos/community-any/PKGBUILD
(from rev 446904, firefox-stylus/trunk/PKGBUILD)
Deleted:
  firefox-stylus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 04:07:49 UTC (rev 446904)
+++ PKGBUILD2019-04-01 04:08:19 UTC (rev 446905)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-stylus
-pkgver=1.5.2
-pkgrel=2
-pkgdesc='Easily install themes and skins for many popular sites'
-url=https://add0n.com/stylus.html
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/814814/stylus-$pkgver-fx.xpi";)
-noextract=("${source##*/}")
-sha256sums=('26ea296688e19161f21f935c86687a40679831f197c0b9a0cf8bd323484b9435')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-stylus/repos/community-any/PKGBUILD (from rev 446904, 
firefox-stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 04:08:19 UTC (rev 446905)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-stylus
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Easily install themes and skins for many popular sites'
+url=https://add0n.com/stylus.html
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/814814/stylus-$pkgver-fx.xpi";)
+noextract=("${source##*/}")
+sha256sums=('a0313f8e61cc21d13865d4f43be1d85513af0413257a05c62adc6e412a3ce2ad')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 02:38:20
  Author: polyzen
Revision: 446903

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 446902, 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-04-01 02:37:48 UTC (rev 446902)
+++ PKGBUILD2019-04-01 02:38:20 UTC (rev 446903)
@@ -1,20 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-pkgname=firefox-tree-style-tab
-pkgver=3.0.1
-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=('2ff61c9b5e5ed0122915d7838434103b08025409a356b47f5346dc7e4a1f9705')
-
-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 446902, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 02:38:20 UTC (rev 446903)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+pkgname=firefox-tree-style-tab
+pkgver=3.0.3
+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=('2fa296b11824ba9af7174e22548ef20988255c4c5e35cef62db901019587a683')
+
+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-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 02:37:48
  Author: polyzen
Revision: 446902

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 02:17:33 UTC (rev 446901)
+++ PKGBUILD2019-04-01 02:37:48 UTC (rev 446902)
@@ -2,7 +2,7 @@
 # Contributor: Jérémie Detrey 
 
 pkgname=firefox-tree-style-tab
-pkgver=3.0.1
+pkgver=3.0.3
 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=('2ff61c9b5e5ed0122915d7838434103b08025409a356b47f5346dc7e4a1f9705')
+sha256sums=('2fa296b11824ba9af7174e22548ef20988255c4c5e35cef62db901019587a683')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/treestyle...@piro.sakura.ne.jp.xpi


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

2019-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 02:17:09
  Author: polyzen
Revision: 446900

upgpkg: skim 0.6.5-1

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 21:38:08 UTC (rev 446899)
+++ PKGBUILD2019-04-01 02:17:09 UTC (rev 446900)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url=https://github.com/lotabout/skim
 license=('MIT')
 source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('1aaa10158cae58d2fcd0a2c25c03699ef63cf6d2ae94adba5988259c5be23eda5837b22c45643904e96bd095e8ad6efb48c7c36ffb3db14492773e71fe9d66e6')
+sha512sums=('f643cb2a72b1311b9de2955b0a719af4371ea276fb3465935f83844ffdd7cf8362b40c7f4e51f0c085e5b51542a69b6fe99e4864daf357778638706fc112f2a1')
 
 build() {
   cd skim-$pkgver


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

2019-03-31 Thread Daniel M. Capella via arch-commits
Date: Monday, April 1, 2019 @ 02:17:33
  Author: polyzen
Revision: 446901

archrelease: copy trunk to community-x86_64

Added:
  skim/repos/community-x86_64/PKGBUILD
(from rev 446900, skim/trunk/PKGBUILD)
Deleted:
  skim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 02:17:09 UTC (rev 446900)
+++ PKGBUILD2019-04-01 02:17:33 UTC (rev 446901)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: fenuks
-
-pkgname=skim
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Fuzzy Finder in rust!'
-arch=('x86_64')
-depends=('ncurses')
-makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('1aaa10158cae58d2fcd0a2c25c03699ef63cf6d2ae94adba5988259c5be23eda5837b22c45643904e96bd095e8ad6efb48c7c36ffb3db14492773e71fe9d66e6')
-
-build() {
-  cd skim-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd skim-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd skim-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
-  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
-  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
-  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
-}

Copied: skim/repos/community-x86_64/PKGBUILD (from rev 446900, 
skim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 02:17:33 UTC (rev 446901)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: fenuks
+
+pkgname=skim
+pkgver=0.6.5
+pkgrel=1
+pkgdesc='Fuzzy Finder in rust!'
+arch=('x86_64')
+depends=('ncurses')
+makedepends=('rust')
+url=https://github.com/lotabout/skim
+license=('MIT')
+source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
+sha512sums=('f643cb2a72b1311b9de2955b0a719af4371ea276fb3465935f83844ffdd7cf8362b40c7f4e51f0c085e5b51542a69b6fe99e4864daf357778638706fc112f2a1')
+
+build() {
+  cd skim-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd skim-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd skim-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
+  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
+  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
+  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
+}


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, March 31, 2019 @ 22:37:24
  Author: heftig
Revision: 349510

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 22:36:16 UTC (rev 349509)
+++ PKGBUILD2019-03-31 22:37:24 UTC (rev 349510)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps";
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp)
-groups=(gnome)
-_commit=c85fd42e2ae820e4bbbe15f0737a96e2ba49ba3a  # tags/v3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 349509, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 22:37:24 UTC (rev 349510)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.32.1
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps";
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=32c243d84abff6c295c43b95f30d732f4133a92f  # tags/v3.32.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, March 31, 2019 @ 22:36:16
  Author: heftig
Revision: 349509

3.32.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:18:17 UTC (rev 349508)
+++ PKGBUILD2019-03-31 22:36:16 UTC (rev 349509)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps";
@@ -9,9 +9,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp)
+makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=c85fd42e2ae820e4bbbe15f0737a96e2ba49ba3a  # tags/v3.32.0^0
+_commit=32c243d84abff6c295c43b95f30d732f4133a92f  # tags/v3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in zeitgeist-explorer/repos/community-any (5 files)

2019-03-31 Thread Balló György via arch-commits
Date: Sunday, March 31, 2019 @ 21:38:08
  Author: bgyorgy
Revision: 446899

archrelease: copy trunk to community-any

Added:
  zeitgeist-explorer/repos/community-any/PKGBUILD
(from rev 446898, zeitgeist-explorer/trunk/PKGBUILD)
  zeitgeist-explorer/repos/community-any/python3.patch
(from rev 446898, zeitgeist-explorer/trunk/python3.patch)
  zeitgeist-explorer/repos/community-any/zeitgeist-explorer.appdata.xml
(from rev 446898, zeitgeist-explorer/trunk/zeitgeist-explorer.appdata.xml)
Deleted:
  zeitgeist-explorer/repos/community-any/PKGBUILD
  zeitgeist-explorer/repos/community-any/zeitgeist-explorer.appdata.xml

+
 PKGBUILD   |   77 -
 python3.patch  | 2553 +++
 zeitgeist-explorer.appdata.xml |   38 
 3 files changed, 2612 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 21:37:51 UTC (rev 446898)
+++ PKGBUILD2019-03-31 21:38:08 UTC (rev 446899)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=zeitgeist-explorer
-pkgver=0.2
-pkgrel=6
-pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low 
level"
-arch=('any')
-url="https://launchpad.net/zeitgeist-explorer";
-license=('LGPL')
-depends=('gtk3' 'python2-dbus' 'python2-gobject' 'zeitgeist')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}
-
https://bazaar.launchpad.net/~gnome-zeitgeist/gnome-activity-journal/trunk/download/head:/zeitgeistlogo.svg-20100219234206-h5t82obtz6hxcrru-1/zeitgeist-logo.svg
-zeitgeist-explorer.appdata.xml)
-validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha
-md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59'
- 'SKIP'
- 'b536f1bf53bb0e25a47ca275e1740851'
- '12c14b97ba10d74fefaeb01b9ea6cc99')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../zeitgeist-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/zeitgeist-explorer.svg"
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  rm -r "$pkgdir/usr/data"
-}

Copied: zeitgeist-explorer/repos/community-any/PKGBUILD (from rev 446898, 
zeitgeist-explorer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 21:38:08 UTC (rev 446899)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+
+pkgname=zeitgeist-explorer
+pkgver=0.2
+pkgrel=7
+pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low 
level"
+arch=('any')
+url="https://launchpad.net/zeitgeist-explorer";
+license=('LGPL')
+depends=('gtk3' 'python-dbus' 'python-gobject' 'zeitgeist')
+makedepends=('python-distutils-extra')
+source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}
+
https://bazaar.launchpad.net/~gnome-zeitgeist/gnome-activity-journal/trunk/download/head:/zeitgeistlogo.svg-20100219234206-h5t82obtz6hxcrru-1/zeitgeist-logo.svg
+zeitgeist-explorer.appdata.xml
+python3.patch)
+validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha
+md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59'
+ 'SKIP'
+ 'b536f1bf53bb0e25a47ca275e1740851'
+ '12c14b97ba10d74fefaeb01b9ea6cc99'
+ 'da99b6f8cdde76594241f5799e97c0e9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python 3 port
+  patch -Np1 -i ../python3.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 ../zeitgeist-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/zeitgeist-explorer.svg"
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+  rm -r "$pkgdir/usr/data"
+}

Copied: zeitgeist-explorer/repos/community-any/python3.patch (from rev 446898, 
zeitgeist-explorer/trunk/python3.patch)
===
--- python3.patch   (rev 0)
+++ python3.patch   2019-03-31 21:38:08 UTC (rev 446899)
@@ -0,0 +1,2553 @@
+diff -Naur zeitgeist-explorer-0.2.orig/setup.py zeitgeist-explorer-0.2/setup.py
+--- zeitgeist-explorer-0.2.orig/setup.py   2019-03-31 12:36:02.070003679 
+
 zeitgeist-explorer-0.2/setup.py2019-03-31 12:40:06.760645118 +
+@@ -9,7 +9,7 @@
+ results = []
+ for src_dir in dirs:
+ for root,dirs,files in os.walk(src_dir):
+-results.append((root, map(lambda f:root + "/" + f, files)))
++results.append

[arch-commits] Commit in zeitgeist-explorer/trunk (PKGBUILD python3.patch)

2019-03-31 Thread Balló György via arch-commits
Date: Sunday, March 31, 2019 @ 21:37:51
  Author: bgyorgy
Revision: 446898

upgpkg: zeitgeist-explorer 0.2-7

Port to Python 3

Added:
  zeitgeist-explorer/trunk/python3.patch
Modified:
  zeitgeist-explorer/trunk/PKGBUILD

---+
 PKGBUILD  |   19 
 python3.patch | 2553 
 2 files changed, 2564 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 20:44:04 UTC (rev 446897)
+++ PKGBUILD2019-03-31 21:37:51 UTC (rev 446898)
@@ -2,35 +2,38 @@
 
 pkgname=zeitgeist-explorer
 pkgver=0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low 
level"
 arch=('any')
 url="https://launchpad.net/zeitgeist-explorer";
 license=('LGPL')
-depends=('gtk3' 'python2-dbus' 'python2-gobject' 'zeitgeist')
-makedepends=('python2-distutils-extra')
+depends=('gtk3' 'python-dbus' 'python-gobject' 'zeitgeist')
+makedepends=('python-distutils-extra')
 
source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}
 
https://bazaar.launchpad.net/~gnome-zeitgeist/gnome-activity-journal/trunk/download/head:/zeitgeistlogo.svg-20100219234206-h5t82obtz6hxcrru-1/zeitgeist-logo.svg
-zeitgeist-explorer.appdata.xml)
+zeitgeist-explorer.appdata.xml
+python3.patch)
 validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha
 md5sums=('8521b2c8ecc3f0d425e6806dcb2fde59'
  'SKIP'
  'b536f1bf53bb0e25a47ca275e1740851'
- '12c14b97ba10d74fefaeb01b9ea6cc99')
+ '12c14b97ba10d74fefaeb01b9ea6cc99'
+ 'da99b6f8cdde76594241f5799e97c0e9')
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' zgexplorer/*.py
+  # Python 3 port
+  patch -Np1 -i ../python3.patch
 }
 
 build() {
   cd $pkgname-$pkgver
-  python2 setup.py build
+  python3 setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python3 setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 ../zeitgeist-logo.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/zeitgeist-explorer.svg"
   install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
   rm -r "$pkgdir/usr/data"

Added: python3.patch
===
--- python3.patch   (rev 0)
+++ python3.patch   2019-03-31 21:37:51 UTC (rev 446898)
@@ -0,0 +1,2553 @@
+diff -Naur zeitgeist-explorer-0.2.orig/setup.py zeitgeist-explorer-0.2/setup.py
+--- zeitgeist-explorer-0.2.orig/setup.py   2019-03-31 12:36:02.070003679 
+
 zeitgeist-explorer-0.2/setup.py2019-03-31 12:40:06.760645118 +
+@@ -9,7 +9,7 @@
+ results = []
+ for src_dir in dirs:
+ for root,dirs,files in os.walk(src_dir):
+-results.append((root, map(lambda f:root + "/" + f, files)))
++results.append((root, [root + "/" + f for f in files]))
+ return results
+ 
+ DistUtilsExtra.auto.setup(
+diff -Naur zeitgeist-explorer-0.2.orig/zeitgeist-explorer 
zeitgeist-explorer-0.2/zeitgeist-explorer
+--- zeitgeist-explorer-0.2.orig/zeitgeist-explorer 2019-03-31 
12:36:02.070003679 +
 zeitgeist-explorer-0.2/zeitgeist-explorer  2019-03-31 13:37:32.529647820 
+
+@@ -25,7 +25,7 @@
+ from zgexplorer.window import ExplorerMainWindow
+ 
+ def main():
+-  gettext.install('zeitgeist-explorer', unicode=True)
++  gettext.install('zeitgeist-explorer')
+   ExplorerMainWindow()
+   Gtk.main()  
+ 
+diff -Naur zeitgeist-explorer-0.2.orig/zgexplorer/applicationsviewer.py 
zeitgeist-explorer-0.2/zgexplorer/applicationsviewer.py
+--- zeitgeist-explorer-0.2.orig/zgexplorer/applicationsviewer.py   
2019-03-31 12:36:02.066670337 +
 zeitgeist-explorer-0.2/zgexplorer/applicationsviewer.py2019-03-31 
13:38:15.069764174 +
+@@ -27,7 +27,7 @@
+ from zgexplorer.eventwidgets import EventDetailsViewer, EventsTreeView, 
EventsViewer
+ from zgexplorer.remote import get_zeitgeist
+ 
+-from zeitgeist.datamodel import Event, Subject, Interpretation, \
++from zgexplorer.datamodel import Event, Subject, Interpretation, \
+ Manifestation, StorageState, ResultType, TimeRange
+ 
+ class ApplicationsViewer(Gtk.VBox):
+@@ -124,7 +124,7 @@
+ model, _iter = selection.get_selected()
+ if _iter is not None:
+ sel_actor = model.get(_iter, 0)[0]
+-question_name = self.actor_name[sel_actor] if 
self.actor_name.has_key(sel_actor) else sel_actor
++question_name = self.actor_name[sel_actor] if sel_actor in 
self.actor_name else sel_actor
+ question_text = "Do you want to remove all the events for 
Application '{0}'?".format(question_name)
+ dialog = Gtk.MessageDialog(self.main_window, 0, 
Gtk.MessageType.Q

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

2019-03-31 Thread Balló György via arch-commits
Date: Sunday, March 31, 2019 @ 20:44:04
  Author: bgyorgy
Revision: 446897

archrelease: copy trunk to community-x86_64

Added:
  codeblocks/repos/community-x86_64/PKGBUILD
(from rev 446896, codeblocks/trunk/PKGBUILD)
  codeblocks/repos/community-x86_64/fix-crash.patch
(from rev 446896, codeblocks/trunk/fix-crash.patch)
Deleted:
  codeblocks/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   82 --
 fix-crash.patch |   11 +++
 2 files changed, 55 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 20:44:00 UTC (rev 446896)
+++ PKGBUILD2019-03-31 20:44:04 UTC (rev 446897)
@@ -1,38 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Hollencamp 
-# Contributor: Daniel J Griffiths 
-# Contributor: Stefan Husmann 
-# Contributor: Roman Mikhayloff 
-
-pkgname=codeblocks
-pkgver=17.12
-pkgrel=7
-pkgdesc='Cross-platform C/C++ IDE'
-arch=('x86_64')
-url='http://codeblocks.org/'
-license=('GPL3')
-depends=('boost-libs' 'wxgtk3' 'hunspell')
-makedepends=('boost' 'imagemagick' 'zip')
-source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz";)
-sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  convert src/mime/codeblocks.png +set date:create +set date:modify 
-background none -extent 64x64 src/mime/codeblocks.png
-  sed -i 's|$(datadir)/pixmaps|$(datadir)/icons/hicolor/64x64/apps|' 
src/mime/Makefile.{am,in}
-  sed -i 's|$(datarootdir)/appdata|$(datarootdir)/metainfo|' Makefile.{am,in} 
src/plugins/contrib/appdata/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager 
--with-wx-config=/usr/bin/wx-config-gtk3
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: codeblocks/repos/community-x86_64/PKGBUILD (from rev 446896, 
codeblocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 20:44:04 UTC (rev 446897)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Hollencamp 
+# Contributor: Daniel J Griffiths 
+# Contributor: Stefan Husmann 
+# Contributor: Roman Mikhayloff 
+
+pkgname=codeblocks
+pkgver=17.12
+pkgrel=10
+pkgdesc='Cross-platform C/C++ IDE'
+arch=('x86_64')
+url='http://codeblocks.org/'
+license=('GPL3')
+depends=('boost-libs' 'wxgtk3' 'hunspell')
+makedepends=('boost' 'imagemagick' 'zip')
+source=("https://downloads.sourceforge.net/codeblocks/${pkgname}_$pkgver.tar.xz";
+"fix-crash.patch")
+sha256sums=('13881a0a72769694e82e531b8e7814d51fbf1fa122c73c5004e186560fbc57e0'
+'5c01a81734a075c8809ca6d3c0171e53133ccb1a89d60a6a551f15a53e4df3fa')
+
+prepare() {
+  cd $pkgname-$pkgver
+  convert src/mime/codeblocks.png +set date:create +set date:modify 
-background none -extent 64x64 src/mime/codeblocks.png
+  sed -i 's|$(datadir)/pixmaps|$(datadir)/icons/hicolor/64x64/apps|' 
src/mime/Makefile.{am,in}
+  sed -i 's|$(datarootdir)/appdata|$(datarootdir)/metainfo|' Makefile.{am,in} 
src/plugins/contrib/appdata/Makefile.{am,in}
+
+  # wx3-gtk3: Fix crash when doing Control-A, Control-V (FS#62148)
+  # https://sourceforge.net/p/codeblocks/code/11320/
+  patch -Np2 -i ../fix-crash.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all,-FileManager 
--with-wx-config=/usr/bin/wx-config-gtk3
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: codeblocks/repos/community-x86_64/fix-crash.patch (from rev 446896, 
codeblocks/trunk/fix-crash.patch)
===
--- fix-crash.patch (rev 0)
+++ fix-crash.patch 2019-03-31 20:44:04 UTC (rev 446897)
@@ -0,0 +1,11 @@
+--- a/trunk/src/src/main.cpp
 b/trunk/src/src/main.cpp
+@@ -4321,7 +4321,7 @@
+ }
+ 
+ if (Manager::Get()->GetEditorManager() && event.GetEditor() == 
Manager::Get()->GetEditorManager()->GetActiveEditor())
+-DoUpdateStatusBar();
++CallAfter(&MainFrame::DoUpdateStatusBar);
+ 
+ event.Skip();
+ }


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

2019-03-31 Thread Balló György via arch-commits
Date: Sunday, March 31, 2019 @ 20:44:00
  Author: bgyorgy
Revision: 446896

upgpkg: codeblocks 17.12-10

Rebuild with xwgtk 3.0

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 20:21:17 UTC (rev 446895)
+++ PKGBUILD2019-03-31 20:44:00 UTC (rev 446896)
@@ -8,7 +8,7 @@
 
 pkgname=codeblocks
 pkgver=17.12
-pkgrel=9
+pkgrel=10
 pkgdesc='Cross-platform C/C++ IDE'
 arch=('x86_64')
 url='http://codeblocks.org/'


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

2019-03-31 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 31, 2019 @ 20:21:17
  Author: bpiotrowski
Revision: 446895

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 446894, runc/trunk/PKGBUILD)
Deleted:
  
runc/repos/community-x86_64/0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch
  runc/repos/community-x86_64/PKGBUILD

-+
 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch |  304 
--
 PKGBUILD|   96 +--
 2 files changed, 46 insertions(+), 354 deletions(-)

Deleted: 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch
===
--- 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch 
2019-03-31 20:20:54 UTC (rev 446894)
+++ 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch 
2019-03-31 20:21:17 UTC (rev 446895)
@@ -1,304 +0,0 @@
-From 604a8f8120ef128c0a5bc778e71909eeb0906842 Mon Sep 17 00:00:00 2001
-From: Aleksa Sarai 
-Date: Wed, 9 Jan 2019 13:40:01 +1100
-Subject: [PATCH] nsenter: clone /proc/self/exe to avoid exposing host binary
- to container
-
-There are quite a few circumstances where /proc/self/exe pointing to a
-pretty important container binary is a _bad_ thing, so to avoid this we
-have to make a copy (preferably doing self-clean-up and not being
-writeable).
-
-As a hotfix we require memfd_create(2), but we can always extend this to
-use a scratch MNT_DETACH overlayfs or tmpfs. The main downside to this
-approach is no page-cache sharing for the runc binary (which overlayfs
-would give us) but this is far less complicated.
-
-This is only done during nsenter so that it happens transparently to the
-Go code, and any libcontainer users benefit from it. This also makes
-ExtraFiles and --preserve-fds handling trivial (because we don't need to
-worry about it).
-
-Fixes: CVE-2019-5736
-Signed-off-by: Aleksa Sarai 

- libcontainer/nsenter/cloned_binary.c | 236 +++
- libcontainer/nsenter/nsexec.c|  11 ++
- 2 files changed, 247 insertions(+)
- create mode 100644 libcontainer/nsenter/cloned_binary.c
-
-diff --git a/libcontainer/nsenter/cloned_binary.c 
b/libcontainer/nsenter/cloned_binary.c
-new file mode 100644
-index ..ec383c173dd2
 /dev/null
-+++ b/libcontainer/nsenter/cloned_binary.c
-@@ -0,0 +1,236 @@
-+#define _GNU_SOURCE
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#include 
-+#include 
-+
-+#define MEMFD_COMMENT "runc_cloned:/proc/self/exe"
-+#define MEMFD_LNKNAME "/memfd:" MEMFD_COMMENT " (deleted)"
-+
-+/* Use our own wrapper for memfd_create. */
-+#if !defined(SYS_memfd_create) && defined(__NR_memfd_create)
-+#  define SYS_memfd_create __NR_memfd_create
-+#endif
-+#ifndef SYS_memfd_create
-+#  error "memfd_create(2) syscall not supported by this glibc version"
-+#endif
-+int memfd_create(const char *name, unsigned int flags)
-+{
-+  return syscall(SYS_memfd_create, name, flags);
-+}
-+
-+/* This comes directly from . */
-+#ifndef F_LINUX_SPECIFIC_BASE
-+# define F_LINUX_SPECIFIC_BASE 1024
-+#endif
-+#ifndef F_ADD_SEALS
-+# define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9)
-+# define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10)
-+#endif
-+#ifndef F_SEAL_SEAL
-+# define F_SEAL_SEAL   0x0001 /* prevent further seals from being set */
-+# define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
-+# define F_SEAL_GROW   0x0004 /* prevent file from growing */
-+# define F_SEAL_WRITE  0x0008 /* prevent writes */
-+#endif
-+
-+/*
-+ * Verify whether we are currently in a self-cloned program. It's not really
-+ * possible to trivially identify a memfd compared to a regular tmpfs file, so
-+ * the best we can do is to check whether the readlink(2) looks okay and that
-+ * it is on a tmpfs.
-+ */
-+static int is_self_cloned(void)
-+{
-+  struct statfs statfsbuf = {0};
-+  char linkname[PATH_MAX + 1] = {0};
-+
-+  if (statfs("/proc/self/exe", &statfsbuf) < 0)
-+  return -1;
-+  if (readlink("/proc/self/exe", linkname, PATH_MAX) < 0)
-+  return -1;
-+
-+  return statfsbuf.f_type == TMPFS_MAGIC &&
-+  !strncmp(linkname, MEMFD_LNKNAME, PATH_MAX);
-+}
-+
-+/*
-+ * Basic wrapper around mmap(2) that gives you the file length so you can
-+ * safely treat it as an ordinary buffer. Only gives you read access.
-+ */
-+static char *read_file(char *path, size_t *length)
-+{
-+  int fd;
-+  char buf[4096], *copy = NULL;
-+
-+  if (!length)
-+  goto err;
-+  *length = 0;
-+
-+  fd = open(path, O_RDONLY|O_CLOEXEC);
-+  if (fd < 0)
-+  goto err_free;
-+
-+  for (;;) {
-+  int n;
-+  char *old = copy;
-+
-+  n = read(fd, buf, sizeo

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

2019-03-31 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 31, 2019 @ 20:20:54
  Author: bpiotrowski
Revision: 446894

1.0.0rc7-1

Modified:
  runc/trunk/PKGBUILD
Deleted:
  runc/trunk/0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch

-+
 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch |  304 
--
 PKGBUILD|   12 
 2 files changed, 4 insertions(+), 312 deletions(-)

Deleted: 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch
===
--- 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch 
2019-03-31 18:02:49 UTC (rev 446893)
+++ 0001-nsenter-clone-proc-self-exe-to-avoid-exposing-host-b.patch 
2019-03-31 20:20:54 UTC (rev 446894)
@@ -1,304 +0,0 @@
-From 604a8f8120ef128c0a5bc778e71909eeb0906842 Mon Sep 17 00:00:00 2001
-From: Aleksa Sarai 
-Date: Wed, 9 Jan 2019 13:40:01 +1100
-Subject: [PATCH] nsenter: clone /proc/self/exe to avoid exposing host binary
- to container
-
-There are quite a few circumstances where /proc/self/exe pointing to a
-pretty important container binary is a _bad_ thing, so to avoid this we
-have to make a copy (preferably doing self-clean-up and not being
-writeable).
-
-As a hotfix we require memfd_create(2), but we can always extend this to
-use a scratch MNT_DETACH overlayfs or tmpfs. The main downside to this
-approach is no page-cache sharing for the runc binary (which overlayfs
-would give us) but this is far less complicated.
-
-This is only done during nsenter so that it happens transparently to the
-Go code, and any libcontainer users benefit from it. This also makes
-ExtraFiles and --preserve-fds handling trivial (because we don't need to
-worry about it).
-
-Fixes: CVE-2019-5736
-Signed-off-by: Aleksa Sarai 

- libcontainer/nsenter/cloned_binary.c | 236 +++
- libcontainer/nsenter/nsexec.c|  11 ++
- 2 files changed, 247 insertions(+)
- create mode 100644 libcontainer/nsenter/cloned_binary.c
-
-diff --git a/libcontainer/nsenter/cloned_binary.c 
b/libcontainer/nsenter/cloned_binary.c
-new file mode 100644
-index ..ec383c173dd2
 /dev/null
-+++ b/libcontainer/nsenter/cloned_binary.c
-@@ -0,0 +1,236 @@
-+#define _GNU_SOURCE
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#include 
-+#include 
-+
-+#define MEMFD_COMMENT "runc_cloned:/proc/self/exe"
-+#define MEMFD_LNKNAME "/memfd:" MEMFD_COMMENT " (deleted)"
-+
-+/* Use our own wrapper for memfd_create. */
-+#if !defined(SYS_memfd_create) && defined(__NR_memfd_create)
-+#  define SYS_memfd_create __NR_memfd_create
-+#endif
-+#ifndef SYS_memfd_create
-+#  error "memfd_create(2) syscall not supported by this glibc version"
-+#endif
-+int memfd_create(const char *name, unsigned int flags)
-+{
-+  return syscall(SYS_memfd_create, name, flags);
-+}
-+
-+/* This comes directly from . */
-+#ifndef F_LINUX_SPECIFIC_BASE
-+# define F_LINUX_SPECIFIC_BASE 1024
-+#endif
-+#ifndef F_ADD_SEALS
-+# define F_ADD_SEALS (F_LINUX_SPECIFIC_BASE + 9)
-+# define F_GET_SEALS (F_LINUX_SPECIFIC_BASE + 10)
-+#endif
-+#ifndef F_SEAL_SEAL
-+# define F_SEAL_SEAL   0x0001 /* prevent further seals from being set */
-+# define F_SEAL_SHRINK 0x0002 /* prevent file from shrinking */
-+# define F_SEAL_GROW   0x0004 /* prevent file from growing */
-+# define F_SEAL_WRITE  0x0008 /* prevent writes */
-+#endif
-+
-+/*
-+ * Verify whether we are currently in a self-cloned program. It's not really
-+ * possible to trivially identify a memfd compared to a regular tmpfs file, so
-+ * the best we can do is to check whether the readlink(2) looks okay and that
-+ * it is on a tmpfs.
-+ */
-+static int is_self_cloned(void)
-+{
-+  struct statfs statfsbuf = {0};
-+  char linkname[PATH_MAX + 1] = {0};
-+
-+  if (statfs("/proc/self/exe", &statfsbuf) < 0)
-+  return -1;
-+  if (readlink("/proc/self/exe", linkname, PATH_MAX) < 0)
-+  return -1;
-+
-+  return statfsbuf.f_type == TMPFS_MAGIC &&
-+  !strncmp(linkname, MEMFD_LNKNAME, PATH_MAX);
-+}
-+
-+/*
-+ * Basic wrapper around mmap(2) that gives you the file length so you can
-+ * safely treat it as an ordinary buffer. Only gives you read access.
-+ */
-+static char *read_file(char *path, size_t *length)
-+{
-+  int fd;
-+  char buf[4096], *copy = NULL;
-+
-+  if (!length)
-+  goto err;
-+  *length = 0;
-+
-+  fd = open(path, O_RDONLY|O_CLOEXEC);
-+  if (fd < 0)
-+  goto err_free;
-+
-+  for (;;) {
-+  int n;
-+  char *old = copy;
-+
-+  n = read(fd, buf, sizeof(buf));
-+  if (n < 0)
-+  goto err_fd;
-+  if (!n)
-+  break;
-+
-+  do {

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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 18:02:35
  Author: felixonmars
Revision: 446885

upgpkg: python-hypothesis 4.14.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 18:02:34 UTC (rev 446884)
+++ PKGBUILD2019-03-31 18:02:35 UTC (rev 446885)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.1
+pkgver=4.14.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('13294a1b489cf6c8b9c78dcef8aea8a8ed69b6965d3a7cea5a667278944d39d55e3458aefee4f765ce3ab18789d9d6a5d4d3ec71e0d8ddcc037afb472665a8cf')
+sha512sums=('7b91ea636c12efc5b70fa35961840e80353e12cbe9ae34d9d25d46d5cb54939f4e65b15c7c109812e353f9ed32a27c8945590b64b8306f7941083894aebd0c6c')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 18:02:49
  Author: felixonmars
Revision: 446893

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 18:02:41 UTC (rev 446892)
+++ PKGBUILD2019-03-31 18:02:49 UTC (rev 446893)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz";)
-sha512sums=('13294a1b489cf6c8b9c78dcef8aea8a8ed69b6965d3a7cea5a667278944d39d55e3458aefee4f765ce3ab18789d9d6a5d4d3ec71e0d8ddcc037afb472665a8cf')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 446892, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 18:02:49 UTC (rev 446893)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.14.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 18:01:16
  Author: anthraxx
Revision: 446880

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 446879, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 18:01:10 UTC (rev 446879)
+++ PKGBUILD2019-03-31 18:01:16 UTC (rev 446880)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.7.13
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('ca28aa311083f9eb219bf71413789b3ff52f05fefbc87b3186c07afaf1ec0aba')
-sha512sums=('ac7dd96ba65a312446e22a6a6e74cc4ab55676b8d4e10ff21c87dea70de1823dbccbdbad439bb69ceb4b0c6e9f0ee028fe3632e60b6fac0db9a253f162de0cc6')
-
-prepare() {
-  cd rabbitmq-management-${pkgver}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-${pkgver}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 446879, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 18:01:16 UTC (rev 446880)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.7.14
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
+sha256sums=('abbfe307acf92f8acf72137491b3878ef4d0775d2ae0c9293ab31dbb52252236')
+sha512sums=('47530687638a306c3fbdebe4d46d965b06971d34dfbbdcaa412711b9e3622be203494a3e3cd57e6520430704d22e624a8d7a921bff95fbcead82ea611ac4f1c7')
+
+prepare() {
+  cd rabbitmq-management-${pkgver}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-${pkgver}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-31 Thread David Runge via arch-commits
Date: Sunday, March 31, 2019 @ 18:01:17
  Author: dvzrv
Revision: 446881

archrelease: copy trunk to community-any

Added:
  python-pytest-rerunfailures/repos/community-any/PKGBUILD
(from rev 446879, python-pytest-rerunfailures/trunk/PKGBUILD)
Deleted:
  python-pytest-rerunfailures/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 18:01:16 UTC (rev 446880)
+++ PKGBUILD2019-03-31 18:01:17 UTC (rev 446881)
@@ -1,61 +0,0 @@
-# Maintainer: David Runge 
-_name=pytest-rerunfailures
-pkgbase=python-pytest-rerunfailures
-pkgname=('python-pytest-rerunfailures' 'python2-pytest-rerunfailures')
-pkgver=6.0
-pkgrel=1
-pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
-arch=('any')
-url="https://github.com/pytest-dev/pytest-rerunfailures/";
-license=('MPL2')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python2-mock')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('654a6afea01e5d7e0f516a6427eee5bd2947757a0c05ee177521f607d8cc7e472e614267e414ce014528c4bd5de99a4bfaf5381d6c5dbf5abd9e7170a4c3fbc8')
-
-prepare() {
-  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() {
-  export PYTHONPATH="build/lib:$PYTHONPATH"
-  cd "${pkgname[0]}-${pkgver}"
-  py.test test_pytest_rerunfailures.py
-  cd ../"${pkgname[1]}-${pkgver}"
-  py.test2 test_pytest_rerunfailures.py
-}
-
-package_python-pytest-rerunfailures() {
-  depends=('python-pytest')
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES.rst,README.rst}
-}
-
-package_python2-pytest-rerunfailures() {
-  depends=('python2-pytest')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES.rst,README.rst}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-rerunfailures/repos/community-any/PKGBUILD (from rev 
446879, python-pytest-rerunfailures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 18:01:17 UTC (rev 446881)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+_name=pytest-rerunfailures
+pkgname=python-pytest-rerunfailures
+pkgver=7.0
+pkgrel=1
+pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
+arch=('any')
+url="https://github.com/pytest-dev/pytest-rerunfailures/";
+license=('MPL2')
+depends=('python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH="build/lib:$PYTHONPATH"
+  py.test test_pytest_rerunfailures.py
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES.rst,README.rst}
+}


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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 18:01:10
  Author: anthraxx
Revision: 446879

upgpkg: rabbitmqadmin 3.7.14-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 18:00:53 UTC (rev 446878)
+++ PKGBUILD2019-03-31 18:01:10 UTC (rev 446879)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.7.13
+pkgver=3.7.14
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('ca28aa311083f9eb219bf71413789b3ff52f05fefbc87b3186c07afaf1ec0aba')
-sha512sums=('ac7dd96ba65a312446e22a6a6e74cc4ab55676b8d4e10ff21c87dea70de1823dbccbdbad439bb69ceb4b0c6e9f0ee028fe3632e60b6fac0db9a253f162de0cc6')
+sha256sums=('abbfe307acf92f8acf72137491b3878ef4d0775d2ae0c9293ab31dbb52252236')
+sha512sums=('47530687638a306c3fbdebe4d46d965b06971d34dfbbdcaa412711b9e3622be203494a3e3cd57e6520430704d22e624a8d7a921bff95fbcead82ea611ac4f1c7')
 
 prepare() {
   cd rabbitmq-management-${pkgver}


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

2019-03-31 Thread David Runge via arch-commits
Date: Sunday, March 31, 2019 @ 18:00:53
  Author: dvzrv
Revision: 446878

upgpkg: python-pytest-rerunfailures 7.0-1

Upgrading to 0.7.

Modified:
  python-pytest-rerunfailures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 18:00:22 UTC (rev 446877)
+++ PKGBUILD2019-03-31 18:00:53 UTC (rev 446878)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=pytest-rerunfailures
 pkgname=python-pytest-rerunfailures
-pkgver=6.0
+pkgver=7.0
 pkgrel=1
 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate 
intermittent failures"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('654a6afea01e5d7e0f516a6427eee5bd2947757a0c05ee177521f607d8cc7e472e614267e414ce014528c4bd5de99a4bfaf5381d6c5dbf5abd9e7170a4c3fbc8')
+sha512sums=('df26952f4c88c43a7df59cc9b41d794987e4d7c43cf4b656fb2e10734e16b0218ea0dfcc184943f96c39add800fe519ee6b8843b3a0f4d36e9feb59109199df3')
 
 build() {
   cd "${_name}-${pkgver}"


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:59:31
  Author: felixonmars
Revision: 446875

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 446874, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:59:31 UTC (rev 446875)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=29
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz";)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 18:00:13
  Author: anthraxx
Revision: 446876

upgpkg: rabbitmq 3.7.14-1

Modified:
  rabbitmq/trunk/PKGBUILD
  rabbitmq/trunk/rabbitmq-customize-systemd-service.patch

--+
 PKGBUILD |9 +++--
 rabbitmq-customize-systemd-service.patch |2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:59:31 UTC (rev 446875)
+++ PKGBUILD2019-03-31 18:00:13 UTC (rev 446876)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.13
+pkgver=3.7.14
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -22,16 +22,14 @@
 options=('!makeflags')
 install=rabbitmq.install
 
source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-
rabbitmq-3.7-erlang-21.3-fix.patch::https://github.com/rabbitmq/rabbitmq-aws/commit/27823e09b95cf8d509c8b80e21b37c5bb7c4.patch
 rabbitmq-customize-systemd-service.patch
 rabbitmq-env.conf
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('33cc3682214782152e4e1270d1011e94df79b454abf6fcf9d56b73be1f8cf42ce0a4a559f243b4721ae25b10897c756960c655909bee2b427395d0f0b63a2fb9'
+sha512sums=('38c38e64a736c0c27dbefe2249a8c9a42a04dc8c05090d3c15ffa2a651685c646b800a627eb5a1997f76335fd07c41d5dd132dac3be5e027ceb6fac989104038'
 'SKIP'
-
'05746496575058ecff51cff0b126f84dcdf0779fed35a0c4825ff8de6ff6454a6fe99722645953038d90a6528b4e7b811bac0bb8b46ec5cdb077bdbeb7857cbe'
-
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
+
'4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
 
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
 
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
@@ -42,7 +40,6 @@
   cd ${pkgname}-server-${pkgver}
   sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
   patch -p1 < ../rabbitmq-customize-systemd-service.patch
-  patch -Np1 -d deps/rabbitmq_aws < ../rabbitmq-3.7-erlang-21.3-fix.patch
 }
 
 build() {

Modified: rabbitmq-customize-systemd-service.patch
===
--- rabbitmq-customize-systemd-service.patch2019-03-31 17:59:31 UTC (rev 
446875)
+++ rabbitmq-customize-systemd-service.patch2019-03-31 18:00:13 UTC (rev 
446876)
@@ -33,7 +33,7 @@
  # You *may* wish to add the following to automatically restart RabbitMQ
  # in the event of a failure. systemd service restarts are not a
  # replacement for service monitoring. Please see
- # http://www.rabbitmq.com/monitoring.html
+ # https://www.rabbitmq.com/monitoring.html
  #
 -# Restart=on-failure
 -# RestartSec=10


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 18:00:22
  Author: anthraxx
Revision: 446877

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 446876, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 446876, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 446876, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 446876, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 446876, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 446876, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 446876, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  147 ++---
 rabbitmq-customize-systemd-service.patch |  106 ++--
 rabbitmq-env.conf|6 -
 rabbitmq.install |   18 +--
 rabbitmq.logrotate   |   12 +-
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 146 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 18:00:13 UTC (rev 446876)
+++ PKGBUILD2019-03-31 18:00:22 UTC (rev 446877)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.7.13
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-optdepends=('rabbitmqadmin: CLI management tool'
-'logrotate: rotate log files')
-makedepends=('zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-options=('!makeflags')
-install=rabbitmq.install
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-
rabbitmq-3.7-erlang-21.3-fix.patch::https://github.com/rabbitmq/rabbitmq-aws/commit/27823e09b95cf8d509c8b80e21b37c5bb7c4.patch
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('33cc3682214782152e4e1270d1011e94df79b454abf6fcf9d56b73be1f8cf42ce0a4a559f243b4721ae25b10897c756960c655909bee2b427395d0f0b63a2fb9'
-'SKIP'
-
'05746496575058ecff51cff0b126f84dcdf0779fed35a0c4825ff8de6ff6454a6fe99722645953038d90a6528b4e7b811bac0bb8b46ec5cdb077bdbeb7857cbe'
-
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}-server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-  patch -Np1 -d deps/rabbitmq_aws < ../rabbitmq-3.7-erlang-21.3-fix.patch
-}
-
-build() {
-  cd ${pkgname}-server-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"
-  install -d "${pkgdir}/usr/bin"
-  install -Dm 755

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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:59:18
  Author: felixonmars
Revision: 446874

upgpkg: postgrest 5.2.0-29

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:55:56 UTC (rev 446873)
+++ PKGBUILD2019-03-31 17:59:18 UTC (rev 446874)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=28
+pkgrel=29
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:55:43
  Author: felixonmars
Revision: 446872

upgpkg: haskell-hasql-transaction 0.7-53

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:54:52 UTC (rev 446871)
+++ PKGBUILD2019-03-31 17:55:43 UTC (rev 446872)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7
-pkgrel=52
+pkgrel=53
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:55:56
  Author: felixonmars
Revision: 446873

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 446872, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:55:56 UTC (rev 446873)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7
+pkgrel=53
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('adfbb25a1c94785137e9e0d8d8b2d4a36492d7d4cf305e45c5f15da9e369897cc7d404edcaee898b80de509fccde081627e105fa8e7915ff616d13d909c092d4')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:54:52
  Author: felixonmars
Revision: 446871

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
446870, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:54:52 UTC (rev 446871)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.0.1
+pkgrel=12
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a648491fc87473de269a3be381e67615ce5016f38b8da7a53fac120ca6656cf55e28ead8c1cb3ef9a1d5ba2a6ce6c77a4670edafae81b8f4beb8a9b92abe72a7')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:54:39
  Author: felixonmars
Revision: 446870

upgpkg: haskell-hasql-pool 0.5.0.1-12

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:53:50 UTC (rev 446869)
+++ PKGBUILD2019-03-31 17:54:39 UTC (rev 446870)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:53:50
  Author: felixonmars
Revision: 446869

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 446868, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:53:50 UTC (rev 446869)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.3.0.3
+pkgrel=53
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-loch-th'
+ 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('fb951f3c7f09b7bc9ba62afc01c25dea7b839d3da21065bb4bba923a96ecd9b53074650084db846e00f3bb27de638e7dd776b081346919b4e92c5d1aac405336')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:53:38
  Author: felixonmars
Revision: 446868

upgpkg: haskell-hasql 1.3.0.3-53

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:52:19 UTC (rev 446867)
+++ PKGBUILD2019-03-31 17:53:38 UTC (rev 446868)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.3.0.3
-pkgrel=52
+pkgrel=53
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:51:23
  Author: felixonmars
Revision: 446865

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 446864, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 446864, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:51:23 UTC (rev 446865)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.2
+pkgrel=18
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('adb64905b689cd7422894563b0172094ee92e1e6068ddb726b87ac945a32f7e0be47b10996d436928810afe59dccb7f2d4b52dffde5903fadb588aa0ad35fc38')
+
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:52:06
  Author: felixonmars
Revision: 446866

upgpkg: haskell-text-builder 0.6.5-9

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:51:23 UTC (rev 446865)
+++ PKGBUILD2019-03-31 17:52:06 UTC (rev 446866)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.5
-pkgrel=8
+pkgrel=9
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:51:10
  Author: felixonmars
Revision: 446864

upgpkg: haskell-postgresql-binary 0.12.1.2-18

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:49:18 UTC (rev 446863)
+++ PKGBUILD2019-03-31 17:51:10 UTC (rev 446864)
@@ -4,7 +4,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.2
-pkgrel=17
+pkgrel=18
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary";
 license=("MIT")


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:52:19
  Author: felixonmars
Revision: 446867

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 446866, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
446866, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:52:19 UTC (rev 446867)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.5
+pkgrel=9
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('20039f281109aa6bb9533054e8799e79a370235e2de901a9ddb7b49534134e0c13c46179054d0801dd9148130bcad29a75ec83a6d7db8dc786774b2390247325')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --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-deferred-folds/trunk (PKGBUILD)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:49:05
  Author: felixonmars
Revision: 446862

upgpkg: haskell-deferred-folds 0.9.10-15

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:48:25 UTC (rev 446861)
+++ PKGBUILD2019-03-31 17:49:05 UTC (rev 446862)
@@ -3,7 +3,7 @@
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
 pkgver=0.9.10
-pkgrel=14
+pkgrel=15
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:49:18
  Author: felixonmars
Revision: 446863

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 446862, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 446862, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:49:18 UTC (rev 446863)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.10
+pkgrel=15
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('076de06fd49d697d894b25862b57ae7433dd18452f2fff17fe2def89282643501725440e1597fb4a79f633ced26909add259304be0865d1c51fd9172e79e69b7')
+
+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-bytestring-strict-builder/repos (2 files)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:48:25
  Author: felixonmars
Revision: 446861

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 446860, haskell-bytestring-strict-builder/trunk/PKGBUILD)

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

Copied: 
haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD (from 
rev 446860, haskell-bytestring-strict-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:48:25 UTC (rev 446861)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bytestring-strict-builder
+pkgname=haskell-bytestring-strict-builder
+pkgver=0.4.5.1
+pkgrel=54
+pkgdesc="An efficient strict bytestring builder"
+url="https://github.com/nikita-volkov/bytestring-strict-builder";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-rerebase')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f9ebf1e959ba01674fd302571737ff1ef7b5150866a052560c20050f78aedf01e068a494b259a3dbc244db972662ae316205b8626e9c2721d54e46984ed27cd5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-bytestring-strict-builder/trunk (PKGBUILD)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:48:12
  Author: felixonmars
Revision: 446860

upgpkg: haskell-bytestring-strict-builder 0.4.5.1-54

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-bytestring-strict-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:47:29 UTC (rev 446859)
+++ PKGBUILD2019-03-31 17:48:12 UTC (rev 446860)
@@ -3,7 +3,7 @@
 _hkgname=bytestring-strict-builder
 pkgname=haskell-bytestring-strict-builder
 pkgver=0.4.5.1
-pkgrel=53
+pkgrel=54
 pkgdesc="An efficient strict bytestring builder"
 url="https://github.com/nikita-volkov/bytestring-strict-builder";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:47:16
  Author: felixonmars
Revision: 446858

upgpkg: haskell-rerebase 1.3.1-1

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-rerebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:46:11 UTC (rev 446857)
+++ PKGBUILD2019-03-31 17:47:16 UTC (rev 446858)
@@ -3,8 +3,8 @@
 
 _hkgname=rerebase
 pkgname=haskell-rerebase
-pkgver=1.3
-pkgrel=21
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase";
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-rebase')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('c6ff34c4c192bc1b8445b7a9b4b7d27762bf820e0be9cb89bc25b12ae83ebb425e2654d3c29b7713cb20dfe974c88f87a9fa312a5f8cc04f74d69a74f3955bb5')
+sha512sums=('0e39a8eef97a74b41e85e32979c5fe43972958a32149973fc40bb0bf75401541b45434be718d073905f3a67c6d1145462aa531191d20fdaa8f11688ccaa07ed9')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:47:29
  Author: felixonmars
Revision: 446859

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rerebase/repos/community-staging-x86_64/PKGBUILD (from rev 
446858, haskell-rerebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:47:29 UTC (rev 446859)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rerebase
+pkgname=haskell-rerebase
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Reexports from "base" with a bunch of other standard libraries'
+url="https://github.com/nikita-volkov/rerebase";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-rebase')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0e39a8eef97a74b41e85e32979c5fe43972958a32149973fc40bb0bf75401541b45434be718d073905f3a67c6d1145462aa531191d20fdaa8f11688ccaa07ed9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 17:45:10
  Author: anthraxx
Revision: 446855

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 446854, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:45:03 UTC (rev 446854)
+++ PKGBUILD2019-03-31 17:45:10 UTC (rev 446855)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.7.10
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('9a4830200fa705c0d43f80de2fefe5641f899594b6066beef0935b9358823a77')
-sha512sums=('546bf70744839c39b78dbfe64b8e69815f139f703212de88ab3ab4ccdc992be7d5eea374951509600b196b52c32c5117948593d9ee89bb7c6aa739f42c7af5d8')
-
-prepare() {
-  cd rabbitmq-management-${pkgver}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-${pkgver}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 446854, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 17:45:10 UTC (rev 446855)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.7.13
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
+sha256sums=('ca28aa311083f9eb219bf71413789b3ff52f05fefbc87b3186c07afaf1ec0aba')
+sha512sums=('ac7dd96ba65a312446e22a6a6e74cc4ab55676b8d4e10ff21c87dea70de1823dbccbdbad439bb69ceb4b0c6e9f0ee028fe3632e60b6fac0db9a253f162de0cc6')
+
+prepare() {
+  cd rabbitmq-management-${pkgver}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-${pkgver}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 17:45:03
  Author: anthraxx
Revision: 446854

upgpkg: rabbitmqadmin 3.7.13-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:42:22 UTC (rev 446853)
+++ PKGBUILD2019-03-31 17:45:03 UTC (rev 446854)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.7.10
+pkgver=3.7.13
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('9a4830200fa705c0d43f80de2fefe5641f899594b6066beef0935b9358823a77')
-sha512sums=('546bf70744839c39b78dbfe64b8e69815f139f703212de88ab3ab4ccdc992be7d5eea374951509600b196b52c32c5117948593d9ee89bb7c6aa739f42c7af5d8')
+sha256sums=('ca28aa311083f9eb219bf71413789b3ff52f05fefbc87b3186c07afaf1ec0aba')
+sha512sums=('ac7dd96ba65a312446e22a6a6e74cc4ab55676b8d4e10ff21c87dea70de1823dbccbdbad439bb69ceb4b0c6e9f0ee028fe3632e60b6fac0db9a253f162de0cc6')
 
 prepare() {
   cd rabbitmq-management-${pkgver}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:46:11
  Author: felixonmars
Revision: 446857

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rebase/repos/community-staging-x86_64/PKGBUILD (from rev 
446856, haskell-rebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:46:11 UTC (rev 446857)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rebase
+pkgname=haskell-rebase
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='A more progressive alternative to the "base" package'
+url="https://github.com/nikita-volkov/rebase";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-vector' 
'haskell-unordered-containers'
+ 'haskell-scientific' 'haskell-uuid' 'haskell-dlist' 'haskell-void'
+ 'haskell-bifunctors' 'haskell-profunctors' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-semigroupoids' 
'haskell-either'
+ 'haskell-base-prelude')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7f639277a5069a3a77f53635fef73259a3549c1bda410de2936a7e499858701c3fd0b1e3dd743a790c566704e6724117209b2917debceef3c163a13c88041ec2')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:45:59
  Author: felixonmars
Revision: 446856

upgpkg: haskell-rebase 1.3.1-1

rebuild with rebase 1.3.1, rerebase 1.3.1

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:45:10 UTC (rev 446855)
+++ PKGBUILD2019-03-31 17:45:59 UTC (rev 446856)
@@ -3,8 +3,8 @@
 
 _hkgname=rebase
 pkgname=haskell-rebase
-pkgver=1.3
-pkgrel=21
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase";
 license=("MIT")
@@ -16,11 +16,11 @@
  'haskell-base-prelude')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('c9d09bd5620667a50e1ae5187583e06820d08d995f4d3f6b510637aec5faf025ae1e7fd6c9d3377a3b2b6ac09ab1f34fc21f9e8ef3457bec993fa9399b281435')
+sha512sums=('7f639277a5069a3a77f53635fef73259a3549c1bda410de2936a7e499858701c3fd0b1e3dd743a790c566704e6724117209b2917debceef3c163a13c88041ec2')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -e '/fail/d' -e '/semigroups/d' -e 's/< *0.6/<1/' -i $_hkgname.cabal
+sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
 }
 
 build() {


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

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 17:42:03
  Author: anthraxx
Revision: 446849

upgpkg: rabbitmq 3.7.13-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:35:02 UTC (rev 446848)
+++ PKGBUILD2019-03-31 17:42:03 UTC (rev 446849)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.10
+pkgver=3.7.13
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -22,13 +22,15 @@
 options=('!makeflags')
 install=rabbitmq.install
 
source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
+
rabbitmq-3.7-erlang-21.3-fix.patch::https://github.com/rabbitmq/rabbitmq-aws/commit/27823e09b95cf8d509c8b80e21b37c5bb7c4.patch
 rabbitmq-customize-systemd-service.patch
 rabbitmq-env.conf
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('092df82ac00397fc90ecd69c712985f055ec25fd0ba427fce9330df75f5fe6d788aabc9e25ccbf63c8c3cbe111816a226fb63479a16d8530a53b23ab23b2598e'
+sha512sums=('33cc3682214782152e4e1270d1011e94df79b454abf6fcf9d56b73be1f8cf42ce0a4a559f243b4721ae25b10897c756960c655909bee2b427395d0f0b63a2fb9'
 'SKIP'
+
'05746496575058ecff51cff0b126f84dcdf0779fed35a0c4825ff8de6ff6454a6fe99722645953038d90a6528b4e7b811bac0bb8b46ec5cdb077bdbeb7857cbe'
 
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
 
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
@@ -40,6 +42,7 @@
   cd ${pkgname}-server-${pkgver}
   sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
   patch -p1 < ../rabbitmq-customize-systemd-service.patch
+  patch -Np1 -d deps/rabbitmq_aws < ../rabbitmq-3.7-erlang-21.3-fix.patch
 }
 
 build() {


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2019-03-31 Thread Levente Polyak via arch-commits
Date: Sunday, March 31, 2019 @ 17:42:11
  Author: anthraxx
Revision: 446850

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 446849, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 446849, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 446849, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 446849, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 446849, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 446849, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 446849, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  147 ++---
 rabbitmq-customize-systemd-service.patch |  106 ++--
 rabbitmq-env.conf|6 -
 rabbitmq.install |   18 +--
 rabbitmq.logrotate   |   12 +-
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 149 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:42:03 UTC (rev 446849)
+++ PKGBUILD2019-03-31 17:42:11 UTC (rev 446850)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.7.10
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-optdepends=('rabbitmqadmin: CLI management tool'
-'logrotate: rotate log files')
-makedepends=('zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-options=('!makeflags')
-install=rabbitmq.install
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('092df82ac00397fc90ecd69c712985f055ec25fd0ba427fce9330df75f5fe6d788aabc9e25ccbf63c8c3cbe111816a226fb63479a16d8530a53b23ab23b2598e'
-'SKIP'
-
'1a74f8c375fa363104993fac0ef6d05288fff6e104e796623e52d75ff9ca9893d217b4f9f8a219110f4ab2c5a157b8074343a16472a958f7882f8e2b9fc87c0e'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}-server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-}
-
-build() {
-  cd ${pkgname}-server-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"
-  install -d "${pkgdir}/usr/bin"
-  install -Dm 755 scripts/rabbitmq-script-wrapper -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
-  for script in "${libdir}"/sbin/rabbit*; do
-ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
-  done
-
-  install -Dm 644 deps/rabbit/docs/rabbitmq-server.service.example 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-  install

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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:35:02
  Author: felixonmars
Revision: 446848

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
446847, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:35:02 UTC (rev 446848)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.3
+pkgrel=22
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c19c9164879df7be62e08b69ce9175834044c2d7c0c3a890340e2a10444ac43fc6d2b63fb958925921056ef1e13ec9c7cfe08f20cdc430cfa2b9584fdd625d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:34:49
  Author: felixonmars
Revision: 446847

upgpkg: hopenpgp-tools 0.21.3-22

rebuild with incremental-parser 0.3.2.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:33:35 UTC (rev 446846)
+++ PKGBUILD2019-03-31 17:34:49 UTC (rev 446847)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=21
+pkgrel=22
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:33:21
  Author: felixonmars
Revision: 446845

upgpkg: python-flask-caching 1.7.0-1

Modified:
  python-flask-caching/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:33:00 UTC (rev 446844)
+++ PKGBUILD2019-03-31 17:33:21 UTC (rev 446845)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-caching
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Adds caching support to your Flask application"
 url="https://github.com/sh4nks/flask-caching";
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
   'python-redis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz";)
-sha512sums=('7e1a55e1bdb39398599818c1a5dc8cf1a801024642acacdcbb54bb27bd805a4b65eb9954e917e56cb42baa69f8b503d6287144cf2e95a21720c256eb68da9f93')
+sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
 
 prepare() {
   cd flask-caching-$pkgver


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:33:35
  Author: felixonmars
Revision: 446846

archrelease: copy trunk to community-any

Added:
  python-flask-caching/repos/community-any/PKGBUILD
(from rev 446845, python-flask-caching/trunk/PKGBUILD)
Deleted:
  python-flask-caching/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:33:21 UTC (rev 446845)
+++ PKGBUILD2019-03-31 17:33:35 UTC (rev 446846)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-flask-caching
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Adds caching support to your Flask application"
-url="https://github.com/sh4nks/flask-caching";
-license=('BSD')
-arch=('any')
-depends=('python-flask')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
-  'python-redis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz";)
-sha512sums=('7e1a55e1bdb39398599818c1a5dc8cf1a801024642acacdcbb54bb27bd805a4b65eb9954e917e56cb42baa69f8b503d6287144cf2e95a21720c256eb68da9f93')
-
-prepare() {
-  cd flask-caching-$pkgver
-  sed -i 's/< *2.6/<3/' setup.py
-}
-
-build() {
-  cd flask-caching-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flask-caching-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flask-caching-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flask-caching/repos/community-any/PKGBUILD (from rev 446845, 
python-flask-caching/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 17:33:35 UTC (rev 446846)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-flask-caching
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Adds caching support to your Flask application"
+url="https://github.com/sh4nks/flask-caching";
+license=('BSD')
+arch=('any')
+depends=('python-flask')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-xprocess' 'python-pylibmc'
+  'python-redis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sh4nks/flask-caching/archive/v$pkgver.tar.gz";)
+sha512sums=('902b60a55139b734ec3a0a91296046cde185f13bf8a9427f4c1207fd2a2fc5a093cf5fd78e587dd3f7ec406da3b0925450f232ac860a320b3ff5dd7502c6f5fd')
+
+prepare() {
+  cd flask-caching-$pkgver
+  sed -i 's/< *2.6/<3/' setup.py
+}
+
+build() {
+  cd flask-caching-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flask-caching-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flask-caching-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:32:47
  Author: felixonmars
Revision: 446843

upgpkg: haskell-hopenpgp 2.7.4.1-41

rebuild with incremental-parser 0.3.2.2

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:30:02 UTC (rev 446842)
+++ PKGBUILD2019-03-31 17:32:47 UTC (rev 446843)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7.4.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:33:00
  Author: felixonmars
Revision: 446844

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
446843, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:33:00 UTC (rev 446844)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7.4.1
+pkgrel=41
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:29:48
  Author: felixonmars
Revision: 446841

upgpkg: haskell-incremental-parser 0.3.2.2-1

rebuild with incremental-parser 0.3.2.2

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:24:04 UTC (rev 446840)
+++ PKGBUILD2019-03-31 17:29:48 UTC (rev 446841)
@@ -3,8 +3,8 @@
 
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
-pkgver=0.3.2.1
-pkgrel=13
+pkgver=0.3.2.2
+pkgrel=1
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('GPL')
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
  'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('c2315d85e8e61ccba779bb62a601844cab44b96acf5165318de279499155fe62a9b691fe2dba129d31a846f4082f745304c84f461a49104b7a1dc90e82fb66af')
+sha512sums=('773b84a540ee34db855a74bafb41c6640d24f3ef519f201447fa524a6545a290f3f1b9a5d42edb9d88754f845a8fa399afe22a5c680ef5eb72f55302263d475c')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:30:02
  Author: felixonmars
Revision: 446842

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 446841, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 446841, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-31 17:30:02 UTC (rev 446842)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.3.2.2
+pkgrel=1
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('773b84a540ee34db855a74bafb41c6640d24f3ef519f201447fa524a6545a290f3f1b9a5d42edb9d88754f845a8fa399afe22a5c680ef5eb72f55302263d475c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:24:04
  Author: felixonmars
Revision: 446840

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 446839, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 446839, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 446839, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 446839, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  382 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 200 insertions(+), 200 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
446839, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:23:43 UTC (rev 446839)
+++ PKGBUILD2019-03-31 17:24:04 UTC (rev 446840)
@@ -1,191 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=4.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
-'SKIP'
-
'4ddeddac2e2de9afd95ded71edb47f3eac15d1ca94254481e5369d6b69e401471b00ba16747621eb2d0f7d92c0558590f6efe89b3ea15012d9d3d45553d49196'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib 

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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:23:43
  Author: felixonmars
Revision: 446839

upgpkg: wine-staging 4.5-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 17:18:42 UTC (rev 446838)
+++ PKGBUILD2019-03-31 17:23:43 UTC (rev 446839)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=4.4
+pkgver=4.5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -14,9 +14,9 @@
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
+sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
 'SKIP'
-
'4ddeddac2e2de9afd95ded71edb47f3eac15d1ca94254481e5369d6b69e401471b00ba16747621eb2d0f7d92c0558590f6efe89b3ea15012d9d3d45553d49196'
+
'fda32b26de79bd3bbff6b1ab2249d7ff8adc7e8da2753271e8dae4f84bc71764ea6d1a887cc643e0ff70b217bd75fefebd3eb1bd4b6faace9a36399878998029'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:03:49
  Author: felixonmars
Revision: 446834

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 446833, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 446833, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 446833, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 446833, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  350 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 204 insertions(+), 204 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2019-03-31 17:03:14 UTC (rev 446833)
+++ 30-win32-aliases.conf   2019-03-31 17:03:49 UTC (rev 446834)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 446833, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2019-03-31 17:03:49 UTC (rev 446834)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 17:03:14 UTC (rev 446833)
+++ PKGBUILD2019-03-31 17:03:49 UTC (rev 446834)
@@ -1,175 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=4.4
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openal 

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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 17:03:14
  Author: felixonmars
Revision: 446833

upgpkg: wine 4.5-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 16:34:54 UTC (rev 446832)
+++ PKGBUILD2019-03-31 17:03:14 UTC (rev 446833)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=4.4
+pkgver=4.5
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/4.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('6678c9b0e086bdc9fab9f9fd2517226352b49f846bbae7be6000bb60db2f302aad49622192077b45880d45ad33ba4d82bfe3403fb82a1e65159f1352b40933de'
+sha512sums=('261420efdf14595715cff5bb6a61223b0f2090b89dc05dca8c053a8a81abc3018715d41db50769a0f0488c658efc0742ac0f577b578e69eace70be4e463131dd'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 16:34:12
  Author: felixonmars
Revision: 446831

upgpkg: deepin-file-manager 1:4.7.8.3-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 14:50:08 UTC (rev 446830)
+++ PKGBUILD2019-03-31 16:34:12 UTC (rev 446831)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.7.8.2
+pkgver=4.7.8.3
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -24,7 +24,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('1a0c2507ed11c7c6a784e0bbdc6cadef1df60fe4f8f43e13bceb226c5e78e353b091da47e2ab6d702e4109f7ab02e4773ee582fe518bb5c30ef3b82dace5b921')
+sha512sums=('5ba1fae5c3336966481924011fdcb78f73850cb70a2efa06cd0f6be4df92c4d02cde268702afd1873257327372d1ecf318a8cd2b21d9c1014e89d0b8bdf354dd')
 
 prepare() {
   cd dde-file-manager-$pkgver


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 16:34:54
  Author: felixonmars
Revision: 446832

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 446831, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch
(from rev 446831, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   86 
 fix-plugin-link.patch |   26 +++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 16:34:12 UTC (rev 446831)
+++ PKGBUILD2019-03-31 16:34:54 UTC (rev 446832)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.8.2
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager";
-license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
- 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'file-roller: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
-sha512sums=('1a0c2507ed11c7c6a784e0bbdc6cadef1df60fe4f8f43e13bceb226c5e78e353b091da47e2ab6d702e4109f7ab02e4773ee582fe518bb5c30ef3b82dace5b921')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 446831, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 16:34:54 UTC (rev 446832)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.7.8.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+depends=('deepin-qt5integration' 'deepin-anything' 'file' 'avfs' 'polkit-qt5' 
'poppler'
+ 'ffmpegthumbnailer' 'xdg-user-dirs' 'jemalloc' 'kcodecs' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'file-roller: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";)
+sha512sums=('5ba1fae5c3336966481924011fdcb78f73850cb70a2efa06cd0f6be4df92c4d02cde268702afd1873257327372d1ecf318a8cd2b21d9c1014e89d0b8bdf354dd')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-03-31 16:34:12 UTC (rev 446831)
+++ fix-plugin-link.patch   2019-03-31 16:34:54 UTC (rev 446832)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: L

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

2019-03-31 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 31, 2019 @ 16:34:30
  Author: jelle
Revision: 349502

archrelease: copy trunk to extra-any

Added:
  arch-signoff/repos/extra-any/
  arch-signoff/repos/extra-any/PKGBUILD
(from rev 349501, arch-signoff/trunk/PKGBUILD)

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

Copied: arch-signoff/repos/extra-any/PKGBUILD (from rev 349501, 
arch-signoff/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2019-03-31 16:34:30 UTC (rev 349502)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=arch-signoff
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Sign off Arch Linux testing packages'
+arch=(any)
+url="https://github.com/archlinux/arch-signoff";
+license=("custom:ISC")
+depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
+ 'python-requests' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'asciidoc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/archlinux/arch-signoff/archive/${pkgver}.tar.gz)
+sha512sums=('ec4a45be02fe05af20eba26209400394576da9d836431f1665a406e3d949eb508b1435e8c23abc1e52ffc88f5ffae717738d22cb9ea846cdbd5fa9f26f23f57c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  make -C man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
+}


[arch-commits] Commit in (4 files)

2019-03-31 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 31, 2019 @ 16:33:11
  Author: jelle
Revision: 349501

arch-signoff: initial commit

Added:
  arch-signoff/
  arch-signoff/repos/
  arch-signoff/trunk/
  arch-signoff/trunk/PKGBUILD

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

Added: arch-signoff/trunk/PKGBUILD
===
--- arch-signoff/trunk/PKGBUILD (rev 0)
+++ arch-signoff/trunk/PKGBUILD 2019-03-31 16:33:11 UTC (rev 349501)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=arch-signoff
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Sign off Arch Linux testing packages'
+arch=(any)
+url="https://github.com/archlinux/arch-signoff";
+license=("custom:ISC")
+depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
+ 'python-requests' 'python-setuptools')
+makedepends=('python-setuptools-scm' 'asciidoc')
+source=($pkgname-$pkgver.tar.gz::https://github.com/archlinux/arch-signoff/archive/${pkgver}.tar.gz)
+sha512sums=('ec4a45be02fe05af20eba26209400394576da9d836431f1665a406e3d949eb508b1435e8c23abc1e52ffc88f5ffae717738d22cb9ea846cdbd5fa9f26f23f57c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  make -C man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
+}


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

2019-03-31 Thread Florian Pritz via arch-commits
Date: Sunday, March 31, 2019 @ 14:20:56
  Author: bluewind
Revision: 446690

archrelease: copy trunk to community-x86_64

Added:
  highlight/repos/community-x86_64/PKGBUILD
(from rev 446689, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 14:20:52 UTC (rev 446689)
+++ PKGBUILD2019-03-31 14:20:56 UTC (rev 446690)
@@ -1,49 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.49
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html";
-license=('GPL')
-arch=('x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('ea39fb9f562156efa35e4de586909d6a'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
-  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
-  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 446689, 
highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 14:20:56 UTC (rev 446690)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.50
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html";
+license=('GPL')
+arch=('x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('f15b50f90e095f8e79cc607382800e2e'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
+  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
+  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-31 Thread Florian Pritz via arch-commits
Date: Sunday, March 31, 2019 @ 14:20:52
  Author: bluewind
Revision: 446689

upgpkg: highlight 3.50-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:31:52 UTC (rev 446688)
+++ PKGBUILD2019-03-31 14:20:52 UTC (rev 446689)
@@ -2,7 +2,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.49
+pkgver=3.50
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html";
 license=('GPL')
@@ -9,7 +9,7 @@
 arch=('x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('ea39fb9f562156efa35e4de586909d6a'
+md5sums=('f15b50f90e095f8e79cc607382800e2e'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, March 31, 2019 @ 14:08:36
  Author: heftig
Revision: 349500

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 349499, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 14:08:16 UTC (rev 349499)
+++ PKGBUILD2019-03-31 14:08:36 UTC (rev 349500)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.44.1
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=cc9ab83969909a0502dd7d9d3ebf160ead745763  # tags/0.44.1^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 349499, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 14:08:36 UTC (rev 349500)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.44.2
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=7a9f36448ee11da953f413cc857ff5610fb48541  # tags/0.44.2^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-31 Thread Jan Steffens via arch-commits
Date: Sunday, March 31, 2019 @ 14:08:16
  Author: heftig
Revision: 349499

0.44.2-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:44:28 UTC (rev 349498)
+++ PKGBUILD2019-03-31 14:08:16 UTC (rev 349499)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.44.1
+pkgver=0.44.2
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -15,7 +15,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=cc9ab83969909a0502dd7d9d3ebf160ead745763  # tags/0.44.1^0
+_commit=7a9f36448ee11da953f413cc857ff5610fb48541  # tags/0.44.2^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 13:44:28
  Author: dreisner
Revision: 349498

archrelease: copy trunk to extra-any

Added:
  asp/repos/extra-any/PKGBUILD
(from rev 349497, asp/trunk/PKGBUILD)
Deleted:
  asp/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 13:44:11 UTC (rev 349497)
+++ PKGBUILD2019-03-31 13:44:28 UTC (rev 349498)
@@ -1,25 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=asp
-pkgver=4
-pkgrel=1
-pkgdesc="Arch Linux build source file management tool"
-arch=(any)
-url="https://github.com/falconindy/asp";
-license=(MIT)
-depends=(awk bash jq git libarchive)
-makedepends=(asciidoc)
-source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('SKIP')
-
-build() {
-  make -C asp
-}
-
-package() {
-  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
-}
-
-# vim: ft=sh syn=sh et

Copied: asp/repos/extra-any/PKGBUILD (from rev 349497, asp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 13:44:28 UTC (rev 349498)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner 
+
+pkgname=asp
+pkgver=5
+pkgrel=1
+pkgdesc="Arch Linux build source file management tool"
+arch=(any)
+url="https://github.com/falconindy/asp";
+license=(MIT)
+depends=(awk bash jq git libarchive)
+makedepends=(asciidoc)
+source=("git+https://github.com/falconindy/asp?signed#tag=v$pkgver";)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('SKIP')
+
+build() {
+  make -C asp
+}
+
+package() {
+  make -C asp PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 asp/LICENSE "$pkgdir/usr/share/licenses/asp/LICENSE"
+}
+
+# vim: ft=sh syn=sh et


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

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 13:44:11
  Author: dreisner
Revision: 349497

upgpkg: asp 5-1

Modified:
  asp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 12:26:55 UTC (rev 349496)
+++ PKGBUILD2019-03-31 13:44:11 UTC (rev 349497)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=asp
-pkgver=4
+pkgver=5
 pkgrel=1
 pkgdesc="Arch Linux build source file management tool"
 arch=(any)


[arch-commits] Commit in anki/repos (4 files)

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:31:52
  Author: demize
Revision: 446688

db-move: moved anki from [community-testing] to [community] (any)

Added:
  anki/repos/community-any/PKGBUILD
(from rev 446687, anki/repos/community-testing-any/PKGBUILD)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki-pyqtwebengine.patch
  anki/repos/community-testing-any/

+
 /PKGBUILD  |   31 +
 community-any/PKGBUILD |   38 ---
 community-any/anki-pyqtwebengine.patch |   11 
 3 files changed, 31 insertions(+), 49 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
+++ community-any/PKGBUILD  2019-03-31 13:31:52 UTC (rev 446688)
@@ -1,38 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.8
-pkgrel=3
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
- 'python-decorator' 'python-markdown'
- 'desktop-file-utils')
-optdepends=('lame: record sound'
-'mpv: play sound (prefered over mplayer)'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz
-anki-pyqtwebengine.patch)
-sha256sums=('57c466884ba43ef704c438bb0129e7ed793c468d36ea03cd3007af7a394c8b23'
-'56cf512a5f023d61fa2b18348a5586b4489d48ac89a8c60612ef61dbe1809c4a')
-
-prepare() {
-  cd anki-$pkgver
-  patch -p1 -i ../anki-pyqtwebengine.patch # Compatibility with split 
pyqtwebengine
-}
-
-package() {
-  cd anki-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 446687, 
anki/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-03-31 13:31:52 UTC (rev 446688)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Sergej Pupykin 
+# Contributor: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.1.11
+pkgrel=1
+
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="https://ankisrs.net/";
+arch=('any')
+license=('AGPL3')
+
+depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
+ 'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
+ 'python-decorator' 'python-markdown'
+ 'desktop-file-utils')
+optdepends=('lame: record sound'
+'mpv: play sound. prefered over mplayer'
+'mplayer: play sound')
+
+source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
+sha256sums=('787ce3d7333cc3f33f9bd18ec11d4da56b9ac060edaad21d78fe04e04e559265')
+
+package() {
+  cd anki-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-any/anki-pyqtwebengine.patch
===
--- community-any/anki-pyqtwebengine.patch  2019-03-31 13:18:49 UTC (rev 
446687)
+++ community-any/anki-pyqtwebengine.patch  2019-03-31 13:31:52 UTC (rev 
446688)
@@ -1,11 +0,0 @@
 anki-2.1.8/aqt/qt.py.orig  2019-02-12 21:32:36.515462520 +
-+++ anki-2.1.8/aqt/qt.py   2019-02-12 21:32:45.032117131 +
-@@ -13,7 +13,7 @@
- from PyQt5.Qt import *
- # trigger explicit message in case of missing libraries
- # instead of silently failing to import
--from PyQt5.QtWebEngineWidgets import QWebEnginePage
-+from PyQt5.QtWebEngineWidgets import *
- try:
- from PyQt5 import sip
- except ImportError:


[arch-commits] Commit in (7 files)

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:18:49
  Author: demize
Revision: 446687

Change pwmt URLs to github mirrors

Modified:
  girara/trunk/PKGBUILD
  zathura-cb/trunk/PKGBUILD
  zathura-djvu/trunk/PKGBUILD
  zathura-pdf-mupdf/trunk/PKGBUILD
  zathura-pdf-poppler/trunk/PKGBUILD
  zathura-ps/trunk/PKGBUILD
  zathura/trunk/PKGBUILD

+
 girara/trunk/PKGBUILD  |3 ++-
 zathura-cb/trunk/PKGBUILD  |2 +-
 zathura-djvu/trunk/PKGBUILD|4 ++--
 zathura-pdf-mupdf/trunk/PKGBUILD   |4 ++--
 zathura-pdf-poppler/trunk/PKGBUILD |4 ++--
 zathura-ps/trunk/PKGBUILD  |4 ++--
 zathura/trunk/PKGBUILD |4 ++--
 7 files changed, 13 insertions(+), 12 deletions(-)

Modified: girara/trunk/PKGBUILD
===
--- girara/trunk/PKGBUILD   2019-03-31 13:14:16 UTC (rev 446686)
+++ girara/trunk/PKGBUILD   2019-03-31 13:18:49 UTC (rev 446687)
@@ -20,8 +20,9 @@
 makedepends=('meson' 'ninja' 'doxygen' 'check')
 
 source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.xz)
+source=(girara-$pkgver.tar.gz::https://github.com/pwmt/girara/archive/$pkgver.tar.gz)
 
-sha512sums=('ce8b1498c2c5e278a4689f945e6773cbf19b3357711636bbe785d96c8d381cf8ba457268ca154f7bd48b06d79cc03296d2e4350784299a13c4972030bcb0dbed')
+sha512sums=('18ecb1a7cba9997c85389faaa33f43120b2b88bfc358bacc032dc14c5fc37fedb0332b986951216031e18e8440874dc29e5aef41d519dcd28202951e448b573e')
 
 build() {
   cd girara-$pkgver

Modified: zathura/trunk/PKGBUILD
===
--- zathura/trunk/PKGBUILD  2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura/trunk/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
@@ -20,10 +20,10 @@
 'zathura-ps: PostScript support'
 'zathura-cb: Comic book support')
 
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz
 bash-completion)
 
-sha1sums=('6e2cd70d03a9bfef2ef1e788ed7656b32c706def'
+sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c'
   '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {

Modified: zathura-cb/trunk/PKGBUILD
===
--- zathura-cb/trunk/PKGBUILD   2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-cb/trunk/PKGBUILD   2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,7 +15,7 @@
 
 
source=(zathura-cb-$pkgver.tar.gz::https://github.com/pwmt/zathura-cb/archive/$pkgver.tar.gz)
 
-sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
+sha1sums=('16f2a39684178da6c250d22ecb686ee2c1290d81')
 
 build() {
   cd zathura-cb-$pkgver

Modified: zathura-djvu/trunk/PKGBUILD
===
--- zathura-djvu/trunk/PKGBUILD 2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-djvu/trunk/PKGBUILD 2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,9 +15,9 @@
 depends=('djvulibre' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.xz)
+source=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz)
 
-sha1sums=('5b567669ce175d0b223d5e6d81c7508f41e917e6')
+sha1sums=('891e30df71c3f6a840f48aa3aef5456e6ae9584b')
 
 build(){
   cd zathura-djvu-$pkgver

Modified: zathura-pdf-mupdf/trunk/PKGBUILD
===
--- zathura-pdf-mupdf/trunk/PKGBUILD2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-pdf-mupdf/trunk/PKGBUILD2019-03-31 13:18:49 UTC (rev 446687)
@@ -17,9 +17,9 @@
 depends=('zathura' 'jbig2dec' 'openjpeg2' 'libjpeg' 'cairo' 
'desktop-file-utils' 'openssl')
 makedepends=('libmupdf' 'meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.xz)
+source=(zathura-pdf-mupdf-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-mupdf/archive/$pkgver.tar.gz)
 
-sha1sums=('f2adf855a67455f4dccd22c61dcf22cde4c5ae2a')
+sha1sums=('001a82036867b7321c62cf126c8c05cf410c77c3')
 
 build() {
   cd zathura-pdf-mupdf-$pkgver

Modified: zathura-pdf-poppler/trunk/PKGBUILD
===
--- zathura-pdf-poppler/trunk/PKGBUILD  2019-03-31 13:14:16 UTC (rev 446686)
+++ zathura-pdf-poppler/trunk/PKGBUILD  2019-03-31 13:18:49 UTC (rev 446687)
@@ -15,9 +15,9 @@
 depends=('poppler-glib' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.xz)
+source=(zathura-pdf-poppler-$pkgver.tar.gz::https://github.com/pwmt/zathura-pdf-poppler/archive/$pkgver.tar.gz)
 
-sha1sums=('7007e1794da6286350c672d0591815078c266a6b')
+sha1sums=('56a8add7475bd1357b2fe7febd5de3436fa1d93e')
 
 build() {
   cd zathura-pdf-poppler-$pkgver

M

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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:14:16
  Author: demize
Revision: 446686

Change pwmt URLs to github mirror

Modified:
  zathura-cb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
+++ PKGBUILD2019-03-31 13:14:16 UTC (rev 446686)
@@ -13,7 +13,7 @@
 depends=('zathura' 'libarchive' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
 
-source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
+source=(zathura-cb-$pkgver.tar.gz::https://github.com/pwmt/zathura-cb/archive/$pkgver.tar.gz)
 
 sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
 


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:10:43
  Author: demize
Revision: 446685

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
(from rev 446684, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 13:10:39 UTC (rev 446684)
+++ PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.2
-pkgrel=2
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/";
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
-makedepends=('libnotify')
-optdepends=('libnotify: dunstify')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
-
-build() {
-  cd dunst-$pkgver
-
-  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
-}
-
-package() {
-  cd dunst-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 446684, 
dunst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 13:10:43 UTC (rev 446685)
@@ -0,0 +1,37 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.4.0
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/";
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
+md5sums=('8a8095566a1b913056674f802444311a')
+
+build() {
+  cd dunst-$pkgver
+
+  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
+}
+
+package() {
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:10:39
  Author: demize
Revision: 446684

upgpkg: dunst 1.4.0-1

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 13:09:24 UTC (rev 446683)
+++ PKGBUILD2019-03-31 13:10:39 UTC (rev 446684)
@@ -3,8 +3,8 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 
 pkgdesc="Customizable and lightweight notification-daemon"
 url="https://dunst-project.org/";
@@ -11,7 +11,7 @@
 arch=('x86_64')
 license=('BSD')
 
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxdg-basedir' 
'libxrandr')
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr')
 makedepends=('libnotify')
 optdepends=('libnotify: dunstify')
 
@@ -18,7 +18,7 @@
 provides=('notification-daemon')
 
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
+md5sums=('8a8095566a1b913056674f802444311a')
 
 build() {
   cd dunst-$pkgver


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:09:19
  Author: demize
Revision: 446682

upgpkg: matrix-synapse 0.99.2-3

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install

-+
 PKGBUILD|2 +-
 synapse.install |8 
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 12:26:37 UTC (rev 446681)
+++ PKGBUILD2019-03-31 13:09:19 UTC (rev 446682)
@@ -3,7 +3,7 @@
 
 pkgname=matrix-synapse
 pkgver=0.99.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";

Modified: synapse.install
===
--- synapse.install 2019-03-31 12:26:37 UTC (rev 446681)
+++ synapse.install 2019-03-31 13:09:19 UTC (rev 446682)
@@ -9,7 +9,7 @@
synapse user.
 
cd /var/lib/synapse
-   sudo -u synapse python2 -m synapse.app.homeserver \\
+   sudo -u synapse python -m synapse.app.homeserver \\
  --server-name my.domain.name \\
  --config-path /etc/synapse/homeserver.yaml \\
  --generate-config \\
@@ -16,9 +16,9 @@
  --report-stats=yes
 
N.B.: The default synapse config enables the webclient 
feature.
-   Unless you have python2-matrix-angular-sdk installed this 
will make
-   synapse fail to start.  Either disable it, or install
-   python2-matrix-angular-sdk.
+ You need to either disable it, install the syweb 
python package
+ from matrix-angular-sdk, or set 'web_client_location' 
to a path
+ to make synapse not try to serve it using syweb.
EOF
install -dm700 -o 198 -g 198 /var/lib/synapse
fi


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

2019-03-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, March 31, 2019 @ 13:09:24
  Author: demize
Revision: 446683

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
(from rev 446682, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 446682, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 446682, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/synapse.service
(from rev 446682, matrix-synapse/trunk/synapse.service)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 446682, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/synapse.service
  matrix-synapse/repos/community-any/sysusers-synapse.conf

-+
 0001-Bump-python_dependencies.patch |   58 +++---
 PKGBUILD|  138 +-
 synapse.install |   50 ++--
 synapse.service |   36 
 sysusers-synapse.conf   |2 
 5 files changed, 142 insertions(+), 142 deletions(-)

Deleted: 0001-Bump-python_dependencies.patch
===
--- 0001-Bump-python_dependencies.patch 2019-03-31 13:09:19 UTC (rev 446682)
+++ 0001-Bump-python_dependencies.patch 2019-03-31 13:09:24 UTC (rev 446683)
@@ -1,29 +0,0 @@
-From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Tue, 8 Jan 2019 20:09:50 +0100
-Subject: [PATCH] Bump python_dependencies
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index f71e21ff4..b49873781 100644
 a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -62,7 +62,7 @@ REQUIREMENTS = [
- "six>=1.10",
- # prometheus_client 0.4.0 changed the format of counter metrics
- # (cf https://github.com/matrix-org/synapse/issues/4001)
--"prometheus_client>=0.0.18,<0.4.0",
-+"prometheus_client>=0.0.18,<0.7.0",
- 
- # we use attr.s(slots), which arrived in 16.0.0
- # Twisted 18.7.0 requires attrs>=17.4.0
--- 
-2.21.0
-

Copied: matrix-synapse/repos/community-any/0001-Bump-python_dependencies.patch 
(from rev 446682, matrix-synapse/trunk/0001-Bump-python_dependencies.patch)
===
--- 0001-Bump-python_dependencies.patch (rev 0)
+++ 0001-Bump-python_dependencies.patch 2019-03-31 13:09:24 UTC (rev 446683)
@@ -0,0 +1,29 @@
+From c1a7db468d4dbb3958f5b480fcde760566962ba4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Tue, 8 Jan 2019 20:09:50 +0100
+Subject: [PATCH] Bump python_dependencies
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ synapse/python_dependencies.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
+index f71e21ff4..b49873781 100644
+--- a/synapse/python_dependencies.py
 b/synapse/python_dependencies.py
+@@ -62,7 +62,7 @@ REQUIREMENTS = [
+ "six>=1.10",
+ # prometheus_client 0.4.0 changed the format of counter metrics
+ # (cf https://github.com/matrix-org/synapse/issues/4001)
+-"prometheus_client>=0.0.18,<0.4.0",
++"prometheus_client>=0.0.18,<0.7.0",
+ 
+ # we use attr.s(slots), which arrived in 16.0.0
+ # Twisted 18.7.0 requires attrs>=17.4.0
+-- 
+2.21.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 13:09:19 UTC (rev 446682)
+++ PKGBUILD2019-03-31 13:09:24 UTC (rev 446683)
@@ -1,69 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.99.2
-pkgrel=2
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python-jsonschema' 'python-twisted' 'python-service-identity'
- 'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
- 'python-daemonize' 'python-bcrypt' 'python-frozendict'
- 'python-pillow' 'python-ujson'
- 'python-pysaml2' 'python-setuptools'
- 'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
- 'python-signedjson' 'python-pymacaroons'
- 'python-service-ident

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

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 12:26:55
  Author: dreisner
Revision: 349496

Update upstream URL to github

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 11:15:01 UTC (rev 349495)
+++ PKGBUILD2019-03-31 12:26:55 UTC (rev 349496)
@@ -8,7 +8,7 @@
 pkgver=${_pkgmajor}.1
 pkgrel=2
 pkgdesc="Miscellaneous system utilities for Linux"
-url="https://www.kernel.org/pub/linux/utils/util-linux/";
+url='https://github.com/karelzak/util-linux'
 arch=('x86_64')
 makedepends=('systemd' 'python' 'libcap-ng')
 license=('GPL2')


[arch-commits] Commit in lib32-util-linux/trunk (3 files)

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 12:26:37
  Author: dreisner
Revision: 446681

Drop unused patches, update upstream URL

Modified:
  lib32-util-linux/trunk/PKGBUILD
Deleted:
  lib32-util-linux/trunk/0001-fstrim-cleanup-uncludes.patch
  
lib32-util-linux/trunk/0002-libmount_include_sys_mount_h_only_if_necessary.patch

---+
 0001-fstrim-cleanup-uncludes.patch|   41 -
 0002-libmount_include_sys_mount_h_only_if_necessary.patch |   54 
 PKGBUILD  |2 
 3 files changed, 1 insertion(+), 96 deletions(-)

Deleted: 0001-fstrim-cleanup-uncludes.patch
===
--- 0001-fstrim-cleanup-uncludes.patch  2019-03-31 12:14:43 UTC (rev 446680)
+++ 0001-fstrim-cleanup-uncludes.patch  2019-03-31 12:26:37 UTC (rev 446681)
@@ -1,41 +0,0 @@
-From 43abda66869e749044c6c4fd1d106d7df9484aca Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Thu, 22 Mar 2018 13:17:10 +0100
-Subject: fstrim: cleanup includes
-
-* HAVE_SYS_FS_H is incorrect (should be HAVE_LINUX_FS_H)
-
-* linux/fs.h cannot be included together with sys/mount.h as the both
-  files define MS_* constants. The libmount.h includes sys/mount.h now.
-
-Signed-off-by: Karel Zak 

- sys-utils/fstrim.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
-index ca8cf256d..53ac594c0 100644
 a/sys-utils/fstrim.c
-+++ b/sys-utils/fstrim.c
-@@ -36,10 +36,6 @@
- #include 
- #include 
- 
--#ifdef HAVE_SYS_FS_H
--# include 
--#endif
--
- #include "nls.h"
- #include "strutils.h"
- #include "c.h"
-@@ -49,6 +45,10 @@
- 
- #include 
- 
-+
-+/* We cannot include linux/fs.h due to MS_* constants collision with
-+ * sys/mount.h (and libmount.h)
-+ */
- #ifndef FITRIM
- struct fstrim_range {
-   uint64_t start;

Deleted: 0002-libmount_include_sys_mount_h_only_if_necessary.patch
===
--- 0002-libmount_include_sys_mount_h_only_if_necessary.patch   2019-03-31 
12:14:43 UTC (rev 446680)
+++ 0002-libmount_include_sys_mount_h_only_if_necessary.patch   2019-03-31 
12:26:37 UTC (rev 446681)
@@ -1,54 +0,0 @@
-From 061d1a51097c3c025ff46173f10aa135f9a610d4 Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Thu, 22 Mar 2018 14:05:17 +0100
-Subject: libmount: include sys/mount.h only if necessary
-
-Addresses: https://github.com/systemd/systemd/issues/8507
-Signed-off-by: Karel Zak 

- libmount/src/libmount.h.in | 9 -
- sys-utils/fstrim.c | 4 +---
- 2 files changed, 9 insertions(+), 4 deletions(-)
-
-diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
-index 8f323fcbf..11fd759fa 100644
 a/libmount/src/libmount.h.in
-+++ b/libmount/src/libmount.h.in
-@@ -28,7 +28,14 @@ extern "C" {
- #include 
- #include 
- #include 
--#include 
-+
-+/* Make sure libc MS_* definitions are used by default. Note that MS_* flags
-+ * may be already defined by linux/fs.h or another file -- in this case we
-+ * don't want to include sys/mount.h at all to avoid collisions.
-+ */
-+#ifndef MS_RDONLY
-+# include 
-+#endif
- 
- #define LIBMOUNT_VERSION   "@LIBMOUNT_VERSION@"
- #define LIBMOUNT_MAJOR_VERSION   @LIBMOUNT_MAJOR_VERSION@
-diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
-index 53ac594c0..ce52063e1 100644
 a/sys-utils/fstrim.c
-+++ b/sys-utils/fstrim.c
-@@ -35,6 +35,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include "nls.h"
- #include "strutils.h"
-@@ -46,9 +47,6 @@
- #include 
- 
- 
--/* We cannot include linux/fs.h due to MS_* constants collision with
-- * sys/mount.h (and libmount.h)
-- */
- #ifndef FITRIM
- struct fstrim_range {
-   uint64_t start;

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 12:14:43 UTC (rev 446680)
+++ PKGBUILD2019-03-31 12:26:37 UTC (rev 446681)
@@ -7,7 +7,7 @@
 pkgver=${_pkgmajor}.1
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
+url='https://github.com/karelzak/util-linux'
 arch=('x86_64')
 depends=('lib32-glibc' "$_pkgbasename")
 provides=('libuuid.so' 'libblkid.so' 'libfdisk.so' 'libmount.so' 
'libsmartcols.so')


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

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 12:14:22
  Author: dreisner
Revision: 446679

upgpkg: lib32-util-linux 2.33.1-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 11:43:12 UTC (rev 446678)
+++ PKGBUILD2019-03-31 12:14:22 UTC (rev 446679)
@@ -4,7 +4,7 @@
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
 _pkgmajor=2.33
-pkgver=${_pkgmajor}
+pkgver=${_pkgmajor}.1
 pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux (32-bit)"
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284')  # Karel Zak
 
source=("https://www.kernel.org/pub/linux/utils/util-linux/v$_pkgmajor/$_pkgbasename-$pkgver.tar."{xz,sign})
-sha256sums=('f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a'
+sha256sums=('c14bd9f3b6e1792b90db87696e87ec643f9d63efa0a424f092a5a6b2f2dbef21'
 'SKIP')
 
 build() {


[arch-commits] Commit in lib32-util-linux/repos/multilib-x86_64 (6 files)

2019-03-31 Thread Dave Reisner via arch-commits
Date: Sunday, March 31, 2019 @ 12:14:43
  Author: dreisner
Revision: 446680

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/0001-fstrim-cleanup-uncludes.patch
(from rev 446679, lib32-util-linux/trunk/0001-fstrim-cleanup-uncludes.patch)
  
lib32-util-linux/repos/multilib-x86_64/0002-libmount_include_sys_mount_h_only_if_necessary.patch
(from rev 446679, 
lib32-util-linux/trunk/0002-libmount_include_sys_mount_h_only_if_necessary.patch)
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 446679, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/0001-fstrim-cleanup-uncludes.patch
  
lib32-util-linux/repos/multilib-x86_64/0002-libmount_include_sys_mount_h_only_if_necessary.patch
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

---+
 0001-fstrim-cleanup-uncludes.patch|   82 -
 0002-libmount_include_sys_mount_h_only_if_necessary.patch |  108 ++--
 PKGBUILD  |   76 
 3 files changed, 133 insertions(+), 133 deletions(-)

Deleted: 0001-fstrim-cleanup-uncludes.patch
===
--- 0001-fstrim-cleanup-uncludes.patch  2019-03-31 12:14:22 UTC (rev 446679)
+++ 0001-fstrim-cleanup-uncludes.patch  2019-03-31 12:14:43 UTC (rev 446680)
@@ -1,41 +0,0 @@
-From 43abda66869e749044c6c4fd1d106d7df9484aca Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Thu, 22 Mar 2018 13:17:10 +0100
-Subject: fstrim: cleanup includes
-
-* HAVE_SYS_FS_H is incorrect (should be HAVE_LINUX_FS_H)
-
-* linux/fs.h cannot be included together with sys/mount.h as the both
-  files define MS_* constants. The libmount.h includes sys/mount.h now.
-
-Signed-off-by: Karel Zak 

- sys-utils/fstrim.c | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
-index ca8cf256d..53ac594c0 100644
 a/sys-utils/fstrim.c
-+++ b/sys-utils/fstrim.c
-@@ -36,10 +36,6 @@
- #include 
- #include 
- 
--#ifdef HAVE_SYS_FS_H
--# include 
--#endif
--
- #include "nls.h"
- #include "strutils.h"
- #include "c.h"
-@@ -49,6 +45,10 @@
- 
- #include 
- 
-+
-+/* We cannot include linux/fs.h due to MS_* constants collision with
-+ * sys/mount.h (and libmount.h)
-+ */
- #ifndef FITRIM
- struct fstrim_range {
-   uint64_t start;

Copied: 
lib32-util-linux/repos/multilib-x86_64/0001-fstrim-cleanup-uncludes.patch (from 
rev 446679, lib32-util-linux/trunk/0001-fstrim-cleanup-uncludes.patch)
===
--- 0001-fstrim-cleanup-uncludes.patch  (rev 0)
+++ 0001-fstrim-cleanup-uncludes.patch  2019-03-31 12:14:43 UTC (rev 446680)
@@ -0,0 +1,41 @@
+From 43abda66869e749044c6c4fd1d106d7df9484aca Mon Sep 17 00:00:00 2001
+From: Karel Zak 
+Date: Thu, 22 Mar 2018 13:17:10 +0100
+Subject: fstrim: cleanup includes
+
+* HAVE_SYS_FS_H is incorrect (should be HAVE_LINUX_FS_H)
+
+* linux/fs.h cannot be included together with sys/mount.h as the both
+  files define MS_* constants. The libmount.h includes sys/mount.h now.
+
+Signed-off-by: Karel Zak 
+---
+ sys-utils/fstrim.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
+index ca8cf256d..53ac594c0 100644
+--- a/sys-utils/fstrim.c
 b/sys-utils/fstrim.c
+@@ -36,10 +36,6 @@
+ #include 
+ #include 
+ 
+-#ifdef HAVE_SYS_FS_H
+-# include 
+-#endif
+-
+ #include "nls.h"
+ #include "strutils.h"
+ #include "c.h"
+@@ -49,6 +45,10 @@
+ 
+ #include 
+ 
++
++/* We cannot include linux/fs.h due to MS_* constants collision with
++ * sys/mount.h (and libmount.h)
++ */
+ #ifndef FITRIM
+ struct fstrim_range {
+   uint64_t start;

Deleted: 0002-libmount_include_sys_mount_h_only_if_necessary.patch
===
--- 0002-libmount_include_sys_mount_h_only_if_necessary.patch   2019-03-31 
12:14:22 UTC (rev 446679)
+++ 0002-libmount_include_sys_mount_h_only_if_necessary.patch   2019-03-31 
12:14:43 UTC (rev 446680)
@@ -1,54 +0,0 @@
-From 061d1a51097c3c025ff46173f10aa135f9a610d4 Mon Sep 17 00:00:00 2001
-From: Karel Zak 
-Date: Thu, 22 Mar 2018 14:05:17 +0100
-Subject: libmount: include sys/mount.h only if necessary
-
-Addresses: https://github.com/systemd/systemd/issues/8507
-Signed-off-by: Karel Zak 

- libmount/src/libmount.h.in | 9 -
- sys-utils/fstrim.c | 4 +---
- 2 files changed, 9 insertions(+), 4 deletions(-)
-
-diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in
-index 8f323fcbf..11fd759fa 100644
 a/libmount/src/libmount.h.in
-+++ b/libmount/src/libmount.h.in
-@@ -28,7 +28,14 @@ extern "C" {
- #include 
- #include 
- #include 
--#include 
-+
-+/* Make sure libc MS_* definitions are used by default. Note that MS_* flags
-+ * may be already define

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

2019-03-31 Thread Ike Devolder via arch-commits
Date: Sunday, March 31, 2019 @ 11:43:12
  Author: idevolder
Revision: 446678

archrelease: copy trunk to community-x86_64

Added:
  qcad/repos/community-x86_64/PKGBUILD
(from rev 446677, qcad/trunk/PKGBUILD)
Deleted:
  qcad/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 11:43:04 UTC (rev 446677)
+++ PKGBUILD2019-03-31 11:43:12 UTC (rev 446678)
@@ -1,91 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefan Husmann 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-
-pkgname=qcad
-pkgver=3.22.0.5
-pkgrel=1
-pkgdesc='A 2D CAD package based upon Qt'
-arch=('x86_64')
-url="https://www.qcad.org";
-license=('GPL3')
-depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
-makedepends=('glu')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
-sha512sums=('19c4da686186694bb6d0a3bb1f05fabfbddd58ecf1f440c701855a03910794c4567e4563b820380551ff582be1c6de18859c6b3e2786810dbdfcc76f7c1216b9')
-
-prepare() {
-  rm *.tar.gz
-  cd qcad-$pkgver
-  sed -e 's|$${QT_VERSION}|5.5.0|g' \
-  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
-}
-
-build() {
-  cd qcad-$pkgver
-  qmake-qt5 qcad.pro
-  make
-}
-
-package() {
-  cd qcad-$pkgver
-
-  # remove project files
-  find . \( -name '*.pri' -or -name '.pro' -or -name '*.ts' \) -delete
-  find . \( -name 'Makefile' -name '.gitignore' \) -delete
-
-  install -dm755 "$pkgdir"/usr/lib/qcad
-  cp -r examples fonts libraries linetypes patterns scripts themes ts \
-  "$pkgdir"/usr/lib/qcad
-  cp release/{*.so,qcad-bin} "$pkgdir"/usr/lib/qcad
-
-  # install man
-  install -Dm644 qcad.1 "$pkgdir"/usr/share/man/man1/qcad.1
-
-  # readme
-  install -Dm644 readme.txt "$pkgdir"/usr/lib/qcad/readme.txt
-
-  # qt
-  cp -r plugins platforminputcontexts platforms xcbglintegrations \
-  "$pkgdir"/usr/lib/qcad
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/plugins/{designer,imageformats,printsupport,sqldrivers}
-  #for sofiles in /usr/lib/qt/plugins/designer/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/plugins/designer/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/imageformats/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/imageformats/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/printsupport/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/printsupport/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/sqldrivers/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/plugins/sqldrivers/${sofiles##/*/}
-  #done
-  #install -dm755 
"$pkgdir"/usr/lib/qcad/{platforminputcontexts,platforms,xcbglintegrations}
-  #for sofiles in /usr/lib/qt/plugins/platforminputcontexts/*.so
-  #do
-#ln -sf ${sofiles} 
"$pkgdir"/usr/lib/qcad/platforminputcontexts/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/platforms/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/platforms/${sofiles##/*/}
-  #done
-  #for sofiles in /usr/lib/qt/plugins/xcbglintegrations/*.so
-  #do
-#ln -sf ${sofiles} "$pkgdir"/usr/lib/qcad/xcbglintegrations/${sofiles##/*/}
-  #done
-
-  install -Dm644 scripts/qcad_icon.png 
"$pkgdir"/usr/share/pixmaps/qcad_icon.png
-  install -Dm644 qcad.desktop "$pkgdir"/usr/share/applications/qcad.desktop
-
-  install -dm755 "$pkgdir"/usr/bin
-  echo -e 
'#!/bin/sh\nLD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/usr/lib/qcad"
 exec /usr/lib/qcad/qcad-bin "$@"' >"$pkgdir"/usr/bin/qcad
-
-  chmod 0755 "$pkgdir"/usr/bin/qcad
-}

Copied: qcad/repos/community-x86_64/PKGBUILD (from rev 446677, 
qcad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 11:43:12 UTC (rev 446678)
@@ -0,0 +1,91 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefan Husmann 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+
+pkgname=qcad
+pkgver=3.22.0.5
+pkgrel=2
+pkgdesc='A 2D CAD package based upon Qt'
+arch=('x86_64')
+url="https://www.qcad.org";
+license=('GPL3')
+depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
+makedepends=('glu')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
+sha512sums=('18e979bf17d01006e1ac4e385e6a6cb298cbfba797240ffdbff414b9f04e85e453ba1b3776b5cbb045cbba087bd3384f6ecda3aab783da9825c7030167c82f0d')
+
+prepare() {
+  rm *.tar.gz
+  cd qcad-$pkgver
+  sed -e 's|$${QT_VERSION}|5.5.0|g' \
+  -i src/3rdparty/3rdparty.pro # Don't require specific Qt version
+}
+
+build() {
+  cd qcad-$pkgver
+  qmake-qt5 qcad.pro
+  make
+}
+
+package() {
+  cd qca

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

2019-03-31 Thread Ike Devolder via arch-commits
Date: Sunday, March 31, 2019 @ 11:42:42
  Author: idevolder
Revision: 446676

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  128 ++--
 doublecmd.install |   68 +--
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 11:42:35 UTC (rev 446675)
+++ PKGBUILD2019-03-31 11:42:42 UTC (rev 446676)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.1
-pkgrel=1
-url="http://doublecmd.sourceforge.net/";
-arch=('x86_64')
-license=('GPL')
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt5pas' 'gtk2')
-optdepends=(
-'lua: scripting'
-'unzip: support extracting zip archives'
-'zip: suport packing zip archives'
-'p7zip: support for 7zip archives'
-'libunrar: support for rar archives'
-)
-source=(
-
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
-)
-sha512sums=('6afa6d1c3a86de27581e9681787f7d07d7dc08aebe246605136a71641f1c520099a38dc64b112676a6843b91e526dbe23f356650af4adb2ec3586a41b604b0fa')
-
-prepare() {
-cp -a /usr/lib/lazarus ./
-
-cd "$pkgbase-$pkgver"
-sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
-
-cd "$srcdir"
-
-cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
-}
-
-build() {
-msg2 'build gtk'
-cd "$srcdir/$pkgbase-gtk"
-./build.sh beta gtk2
-
-msg2 'build qt5'
-cd "$srcdir/$pkgbase-qt5"
-./build.sh beta qt5
-}
-
-package_doublecmd-gtk2() {
-pkgdesc="twin-panel (commander-style) file manager (GTK2)"
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-qt5')
-cd "$srcdir/$pkgbase-gtk"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}
-
-package_doublecmd-qt5() {
-pkgdesc="twin-panel (commander-style) file manager (Qt5)"
-depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-gtk2')
-replaces=('doublecmd-qt' 'doublecmd-qt4')
-cd "$srcdir/$pkgbase-qt5"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}

Copied: doublecmd/repos/community-x86_64/PKGBUILD (from rev 446675, 
doublecmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 11:42:42 UTC (rev 446676)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
+pkgver=0.9.2
+pkgrel=1
+url="http://doublecmd.sourceforge.net/";
+arch=('x86_64')
+license=('GPL')
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt5pas' 'gtk2')
+optdepends=(
+'lua: scripting'
+'unzip: support extracting zip archives'
+'zip: suport packing zip archives'
+'p7zip: support for 7zip archives'
+'libunrar: support for rar archives'
+)
+source=(
+
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
+)
+sha512sums=('07c8c4c73a390bbf98deea3df446f8de0741723dbd2201f473a2c6d20c2c1182ea3a380e7acf6b5a279cc2f3510b6336d8b1a20c8a3c43d413fe6f33021651dc')
+
+prepare() {
+cp -a /usr/lib/lazarus ./
+
+cd "$pkgbase-$pkgver"
+sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
+sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
+
+cd "$srcdir"
+
+cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
+cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
+}
+
+build() {
+msg2 'build gtk'
+cd "$srcdir/$pkgbase-gtk"
+./build.sh beta gtk2
+
+msg2 'build qt5'
+cd "$srcdir/$pkgbase-qt5"
+./build.sh beta qt5
+}
+
+package_doublecmd-gtk2() {
+pkgdesc="twin-panel (commander-style) file manager (GTK2)"
+depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-qt5')
+cd "$srcdir/$pkgbase-gtk"
+./install/linux/install.sh --install-prefix="$pkgdir"
+}
+
+package_doublecmd-qt5() {
+pkgdesc="twin-panel (commander-style) file manager (Qt5)"
+depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-gtk2')
+replaces=('do

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

2019-03-31 Thread Ike Devolder via arch-commits
Date: Sunday, March 31, 2019 @ 11:43:04
  Author: idevolder
Revision: 446677

upgpkg: qcad 3.22.0.5-2

Modified:
  qcad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 11:42:42 UTC (rev 446676)
+++ PKGBUILD2019-03-31 11:43:04 UTC (rev 446677)
@@ -6,7 +6,7 @@
 
 pkgname=qcad
 pkgver=3.22.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
 url="https://www.qcad.org";
@@ -14,7 +14,7 @@
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools')
 makedepends=('glu')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz";)
-sha512sums=('19c4da686186694bb6d0a3bb1f05fabfbddd58ecf1f440c701855a03910794c4567e4563b820380551ff582be1c6de18859c6b3e2786810dbdfcc76f7c1216b9')
+sha512sums=('18e979bf17d01006e1ac4e385e6a6cb298cbfba797240ffdbff414b9f04e85e453ba1b3776b5cbb045cbba087bd3384f6ecda3aab783da9825c7030167c82f0d')
 
 prepare() {
   rm *.tar.gz


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

2019-03-31 Thread Ike Devolder via arch-commits
Date: Sunday, March 31, 2019 @ 11:42:35
  Author: idevolder
Revision: 446675

upgpkg: doublecmd 0.9.2-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 11:32:26 UTC (rev 446674)
+++ PKGBUILD2019-03-31 11:42:35 UTC (rev 446675)
@@ -4,7 +4,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 url="http://doublecmd.sourceforge.net/";
 arch=('x86_64')
@@ -21,7 +21,7 @@
 source=(
 
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";
 )
-sha512sums=('6afa6d1c3a86de27581e9681787f7d07d7dc08aebe246605136a71641f1c520099a38dc64b112676a6843b91e526dbe23f356650af4adb2ec3586a41b604b0fa')
+sha512sums=('07c8c4c73a390bbf98deea3df446f8de0741723dbd2201f473a2c6d20c2c1182ea3a380e7acf6b5a279cc2f3510b6336d8b1a20c8a3c43d413fe6f33021651dc')
 
 prepare() {
 cp -a /usr/lib/lazarus ./


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 11:32:26
  Author: arojas
Revision: 446674

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 11:32:05 UTC (rev 446673)
+++ PKGBUILD2019-03-31 11:32:26 UTC (rev 446674)
@@ -1,53 +0,0 @@
-# Maintainer: Florian Pritz 
-# Maintainer: Felix Yan 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.6.6
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="https://gnutls.org/";
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('bb9acab8af2ac430edf45f4ed2c51f86e57cb57689be6701aceef4732ca7'
-'SKIP')
-validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${_pkgbasename}-${pkgver}
-
-  # disable libidn for security reasons:
-  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
---with-zlib \
---with-included-unistring \
---disable-static \
---disable-guile \
---disable-valgrind-tests
-  make
-}
-
-check() {
-  cd ${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 446673, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 11:32:26 UTC (rev 446674)
@@ -0,0 +1,53 @@
+# Maintainer: Florian Pritz 
+# Maintainer: Felix Yan 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.6.7
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="https://gnutls.org/";
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+sha256sums=('5b3409ad5aaf239808730d1ee12fdcd148c0be00262c7edf157af655a8a188e2'
+'SKIP')
+validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgbasename}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --build=i686-pc-linux-gnu \
+--with-zlib \
+--with-included-unistring \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests
+  make
+}
+
+check() {
+  cd ${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 11:32:05
  Author: arojas
Revision: 446673

Update to 3.6.7

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:45:00 UTC (rev 446672)
+++ PKGBUILD2019-03-31 11:32:05 UTC (rev 446673)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.6.6
+pkgver=3.6.7
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
'lib32-libidn' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-sha256sums=('bb9acab8af2ac430edf45f4ed2c51f86e57cb57689be6701aceef4732ca7'
+sha256sums=('5b3409ad5aaf239808730d1ee12fdcd148c0be00262c7edf157af655a8a188e2'
 'SKIP')
 validpgpkeys=(1F42418905D8206AA754CCDC29EE58B996865171)
 


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 11:14:40
  Author: arojas
Revision: 349494

Update to 4.05

Modified:
  quota-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:25:55 UTC (rev 349493)
+++ PKGBUILD2019-03-31 11:14:40 UTC (rev 349494)
@@ -1,32 +1,32 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=quota-tools
-pkgver=4.04
-pkgrel=2
+pkgver=4.05
+pkgrel=1
 epoch=1
 pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('x86_64')
+arch=(x86_64)
 url="http://sourceforge.net/projects/linuxquota/";
-license=('GPL' 'BSD')
+license=(GPL BSD)
 depends=(libnl dbus libtirpc)
 makedepends=(rpcsvc-proto)
+options=(!emptydirs)
 backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('38e6cc7538d504891a8454bbdabef058bd1adc11')
+source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-$pkgver.tar.gz)
+sha1sums=('d23711f3b204e0a86b8378c32545c95fb149168d')
 
 build() {
   cd quota-$pkgver
-  CFLAGS+=" -I/usr/include/tirpc/" ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
   cd quota-$pkgver
-  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  make DESTDIR="$pkgdir" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -33 quota.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
 # remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
+  rm "$pkgdir"/usr/include/rpcsvc/rquota.{h,x}
 }


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 11:15:01
  Author: arojas
Revision: 349495

archrelease: copy trunk to extra-x86_64

Added:
  quota-tools/repos/extra-x86_64/PKGBUILD
(from rev 349494, quota-tools/trunk/PKGBUILD)
Deleted:
  quota-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 11:14:40 UTC (rev 349494)
+++ PKGBUILD2019-03-31 11:15:01 UTC (rev 349495)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=quota-tools
-pkgver=4.04
-pkgrel=2
-epoch=1
-pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=('x86_64')
-url="http://sourceforge.net/projects/linuxquota/";
-license=('GPL' 'BSD')
-depends=(libnl dbus libtirpc)
-makedepends=(rpcsvc-proto)
-backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-${pkgver}.tar.gz)
-sha1sums=('38e6cc7538d504891a8454bbdabef058bd1adc11')
-
-build() {
-  cd quota-$pkgver
-  CFLAGS+=" -I/usr/include/tirpc/" ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd quota-$pkgver
-  make DESTDIR="${pkgdir}" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# remove conflicts with glibc
-  rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
-}

Copied: quota-tools/repos/extra-x86_64/PKGBUILD (from rev 349494, 
quota-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 11:15:01 UTC (rev 349495)
@@ -0,0 +1,32 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=quota-tools
+pkgver=4.05
+pkgrel=1
+epoch=1
+pkgdesc="Tools to manage kernel-level quotas in Linux"
+arch=(x86_64)
+url="http://sourceforge.net/projects/linuxquota/";
+license=(GPL BSD)
+depends=(libnl dbus libtirpc)
+makedepends=(rpcsvc-proto)
+options=(!emptydirs)
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-$pkgver.tar.gz)
+sha1sums=('d23711f3b204e0a86b8378c32545c95fb149168d')
+
+build() {
+  cd quota-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd quota-$pkgver
+  make DESTDIR="$pkgdir" sbindir=/usr/bin root_sbindir=/usr/bin STRIP="" 
install
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  head -33 quota.c > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+# remove conflicts with glibc
+  rm "$pkgdir"/usr/include/rpcsvc/rquota.{h,x}
+}


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 10:45:00
  Author: arojas
Revision: 446672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 10:44:38 UTC (rev 446671)
+++ PKGBUILD2019-03-31 10:45:00 UTC (rev 446672)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgbase=python-pkgconfig
-pkgname=(python2-pkgconfig python-pkgconfig)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Python module to interface with the pkg-config command line tool"
-arch=(any)
-url="https://github.com/matze/pkgconfig";
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
-sha256sums=('38c5de8392f4acfe7f36b25d113c496d68f534e983afdbd0ba7240c8c475b161')
-
-package_python2-pkgconfig() {
-  depends=(python2)
-  cd pkgconfig-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pkgconfig() {
-  depends=(python)
-  cd pkgconfig-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pkgconfig/repos/community-any/PKGBUILD (from rev 446671, 
python-pkgconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-31 10:45:00 UTC (rev 446672)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=python-pkgconfig
+pkgname=(python2-pkgconfig python-pkgconfig)
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Python module to interface with the pkg-config command line tool"
+arch=(any)
+url="https://github.com/matze/pkgconfig";
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools poetry)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
+sha256sums=('05c0735821964dfc6814c2926e293afa2b1c55d3fdb93882a3ec7f4e6dad32c3')
+
+prepare() {
+  cd pkgconfig-$pkgver
+  poetry build
+  tar -xzf dist/pkgconfig-$pkgver.tar.gz
+}
+
+package_python2-pkgconfig() {
+  depends=(python2)
+  cd pkgconfig-$pkgver/pkgconfig-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pkgconfig() {
+  depends=(python)
+  cd pkgconfig-$pkgver/pkgconfig-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 10:44:38
  Author: arojas
Revision: 446671

Update to 1.5.0

Modified:
  python-pkgconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:31:52 UTC (rev 446670)
+++ PKGBUILD2019-03-31 10:44:38 UTC (rev 446671)
@@ -2,19 +2,25 @@
 
 pkgbase=python-pkgconfig
 pkgname=(python2-pkgconfig python-pkgconfig)
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Python module to interface with the pkg-config command line tool"
 arch=(any)
 url="https://github.com/matze/pkgconfig";
 license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
+makedepends=(python-setuptools python2-setuptools poetry)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/matze/pkgconfig/archive/v$pkgver.tar.gz";)
-sha256sums=('38c5de8392f4acfe7f36b25d113c496d68f534e983afdbd0ba7240c8c475b161')
+sha256sums=('05c0735821964dfc6814c2926e293afa2b1c55d3fdb93882a3ec7f4e6dad32c3')
 
+prepare() {
+  cd pkgconfig-$pkgver
+  poetry build
+  tar -xzf dist/pkgconfig-$pkgver.tar.gz
+}
+
 package_python2-pkgconfig() {
   depends=(python2)
-  cd pkgconfig-$pkgver
+  cd pkgconfig-$pkgver/pkgconfig-$pkgver
 
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
@@ -22,7 +28,7 @@
 
 package_python-pkgconfig() {
   depends=(python)
-  cd pkgconfig-$pkgver
+  cd pkgconfig-$pkgver/pkgconfig-$pkgver
   
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 10:31:52
  Author: arojas
Revision: 446670

archrelease: copy trunk to community-x86_64

Added:
  boinc/repos/community-x86_64/PKGBUILD
(from rev 446669, boinc/trunk/PKGBUILD)
  boinc/repos/community-x86_64/boinc.bash
(from rev 446669, boinc/trunk/boinc.bash)
  boinc/repos/community-x86_64/boinc.desktop
(from rev 446669, boinc/trunk/boinc.desktop)
  boinc/repos/community-x86_64/boinc.install
(from rev 446669, boinc/trunk/boinc.install)
  boinc/repos/community-x86_64/boinc.sysusers
(from rev 446669, boinc/trunk/boinc.sysusers)
Deleted:
  boinc/repos/community-x86_64/PKGBUILD
  boinc/repos/community-x86_64/boinc.bash
  boinc/repos/community-x86_64/boinc.desktop
  boinc/repos/community-x86_64/boinc.install
  boinc/repos/community-x86_64/boinc.sysusers

+
 PKGBUILD   |  250 +++
 boinc.bash |  198 +--
 boinc.desktop  |   32 +++
 boinc.install  |   30 +++---
 boinc.sysusers |4 
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-31 10:31:25 UTC (rev 446669)
+++ PKGBUILD2019-03-31 10:31:52 UTC (rev 446670)
@@ -1,125 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Michal Krenek 
-
-pkgbase=boinc
-pkgname=(boinc boinc-nox)
-pkgver=7.12.1
-_tag="client_release/7.12/$pkgver"
-pkgrel=2
-arch=('x86_64')
-url="http://boinc.berkeley.edu/";
-license=('LGPL')
-makedepends=('curl' 'freeglut' 'glu' 'inetutils' 'libnotify' 'libnsl' 'libxmu' 
'libxslt' 'libxss'
- 'mesa' 'perl-xml-sax' 'sqlite3' 'webkit2gtk' 'wxgtk3')
-install=$pkgbase.install
-options=('!staticlibs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/BOINC/boinc/archive/$_tag.tar.gz";
-boinc.bash
-boinc.desktop
-boinc.sysusers
-
boinc-wxgtk-3.1.patch::"https://github.com/BOINC/boinc/commit/fbed9f32.patch";)
-sha512sums=('7e96a3f7929c153b0001d0b0d2f626256bde9278e56fe9d10985292bd38646ac8a7ff572b8757a3f72cd8481fd893deb111a8c7a572beaec2881dd354651564c'
-
'dec4bb6e571c2d99e1f57295149399eee03a8ec41b07ec3f7f197b910d246dcd6a5eb880301c9cd3a039d8c5aa6b07babf6ab4cae5f242c419c8cd71f56b90f5'
-
'b3fcd703a6f683d246242543c2f7b5fcfe403cb95b7786f1418b24c3dfb7c54c6b8c4816c0e9ae56b5ee4e4cae63f153ec522b04bf02f4f835dd90ac0e0ae204'
-
'85804d7e6b7e07f06e93e8c42507f5cd0b9415257d6ac7421603a2b6084699d847ae9720c1cf9e9793b750dfb768375116843b988b287ee7c66c1374e18f7934'
-
'd64c727904efb183b6f082aa5b5a3982595053ca3e9086344b04363aefc45e20869744d595e9400b2d88d183715d27b040247071cf948daa2d7750deb5e4038f')
-
-prepare() {
-  mv boinc-client_release-*-$pkgver $pkgbase-$pkgver
-
-  cd $pkgbase-$pkgver
-
-  patch -p1 -i ../boinc-wxgtk-3.1.patch # Fix build with wxgtk 3.1
-  cp -r "$srcdir"/$pkgbase-$pkgver{,-nox}
-
-  ./_autosetup
-
-  # Prepare boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  # Don't force xss
-  sed -i 's/^  enable_xss="yes"$/  enable_xss="no"/' configure.ac
-  ./_autosetup
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  LDFLAGS='-lX11' ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---enable-manager \
---disable-static \
---disable-server \
---with-ssl \
---with-x \
---with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config-gtk3)
-  make
-
-  # Build boinc-nox
-  cd "$srcdir"/$pkgbase-$pkgver-nox
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-libraries \
---enable-unicode \
---enable-shared \
---enable-dynamic-client-linkage \
---enable-client \
---disable-server \
---disable-static \
---disable-manager \
---with-ssl \
---without-wxdir \
---without-x
-  make
-}
-
-package_boinc() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop"
-  depends=('curl' 'libnotify' 'libnsl' 'libxss' 'sqlite3' 'webkit2gtk' 
'wxgtk3')
-
-  cd $pkgbase-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  #install sysusers conf
-  install -Dm644 "${srcdir}/$pkgbase.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgbase.conf"
-
-  #install bash-completion
-  install -Dm644 "${srcdir}/$pkgbase.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgbase"
-
-  #install .desktop File
-  install -Dm644 "${srcdir}/$pkgbase.desktop" 
"${pkgdir}/usr/share/applications/$pkgbase.desktop"
-
-  #install icons
-  install -Dm644 
"${srcdir}/$pkgbase-$pkgver/packages/generic/sea/boincmgr.48x48.png" 
"${pkgdir}/usr/share/pixmaps/$pkgbase.png"
-
-  #remove initscripts stuff
-  rm -rf "$pkgdir/etc"
-}
-
-package_boinc-nox() {
-  pkgdesc="Berkeley Open Infrastructure for Network Computing for desktop 
w

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

2019-03-31 Thread Antonio Rojas via arch-commits
Date: Sunday, March 31, 2019 @ 10:31:25
  Author: arojas
Revision: 446669

Rebuild to fix missing package

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:27:53 UTC (rev 446668)
+++ PKGBUILD2019-03-31 10:31:25 UTC (rev 446669)
@@ -6,7 +6,7 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.12.1
 _tag="client_release/7.12/$pkgver"
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://boinc.berkeley.edu/";
 license=('LGPL')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 10:27:53
  Author: felixonmars
Revision: 446668

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 10:27:40
  Author: felixonmars
Revision: 446667

upgpkg: xmonad-utils 0.1.3.3-15

rebuild with dlist 0.8.0.6

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:26:39 UTC (rev 44)
+++ PKGBUILD2019-03-31 10:27:40 UTC (rev 446667)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=14
+pkgrel=15
 pkgdesc='Small collection of X utilities'
 url='http://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')


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

2019-03-31 Thread Felix Yan via arch-commits
Date: Sunday, March 31, 2019 @ 10:26:27
  Author: felixonmars
Revision: 446665

upgpkg: xmonad-contrib 0.15-7

rebuild with dlist 0.8.0.6

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-31 10:24:43 UTC (rev 446664)
+++ PKGBUILD2019-03-31 10:26:27 UTC (rev 446665)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.15
-pkgrel=6
+pkgrel=7
 pkgdesc='Add-ons for xmonad'
 url='http://xmonad.org/'
 arch=('x86_64')


  1   2   3   >