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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 06:38:27
  Author: alucryd
Revision: 429622

upgpkg: lib32-gtk3 3.24.5-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 06:21:59 UTC (rev 429621)
+++ PKGBUILD2019-02-05 06:38:27 UTC (rev 429622)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
 arch=(x86_64)


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 06:38:36
  Author: alucryd
Revision: 429623

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 429622, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 429622, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 429622, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  192 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 06:38:27 UTC (rev 429622)
+++ PKGBUILD2019-02-05 06:38:36 UTC (rev 429623)
@@ -1,96 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.4
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
-arch=(x86_64)
-license=(LGPL)
-url='http://www.gtk.org/'
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install='lib32-gtk3.install'
-source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=('SKIP'
-'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-
-  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX='/bin/false'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 429622, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 06:38:36 UTC (rev 429623)
@@ -0,0 +1,96 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.5
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+arch=(x86_64)
+license=(LGPL)
+url='http://www.gtk.org/'
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install='lib32-gtk3.install'
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=('SKIP'
+'4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+
+pkgver() {
+  cd gtk
+
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtk
+
+  git cherry-pick -n 2905fc861acda3d134a198e56ef2f6c962ad3061
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX='/bin/false'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--sysconfdir='/etc' \
+--libdir='/usr/lib32' \
+--localstatedir='/var' \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' 

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

2019-02-04 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 5, 2019 @ 06:21:17
  Author: farseerfc
Revision: 429620

upgpkg: pdfpc 4.3.2-1

pdfpc 4.3.2

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 05:41:05 UTC (rev 429619)
+++ PKGBUILD2019-02-05 06:21:17 UTC (rev 429620)
@@ -2,8 +2,8 @@
 # Contributor: Andreas Bilke 
 
 pkgname=pdfpc
-pkgver=4.3.1
-_pkgver=${pkgver}_0
+pkgver=4.3.2
+_pkgver=${pkgver}
 pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'vala')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
 
-sha256sums=('45c9c81aad40d108bc4b55a98ca16c4161685fb7d6f738dc4d13150565000587')
+sha256sums=('44b487ea207bac88364e136570d4d4baaec08cfd1388e3477fb52a36b6c57f29')
 
 #prepare() {
 #cd "$srcdir/$pkgname-$_pkgver"


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

2019-02-04 Thread Jiachen Yang via arch-commits
Date: Tuesday, February 5, 2019 @ 06:21:59
  Author: farseerfc
Revision: 429621

archrelease: copy trunk to community-x86_64

Added:
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 429620, pdfpc/trunk/PKGBUILD)
Deleted:
  pdfpc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 06:21:17 UTC (rev 429620)
+++ PKGBUILD2019-02-05 06:21:59 UTC (rev 429621)
@@ -1,35 +0,0 @@
-# Maintainer: Jiachen Yang 
-# Contributor: Andreas Bilke 
-
-pkgname=pdfpc
-pkgver=4.3.1
-_pkgver=${pkgver}_0
-pkgrel=1
-pkgdesc='A presenter console with multi-monitor support for PDF files'
-arch=('x86_64')
-url='https://pdfpc.github.io/'
-license=('GPL')
-depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
-optdepends=('gst-plugins-good: more codecs for video playback support'
-'gst-libav: more codecs for video playback support')
-makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
-
-sha256sums=('45c9c81aad40d108bc4b55a98ca16c4161685fb7d6f738dc4d13150565000587')
-
-#prepare() {
-#cd "$srcdir/$pkgname-$_pkgver"
-#}
-
-build() {
-cd "$srcdir/$pkgname-$_pkgver"
-cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$_pkgver"
-make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 429620, 
pdfpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 06:21:59 UTC (rev 429621)
@@ -0,0 +1,35 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.3.2
+_pkgver=${pkgver}
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support'
+'gst-libav: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz;)
+
+sha256sums=('44b487ea207bac88364e136570d4d4baaec08cfd1388e3477fb52a36b6c57f29')
+
+#prepare() {
+#cd "$srcdir/$pkgname-$_pkgver"
+#}
+
+build() {
+cd "$srcdir/$pkgname-$_pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$_pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 5, 2019 @ 05:41:05
  Author: anatolik
Revision: 429619

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk3/repos/community-x86_64/
  ruby-gdk3/repos/community-x86_64/PKGBUILD
(from rev 429618, ruby-gdk3/trunk/PKGBUILD)

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

Copied: ruby-gdk3/repos/community-x86_64/PKGBUILD (from rev 429618, 
ruby-gdk3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-05 05:41:05 UTC (rev 429619)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk3
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
+makedepends=(ruby-native-package-installer rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('f91cf18c18e90f1629a6da5a8f1b7a8dd3ac7dae')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in (4 files)

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Tuesday, February 5, 2019 @ 05:39:33
  Author: anatolik
Revision: 429618

Add ruby-gdk3

Added:
  ruby-gdk3/
  ruby-gdk3/repos/
  ruby-gdk3/trunk/
  ruby-gdk3/trunk/PKGBUILD

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

Added: ruby-gdk3/trunk/PKGBUILD
===
--- ruby-gdk3/trunk/PKGBUILD(rev 0)
+++ ruby-gdk3/trunk/PKGBUILD2019-02-05 05:39:33 UTC (rev 429618)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk3
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
+makedepends=(ruby-native-package-installer rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('f91cf18c18e90f1629a6da5a8f1b7a8dd3ac7dae')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


Property changes on: ruby-gdk3/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Tuesday, February 5, 2019 @ 05:21:53
  Author: heftig
Revision: 345275

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 05:21:29 UTC (rev 345274)
+++ PKGBUILD2019-02-05 05:21:53 UTC (rev 345275)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-url="https://wiki.gnome.org/Apps/Chess;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-_commit=cd4c89e51969051b2ceab2b3a1d61d0fcc9a0943  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 345274, 
gnome-chess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 05:21:53 UTC (rev 345275)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=6840646b5b9437e00f81e306f2d86b7deb34074c  # tags/3.30.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D b_pie=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Tuesday, February 5, 2019 @ 05:21:25
  Author: heftig
Revision: 345273

3.30.3-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 22:38:58 UTC (rev 345272)
+++ PKGBUILD2019-02-05 05:21:25 UTC (rev 345273)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.30.2
-pkgrel=2
+pkgver=3.30.3
+pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=104c003f5da64346de8199c86ada6a104d7869c1  # tags/3.30.2^0
+_commit=0777a3db37a3c8520740448bf50f620a94a8e551  # tags/3.30.3^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Tuesday, February 5, 2019 @ 05:21:53
  Author: heftig
Revision: 345276

archrelease: copy trunk to extra-x86_64

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

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

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

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


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Tuesday, February 5, 2019 @ 05:21:29
  Author: heftig
Revision: 345274

3.30.1-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 05:21:25 UTC (rev 345273)
+++ PKGBUILD2019-02-05 05:21:29 UTC (rev 345274)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=cd4c89e51969051b2ceab2b3a1d61d0fcc9a0943  # tags/3.30.0^0
+_commit=6840646b5b9437e00f81e306f2d86b7deb34074c  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D b_pie=false
   ninja -C build
 }
 


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:52:47
  Author: felixonmars
Revision: 429617

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 02:52:29 UTC (rev 429616)
+++ PKGBUILD2019-02-05 02:52:47 UTC (rev 429617)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('ac71f2ae9ae116794f1545051d13a9c44018d2907964d90a2334db422f8fb2e6df4b73399157674af10495ef3dc5a771507b8831c73ba0383d01d36fa0d1957a')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
-  cp -a openstacksdk-$pkgver{,-py2}
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
openstacksdk-$pkgver/openstack/tests/unit/*.py 
openstacksdk-$pkgver/openstack/tests/unit/*/*.py
-}
-
-build() {
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # From https://github.com/openstack/openstacksdk/blob/master/tox.ini
-  export OS_LOG_CAPTURE=true OS_STDOUT_CAPTURE=true OS_STDERR_CAPTURE=true
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 429616, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 02:52:47 UTC (rev 429617)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 

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

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:52:29
  Author: felixonmars
Revision: 429616

upgpkg: python-openstacksdk 0.24.0-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 02:34:51 UTC (rev 429615)
+++ PKGBUILD2019-02-05 02:52:29 UTC (rev 429616)
@@ -3,7 +3,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -22,7 +22,7 @@
   'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
   'python2-jsonschema')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('ac71f2ae9ae116794f1545051d13a9c44018d2907964d90a2334db422f8fb2e6df4b73399157674af10495ef3dc5a771507b8831c73ba0383d01d36fa0d1957a')
+sha512sums=('aa46e3db223e77aaedf3ad929379789412ec022a10a5a22ecfc5e29c3d870348207ce0dc96b8e127813a7e5ed7a53f365b91634fd7f0d2569027e16ac36eedd5')
 
 export PBR_VERSION=$pkgver
 


[arch-commits] Commit in ruby-faraday-middleware/repos/community-any (2 files)

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:34:51
  Author: felixonmars
Revision: 429615

archrelease: copy trunk to community-any

Added:
  ruby-faraday-middleware/repos/community-any/PKGBUILD
(from rev 429614, ruby-faraday-middleware/trunk/PKGBUILD)
Deleted:
  ruby-faraday-middleware/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 02:34:33 UTC (rev 429614)
+++ PKGBUILD2019-02-05 02:34:51 UTC (rev 429615)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Carsten Feuls 
-
-pkgname=ruby-faraday-middleware
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Various middleware for Faraday'
-arch=('any')
-url='https://github.com/lostisland/faraday_middleware'
-license=('MIT')
-depends=('ruby' 'ruby-faraday')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
-noextract=("faraday_middleware-$pkgver.gem")
-sha512sums=('98d8e4b5a8e847ae855024139cceed0fee24d8d4ba37b958a45c651fdae535389a858905db0a098b5cdbdbcb679f42d221ef05490b15effeda6d541b94cb1c84')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday_middleware-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/faraday_middleware-$pkgver.gem"
-  install -D -m644 
"$pkgdir/$_gemdir/gems/faraday_middleware-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-faraday-middleware/repos/community-any/PKGBUILD (from rev 429614, 
ruby-faraday-middleware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 02:34:51 UTC (rev 429615)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+# Contributor: Carsten Feuls 
+
+pkgname=ruby-faraday-middleware
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='Various middleware for Faraday'
+arch=('any')
+url='https://github.com/lostisland/faraday_middleware'
+license=('MIT')
+depends=('ruby' 'ruby-faraday')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
+noextract=("faraday_middleware-$pkgver.gem")
+sha512sums=('8f69cb800246bdd2311cd062a1fe1ab6d4a33c14f59e94fe517a7a62c5d69b4f52ef799a786b3979baf1ff720422d39d09f31b28e4020d4769053d6ca691dd8a')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday_middleware-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/faraday_middleware-$pkgver.gem"
+  install -D -m644 
"$pkgdir/$_gemdir/gems/faraday_middleware-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


[arch-commits] Commit in ruby-faraday-middleware/trunk (PKGBUILD)

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:34:33
  Author: felixonmars
Revision: 429614

upgpkg: ruby-faraday-middleware 0.13.1-1

Modified:
  ruby-faraday-middleware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 02:21:50 UTC (rev 429613)
+++ PKGBUILD2019-02-05 02:34:33 UTC (rev 429614)
@@ -2,7 +2,7 @@
 # Contributor: Carsten Feuls 
 
 pkgname=ruby-faraday-middleware
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Various middleware for Faraday'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
 noextract=("faraday_middleware-$pkgver.gem")
-sha512sums=('98d8e4b5a8e847ae855024139cceed0fee24d8d4ba37b958a45c651fdae535389a858905db0a098b5cdbdbcb679f42d221ef05490b15effeda6d541b94cb1c84')
+sha512sums=('8f69cb800246bdd2311cd062a1fe1ab6d4a33c14f59e94fe517a7a62c5d69b4f52ef799a786b3979baf1ff720422d39d09f31b28e4020d4769053d6ca691dd8a')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:21:50
  Author: felixonmars
Revision: 429613

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 02:21:15 UTC (rev 429612)
+++ PKGBUILD2019-02-05 02:21:50 UTC (rev 429613)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-pycontracts
-pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.8.8
-pkgrel=1
-pkgdesc='Declare constraints on function parameters and return values'
-arch=('any')
-url="https://andreacensi.github.io/contracts;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
- 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 
'python-future'
- 'python2-future')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('8803afa6fb314d48c87d2707d87965cc5b6fde4ffd1497348f21c32ee229e9d6c0a63b93f5cd00c94230e30fdfce4a4a04a5e23a00173e1a2c0e53e437031baf')
-
-prepare() {
-  cp -a PyContracts-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyContracts-$pkgver
-  python setup.py nosetests
-
-  cd "$srcdir"/PyContracts-$pkgver-py2
-  rm -r src/contracts-py3k-test
-  python2 setup.py nosetests
-}
-
-package_python-pycontracts() {
-  depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
-
-  cd PyContracts-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pycontracts() {
-  depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 
'python2-future')
-
-  cd PyContracts-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pycontracts/repos/community-any/PKGBUILD (from rev 429612, 
python-pycontracts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 02:21:50 UTC (rev 429613)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-pycontracts
+pkgname=(python-pycontracts python2-pycontracts)
+pkgver=1.8.9
+pkgrel=1
+pkgdesc='Declare constraints on function parameters and return values'
+arch=('any')
+url="https://andreacensi.github.io/contracts;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing'
+ 'python-decorator' 'python2-decorator' 'python-six' 'python2-six' 
'python-future'
+ 'python2-future')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
+sha512sums=('14670fa39904ed5059abe3c13b013323be34e55aaf34733cc985d31baf92d9f36c80d1d9c66570243e3a98fd5085c051aba7aff501e579bb7bee2861a962b5bf')
+
+prepare() {
+  cp -a PyContracts-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/PyContracts-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/PyContracts-$pkgver-py2
+  rm -r src/contracts-py3k-test
+  python2 setup.py nosetests
+}
+
+package_python-pycontracts() {
+  depends=('python-pyparsing' 'python-decorator' 'python-six' 'python-future')
+
+  cd PyContracts-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pycontracts() {
+  depends=('python2-pyparsing' 'python2-decorator' 'python2-six' 
'python2-future')
+
+  cd PyContracts-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Tuesday, February 5, 2019 @ 02:21:15
  Author: felixonmars
Revision: 429612

upgpkg: python-pycontracts 1.8.9-1

Modified:
  python-pycontracts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 01:10:28 UTC (rev 429611)
+++ PKGBUILD2019-02-05 02:21:15 UTC (rev 429612)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pycontracts
 pkgname=(python-pycontracts python2-pycontracts)
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 pkgdesc='Declare constraints on function parameters and return values'
 arch=('any')
@@ -13,7 +13,7 @@
  'python2-future')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.io/packages/source/P/PyContracts/PyContracts-$pkgver.tar.gz;)
-sha512sums=('8803afa6fb314d48c87d2707d87965cc5b6fde4ffd1497348f21c32ee229e9d6c0a63b93f5cd00c94230e30fdfce4a4a04a5e23a00173e1a2c0e53e437031baf')
+sha512sums=('14670fa39904ed5059abe3c13b013323be34e55aaf34733cc985d31baf92d9f36c80d1d9c66570243e3a98fd5085c051aba7aff501e579bb7bee2861a962b5bf')
 
 prepare() {
   cp -a PyContracts-$pkgver{,-py2}


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

2019-02-04 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, February 5, 2019 @ 01:10:28
  Author: bisson
Revision: 429611

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
(from rev 429610, ncdu/trunk/PKGBUILD)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 01:10:02 UTC (rev 429610)
+++ PKGBUILD2019-02-05 01:10:28 UTC (rev 429611)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: lp76 
-# Contributor: Daenyth 
-# Maintainer: Gaetan Bisson 
-
-pkgname=ncdu
-pkgver=1.13
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('custom:MIT')
-depends=('ncurses')
-arch=('x86_64')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('f4d9285c38292c2de05e444d0ba271cbfe1a705eee37c2b23ea7c448ab37255a'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 429610, 
ncdu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 01:10:28 UTC (rev 429611)
@@ -0,0 +1,28 @@
+# Contributor: lp76 
+# Contributor: Daenyth 
+# Maintainer: Gaetan Bisson 
+
+pkgname=ncdu
+pkgver=1.14
+pkgrel=1
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('custom:MIT')
+depends=('ncurses')
+arch=('x86_64')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('c694783aab21e27e64baad314b7c1ff34541bfa219fe9645ef6780f1c5558c44'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-04 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, February 5, 2019 @ 01:10:02
  Author: bisson
Revision: 429610

upstream update

Modified:
  ncdu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:26:05 UTC (rev 429609)
+++ PKGBUILD2019-02-05 01:10:02 UTC (rev 429610)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=ncdu
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc='Disk usage analyzer with an ncurses interface'
 url='https://dev.yorhel.nl/ncdu'
@@ -12,7 +12,7 @@
 arch=('x86_64')
 validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA')
 source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('f4d9285c38292c2de05e444d0ba271cbfe1a705eee37c2b23ea7c448ab37255a'
+sha256sums=('c694783aab21e27e64baad314b7c1ff34541bfa219fe9645ef6780f1c5558c44'
 'SKIP')
 
 build() {


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

2019-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 4, 2019 @ 21:34:46
  Author: arojas
Revision: 345269

archrelease: copy trunk to extra-x86_64

Added:
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 345268, opencv/trunk/PKGBUILD)
Deleted:
  opencv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 21:34:04 UTC (rev 345268)
+++ PKGBUILD2019-02-04 21:34:46 UTC (rev 345269)
@@ -1,86 +0,0 @@
-# Maintainer: Ray Rashif 
-# Contributor: Tobias Powalowski 
-
-pkgbase=opencv
-pkgname=(opencv opencv-samples)
-pkgver=4.0.1
-pkgrel=3
-pkgdesc="Open Source Computer Vision Library"
-arch=(x86_64)
-license=(BSD)
-url="http://opencv.org/;
-depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment)
-optdepends=('opencv-samples: samples'
-'gtk3: for the HighGUI module'
-'vtk: for the viz module'
-'hdf5: support for HDF5 format'
-'opencl-icd-loader: For coding with OpenCL'
-'python-numpy: Python interface'
-'java-runtime: Java interface')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
-
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
-sha256sums=('b79ccdc4797a959c5ab17249a8a302c066248ae070e4d7010e2d77a625fdb30a'
-'0d8acbad4b7074cfaafd906a7419c23629179d5e98894714402090b192ef8237')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  export JAVA_HOME="/usr/lib/jvm/default"
-  # cmake's FindLAPACK doesn't add cblas to LAPACK_LIBRARIES, so we need to 
specify them manually
-  _pythonpath=`python -c "from sysconfig import get_path; 
print(get_path('platlib'))"`
-  cmake ../$pkgname-$pkgver \
--DWITH_OPENCL=ON \
--DWITH_OPENGL=ON \
--DWITH_TBB=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DBUILD_WITH_DEBUG_INFO=OFF \
--DBUILD_TESTS=OFF \
--DBUILD_PERF_TESTS=OFF \
--DBUILD_EXAMPLES=ON \
--DINSTALL_C_EXAMPLES=ON \
--DINSTALL_PYTHON_EXAMPLES=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCPU_BASELINE_DISABLE=SSE3 \
--DCPU_BASELINE_REQUIRE=SSE2 \
--DOPENCV_EXTRA_MODULES_PATH="$srcdir/opencv_contrib-$pkgver/modules" \
--DOPENCV_SKIP_PYTHON_LOADER=ON \
--DOPENCV_PYTHON3_INSTALL_PATH=$_pythonpath \
-
-DLAPACK_LIBRARIES="/usr/lib/liblapack.so;/usr/lib/libblas.so;/usr/lib/libcblas.so"
 \
--DLAPACK_CBLAS_H="/usr/include/cblas.h" \
--DLAPACK_LAPACKE_H="/usr/include/lapacke.h" \
--DOPENCV_GENERATE_PKGCONFIG=ON \
--DOPENCV_ENABLE_NONFREE=ON \
--DOPENCV_JNI_INSTALL_PATH=lib
-  make
-}
-
-package_opencv() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # install license file
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-
-  # separate samples package
-  cd "$pkgdir"/usr/share
-  mv opencv4/samples "$srcdir"/$pkgname-samples
-}
-
-package_opencv-samples() {
-  pkgdesc+=" (samples)"
-  depends=("opencv=$pkgver")
-  unset optdepends
-
-  mkdir -p "$pkgdir"/usr/share/opencv
-  cp -r "$srcdir"/opencv-samples "$pkgdir"/usr/share/opencv/samples
-  # fix permissions
-  chmod 755 "$pkgdir"/usr/share/opencv/samples/*
-
-  # install license file
-  install -Dm644 "$srcdir"/opencv-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: opencv/repos/extra-x86_64/PKGBUILD (from rev 345268, 
opencv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 21:34:46 UTC (rev 345269)
@@ -0,0 +1,86 @@
+# Maintainer: Ray Rashif 
+# Contributor: Tobias Powalowski 
+
+pkgbase=opencv
+pkgname=(opencv opencv-samples)
+pkgver=4.0.1
+pkgrel=4
+pkgdesc="Open Source Computer Vision Library"
+arch=(x86_64)
+license=(BSD)
+url="https://opencv.org/;
+depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment double-conversion)
+optdepends=('opencv-samples: samples'
+'gtk3: for the HighGUI module'
+'vtk: for the viz module'
+'hdf5: support for HDF5 format'
+'opencl-icd-loader: For coding with OpenCL'
+'python-numpy: Python interface'
+'java-runtime: Java interface')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/opencv/opencv/archive/$pkgver.zip;
+
"opencv_contrib-$pkgver.tar.gz::https://github.com/opencv/opencv_contrib/archive/$pkgver.tar.gz;)
+sha256sums=('b79ccdc4797a959c5ab17249a8a302c066248ae070e4d7010e2d77a625fdb30a'
+  

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

2019-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 4, 2019 @ 21:34:04
  Author: arojas
Revision: 345268

Rebuild against vtk 8.2 (FS#61626)

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 19:59:32 UTC (rev 345267)
+++ PKGBUILD2019-02-04 21:34:04 UTC (rev 345268)
@@ -4,13 +4,13 @@
 pkgbase=opencv
 pkgname=(opencv opencv-samples)
 pkgver=4.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Open Source Computer Vision Library"
 arch=(x86_64)
 license=(BSD)
 url="https://opencv.org/;
 depends=(intel-tbb openexr gst-plugins-base libdc1394 cblas lapack libgphoto2 
jasper ffmpeg)
-makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment)
+makedepends=(cmake python-numpy python-setuptools mesa eigen hdf5 lapacke gtk3 
vtk glew ant java-environment double-conversion)
 optdepends=('opencv-samples: samples'
 'gtk3: for the HighGUI module'
 'vtk: for the viz module'


[arch-commits] Commit in xf86-input-libinput/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Andreas Radke via arch-commits
Date: Monday, February 4, 2019 @ 19:57:57
  Author: andyrtr
Revision: 345264

archrelease: copy trunk to extra-x86_64

Added:
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD
(from rev 345263, xf86-input-libinput/trunk/PKGBUILD)
Deleted:
  xf86-input-libinput/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 19:57:49 UTC (rev 345263)
+++ PKGBUILD2019-02-04 19:57:57 UTC (rev 345264)
@@ -1,34 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=xf86-input-libinput
-pkgver=0.28.1
-pkgrel=1
-pkgdesc="Generic input driver for the X.Org server based on libinput"
-arch=('x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('libinput>=1.2.0')
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
-conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
-groups=('xorg-drivers')
-source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-input-libinput/repos/extra-x86_64/PKGBUILD (from rev 345263, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 19:57:57 UTC (rev 345264)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.28.2
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2019-02-04 Thread Andreas Radke via arch-commits
Date: Monday, February 4, 2019 @ 19:57:49
  Author: andyrtr
Revision: 345263

upgpkg: xf86-input-libinput 0.28.2-1

upstream update 0.28.2

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 19:48:57 UTC (rev 345262)
+++ PKGBUILD2019-02-04 19:57:49 UTC (rev 345263)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.28.1
+pkgver=0.28.2
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 
source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623'
+sha512sums=('da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2019-02-04 Thread Andreas Radke via arch-commits
Date: Monday, February 4, 2019 @ 19:48:57
  Author: andyrtr
Revision: 345262

archrelease: copy trunk to extra-any

Added:
  xkeyboard-config/repos/extra-any/PKGBUILD
(from rev 345261, xkeyboard-config/trunk/PKGBUILD)
Deleted:
  xkeyboard-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 19:48:40 UTC (rev 345261)
+++ PKGBUILD2019-02-04 19:48:57 UTC (rev 345262)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Jan de Groot 
-
-pkgname=xkeyboard-config
-pkgver=2.25
-pkgrel=1
-pkgdesc="X keyboard configuration files"
-arch=(any)
-license=('custom')
-url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
-makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
-provides=('xkbdata')
-replaces=('xkbdata')
-conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
-validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('2d9d6bdd885edc8e03e5a2c136c3b29b4ea795122709fa210bf151c4e7416a44fa2928bb29137ee8c6691d8646c1f645748576dea3f940ce84c8d4d0f91e09eb'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb \
-  --with-xkb-rules-symlink=xorg \
-  --enable-compat-rules=yes
-  make
- }
- 
- package() { 
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
-
-  install -m755 -d "${pkgdir}/var/lib/xkb"
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xkeyboard-config/repos/extra-any/PKGBUILD (from rev 345261, 
xkeyboard-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 19:48:57 UTC (rev 345262)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.26
+pkgrel=1
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2019-02-04 Thread Andreas Radke via arch-commits
Date: Monday, February 4, 2019 @ 19:48:40
  Author: andyrtr
Revision: 345261

upgpkg: xkeyboard-config 2.26-1

upstream update 2.26

Modified:
  xkeyboard-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:50:20 UTC (rev 345260)
+++ PKGBUILD2019-02-04 19:48:40 UTC (rev 345261)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xkeyboard-config
-pkgver=2.25
+pkgver=2.26
 pkgrel=1
 pkgdesc="X keyboard configuration files"
 arch=(any)
@@ -15,7 +15,7 @@
 
source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
 validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
-sha512sums=('2d9d6bdd885edc8e03e5a2c136c3b29b4ea795122709fa210bf151c4e7416a44fa2928bb29137ee8c6691d8646c1f645748576dea3f940ce84c8d4d0f91e09eb'
+sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
 'SKIP')
 
 build() {


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 18:50:20
  Author: heftig
Revision: 345260

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 345259, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 345259, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 345259, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 345259, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 345259, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 345259, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  164 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:42:03 UTC (rev 345259)
+++ PKGBUILD2019-02-04 18:50:20 UTC (rev 345260)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.4+15+g80b5024239
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=80b5024239ee358ede8203666dfe9ea790a29b70  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" make -C gtk install
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 345259, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:50:20 UTC (rev 345260)
@@ -0,0 +1,82 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ 

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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 18:42:03
  Author: heftig
Revision: 345259

3.24.5-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 16:57:45 UTC (rev 345258)
+++ PKGBUILD2019-02-04 18:42:03 UTC (rev 345259)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.4+15+g80b5024239
+pkgver=3.24.5
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -14,7 +14,7 @@
  cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=80b5024239ee358ede8203666dfe9ea790a29b70  # gtk-3-24
+_commit=bf60bf15de4afd426304f9f42618eb95a92c2605  # tags/3.24.5^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in libretro-core-info/trunk (PKGBUILD)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:25:56
  Author: alucryd
Revision: 429608

upgpkg: libretro-core-info 1.7.6-1

Modified:
  libretro-core-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:24:30 UTC (rev 429607)
+++ PKGBUILD2019-02-04 18:25:56 UTC (rev 429608)
@@ -1,16 +1,16 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-core-info
-pkgver=1.7.5
+pkgver=1.7.6
 pkgrel=1
 pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-makedepends=('git')
-groups=('libretro')
-source=("git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver};)
-sha256sums=('SKIP')
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 package() {
   make DESTDIR="${pkgdir}" -C libretro-core-info install


[arch-commits] Commit in libretro-core-info/repos/community-any (PKGBUILD PKGBUILD)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:26:05
  Author: alucryd
Revision: 429609

archrelease: copy trunk to community-any

Added:
  libretro-core-info/repos/community-any/PKGBUILD
(from rev 429608, libretro-core-info/trunk/PKGBUILD)
Deleted:
  libretro-core-info/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:25:56 UTC (rev 429608)
+++ PKGBUILD2019-02-04 18:26:05 UTC (rev 429609)
@@ -1,19 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-core-info
-pkgver=1.7.5
-pkgrel=1
-pkgdesc='Libretro core info files'
-arch=('any')
-url='https://github.com/libretro/libretro-core-info'
-license=('GPL3')
-makedepends=('git')
-groups=('libretro')
-source=("git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-package() {
-  make DESTDIR="${pkgdir}" -C libretro-core-info install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-core-info/repos/community-any/PKGBUILD (from rev 429608, 
libretro-core-info/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:26:05 UTC (rev 429609)
@@ -0,0 +1,19 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-core-info
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='Libretro core info files'
+arch=(any)
+url=https://github.com/libretro/libretro-core-info
+license=(GPL3)
+makedepends=(git)
+groups=(libretro)
+source=(git+https://github.com/libretro/libretro-core-info.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+package() {
+  make DESTDIR="${pkgdir}" -C libretro-core-info install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in retroarch-assets (3 files)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:24:30
  Author: alucryd
Revision: 429607

archrelease: copy trunk to community-any

Added:
  retroarch-assets/repos/
  retroarch-assets/repos/community-any/
  retroarch-assets/repos/community-any/PKGBUILD
(from rev 429606, retroarch-assets/trunk/PKGBUILD)

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

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 429606, 
retroarch-assets/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-02-04 18:24:30 UTC (rev 429607)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=167
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=092ca6f1d57ed36f7f8f828bd6e41dd5a56eddad)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (retroarch-assets-xmb)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:24:00
  Author: alucryd
Revision: 429606

del the old retroarch assets package

Deleted:
  retroarch-assets-xmb/


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

2019-02-04 Thread Santiago Torres-Arias via arch-commits
Date: Monday, February 4, 2019 @ 18:23:14
  Author: sangy
Revision: 429604

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   90 +++
 sn0int.install |   18 +--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:22:24 UTC (rev 429603)
+++ PKGBUILD2019-02-04 18:23:14 UTC (rev 429604)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Contributor: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'geoip2-database' 'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('79c341cfb65f4e016e4fcf57efa00f2838511226c674d1281aed71b9ce00111a9881a2b5c065ae142afeb312a819ce84ab75947152c6741c5626f0754a6362a6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 429603, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:23:14 UTC (rev 429604)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Contributor: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'geoip2-database' 'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e0dde7833e0762862726426b42ca94de148ffe3490ded29528557038ecec3c34288c050ad37f9eaf7580f1b7894829a772ce3a00e816ea14924d6cd8b569')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: sn0int.install
===
--- sn0int.install  2019-02-04 18:22:24 UTC (rev 429603)
+++ sn0int.install  2019-02-04 18:23:14 UTC (rev 429604)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap cap_sys_chroot=ep usr/bin/sn0int 2> /dev/null
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/sn0int.install (from rev 429603, 
sn0int/trunk/sn0int.install)

[arch-commits] Commit in (3 files)

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:23:39
  Author: alucryd
Revision: 429605

make retroarch assets a split package

Added:
  retroarch-assets/
  retroarch-assets/trunk/
  retroarch-assets/trunk/PKGBUILD

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

Added: retroarch-assets/trunk/PKGBUILD
===
--- retroarch-assets/trunk/PKGBUILD (rev 0)
+++ retroarch-assets/trunk/PKGBUILD 2019-02-04 18:23:39 UTC (rev 429605)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=167
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=092ca6f1d57ed36f7f8f828bd6e41dd5a56eddad)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Santiago Torres-Arias via arch-commits
Date: Monday, February 4, 2019 @ 18:22:24
  Author: sangy
Revision: 429603

upgpkg: sn0int 0.9.1-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
+++ PKGBUILD2019-02-04 18:22:24 UTC (rev 429603)
@@ -3,7 +3,7 @@
 # Contributor: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -13,7 +13,7 @@
 makedepends=('cargo' 'python-sphinx')
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('79c341cfb65f4e016e4fcf57efa00f2838511226c674d1281aed71b9ce00111a9881a2b5c065ae142afeb312a819ce84ab75947152c6741c5626f0754a6362a6')
+sha512sums=('e0dde7833e0762862726426b42ca94de148ffe3490ded29528557038ecec3c34288c050ad37f9eaf7580f1b7894829a772ce3a00e816ea14924d6cd8b569')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:13:25
  Author: alucryd
Revision: 429601

upgpkg: retroarch 1.7.6-1

Modified:
  retroarch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
+++ PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
@@ -3,29 +3,62 @@
 # Contributor: lifning 
 
 pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
+pkgver=1.7.6
+pkgrel=1
 pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
- 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
- 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
- 'libusb-1.0.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets')
-backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
-'retroarch-config.patch')
-sha256sums=('SKIP'
-'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  wayland
+  zlib
+)
+makedepends=(
+  git
+  vulkan-icd-loader
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
 
 prepare() {
   cd RetroArch


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:13:35
  Author: alucryd
Revision: 429602

archrelease: copy trunk to community-x86_64

Added:
  retroarch/repos/community-x86_64/PKGBUILD
(from rev 429601, retroarch/trunk/PKGBUILD)
  retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 429601, retroarch/trunk/retroarch-config.patch)
Deleted:
  retroarch/repos/community-x86_64/PKGBUILD
  retroarch/repos/community-x86_64/retroarch-config.patch

+
 PKGBUILD   |  151 ---
 retroarch-config.patch |  102 +++
 2 files changed, 143 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:13:25 UTC (rev 429601)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,59 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Themaister 
-# Contributor: lifning 
-
-pkgname=retroarch
-pkgver=1.7.5
-pkgrel=3
-pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libx11'
- 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv' 'libxxf86vm'
- 'mesa'  'openal' 'qt5-base' 'sdl2' 'v4l-utils' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so'
- 'libusb-1.0.so')
-makedepends=('git' 'vulkan-icd-loader')
-optdepends=('libretro-overlays: Collection of overlays'
-'libretro-shaders: Collection of shaders'
-'python: retroarch-cg2glsl'
-'retroarch-assets-xmb: XMB menu assets')
-backup=('etc/retroarch.cfg')
-source=("git+https://github.com/libretro/RetroArch.git#tag=v${pkgver};
-'retroarch-config.patch')
-sha256sums=('SKIP'
-'7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e')
-
-prepare() {
-  cd RetroArch
-
-  patch -Np1 -i ../retroarch-config.patch
-}
-
-build() {
-  cd RetroArch
-
-  ./configure \
---prefix='/usr' \
---disable-cg \
---disable-jack \
---disable-oss \
---disable-sdl
-  make
-  make -C libretro-common/audio/dsp_filters
-  make -C gfx/video_filters
-}
-
-package() {
-  cd RetroArch
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
-  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 429601, 
retroarch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:13:35 UTC (rev 429602)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Themaister 
+# Contributor: lifning 
+
+pkgname=retroarch
+pkgver=1.7.6
+pkgrel=1
+pkgdesc='Reference frontend for the libretro API'
+arch=(x86_64)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(
+  alsa-lib
+  libass.so
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libdrm
+  libfreetype.so
+  libgl
+  libpulse
+  libswresample.so
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxcb
+  libxext
+  libxinerama
+  libxkbcommon
+  libxrandr
+  libxv
+  libxxf86vm
+  mesa
+  openal
+  qt5-base
+  sdl2
+  v4l-utils
+  wayland
+  zlib
+)
+makedepends=(
+  git
+  vulkan-icd-loader
+)
+optdepends=(
+  'libretro-overlays: Collection of overlays'
+  'libretro-shaders: Collection of shaders'
+  'python: retroarch-cg2glsl'
+  'retroarch-assets-xmb: XMB menu assets'
+)
+backup=(etc/retroarch.cfg)
+source=(
+  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  retroarch-config.patch
+)
+sha256sums=(
+  SKIP
+  7857cff30c45721b6828ca9edbb2923817c6c64591be3f58fe019277103e
+)
+
+prepare() {
+  cd RetroArch
+
+  patch -Np1 -i ../retroarch-config.patch
+}
+
+build() {
+  cd RetroArch
+
+  ./configure \
+--prefix='/usr' \
+--disable-cg \
+--disable-jack \
+--disable-oss \
+--disable-sdl
+  make
+  make -C libretro-common/audio/dsp_filters
+  make -C gfx/video_filters
+}
+
+package() {
+  cd RetroArch
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/audio/
+  install -Dm 644 gfx/video_filters/*.{filt,so} -t 
"${pkgdir}"/usr/lib/retroarch/filters/video/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: retroarch-config.patch
===
--- retroarch-config.patch  2019-02-04 18:13:25 UTC (rev 429601)
+++ retroarch-config.patch  2019-02-04 18:13:35 UTC (rev 429602)
@@ -1,51 +0,0 @@
-diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
 

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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:05:24
  Author: alucryd
Revision: 429600

archrelease: copy trunk to community-any

Added:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 429599, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 18:05:15 UTC (rev 429599)
+++ PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='SQLAlchemy integration with marshmallow'
-url='https://marshmallow-sqlalchemy.readthedocs.io/'
-arch=('any')
-license=('MIT')
-depends=('python-marshmallow' 'python-sqlalchemy')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py build
-}
-
-package() {
-  cd marshmallow-sqlalchemy
-
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 
429599, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 18:05:24 UTC (rev 429600)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='SQLAlchemy integration with marshmallow'
+url='https://marshmallow-sqlalchemy.readthedocs.io/'
+arch=('any')
+license=('MIT')
+depends=('python-marshmallow' 'python-sqlalchemy')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Maxime Gauduin via arch-commits
Date: Monday, February 4, 2019 @ 18:05:15
  Author: alucryd
Revision: 429599

upgpkg: python-marshmallow-sqlalchemy 0.16.0-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:34:49 UTC (rev 429598)
+++ PKGBUILD2019-02-04 18:05:15 UTC (rev 429599)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url='https://marshmallow-sqlalchemy.readthedocs.io/'


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:34:49
  Author: anatolik
Revision: 429598

archrelease: copy trunk to community-x86_64

Added:
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 429597, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:34:17 UTC (rev 429597)
+++ PKGBUILD2019-02-04 17:34:49 UTC (rev 429598)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('cfbb23531c18c6e4888ffe360e6ad76493f6d3f8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 429597, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:34:49 UTC (rev 429598)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('fc62d3ceac433bed34acd3c7e18abdf8bbde')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:34:17
  Author: anatolik
Revision: 429597

upgpkg: ruby-gtk2 3.3.2-1

upgpkg: ruby-gtk2 3.3.2-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:32:48 UTC (rev 429596)
+++ PKGBUILD2019-02-04 17:34:17 UTC (rev 429597)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('cfbb23531c18c6e4888ffe360e6ad76493f6d3f8')
+sha1sums=('fc62d3ceac433bed34acd3c7e18abdf8bbde')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:32:48
  Author: anatolik
Revision: 429596

archrelease: copy trunk to community-x86_64

Added:
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 429595, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:32:18 UTC (rev 429595)
+++ PKGBUILD2019-02-04 17:32:48 UTC (rev 429596)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('1edde6c92736ec1ab4a9a6c9a7e173f27c9514a4')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 429595, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:32:48 UTC (rev 429596)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('b79bca0bd1cfe6c44cbf68dbbab6acad5c4c28f5')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:32:18
  Author: anatolik
Revision: 429595

upgpkg: ruby-pango 3.3.2-1

upgpkg: ruby-pango 3.3.2-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:31:56 UTC (rev 429594)
+++ PKGBUILD2019-02-04 17:32:18 UTC (rev 429595)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('1edde6c92736ec1ab4a9a6c9a7e173f27c9514a4')
+sha1sums=('b79bca0bd1cfe6c44cbf68dbbab6acad5c4c28f5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-cairo-gobject/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:31:56
  Author: anatolik
Revision: 429594

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 429593, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:31:25 UTC (rev 429593)
+++ PKGBUILD2019-02-04 17:31:56 UTC (rev 429594)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('d76481635117f696ef820ae96a33df3128371073')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 429593, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:31:56 UTC (rev 429594)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('eb4f4f0199fc80c368558d3c180c30dc6eb12420')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-cairo-gobject/trunk (PKGBUILD)

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:31:25
  Author: anatolik
Revision: 429593

upgpkg: ruby-cairo-gobject 3.3.2-1

upgpkg: ruby-cairo-gobject 3.3.2-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:31:02 UTC (rev 429592)
+++ PKGBUILD2019-02-04 17:31:25 UTC (rev 429593)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('d76481635117f696ef820ae96a33df3128371073')
+sha1sums=('eb4f4f0199fc80c368558d3c180c30dc6eb12420')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:31:02
  Author: anatolik
Revision: 429592

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 429591, ruby-gdk_pixbuf2/trunk/PKGBUILD)
Deleted:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:30:31 UTC (rev 429591)
+++ PKGBUILD2019-02-04 17:31:02 UTC (rev 429592)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('16b3684dae8c7b7224fb5a17d717ee5c3bc649ee')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 429591, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:31:02 UTC (rev 429592)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('031f7b7439927399c3617d45a85b3e745c1e8d30')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:30:31
  Author: anatolik
Revision: 429591

upgpkg: ruby-gdk_pixbuf2 3.3.2-1

upgpkg: ruby-gdk_pixbuf2 3.3.2-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:30:11 UTC (rev 429590)
+++ PKGBUILD2019-02-04 17:30:31 UTC (rev 429591)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('16b3684dae8c7b7224fb5a17d717ee5c3bc649ee')
+sha1sums=('031f7b7439927399c3617d45a85b3e745c1e8d30')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:30:11
  Author: anatolik
Revision: 429590

archrelease: copy trunk to community-x86_64

Added:
  ruby-gio2/repos/community-x86_64/PKGBUILD
(from rev 429589, ruby-gio2/trunk/PKGBUILD)
Deleted:
  ruby-gio2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:29:42 UTC (rev 429589)
+++ PKGBUILD2019-02-04 17:30:11 UTC (rev 429590)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('792cf2e90167c5f9cc6b8391037a1c5ac9ff078a')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 429589, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:30:11 UTC (rev 429590)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('31b34bf92bd95f5b0998a938b1ad83b07e23f6c8')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:29:42
  Author: anatolik
Revision: 429589

upgpkg: ruby-gio2 3.3.2-1

upgpkg: ruby-gio2 3.3.2-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:29:17 UTC (rev 429588)
+++ PKGBUILD2019-02-04 17:29:42 UTC (rev 429589)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('792cf2e90167c5f9cc6b8391037a1c5ac9ff078a')
+sha1sums=('31b34bf92bd95f5b0998a938b1ad83b07e23f6c8')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:29:17
  Author: anatolik
Revision: 429588

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 429587, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:28:45 UTC (rev 429587)
+++ PKGBUILD2019-02-04 17:29:17 UTC (rev 429588)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('f837d479554768fbbda258914364ea452c7ba170')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
429587, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:29:17 UTC (rev 429588)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('40408257bde6fc7e708bf8b6869cba44bd108f70')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in ruby-gobject-introspection/trunk (PKGBUILD)

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:28:45
  Author: anatolik
Revision: 429587

upgpkg: ruby-gobject-introspection 3.3.2-1

upgpkg: ruby-gobject-introspection 3.3.2-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:28:17 UTC (rev 429586)
+++ PKGBUILD2019-02-04 17:28:45 UTC (rev 429587)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('f837d479554768fbbda258914364ea452c7ba170')
+sha1sums=('40408257bde6fc7e708bf8b6869cba44bd108f70')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:28:17
  Author: anatolik
Revision: 429586

archrelease: copy trunk to community-x86_64

Added:
  ruby-atk/repos/community-x86_64/PKGBUILD
(from rev 429585, ruby-atk/trunk/PKGBUILD)
Deleted:
  ruby-atk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:27:46 UTC (rev 429585)
+++ PKGBUILD2019-02-04 17:28:17 UTC (rev 429586)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer ruby-rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('23d8cb47b31d88ff22ebf2df12330eb1938ba1ab')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-atk/repos/community-x86_64/PKGBUILD (from rev 429585, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 17:28:17 UTC (rev 429586)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+makedepends=(ruby-native-package-installer ruby-rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('b54de14e8ba04ccf42dfb8ab7a6574be744af7f5')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:27:27
  Author: anatolik
Revision: 429584

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 429583, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 429583, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   76 +--
 PKGBUILD   |   44 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  2019-02-04 17:26:59 UTC (rev 429583)
+++ 0001-glib2-support-GLib-2.44.patch  2019-02-04 17:27:27 UTC (rev 429584)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 429583, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2019-02-04 17:27:27 UTC (rev 429584)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 17:26:59 UTC (rev 429583)
+++ PKGBUILD2019-02-04 17:27:27 UTC (rev 429584)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby glib2 ruby-pkg-config ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('190fa1234dc6240ff2b3e01eebdbccb29acc04f2')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --no-document --ignore-dependencies --no-user-install -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-glib2/repos/community-x86_64/PKGBUILD (from rev 429583, 
ruby-glib2/trunk/PKGBUILD)
===
--- PKGBUILD

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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:27:46
  Author: anatolik
Revision: 429585

upgpkg: ruby-atk 3.3.2-1

upgpkg: ruby-atk 3.3.2-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 17:27:27 UTC (rev 429584)
+++ PKGBUILD2019-02-04 17:27:46 UTC (rev 429585)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('23d8cb47b31d88ff22ebf2df12330eb1938ba1ab')
+sha1sums=('b54de14e8ba04ccf42dfb8ab7a6574be744af7f5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Anatol Pomozov via arch-commits
Date: Monday, February 4, 2019 @ 17:26:59
  Author: anatolik
Revision: 429583

upgpkg: ruby-glib2 3.3.2-1

upgpkg: ruby-glib2 3.3.2-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 16:30:49 UTC (rev 429582)
+++ PKGBUILD2019-02-04 17:26:59 UTC (rev 429583)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('190fa1234dc6240ff2b3e01eebdbccb29acc04f2')
+sha1sums=('133c329bc6443e6c1976204729d2f909dabbfd41')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 4, 2019 @ 16:57:45
  Author: arojas
Revision: 345258

archrelease: copy trunk to extra-x86_64

Added:
  ktouch/repos/extra-x86_64/PKGBUILD
(from rev 345257, ktouch/trunk/PKGBUILD)
Deleted:
  ktouch/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 16:57:19 UTC (rev 345257)
+++ PKGBUILD2019-02-04 16:57:45 UTC (rev 345258)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktouch
-pkgver=18.12.1
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="https://kde.org/applications/education/ktouch/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kqtquickcharts libxkbfile kcmutils hicolor-icon-theme 
qt5-quickcontrols qt5-graphicaleffects qt5-xmlpatterns)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdeedu-ktouch)
-replaces=(kdeedu-ktouch)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4529efa94dc0574790f492e9cc54ed898596c424f6444e025f81d0427a87746c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ktouch/repos/extra-x86_64/PKGBUILD (from rev 345257, 
ktouch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 16:57:45 UTC (rev 345258)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktouch
+pkgver=18.12.1
+pkgrel=2
+pkgdesc="Touch Typing Tutor"
+url="https://kde.org/applications/education/ktouch/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kqtquickcharts libxkbfile kcmutils hicolor-icon-theme 
qt5-quickcontrols qt5-graphicaleffects qt5-xmlpatterns)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdeedu-ktouch)
+replaces=(kdeedu-ktouch)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4529efa94dc0574790f492e9cc54ed898596c424f6444e025f81d0427a87746c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-02-04 Thread Antonio Rojas via arch-commits
Date: Monday, February 4, 2019 @ 16:57:19
  Author: arojas
Revision: 345257

Qt 5.12.1 rebuild (FS#61627)

Modified:
  ktouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:57 UTC (rev 345256)
+++ PKGBUILD2019-02-04 16:57:19 UTC (rev 345257)
@@ -4,7 +4,7 @@
 
 pkgname=ktouch
 pkgver=18.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Touch Typing Tutor"
 url="https://kde.org/applications/education/ktouch/;
 arch=(x86_64)


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

2019-02-04 Thread Jakob Gruber via arch-commits
Date: Monday, February 4, 2019 @ 16:30:37
  Author: schuay
Revision: 429581

upgpkg: pdfgrep 2.1.2-1

2.1.2-1

Modified:
  pdfgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:59 UTC (rev 429580)
+++ PKGBUILD2019-02-04 16:30:37 UTC (rev 429581)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('x86_64')
@@ -28,4 +28,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('7ac604ed0c21750dc89cc175197fdf7e')
+md5sums=('d66b1da66f427f68fa3b99d077806583')


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

2019-02-04 Thread Jakob Gruber via arch-commits
Date: Monday, February 4, 2019 @ 16:30:49
  Author: schuay
Revision: 429582

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 429581, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 16:30:37 UTC (rev 429581)
+++ PKGBUILD2019-02-04 16:30:49 UTC (rev 429582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('7ac604ed0c21750dc89cc175197fdf7e')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 429581, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 16:30:49 UTC (rev 429582)
@@ -0,0 +1,31 @@
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('d66b1da66f427f68fa3b99d077806583')


[arch-commits] Commit in evolution-data-server/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:57
  Author: heftig
Revision: 345256

archrelease: copy trunk to extra-x86_64

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 345253, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:55 UTC (rev 345255)
+++ PKGBUILD2019-02-04 15:40:57 UTC (rev 345256)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.30.4
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=df9de5b5bfd817c672e5f4da6208b84c1decff90  # tags/3.30.4^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -H$pkgname -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  cmake --build build
-}
-
-check() {
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  cmake --build build --target test || :
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 345253, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 15:40:57 UTC (rev 345256)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.30.5
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=ada736415a2330b63f19a05918fd4f58ca0a45de  # tags/3.30.5^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:51
  Author: heftig
Revision: 345254

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 345253, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:33 UTC (rev 345253)
+++ PKGBUILD2019-02-04 15:40:51 UTC (rev 345254)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git cmake ninja intltool python)
-_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -H$pkgname -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 345253, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 15:40:51 UTC (rev 345254)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.30.5
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git cmake ninja intltool python)
+_commit=d6331da456d3253bc41db2eaf8984c3db06a14af  # tags/3.30.5^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  cmake -H$pkgname -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:55
  Author: heftig
Revision: 345255

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 345253, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:51 UTC (rev 345254)
+++ PKGBUILD2019-02-04 15:40:55 UTC (rev 345255)
@@ -1,70 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.30.4
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=ca452d980f58834f83cf797509e09ca00ae398e5  # tags/3.30.4^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  cmake -H$pkgbase -Bbuild -GNinja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  cmake --build build
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-### Split
-  local x
-  for x in bogofilter spamassassin; do
-mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
-mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
-mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
-  done
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  mv bogofilter/usr "$pkgdir"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  mv spamassassin/usr "$pkgdir"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 345253, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 15:40:55 UTC (rev 345255)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.30.5
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=2ad29800ffa04eefdda35ff254cd938857d8cbc0  # tags/3.30.5^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  cmake -H$pkgbase -Bbuild -GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  cmake --build build
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=(gnome-extra)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+### Split
+  local x
+  for x in bogofilter spamassassin; do
+mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
+mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
+mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
+  done
+}
+
+
+package_evolution-bogofilter() {
+  pkgdesc="Spam filtering for Evolution, using Bogofilter"
+  depends=("evolution=$pkgver" bogofilter)
+
+  mv bogofilter/usr "$pkgdir"
+}
+
+package_evolution-spamassassin() {
+  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
+  depends=("evolution=$pkgver" spamassassin)
+

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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:29
  Author: heftig
Revision: 345251

3.30.5-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 15:39:39 UTC (rev 345250)
+++ PKGBUILD2019-02-04 15:40:29 UTC (rev 345251)
@@ -3,7 +3,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.30.4
+pkgver=3.30.5
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -14,7 +14,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=ca452d980f58834f83cf797509e09ca00ae398e5  # tags/3.30.4^0
+_commit=2ad29800ffa04eefdda35ff254cd938857d8cbc0  # tags/3.30.5^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:33
  Author: heftig
Revision: 345253

3.30.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:31 UTC (rev 345252)
+++ PKGBUILD2019-02-04 15:40:33 UTC (rev 345253)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.30.3
+pkgver=3.30.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
-_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^0
+_commit=d6331da456d3253bc41db2eaf8984c3db06a14af  # tags/3.30.5^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-02-04 Thread Jan Steffens via arch-commits
Date: Monday, February 4, 2019 @ 15:40:31
  Author: heftig
Revision: 345252

3.30.5-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 15:40:29 UTC (rev 345251)
+++ PKGBUILD2019-02-04 15:40:31 UTC (rev 345252)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.30.4
+pkgver=3.30.5
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
-_commit=df9de5b5bfd817c672e5f4da6208b84c1decff90  # tags/3.30.4^0
+_commit=ada736415a2330b63f19a05918fd4f58ca0a45de  # tags/3.30.5^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in zsh/repos/extra-x86_64 (7 files)

2019-02-04 Thread Pierre Schmitz via arch-commits
Date: Monday, February 4, 2019 @ 15:39:39
  Author: pierre
Revision: 345250

archrelease: copy trunk to extra-x86_64

Added:
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 345249, zsh/trunk/PKGBUILD)
  zsh/repos/extra-x86_64/zprofile
(from rev 345249, zsh/trunk/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 345249, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/vcs_info.patch
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install

+
 PKGBUILD   |  179 +++
 vcs_info.patch |   35 --
 zprofile   |2 
 zsh.install|   24 +++
 4 files changed, 101 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 15:39:24 UTC (rev 345249)
+++ PKGBUILD2019-02-04 15:39:39 UTC (rev 345250)
@@ -1,91 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgbase=zsh
-pkgname=('zsh' 'zsh-doc')
-pkgver=5.7
-pkgrel=2
-arch=('x86_64')
-url='https://www.zsh.org/'
-license=('custom')
-makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile' 'vcs_info.patch')
-sha512sums=('cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958'
-'SKIP'
-
'4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395'
-'SKIP'
-
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034'
-
'f72285f2ddedf1da44f419c13b54dca2a1845027ff36a4b00ea58aadf3e19986aed3568325afbc4ff7b7e92820875ac75263287dce73c2ba1d16409d5def0353')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
-  'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444'
-  '7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4')
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   # Set correct keymap path
-   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
-
-   # Fix usb.ids path
-   sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' 
Completion/Linux/Command/_lsusb
-
-   # Remove unneeded and conflicting completion scripts
-   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
-   rm -rf Completion/$_fpath
-   sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
-   done
-   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-
-   patch -p1 -i "${srcdir}/vcs_info.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   ./configure --prefix=/usr \
-   --docdir=/usr/share/doc/zsh \
-   --htmldir=/usr/share/doc/zsh/html \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   HOME="${srcdir}" make check
-}
-
-package_zsh() {
-   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
-   depends=('pcre' 'libcap' 'gdbm')
-   backup=('etc/zsh/zprofile')
-   install=zsh.install
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_zsh-doc() {
-   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install.info install.html
-   install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/extra-x86_64/PKGBUILD (from rev 345249, zsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 15:39:39 UTC (rev 345250)
@@ -0,0 +1,88 @@
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.7.1

[arch-commits] Commit in zsh/trunk (PKGBUILD vcs_info.patch)

2019-02-04 Thread Pierre Schmitz via arch-commits
Date: Monday, February 4, 2019 @ 15:39:24
  Author: pierre
Revision: 345249

upgpkg: zsh 5.7.1-1

Modified:
  zsh/trunk/PKGBUILD
Deleted:
  zsh/trunk/vcs_info.patch

+
 PKGBUILD   |   15 ++-
 vcs_info.patch |   35 ---
 2 files changed, 6 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:53:33 UTC (rev 345248)
+++ PKGBUILD2019-02-04 15:39:24 UTC (rev 345249)
@@ -2,20 +2,19 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.7
-pkgrel=2
+pkgver=5.7.1
+pkgrel=1
 arch=('x86_64')
 url='https://www.zsh.org/'
 license=('custom')
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile' 'vcs_info.patch')
-sha512sums=('cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958'
+'zprofile')
+sha512sums=('a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0'
 'SKIP'
-
'4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395'
+
'e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c'
 'SKIP'
-
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034'
-
'f72285f2ddedf1da44f419c13b54dca2a1845027ff36a4b00ea58aadf3e19986aed3568325afbc4ff7b7e92820875ac75263287dce73c2ba1d16409d5def0353')
+
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
 validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
   'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444'
   '7CA7ECAAF06216B90F894146ACF8146CAE8CBBC4')
@@ -35,8 +34,6 @@
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-
-   patch -p1 -i "${srcdir}/vcs_info.patch"
 }
 
 build() {

Deleted: vcs_info.patch
===
--- vcs_info.patch  2019-02-04 14:53:33 UTC (rev 345248)
+++ vcs_info.patch  2019-02-04 15:39:24 UTC (rev 345249)
@@ -1,35 +0,0 @@
-From b70919e0d9dadc93893e9d18bc3ef13b88756ecf Mon Sep 17 00:00:00 2001
-From: dana 
-Date: Sun, 27 Jan 2019 00:26:31 -0600
-Subject: [PATCH] 44020: VCS_INFO_detect_p4: Fix infinite recursion
-

- ChangeLog  | 5 +
- Functions/VCS_Info/Backends/VCS_INFO_detect_p4 | 1 -
- 2 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/ChangeLog b/ChangeLog
-index 81668ccc9..be243c1b8 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,8 @@
-+2018-01-27  dana  
-+
-+  * 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
-+  infinite recursion
-+
- 2018-01-24  dana  
- 
-   * unposted: Config/version.mk: Post-release version bump
-diff --git a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 
b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-index d171c68ee..5ec21da9f 100644
 a/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-+++ b/Functions/VCS_Info/Backends/VCS_INFO_detect_p4
-@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() {
- }
- 
- 
--(( ${+functions[VCS_INFO_detect_p4]} )) ||
- VCS_INFO_detect_p4() {
-   local serverport p4where
- 


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

2019-02-04 Thread Christian Hesse via arch-commits
Date: Monday, February 4, 2019 @ 14:53:33
  Author: eworm
Revision: 345248

archrelease: copy trunk to testing-x86_64

Added:
  iw/repos/testing-x86_64/PKGBUILD
(from rev 345247, iw/trunk/PKGBUILD)
Deleted:
  iw/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:53:24 UTC (rev 345247)
+++ PKGBUILD2019-02-04 14:53:33 UTC (rev 345248)
@@ -1,25 +0,0 @@
-# Maintainer: Thomas Bächler 
-
-pkgname=iw
-pkgver=5.0
-pkgrel=1
-pkgdesc='nl80211 based CLI configuration utility for wireless devices'
-arch=('x86_64')
-url='https://wireless.kernel.org/en/users/Documentation/iw'
-license=('GPL')
-depends=('libnl')
-makedepends=('linux-api-headers')
-validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
-source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
-sha256sums=('c7176c29cd42e9ee8be6d4c69e7589ad39f68ee2cf2b937a1d8ff9389c6eaff9'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
-}

Copied: iw/repos/testing-x86_64/PKGBUILD (from rev 345247, iw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:53:33 UTC (rev 345248)
@@ -0,0 +1,25 @@
+# Maintainer: Thomas Bächler 
+
+pkgname=iw
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='nl80211 based CLI configuration utility for wireless devices'
+arch=('x86_64')
+url='https://wireless.kernel.org/en/users/Documentation/iw'
+license=('GPL')
+depends=('libnl')
+makedepends=('linux-api-headers')
+validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
+source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
+sha256sums=('1e38ea794a223525b2ea7fe78fd14f2a56121e62e21ba5f9dbe8c494b35b5c0d'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR="/usr/bin" install
+}


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

2019-02-04 Thread Christian Hesse via arch-commits
Date: Monday, February 4, 2019 @ 14:53:24
  Author: eworm
Revision: 345247

upgpkg: iw 5.0.1-1

new upstream release

Modified:
  iw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 11:24:40 UTC (rev 345246)
+++ PKGBUILD2019-02-04 14:53:24 UTC (rev 345247)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=iw
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='nl80211 based CLI configuration utility for wireless devices'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('linux-api-headers')
 validpgpkeys=('C0EBC440F6DA091C884D8532E0F373F37BF9099A') # Johannes Berg
 
source=("https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar."{xz,sign})
-sha256sums=('c7176c29cd42e9ee8be6d4c69e7589ad39f68ee2cf2b937a1d8ff9389c6eaff9'
+sha256sums=('1e38ea794a223525b2ea7fe78fd14f2a56121e62e21ba5f9dbe8c494b35b5c0d'
 'SKIP')
 
 build() {


[arch-commits] Commit in nextcloud-app-contacts/trunk (PKGBUILD)

2019-02-04 Thread Sergej Pupykin via arch-commits
Date: Monday, February 4, 2019 @ 14:28:08
  Author: spupykin
Revision: 429569

upgpkg: nextcloud-app-contacts 3.0.3-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:27:37 UTC (rev 429568)
+++ PKGBUILD2019-02-04 14:28:08 UTC (rev 429569)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('d309c3bbbf834dbbc2cfef5e4212ed328e0919c7e7a7adc8edd465f763ea49e7')
+sha256sums=('254d8fd170cc03b0dfc7371a95020ba24e6b8a49af1e65f06661e1ef5e74d008')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:59
  Author: archange
Revision: 429580

archrelease: copy trunk to community-x86_64

Added:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
(from rev 429579, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
  ring-gnome/repos/community-x86_64/PKGBUILD
(from rev 429579, ring-gnome/trunk/PKGBUILD)
Deleted:
  
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
  ring-gnome/repos/community-x86_64/PKGBUILD

---+
 0001-settings-check-if-g_get_user_special_dir-fails.patch |   72 +-
 PKGBUILD  |   80 +---
 2 files changed, 73 insertions(+), 79 deletions(-)

Deleted: 0001-settings-check-if-g_get_user_special_dir-fails.patch
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   2019-02-04 
14:40:49 UTC (rev 429579)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2019-02-04 
14:40:59 UTC (rev 429580)
@@ -1,36 +0,0 @@
-From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
- 
-Date: Tue, 17 Apr 2018 09:47:47 -0400
-Subject: [PATCH] settings: check if g_get_user_special_dir fails
-
-g_get_user_special_dir can return a nullptr, so the string
-construction will fails badly. Must be checked or fallback to
-G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
-
-Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
-Reviewed-by: Philippe Gorley 

- src/generalsettingsview.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
-index 4c6a15a..4fa2d9c 100644
 a/src/generalsettingsview.cpp
-+++ b/src/generalsettingsview.cpp
-@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
- auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
- char* download_directory_value;
- g_variant_get(download_directory_variant, "", 
_directory_value);
--std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
-+std::string default_download_dir = {};
-+if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
-+default_download_dir = directory;
-+else
-+default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
- auto current_value = std::string(download_directory_value);
- if (current_value.empty()) {
- g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
--- 
-2.17.0
-

Copied: 
ring-gnome/repos/community-x86_64/0001-settings-check-if-g_get_user_special_dir-fails.patch
 (from rev 429579, 
ring-gnome/trunk/0001-settings-check-if-g_get_user_special_dir-fails.patch)
===
--- 0001-settings-check-if-g_get_user_special_dir-fails.patch   
(rev 0)
+++ 0001-settings-check-if-g_get_user_special_dir-fails.patch   2019-02-04 
14:40:59 UTC (rev 429580)
@@ -0,0 +1,36 @@
+From 1946b536d75fc47f16bf3accb9b18c98145280b1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
+ 
+Date: Tue, 17 Apr 2018 09:47:47 -0400
+Subject: [PATCH] settings: check if g_get_user_special_dir fails
+
+g_get_user_special_dir can return a nullptr, so the string
+construction will fails badly. Must be checked or fallback to
+G_USER_DIRECTORY_DESKTOP ($HOME/Desktop)
+
+Change-Id: I04b72221f14091db2cfd880a9b35b8ab92e46ae4
+Reviewed-by: Philippe Gorley 
+---
+ src/generalsettingsview.cpp | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp
+index 4c6a15a..4fa2d9c 100644
+--- a/src/generalsettingsview.cpp
 b/src/generalsettingsview.cpp
+@@ -248,7 +248,11 @@ general_settings_view_init(GeneralSettingsView *self)
+ auto* download_directory_variant = g_settings_get_value(priv->settings, 
"download-folder");
+ char* download_directory_value;
+ g_variant_get(download_directory_variant, "", 
_directory_value);
+-std::string default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DOWNLOAD);
++std::string default_download_dir = {};
++if (auto* directory = g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
++default_download_dir = directory;
++else
++default_download_dir = g_get_user_special_dir 
(G_USER_DIRECTORY_DESKTOP);
+ auto current_value = std::string(download_directory_value);
+ if (current_value.empty()) {
+ g_settings_set_value(priv->settings, "download-folder", 
g_variant_new("s", default_download_dir.c_str()));
+-- 
+2.17.0
+

Deleted: PKGBUILD

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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:43
  Author: archange
Revision: 429578

archrelease: copy trunk to community-x86_64

Added:
  libringclient/repos/community-x86_64/PKGBUILD
(from rev 429577, libringclient/trunk/PKGBUILD)
Deleted:
  libringclient/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:37 UTC (rev 429577)
+++ PKGBUILD2019-02-04 14:40:43 UTC (rev 429578)
@@ -1,40 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=libringclient
-pkgver=20180802.5.14d8a66
-pkgrel=1
-epoch=2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=("ring-daemon" "qt5-base")
-makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=5401720dc5fc4cd286285ddd6a400e9a3beb5ef9;)
-md5sums=('SKIP')
-
-build() {
-  cd "ring-lrc"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "ring-lrc/build"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libringclient/repos/community-x86_64/PKGBUILD (from rev 429577, 
libringclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:40:43 UTC (rev 429578)
@@ -0,0 +1,34 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=libringclient
+pkgver=20190103
+pkgrel=1
+epoch=2
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (client communication library)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=('ring')
+depends=('ring-daemon' 'qt5-base')
+makedepends=('git' 'cmake' 'qt5-tools')
+_commit=febeded0d0dc66b6b06b2f3d0b67238c1c3c6f4e
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=${_commit};)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ring-lrc \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:37
  Author: archange
Revision: 429577

upgpkg: libringclient 2:20190103-1

Upstream update + clean PKGBUILD

Modified:
  libringclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:20 UTC (rev 429576)
+++ PKGBUILD2019-02-04 14:40:37 UTC (rev 429577)
@@ -1,26 +1,28 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
 
 pkgname=libringclient
-pkgver=20180802.5.14d8a66
+pkgver=20190103
 pkgrel=1
 epoch=2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (client communication library)"
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (client communication library)"
 arch=("x86_64")
 url="https://ring.cx;
 license=('GPL3')
-groups=("ring")
-depends=("ring-daemon" "qt5-base")
+groups=('ring')
+depends=('ring-daemon' 'qt5-base')
 makedepends=('git' 'cmake' 'qt5-tools')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=5401720dc5fc4cd286285ddd6a400e9a3beb5ef9;)
+_commit=febeded0d0dc66b6b06b2f3d0b67238c1c3c6f4e
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-lrc#commit=${_commit};)
 md5sums=('SKIP')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "ring-lrc"
-
-  msg2 'Building...'
-  mkdir -p build
   cd build
-  cmake .. \
+  cmake ../ring-lrc \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
@@ -27,14 +29,6 @@
 }
 
 package() {
-  cd "ring-lrc/build"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+  cd build
+  make DESTDIR="${pkgdir}" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:12
  Author: archange
Revision: 429575

upgpkg: ring-daemon 2:20190103-1

Upstream update + clean PKGBUILD

Modified:
  ring-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:39:49 UTC (rev 429574)
+++ PKGBUILD2019-02-04 14:40:12 UTC (rev 429575)
@@ -1,38 +1,39 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
 
 pkgname=ring-daemon
-pkgver=20180802.5.14d8a66
+pkgver=20190103
 pkgrel=1
 epoch=2
-_pjprojectver=2.7.2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
+_pjprojectver=2.8
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
 arch=("x86_64")
 url="https://ring.cx;
 license=('GPL3')
 groups=("ring")
 depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
- 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'dbus-c++' 'ffmpeg' 'gnutls'
  'expat' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
  'libsecp256k1' 'util-linux' 'opus')
 makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
 #checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=d7fee9ca953ea0e272539aea52405eeaedb89074;
-
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
-noextract=("pjproject-${_pjprojectver}.tar.bz2")
+_commit=981c9df98e4610efb2f144ead121d5ec98126876
+#source=("git+https://git.ring.cx/savoirfairelinux/ring-daemon#commit=${_commit};
 # Certificate issues
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=${_commit};
+
"https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz;)
+noextract=("pjproject-${_pjprojectver}.tar.gz")
 sha256sums=('SKIP'
-'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
-sha512sums=('SKIP'
-
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
+'1fcdf6e295e3b8d99c9e738d3e980d8e7da34c76bd5e773c8ed9ad26b119d0eb')
 
 prepare() {
-  cd "${pkgname}"
-  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
+  cd ${pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
   mkdir contrib/native
   autoreconf -fvi
 }
 
 build() {
-  cd "${pkgname}/contrib/native"
+  cd ${pkgname}/contrib/native
   ../bootstrap \
   --disable-downloads \
   --disable-all \
@@ -57,14 +58,6 @@
 #}
 
 package() {
-  cd "${pkgname}"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:20
  Author: archange
Revision: 429576

archrelease: copy trunk to community-x86_64

Added:
  ring-daemon/repos/community-x86_64/PKGBUILD
(from rev 429575, ring-daemon/trunk/PKGBUILD)
Deleted:
  ring-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:12 UTC (rev 429575)
+++ PKGBUILD2019-02-04 14:40:20 UTC (rev 429576)
@@ -1,70 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-
-pkgname=ring-daemon
-pkgver=20180802.5.14d8a66
-pkgrel=1
-epoch=2
-_pjprojectver=2.7.2
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (daemon)"
-arch=("x86_64")
-url="https://ring.cx;
-license=('GPL3')
-groups=("ring")
-depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
- 'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'gnutls'
- 'expat' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
- 'libsecp256k1' 'util-linux' 'opus')
-makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
-#checkdepends=('cppunit')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=d7fee9ca953ea0e272539aea52405eeaedb89074;
-
"http://www.pjsip.org/release/${_pjprojectver}/pjproject-${_pjprojectver}.tar.bz2;)
-noextract=("pjproject-${_pjprojectver}.tar.bz2")
-sha256sums=('SKIP'
-'9c2c828abab7626edf18e04b041ef274bfaa86f99adf2c25ff56f1509e813772')
-sha512sums=('SKIP'
-
'3d355ffcbbeed62cfc711e574a987dc06043ccf4f2625820adffa89167022b8306fcee3fada71d3d45e7b902fc9c65ac8221de101cbafed25362a3921f702afd')
-
-prepare() {
-  cd "${pkgname}"
-  cp ../pjproject-${_pjprojectver}.tar.bz2 contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd "${pkgname}/contrib/native"
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-ipv6
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd "${pkgname}"
-#  make -k check
-#}
-
-package() {
-  cd "${pkgname}"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ring-daemon/repos/community-x86_64/PKGBUILD (from rev 429575, 
ring-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:40:20 UTC (rev 429576)
@@ -0,0 +1,63 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=ring-daemon
+pkgver=20190103
+pkgrel=1
+epoch=2
+_pjprojectver=2.8
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (daemon component)"
+arch=("x86_64")
+url="https://ring.cx;
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+ 'dbus-c++' 'ffmpeg' 'gnutls'
+ 'expat' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+ 'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+_commit=981c9df98e4610efb2f144ead121d5ec98126876
+#source=("git+https://git.ring.cx/savoirfairelinux/ring-daemon#commit=${_commit};
 # Certificate issues
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=${_commit};
+
"https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz;)
+noextract=("pjproject-${_pjprojectver}.tar.gz")
+sha256sums=('SKIP'
+'1fcdf6e295e3b8d99c9e738d3e980d8e7da34c76bd5e773c8ed9ad26b119d0eb')
+
+prepare() {
+  cd ${pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:40:49
  Author: archange
Revision: 429579

upgpkg: ring-gnome 3:20190103-1

Upstream update + clean PKGBUILD

Modified:
  ring-gnome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:43 UTC (rev 429578)
+++ PKGBUILD2019-02-04 14:40:49 UTC (rev 429579)
@@ -1,29 +1,31 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
 
 pkgname=ring-gnome
-pkgver=20180802.5.14d8a66
+pkgver=20190103
 pkgrel=1
 epoch=3
-pkgdesc="Ring is a free and universal communication platform which preserves 
the users' privacy and freedoms (GNOME client)"
+pkgdesc="Free and universal communication platform which preserves the users’ 
privacy and freedoms (GNOME client)"
 arch=("x86_64")
 url="https://ring.cx;
 license=('GPL3')
-groups=("ring")
-depends=("libringclient" "ring-daemon"
- "gtk3" "dconf" "clutter" "clutter-gtk" "webkit2gtk" "qrencode"
- "qt5-base" "gtk-update-icon-cache" "desktop-file-utils"
- "evolution-data-server" "libnotify" "libcanberra" "libnm")
+groups=('ring')
+depends=('libringclient' 'ring-daemon'
+ 'gtk3' 'dconf' 'clutter' 'clutter-gtk' 'webkit2gtk' 'qrencode'
+ 'qt5-base' 'gtk-update-icon-cache' 'desktop-file-utils'
+ 'evolution-data-server' 'libnotify' 'libcanberra' 'libnm')
 makedepends=('git' 'cmake')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=d32828752ca48d7e960625d84b8be694fc9f3dd9;)
+_commit=32e606106920a21da416ef365fb654b5df721098
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-client-gnome#commit=${_commit};)
 sha256sums=('SKIP')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "ring-client-gnome"
-
-  msg2 'Building...'
-  mkdir -p build
   cd build
-  cmake .. \
+  cmake ../ring-client-gnome \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=None
   make
@@ -30,14 +32,6 @@
 }
 
 package() {
-  cd "ring-client-gnome/build"
-
-  msg2 'Installing...'
-  make DESTDIR="$pkgdir" install
-
-  msg2 'Cleaning up pkgdir...'
-  find "$pkgdir" -type d -name .git -exec rm -r '{}' +
-  find "$pkgdir" -type f -name .gitignore -exec rm -r '{}' +
+  cd build
+  make DESTDIR="${pkgdir}" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:39:49
  Author: archange
Revision: 429574

archrelease: copy trunk to community-x86_64

Added:
  opendht/repos/community-x86_64/PKGBUILD
(from rev 429573, opendht/trunk/PKGBUILD)
Deleted:
  opendht/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:39:41 UTC (rev 429573)
+++ PKGBUILD2019-02-04 14:39:49 UTC (rev 429574)
@@ -1,58 +0,0 @@
-# Maintainer: Baptiste Jonglez 
-pkgname=opendht
-pkgver=1.7.4
-pkgrel=4
-epoch=1
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
-optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht;
-license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d82601b31841c611c7a6e65bd7b63e8d21a6961b0db64b8fbc518c9574c52745')
-sha512sums=('be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_BUILD_TYPE=None \
--DOPENDHT_TESTS=ON \
--DOPENDHT_DOCUMENTATION=OFF \
--DOPENDHT_STATIC=OFF \
--DOPENDHT_SYSTEMD=ON \
--DOPENDHT_LTO=ON \
--DOPENDHT_TOOLS=ON \
--DOPENDHT_PYTHON=ON \
--DOPENDHT_PROXY_SERVER=ON \
--DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cd build
-  make test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opendht/repos/community-x86_64/PKGBUILD (from rev 429573, 
opendht/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:39:49 UTC (rev 429574)
@@ -0,0 +1,49 @@
+# Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
+pkgname=opendht
+pkgver=1.8.1
+pkgrel=1
+epoch=1
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+arch=('x86_64')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+optdepends=('python: to use the Python bindings')
+url="https://github.com/savoirfairelinux/opendht;
+license=('GPL3')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
+-DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in restbed/repos/community-x86_64 (6 files)

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:39:04
  Author: archange
Revision: 429572

archrelease: copy trunk to community-x86_64

Added:
  
restbed/repos/community-x86_64/0001-build-Only-run-tests-if-catch2-is-installed.patch
(from rev 429571, 
restbed/trunk/0001-build-Only-run-tests-if-catch2-is-installed.patch)
  
restbed/repos/community-x86_64/0002-build-make-static-shared-builds-optional.patch
(from rev 429571, 
restbed/trunk/0002-build-make-static-shared-builds-optional.patch)
  
restbed/repos/community-x86_64/0003-build-allow-only-static-or-shared-crypto-lib.patch
(from rev 429571, 
restbed/trunk/0003-build-allow-only-static-or-shared-crypto-lib.patch)
  restbed/repos/community-x86_64/PKGBUILD
(from rev 429571, restbed/trunk/PKGBUILD)
Deleted:
  
restbed/repos/community-x86_64/0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch
  restbed/repos/community-x86_64/PKGBUILD

-+
 0001-build-Only-run-tests-if-catch2-is-installed.patch  |   62 +
 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch |   64 -
 0002-build-make-static-shared-builds-optional.patch |   88 
 0003-build-allow-only-static-or-shared-crypto-lib.patch |   25 ++
 PKGBUILD|  108 
+-
 5 files changed, 234 insertions(+), 113 deletions(-)

Copied: 
restbed/repos/community-x86_64/0001-build-Only-run-tests-if-catch2-is-installed.patch
 (from rev 429571, 
restbed/trunk/0001-build-Only-run-tests-if-catch2-is-installed.patch)
===
--- 0001-build-Only-run-tests-if-catch2-is-installed.patch  
(rev 0)
+++ 0001-build-Only-run-tests-if-catch2-is-installed.patch  2019-02-04 
14:39:04 UTC (rev 429572)
@@ -0,0 +1,62 @@
+From 5c8fc4e9a6afe0e0b5bcfa4f3e7dbb4bfe167ba1 Mon Sep 17 00:00:00 2001
+From: Baptiste Jonglez 
+Date: Thu, 3 Jan 2019 00:47:39 +0100
+Subject: [PATCH] build: Only run tests if catch2 is installed
+
+---
+ CMakeLists.txt| 14 --
+ cmake/Findcatch.cmake | 11 +++
+ 2 files changed, 11 insertions(+), 14 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c618244..95889e1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -42,7 +42,14 @@ endif ( )
+ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake" )
+ 
+ find_package( asio REQUIRED )
+-find_package( catch REQUIRED )
++find_package( catch )
++if ( CATCH_FOUND )
++enable_testing( )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/unit" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/feature" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/regression" )
++add_subdirectory( "${PROJECT_SOURCE_DIR}/test/integration" )
++endif ( )
+ if ( BUILD_SSL )
+ find_package( openssl REQUIRED )
+ endif ( )
+@@ -77,11 +84,6 @@ else ( )
+ target_link_libraries( ${SHARED_LIBRARY_NAME} )
+ endif ( )
+ 
+-enable_testing( )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/unit" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/feature" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/regression" )
+-add_subdirectory( "${PROJECT_SOURCE_DIR}/test/integration" )
+ 
+ #
+ # Install
+diff --git a/cmake/Findcatch.cmake b/cmake/Findcatch.cmake
+index d070243..6c5be19 100644
+--- a/cmake/Findcatch.cmake
 b/cmake/Findcatch.cmake
+@@ -1,9 +1,4 @@
+-find_path( catch_INCLUDE catch.hpp HINTS 
"${PROJECT_SOURCE_DIR}/dependency/catch/single_include" 
"/usr/include/catch2/single_include" "/usr/local/include/catch2/single_include" 
"/opt/local/include/catch2/single_include" )
++find_path( catch_INCLUDE catch.hpp HINTS 
"${PROJECT_SOURCE_DIR}/dependency/catch/single_include" "/usr/include/catch2" 
"/usr/local/include/catch2/single_include" 
"/opt/local/include/catch2/single_include" )
+ 
+-if ( catch_INCLUDE )
+-set( CATCH_FOUND TRUE )
+-
+-message( STATUS "Found Catch include at: ${catch_INCLUDE}" )
+-else ( )
+-message( FATAL_ERROR "Failed to locate Catch dependency." )
+-endif ( )
++include(FindPackageHandleStandardArgs)
++FIND_PACKAGE_HANDLE_STANDARD_ARGS(catch DEFAULT_MSG catch_INCLUDE)
+-- 
+2.20.0
+

Deleted: 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch
===
--- 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch 
2019-02-04 14:38:47 UTC (rev 429571)
+++ 0001-cmake-Auto-detect-Catch-dependency-to-decide-whether.patch 
2019-02-04 14:39:04 UTC (rev 429572)
@@ -1,64 +0,0 @@
-From 78a25164be8a15bf3d677ac0f1de402e1377 Mon Sep 17 00:00:00 2001
-From: Baptiste Jonglez 
-Date: Mon, 2 Apr 2018 12:40:34 +0200
-Subject: [PATCH] cmake: Auto-detect Catch dependency to decide whether to
- enable tests
-
-This automatically enables or disables tests, depending on whether Catch
-is found on the system.
-
-Of course, it is 

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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:39:41
  Author: archange
Revision: 429573

upgpkg: opendht 1:1.8.1-1

Upstream update + clean PKGBUILD

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:39:04 UTC (rev 429572)
+++ PKGBUILD2019-02-04 14:39:41 UTC (rev 429573)
@@ -1,7 +1,9 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
 pkgname=opendht
-pkgver=1.7.4
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -10,18 +12,19 @@
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht;
 license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('d82601b31841c611c7a6e65bd7b63e8d21a6961b0db64b8fbc518c9574c52745')
-sha512sums=('be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
   cd build
-  cmake .. \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DOPENDHT_TESTS=ON \
 -DOPENDHT_DOCUMENTATION=OFF \
 -DOPENDHT_STATIC=OFF \
@@ -31,28 +34,16 @@
 -DOPENDHT_PYTHON=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
   cd build
   make test
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
   cd build
   make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:38:47
  Author: archange
Revision: 429571

upgpkg: restbed 4.6+89+ga1e9c97-1

Update to more recent version in order to build opendht

Modified:
  restbed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:28:22 UTC (rev 429570)
+++ PKGBUILD2019-02-04 14:38:47 UTC (rev 429571)
@@ -1,5 +1,7 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
 # Contributor: Justin Wilcox 
+
 pkgname=restbed
 pkgver=4.6+89+ga1e9c97
 pkgrel=1
@@ -8,15 +10,13 @@
 url="https://github.com/Corvusoft/restbed;
 license=('AGPL3')
 depends=('openssl')
-replaces=('restbed-latest')
-conflicts=('restbed-latest')
 makedepends=('cmake' 'asio')
 checkdepends=('catch2')
 _commit=a1e9c970cf0886ab9e115f776f7d3c5dab52b964
-source=("https://github.com/Corvusoft/restbed/archive/${_commit}/$pkgname-$pkgver.tar.gz;
-"0001-build-Only-run-tests-if-catch2-is-installed.patch"
-"0002-build-make-static-shared-builds-optional.patch"
-"0003-build-allow-only-static-or-shared-crypto-lib.patch")
+source=("${url}/archive/${_commit}/${pkgname}-${pkgver}.tar.gz"
+'0001-build-Only-run-tests-if-catch2-is-installed.patch'
+'0002-build-make-static-shared-builds-optional.patch'
+'0003-build-allow-only-static-or-shared-crypto-lib.patch')
 sha256sums=('65c0bd66073b2646bd42b7b254820f55f8ac2ae0d1298fa64f59e104e503196e'
 '6ec39ca415b7f09246238fb9c43664caeec71601d55545f529401e7fcedc175c'
 'aaf94a7c0ceb94b1dbd3cd7dfe4541a99c107af5a528353615ff792b1f591673'
@@ -23,11 +23,12 @@
 'ca6ddb1bc8a8a623d37351b418a8c897046cfb915f7760060f1f0cfe12a2c92f')
 
 prepare() {
-  cd "$srcdir/$pkgname-$_commit"
+  mkdir -p build
+  cd ${pkgname}-${_commit}
   # Allows to disable static builds
-  patch -p1 < "$srcdir/0001-build-Only-run-tests-if-catch2-is-installed.patch"
-  patch -p1 < "$srcdir/0002-build-make-static-shared-builds-optional.patch"
-  patch -p1 < "$srcdir/0003-build-allow-only-static-or-shared-crypto-lib.patch"
+  patch -p1 -i ../0001-build-Only-run-tests-if-catch2-is-installed.patch
+  patch -p1 -i ../0002-build-make-static-shared-builds-optional.patch
+  patch -p1 -i ../0003-build-allow-only-static-or-shared-crypto-lib.patch
   # Add missing include directory for tests
   sed -i -e 's/include_directories( SYSTEM /include_directories( 
${INCLUDE_DIR} SYSTEM /' 
test/{integration,unit,regression,feature}/CMakeLists.txt
   # Force tests to use shared library, for correct dependencies and linking
@@ -35,27 +36,24 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$_commit"
-
-  mkdir -p build
   cd build
-  cmake .. \
+  cmake ../${pkgname}-${_commit} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_STATIC=OFF \
 -DBUILD_SHARED=ON \
--DBUILD_SSL=on
+-DBUILD_SSL=ON
   make
 }
 
 check() {
-  cd "$srcdir/$pkgname-$_commit/build"
-  make test
+  cd build
+  # Currently http_integration_test_suite is failing while running the wrong
+  # part of a ifdef BUILD_SSL guarded code…
+  make test || warning "Tests failed"
 }
 
 package() {
-  cd "$srcdir/$pkgname-$_commit"
-
-  cd build/
-  make DESTDIR="$pkgdir" install
+  cd build
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2019-02-04 Thread Sergej Pupykin via arch-commits
Date: Monday, February 4, 2019 @ 14:27:37
  Author: spupykin
Revision: 429568

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 429567, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:27:22 UTC (rev 429567)
+++ PKGBUILD2019-02-04 14:27:37 UTC (rev 429568)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('fb08d22416be4a3f4038b5d38241043f460bb81a5c1ef68da5bcdaeb12dfab7c')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 429567, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:27:37 UTC (rev 429568)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('a01d11a8a6782019d992eecaaaf06e948b0d1299ca6e7e4d15eb3cc217efdece')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2019-02-04 Thread Sergej Pupykin via arch-commits
Date: Monday, February 4, 2019 @ 14:28:22
  Author: spupykin
Revision: 429570

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 429569, nextcloud-app-contacts/trunk/PKGBUILD)
Deleted:
  nextcloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 14:28:08 UTC (rev 429569)
+++ PKGBUILD2019-02-04 14:28:22 UTC (rev 429570)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('d309c3bbbf834dbbc2cfef5e4212ed328e0919c7e7a7adc8edd465f763ea49e7')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 429569, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 14:28:22 UTC (rev 429570)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('254d8fd170cc03b0dfc7371a95020ba24e6b8a49af1e65f06661e1ef5e74d008')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in nextcloud-app-bookmarks/trunk (PKGBUILD)

2019-02-04 Thread Sergej Pupykin via arch-commits
Date: Monday, February 4, 2019 @ 14:27:22
  Author: spupykin
Revision: 429567

upgpkg: nextcloud-app-bookmarks 1:0.16.1-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 13:42:33 UTC (rev 429566)
+++ PKGBUILD2019-02-04 14:27:22 UTC (rev 429567)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('fb08d22416be4a3f4038b5d38241043f460bb81a5c1ef68da5bcdaeb12dfab7c')
+sha256sums=('a01d11a8a6782019d992eecaaaf06e948b0d1299ca6e7e4d15eb3cc217efdece')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-02-04 Thread Jelle van der Waa via arch-commits
Date: Monday, February 4, 2019 @ 13:42:33
  Author: jelle
Revision: 429566

switch to setup.py

Modified:
  esptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 12:11:53 UTC (rev 429565)
+++ PKGBUILD2019-02-04 13:42:33 UTC (rev 429566)
@@ -8,14 +8,19 @@
 pkgrel=1
 pkgdesc="A cute Python utility to communicate with the ROM bootloader in 
Espressif ESP8266"
 arch=('any')
-url="https://github.com/themadinventor/esptool;
+url="https://github.com/espressif/esptool;
 license=('GPL2')
-makedepends=('git')
-depends=('python-pyserial')
-source=("https://github.com/themadinventor/esptool/archive/v${pkgver}.tar.gz;)
+makedepends=('git' 'python-setuptools')
+depends=('python-pyserial' 'python-ecdsa' 'python-pyaes')
+source=("https://github.com/espressif/esptool/archive/v${pkgver}.tar.gz;)
 
sha512sums=('dd2e1815df07a491d5b41b709aafecb642f5b642c83b11e309986ba0ad827257e6b7bb93f4decd7ee37fd10a1ee7b36c836598c0c2e1e60118bf96397c187dfd')
 
+build() {
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py build
+}
+
 package() {
-  cd "esptool-${pkgver}"
-  install -Dm755 "esptool.py" "${pkgdir}/usr/bin/esptool"
+  cd "${pkgname}-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }


[arch-commits] Commit in cozy-desktop/repos/community-any (8 files)

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 12:11:53
  Author: archange
Revision: 429565

archrelease: copy trunk to community-any

Added:
  cozy-desktop/repos/community-any/PKGBUILD
(from rev 429564, cozy-desktop/trunk/PKGBUILD)
  cozy-desktop/repos/community-any/cozy-desktop.desktop
(from rev 429564, cozy-desktop/trunk/cozy-desktop.desktop)
  cozy-desktop/repos/community-any/cozy-desktop.sh
(from rev 429564, cozy-desktop/trunk/cozy-desktop.sh)
  cozy-desktop/repos/community-any/icons.tar.xz
(from rev 429564, cozy-desktop/trunk/icons.tar.xz)
Deleted:
  cozy-desktop/repos/community-any/PKGBUILD
  cozy-desktop/repos/community-any/cozy-desktop.desktop
  cozy-desktop/repos/community-any/cozy-desktop.sh
  cozy-desktop/repos/community-any/icons.tar.xz

--+
 PKGBUILD |  104 -
 cozy-desktop.desktop |   18 
 cozy-desktop.sh  |6 +-
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 12:11:30 UTC (rev 429564)
+++ PKGBUILD2019-02-04 12:11:53 UTC (rev 429565)
@@ -1,52 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-desktop
-pkgver=3.11.2
-pkgrel=2
-pkgdesc="File synchronisation for Cozy Cloud on Desktop"
-arch=('any')
-url="https://cozy-labs.github.io/cozy-desktop/;
-license=('AGPL3')
-depends=('electron2')
-makedepends=('nodejs-lts-carbon' 'yarn' 'git' 'node-gyp' 'python2')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.sh"
-'icons.tar.xz')
-sha256sums=('98001624f31df450f1fb2156df33612014409d3d5c56f8c7be4215f80a5245e2'
-'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
-'6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
-'69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-_electronver=$(cat /usr/lib/electron2/version)
-sed -i "s|\"electron\": \"^1.8.3\"|\"electron\": \"^${_electronver/v/}\"|" 
package.json
-#npm install --cache "${srcdir}"/npm-cache
-yarn install
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-#npm run build --cache "${srcdir}"/npm-cache
-yarn build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-#npm run dist --dir --cache "${srcdir}"/npm-cache
-yarn dist --dir
-
-install -dm755 "${pkgdir}"/usr/lib/${pkgname}
-cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
-
-rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
-rmdir 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/{scripts/,}
-
-cd "${srcdir}"
-install -dm755 "${pkgdir}"/usr/share/icons/
-cp -r hicolor "${pkgdir}"/usr/share/icons/
-
-install -Dm755 ${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 ${pkgname}.desktop 
"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: cozy-desktop/repos/community-any/PKGBUILD (from rev 429564, 
cozy-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 12:11:53 UTC (rev 429565)
@@ -0,0 +1,52 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-desktop
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="File synchronisation for Cozy Cloud on Desktop"
+arch=('any')
+url="https://cozy-labs.github.io/cozy-desktop/;
+license=('AGPL3')
+depends=('electron2')
+makedepends=('nodejs-lts-carbon' 'yarn' 'git' 'node-gyp' 'python2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/cozy-labs/${pkgname}/archive/v${pkgver}.tar.gz;
+"${pkgname}.desktop"
+"${pkgname}.sh"
+'icons.tar.xz')
+sha256sums=('3f76dd5b6b6ce3c46501ff33c05fe5ca0fbd5429939f7ab4391038202c0564cd'
+'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
+'6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
+'69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+_electronver=$(cat /usr/lib/electron2/version)
+sed -i "s|\"electron\": \"^1.8.3\"|\"electron\": \"^${_electronver/v/}\"|" 
package.json
+#npm install --cache "${srcdir}"/npm-cache
+yarn install
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+#npm run build --cache "${srcdir}"/npm-cache
+yarn build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+#npm run dist --dir --cache "${srcdir}"/npm-cache
+yarn dist --dir
+
+install -dm755 "${pkgdir}"/usr/lib/${pkgname}
+cp -r dist/linux-unpacked/resources "${pkgdir}"/usr/lib/${pkgname}/
+
+rm 
"${pkgdir}"/usr/lib/cozy-desktop/resources/app.asar.unpacked/gui/scripts/macos-add-favorite.py
+rmdir 

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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 12:11:30
  Author: archange
Revision: 429564

upgpkg: cozy-desktop 3.12.0-1

Modified:
  cozy-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 10:15:57 UTC (rev 429563)
+++ PKGBUILD2019-02-04 12:11:30 UTC (rev 429564)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cozy-desktop
-pkgver=3.11.2
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="File synchronisation for Cozy Cloud on Desktop"
 arch=('any')
 url="https://cozy-labs.github.io/cozy-desktop/;
@@ -13,7 +13,7 @@
 "${pkgname}.desktop"
 "${pkgname}.sh"
 'icons.tar.xz')
-sha256sums=('98001624f31df450f1fb2156df33612014409d3d5c56f8c7be4215f80a5245e2'
+sha256sums=('3f76dd5b6b6ce3c46501ff33c05fe5ca0fbd5429939f7ab4391038202c0564cd'
 'df0935e38d99c506b622d99d85179ec4612140d78fcd8c73103cb89c4f58ebab'
 '6c2df91fca75903c1e518eab56ba9cddfd3e7af6d4433207d9861ce22338f677'
 '69631fcd5f2334deffd3a5e2708cd06801fd9c22f1ebd2892c2d829dc33adf97')


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

2019-02-04 Thread Johannes Löthberg via arch-commits
Date: Monday, February 4, 2019 @ 11:24:23
  Author: demize
Revision: 345245

upgpkg: rhash 1.3.8-1

Modified:
  rhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 07:45:56 UTC (rev 345244)
+++ PKGBUILD2019-02-04 11:24:23 UTC (rev 345245)
@@ -5,7 +5,7 @@
 # Contributor: reMiND 
 
 pkgname=rhash
-pkgver=1.3.7
+pkgver=1.3.8
 pkgrel=1
 
 pkgdesc='Utility for verifying hash sums of files'
@@ -17,9 +17,10 @@
 
 backup=('etc/rhashrc')
 
-source=(https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz{,.asc})
+source=(https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
+
https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
 
-sha256sums=('a2441b7a04ae554ddd3eafcf50365c787b012e35ee6402eb6705d9cd4b8dfa65'
+sha256sums=('be536a56acfefc87dbc8b1db30fc639020e41edf05518185ea98630e3df7c04c'
 'SKIP')
 validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
 


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

2019-02-04 Thread Johannes Löthberg via arch-commits
Date: Monday, February 4, 2019 @ 11:24:40
  Author: demize
Revision: 345246

archrelease: copy trunk to extra-x86_64

Added:
  rhash/repos/extra-x86_64/PKGBUILD
(from rev 345245, rhash/trunk/PKGBUILD)
Deleted:
  rhash/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 11:24:23 UTC (rev 345245)
+++ PKGBUILD2019-02-04 11:24:40 UTC (rev 345246)
@@ -1,52 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: 謝致邦 
-# Contributor: cantabile 
-# Contributor: reMiND 
-
-pkgname=rhash
-pkgver=1.3.7
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='https://github.com/rhash/RHash'
-license=('custom' 'MIT')
-arch=('x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=(https://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz{,.asc})
-
-sha256sums=('a2441b7a04ae554ddd3eafcf50365c787b012e35ee6402eb6705d9cd4b8dfa65'
-'SKIP')
-validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
-
-prepare() {
-  cd RHash-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --extra-cflags="$CFLAGS" 
--extra-ldflags="$LDFLAGS"
-}
-
-build() {
-  cd RHash-$pkgver
-  make
-}
-
-check() {
-  cd RHash-$pkgver
-  make test test-lib
-}
-
-package() {
-  cd RHash-$pkgver
-
-  # program
-  make DESTDIR="$pkgdir" install
-
-  # library, since the makefiles are still broken
-  make -C librhash DESTDIR="$pkgdir" install-lib-headers install-lib-shared 
install-so-link
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/extra-x86_64/PKGBUILD (from rev 345245, 
rhash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 11:24:40 UTC (rev 345246)
@@ -0,0 +1,53 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: carstene1ns  - http://git.io/ctPKG
+# Contributor: 謝致邦 
+# Contributor: cantabile 
+# Contributor: reMiND 
+
+pkgname=rhash
+pkgver=1.3.8
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='https://github.com/rhash/RHash'
+license=('custom' 'MIT')
+arch=('x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=(https://github.com/rhash/RHash/archive/v$pkgver.tar.gz
+
https://github.com/rhash/RHash/releases/download/v$pkgver/v$pkgver.tar.gz.asc)
+
+sha256sums=('be536a56acfefc87dbc8b1db30fc639020e41edf05518185ea98630e3df7c04c'
+'SKIP')
+validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')
+
+prepare() {
+  cd RHash-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --extra-cflags="$CFLAGS" 
--extra-ldflags="$LDFLAGS"
+}
+
+build() {
+  cd RHash-$pkgver
+  make
+}
+
+check() {
+  cd RHash-$pkgver
+  make test test-lib
+}
+
+package() {
+  cd RHash-$pkgver
+
+  # program
+  make DESTDIR="$pkgdir" install
+
+  # library, since the makefiles are still broken
+  make -C librhash DESTDIR="$pkgdir" install-lib-headers install-lib-shared 
install-so-link
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}


[arch-commits] Commit in intel-media-driver/trunk (PKGBUILD)

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 10:15:40
  Author: archange
Revision: 429562

upgpkg: intel-media-driver 18.4.1-1

Modified:
  intel-media-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:43:16 UTC (rev 429561)
+++ PKGBUILD2019-02-04 10:15:40 UTC (rev 429562)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=intel-media-driver
-pkgver=18.4.0
+pkgver=18.4.1
 pkgrel=1
 pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=(gcc-libs intel-gmmlib libva libpciaccess)
 makedepends=(cmake)
 
source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz;)
-sha256sums=('57a5c0d4dc7e34d7940d23346bbdee2b6cdfbfa81d64f5b77506da8b4298df43')
+sha256sums=('f04467e725a530c2fb80e081a45d5b7910d1b3ccbf89ff2d0b1ea7996dd93ce1')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-media-driver/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 10:15:57
  Author: archange
Revision: 429563

archrelease: copy trunk to community-x86_64

Added:
  intel-media-driver/repos/community-x86_64/PKGBUILD
(from rev 429562, intel-media-driver/trunk/PKGBUILD)
Deleted:
  intel-media-driver/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 10:15:40 UTC (rev 429562)
+++ PKGBUILD2019-02-04 10:15:57 UTC (rev 429563)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Daniel Bermond < yahoo-com: danielbermond >
-
-pkgname=intel-media-driver
-pkgver=18.4.0
-pkgrel=1
-pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
-arch=('x86_64')
-url="https://github.com/intel/media-driver/;
-license=('MIT' 'BSD')
-depends=(gcc-libs intel-gmmlib libva libpciaccess)
-makedepends=(cmake)
-source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz;)
-sha256sums=('57a5c0d4dc7e34d7940d23346bbdee2b6cdfbfa81d64f5b77506da8b4298df43')
-
-prepare() {
-mkdir -p build
-}
-
-build() {
-cd build
-cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DINSTALL_DRIVER_SYSCONF=OFF \
--Wno-dev
-make
-}
-
-package() {
-cd build
-make DESTDIR="$pkgdir" install
-install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: intel-media-driver/repos/community-x86_64/PKGBUILD (from rev 429562, 
intel-media-driver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 10:15:57 UTC (rev 429563)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=intel-media-driver
+pkgver=18.4.1
+pkgrel=1
+pkgdesc="Intel Media Driver for VAAPI — Broadwell+ iGPUs"
+arch=('x86_64')
+url="https://github.com/intel/media-driver/;
+license=('MIT' 'BSD')
+depends=(gcc-libs intel-gmmlib libva libpciaccess)
+makedepends=(cmake)
+source=("https://github.com/${pkgname/-//}/archive/${pkgname%-*}-${pkgver}.tar.gz;)
+sha256sums=('f04467e725a530c2fb80e081a45d5b7910d1b3ccbf89ff2d0b1ea7996dd93ce1')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname#*-}-${pkgname%-*}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DINSTALL_DRIVER_SYSCONF=OFF \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="$pkgdir" install
+install -Dm644 ../${pkgname#*-}-${pkgname%-*}-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in (4 files)

2019-02-04 Thread Levente Polyak via arch-commits
Date: Monday, February 4, 2019 @ 09:43:05
  Author: anthraxx
Revision: 429560

addpkg: ruby-minitest 5.11.3-2

Added:
  ruby-minitest/
  ruby-minitest/repos/
  ruby-minitest/trunk/
  ruby-minitest/trunk/PKGBUILD

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

Added: ruby-minitest/trunk/PKGBUILD
===
--- ruby-minitest/trunk/PKGBUILD(rev 0)
+++ ruby-minitest/trunk/PKGBUILD2019-02-04 09:43:05 UTC (rev 429560)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Kohlmeyer 
+
+_gemname=minitest
+pkgname=ruby-${_gemname}
+_gitcommit=2362e328883ff133140fd8bea5e9ec9a714a7999
+pkgver=5.11.3
+pkgrel=2
+pkgdesc='Complete suite of testing facilities supporting TDD, BDD, mocking, 
and benchmarking'
+url='https://github.com/seattlerb/minitest'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'rubygems' 'ruby-rake' 'ruby-rdoc' 'ruby-hoe')
+options=('!emptydirs')
+source=("git+https://github.com/seattlerb/minitest#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/minitest.rb|sed -E 's|.*"(.+)".*|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+check() {
+  cd ${_gemname}
+  rake test
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc History.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Levente Polyak via arch-commits
Date: Monday, February 4, 2019 @ 09:43:16
  Author: anthraxx
Revision: 429561

archrelease: copy trunk to community-any

Added:
  ruby-minitest/repos/community-any/
  ruby-minitest/repos/community-any/PKGBUILD
(from rev 429560, ruby-minitest/trunk/PKGBUILD)

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

Copied: ruby-minitest/repos/community-any/PKGBUILD (from rev 429560, 
ruby-minitest/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-02-04 09:43:16 UTC (rev 429561)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Kohlmeyer 
+
+_gemname=minitest
+pkgname=ruby-${_gemname}
+_gitcommit=2362e328883ff133140fd8bea5e9ec9a714a7999
+pkgver=5.11.3
+pkgrel=2
+pkgdesc='Complete suite of testing facilities supporting TDD, BDD, mocking, 
and benchmarking'
+url='https://github.com/seattlerb/minitest'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('git' 'rubygems' 'ruby-rake' 'ruby-rdoc' 'ruby-hoe')
+options=('!emptydirs')
+source=("git+https://github.com/seattlerb/minitest#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_gemname}
+  grep 'VERSION = "' lib/minitest.rb|sed -E 's|.*"(.+)".*|\1|'
+}
+
+build() {
+  cd ${_gemname}
+  rake gem
+}
+
+check() {
+  cd ${_gemname}
+  rake test
+}
+
+package() {
+  cd ${_gemname}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" pkg/${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc History.rdoc -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm -r "${pkgdir}/${_gemdir}/cache"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:41:54
  Author: jsteel
Revision: 429559

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 09:41:47 UTC (rev 429558)
+++ PKGBUILD2019-02-04 09:41:54 UTC (rev 429559)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.85
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-makedepends=('python-setuptools' 'python2-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('bc95cc4ea3c11a0151603287340df21ba5f49363c9ec471cb6c16e355212ea9f3e8ddbb8954f3f59d1aeff19240091d0ee8514ccedd96f0854b56aeff20f9f27')
-
-prepare() {
-  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
-  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
-}
-
-build() {
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package_python-boto3() {
-  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-  cd "$srcdir/python-boto3-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-boto3() {
-  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
-  cd "$srcdir/python2-boto3-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 429558, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 09:41:54 UTC (rev 429559)
@@ -0,0 +1,45 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=('python-boto3' 'python2-boto3')
+pkgver=1.9.86
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+makedepends=('python-setuptools' 'python2-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('b78f2138d92edb2db4675e9b8610c129800053642a6abd7d133f36ede6e28ce1e99703124220e4df01aa19a18d1919301db090cfc77e44dd829cf45b8adeb622')
+
+prepare() {
+  cp -r "boto3-$pkgver" "python-boto3-$pkgver"
+  cp -r "boto3-$pkgver" "python2-boto3-$pkgver"
+}
+
+build() {
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package_python-boto3() {
+  depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+  cd "$srcdir/python-boto3-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-boto3() {
+  depends=('python2-botocore' 'python2-jmespath' 'python2-s3transfer')
+  cd "$srcdir/python2-boto3-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:41:47
  Author: jsteel
Revision: 429558

upgpkg: python-boto3 1.9.86-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:41:03 UTC (rev 429557)
+++ PKGBUILD2019-02-04 09:41:47 UTC (rev 429558)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=('python-boto3' 'python2-boto3')
-pkgver=1.9.85
+pkgver=1.9.86
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('bc95cc4ea3c11a0151603287340df21ba5f49363c9ec471cb6c16e355212ea9f3e8ddbb8954f3f59d1aeff19240091d0ee8514ccedd96f0854b56aeff20f9f27')
+sha512sums=('b78f2138d92edb2db4675e9b8610c129800053642a6abd7d133f36ede6e28ce1e99703124220e4df01aa19a18d1919301db090cfc77e44dd829cf45b8adeb622')
 
 prepare() {
   cp -r "boto3-$pkgver" "python-boto3-$pkgver"


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:41:03
  Author: jsteel
Revision: 429557

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 429556, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 09:40:53 UTC (rev 429556)
+++ PKGBUILD2019-02-04 09:41:03 UTC (rev 429557)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.16.95
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6f8c42b870e2adb1c37985a753d26b32')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 429556, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 09:41:03 UTC (rev 429557)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.16.96
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('3b2b76d7b7a6f997177cdec9d9ed0856')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:40:41
  Author: jsteel
Revision: 429555

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 09:40:30 UTC (rev 429554)
+++ PKGBUILD2019-02-04 09:40:41 UTC (rev 429555)
@@ -1,51 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgbase=python-botocore
-pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.85
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a703e07d9bcb4cda5db3256a9a9e8a40')
-
-prepare() {
-  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
-  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
-}
-
-build_python-botocore() {
-  cd "python-botocore-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-botocore() {
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python-botocore() {
-  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-
-  cd "python-botocore-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-botocore() {
-  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
-
-  cd "python2-botocore-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 429554, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 09:40:41 UTC (rev 429555)
@@ -0,0 +1,51 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgbase=python-botocore
+pkgname=('python-botocore' 'python2-botocore')
+pkgver=1.12.86
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('27b8d00a6aaa74270681619b04378f21')
+
+prepare() {
+  cp -r "botocore-$pkgver" "python-botocore-$pkgver"
+  cp -r "botocore-$pkgver" "python2-botocore-$pkgver"
+}
+
+build_python-botocore() {
+  cd "python-botocore-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-botocore() {
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python-botocore() {
+  depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+
+  cd "python-botocore-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-botocore() {
+  depends=('python2-dateutil' 'python2-jmespath' 'python2-docutils' 
'python2-urllib3')
+
+  cd "python2-botocore-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:40:30
  Author: jsteel
Revision: 429554

upgpkg: python-botocore 1.12.86-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:11:13 UTC (rev 429553)
+++ PKGBUILD2019-02-04 09:40:30 UTC (rev 429554)
@@ -5,7 +5,7 @@
 
 pkgbase=python-botocore
 pkgname=('python-botocore' 'python2-botocore')
-pkgver=1.12.85
+pkgver=1.12.86
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('a703e07d9bcb4cda5db3256a9a9e8a40')
+md5sums=('27b8d00a6aaa74270681619b04378f21')
 
 prepare() {
   cp -r "botocore-$pkgver" "python-botocore-$pkgver"


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

2019-02-04 Thread Jonathan Steel via arch-commits
Date: Monday, February 4, 2019 @ 09:40:53
  Author: jsteel
Revision: 429556

upgpkg: aws-cli 1.16.96-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:40:41 UTC (rev 429555)
+++ PKGBUILD2019-02-04 09:40:53 UTC (rev 429556)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.16.95
+pkgver=1.16.96
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('6f8c42b870e2adb1c37985a753d26b32')
+md5sums=('3b2b76d7b7a6f997177cdec9d9ed0856')
 
 build() {
   cd $pkgname-$pkgver


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 4, 2019 @ 09:11:13
  Author: felixonmars
Revision: 429553

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 09:10:39 UTC (rev 429552)
+++ PKGBUILD2019-02-04 09:11:13 UTC (rev 429553)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-amqp
-pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
-arch=('any')
-url="https://github.com/celery/py-amqp;
-license=('LGPL')
-makedepends=('python-vine' 'python2-vine')
-checkdepends=('python-case' 'python2-case' 'python-pytest-sugar' 
'python2-pytest-sugar')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz;
-https://github.com/celery/py-amqp/pull/236.patch)
-sha512sums=('74c4f1dd938eaed72212ef7fee213a80a7277972870bf0cb8eee5940e62b8a428712c08e64c78b0a2158545bc49240ac34c288e1943cbdd8e5e182b1c4f4e0d7'
-
'64c4f7c7678601fe18af134fcf1f5b2244278e41317d6079ff5572e28c266fbbe394eae3c48bde2b05de8e0cfe3305beebe33cfed409285ff8dbcedf42b270fa')
-
-prepare() {
-  patch -d py-amqp-$pkgver -p1 -i ../236.patch
-}
-
-build() {
-  cd py-amqp-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd py-amqp-$pkgver
-  pytest
-  pytest2
-}
-
-package_python-amqp() {
-  depends=('python-vine')
-
-  cd py-amqp-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-amqp() {
-  depends=('python2-vine')
-
-  cd py-amqp-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-amqp/repos/community-any/PKGBUILD (from rev 429552, 
python-amqp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 09:11:13 UTC (rev 429553)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-amqp
+pkgname=('python-amqp' 'python2-amqp')
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
+arch=('any')
+url="https://github.com/celery/py-amqp;
+license=('LGPL')
+makedepends=('python-vine' 'python2-vine')
+checkdepends=('python-case' 'python2-case' 'python-pytest-sugar' 
'python2-pytest-sugar')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz;)
+sha512sums=('4c634aa8614fbc1d3cd01786144c0ce8773ab9b2ff6bb6bcf1bc1f7c8f05a5208b9fda3a18f182bad3bd8c8a84fa5640cbd322204e0fab8d389f5b5b872dfe5f')
+
+build() {
+  cd py-amqp-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd py-amqp-$pkgver
+  pytest
+  pytest2
+}
+
+package_python-amqp() {
+  depends=('python-vine')
+
+  cd py-amqp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-amqp() {
+  depends=('python2-vine')
+
+  cd py-amqp-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 4, 2019 @ 09:10:39
  Author: felixonmars
Revision: 429552

upgpkg: python-amqp 2.4.1-1

Modified:
  python-amqp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:05:14 UTC (rev 429551)
+++ PKGBUILD2019-02-04 09:10:39 UTC (rev 429552)
@@ -3,7 +3,7 @@
 
 pkgbase=python-amqp
 pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
 arch=('any')
@@ -11,15 +11,9 @@
 license=('LGPL')
 makedepends=('python-vine' 'python2-vine')
 checkdepends=('python-case' 'python2-case' 'python-pytest-sugar' 
'python2-pytest-sugar')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz;
-https://github.com/celery/py-amqp/pull/236.patch)
-sha512sums=('74c4f1dd938eaed72212ef7fee213a80a7277972870bf0cb8eee5940e62b8a428712c08e64c78b0a2158545bc49240ac34c288e1943cbdd8e5e182b1c4f4e0d7'
-
'64c4f7c7678601fe18af134fcf1f5b2244278e41317d6079ff5572e28c266fbbe394eae3c48bde2b05de8e0cfe3305beebe33cfed409285ff8dbcedf42b270fa')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/celery/py-amqp/archive/v$pkgver.tar.gz;)
+sha512sums=('4c634aa8614fbc1d3cd01786144c0ce8773ab9b2ff6bb6bcf1bc1f7c8f05a5208b9fda3a18f182bad3bd8c8a84fa5640cbd322204e0fab8d389f5b5b872dfe5f')
 
-prepare() {
-  patch -d py-amqp-$pkgver -p1 -i ../236.patch
-}
-
 build() {
   cd py-amqp-$pkgver
   python setup.py build


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 4, 2019 @ 09:05:14
  Author: felixonmars
Revision: 429551

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-02-04 Thread Felix Yan via arch-commits
Date: Monday, February 4, 2019 @ 09:04:56
  Author: felixonmars
Revision: 429550

upgpkg: haskell-http-streams 0.8.6.1-85

rebuild pass 1, specified --nocheck

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 09:00:12 UTC (rev 429549)
+++ PKGBUILD2019-02-04 09:04:56 UTC (rev 429550)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.6.1
-pkgrel=84
+pkgrel=85
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams;
 license=('BSD')


  1   2   >