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

2018-04-16 Thread Eli Schwartz via arch-commits
Date: Tuesday, April 17, 2018 @ 05:13:56
  Author: eschwartz
Revision: 316599

FS#58200 fix HTTP-only urls

Debian mirrors don't do HTTPS.

Modified:
  xosd/repos/community-x86_64/PKGBUILD
  xosd/trunk/PKGBUILD

-+
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2018-04-16 23:51:44 UTC (rev 316598)
+++ repos/community-x86_64/PKGBUILD 2018-04-17 05:13:56 UTC (rev 316599)
@@ -11,7 +11,7 @@
 url="http://sourceforge.net/projects/libxosd/;
 depends=('libxt' 'libxinerama' 'sh' 'xorg-fonts-misc')
 source=("https://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
"https://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
+
"http://http.debian.net/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
 sha256sums=('4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508'
 '82673c6d4fa7644ae7707f6fc35799cbbf38b02852d375b38faeb2a0690c0ca5')
 

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-04-16 23:51:44 UTC (rev 316598)
+++ trunk/PKGBUILD  2018-04-17 05:13:56 UTC (rev 316599)
@@ -8,10 +8,10 @@
 pkgdesc="Displays text on your screen. On-Screen-Display-libs for some tools"
 arch=('x86_64')
 license=('GPL2')
-url="http://sourceforge.net/projects/libxosd/;
+url="https://sourceforge.net/projects/libxosd/;
 depends=('libxt' 'libxinerama' 'sh' 'xorg-fonts-misc')
 source=("https://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
"https://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
+
"http://http.debian.net/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
 sha256sums=('4f1fa96f4895baee6a3cba40f188a0da23bbac9d68e8c326d749e084143cb508'
 '82673c6d4fa7644ae7707f6fc35799cbbf38b02852d375b38faeb2a0690c0ca5')
 


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Tuesday, April 17, 2018 @ 02:54:09
  Author: heftig
Revision: 321928

archrelease: copy trunk to extra-x86_64

Added:
  libgphoto2/repos/extra-x86_64/PKGBUILD
(from rev 321927, libgphoto2/trunk/PKGBUILD)
Deleted:
  libgphoto2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 02:53:44 UTC (rev 321927)
+++ PKGBUILD2018-04-17 02:54:09 UTC (rev 321928)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Gundersen 
-# Contributor: Eduardo Romero 
-# Contributor: Damir Perisa 
-
-pkgname=libgphoto2
-pkgver=2.5.16
-pkgrel=1
-pkgdesc="The core library of gphoto2, designed to allow access to digital 
camera by external programs."
-arch=(x86_64)
-url="http://www.gphoto.org/;
-license=(LGPL)
-depends=(libexif libjpeg gd libltdl libusb libxml2)
-makedepends=(autoconf-archive git)
-_commit=b85051b356c84f0017fb1622edbf9b28a5c6105a  # 
tags/libgphoto2-2_5_16-release
-source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit;)
-sha256sums=('SKIP')
-validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libgphoto2-//;s/-release//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-rpath
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused udev helper
-  rm -r "$pkgdir/usr/lib/udev"
-
-  # Remove recursive symlink
-  rm "$pkgdir/usr/include/gphoto2/gphoto2"
-
-  _genudev
-}
-
-_genudev() (
-  cd "$pkgdir/usr/lib/libgphoto2"
-
-  export LD_LIBRARY_PATH="$pkgdir/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
-  export CAMLIBS="$PWD/$pkgver"
-
-  ./print-camera-list hwdb \
-| install -Dm644 /dev/stdin "$pkgdir/usr/lib/udev/hwdb.d/20-gphoto.hwdb"
-  ./print-camera-list udev-rules version 201 \
-| install -Dm644 /dev/stdin "$pkgdir/usr/lib/udev/rules.d/40-gphoto.rules"
-)

Copied: libgphoto2/repos/extra-x86_64/PKGBUILD (from rev 321927, 
libgphoto2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-17 02:54:09 UTC (rev 321928)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Gundersen 
+# Contributor: Eduardo Romero 
+# Contributor: Damir Perisa 
+
+pkgname=libgphoto2
+pkgver=2.5.17
+pkgrel=1
+pkgdesc="The core library of gphoto2, designed to allow access to digital 
camera by external programs."
+arch=(x86_64)
+url="http://www.gphoto.org/;
+license=(LGPL)
+depends=(libexif libjpeg gd libltdl libusb libxml2)
+makedepends=(autoconf-archive git)
+_commit=fae455798f0380c5eb892b9679dcac513926833c  # 
tags/libgphoto2-2_5_17-release
+source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit;)
+sha256sums=('SKIP')
+validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libgphoto2-//;s/-release//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-rpath
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused udev helper
+  rm -r "$pkgdir/usr/lib/udev"
+
+  # Remove recursive symlink
+  rm "$pkgdir/usr/include/gphoto2/gphoto2"
+
+  _genudev
+}
+
+_genudev() (
+  cd "$pkgdir/usr/lib/libgphoto2"
+
+  export LD_LIBRARY_PATH="$pkgdir/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
+  export CAMLIBS="$PWD/$pkgver"
+
+  ./print-camera-list hwdb \
+| install -Dm644 /dev/stdin "$pkgdir/usr/lib/udev/hwdb.d/20-gphoto.hwdb"
+  ./print-camera-list udev-rules version 201 \
+| install -Dm644 /dev/stdin "$pkgdir/usr/lib/udev/rules.d/40-gphoto.rules"
+)


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Tuesday, April 17, 2018 @ 02:53:44
  Author: heftig
Revision: 321927

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 321926, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 321926, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 321926, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 321926, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 321926, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 321926, 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 |  170 -
 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, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-17 02:52:01 UTC (rev 321926)
+++ PKGBUILD2018-04-17 02:53:44 UTC (rev 321927)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.22.29+86+gd92df4ff2c
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="http://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=d92df4ff2cf2900a4b5cf3b747a4a4b4cb794f91  # gtk-3-22
-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
-
-  CXX=/bin/false ./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
-
-  cd gtk
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
-  install -Dm644 ../gtk-query-immodules-3.0.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook"
-
-  # split this out to use with gtk2 too
-  rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  cd gtk
-  install -D gtk/gtk-update-icon-cache "$pkgdir/usr/bin/gtk-update-icon-cache"
-  install -Dm644 ../gtk-update-icon-cache.hook 
"$pkgdir/usr/share/libalpm/hooks/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 321926, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-17 02:53:44 UTC (rev 321927)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.22.30
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)

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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Tuesday, April 17, 2018 @ 02:52:01
  Author: heftig
Revision: 321926

3.22.30-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-17 02:47:05 UTC (rev 321925)
+++ PKGBUILD2018-04-17 02:52:01 UTC (rev 321926)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.22.29+86+gd92df4ff2c
+pkgver=3.22.30
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -15,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=d92df4ff2cf2900a4b5cf3b747a4a4b4cb794f91  # gtk-3-22
+_commit=2e7ac262be15fb402c4103d28533c6c6d955bf65  # tags/3.22.30^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Tuesday, April 17, 2018 @ 02:47:05
  Author: heftig
Revision: 321925

2.5.17-1

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 23:50:46 UTC (rev 321924)
+++ PKGBUILD2018-04-17 02:47:05 UTC (rev 321925)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=libgphoto2
-pkgver=2.5.16
+pkgver=2.5.17
 pkgrel=1
 pkgdesc="The core library of gphoto2, designed to allow access to digital 
camera by external programs."
 arch=(x86_64)
@@ -13,7 +13,7 @@
 license=(LGPL)
 depends=(libexif libjpeg gd libltdl libusb libxml2)
 makedepends=(autoconf-archive git)
-_commit=b85051b356c84f0017fb1622edbf9b28a5c6105a  # 
tags/libgphoto2-2_5_16-release
+_commit=fae455798f0380c5eb892b9679dcac513926833c  # 
tags/libgphoto2-2_5_17-release
 source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit;)
 sha256sums=('SKIP')
 validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner


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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 22:33:20
  Author: svenstaro
Revision: 316593

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
(from rev 316592, 
neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
  neovim/repos/community-x86_64/PKGBUILD
(from rev 316592, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 316592, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 3a5721e91ba890718319213154ba6964c9dca4d2.patch |   82 +++
 PKGBUILD   |  120 +++
 neovim.install |   20 +--
 3 files changed, 111 insertions(+), 111 deletions(-)

Deleted: 3a5721e91ba890718319213154ba6964c9dca4d2.patch
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 22:33:10 UTC 
(rev 316592)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 22:33:20 UTC 
(rev 316593)
@@ -1,41 +0,0 @@
-From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Mon, 29 Jan 2018 22:47:25 +0800
-Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
-
-Fixes #7932
-
-Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
-But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
-(driver-ti.c) will be activated, which by accident only supports X10
-protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
-supports SGR.
-
-We can force libtermkey to ignore the terminfo key_mouse entry by
-returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
-
-What is the effect of returning NULL from `tui_tk_ti_getstr()`?
-- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
-- `termkey.c:peekkey()` iterates through all drivers, it finds
-  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.

- src/nvim/tui/tui.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index 2dfe7faa04c..70e19e1d932 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
- if (value != NULL && strequal(stty_erase, value)) {
-   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
- }
-+  } else if (strequal(name, "key_mouse")) {
-+DLOG("libtermkey:kmous=%s", value);
-+// If key_mouse is found, libtermkey uses its terminfo driver 
(driver-ti.c)
-+// for mouse input, which by accident only supports X10 protocol.
-+// Force libtermkey to fallback to its CSI driver (driver-csi.c). #7948
-+return NULL;
-   }
- 
-   return value;

Copied: 
neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch 
(from rev 316592, neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  
(rev 0)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 22:33:20 UTC 
(rev 316593)
@@ -0,0 +1,41 @@
+From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Mon, 29 Jan 2018 22:47:25 +0800
+Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
+
+Fixes #7932
+
+Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
+But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
+(driver-ti.c) will be activated, which by accident only supports X10
+protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
+supports SGR.
+
+We can force libtermkey to ignore the terminfo key_mouse entry by
+returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
+
+What is the effect of returning NULL from `tui_tk_ti_getstr()`?
+- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
+- `termkey.c:peekkey()` iterates through all drivers, it finds
+  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.
+---
+ src/nvim/tui/tui.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
+index 2dfe7faa04c..70e19e1d932 100644
+--- a/src/nvim/tui/tui.c
 b/src/nvim/tui/tui.c
+@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
+ if (value != NULL && strequal(stty_erase, value)) {
+   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
+ }
++  } else if (strequal(name, "key_mouse")) {
++DLOG("libtermkey:kmous=%s", value);
++// If 

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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 22:33:10
  Author: svenstaro
Revision: 316592

Fix fuckup

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 22:31:29 UTC (rev 316591)
+++ PKGBUILD2018-04-16 22:33:10 UTC (rev 316592)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -54,7 +54,7 @@
 
   # Make Arch vim packages work
   mkdir -p "${pkgdir}"/usr/share/vim
-  echo "runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
+  echo "set runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
 }
 
 # vim:set sw=2 sts=2 et:


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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 22:31:29
  Author: svenstaro
Revision: 316591

archrelease: copy trunk to community-x86_64

Added:
  glslang/repos/community-x86_64/PKGBUILD
(from rev 316590, glslang/trunk/PKGBUILD)
Deleted:
  glslang/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 22:31:21 UTC (rev 316590)
+++ PKGBUILD2018-04-16 22:31:29 UTC (rev 316591)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=glslang
-_gitver=82ead04
-pkgver=3.0.git6.${_gitver}
-pkgrel=1
-pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
-arch=('x86_64')
-url='https://github.com/KhronosGroup/glslang'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('cmake' 'git')
-source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${pkgname}"
-
-mkdir build && cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}/build"
-make DESTDIR="${pkgdir}" install
-}

Copied: glslang/repos/community-x86_64/PKGBUILD (from rev 316590, 
glslang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 22:31:29 UTC (rev 316591)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=glslang
+pkgver=6.2.2596
+_gitver=ac37079
+pkgrel=1
+pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
+arch=('x86_64')
+url='https://github.com/KhronosGroup/glslang'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('cmake' 'git')
+source=("git://github.com/KhronosGroup/glslang.git#commit=${_gitver}")
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}/build"
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 22:31:21
  Author: svenstaro
Revision: 316590

upgpkg: glslang 6.2.2596-1

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 22:06:06 UTC (rev 316589)
+++ PKGBUILD2018-04-16 22:31:21 UTC (rev 316590)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=glslang
-_gitver=82ead04
-pkgver=3.0.git6.${_gitver}
+pkgver=6.2.2596
+_gitver=ac37079
 pkgrel=1
 pkgdesc='An OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')


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

2018-04-16 Thread Levente Polyak via arch-commits
Date: Monday, April 16, 2018 @ 22:13:48
  Author: anthraxx
Revision: 321923

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 321922, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 321922, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 321922, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 321922, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 321922, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 321922, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 321922, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  
linux-hardened/repos/extra-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  514 
 config.x86_64 |19056 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 linux.install |   22 
 linux.preset  |   28 
 7 files changed, 9872 insertions(+), 9872 deletions(-)

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


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

2018-04-16 Thread Levente Polyak via arch-commits
Date: Monday, April 16, 2018 @ 22:13:38
  Author: anthraxx
Revision: 321922

upgpkg: linux-hardened 4.15.17.a-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 22:09:54 UTC (rev 321921)
+++ PKGBUILD2018-04-16 22:13:38 UTC (rev 321922)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.15
-_pkgver=4.15.16
+_pkgver=4.15.17
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -29,11 +29,11 @@
 replaces=('linux-grsec')
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'7fe0dd8c07051e7c7b75a9e2aef60c577babedc4ad6e37886fb75cbd466b8696'
+'e57d3958d4265676dbe453266c73dc6354488df7b88d2763496ab0e6febd7fac'
 'SKIP'
-'7387f954f164e29521117cee9bad233557b719b44efaed1e534ca4c51bdf99ef'
+'05e33f3cf6ad34da9f87d1070710d59711b01516c3e40d652fd089552cfbb436'
 'SKIP'
-'42938a728699b3b009207f789f55b7643a4f115076cc37424908bfdd3c58ad1f'
+'b3208d1b3c215748369909a8448c4db27738edc049c2107ec82a26375ee60eda'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-04-16 22:09:54 UTC (rev 321921)
+++ config.x86_64   2018-04-16 22:13:38 UTC (rev 321922)
@@ -209,7 +209,7 @@
 CONFIG_RD_LZ4=y
 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
-CONFIG_LOCAL_INIT=y
+# CONFIG_LOCAL_INIT is not set
 CONFIG_SYSCTL=y
 CONFIG_ANON_INODES=y
 CONFIG_HAVE_UID16=y


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

2018-04-16 Thread Antonio Rojas via arch-commits
Date: Monday, April 16, 2018 @ 22:09:54
  Author: arojas
Revision: 321921

archrelease: copy trunk to extra-x86_64

Added:
  ki18n/repos/extra-x86_64/PKGBUILD
(from rev 321920, ki18n/trunk/PKGBUILD)
Deleted:
  ki18n/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 22:09:27 UTC (rev 321920)
+++ PKGBUILD2018-04-16 22:09:54 UTC (rev 321921)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ki18n
-pkgver=5.45.0
-pkgrel=1
-pkgdesc='Advanced internationalization framework'
-arch=('x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang' 'doxygen' 'qt5-tools')
-optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b70e62cd355b02c6160b69b210fd7f4bd44fb341e013db8dc81c744332e55cf6'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: ki18n/repos/extra-x86_64/PKGBUILD (from rev 321920, 
ki18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 22:09:54 UTC (rev 321921)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.45.0
+pkgrel=2
+pkgdesc='Advanced internationalization framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-script)
+makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 python2-pyqt5 
clang doxygen qt5-tools)
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings' 'python: to compile .ts files')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393141.patch::"https://cgit.kde.org/ki18n.git/patch/?id=9c32bdab;)
+sha256sums=('b70e62cd355b02c6160b69b210fd7f4bd44fb341e013db8dc81c744332e55cf6'
+'SKIP'
+'024d6f1bfc55321455d5587940e77d588bcf9a40d515c6f833c4b0c4e68131ae')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393141.patch # Fix hang in plasma-workspace build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Antonio Rojas via arch-commits
Date: Monday, April 16, 2018 @ 22:09:27
  Author: arojas
Revision: 321920

Fix hang in plasma-workspace build (KDEBUG#393141)

Modified:
  ki18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:49:26 UTC (rev 321919)
+++ PKGBUILD2018-04-16 22:09:27 UTC (rev 321920)
@@ -5,7 +5,7 @@
 
 pkgname=ki18n
 pkgver=5.45.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced internationalization framework'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -14,13 +14,18 @@
 makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 python2-pyqt5 
clang doxygen qt5-tools)
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings' 'python: to compile .ts files')
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdebug-393141.patch::"https://cgit.kde.org/ki18n.git/patch/?id=9c32bdab;)
 sha256sums=('b70e62cd355b02c6160b69b210fd7f4bd44fb341e013db8dc81c744332e55cf6'
-'SKIP')
+'SKIP'
+'024d6f1bfc55321455d5587940e77d588bcf9a40d515c6f833c4b0c4e68131ae')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-393141.patch # Fix hang in plasma-workspace build
 }
 
 build() {


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 22:06:06
  Author: bgyorgy
Revision: 316589

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 316588, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 22:06:02 UTC (rev 316588)
+++ PKGBUILD2018-04-16 22:06:06 UTC (rev 316589)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=osinfo-db
-pkgver=20180325
-pkgrel=1
-pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
-arch=('any')
-url="https://libosinfo.org/;
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
-noextract=($pkgname-$pkgver.tar.xz)
-#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
-#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
-#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('3aa3fd794a436162cdd732fe764a3f27faf429a5178e3bc4fabb3cdebf26aa52')
-
-package() {
-   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 316588, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 22:06:06 UTC (rev 316589)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=osinfo-db
+pkgver=20180416
+pkgrel=1
+pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
+arch=('any')
+url="https://libosinfo.org/;
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz;)
+noextract=($pkgname-$pkgver.tar.xz)
+#validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
+#  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
+#  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
+sha256sums=('0686cc2281b35c6834aa1e20a5ad36ebb64843f068c1192f203f7f9e171e5561')
+
+package() {
+   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 22:06:02
  Author: bgyorgy
Revision: 316588

upgpkg: osinfo-db 20180416-1

Update to new version

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 22:05:08 UTC (rev 316587)
+++ PKGBUILD2018-04-16 22:06:02 UTC (rev 316588)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=osinfo-db
-pkgver=20180325
+pkgver=20180416
 pkgrel=1
 pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
 arch=('any')
@@ -15,7 +15,7 @@
 #validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
 #  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
 #  '1B2E81D30D42B2A20D34FE16600046B9D646B45D') # UNKNOWN KEY
-sha256sums=('3aa3fd794a436162cdd732fe764a3f27faf429a5178e3bc4fabb3cdebf26aa52')
+sha256sums=('0686cc2281b35c6834aa1e20a5ad36ebb64843f068c1192f203f7f9e171e5561')
 
 package() {
osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz


[arch-commits] Commit in gir-to-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-16 Thread Antonio Rojas via arch-commits
Date: Monday, April 16, 2018 @ 22:05:08
  Author: arojas
Revision: 316587

archrelease: copy trunk to community-x86_64

Added:
  gir-to-d/repos/community-x86_64/PKGBUILD
(from rev 316586, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 22:04:30 UTC (rev 316586)
+++ PKGBUILD2018-04-16 22:05:08 UTC (rev 316587)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=gir-to-d
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Create D bindings from GObject introspection files"
-arch=(x86_64)
-url="https://github.com/gtkd-developers/gir-to-d;
-license=(LGPL3)
-depends=(gcc-libs)
-makedepends=(meson dmd libphobos)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('cf3504f59b3bd17925336491517eb76515fa382e156051a55347cca949256681')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver --prefix=/usr
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 316586, 
gir-to-d/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 22:05:08 UTC (rev 316587)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=gir-to-d
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Create D bindings from GObject introspection files"
+arch=(x86_64)
+url="https://github.com/gtkd-developers/gir-to-d;
+license=(LGPL3)
+depends=(gcc-libs)
+makedepends=(meson dmd libphobos)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
+sha256sums=('0e9b429e1aa51e934595597c1320ae0f3c3a08d976c38969581c42edd611b679')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in gir-to-d/trunk (PKGBUILD)

2018-04-16 Thread Antonio Rojas via arch-commits
Date: Monday, April 16, 2018 @ 22:04:30
  Author: arojas
Revision: 316586

Update to 0.15.0

Modified:
  gir-to-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:57:19 UTC (rev 316585)
+++ PKGBUILD2018-04-16 22:04:30 UTC (rev 316586)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=gir-to-d
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="Create D bindings from GObject introspection files"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 makedepends=(meson dmd libphobos)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz;)
-sha256sums=('cf3504f59b3bd17925336491517eb76515fa382e156051a55347cca949256681')
+sha256sums=('0e9b429e1aa51e934595597c1320ae0f3c3a08d976c38969581c42edd611b679')
 
 prepare() {
   mkdir -p build


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:57:19
  Author: jlichtblau
Revision: 316585

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 316584, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:57:06 UTC (rev 316584)
+++ PKGBUILD2018-04-16 21:57:19 UTC (rev 316585)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.38.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-}
-
-build() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  go get -u github.com/golang/dep/cmd/dep
-  dep ensure
-  go get github.com/magefile/mage
-  mage hugo
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 316584, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:57:19 UTC (rev 316585)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.39
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30')
+
+prepare() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  cp -a "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+}
+
+build() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  go get -u github.com/golang/dep/cmd/dep
+  dep ensure
+  go get github.com/magefile/mage
+  mage hugo
+}
+
+package() {
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:57:06
  Author: jlichtblau
Revision: 316584

upgpkg: hugo 0.39-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:40:40 UTC (rev 316583)
+++ PKGBUILD2018-04-16 21:57:06 UTC (rev 316584)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.38.2
+pkgver=0.39
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846')
+sha256sums=('db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30')
 
 prepare() {
   cd "${srcdir}"/${pkgname}-${pkgver}
@@ -36,5 +36,5 @@
 package() {
   cd "${GOPATH}/src/github.com/gohugoio/hugo"
   install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in cups/repos/extra-x86_64 (21 files)

2018-04-16 Thread Evangelos Foutras via arch-commits
Date: Monday, April 16, 2018 @ 21:49:26
  Author: foutrelis
Revision: 321919

archrelease: copy trunk to extra-x86_64

Added:
  cups/repos/extra-x86_64/PKGBUILD
(from rev 321918, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/auth-workaround-for-certain-web-browsers.patch
(from rev 321918, cups/trunk/auth-workaround-for-certain-web-browsers.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 321918, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 321918, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 321918, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 321918, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 321918, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 321918, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 321918, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cups.sysusers
(from rev 321918, cups/trunk/cups.sysusers)
  cups/repos/extra-x86_64/guid.patch
(from rev 321918, cups/trunk/guid.patch)
Deleted:
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups-systemd-socket.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam
  cups/repos/extra-x86_64/cups.sysusers
  cups/repos/extra-x86_64/guid.patch

+
 PKGBUILD   |  344 +++
 auth-workaround-for-certain-web-browsers.patch |   59 +++
 cups-1.6.2-statedir.patch  |   24 -
 cups-no-export-ssllibs.patch   |   24 -
 cups-no-gzip-man.patch |   36 +-
 cups-systemd-socket.patch  |   98 +++---
 cups.install   |   40 +-
 cups.logrotate |   10 
 cups.pam   |6 
 cups.sysusers  |4 
 guid.patch |   84 ++---
 11 files changed, 396 insertions(+), 333 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:49:11 UTC (rev 321918)
+++ PKGBUILD2018-04-16 21:49:26 UTC (rev 321919)
@@ -1,170 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase="cups"
-pkgname=('libcups' 'cups')
-pkgver=2.2.7
-pkgrel=1
-arch=('x86_64')
-license=('GPL')
-url="https://www.cups.org/;
-makedepends=('libtiff' 'libpng' 'acl' 'pam' 'xdg-utils' 'krb5' 'gnutls'
- 'cups-filters' 'bc' 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 
'dbus' 
- 'avahi'  'hicolor-icon-theme' 'systemd' 'inetutils' 'libpaper' 
'valgrind')
-source=(https://github.com/apple/cups/releases/download/v${pkgver}/cups-${pkgver}-source.tar.gz{,.sig}
-cups.logrotate cups.pam
-cups.sysusers guid.patch
-# improve build and linking
-cups-no-export-ssllibs.patch
-cups-no-gzip-man.patch
-cups-1.6.2-statedir.patch
-# bugfixes
-cups-systemd-socket.patch)
-sha256sums=('3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a'
-'SKIP'
-'d87fa0f0b5ec677aae34668f260333db17ce303aa1a752cba5f8e72623d9acf9'
-'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
-'06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
-'d4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d'
-'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
-'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
-'23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-'c04627383d66f19b78e78f960d4d46577111ec9789b937ac4efba4cf369c921f')
-validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
-validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
-
-prepare() {
-
-  cd ${pkgbase}-${pkgver}
-
-  # improve build and linking
-  # Do not export SSL libs in cups-config
-  patch -Np1 -i ${srcdir}/cups-no-export-ssllibs.patch
-  # don't zip man pages in make install, let makepkg do that / Fedora
-  patch -Np1 -i ${srcdir}/cups-no-gzip-man.patch
-  # move /var/run -> /run for pid file
-  patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
-
-  # bug fixes
-  # make sure network is up when starting and notify systemd - FC
-  patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
-
-  # FS#56818 - 

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

2018-04-16 Thread Evangelos Foutras via arch-commits
Date: Monday, April 16, 2018 @ 21:49:11
  Author: foutrelis
Revision: 321918

upgpkg: cups 2.2.7-2

Fix logging in from Chromium (FS#58247).

Added:
  cups/trunk/auth-workaround-for-certain-web-browsers.patch
Modified:
  cups/trunk/PKGBUILD

+
 PKGBUILD   |6 +-
 auth-workaround-for-certain-web-browsers.patch |   59 +++
 2 files changed, 64 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
+++ PKGBUILD2018-04-16 21:49:11 UTC (rev 321918)
@@ -4,7 +4,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.2.7
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 url="https://www.cups.org/;
@@ -19,6 +19,7 @@
 cups-no-gzip-man.patch
 cups-1.6.2-statedir.patch
 # bugfixes
+auth-workaround-for-certain-web-browsers.patch
 cups-systemd-socket.patch)
 sha256sums=('3c4b637b737077565ccdfbd5f61785d03f49461ae736fcc2c0ffaf41d2c6ea6a'
 'SKIP'
@@ -29,6 +30,7 @@
 'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
 'b8fc2e3bc603495f0278410350ea8f0161d9d83719feb64f573b63430cb4800b'
 '23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
+'e5ad0e967c2ae9a9780211acb41980e4aa203df1dacff49d14d75a6ab6c8b8ed'
 'c04627383d66f19b78e78f960d4d46577111ec9789b937ac4efba4cf369c921f')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org 
PGP key) 
 validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org 
"
@@ -46,6 +48,8 @@
   patch -Np1 -i ${srcdir}/cups-1.6.2-statedir.patch
 
   # bug fixes
+  # https://github.com/apple/cups/issues/5289
+  patch -Np1 -i ${srcdir}/auth-workaround-for-certain-web-browsers.patch
   # make sure network is up when starting and notify systemd - FC
   patch -Np1 -i ${srcdir}/cups-systemd-socket.patch
 

Added: auth-workaround-for-certain-web-browsers.patch
===
--- auth-workaround-for-certain-web-browsers.patch  
(rev 0)
+++ auth-workaround-for-certain-web-browsers.patch  2018-04-16 21:49:11 UTC 
(rev 321918)
@@ -0,0 +1,59 @@
+From 4feb1fe2e5bb9f418f51f5f517f70b451159baa2 Mon Sep 17 00:00:00 2001
+From: Michael R Sweet 
+Date: Mon, 16 Apr 2018 17:16:31 -0400
+Subject: [PATCH] - Added a workaround for certain web browsers that do not
+ support multiple   authentication schemes in a single response header (Issue
+ #5289)
+
+---
+ scheduler/client.c | 22 +-
+ scheduler/client.h |  8 +---
+ 2 files changed, 22 insertions(+), 8 deletions(-)
+
+diff --git a/scheduler/client.c b/scheduler/client.c
+index f388499dc..95c34877d 100644
+--- a/scheduler/client.c
 b/scheduler/client.c
+@@ -813,6 +814,18 @@ cupsdReadClient(cupsd_client_t *con)  /* I - Client 
to read from */
+ 
+   if (status == HTTP_STATUS_OK)
+   {
++   /*
++* Record whether the client is a web browser.  "Mozilla" was the original
++* and it seems that every web browser in existence now uses that as the
++* prefix with additional information identifying *which* browser.
++*
++* Chrome (at least) has problems with multiple WWW-Authenticate values in
++* a single header, so we only report Basic or Negotiate to web browsers 
and
++* leave the multiple choices to the native CUPS client...
++*/
++
++con->is_browser = !strncmp(httpGetField(con->http, 
HTTP_FIELD_USER_AGENT), "Mozilla/", 8);
++
+ if (httpGetField(con->http, HTTP_FIELD_ACCEPT_LANGUAGE)[0])
+ {
+  /*
+@@ -2103,8 +2116,7 @@ cupsdSendHeader(
+   strlcpy(auth_str, "Negotiate", sizeof(auth_str));
+ }
+ 
+-if (con->best && auth_type != CUPSD_AUTH_NEGOTIATE &&
+-!_cups_strcasecmp(httpGetHostname(con->http, NULL, 0), "localhost"))
++if (con->best && auth_type != CUPSD_AUTH_NEGOTIATE && !con->is_browser && 
!_cups_strcasecmp(httpGetHostname(con->http, NULL, 0), "localhost"))
+ {
+  /*
+   * Add a "trc" (try root certification) parameter for local non-Kerberos
+diff --git a/scheduler/client.h b/scheduler/client.h
+index aaca8279a..fc7af5400 100644
+--- a/scheduler/client.h
 b/scheduler/client.h
+@@ -26,6 +27,7 @@ struct cupsd_client_s
+   struct timeval  start;  /* Request start time */
+   http_state_toperation;  /* Request operation */
+   off_t   bytes;  /* Bytes transferred for this 
request */
++  int is_browser; /* Is the client a web browser? */
+   int type;   /* AuthType for username */
+   charusername[HTTP_MAX_VALUE],
+   /* Username from 

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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:40:40
  Author: jlichtblau
Revision: 316583

archrelease: copy trunk to community-any

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

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

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

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


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

2018-04-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, April 16, 2018 @ 21:40:23
  Author: jlichtblau
Revision: 316582

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:30:39 UTC (rev 316581)
+++ PKGBUILD2018-04-16 21:40:23 UTC (rev 316582)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2018.04.09
+pkgver=2018.04.16
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-crypto: for hlsnative downloader')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('263b40801c7baedc0ee7008543977c14d4d7315c159c8f21f0fc24a3656826d8'
+sha256sums=('2d2565cd65b20da05aa0e16b48b2fdc1a1c72452811db8a20faf0bce2f7adf10'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 21:30:28
  Author: svenstaro
Revision: 316580

upgpkg: neovim 0.2.2-4

Add runtimepath to Arch vim packages

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:44 UTC (rev 316579)
+++ PKGBUILD2018-04-16 21:30:28 UTC (rev 316580)
@@ -4,7 +4,7 @@
 
 pkgname=neovim
 pkgver=0.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -51,6 +51,10 @@
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm644 runtime/nvim.desktop 
"${pkgdir}/usr/share/applications/nvim.desktop"
   install -Dm644 runtime/nvim.png "${pkgdir}/usr/share/pixmaps/nvim.png"
+
+  # Make Arch vim packages work
+  mkdir -p "${pkgdir}"/usr/share/vim
+  echo "runtimepath+=/usr/share/vim/vimfiles" > 
"${pkgdir}"/usr/share/nvim/sysinit.vim
 }
 
 # vim:set sw=2 sts=2 et:


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

2018-04-16 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 16, 2018 @ 21:30:39
  Author: svenstaro
Revision: 316581

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
(from rev 316580, 
neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
  neovim/repos/community-x86_64/PKGBUILD
(from rev 316580, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 316580, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 3a5721e91ba890718319213154ba6964c9dca4d2.patch |   82 
 PKGBUILD   |  116 +++
 neovim.install |   20 +--
 3 files changed, 111 insertions(+), 107 deletions(-)

Deleted: 3a5721e91ba890718319213154ba6964c9dca4d2.patch
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 21:30:28 UTC 
(rev 316580)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 21:30:39 UTC 
(rev 316581)
@@ -1,41 +0,0 @@
-From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Mon, 29 Jan 2018 22:47:25 +0800
-Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
-
-Fixes #7932
-
-Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
-But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
-(driver-ti.c) will be activated, which by accident only supports X10
-protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
-supports SGR.
-
-We can force libtermkey to ignore the terminfo key_mouse entry by
-returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
-
-What is the effect of returning NULL from `tui_tk_ti_getstr()`?
-- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
-- `termkey.c:peekkey()` iterates through all drivers, it finds
-  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.

- src/nvim/tui/tui.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index 2dfe7faa04c..70e19e1d932 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
- if (value != NULL && strequal(stty_erase, value)) {
-   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
- }
-+  } else if (strequal(name, "key_mouse")) {
-+DLOG("libtermkey:kmous=%s", value);
-+// If key_mouse is found, libtermkey uses its terminfo driver 
(driver-ti.c)
-+// for mouse input, which by accident only supports X10 protocol.
-+// Force libtermkey to fallback to its CSI driver (driver-csi.c). #7948
-+return NULL;
-   }
- 
-   return value;

Copied: 
neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch 
(from rev 316580, neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  
(rev 0)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-04-16 21:30:39 UTC 
(rev 316581)
@@ -0,0 +1,41 @@
+From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Mon, 29 Jan 2018 22:47:25 +0800
+Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
+
+Fixes #7932
+
+Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
+But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
+(driver-ti.c) will be activated, which by accident only supports X10
+protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
+supports SGR.
+
+We can force libtermkey to ignore the terminfo key_mouse entry by
+returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
+
+What is the effect of returning NULL from `tui_tk_ti_getstr()`?
+- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
+- `termkey.c:peekkey()` iterates through all drivers, it finds
+  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.
+---
+ src/nvim/tui/tui.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
+index 2dfe7faa04c..70e19e1d932 100644
+--- a/src/nvim/tui/tui.c
 b/src/nvim/tui/tui.c
+@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
+ if (value != NULL && strequal(stty_erase, value)) {
+   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
+ }
++  } else if (strequal(name, "key_mouse")) {
++DLOG("libtermkey:kmous=%s", value);
++// If 

[arch-commits] Commit in cacti/repos/community-any (4 files)

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:44
  Author: dvzrv
Revision: 316579

archrelease: copy trunk to community-any

Added:
  cacti/repos/community-any/PKGBUILD
(from rev 316578, cacti/trunk/PKGBUILD)
  cacti/repos/community-any/tmpfiles.conf
(from rev 316578, cacti/trunk/tmpfiles.conf)
Deleted:
  cacti/repos/community-any/PKGBUILD
  cacti/repos/community-any/tmpfiles.conf

---+
 PKGBUILD  |  120 
 tmpfiles.conf |4 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:29 UTC (rev 316578)
+++ PKGBUILD2018-04-16 21:26:44 UTC (rev 316579)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Sergej Pupykin 
-# Contributor: tuxbubling 
-
-pkgname=cacti
-pkgver=1.1.37
-pkgrel=1
-pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
-arch=('any')
-url="https://www.cacti.net;
-license=('GPL2')
-depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
-backup=('etc/webapps/cacti/.htaccess'
-'etc/webapps/cacti/config.php')
-source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.conf')
-sha512sums=('d6f434fa8a5309d542ce1108ba6e9e79fd6f2203b42cb4aaeb429cbc3302c362cc24be566d09e0069dbe9d307ba20512d8096bd85b78e7f3b9f8cb298cb23e92'
-
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove unneeded executable bits
-  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
-}
-
-package() {
-  # create directories
-  install -vdm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
-"${pkgdir}/etc/webapps/${pkgname}" \
-"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
-
-  # move sources
-  mv -v "$srcdir/${pkgname}-${pkgver}"/* \
-"${pkgdir}/usr/share/webapps/${pkgname}"
-
-  # move and symlink configuration
-  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
-  mv "${pkgdir}/usr/share/webapps/${pkgname}/include/config.php" \
-"${pkgdir}/etc/webapps/${pkgname}"
-  ln -sv "/etc/webapps/${pkgname}/.htaccess" \
-"${pkgdir}/usr/share/webapps/${pkgname}/.htaccess"
-  ln -sv "/etc/webapps/${pkgname}/config.php" \
-"${pkgdir}/usr/share/webapps/${pkgname}/include/config.php"
-
-  # move and symlink var directory
-  mv -v "${pkgdir}/usr/share/webapps/${pkgname}/rra" \
-"${pkgdir}/var/lib/${pkgname}/rra"
-  ln -sv "/var/lib/${pkgname}/rra" \
-"${pkgdir}/usr/share/webapps/${pkgname}/rra"
-
-  # move and symlink log directory
-  mv -v "${pkgdir}/usr/share/webapps/${pkgname}/log" \
-"${pkgdir}/var/log/${pkgname}"
-  ln -sv "/var/log/${pkgname}" "${pkgdir}/usr/share/webapps/${pkgname}/log"
-
-  # tmpfiles.d
-  install -vDm 644 "${srcdir}/tmpfiles.conf" \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}

Copied: cacti/repos/community-any/PKGBUILD (from rev 316578, 
cacti/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:26:44 UTC (rev 316579)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Sergej Pupykin 
+# Contributor: tuxbubling 
+
+pkgname=cacti
+pkgver=1.1.38
+pkgrel=1
+pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
+arch=('any')
+url="https://www.cacti.net;
+license=('GPL2')
+depends=('rrdtool' 'mariadb' 'php-gd' 'net-snmp' 'xorg-fonts-100dpi')
+backup=('etc/webapps/cacti/.htaccess'
+'etc/webapps/cacti/config.php')
+source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.conf')
+sha512sums=('1f91156416a9988fa149f9b8fc9fc7df904e4cf6d9a19a62d06c7de1ded99ddaec2f5b5f1a21b0effc4dee7b9c1d1911ca5aaa6113b57edc7e2f42b7969343b5'
+
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove unneeded executable bits
+  find . -executable -type f -and -not -path "*scripts*" -exec chmod -c 644 {} 
\;
+}
+
+package() {
+  # create directories
+  install -vdm0755 "${pkgdir}/usr/share/webapps/${pkgname}" \
+"${pkgdir}/etc/webapps/${pkgname}" \
+"${pkgdir}/var/log/" "${pkgdir}/var/lib/${pkgname}/"
+
+  # move sources
+  mv -v "$srcdir/${pkgname}-${pkgver}"/* \
+"${pkgdir}/usr/share/webapps/${pkgname}"
+
+  # move and symlink configuration
+  echo "Require all denied" >> "${pkgdir}/etc/webapps/${pkgname}/.htaccess"
+  mv 

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:16
  Author: dvzrv
Revision: 316577

archrelease: copy trunk to community-any

Added:
  python-wsgi-intercept/repos/community-any/PKGBUILD
(from rev 316576, python-wsgi-intercept/trunk/PKGBUILD)
Deleted:
  python-wsgi-intercept/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:06 UTC (rev 316576)
+++ PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
@@ -1,67 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Neil Santos 
-
-_name=wsgi-intercept
-pkgbase=python-wsgi-intercept
-pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Intercept socket connection to wsgi applications for testing.'
-arch=('any')
-url="https://github.com/cdent/wsgi-intercept;
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
-checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
-'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
-'python2-urllib3')
-source=("${_name}-${pkgver}.tar.gz::https://github.com/cdent/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('7a2278b1956cb1618365a2226b09ae4ad1d4a3cbe96bb0fbd905e2c9bd6374e03d5fb92d6b2ccf4fc210d8c8764c2f452b10a0c213a9deacf0a62b368ac75ebd')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd docs
-  make man
-  cd ../../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-  cd docs
-  make man
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  py.test
-  cd ../"${pkgname[1]}-${pkgver}"
-  py.test2
-}
-
-package_python-wsgi-intercept() {
-  depends=('python-six')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[0]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept.1"
-}
-
-package_python2-wsgi-intercept() {
-  depends=('python2-six')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[1]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept2.1"
-}
-

Copied: python-wsgi-intercept/repos/community-any/PKGBUILD (from rev 316576, 
python-wsgi-intercept/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
@@ -0,0 +1,69 @@
+# Maintainer: David Runge 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Neil Santos 
+
+_name=wsgi-intercept
+pkgbase=python-wsgi-intercept
+pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Intercept socket connection to wsgi applications for testing.'
+arch=('any')
+url="https://github.com/cdent/wsgi-intercept;
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python2-setuptools' 
'python2-sphinx')
+checkdepends=('python-httplib2' 'python-pytest' 'python-requests'
+'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
+'python2-urllib3')
+source=("${_name}-${pkgver}.tar.gz::https://github.com/cdent/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d83e513166cb827346bad31732c1f9117e12e6efd186676336c9635994c3afff607f116103e2ba493388f6045b5f2d0b409587620b7619bcd6ca8c5707acfc9c')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname[0]}-${pkgver}"
+  python setup.py build
+  cd docs
+  make man
+  cd ../../"${pkgname[1]}-${pkgver}"
+  python2 setup.py build
+  cd docs
+  make man
+}
+
+check() {
+  cd "${pkgname[0]}-${pkgver}"
+  py.test
+  cd ../"${pkgname[1]}-${pkgver}"
+  py.test2
+}
+
+package_python-wsgi-intercept() {
+  depends=('python-six')
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:29
  Author: dvzrv
Revision: 316578

upgpkg: cacti 1.1.38-1

Upgrading to 1.1.38.

Modified:
  cacti/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:26:16 UTC (rev 316577)
+++ PKGBUILD2018-04-16 21:26:29 UTC (rev 316578)
@@ -4,7 +4,7 @@
 # Contributor: tuxbubling 
 
 pkgname=cacti
-pkgver=1.1.37
+pkgver=1.1.38
 pkgrel=1
 pkgdesc="Complete network graphing solution designed to harness the power of 
RRDTool's data storage and graphing functionality."
 arch=('any')
@@ -15,7 +15,7 @@
 'etc/webapps/cacti/config.php')
 source=("https://www.${pkgname}.net/downloads/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.conf')
-sha512sums=('d6f434fa8a5309d542ce1108ba6e9e79fd6f2203b42cb4aaeb429cbc3302c362cc24be566d09e0069dbe9d307ba20512d8096bd85b78e7f3b9f8cb298cb23e92'
+sha512sums=('1f91156416a9988fa149f9b8fc9fc7df904e4cf6d9a19a62d06c7de1ded99ddaec2f5b5f1a21b0effc4dee7b9c1d1911ca5aaa6113b57edc7e2f42b7969343b5'
 
'6d25f182141ca7d13388f7241eb27d783ea99b991c0b147382f8ec9eeeb521303531f8ad9dd7c968cb36b7bb657cb517b8c7f46fd1d777e1b10923d76e4efbd6')
 
 prepare() {


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:26:06
  Author: dvzrv
Revision: 316576

upgpkg: python-wsgi-intercept 1.7.0-1

Upgrading to 1.7.0. Minor cosmetic fixes.

Modified:
  python-wsgi-intercept/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:22:12 UTC (rev 316575)
+++ PKGBUILD2018-04-16 21:26:06 UTC (rev 316576)
@@ -5,8 +5,8 @@
 _name=wsgi-intercept
 pkgbase=python-wsgi-intercept
 pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Intercept socket connection to wsgi applications for testing.'
 arch=('any')
 url="https://github.com/cdent/wsgi-intercept;
@@ -16,7 +16,7 @@
 'python-urllib3' 'python2-httplib2' 'python2-pytest' 'python2-requests'
 'python2-urllib3')
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/cdent/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('7a2278b1956cb1618365a2226b09ae4ad1d4a3cbe96bb0fbd905e2c9bd6374e03d5fb92d6b2ccf4fc210d8c8764c2f452b10a0c213a9deacf0a62b368ac75ebd')
+sha512sums=('d83e513166cb827346bad31732c1f9117e12e6efd186676336c9635994c3afff607f116103e2ba493388f6045b5f2d0b409587620b7619bcd6ca8c5707acfc9c')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
@@ -43,25 +43,27 @@
 
 package_python-wsgi-intercept() {
   depends=('python-six')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[0]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept.1"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm 644 docs/_build/man/wsgi_intercept.1 \
+-t "${pkgdir}/usr/share/man/man1/"
 }
 
 package_python2-wsgi-intercept() {
   depends=('python2-six')
-  cd "${pkgname[1]}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
-  install -vDm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  install -vDm644 README.rst "${pkgdir}/usr/share/${pkgname[1]}/README.rst"
-  install -vDm644 docs/_build/man/wsgi_intercept.1 
"${pkgdir}/usr/share/man/man1/wsgi_intercept2.1"
+  install -vDm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm644 README.rst -t "${pkgdir}/usr/share/${pkgname}/"
+  install -vDm644 docs/_build/man/wsgi_intercept.1 \
+"${pkgdir}/usr/share/man/man1/wsgi_intercept2.1"
 }
 


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:22:12
  Author: dvzrv
Revision: 316575

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:22:04 UTC (rev 316574)
+++ PKGBUILD2018-04-16 21:22:12 UTC (rev 316575)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=python-imdbpy
-pkgver=6.4.1
-pkgrel=1
-pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
-url="https://imdbpy.sourceforge.io/;
-arch=('any')
-license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy')
-makedepends=('python-pytest' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('558c1bb9346d7a109c29057c181f7ceabeaba76165e385ff6aef603f2873af6b89cb77391bec9d496c1419cc3af51b48ac966bb3233f7f374a0a8700ca7cda5e')
-
-prepare() {
-  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc'/" \
-  -e "s/'etc'/'\/etc'/" -i setup.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-imdbpy/repos/community-any/PKGBUILD (from rev 316574, 
python-imdbpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:22:12 UTC (rev 316575)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+
+pkgname=python-imdbpy
+pkgver=6.5
+pkgrel=1
+pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
+url="https://imdbpy.sourceforge.io/;
+arch=('any')
+license=('GPL2')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
+sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
+
+prepare() {
+  mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fix install folder for docs and config
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
+  -e "s/'etc'/'\/etc'/" -i setup.py
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH=${srcdir}/${pkgname}-${pkgver}/build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 21:22:04
  Author: dvzrv
Revision: 316574

upgpkg: python-imdbpy 6.5-1

Upgrading to 6.5. Adding python-setuptools to depends (imdbpy defines entry 
point).
Moving docs to the correct folder /usr/share/doc/python-imdbpy. Adding 
README.rst.

Modified:
  python-imdbpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
+++ PKGBUILD2018-04-16 21:22:04 UTC (rev 316574)
@@ -1,23 +1,22 @@
 # Maintainer: David Runge 
 
 pkgname=python-imdbpy
-pkgver=6.4.1
+pkgver=6.5
 pkgrel=1
 pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
 url="https://imdbpy.sourceforge.io/;
 arch=('any')
 license=('GPL2')
-depends=('python-lxml' 'python-sqlalchemy')
-makedepends=('python-pytest' 'python-setuptools')
+depends=('python-lxml' 'python-sqlalchemy' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alberanid/${pkgname/python-/}/archive/${pkgver}.tar.gz;)
-sha512sums=('558c1bb9346d7a109c29057c181f7ceabeaba76165e385ff6aef603f2873af6b89cb77391bec9d496c1419cc3af51b48ac966bb3233f7f374a0a8700ca7cda5e')
+sha512sums=('4147088c2558fcd2e30f6e338b72ebd4b1c3917a54df5a6e0ee8fb51ba2b9fe370b32553a899e74108fa089aaa1fff4ff248ab6b14ca959b80c6b5aade7b58a7')
 
 prepare() {
   mv -v "${pkgname/python-/}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   # fix install folder for docs and config
-  sed -e "s/'doc'/'share\/doc'/" \
+  sed -e "s/'doc'/'share\/doc\/python-imdbpy\/'/" \
   -e "s/'etc'/'\/etc'/" -i setup.py
 }
 
@@ -38,7 +37,7 @@
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}/"
-  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-04-16 Thread Bruno Pagani via arch-commits
Date: Monday, April 16, 2018 @ 21:08:58
  Author: archange
Revision: 316573

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 316572, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:08:17 UTC (rev 316572)
+++ PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.25
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL2')
-depends=('gtk3')
-makedepends=('meson' 'rust')
-_md5=3986c0c00a9c311dadf6a96bdcd94f7c
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbd2feb6c60f713fb7d8784bd7b102943d05aae9f349d8bd28b2541ae40334c8')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 316572, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:08:58 UTC (rev 316573)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=0.1.26
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL2')
+depends=('gtk3')
+makedepends=('meson' 'rust')
+_md5=374d38de24835aab0936900845f52c09
+source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-16 Thread Bruno Pagani via arch-commits
Date: Monday, April 16, 2018 @ 21:08:17
  Author: archange
Revision: 316572

upgpkg: fractal 0.1.26-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 21:06:22 UTC (rev 316571)
+++ PKGBUILD2018-04-16 21:08:17 UTC (rev 316572)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.25
+pkgver=0.1.26
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('GPL2')
 depends=('gtk3')
 makedepends=('meson' 'rust')
-_md5=3986c0c00a9c311dadf6a96bdcd94f7c
+_md5=374d38de24835aab0936900845f52c09
 
source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bbd2feb6c60f713fb7d8784bd7b102943d05aae9f349d8bd28b2541ae40334c8')
+sha256sums=('74c4c24ced91fdda7f140608d6e67e46a372a02217f4d20e5ad57b016df1428f')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 21:06:11
  Author: wild
Revision: 316570

upgpkg: dub 1.8.1-1

Updated to 1.8.0 and uses ldc to gain a performance boost (~20-30% according to 
upstream)

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 20:55:47 UTC (rev 316569)
+++ PKGBUILD2018-04-16 21:06:11 UTC (rev 316570)
@@ -4,7 +4,7 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=('dub')
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
@@ -11,14 +11,13 @@
 url="https://github.com/D-Programming-Language/dub;
 license=('MIT')
 groups=('dlang')
-makedepends=('dmd')
-depends=('libphobos' 'curl')
+makedepends=('ldc')
+depends=('liblphobos' 'curl')
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('042c84266c3f8f49fe882f79eff3df6d8e83d9b9c93f6fde06b50212282a9e3ecd80f6b75c08c51f62a45f4aec409fff6022b0fe74ee1b0b0bcbf4d7d6930be0')
+sha512sums=('e3aafbf3f8292b1e1c97c44107bef684caf86b0229c5630da1dcb47f8ff02377bfef2e813bb97fa06563b95842f846100aae61c5bc4123695b497c8b076179d6')
 
 build() {
-   DC=dmd
cd "$pkgname-$pkgver"
 
echo Generating version file...
@@ -25,7 +24,7 @@
echo "module dub.version_;" > source/dub/version_.d
echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
 
-   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
+   ldmd2 -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
-release -flto=full -linker=gold -link-defaultlib-shared=false @build-files.txt
 }
 
 package() {


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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 21:06:22
  Author: wild
Revision: 316571

archrelease: copy trunk to community-x86_64

Added:
  dub/repos/community-x86_64/PKGBUILD
(from rev 316570, dub/trunk/PKGBUILD)
Deleted:
  dub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 21:06:11 UTC (rev 316570)
+++ PKGBUILD2018-04-16 21:06:22 UTC (rev 316571)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-
-pkgname=('dub')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-groups=('dlang')
-makedepends=('dmd')
-depends=('libphobos' 'curl')
-
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('042c84266c3f8f49fe882f79eff3df6d8e83d9b9c93f6fde06b50212282a9e3ecd80f6b75c08c51f62a45f4aec409fff6022b0fe74ee1b0b0bcbf4d7d6930be0')
-
-build() {
-   DC=dmd
-   cd "$pkgname-$pkgver"
-
-   echo Generating version file...
-   echo "module dub.version_;" > source/dub/version_.d
-   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
-
-   $DC -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
@build-files.txt
-}
-
-package() {
-   # binaries
-   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
-   # license
-   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # bash completion
-   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-}

Copied: dub/repos/community-x86_64/PKGBUILD (from rev 316570, 
dub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 21:06:22 UTC (rev 316571)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+
+pkgname=('dub')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+groups=('dlang')
+makedepends=('ldc')
+depends=('liblphobos' 'curl')
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
+sha512sums=('e3aafbf3f8292b1e1c97c44107bef684caf86b0229c5630da1dcb47f8ff02377bfef2e813bb97fa06563b95842f846100aae61c5bc4123695b497c8b076179d6')
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   echo Generating version file...
+   echo "module dub.version_;" > source/dub/version_.d
+   echo "enum dubVersion = \"$pkgver\";" >> source/dub/version_.d
+
+   ldmd2 -ofbin/dub -w -O -g -version=DubUseCurl -Isource -L-lcurl 
-release -flto=full -linker=gold -link-defaultlib-shared=false @build-files.txt
+}
+
+package() {
+   # binaries
+   install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+   # license
+   install -Dm644 "$pkgname-$pkgver/LICENSE.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+   # bash completion
+   install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
+}


[arch-commits] Commit in gnome-usage (3 files)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 20:55:47
  Author: bgyorgy
Revision: 316569

archrelease: copy trunk to community-x86_64

Added:
  gnome-usage/repos/
  gnome-usage/repos/community-x86_64/
  gnome-usage/repos/community-x86_64/PKGBUILD
(from rev 316568, gnome-usage/trunk/PKGBUILD)

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

Copied: gnome-usage/repos/community-x86_64/PKGBUILD (from rev 316568, 
gnome-usage/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-16 20:55:47 UTC (rev 316569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 20:55:33
  Author: bgyorgy
Revision: 316568

Add gnome-usage (part of GNOME)

Added:
  gnome-usage/
  gnome-usage/trunk/
  gnome-usage/trunk/PKGBUILD

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

Added: gnome-usage/trunk/PKGBUILD
===
--- gnome-usage/trunk/PKGBUILD  (rev 0)
+++ gnome-usage/trunk/PKGBUILD  2018-04-16 20:55:33 UTC (rev 316568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=b29adffaaf65aa6fcc3d403adbe7999f01157c89  # tags/v3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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


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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 20:55:19
  Author: wild
Revision: 316567

archrelease: copy trunk to community-x86_64

Added:
  dmd/repos/community-x86_64/PKGBUILD
(from rev 316566, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd-doc.desktop
(from rev 316566, dmd/trunk/dmd-doc.desktop)
  dmd/repos/community-x86_64/dmd.conf
(from rev 316566, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-x86_64/PKGBUILD
  dmd/repos/community-x86_64/dmd-doc.desktop
  dmd/repos/community-x86_64/dmd.conf

-+
 PKGBUILD|  246 +++---
 dmd-doc.desktop |   14 +--
 dmd.conf|   10 +-
 3 files changed, 136 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:55:07 UTC (rev 316566)
+++ PKGBUILD2018-04-16 20:55:19 UTC (rev 316567)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'dmd-docs' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.079.0
-pkgrel=1
-epoch=1
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'dmd')
-source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
-"git+https://github.com/dlang/druntime.git#tag=v$pkgver;
-"git+https://github.com/dlang/phobos.git#tag=v$pkgver;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz;
-
"http://downloads.dlang.org/releases/2.x/$pkgver/dmd.$pkgver.linux.tar.xz.sig;
-"dmd.conf"
-"dmd-doc.desktop")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'75c3df4ba4e731ac0fa36a60cd04bbac05a2d79633f4602ad645f533847929ce'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
-'19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
-validpgpkeys=('AFC7DB45693D62BB472BF27BAB8FE924C2F7E724') # Martin Nowak 

-noextract=("dmd.$pkgver.linux.tar.xz")
-
-prepare() {
-# We only want to extract the docs & samples, not the prebuild executables
-tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
-}
-
-build() {
-cd "$srcdir"/dmd
-make -f posix.mak BUILD=release RELEASE=1 PIC=1
-
-cd "$srcdir"/druntime
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release RELEASE=1 PIC=1
-
-cd "$srcdir"/phobos
-make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release RELEASE=1 PIC=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'gcc-multilib: to cross-compile 32-bit applications'
-'dmd-docs: documentation and sample code for D'
-)
-provides=("d-compiler=$pkgver")
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-install -Dm755 "$srcdir"/dmd/generated/linux/release/*/dmd 
"$pkgdir"/usr/bin/dmd
-
-mkdir -p "$pkgdir"/etc
-install -Dm644 "$srcdir"/dmd.conf "$pkgdir"/etc/dmd.conf
-
-mkdir -p "$pkgdir"/usr/share/man/man1
-mkdir -p "$pkgdir"/usr/share/man/man5
-cp -r docs/man/man1/* "$pkgdir"/usr/share/man/man1/
-cp -r docs/man/man5/* "$pkgdir"/usr/share/man/man5/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-find "$pkgdir"/usr -type f | xargs chmod 0644
-chmod 755 "$pkgdir"/usr/bin/*
-}
-
-package_dmd-docs() {
-pkgdesc="Documentation and sample code for D programming language"
-depends=('dmd')
-license=('Boost')
-
-cd "$srcdir"/dmd
-
-mkdir -p "$pkgdir"/usr/share/applications
-install -Dm644 "$srcdir"/dmd-doc.desktop 
"$pkgdir"/usr/share/applications/dmd-doc.desktop
-
-mkdir -p "$pkgdir"/usr/share/d/samples/
-cp -r samples/* "$pkgdir"/usr/share/d/samples/
-
-mkdir -p "$pkgdir"/usr/share/d/html
-cp -r "$srcdir"/dmd2/html/* "$pkgdir"/usr/share/d/html/
-
-install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language"
-options=('staticlibs')
-depends=('gcc-libs')
-conflicts=('libphobos-devel')
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver" "libphobos-devel=$pkgver")
-replaces=('libphobos-devel')
-license=('Boost')
-
-mkdir -p "$pkgdir"/usr/lib
-cp -P $(find "$srcdir"/{druntime,phobos}/generated/linux/release/ \( 
-iname "*.a" -a \! -iname "*.so.a" \) -o \( -iname "*.so*" -a \! -iname 

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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 20:55:07
  Author: wild
Revision: 316566

upgpkg: dmd 1:2.079.1-1

Updated to 2.079.1 and uses ldc to gain a performance boost (~20-30% according 
to upstream)

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 20:54:57 UTC (rev 316565)
+++ PKGBUILD2018-04-16 20:55:07 UTC (rev 316566)
@@ -11,12 +11,12 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.079.0
+pkgver=2.079.1
 pkgrel=1
 epoch=1
 arch=('x86_64')
 url="http://www.dlang.org;
-makedepends=('git' 'dmd')
+makedepends=('git' 'ldc')
 source=("git+https://github.com/dlang/dmd.git#tag=v$pkgver;
 "git+https://github.com/dlang/druntime.git#tag=v$pkgver;
 "git+https://github.com/dlang/phobos.git#tag=v$pkgver;
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'75c3df4ba4e731ac0fa36a60cd04bbac05a2d79633f4602ad645f533847929ce'
+'ae662ae24def53cb30733dd9ea811c4363a26c9434baab6d0a5d832a92d8af28'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')
@@ -37,11 +37,13 @@
 prepare() {
 # We only want to extract the docs & samples, not the prebuild executables
 tar xfJ "dmd.$pkgver.linux.tar.xz" dmd2/html
+
+sed -i "/DFLAGS :=/ a DFLAGS += -link-defaultlib-shared=false" 
"$srcdir"/dmd/src/posix.mak
 }
 
 build() {
 cd "$srcdir"/dmd
-make -f posix.mak BUILD=release RELEASE=1 PIC=1
+make -f posix.mak BUILD=release RELEASE=1 PIC=1 ENABLE_LTO=1 HOST_DMD=ldmd2
 
 cd "$srcdir"/druntime
 make -f posix.mak DMD="$srcdir"/dmd/generated/linux/release/*/dmd 
BUILD=release RELEASE=1 PIC=1


[arch-commits] Commit in ldc/trunk (PKGBUILD ldc2.conf)

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 20:54:47
  Author: wild
Revision: 316564

upgpkg: ldc 1:1.8.0-3

Added '-L--export-dynamic' to ldc2.conf to match dmd's config

Modified:
  ldc/trunk/PKGBUILD
  ldc/trunk/ldc2.conf

---+
 PKGBUILD  |4 ++--
 ldc2.conf |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 20:51:18 UTC (rev 316563)
+++ PKGBUILD2018-04-16 20:54:47 UTC (rev 316564)
@@ -10,7 +10,7 @@
 _dversion=2.078.3
 _llvmversion=6.0.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -29,7 +29,7 @@
 'SKIP'
 'SKIP'
 'SKIP'
-'55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
+'5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
 
 prepare() {
 cd "$srcdir/ldc"

Modified: ldc2.conf
===
--- ldc2.conf   2018-04-16 20:51:18 UTC (rev 316563)
+++ ldc2.conf   2018-04-16 20:54:47 UTC (rev 316564)
@@ -9,6 +9,7 @@
 "-I/usr/include/dlang/ldc/ldc",
 "-I/usr/include/dlang/ldc",
 "-L--no-warn-search-mismatch",
+"-L--export-dynamic",
 "-defaultlib=phobos2-ldc,druntime-ldc",
 "-link-defaultlib-shared"
 ];


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

2018-04-16 Thread Dan Printzell via arch-commits
Date: Monday, April 16, 2018 @ 20:54:57
  Author: wild
Revision: 316565

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 316564, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 316564, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  222 ++--
 ldc2.conf |   39 +-
 2 files changed, 131 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:54:47 UTC (rev 316564)
+++ PKGBUILD2018-04-16 20:54:57 UTC (rev 316565)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.8.0
-_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
-_dversion=2.078.3
-_llvmversion=6.0.0
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"git+https://github.com/ldc-developers/druntime.git;
-"git+https://github.com/ldc-developers/phobos.git;
-"git+https://github.com/ldc-developers/dmd-testsuite.git;
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'55ba34319db861a761797ac0075b0b1f5f4d37a243075aedb628aeedc77cc9d6')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-
-# libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
-sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" 
driver/linker-gcc.cpp
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DLDC_WITH_LLD=OFF \
-..
-make
-}
-
-check() {
-cd "$srcdir/ldc/build"
-   make all-test-runners
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 316564, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:54:57 UTC (rev 316565)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.8.0
+_pkgcommit=df860d03c918f6988370d48f89c61c27ebbede74
+_dversion=2.078.3
+_llvmversion=6.0.0
+epoch=1
+pkgrel=3
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"git+https://github.com/ldc-developers/druntime.git;
+"git+https://github.com/ldc-developers/phobos.git;
+

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 20:51:18
  Author: dvzrv
Revision: 316563

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 316562, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 316562, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 316562, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install

+
 PKGBUILD   |  142 +-
 configuration.diff |  252 +++
 dnscrypt-proxy.install |   14 +-
 3 files changed, 204 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:51:06 UTC (rev 316562)
+++ PKGBUILD2018-04-16 20:51:18 UTC (rev 316563)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.9
-pkgrel=2
-pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
-arch=('x86_64')
-url="https://dnscrypt.info;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
-'configuration.diff')
-sha512sums=('4a7273e0a779b4103998930d5e07cd49678b47ec1de242e7865e3f8519ba9d15ce4e672c240e46eff97c407e97ea47f05508c5e70c03dfa569216d403625659e'
-
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-  # set GOPATH
-  export GOPATH=`pwd`
-  # symlink upstream's vendor to src
-  ln -sfv vendor src
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # systemd service/socket
-  install -vDm 644 "systemd/${pkgname}."{service,socket} \
--t "$pkgdir/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "$pkgdir/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 316562, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:51:18 UTC (rev 316563)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.10
+pkgrel=1
+pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
+arch=('x86_64')
+url="https://dnscrypt.info;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+install="${pkgname}.install"
+backup=("etc/${pkgname}/${pkgname}.toml"
+"etc/${pkgname}/blacklist.txt"
+"etc/${pkgname}/cloaking-rules.txt"
+"etc/${pkgname}/forwarding-rules.txt"
+"etc/${pkgname}/ip-blacklist.txt"
+"etc/${pkgname}/whitelist.txt"
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
+'configuration.diff')

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

2018-04-16 Thread David Runge via arch-commits
Date: Monday, April 16, 2018 @ 20:51:06
  Author: dvzrv
Revision: 316562

upgpkg: dnscrypt-proxy 2.0.10-1

Upgrading to 2.0.10. Using go-pie instead of plain go to compile.

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
+++ PKGBUILD2018-04-16 20:51:06 UTC (rev 316562)
@@ -5,14 +5,14 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.9
-pkgrel=2
+pkgver=2.0.10
+pkgrel=1
 pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
 arch=('x86_64')
 url="https://dnscrypt.info;
 license=('custom:ISC')
 depends=('glibc')
-makedepends=('git' 'go')
+makedepends=('git' 'go-pie')
 install="${pkgname}.install"
 backup=("etc/${pkgname}/${pkgname}.toml"
 "etc/${pkgname}/blacklist.txt"
@@ -23,7 +23,7 @@
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
 'configuration.diff')
-sha512sums=('4a7273e0a779b4103998930d5e07cd49678b47ec1de242e7865e3f8519ba9d15ce4e672c240e46eff97c407e97ea47f05508c5e70c03dfa569216d403625659e'
+sha512sums=('b28bbce986bace9c4ee1acfe5b372b9f847d5a0a199b085ead31813ad697753b6a25cead72a90a1967bd473bb4bcb591a384765b2de9af817af0dde3d33dcb58'
 
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
 
 prepare() {


[arch-commits] Commit in keepass-plugin-keeagent/repos/community-any (2 files)

2018-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 16, 2018 @ 20:19:10
  Author: grazzolini
Revision: 316561

archrelease: copy trunk to community-any

Added:
  keepass-plugin-keeagent/repos/community-any/PKGBUILD
(from rev 316560, keepass-plugin-keeagent/trunk/PKGBUILD)
Deleted:
  keepass-plugin-keeagent/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 20:18:23 UTC (rev 316560)
+++ PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
@@ -1,36 +0,0 @@
-# Maintainer: Giancarlo Razzolinit 
-
-pkgname=keepass-plugin-keeagent
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="SSH Agent Plugin for KeePass"
-license=('GPL')
-makedepends=('git' 'nuget')
-depends=('keepass')
-optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
-arch=('any')
-url="http://lechnology.com/software/keeagent/;
-options=('!strip')
-source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
-sha512sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  git submodule update --init --recursive
-
-  nuget restore
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
-install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
-}

Copied: keepass-plugin-keeagent/repos/community-any/PKGBUILD (from rev 316560, 
keepass-plugin-keeagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 20:19:10 UTC (rev 316561)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolinit 
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' 'nuget')
+depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration 
with GnuPG SSH agent')
+arch=('any')
+url="http://lechnology.com/software/keeagent/;
+options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver};)
+sha512sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  git submodule update --init --recursive
+
+  nuget restore
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t 
"$pkgdir/usr/share/keepass/plugins/"
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
+}


[arch-commits] Commit in keepass-plugin-keeagent/trunk (PKGBUILD)

2018-04-16 Thread Giancarlo Razzolini via arch-commits
Date: Monday, April 16, 2018 @ 20:18:23
  Author: grazzolini
Revision: 316560

upgpkg: keepass-plugin-keeagent 0.10.1-1

Modified:
  keepass-plugin-keeagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:13:52 UTC (rev 316559)
+++ PKGBUILD2018-04-16 20:18:23 UTC (rev 316560)
@@ -1,7 +1,7 @@
 # Maintainer: Giancarlo Razzolinit 
 
 pkgname=keepass-plugin-keeagent
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc="SSH Agent Plugin for KeePass"
 license=('GPL')


[arch-commits] Commit in lib32-pam/repos (5 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:13:52
  Author: alucryd
Revision: 316559

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-pam/repos/multilib-staging-x86_64/
  lib32-pam/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316558, lib32-pam/trunk/PKGBUILD)
  lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2013-7041.patch)
  lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2014-2583.patch
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2014-2583.patch)
  lib32-pam/repos/multilib-staging-x86_64/pam_unix2-glibc216.patch
(from rev 316558, lib32-pam/trunk/pam_unix2-glibc216.patch)

---+
 PKGBUILD  |   44 +++
 pam-1.1.8-cve-2013-7041.patch |   52 +
 pam-1.1.8-cve-2014-2583.patch |   56 
 pam_unix2-glibc216.patch  |   20 ++
 4 files changed, 172 insertions(+)

Copied: lib32-pam/repos/multilib-staging-x86_64/PKGBUILD (from rev 316558, 
lib32-pam/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-04-16 19:13:52 UTC (rev 316559)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: josephgbr 
+# Contributor: Janax 
+# Contributor: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=lib32-pam
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Pluggable Authentication Modules'
+arch=('x86_64')
+url='http://linux-pam.org'
+license=('GPL2')
+depends=('lib32-cracklib' 'lib32-libnsl' 'lib32-libtirpc' 'pam')
+makedepends=('gcc-multilib' 'lib32-flex')
+source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;)
+sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb')
+options=('!emptydirs')
+
+build() {
+  cd Linux-PAM-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sbindir='/usr/bin' \
+--disable-db
+  make
+}
+
+package() {
+  cd Linux-PAM-${pkgver}
+
+  make DESTDIR="${pkgdir}" SCONFIGDIR='/etc/security' install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share,bin}}
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-pam/repos/multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch 
(from rev 316558, lib32-pam/trunk/pam-1.1.8-cve-2013-7041.patch)
===
--- multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch   
(rev 0)
+++ multilib-staging-x86_64/pam-1.1.8-cve-2013-7041.patch   2018-04-16 
19:13:52 UTC (rev 316559)
@@ -0,0 +1,52 @@
+From 57a1e2b274d0a6376d92ada9926e5c5741e7da20 Mon Sep 17 00:00:00 2001
+From: "Dmitry V. Levin" 
+Date: Fri, 24 Jan 2014 22:18:32 +
+Subject: [PATCH] pam_userdb: fix password hash comparison
+
+Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed
+passwords support in pam_userdb, hashes are compared case-insensitively.
+This bug leads to accepting hashes for completely different passwords in
+addition to those that should be accepted.
+
+Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for
+modern password hashes with different lengths and settings, did not
+update the hash comparison accordingly, which leads to accepting
+computed hashes longer than stored hashes when the latter is a prefix
+of the former.
+
+* modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed
+hash whose length differs from the stored hash length.
+Compare computed and stored hashes case-sensitively.
+Fixes CVE-2013-7041.
+
+Bug-Debian: http://bugs.debian.org/731368
+---
+ modules/pam_userdb/pam_userdb.c | 9 ++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+diff --git a/modules/pam_userdb/pam_userdb.c b/modules/pam_userdb/pam_userdb.c
+index de8b5b1..ff040e6 100644
+--- a/modules/pam_userdb/pam_userdb.c
 b/modules/pam_userdb/pam_userdb.c
+@@ -222,12 +222,15 @@ user_lookup (pam_handle_t *pamh, const char *database, 
const char *cryptmode,
+ } else {
+   cryptpw = crypt (pass, data.dptr);
+ 
+-  if (cryptpw) {
+-compare = strncasecmp (data.dptr, cryptpw, data.dsize);
++  if (cryptpw && strlen(cryptpw) == (size_t)data.dsize) {
++compare = memcmp(data.dptr, cryptpw, data.dsize);
+   } else {
+ compare = -2;
+ if (ctrl & PAM_DEBUG_ARG) {
+-  pam_syslog(pamh, LOG_INFO, "crypt() returned NULL");
++  if (cryptpw)
++pam_syslog(pamh, LOG_INFO, "lengths of computed and stored 
hashes differ");
++

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:13:38
  Author: alucryd
Revision: 316558

libnsl todo: lib32-pam 1.3.0-2

Modified:
  lib32-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:02:58 UTC (rev 316557)
+++ PKGBUILD2018-04-16 19:13:38 UTC (rev 316558)
@@ -8,27 +8,17 @@
 
 pkgname=lib32-pam
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pluggable Authentication Modules'
 arch=('x86_64')
 url='http://linux-pam.org'
 license=('GPL2')
-depends=('lib32-cracklib' 'lib32-libtirpc' 'pam')
+depends=('lib32-cracklib' 'lib32-libnsl' 'lib32-libtirpc' 'pam')
 makedepends=('gcc-multilib' 'lib32-flex')
-source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;
-'https://sources.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2'
-'pam_unix2-glibc216.patch')
-sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb'
-'3315747699fece4e1cc5771885d243b3e017c4c4ca1326e86228d590a840e955'
-'6644c5cff46878c65bdc77977becbeda392675702264bfcc7c610a45a9982574')
+source=("http://linux-pam.org/library/Linux-PAM-${pkgver}.tar.bz2;)
+sha256sums=('241aed1ef522f66ed672719ecf2205ec513fd0075ed80cda8e086a5b1a01d1bb')
 options=('!emptydirs')
 
-prepare () {
-  cd pam_unix2-2.9.1
-
-  patch -Np1 -i ../pam_unix2-glibc216.patch
-}
-
 build() {
   cd Linux-PAM-${pkgver}
 
@@ -42,16 +32,6 @@
 --sbindir='/usr/bin' \
 --disable-db
   make
-
-  cd ../pam_unix2-2.9.1
-
-  export CFLAGS="$CFLAGS -I"${srcdir}"/Linux-PAM-${pkgver}/libpam/include/"
-  export LDFLAGS="$LDFLAGS -L"${srcdir}"/Linux-PAM-${pkgver}/libpam/.libs/"
-
-  ./configure --prefix='/usr' \
-  --libdir='/usr/lib32' \
-  --sbindir='/usr/bin'
-  make
 }
 
 package() {
@@ -59,17 +39,6 @@
 
   make DESTDIR="${pkgdir}" SCONFIGDIR='/etc/security' install
   rm -rf "${pkgdir}"/{etc,usr/{include,share,bin}}
-
-  cd ../pam_unix2-2.9.1
-
-  install -m 644 src/pam_unix2.so "${pkgdir}"/usr/lib32/security/
-
-  cd "${pkgdir}"/usr/lib32/security
-
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
 }
 
 # vim: ts=2 sw=2 et:


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:02:58
  Author: alucryd
Revision: 316557

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libwrap/repos/multilib-staging-x86_64/
  lib32-libwrap/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316556, lib32-libwrap/trunk/PKGBUILD)
  lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-headers.patch
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
  lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   60 +++
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 3 files changed, 392 insertions(+)

Copied: lib32-libwrap/repos/multilib-staging-x86_64/PKGBUILD (from rev 316556, 
lib32-libwrap/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-04-16 19:02:58 UTC (rev 316557)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgname=lib32-libwrap
+pkgver=7.6.24
+pkgrel=3
+pkgdesc='Monitors and controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
+provides=('lib32-tcp_wrappers-libs')
+conflicts=('lib32-tcp_wrappers-libs')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/lib32-libwrap
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-libwrap/repos/multilib-staging-x86_64/tcp-wrappers-headers.patch 
(from rev 316556, lib32-libwrap/trunk/tcp-wrappers-headers.patch)
===
--- multilib-staging-x86_64/tcp-wrappers-headers.patch  
(rev 0)
+++ multilib-staging-x86_64/tcp-wrappers-headers.patch  2018-04-16 19:02:58 UTC 
(rev 316557)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int 

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:02:50
  Author: alucryd
Revision: 316556

libnsl todo: lib32-libwrap 7.6.24-3

Modified:
  lib32-libwrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
+++ PKGBUILD2018-04-16 19:02:50 UTC (rev 316556)
@@ -7,12 +7,12 @@
 
 pkgname=lib32-libwrap
 pkgver=7.6.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Monitors and controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
-depends=('lib32-glibc' 'libwrap')
+depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
 provides=('lib32-tcp_wrappers-libs')
 conflicts=('lib32-tcp_wrappers-libs')
 options=('!makeflags')


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

2018-04-16 Thread Christian Hesse via arch-commits
Date: Monday, April 16, 2018 @ 19:00:03
  Author: eworm
Revision: 316555

archrelease: copy trunk to community-x86_64

Added:
  tmux/repos/community-x86_64/LICENSE
(from rev 316554, tmux/trunk/LICENSE)
  tmux/repos/community-x86_64/PKGBUILD
(from rev 316554, tmux/trunk/PKGBUILD)
Deleted:
  tmux/repos/community-x86_64/LICENSE
  tmux/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   26 
 PKGBUILD |   66 ++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-16 18:59:54 UTC (rev 316554)
+++ LICENSE 2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,13 +0,0 @@
-Copyright (c) 2007 Nicholas Marriott 
-
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
-IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
-OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: tmux/repos/community-x86_64/LICENSE (from rev 316554, 
tmux/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,13 @@
+Copyright (c) 2007 Nicholas Marriott 
+
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:59:54 UTC (rev 316554)
+++ PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  TDY 
-# Contributor: Grigorios Bouzakis 
-
-pkgname=tmux
-pkgver=2.6
-pkgrel=2
-pkgdesc='A terminal multiplexer'
-url='http://tmux.github.io/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses' 'libevent' 'libutempter')
-source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
-   'LICENSE')
-sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
-'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
-
-build() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-utempter
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-${pkgver/_/}"
-
-   make install DESTDIR="$pkgdir"
-   install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
-}

Copied: tmux/repos/community-x86_64/PKGBUILD (from rev 316554, 
tmux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  TDY 
+# Contributor: Grigorios Bouzakis 
+
+pkgname=tmux
+pkgver=2.7
+pkgrel=1
+pkgdesc='A terminal multiplexer'
+url='http://tmux.github.io/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses' 'libevent' 'libutempter')
+source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
+   'LICENSE')
+sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
+'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
+
+build() {
+   cd "$srcdir/$pkgname-${pkgver/_/}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-utempter
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-${pkgver/_/}"
+
+   make install DESTDIR="$pkgdir"
+   install -Dm644 "$srcdir"/LICENSE 
"$pkgdir/usr/share/licenses/tmux/LICENSE"
+}

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

2018-04-16 Thread Christian Hesse via arch-commits
Date: Monday, April 16, 2018 @ 18:59:54
  Author: eworm
Revision: 316554

upgpkg: tmux 2.7-1

new upstream release

Modified:
  tmux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:59:37 UTC (rev 316553)
+++ PKGBUILD2018-04-16 18:59:54 UTC (rev 316554)
@@ -4,8 +4,8 @@
 # Contributor: Grigorios Bouzakis 
 
 pkgname=tmux
-pkgver=2.6
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc='A terminal multiplexer'
 url='http://tmux.github.io/'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('ncurses' 'libevent' 'libutempter')
 
source=("https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.gz;
'LICENSE')
-sha256sums=('b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8'
+sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
 'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
 
 build() {


[arch-commits] Commit in lib32-libnsl (3 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:59:37
  Author: alucryd
Revision: 316553

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libnsl/repos/
  lib32-libnsl/repos/multilib-staging-x86_64/
  lib32-libnsl/repos/multilib-staging-x86_64/PKGBUILD
(from rev 316552, lib32-libnsl/trunk/PKGBUILD)

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

Copied: lib32-libnsl/repos/multilib-staging-x86_64/PKGBUILD (from rev 316552, 
lib32-libnsl/trunk/PKGBUILD)
===
--- repos/multilib-staging-x86_64/PKGBUILD  (rev 0)
+++ repos/multilib-staging-x86_64/PKGBUILD  2018-04-16 18:59:37 UTC (rev 
316553)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=('x86_64')
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=('lib32-libtirpc' 'libnsl')
+makedepends=('gcc-multilib')
+source=("libnsl-${pkgver}.tar.gz::https://github.com/thkukuk/libnsl/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8')
+
+prepare() {
+  cd libnsl-${pkgver}
+
+  ./autogen.sh
+}
+
+build() {
+  cd libnsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libnsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (3 files)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:58:59
  Author: alucryd
Revision: 316552

Add lib32-libnsl

Added:
  lib32-libnsl/
  lib32-libnsl/trunk/
  lib32-libnsl/trunk/PKGBUILD

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

Added: lib32-libnsl/trunk/PKGBUILD
===
--- lib32-libnsl/trunk/PKGBUILD (rev 0)
+++ lib32-libnsl/trunk/PKGBUILD 2018-04-16 18:58:59 UTC (rev 316552)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=lib32-libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=('x86_64')
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=('lib32-libtirpc' 'libnsl')
+makedepends=('gcc-multilib')
+source=("libnsl-${pkgver}.tar.gz::https://github.com/thkukuk/libnsl/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8')
+
+prepare() {
+  cd libnsl-${pkgver}
+
+  ./autogen.sh
+}
+
+build() {
+  cd libnsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkg-config'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  make
+}
+
+package() {
+  cd libnsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/include
+}
+
+# vim: ts=2 sw=2 et:


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


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:41:39
  Author: alucryd
Revision: 316551

archrelease: copy trunk to community-staging-x86_64

Added:
  tcp-wrappers/repos/community-staging-x86_64/
  tcp-wrappers/repos/community-staging-x86_64/PKGBUILD
(from rev 316550, tcp-wrappers/trunk/PKGBUILD)
  tcp-wrappers/repos/community-staging-x86_64/hosts.allow
(from rev 316550, tcp-wrappers/trunk/hosts.allow)
  tcp-wrappers/repos/community-staging-x86_64/hosts.deny
(from rev 316550, tcp-wrappers/trunk/hosts.deny)
  tcp-wrappers/repos/community-staging-x86_64/tcp-wrappers-headers.patch
(from rev 316550, tcp-wrappers/trunk/tcp-wrappers-headers.patch)
  tcp-wrappers/repos/community-staging-x86_64/tcp-wrappers-redhat-bug11881.patch
(from rev 316550, tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch)

+
 PKGBUILD   |   86 ++
 hosts.allow|5 
 hosts.deny |7 
 tcp-wrappers-headers.patch |  296 +++
 tcp-wrappers-redhat-bug11881.patch |   36 
 5 files changed, 430 insertions(+)

Copied: tcp-wrappers/repos/community-staging-x86_64/PKGBUILD (from rev 316550, 
tcp-wrappers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-16 18:41:39 UTC (rev 316551)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Manuel Hüsers 
+# Contributor: vigo 
+# Contributor: Sergej Pupykin 
+# Contributor: judd 
+
+pkgbase=tcp-wrappers
+pkgname=('libwrap' 'tcp-wrappers')
+pkgver=7.6.24
+pkgrel=4
+pkgdesc='Monitors and Controls incoming TCP connections'
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('glibc' 'libnsl')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch'
+'hosts.allow'
+'hosts.deny')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
+'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
+'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS" \
+LDOPTS="$LDFLAGS" \
+REAL_DAEMON_DIR='/usr/bin' \
+STYLE='-DPROCESS_OPTIONS' \
+linux
+}
+
+package_libwrap() {
+  provides=('tcp_wrappers-libs')
+  conflicts=('tcp_wrappers-libs')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
+
+  install -Dm 644 DISCLAIMER -t "${pkgdir}"/usr/share/licenses/libwrap/
+}
+
+package_tcp-wrappers() {
+  depends=('libwrap')
+  provides=('tcp_wrappers')
+  conflicts=('tcp_wrappers')
+  backup=('etc/hosts.allow'
+  'etc/hosts.deny')
+
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t 
"${pkgdir}"/usr/bin/
+  install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
+  install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
+  install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/
+  install -Dm 644 ../hosts.{allow,deny} -t "${pkgdir}"/etc/
+  install -Dm 644 README -t "${pkgdir}"/usr/share/doc/tcp-wrappers/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libwrap "${pkgdir}"/usr/share/licenses/tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:

Copied: tcp-wrappers/repos/community-staging-x86_64/hosts.allow (from rev 
316550, tcp-wrappers/trunk/hosts.allow)
===
--- community-staging-x86_64/hosts.allow(rev 0)
+++ community-staging-x86_64/hosts.allow2018-04-16 18:41:39 UTC (rev 
316551)
@@ -0,0 +1,5 @@
+#
+# /etc/hosts.allow
+#
+
+# End of file

Copied: tcp-wrappers/repos/community-staging-x86_64/hosts.deny 

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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:41:25
  Author: alucryd
Revision: 316550

upgpkg: tcp-wrappers 7.6.24-4

Modified:
  tcp-wrappers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
+++ PKGBUILD2018-04-16 18:41:25 UTC (rev 316550)
@@ -8,12 +8,12 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=3
+pkgrel=4
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'libnsl')
 options=('!makeflags')
 source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
 
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:33:00
  Author: alucryd
Revision: 316549

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 316548, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:32:49 UTC (rev 316548)
+++ PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.500
-_portal_pkgver=0.9.7
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/7cd77aecdabf34ea8c1d162bd197cf86/lollypop-0.9.500.tar.xz;
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('6fc4f3789c330e7ee2feeebd286beeca8b32c712edf1f4c92f2a384179fa1603'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 316548, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 18:33:00 UTC (rev 316549)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.504
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
+sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+pushd $d
+arch-meson build \
+  --libexecdir='lib/lollypop'
+ninja -C build
+popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:32:49
  Author: alucryd
Revision: 316548

upgpkg: lollypop 0.9.504-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
+++ PKGBUILD2018-04-16 18:32:49 UTC (rev 316548)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.500
+pkgver=0.9.504
 _portal_pkgver=0.9.7
 pkgrel=1
 pkgdesc='Music player for GNOME'
@@ -22,9 +22,9 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/7cd77aecdabf34ea8c1d162bd197cf86/lollypop-0.9.500.tar.xz;
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/98a3b6d073c5fed4333627f26d325a5f/lollypop-0.9.504.tar.xz;
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz;)
-sha256sums=('6fc4f3789c330e7ee2feeebd286beeca8b32c712edf1f4c92f2a384179fa1603'
+sha256sums=('549baa80f6d005107e6c29b55f68a1d1275c898877fff5dc48ef7549ef2f247b'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {


[arch-commits] Commit in adapta-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:29:09
  Author: alucryd
Revision: 316547

archrelease: copy trunk to community-any

Added:
  adapta-gtk-theme/repos/community-any/PKGBUILD
(from rev 316546, adapta-gtk-theme/trunk/PKGBUILD)
Deleted:
  adapta-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 18:26:27 UTC (rev 316546)
+++ PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Phillip Schichtel 
-
-pkgname=adapta-gtk-theme
-pkgver=3.93.0.225
-pkgrel=1
-pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
-arch=('any')
-url='https://github.com/adapta-project/adapta-gtk-theme'
-license=('CCPL' 'GPL2')
-makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
-'noto-fonts: Recommended font'
-'ttf-roboto: Recommended font')
-source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd adapta-gtk-theme
-
-  ./autogen.sh \
---prefix='/usr' \
---enable-parallel \
---enable-plank \
---enable-telegram \
---disable-unity
-  make
-}
-
-package() {
-  cd adapta-gtk-theme
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/plank/themes
-  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
-
-  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
-}
-
-# vim: ts=2 sw=2 et:

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 316546, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 18:29:09 UTC (rev 316547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.93.0.258
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/adapta-project/adapta-gtk-theme'
+license=('CCPL' 'GPL2')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('gtk-engine-murrine: for gtk2 themes'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font')
+source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+
+  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in adapta-gtk-theme/trunk (PKGBUILD)

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 18:26:27
  Author: alucryd
Revision: 316546

upgpkg: adapta-gtk-theme 3.93.0.258-1

Modified:
  adapta-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:54:24 UTC (rev 316545)
+++ PKGBUILD2018-04-16 18:26:27 UTC (rev 316546)
@@ -3,7 +3,7 @@
 # Contributor: Phillip Schichtel 
 
 pkgname=adapta-gtk-theme
-pkgver=3.93.0.225
+pkgver=3.93.0.258
 pkgrel=1
 pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
 arch=('any')


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:54:24
  Author: anatolik
Revision: 316545

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:53:58 UTC (rev 316544)
+++ PKGBUILD2018-04-16 17:54:24 UTC (rev 316545)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('4629a832cff2aba4fe9c4cb66112f6b5194701f0')
-
-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 316544, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:54:24 UTC (rev 316545)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('e5d7b35799c5a335214fb587b4128840856e4fbb')
+
+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)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:53:58
  Author: anatolik
Revision: 316544

upgpkg: ruby-gtk2 3.2.4-1

upgpkg: ruby-gtk2 3.2.4-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:54 UTC (rev 316543)
+++ PKGBUILD2018-04-16 17:53:58 UTC (rev 316544)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('4629a832cff2aba4fe9c4cb66112f6b5194701f0')
+sha1sums=('e5d7b35799c5a335214fb587b4128840856e4fbb')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:54
  Author: anatolik
Revision: 316543

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:27 UTC (rev 316542)
+++ PKGBUILD2018-04-16 17:52:54 UTC (rev 316543)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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 ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('0c3e82b14fdca380a5e1afa01a1bc040047f')
-
-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 316542, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:52:54 UTC (rev 316543)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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 ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('478f2a4388aa3546676a773d17b8696baf9d97d7')
+
+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)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:27
  Author: anatolik
Revision: 316542

upgpkg: ruby-pango 3.2.4-1

upgpkg: ruby-pango 3.2.4-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:52:07 UTC (rev 316541)
+++ PKGBUILD2018-04-16 17:52:27 UTC (rev 316542)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('0c3e82b14fdca380a5e1afa01a1bc040047f')
+sha1sums=('478f2a4388aa3546676a773d17b8696baf9d97d7')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:52:07
  Author: anatolik
Revision: 316541

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 316540, 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
===
--- PKGBUILD2018-04-16 17:51:40 UTC (rev 316540)
+++ PKGBUILD2018-04-16 17:52:07 UTC (rev 316541)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('6cc91ede72da7875b7069ceb3f604dcae3a0df26')
-
-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 316540, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:52:07 UTC (rev 316541)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('4dd4686992352571193005971e319666384254f7')
+
+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/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:51:15
  Author: anatolik
Revision: 316539

archrelease: copy trunk to community-x86_64

Added:
  ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD
(from rev 316538, 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
===
--- PKGBUILD2018-04-16 17:50:44 UTC (rev 316538)
+++ PKGBUILD2018-04-16 17:51:15 UTC (rev 316539)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('c27a3eb89c074a1a900f3926daa2dc2d0279ae4f')
-
-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 316538, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:51:15 UTC (rev 316539)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('7099f39b59023b76f8fe890fe2ba5cbd77b7397c')
+
+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)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:51:40
  Author: anatolik
Revision: 316540

upgpkg: ruby-cairo-gobject 3.2.4-1

upgpkg: ruby-cairo-gobject 3.2.4-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:51:15 UTC (rev 316539)
+++ PKGBUILD2018-04-16 17:51:40 UTC (rev 316540)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('6cc91ede72da7875b7069ceb3f604dcae3a0df26')
+sha1sums=('4dd4686992352571193005971e319666384254f7')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:44
  Author: anatolik
Revision: 316538

upgpkg: ruby-gdk_pixbuf2 3.2.4-1

upgpkg: ruby-gdk_pixbuf2 3.2.4-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:50:27 UTC (rev 316537)
+++ PKGBUILD2018-04-16 17:50:44 UTC (rev 316538)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('c27a3eb89c074a1a900f3926daa2dc2d0279ae4f')
+sha1sums=('7099f39b59023b76f8fe890fe2ba5cbd77b7397c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:27
  Author: anatolik
Revision: 316537

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:50:00 UTC (rev 316536)
+++ PKGBUILD2018-04-16 17:50:27 UTC (rev 316537)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('5d14b0e652b38f4f19c4169fd48bab843f020c46')
-
-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 316536, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:50:27 UTC (rev 316537)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('e89206785eff4f885f7d8d67f44571dc2ea1e5ab')
+
+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)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:50:00
  Author: anatolik
Revision: 316536

upgpkg: ruby-gio2 3.2.4-1

upgpkg: ruby-gio2 3.2.4-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:49:42 UTC (rev 316535)
+++ PKGBUILD2018-04-16 17:50:00 UTC (rev 316536)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('5d14b0e652b38f4f19c4169fd48bab843f020c46')
+sha1sums=('e89206785eff4f885f7d8d67f44571dc2ea1e5ab')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:49:42
  Author: anatolik
Revision: 316535

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 316534, 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
===
--- PKGBUILD2018-04-16 17:49:15 UTC (rev 316534)
+++ PKGBUILD2018-04-16 17:49:42 UTC (rev 316535)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('a6eac534f5b8a64830e7f04b10f1c91505521d58')
-
-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 
316534, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:49:42 UTC (rev 316535)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('2601b8bcc01fc229ed59a8fea3363b3b58e0e411')
+
+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)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:49:15
  Author: anatolik
Revision: 316534

upgpkg: ruby-gobject-introspection 3.2.4-1

upgpkg: ruby-gobject-introspection 3.2.4-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:55 UTC (rev 316533)
+++ PKGBUILD2018-04-16 17:49:15 UTC (rev 316534)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('a6eac534f5b8a64830e7f04b10f1c91505521d58')
+sha1sums=('2601b8bcc01fc229ed59a8fea3363b3b58e0e411')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:55
  Author: anatolik
Revision: 316533

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:27 UTC (rev 316532)
+++ PKGBUILD2018-04-16 17:48:55 UTC (rev 316533)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('1511136686eccf8a4fd5c2f97be645ef3522fb7c')
-
-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 316532, 
ruby-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:48:55 UTC (rev 316533)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.2.4
+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=('2f57fbd24b50966aef3e30e2240e1081d688e541')
+
+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-atk/trunk (PKGBUILD)

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:27
  Author: anatolik
Revision: 316532

upgpkg: ruby-atk 3.2.4-1

upgpkg: ruby-atk 3.2.4-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 17:48:11 UTC (rev 316531)
+++ PKGBUILD2018-04-16 17:48:27 UTC (rev 316532)
@@ -3,7 +3,7 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('1511136686eccf8a4fd5c2f97be645ef3522fb7c')
+sha1sums=('2f57fbd24b50966aef3e30e2240e1081d688e541')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:48:11
  Author: anatolik
Revision: 316531

archrelease: copy trunk to community-x86_64

Added:
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 316530, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 316530, 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  2018-04-16 17:47:45 UTC (rev 316530)
+++ 0001-glib2-support-GLib-2.44.patch  2018-04-16 17:48:11 UTC (rev 316531)
@@ -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 316530, 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  2018-04-16 17:48:11 UTC (rev 316531)
@@ -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
===
--- PKGBUILD2018-04-16 17:47:45 UTC (rev 316530)
+++ PKGBUILD2018-04-16 17:48:11 UTC (rev 316531)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=3.2.3
-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=('53474074888fd15f2fb8a05a6c7da8213a9401b5')
-
-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 316530, 
ruby-glib2/trunk/PKGBUILD)

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

2018-04-16 Thread Anatol Pomozov via arch-commits
Date: Monday, April 16, 2018 @ 17:47:45
  Author: anatolik
Revision: 316530

upgpkg: ruby-glib2 3.2.4-1

upgpkg: ruby-glib2 3.2.4-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
+++ PKGBUILD2018-04-16 17:47:45 UTC (rev 316530)
@@ -3,7 +3,7 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=3.2.3
+pkgver=3.2.4
 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=('53474074888fd15f2fb8a05a6c7da8213a9401b5')
+sha1sums=('a1aa0ea0d88fe241825daee9f2a7e9a444cb60fe')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Monday, April 16, 2018 @ 17:12:41
  Author: heftig
Revision: 321917

archrelease: copy trunk to extra-x86_64

Added:
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 321916, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 17:11:48 UTC (rev 321916)
+++ PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2018.4
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=(x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio
- openssl avahi)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=155c936cd57892adab7b0b4ed4473da7fc45caa3  # tags/v2018.4^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
-"git+https://github.com/mendsley/bsdiff;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-x86_64/PKGBUILD (from rev 321916, 
ostree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 17:12:41 UTC (rev 321917)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2018.4
+pkgrel=2
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/;
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio
+ openssl avahi)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=155c936cd57892adab7b0b4ed4473da7fc45caa3  # tags/v2018.4^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
+"git+https://github.com/mendsley/bsdiff;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/58229
+  git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Jan Steffens via arch-commits
Date: Monday, April 16, 2018 @ 17:11:48
  Author: heftig
Revision: 321916

2018.4-2

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 16:30:22 UTC (rev 321915)
+++ PKGBUILD2018-04-16 17:11:48 UTC (rev 321916)
@@ -4,7 +4,7 @@
 
 pkgname=ostree
 pkgver=2018.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/;
 arch=(x86_64)
@@ -25,6 +25,9 @@
 prepare() {
   cd $pkgname
 
+  # https://bugs.archlinux.org/task/58229
+  git cherry-pick -n 28c7bc6d0e153a0b07bdb82d25473a490765067f
+
   git submodule init
   git config --local submodule.bsdiff.url "$srcdir/bsdiff"
   git config --local submodule.libglnx.url "$srcdir/libglnx"


[arch-commits] Commit in python2-ipaddress/repos/extra-any (4 files)

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 16:30:22
  Author: felixonmars
Revision: 321915

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 321914, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 321914, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-04-16 16:29:59 UTC (rev 321914)
+++ LICENSE 2018-04-16 16:30:22 UTC (rev 321915)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-("PSF"), and the Individual or Organization ("Licensee") accessing and
-otherwise using this software ("Python") in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an "AS IS"
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 321914, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-04-16 16:30:22 UTC (rev 321915)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work 

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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 16:29:59
  Author: felixonmars
Revision: 321914

upgpkg: python2-ipaddress 1.0.22-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:38:36 UTC (rev 321913)
+++ PKGBUILD2018-04-16 16:29:59 UTC (rev 321914)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt 
 
 pkgname=python2-ipaddress
-pkgver=1.0.21
+pkgver=1.0.22
 pkgrel=1
 pkgdesc="IPv4/IPv6 manipulation library"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 source=("https://pypi.io/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('444c618fff3597e9496f3ae894277ad122f4a7dcaf1a27dd9aeea47bc2e615bc98e0323d1fe14dbc871fc1bd6ddf42c0b884810260e40d1ad48ee9a0f2303200'
+sha512sums=('b0b0bae50c0819c46554f4ca2d14403a054d73cb9df7efd8bde03bd32b7599510a0e8eb7a63bd7cc6af45a035a0fcce38058b0625732472c7f252f72b88a6084'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2018-04-16 Thread Christian Rebischke via arch-commits
Date: Monday, April 16, 2018 @ 16:29:09
  Author: shibumi
Revision: 316529

archrelease: copy trunk to community-x86_64

Added:
  playerctl/repos/community-x86_64/PKGBUILD
(from rev 316528, playerctl/trunk/PKGBUILD)
Deleted:
  playerctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 16:29:02 UTC (rev 316528)
+++ PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
@@ -1,30 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Ian D. Scott 
-# Contributor: Tony Crisci 
-pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
-pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
-arch=('i686' 'x86_64')
-url="https://github.com/acrisci/playerctl;
-license=('LGPL3')
-depends=('glib2')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
-
-prepare() {
-cd "${srcdir}/playerctl-${pkgver}"
-NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-cd "${srcdir}/playerctl-${pkgver}"
-./configure --prefix=/usr --enable-gtk-doc
-make -j1
-}
-
-package() {
-cd "${srcdir}/playerctl-${pkgver}"
-make DESTDIR="${pkgdir}/" install
-}

Copied: playerctl/repos/community-x86_64/PKGBUILD (from rev 316528, 
playerctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 16:29:09 UTC (rev 316529)
@@ -0,0 +1,29 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Ian D. Scott 
+# Contributor: Tony Crisci 
+pkgname=playerctl
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
+arch=('x86_64')
+url="https://github.com/acrisci/playerctl;
+license=('LGPL3')
+depends=('glib2')
+makedepends=('gobject-introspection' 'gtk-doc')
+source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
+
+prepare() {
+cd "${srcdir}/playerctl-${pkgver}"
+NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/playerctl-${pkgver}"
+./configure --prefix=/usr --enable-gtk-doc
+}
+
+package() {
+cd "${srcdir}/playerctl-${pkgver}"
+make DESTDIR="${pkgdir}/" install
+}


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

2018-04-16 Thread Christian Rebischke via arch-commits
Date: Monday, April 16, 2018 @ 16:29:02
  Author: shibumi
Revision: 316528

upgpkg: playerctl 0.6.0-1

New version + removed make -j1 bullshit

Modified:
  playerctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
+++ PKGBUILD2018-04-16 16:29:02 UTC (rev 316528)
@@ -2,8 +2,8 @@
 # Contributor: Ian D. Scott 
 # Contributor: Tony Crisci 
 pkgname=playerctl
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="mpris media player controller and lib for spotify, vlc, audacious, 
bmp, xmms2, and others."
 arch=('x86_64')
 url="https://github.com/acrisci/playerctl;
@@ -11,7 +11,7 @@
 depends=('glib2')
 makedepends=('gobject-introspection' 'gtk-doc')
 
source=("playerctl-${pkgver}.tar.gz::https://github.com/acrisci/playerctl/archive/v${pkgver}.tar.gz;)
-sha512sums=('307cad5eeea7efa0c97c885660f49468f442fe907ef2495b56ac512e0551c7248750897b6d00934cbfcfcb35f486a101a238b276ef71d2ef866132ca3cc0932c')
+sha512sums=('8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739')
 
 prepare() {
 cd "${srcdir}/playerctl-${pkgver}"
@@ -21,7 +21,6 @@
 build() {
 cd "${srcdir}/playerctl-${pkgver}"
 ./configure --prefix=/usr --enable-gtk-doc
-make -j1
 }
 
 package() {


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 15:52:16
  Author: bgyorgy
Revision: 316527

archrelease: copy trunk to community-x86_64

Added:
  sk1/repos/community-x86_64/PKGBUILD
(from rev 316526, sk1/trunk/PKGBUILD)
Deleted:
  sk1/repos/community-x86_64/PKGBUILD
  sk1/repos/community-x86_64/imagemagick7.patch

+
 PKGBUILD   |   60 ---
 imagemagick7.patch |  158 ---
 2 files changed, 27 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 15:52:11 UTC (rev 316526)
+++ PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Sergej Pupykin 
-# Contributor: ConnorBehan 
-
-pkgname=sk1
-pkgver=2.0rc2
-pkgrel=2
-epoch=1
-pkgdesc="Professional quality illustration program"
-arch=(x86_64)
-url="https://sk1project.net/;
-depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'wxpython')
-license=('GPL3')
-source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-"imagemagick7.patch")
-sha256sums=('ee1f03e6705e2063d0a1f032e475b24868c68fc26410fb1f2a536d3541b88a67'
-'d70fe3ffe32fa0c8ec8bee587b56e5cb08a0981a4bbbe92964bb057b83885c5b')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Port to ImageMagick 7
-  patch -Np1 -i ../imagemagick7.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup-sk1.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
-}

Copied: sk1/repos/community-x86_64/PKGBUILD (from rev 316526, 
sk1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:52:16 UTC (rev 316527)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: ConnorBehan 
+
+pkgname=sk1
+pkgver=2.0rc3
+pkgrel=1
+epoch=1
+pkgdesc="Professional quality illustration program"
+arch=(x86_64)
+url="https://sk1project.net/;
+depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
+license=('GPL3')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
+}

Deleted: imagemagick7.patch
===
--- imagemagick7.patch  2018-04-16 15:52:11 UTC (rev 316526)
+++ imagemagick7.patch  2018-04-16 15:52:16 UTC (rev 316527)
@@ -1,158 +0,0 @@
-diff -Naur sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c 
sk1-2.0rc2/src/uc2/libimg/_libimg.c
 sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c   2016-10-09 12:40:45.0 
+0200
-+++ sk1-2.0rc2/src/uc2/libimg/_libimg.c2018-01-29 11:47:58.377663808 
+0100
-@@ -17,7 +17,7 @@
-  */
- 
- #include 
--#include 
-+#include 
- 
- static PyObject *
- im_InitMagick(PyObject *self, PyObject *args) {
-@@ -199,15 +199,15 @@
- //  UndefinedType,
- //  BilevelType,
- //  GrayscaleType,
--//  GrayscaleMatteType,
-+//  GrayscaleAlphaType,
- //  PaletteType,
--//  PaletteMatteType,
-+//  PaletteAlphaType,
- //  TrueColorType,
--//  TrueColorMatteType,
-+//  TrueColorAlphaType,
- //  ColorSeparationType,
--//  ColorSeparationMatteType,
-+//  ColorSeparationAlphaType,
- //  OptimizeType,
--//  PaletteBilevelMatteType
-+//  PaletteBilevelAlphaType
- 
- static PyObject *
- im_GetImageType(PyObject *self, PyObject *args) {
-@@ -230,32 +230,32 @@
-   else if (img_type == GrayscaleType){
-   return Py_BuildValue("s", "GrayscaleType");
-   }
--  else if (img_type == GrayscaleMatteType){
--  return Py_BuildValue("s", "GrayscaleMatteType");
-+  else if (img_type == GrayscaleAlphaType){
-+  return Py_BuildValue("s", "GrayscaleAlphaType");
-   }
-   else if (img_type == PaletteType){
-   return Py_BuildValue("s", "PaletteType");
-   }
--  else if (img_type == PaletteMatteType){
--  return Py_BuildValue("s", "PaletteMatteType");
-+  else if (img_type == PaletteAlphaType){
-+  return Py_BuildValue("s", "PaletteAlphaType");
-   }
-   else if (img_type == TrueColorType){
-   return Py_BuildValue("s", "TrueColorType");
-   }
--  else if (img_type == TrueColorMatteType){
--  return Py_BuildValue("s", "TrueColorMatteType");
-+  else 

[arch-commits] Commit in sk1/trunk (PKGBUILD imagemagick7.patch)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 15:52:11
  Author: bgyorgy
Revision: 316526

upgpkg: sk1 1:2.0rc3-1

Update to new version

Modified:
  sk1/trunk/PKGBUILD
Deleted:
  sk1/trunk/imagemagick7.patch

+
 PKGBUILD   |   20 ++
 imagemagick7.patch |  158 ---
 2 files changed, 7 insertions(+), 171 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
+++ PKGBUILD2018-04-16 15:52:11 UTC (rev 316526)
@@ -1,27 +1,20 @@
 # $Id$
+# Maintainer: Balló György 
 # Contributor: Sergej Pupykin 
 # Contributor: ConnorBehan 
 
 pkgname=sk1
-pkgver=2.0rc2
-pkgrel=2
+pkgver=2.0rc3
+pkgrel=1
 epoch=1
 pkgdesc="Professional quality illustration program"
 arch=(x86_64)
 url="https://sk1project.net/;
-depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'wxpython')
+depends=('lcms2' 'libmagick' 'python2-cairo' 'python2-pillow' 'python2-pycups' 
'python2-reportlab' 'python2-wxpython3')
 license=('GPL3')
-source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-"imagemagick7.patch")
-sha256sums=('ee1f03e6705e2063d0a1f032e475b24868c68fc26410fb1f2a536d3541b88a67'
-'d70fe3ffe32fa0c8ec8bee587b56e5cb08a0981a4bbbe92964bb057b83885c5b')
+source=("https://downloads.sk1project.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3b94131794d42d7c80c678e11a28a8e6a50401af4a35e42ed534d02b14abdff')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Port to ImageMagick 7
-  patch -Np1 -i ../imagemagick7.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   python2 setup-sk1.py build
@@ -30,4 +23,5 @@
 package() {
   cd $pkgname-$pkgver
   python2 setup-sk1.py install --root="$pkgdir" --optimize=1
+  find "$pkgdir"/usr/{lib,share} -type f | xargs chmod 644
 }

Deleted: imagemagick7.patch
===
--- imagemagick7.patch  2018-04-16 15:46:26 UTC (rev 316525)
+++ imagemagick7.patch  2018-04-16 15:52:11 UTC (rev 316526)
@@ -1,158 +0,0 @@
-diff -Naur sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c 
sk1-2.0rc2/src/uc2/libimg/_libimg.c
 sk1-2.0rc2.orig/src/uc2/libimg/_libimg.c   2016-10-09 12:40:45.0 
+0200
-+++ sk1-2.0rc2/src/uc2/libimg/_libimg.c2018-01-29 11:47:58.377663808 
+0100
-@@ -17,7 +17,7 @@
-  */
- 
- #include 
--#include 
-+#include 
- 
- static PyObject *
- im_InitMagick(PyObject *self, PyObject *args) {
-@@ -199,15 +199,15 @@
- //  UndefinedType,
- //  BilevelType,
- //  GrayscaleType,
--//  GrayscaleMatteType,
-+//  GrayscaleAlphaType,
- //  PaletteType,
--//  PaletteMatteType,
-+//  PaletteAlphaType,
- //  TrueColorType,
--//  TrueColorMatteType,
-+//  TrueColorAlphaType,
- //  ColorSeparationType,
--//  ColorSeparationMatteType,
-+//  ColorSeparationAlphaType,
- //  OptimizeType,
--//  PaletteBilevelMatteType
-+//  PaletteBilevelAlphaType
- 
- static PyObject *
- im_GetImageType(PyObject *self, PyObject *args) {
-@@ -230,32 +230,32 @@
-   else if (img_type == GrayscaleType){
-   return Py_BuildValue("s", "GrayscaleType");
-   }
--  else if (img_type == GrayscaleMatteType){
--  return Py_BuildValue("s", "GrayscaleMatteType");
-+  else if (img_type == GrayscaleAlphaType){
-+  return Py_BuildValue("s", "GrayscaleAlphaType");
-   }
-   else if (img_type == PaletteType){
-   return Py_BuildValue("s", "PaletteType");
-   }
--  else if (img_type == PaletteMatteType){
--  return Py_BuildValue("s", "PaletteMatteType");
-+  else if (img_type == PaletteAlphaType){
-+  return Py_BuildValue("s", "PaletteAlphaType");
-   }
-   else if (img_type == TrueColorType){
-   return Py_BuildValue("s", "TrueColorType");
-   }
--  else if (img_type == TrueColorMatteType){
--  return Py_BuildValue("s", "TrueColorMatteType");
-+  else if (img_type == TrueColorAlphaType){
-+  return Py_BuildValue("s", "TrueColorAlphaType");
-   }
-   else if (img_type == ColorSeparationType){
-   return Py_BuildValue("s", "ColorSeparationType");
-   }
--  else if (img_type == ColorSeparationMatteType){
--  return Py_BuildValue("s", "ColorSeparationMatteType");
-+  else if (img_type == ColorSeparationAlphaType){
-+  return Py_BuildValue("s", "ColorSeparationAlphaType");
-   }
-   else if (img_type == OptimizeType){
-   return Py_BuildValue("s", "OptimizeType");
-   }
--  else if (img_type == PaletteBilevelMatteType){
--  return Py_BuildValue("s", "PaletteBilevelMatteType");
-+  else if (img_type == PaletteBilevelAlphaType){
-+

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

2018-04-16 Thread Nicola Squartini via arch-commits
Date: Monday, April 16, 2018 @ 15:46:26
  Author: tensor5
Revision: 316525

archrelease: copy trunk to community-x86_64

Added:
  parity/repos/community-x86_64/PKGBUILD
(from rev 316524, parity/trunk/PKGBUILD)
  parity/repos/community-x86_64/parity.service
(from rev 316524, parity/trunk/parity.service)
Deleted:
  parity/repos/community-x86_64/PKGBUILD
  parity/repos/community-x86_64/parity.service

+
 PKGBUILD   |   70 +++
 parity.service |   18 +++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 15:44:36 UTC (rev 316524)
+++ PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.9.5
-_commit=ff821daf1da42865f229aee35f2e74e7b2dd8db2
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('libsystemd' 'openssl')
-makedepends=('git' 'rust' 'systemd')
-source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 316524, 
parity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:46:26 UTC (rev 316525)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.9.6
+_commit=df9297762daf11ca786ced756509045f7bd290a7
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('libsystemd' 'openssl')
+makedepends=('git' 'rust' 'systemd')
+source=("git+https://github.com/paritytech/parity.git#commit=${_commit};
+'parity.service')
+sha256sums=('SKIP'
+'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,parity,parity-evm}
+install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+}

Deleted: parity.service
===
--- parity.service  2018-04-16 15:44:36 UTC (rev 316524)
+++ parity.service  2018-04-16 15:46:26 UTC (rev 316525)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Copied: parity/repos/community-x86_64/parity.service (from rev 316524, 
parity/trunk/parity.service)
===
--- parity.service  (rev 0)
+++ parity.service  2018-04-16 15:46:26 UTC (rev 316525)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Parity Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+
+[Install]
+WantedBy=default.target


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

2018-04-16 Thread Nicola Squartini via arch-commits
Date: Monday, April 16, 2018 @ 15:44:36
  Author: tensor5
Revision: 316524

upgpkg: parity 1.9.6-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
+++ PKGBUILD2018-04-16 15:44:36 UTC (rev 316524)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.9.5
-_commit=ff821daf1da42865f229aee35f2e74e7b2dd8db2
+pkgver=1.9.6
+_commit=df9297762daf11ca786ced756509045f7bd290a7
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')


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

2018-04-16 Thread Morten Linderud via arch-commits
Date: Monday, April 16, 2018 @ 15:00:00
  Author: foxboron
Revision: 316523

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:57:58 UTC (rev 316522)
+++ PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.10.7
-pkgrel=2
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
-
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/rope-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python2")
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 316522, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 15:00:00 UTC (rev 316523)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 64151 2012-02-09 14:12:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgbase=python-rope
+pkgname=(python-rope python2-rope)
+pkgver=0.10.7
+pkgrel=3
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('4426d16686774f2b3d0431e5e54e7e261eab967e9e50e0af7fdaf95436057d74')
+
+prepare() {
+  cp -a rope-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/rope-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/rope-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-rope() {
+  depends=("python2")
+  cd "rope-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-rope() {
+  depends=("python")
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-16 Thread Morten Linderud via arch-commits
Date: Monday, April 16, 2018 @ 14:57:58
  Author: foxboron
Revision: 316522

upgpkg: python-rope 0.10.7-3

Fixed wrong python dependency FS#58180

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
+++ PKGBUILD2018-04-16 14:57:58 UTC (rev 316522)
@@ -9,7 +9,7 @@
 pkgbase=python-rope
 pkgname=(python-rope python2-rope)
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
@@ -38,7 +38,7 @@
 }
 
 package_python-rope() {
-  depends=("python2")
+  depends=("python")
   cd "rope-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:51:01
  Author: bgyorgy
Revision: 316521

archrelease: copy trunk to community-x86_64

Added:
  gtksourceview4/repos/community-x86_64/PKGBUILD
(from rev 316520, gtksourceview4/trunk/PKGBUILD)
Deleted:
  gtksourceview4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:50:55 UTC (rev 316520)
+++ PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview4
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=95be808cab52c8ae9dbf0a4a64a80d1b3cb2e00d  # tags/4.0.0^0
-source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview4/repos/community-x86_64/PKGBUILD (from rev 316520, 
gtksourceview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:51:01 UTC (rev 316521)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview4
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
+_commit=95be808cab52c8ae9dbf0a4a64a80d1b3cb2e00d  # tags/4.0.0^0
+source=("git+https://git.gnome.org/browse/gtksourceview#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:50:55
  Author: bgyorgy
Revision: 316520

upgpkg: gtksourceview4 4.0.0-2

Remove conflict with gtksourceview3 (FS#58245)

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
+++ PKGBUILD2018-04-16 14:50:55 UTC (rev 316520)
@@ -5,7 +5,7 @@
 
 pkgname=gtksourceview4
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
 arch=(x86_64)
@@ -30,7 +30,7 @@
   cd gtksourceview
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
+  --enable-gtk-doc --disable-Werror
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:45:46
  Author: bgyorgy
Revision: 316518

upgpkg: guake 3.2.0-1

Update to new version

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
+++ PKGBUILD2018-04-16 14:45:46 UTC (rev 316518)
@@ -5,15 +5,15 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/;
 license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'vte3')
-makedepends=('python-pbr' 'git')
-_commit=525b134e8e12db687a7fc5bc6134c7af49a957fc  # tags/3.0.5^0
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
 source=("git+https://github.com/Guake/guake#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,30 +22,13 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  sed -i '/glib-compile-schemas/d' Makefile
-
-  # Fix path
-  sed -i "s|IMAGE_DIR = .*|IMAGE_DIR = '/usr/share/pixmaps/guake'|
-  s|GLADE_DIR = .*|GLADE_DIR = '/usr/share/guake'|
-  s|SCHEMA_DIR = .*|SCHEMA_DIR = '/usr/share/glib-2.0/schemas'|" 
guake/globals.py
-
-  # Remove dependency on python-pbr
-  sed -i "/import pbr.version/d
-  s/pbr.version.VersionInfo('guake').version_string()/'$pkgver'/" 
guake/__init__.py
-}
-
 build() {
   cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py build
-  make generate-desktop generate-mo
+  make
 }
 
 package() {
   cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 -t "$pkgdir/usr/share/guake/" guake/data/*.glade 
-  install -Dm644 -t "$pkgdir/usr/share/pixmaps/guake/" 
guake/data/pixmaps/*.png 
-  make PREFIX="$pkgdir/usr" install-schemas install-locale
+  sed -i '/@pip3/d' Makefile
+  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
 }


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 14:45:56
  Author: bgyorgy
Revision: 316519

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 316518, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:45:46 UTC (rev 316518)
+++ PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=3.0.5
-pkgrel=2
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/;
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'vte3')
-makedepends=('python-pbr' 'git')
-_commit=525b134e8e12db687a7fc5bc6134c7af49a957fc  # tags/3.0.5^0
-source=("git+https://github.com/Guake/guake#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i '/glib-compile-schemas/d' Makefile
-
-  # Fix path
-  sed -i "s|IMAGE_DIR = .*|IMAGE_DIR = '/usr/share/pixmaps/guake'|
-  s|GLADE_DIR = .*|GLADE_DIR = '/usr/share/guake'|
-  s|SCHEMA_DIR = .*|SCHEMA_DIR = '/usr/share/glib-2.0/schemas'|" 
guake/globals.py
-
-  # Remove dependency on python-pbr
-  sed -i "/import pbr.version/d
-  s/pbr.version.VersionInfo('guake').version_string()/'$pkgver'/" 
guake/__init__.py
-}
-
-build() {
-  cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py build
-  make generate-desktop generate-mo
-}
-
-package() {
-  cd $pkgname
-  PBR_VERSION=$pkgver python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 -t "$pkgdir/usr/share/guake/" guake/data/*.glade 
-  install -Dm644 -t "$pkgdir/usr/share/pixmaps/guake/" 
guake/data/pixmaps/*.png 
-  make PREFIX="$pkgdir/usr" install-schemas install-locale
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 316518, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:45:56 UTC (rev 316519)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/;
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
+source=("git+https://github.com/Guake/guake#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/@pip3/d' Makefile
+  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
+}


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:41:21
  Author: felixonmars
Revision: 316516

upgpkg: hercules 3.13.00-3

libnsl rebuild (add correct dependencies too)

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:37:47 UTC (rev 316515)
+++ PKGBUILD2018-04-16 14:41:21 UTC (rev 316516)
@@ -11,7 +11,7 @@
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('libnsl' 'zlib')
+depends=('bzip2' 'libnsl' 'zlib')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
 
sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:41:54
  Author: felixonmars
Revision: 316517

archrelease: copy trunk to community-staging-x86_64

Added:
  hercules/repos/community-staging-x86_64/PKGBUILD
(from rev 316516, hercules/trunk/PKGBUILD)
Deleted:
  hercules/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 14:41:21 UTC (rev 316516)
+++ PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Kevin Piche 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Tom Newsom 
-
-pkgname=hercules
-pkgver=3.13.00
-pkgrel=2
-pkgdesc='Software implementation of System/370 and ESA/390'
-arch=('x86_64')
-url='http://www.hercules-390.eu/'
-license=('custom')
-depends=('glibc' 'libnsl')
-options=('!makeflags')
-source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
-sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
-
-prepare() {
-  ln -sf "$pkgname-${pkgver%.00}" p
-  # Change module extension from .la to .so.
-  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
-}
-
-build() {
-  cd p
-  ./configure --prefix=/usr --enable-optimization=-O3
-  make
-}
-
-package() {
-  cd p
-  DESTDIR="$pkgdir" make install
-  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER

Copied: hercules/repos/community-staging-x86_64/PKGBUILD (from rev 316516, 
hercules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 14:41:54 UTC (rev 316517)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.13.00
+pkgrel=3
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('bzip2' 'libnsl' 'zlib')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
+
+prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
+}
+
+build() {
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
+  make
+}
+
+package() {
+  cd p
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


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

2018-04-16 Thread Andreas Radke via arch-commits
Date: Monday, April 16, 2018 @ 14:38:36
  Author: andyrtr
Revision: 321913

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 321912, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 321912, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   64 +
 2 files changed, 137 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 321912, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2018-04-16 14:38:36 UTC (rev 321913)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 321912, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-16 14:38:36 UTC (rev 321913)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=332
+pkgrel=1
+pkgdesc="X Terminal Emulator"

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

2018-04-16 Thread Andreas Radke via arch-commits
Date: Monday, April 16, 2018 @ 14:38:22
  Author: andyrtr
Revision: 321912

upgpkg: xterm 332-1

upstream update 332

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 13:37:25 UTC (rev 321911)
+++ PKGBUILD2018-04-16 14:38:22 UTC (rev 321912)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=331
+pkgver=332
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('9ae856a30fd93046be93952a6898ba47f6f88ad6a988a7c949c4c80d5199ef10'
+sha256sums=('5d4b112717e62032826082bec523aff2ab9d9b1531b1d2e81f6cab4c668cb27d'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:37:47
  Author: felixonmars
Revision: 316515

upgpkg: hercules 3.13.00-3

libnsl rebuild (add correct dependencies too)

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 14:32:29 UTC (rev 316514)
+++ PKGBUILD2018-04-16 14:37:47 UTC (rev 316515)
@@ -6,12 +6,12 @@
 
 pkgname=hercules
 pkgver=3.13.00
-pkgrel=2
+pkgrel=3
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('glibc' 'libnsl')
+depends=('libnsl' 'zlib')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
 
sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:32:07
  Author: felixonmars
Revision: 316513

upgpkg: hercules 3.13.00-2

libnsl rebuild

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 13:51:05 UTC (rev 316512)
+++ PKGBUILD2018-04-16 14:32:07 UTC (rev 316513)
@@ -6,14 +6,15 @@
 
 pkgname=hercules
 pkgver=3.13.00
-pkgrel=1
+pkgrel=2
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
+depends=('glibc' 'libnsl')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
-sha256sums=('890c57c558d58708e55828ae299245bd2763318acf53e456a48aac883ecfe67d')
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
 
 prepare() {
   ln -sf "$pkgname-${pkgver%.00}" p


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

2018-04-16 Thread Felix Yan via arch-commits
Date: Monday, April 16, 2018 @ 14:32:29
  Author: felixonmars
Revision: 316514

archrelease: copy trunk to community-staging-x86_64

Added:
  hercules/repos/community-staging-x86_64/
  hercules/repos/community-staging-x86_64/PKGBUILD
(from rev 316513, hercules/trunk/PKGBUILD)

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

Copied: hercules/repos/community-staging-x86_64/PKGBUILD (from rev 316513, 
hercules/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-16 14:32:29 UTC (rev 316514)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Kevin Piche 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Tom Newsom 
+
+pkgname=hercules
+pkgver=3.13.00
+pkgrel=2
+pkgdesc='Software implementation of System/370 and ESA/390'
+arch=('x86_64')
+url='http://www.hercules-390.eu/'
+license=('custom')
+depends=('glibc' 'libnsl')
+options=('!makeflags')
+source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz;)
+sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')
+
+prepare() {
+  ln -sf "$pkgname-${pkgver%.00}" p
+  # Change module extension from .la to .so.
+  sed '/HDL_MODULE_SUFFIX/ s/\.la/.so/' -i p/hdl.h
+}
+
+build() {
+  cd p
+  ./configure --prefix=/usr --enable-optimization=-O3
+  make
+}
+
+package() {
+  cd p
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/hercules/qpl1"
+}
+
+# vim: ts=2 sw=2 et:
+# getver: 
raw.githubusercontent.com/rbowler/spinhawk/master/makemsi/Hercules-W64.VER


[arch-commits] Commit in (latexila)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:51:05
  Author: bgyorgy
Revision: 316512

latexila was renamed to gnome-latex

Deleted:
  latexila/


[arch-commits] Commit in gnome-latex (3 files)

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 13:49:20
  Author: bgyorgy
Revision: 316510

archrelease: copy trunk to community-x86_64

Added:
  gnome-latex/repos/
  gnome-latex/repos/community-x86_64/
  gnome-latex/repos/community-x86_64/PKGBUILD
(from rev 316509, gnome-latex/trunk/PKGBUILD)

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

Copied: gnome-latex/repos/community-x86_64/PKGBUILD (from rev 316509, 
gnome-latex/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-16 13:49:20 UTC (rev 316510)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+# Contributor: Bernd Prünster (JesusMcCloud) 
+
+pkgname=gnome-latex
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/GNOME-LaTeX;
+license=(GPL3)
+depends=(gsettings-desktop-schemas gspell libgee tepl)
+makedepends=(autoconf-archive appstream-glib git gobject-introspection gtk-doc 
intltool vala yelp-tools)
+optdepends=('texlive-core: build LaTeX documents')
+replaces=(latexila)
+_commit=907fcbf99789fa8f29d4e09a14344d0f803472b9  # tags/3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-latex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc --disable-Werror
+  make
+}
+
+package() {
+   cd $pkgname
+   make DESTDIR="$pkgdir" install
+}


  1   2   >