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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 08:04:05
  Author: arojas
Revision: 290246

Update to 1.20

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 07:51:42 UTC (rev 290245)
+++ PKGBUILD2018-02-08 08:04:05 UTC (rev 290246)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.18.7
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="https://mate-desktop.org";
@@ -14,7 +14,7 @@
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha256sums=('9bce5037cd6943e2da6b614f9b90868350d373fcda5a4b43bcbdbeef0ed4')
+sha256sums=('a7326a679ce5b472dcc9fe45988da2cf33e9538b6c20c541633257bdb9bbe133')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 08:04:31
  Author: arojas
Revision: 290247

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-panel/repos/community-staging-x86_64/
  mate-panel/repos/community-staging-x86_64/PKGBUILD
(from rev 290246, mate-panel/trunk/PKGBUILD)

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

Copied: mate-panel/repos/community-staging-x86_64/PKGBUILD (from rev 290246, 
mate-panel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 08:04:31 UTC (rev 290247)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('a7326a679ce5b472dcc9fe45988da2cf33e9538b6c20c541633257bdb9bbe133')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 08:16:57
  Author: arojas
Revision: 290249

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-applets/repos/community-staging-x86_64/
  mate-applets/repos/community-staging-x86_64/PKGBUILD
(from rev 290248, mate-applets/trunk/PKGBUILD)

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

Copied: mate-applets/repos/community-staging-x86_64/PKGBUILD (from rev 290248, 
mate-applets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 08:16:57 UTC (rev 290249)
@@ -0,0 +1,34 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org";
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 08:16:34
  Author: arojas
Revision: 290248

Update to 1.20

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 08:04:31 UTC (rev 290247)
+++ PKGBUILD2018-02-08 08:16:34 UTC (rev 290248)
@@ -2,14 +2,13 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('x86_64')
 url="https://mate-desktop.org";
 license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
- 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
 makedepends=('intltool' 'itstool' 'gucharmap')
 optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
 groups=('mate-extra')
@@ -16,16 +15,11 @@
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('fc6166f062ad3a557eec001608556e6faaa6b5c4bc79673709543b6b85a1ac10')
+sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca')
 
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
 build() {
 cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
+./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/${pkgname} \


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 10:20:38
  Author: arojas
Revision: 316223

archrelease: copy trunk to extra-any

Added:
  plasma-meta/repos/extra-any/PKGBUILD
(from rev 316222, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:20:12 UTC (rev 316222)
+++ PKGBUILD2018-02-08 10:20:38 UTC (rev 316223)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-meta
-pkgver=5.11
-pkgrel=1
-pkgdesc='Meta package to install KDE Plasma'
-arch=(any)
-url='https://www.archlinux.org/'
-license=(GPL)
-depends=(bluedevil
- drkonqi
- kde-gtk-config
- kdeplasma-addons
- kinfocenter
- ksysguard
- kscreen
- ksshaskpass
- kwrited
- oxygen
- plasma-desktop
- plasma-nm
- plasma-workspace-wallpapers
-plasma-pa
-plasma-sdk
- plasma-vault
-kwayland-integration
-kwallet-pam
-kgamma5
-user-manager
-sddm-kcm
-breeze-gtk
- powerdevil
- discover
- xdg-desktop-portal-kde
-)

Copied: plasma-meta/repos/extra-any/PKGBUILD (from rev 316222, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 10:20:38 UTC (rev 316223)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.12
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(bluedevil
+ drkonqi
+ kdeplasma-addons
+ kinfocenter
+ ksysguard
+ kscreen
+ ksshaskpass
+ kwrited
+ oxygen
+ plasma-desktop
+ plasma-nm
+ plasma-workspace-wallpapers
+plasma-pa
+plasma-sdk
+ plasma-vault
+kwayland-integration
+kwallet-pam
+kgamma5
+user-manager
+sddm-kcm
+breeze-gtk
+ powerdevil
+ discover
+ xdg-desktop-portal-kde
+)
+optdepends=('kde-gtk-config: GTK Theme configuration KCM' 'breeze-grub: Breeze 
theme for GRUB')


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 10:20:12
  Author: arojas
Revision: 316222

Move kde-gtk-config to optdepends, we don't want to pull gtk3

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 07:49:19 UTC (rev 316221)
+++ PKGBUILD2018-02-08 10:20:12 UTC (rev 316222)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-meta
-pkgver=5.11
+pkgver=5.12
 pkgrel=1
 pkgdesc='Meta package to install KDE Plasma'
 arch=(any)
@@ -11,7 +11,6 @@
 license=(GPL)
 depends=(bluedevil
  drkonqi
- kde-gtk-config
  kdeplasma-addons
  kinfocenter
  ksysguard
@@ -35,3 +34,4 @@
  discover
  xdg-desktop-portal-kde
 )
+optdepends=('kde-gtk-config: GTK Theme configuration KCM' 'breeze-grub: Breeze 
theme for GRUB')


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 10:29:06
  Author: anthraxx
Revision: 290250

upgpkg: linux-hardened 4.15.1.a-1

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

---+
 PKGBUILD  |   37 
 config.x86_64 | 2732 +++-
 2 files changed, 1923 insertions(+), 846 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 08:16:57 UTC (rev 290249)
+++ PKGBUILD2018-02-08 10:29:06 UTC (rev 290250)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_srcname=linux-4.14
-_pkgver=4.14.17
+_srcname=linux-4.15
+_pkgver=4.15.1
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -23,27 +23,21 @@
 90-linux.hook  # pacman hook for initramfs regeneration
 linux.preset   # standard config files for mkinitcpio ramdisk
 
-# https://bugs.archlinux.org/task/56605
-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch
 # https://bugs.archlinux.org/task/56711
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
-
-CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
 )
 replaces=('linux-grsec')
-sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
+sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'1e62d56e37bd15daec7c3d20a605624e1e0a21c44856880c6dbe0c9e41cabfa8'
+'202a0a34f221ae335de096c292927d7a7d4bcdbc2dd46d43b8a5f6420f95a0cf'
 'SKIP'
-'77b6c3188a029d3a03164b2ca75bcd9781ea8a32b1e021114667e4a39c1b4bd1'
+'d132bb3455f7e9749e85673717e962f62dbfb8260137f457b06a1cffc558ec40'
 'SKIP'
-'9cff1bfc26d019905c67eed2a81b7d99e6662791b5b1f77784835ef435b8425f'
+'a907b24a2e46934c621d9a9cdbc7bd2e9379ebc8cdc6856da436eb0a29542c3a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
-'294c928b8252112d621df1d13fbfeade13f28ddea034d44e89db41b66d2b7d45'
-'c08d12c699398ef88b764be1837b9ee11f2efd3188bd1bf4e8f85dfbeee58148'
-'6be803c62b7ce41f1b4de6c867715398812b1c1a3e68a0078512f2872e2a3fa9')
+'c08d12c699398ef88b764be1837b9ee11f2efd3188bd1bf4e8f85dfbeee58148')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -50,6 +44,7 @@
   '65EEFE022108E2B708CBFCF7F9E712E59AF5F22A' # Daniel Micay
  )
 _kernelname=${pkgbase#linux}
+: ${_kernelname:=-ARCH}
 
 prepare() {
   cd ${_srcname}
@@ -57,8 +52,6 @@
   # add upstream patch
   msg2 "Applying upstream patch"
   patch -Np1 < ../patch-${_pkgver}
-  # XXX: GNU patch doesn't support git-style file mode
-  chmod +x tools/objtool/sync-check.sh
 
   # apply all patches
   for _patch in "${source[@]}"; do
@@ -78,15 +71,13 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  cp -Tf ../config.${CARCH} .config
+  cat ../config.x86_64 - >.config <

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 10:29:43
  Author: anthraxx
Revision: 290251

upgpkg: linux-hardened 4.15.1.a-1

Deleted:
  linux-hardened/trunk/CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
  
linux-hardened/trunk/xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch

-+
 CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch|   42 ---
 xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch |   53 
--
 2 files changed, 95 deletions(-)

Deleted: CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
===
--- CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch2018-02-08 
10:29:06 UTC (rev 290250)
+++ CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch2018-02-08 
10:29:43 UTC (rev 290251)
@@ -1,42 +0,0 @@
-From 69c64866ce072dea1d1e59a0d61e0f66c0dffb76 Mon Sep 17 00:00:00 2001
-From: Mohamed Ghannam 
-Date: Tue, 5 Dec 2017 20:58:35 +
-Subject: [PATCH] dccp: CVE-2017-8824: use-after-free in DCCP code
-
-Whenever the sock object is in DCCP_CLOSED state,
-dccp_disconnect() must free dccps_hc_tx_ccid and
-dccps_hc_rx_ccid and set to NULL.
-
-Signed-off-by: Mohamed Ghannam 
-Reviewed-by: Eric Dumazet 
-Signed-off-by: David S. Miller 

- net/dccp/proto.c | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/net/dccp/proto.c b/net/dccp/proto.c
-index b68168fcc06a..9d43c1f40274 100644
 a/net/dccp/proto.c
-+++ b/net/dccp/proto.c
-@@ -259,6 +259,7 @@ int dccp_disconnect(struct sock *sk, int flags)
- {
-   struct inet_connection_sock *icsk = inet_csk(sk);
-   struct inet_sock *inet = inet_sk(sk);
-+  struct dccp_sock *dp = dccp_sk(sk);
-   int err = 0;
-   const int old_state = sk->sk_state;
- 
-@@ -278,6 +279,10 @@ int dccp_disconnect(struct sock *sk, int flags)
-   sk->sk_err = ECONNRESET;
- 
-   dccp_clear_xmit_timers(sk);
-+  ccid_hc_rx_delete(dp->dccps_hc_rx_ccid, sk);
-+  ccid_hc_tx_delete(dp->dccps_hc_tx_ccid, sk);
-+  dp->dccps_hc_rx_ccid = NULL;
-+  dp->dccps_hc_tx_ccid = NULL;
- 
-   __skb_queue_purge(&sk->sk_receive_queue);
-   __skb_queue_purge(&sk->sk_write_queue);
--- 
-2.15.1
-

Deleted: xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch
===
--- xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch 
2018-02-08 10:29:06 UTC (rev 290250)
+++ xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch 
2018-02-08 10:29:43 UTC (rev 290251)
@@ -1,53 +0,0 @@
-From patchwork Fri Dec 22 09:44:57 2017
-Content-Type: text/plain; charset="utf-8"
-MIME-Version: 1.0
-Content-Transfer-Encoding: 7bit
-Subject: [4/8] xfrm: Fix stack-out-of-bounds read on socket policy lookup.
-X-Patchwork-Submitter: Steffen Klassert 
-X-Patchwork-Id: 852277
-X-Patchwork-Delegate: da...@davemloft.net
-Message-Id: <20171222094501.23345-5-steffen.klass...@secunet.com>
-To: David Miller 
-Cc: Herbert Xu ,
- Steffen Klassert , 
-Date: Fri, 22 Dec 2017 10:44:57 +0100
-From: Steffen Klassert 
-List-Id: 
-
-When we do tunnel or beet mode, we pass saddr and daddr from the
-template to xfrm_state_find(), this is ok. On transport mode,
-we pass the addresses from the flowi, assuming that the IP
-addresses (and address family) don't change during transformation.
-This assumption is wrong in the IPv4 mapped IPv6 case, packet
-is IPv4 and template is IPv6.
-
-Fix this by catching address family missmatches of the policy
-and the flow already before we do the lookup.
-
-Reported-by: syzbot 
-Signed-off-by: Steffen Klassert 

- net/xfrm/xfrm_policy.c | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
-index 9542975eb2f9..038ec68f6901 100644
 a/net/xfrm/xfrm_policy.c
-+++ b/net/xfrm/xfrm_policy.c
-@@ -1168,9 +1168,15 @@ static struct xfrm_policy *xfrm_sk_policy_lookup(const 
struct sock *sk, int dir,
-  again:
-   pol = rcu_dereference(sk->sk_policy[dir]);
-   if (pol != NULL) {
--  bool match = xfrm_selector_match(&pol->selector, fl, family);
-+  bool match;
-   int err = 0;
- 
-+  if (pol->family != family) {
-+  pol = NULL;
-+  goto out;
-+  }
-+
-+  match = xfrm_selector_match(&pol->selector, fl, family);
-   if (match) {
-   if ((sk->sk_mark & pol->mark.m) != pol->mark.v) {
-   pol = NULL;


[arch-commits] Commit in linux-hardened/repos/community-x86_64 (16 files)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 10:29:55
  Author: anthraxx
Revision: 290252

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/60-linux.hook
(from rev 290251, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 290251, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 290251, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 290251, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/community-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 290251, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 290251, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 290251, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/60-linux.hook
  linux-hardened/repos/community-x86_64/90-linux.hook
  
linux-hardened/repos/community-x86_64/CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  
linux-hardened/repos/community-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset
  
linux-hardened/repos/community-x86_64/xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 CVE-2017-8824-dccp-use-after-free-in-DCCP-code.patch  |   42 
 PKGBUILD  |  517 
 config.x86_64 |18054 
+-
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 linux.install |   22 
 linux.preset  |   28 
 xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-lookup.patch   |   53 
 9 files changed, 9911 insertions(+), 8929 deletions(-)

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


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

2018-02-08 Thread Ronald van Haren via arch-commits
Date: Thursday, February 8, 2018 @ 10:29:48
  Author: ronald
Revision: 316224

upgpkg: bzip2 1.0.6-7

fix build issue FS#57421: Download patch attachment from Redhat Bugzilla fails

Modified:
  bzip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:20:38 UTC (rev 316223)
+++ PKGBUILD2018-02-08 10:29:48 UTC (rev 316224)
@@ -4,7 +4,7 @@
 
 pkgname=bzip2
 pkgver=1.0.6
-pkgrel=6
+pkgrel=7
 pkgdesc="A high-quality data compression program"
 arch=('x86_64')
 license=('custom')
@@ -13,11 +13,10 @@
 depends=('glibc' 'sh')
 source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
 bzip2-1.0.4-bzip2recover.patch
-
fix-heap-use-after-free-bzip2recover.patch::https://bugzilla.redhat.com/attachment.cgi?id=1169843)
+
fix-heap-use-after-free-bzip2recover.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch)
 sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
   '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
-  '9c078e00cc9103952d6117e23199c232e9ff56bc')
-
+  '95f6187491bcd980f869c6857a72edb3e43e1064')
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
@@ -29,6 +28,7 @@
   sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
 
   patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
+  # CVE-2016-3189
   patch -Np1 -i "${srcdir}/fix-heap-use-after-free-bzip2recover.patch"
 
   make -f Makefile-libbz2_so


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

2018-02-08 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 8, 2018 @ 10:30:02
  Author: grazzolini
Revision: 290253

upgpkg: streamlink 0.10.0-1

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:29:55 UTC (rev 290252)
+++ PKGBUILD2018-02-08 10:30:02 UTC (rev 290253)
@@ -2,7 +2,7 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=0.9.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
@@ -16,9 +16,9 @@
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 # Charlie Drage 
 validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('8c01c23a3e02d75a09232ac471a7c277a699455293a99e8a2ec0846a1b4a6819'
+sha256sums=('8bc06e53ab15fab57f782ea438a5f00c4807148b21f8fbed9238ed4865e08e24'
 'SKIP')
-sha512sums=('a7aadbf361132cc1db33513bfc18c4c4d9642afbd290ff8311adba92eaa0aae3d2f960c1d661a128fec91a22cdeef45649459a151a691561ca6f3c4fb461eb32'
+sha512sums=('2b40b189df62ae248a9b0a78ca847f38f0c5540335ee19f25d1bdbe479cdf290b9d6e5c29bbb727c710a525663aeb4109f3190e11e844116b4d418f053f31023'
 'SKIP')
 
 build() {


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

2018-02-08 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, February 8, 2018 @ 10:30:51
  Author: grazzolini
Revision: 290254

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/PKGBUILD
(from rev 290253, streamlink/trunk/PKGBUILD)
Deleted:
  streamlink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:30:02 UTC (rev 290253)
+++ PKGBUILD2018-02-08 10:30:51 UTC (rev 290254)
@@ -1,42 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Josip Ponjavic 
-
-pkgname=streamlink
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
-depends=("python-"{crypto,pycountry,requests,pysocks,websocket-client} 
'rtmpdump')
-checkdepends=("python-"{mock,pytest})
-makedepends=("python-"{setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-# Charlie Drage 
-validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
-sha256sums=('8c01c23a3e02d75a09232ac471a7c277a699455293a99e8a2ec0846a1b4a6819'
-'SKIP')
-sha512sums=('a7aadbf361132cc1db33513bfc18c4c4d9642afbd290ff8311adba92eaa0aae3d2f960c1d661a128fec91a22cdeef45649459a151a691561ca6f3c4fb461eb32'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export STREAMLINK_USE_PYCOUNTRY="true"
-  export STREAMLINK_USE_PYCRYPTO="true"
-  python setup.py build_sphinx -b man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test || warning "Tests failed"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 build/sphinx/man/streamlink.1 \
-"$pkgdir/usr/share/man/man1/streamlink.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: streamlink/repos/community-any/PKGBUILD (from rev 290253, 
streamlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 10:30:51 UTC (rev 290254)
@@ -0,0 +1,42 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+#depends=("python-"{iso3166,iso639,pycryptodomex,requests} 'rtmpdump')
+depends=("python-"{crypto,pycountry,requests,pysocks,websocket-client} 
'rtmpdump')
+checkdepends=("python-"{mock,pytest})
+makedepends=("python-"{setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+# Charlie Drage 
+validpgpkeys=('1D2DA4B582D3E09EFA2C997CDA227403C037D617')
+sha256sums=('8bc06e53ab15fab57f782ea438a5f00c4807148b21f8fbed9238ed4865e08e24'
+'SKIP')
+sha512sums=('2b40b189df62ae248a9b0a78ca847f38f0c5540335ee19f25d1bdbe479cdf290b9d6e5c29bbb727c710a525663aeb4109f3190e11e844116b4d418f053f31023'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  export STREAMLINK_USE_PYCRYPTO="true"
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-02-08 Thread Ronald van Haren via arch-commits
Date: Thursday, February 8, 2018 @ 10:31:36
  Author: ronald
Revision: 316225

archrelease: copy trunk to testing-x86_64

Added:
  bzip2/repos/testing-x86_64/
  bzip2/repos/testing-x86_64/PKGBUILD
(from rev 316224, bzip2/trunk/PKGBUILD)
  bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch
(from rev 316224, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)

+
 PKGBUILD   |   67 +++
 bzip2-1.0.4-bzip2recover.patch |   12 ++
 2 files changed, 79 insertions(+)

Copied: bzip2/repos/testing-x86_64/PKGBUILD (from rev 316224, 
bzip2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 10:31:36 UTC (rev 316225)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd  
+
+pkgname=bzip2
+pkgver=1.0.6
+pkgrel=7
+pkgdesc="A high-quality data compression program"
+arch=('x86_64')
+license=('custom')
+url="http://sources.redhat.com/bzip2";
+groups=('base')
+depends=('glibc' 'sh')
+source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+bzip2-1.0.4-bzip2recover.patch
+
fix-heap-use-after-free-bzip2recover.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch)
+sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
+  '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
+  '95f6187491bcd980f869c6857a72edb3e43e1064')
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # add large-file support
+  sed -e 's/^CFLAGS=\(.*\)$/CFLAGS=\1 \$(BIGFILES)/' -i ./Makefile-libbz2_so
+
+  # use our optimization
+  sed -i "s|-O2|${CFLAGS}|g" Makefile
+  sed -i "s|-O2|${CFLAGS}|g" Makefile-libbz2_so
+
+  patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
+  # CVE-2016-3189
+  patch -Np1 -i "${srcdir}/fix-heap-use-after-free-bzip2recover.patch"
+
+  make -f Makefile-libbz2_so
+  make bzip2 bzip2recover
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1}
+
+  install -m755 bzip2-shared $pkgdir/usr/bin/bzip2
+  install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin
+  ln -sf bzip2 $pkgdir/usr/bin/bunzip2
+  ln -sf bzip2 $pkgdir/usr/bin/bzcat
+
+  install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
+  ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
+
+  install -m644 bzlib.h $pkgdir/usr/include/
+
+  install -m644 bzip2.1 $pkgdir/usr/share/man/man1/
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1
+  ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1
+
+  install -Dm644 $srcdir/${pkgname}-${pkgver}/LICENSE \
+ $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: bzip2/repos/testing-x86_64/bzip2-1.0.4-bzip2recover.patch (from rev 
316224, bzip2/trunk/bzip2-1.0.4-bzip2recover.patch)
===
--- testing-x86_64/bzip2-1.0.4-bzip2recover.patch   
(rev 0)
+++ testing-x86_64/bzip2-1.0.4-bzip2recover.patch   2018-02-08 10:31:36 UTC 
(rev 316225)
@@ -0,0 +1,12 @@
+--- bzip2-1.0.4/bzip2recover.c.pom 2007-01-03 03:00:55.0 +0100
 bzip2-1.0.4/bzip2recover.c 2007-02-05 11:55:17.0 +0100
+@@ -309,7 +309,8 @@
+UInt32  buffHi, buffLo, blockCRC;
+Char*   p;
+ 
+-   strcpy ( progName, argv[0] );
++   strncpy ( progName, argv[0], BZ_MAX_FILENAME-1);
++   progName[BZ_MAX_FILENAME-1]='\0';
+inFileName[0] = outFileName[0] = 0;
+ 
+fprintf ( stderr, 


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:37:25
  Author: spupykin
Revision: 290255

upgpkg: nextcloud 13.0.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:30:51 UTC (rev 290254)
+++ PKGBUILD2018-02-08 10:37:25 UTC (rev 290255)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=12.0.5
+pkgver=13.0.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -9,15 +9,15 @@
 url="https://nextcloud.com";
 license=('AGPL')
 depends=()
-optdepends=('php71-apache: to use the Apache web server'
-'php71-sqlite: to use the SQLite database backend'
-'php71-pgsql: to use the PostgreSQL database backend'
-'php71-ldap: LDAP authentication'
-'php71-intl'
-'php71-apcu'
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
 'mariadb: to use the MySQL database backend'
 'smbclient: to mount SAMBA shares'
-'php71-mcrypt'
+'php-mcrypt'
 'ffmpeg: file preview'
 'libreoffice: file preview')
 options=('!strip')
@@ -26,13 +26,13 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43'
+sha256sums=('38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-depends=('php71' 'php71-gd')
+depends=('php' 'php-gd')
 
 # install project
 install -d "$pkgdir"/usr/share/webapps/


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:38:11
  Author: spupykin
Revision: 290256

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 290255, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 290255, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 290255, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  116 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:37:25 UTC (rev 290255)
+++ PKGBUILD2018-02-08 10:38:11 UTC (rev 290256)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=12.0.5
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php71-apache: to use the Apache web server'
-'php71-sqlite: to use the SQLite database backend'
-'php71-pgsql: to use the PostgreSQL database backend'
-'php71-ldap: LDAP authentication'
-'php71-intl'
-'php71-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php71-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php71' 'php71-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 290255, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 10:38:11 UTC (rev 290256)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=13.0.0
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# in

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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:38:59
  Author: spupykin
Revision: 290257

upgpkg: nextcloud-app-calendar 1.6.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:38:11 UTC (rev 290256)
+++ PKGBUILD2018-02-08 10:38:59 UTC (rev 290257)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.5.7
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
-sha256sums=('3b3cf33cfce2d268c7e57544f1df821c2c1c3c6318cd03c15ff0f56819c14c69')
+sha256sums=('c30fea3d973e064177d3650b0e20066be34d7d7fe9e35cd721b38e50d9659d7a')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:39:40
  Author: spupykin
Revision: 290258

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:38:59 UTC (rev 290257)
+++ PKGBUILD2018-02-08 10:39:40 UTC (rev 290258)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.5.7
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com";
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
-sha256sums=('3b3cf33cfce2d268c7e57544f1df821c2c1c3c6318cd03c15ff0f56819c14c69')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 290257, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 10:39:40 UTC (rev 290258)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com";
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz";)
+sha256sums=('c30fea3d973e064177d3650b0e20066be34d7d7fe9e35cd721b38e50d9659d7a')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:41:09
  Author: spupykin
Revision: 290260

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:40:49 UTC (rev 290259)
+++ PKGBUILD2018-02-08 10:41:09 UTC (rev 290260)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks";
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
-sha512sums=('ba66e90ab9021cce29514839cc9bc694a09b652b954b669b72c40b2e04f9f80e638c67a871b6134cd1dcb2c3f49bb1033473b36d0577e1001e0057b860fe0a23')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks-$pkgver" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 290259, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 10:41:09 UTC (rev 290260)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks";
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
+sha512sums=('41e0eb1796933ee87023671ca51110ad913f22e591f3149fdfba4bd922428a3412601494598a14dfbd4f794270b093f460e429e828bb3a649b72a077defb627b')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks-$pkgver" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:40:49
  Author: spupykin
Revision: 290259

upgpkg: nextcloud-app-tasks 0.9.6-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:39:40 UTC (rev 290258)
+++ PKGBUILD2018-02-08 10:40:49 UTC (rev 290259)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=()
 options=('!strip')
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
-sha512sums=('ba66e90ab9021cce29514839cc9bc694a09b652b954b669b72c40b2e04f9f80e638c67a871b6134cd1dcb2c3f49bb1033473b36d0577e1001e0057b860fe0a23')
+sha512sums=('41e0eb1796933ee87023671ca51110ad913f22e591f3149fdfba4bd922428a3412601494598a14dfbd4f794270b093f460e429e828bb3a649b72a077defb627b')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:47:40
  Author: spupykin
Revision: 290261

upgpkg: php71 7.1.14-1

Modified:
  php71/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:41:09 UTC (rev 290260)
+++ PKGBUILD2018-02-08 10:47:40 UTC (rev 290261)
@@ -21,8 +21,8 @@
  'php71-sqlite'
  'php71-tidy'
  'php71-xsl')
-pkgver=7.1.13
-pkgrel=4
+pkgver=7.1.14
+pkgrel=1
 arch=('x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -32,7 +32,7 @@
 validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
 source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
-sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
+sha256sums=('c09f0c1074f5689b492d79034adb84e6a6c6d08c6763c02282e6318d41156779'
 'SKIP'
 '258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'


[arch-commits] Commit in php71/repos/community-x86_64 (16 files)

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 10:48:06
  Author: spupykin
Revision: 290262

archrelease: copy trunk to community-x86_64

Added:
  php71/repos/community-x86_64/PKGBUILD
(from rev 290261, php71/trunk/PKGBUILD)
  php71/repos/community-x86_64/apache.conf
(from rev 290261, php71/trunk/apache.conf)
  php71/repos/community-x86_64/apache.patch
(from rev 290261, php71/trunk/apache.patch)
  php71/repos/community-x86_64/enchant-2.patch
(from rev 290261, php71/trunk/enchant-2.patch)
  php71/repos/community-x86_64/generate_patches
(from rev 290261, php71/trunk/generate_patches)
  php71/repos/community-x86_64/php-fpm.patch
(from rev 290261, php71/trunk/php-fpm.patch)
  php71/repos/community-x86_64/php-fpm.tmpfiles
(from rev 290261, php71/trunk/php-fpm.tmpfiles)
  php71/repos/community-x86_64/php.ini.patch
(from rev 290261, php71/trunk/php.ini.patch)
Deleted:
  php71/repos/community-x86_64/PKGBUILD
  php71/repos/community-x86_64/apache.conf
  php71/repos/community-x86_64/apache.patch
  php71/repos/community-x86_64/enchant-2.patch
  php71/repos/community-x86_64/generate_patches
  php71/repos/community-x86_64/php-fpm.patch
  php71/repos/community-x86_64/php-fpm.tmpfiles
  php71/repos/community-x86_64/php.ini.patch

--+
 PKGBUILD |  736 ++---
 apache.conf  |   26 -
 apache.patch |   40 +-
 enchant-2.patch  |  168 ++--
 generate_patches |   96 +++---
 php-fpm.patch|  148 +-
 php-fpm.tmpfiles |2 
 php.ini.patch|  194 ++---
 8 files changed, 705 insertions(+), 705 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 10:47:40 UTC (rev 290261)
+++ PKGBUILD2018-02-08 10:48:06 UTC (rev 290262)
@@ -1,368 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgbase=php71
-pkgname=('php71'
- 'php71-cgi'
- 'php71-apache'
- 'php71-fpm'
- 'php71-embed'
- 'php71-phpdbg'
- 'php71-dblib'
- 'php71-enchant'
- 'php71-gd'
- 'php71-imap'
- 'php71-intl'
- 'php71-mcrypt'
- 'php71-odbc'
- 'php71-pgsql'
- 'php71-pspell'
- 'php71-snmp'
- 'php71-sqlite'
- 'php71-tidy'
- 'php71-xsl')
-pkgver=7.1.13
-pkgrel=4
-arch=('x86_64')
-license=('PHP')
-url='http://www.php.net'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
-checkdepends=('procps-ng')
-validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
-source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
-sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
-'SKIP'
-'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c'
-'b11c3de747ef222696f5135556d624e3f7f0135a3cb1b06082f1ec8e9b7eeb0a')
-
-prepare() {
-   cd ${srcdir}/${pkgbase%71}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ../enchant-2.patch
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase%71}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd-native-ttf \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shared \
-   --enable-zip=shared \
-   --with-bz2=shared \
-   --with-curl=shared 

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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:10:35
  Author: bpiotrowski
Revision: 316227

archrelease: copy trunk to extra-x86_64

Added:
  go/repos/extra-x86_64/PKGBUILD
(from rev 316226, go/trunk/PKGBUILD)
  go/repos/extra-x86_64/default-buildmode-pie.patch
(from rev 316226, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/extra-x86_64/PKGBUILD
  go/repos/extra-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  182 +-
 default-buildmode-pie.patch |   28 +++---
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 11:10:26 UTC (rev 316226)
+++ PKGBUILD2018-02-08 11:10:35 UTC (rev 316227)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.9.3
-pkgrel=1
-arch=(x86_64)
-url='http://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae'
-'fd0055504e4175c1f444816636dfb53fc0ddee991fa2696bb64b087130bba96d')
-
-export GOOS=linux
-case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-esac
-export GOROOT_FINAL=/usr/lib/go
-export GOROOT_BOOTSTRAP=/usr/lib/go
-
-prepare() {
-  cp -r $pkgbase ${pkgbase}-pie
-
-  cd ${pkgbase}-pie
-  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
-}
-
-build() {
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean
-
-PATH="$GOBIN:$PATH" go install -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -race std
-  done
-}
-
-check() {
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k 
-}
-
-_package() {
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
-  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-  provides=(go-pie)
-  conflicts=(go-pie)
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=(go)
-  conflicts=(go)
-
-  _package $pkgname
-}

Copied: go/repos/extra-x86_64/PKGBUILD (from rev 316226, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 11:10:35 UTC (rev 316227)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.9.4
+pkgrel=1
+arch=(x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-buildmode-pie.patch)
+sha256sums=('0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06'
+'fd0055504e4175c1f444816636dfb53fc0ddee991fa2696bb64b087130bba96d')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+
+prepare() {
+  cp -r $pkgbase ${pkgbase}-pie
+
+  cd ${pkgbase}-pie
+  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
+}
+
+build() {
+  export GOPATH="$srcdir/"
+
+  for _pkgname in ${pkgname[@]}; do
+export GOROOT="$srcdir/$_pkgname"
+export GOBIN="$GOROOT/bin"
+
+cd "$srcdir/$_pkgname/src"
+./make.bash --no-clean
+
+PATH="$GOBIN:$PATH" go install -buildmode=shared std
+PATH="$GOBIN:$PATH" go install -race std
+  done
+}
+
+check() {
+  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
+  export GOROOT="$srcdir/$pkgbase"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgbase/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgbase/src
+  ./run.bash --no-rebuild -v -v -v -k 
+}
+
+_package() {
+  options=(!strip staticlibs)
+  cd "$srcdir/$1"
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
+  cp -a bin pkg src lib misc "$pkgdir/usr/lib/go"
+  cp -r doc/* "$pkgdir/u

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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:10:26
  Author: bpiotrowski
Revision: 316226

2:1.9.4-1: new upstream release

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:31:36 UTC (rev 316225)
+++ PKGBUILD2018-02-08 11:10:26 UTC (rev 316226)
@@ -4,7 +4,7 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 arch=(x86_64)
 url='http://golang.org/'
@@ -12,7 +12,7 @@
 makedepends=(git go)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
 default-buildmode-pie.patch)
-sha256sums=('4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae'
+sha256sums=('0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06'
 'fd0055504e4175c1f444816636dfb53fc0ddee991fa2696bb64b087130bba96d')
 
 export GOOS=linux


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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:15:51
  Author: bpiotrowski
Revision: 316230

1.6.2-1: new upstream release

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:15:31 UTC (rev 316229)
+++ PKGBUILD2018-02-08 11:15:51 UTC (rev 316230)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=iptables
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=(x86_64)
 license=(GPL2)
@@ -22,7 +22,7 @@
 iptables.service
 ip6tables.service
 iptables-flush)
-sha1sums=('b2592490ca7a6c2cd0f069e167a4337c86acdf91'
+sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9'
   'SKIP'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'


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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:15:31
  Author: bpiotrowski
Revision: 316229

archrelease: copy trunk to extra-x86_64

Added:
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 316228, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 316228, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

---+
 PKGBUILD  |  126 ++--
 mercurial.profile |2 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 11:15:23 UTC (rev 316228)
+++ PKGBUILD2018-02-08 11:15:31 UTC (rev 316229)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('x86_64')
-url="https://www.mercurial-scm.org/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5'
-  '3A8155163D0E20A530FCB78647A67FFAA346AACE')  
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'mercurial.profile')
-sha256sums=('dc2f72caccd6b760226753d48c2f4e8889fe176a6b23ef50775caac55ce28b85'
-'SKIP'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 316228, 
mercurial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 11:15:31 UTC (rev 316229)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+# Contributor: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.5
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('x86_64')
+url="https://www.mercurial-scm.org/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5'
+  '3A8155163D0E20A530FCB78647A67FFAA346AACE')  
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'mercurial.profile')
+sha256sums=('4d9338d9f9d88dc90b836d1227a3677e3347efaf2a118cc97d7fd1f605f1f265'
+'SKIP'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/v

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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:15:23
  Author: bpiotrowski
Revision: 316228

4.5-1: new upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:10:35 UTC (rev 316227)
+++ PKGBUILD2018-02-08 11:15:23 UTC (rev 316228)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.4.2
+pkgver=4.5
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   '3A8155163D0E20A530FCB78647A67FFAA346AACE')  
 
source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'mercurial.profile')
-sha256sums=('dc2f72caccd6b760226753d48c2f4e8889fe176a6b23ef50775caac55ce28b85'
+sha256sums=('4d9338d9f9d88dc90b836d1227a3677e3347efaf2a118cc97d7fd1f605f1f265'
 'SKIP'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 


[arch-commits] Commit in iptables/repos (12 files)

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:16:00
  Author: bpiotrowski
Revision: 316231

archrelease: copy trunk to testing-x86_64

Added:
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 316230, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 316230, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 316230, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 316230, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 316230, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 316230, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 316230, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 316230, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 316230, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 316230, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 316230, iptables/trunk/simple_firewall.rules)

---+
 PKGBUILD  |   81 
 empty-filter.rules|6 +++
 empty-mangle.rules|8 
 empty-nat.rules   |7 
 empty-raw.rules   |5 ++
 empty-security.rules  |6 +++
 empty.rules   |6 +++
 ip6tables.service |   14 
 iptables-flush|   18 ++
 iptables.service  |   14 
 simple_firewall.rules |   11 ++
 11 files changed, 176 insertions(+)

Copied: iptables/repos/testing-x86_64/PKGBUILD (from rev 316230, 
iptables/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 11:16:00 UTC (rev 316231)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Thomas Baechler 
+
+pkgname=iptables
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Linux kernel packet control tool'
+arch=(x86_64)
+license=(GPL2)
+url='http://www.netfilter.org/projects/iptables/index.html'
+depends=(glibc bash libnftnl libpcap)
+makedepends=(linux-api-headers)
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2{,.sig}
+empty.rules
+simple_firewall.rules
+empty-filter.rules
+empty-mangle.rules
+empty-nat.rules
+empty-raw.rules
+empty-security.rules
+iptables.service
+ip6tables.service
+iptables-flush)
+sha1sums=('6279effbf8f2c7ff53d19ae13308f8a6e6a60dd9'
+  'SKIP'
+  '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
+  'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
+  'd9f9f06b46b4187648e860afa0552335aafe3ce4'
+  'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
+  '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
+  '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
+  'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
+  '49be9443fc302dd0fda78b63d64e884cadb61603'
+  '635ba179aeed0c06af0c8b0dba3935f6267e608b'
+  'e7abda09c61142121b6695928d3b71ccd8fdf73a')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # use system one
+  rm include/linux/types.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/iptables \
+--with-xtlibdir=/usr/lib/iptables \
+--enable-bpf-compiler \
+--enable-devel \
+--enable-shared
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd "$srcdir"
+  install -Dm644 empty.rules "${pkgdir}"/etc/iptables/empty.rules
+  install -Dm644 simple_firewall.rules 
"${pkgdir}"/etc/iptables/simple_firewall.rules
+
+  install -d "$pkgdir"/var/lib/{iptables,ip6tables}
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/iptables
+  install -m644 empty-{filter,mangle,nat,raw,security}.rules 
"${pkgdir}"/var/lib/ip6tables
+
+  # install systemd files
+  install -Dm644 iptables.service \
+"$pkgdir/usr/lib/systemd/system/iptables.service"
+  install -Dm644 ip6tables.service \
+"$pkgdir/usr/lib/systemd/system/ip6tables.service"
+  install -Dm755 iptables-flush \
+"$pkgdir/usr/lib/systemd/scripts/iptables-flush"
+}
+

Copied: iptables/repos/testing-x86_64/empty-filter.rules (from rev 316230, 
iptables/trunk/empty-filter.rules)
===
--- testing-x86_64/empty-filter.rules   (rev 0)
+++ testing-x86_64/empty-filter.rules   2018-02-08 11:16:00 UTC (rev 316231)

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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:19:29
  Author: jsteel
Revision: 290263

upgpkg: python-boto3 1.5.24-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 10:48:06 UTC (rev 290262)
+++ PKGBUILD2018-02-08 11:19:29 UTC (rev 290263)
@@ -3,7 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.5.22
+pkgver=1.5.24
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('b0812024534d9ce49443500d79a8aa1ec39207a2e896a8bb431c9e879385c1ddd8dc879513369028461dbd7a371e3db4e643cb5e25b6ab30558a5d4ecb0698ad')
+sha512sums=('75b635f114d7b23aae3e00ae39afcc30edf365bec46972a8a4689472d1180b4a3ce4c320c62b61db553454c069747e5fb82889dba154db9660472ec48226d409')
 
 build() {
   cd "$srcdir"/boto3-$pkgver


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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:19:44
  Author: jsteel
Revision: 290264

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 11:19:29 UTC (rev 290263)
+++ PKGBUILD2018-02-08 11:19:44 UTC (rev 290264)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.5.22
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
-sha512sums=('b0812024534d9ce49443500d79a8aa1ec39207a2e896a8bb431c9e879385c1ddd8dc879513369028461dbd7a371e3db4e643cb5e25b6ab30558a5d4ecb0698ad')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 290263, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 11:19:44 UTC (rev 290264)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgname=python-boto3
+pkgver=1.5.24
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz";)
+sha512sums=('75b635f114d7b23aae3e00ae39afcc30edf365bec46972a8a4689472d1180b4a3ce4c320c62b61db553454c069747e5fb82889dba154db9660472ec48226d409')
+
+build() {
+  cd "$srcdir"/boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:20:33
  Author: bpiotrowski
Revision: 316232

4.0.1-1: new upstream release

Modified:
  mpfr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:16:00 UTC (rev 316231)
+++ PKGBUILD2018-02-08 11:20:33 UTC (rev 316232)
@@ -3,41 +3,31 @@
 # Contributor: damir 
 
 pkgname=mpfr
-_pkgver=4.0.0
-#_patchlevel=p1
-#pkgver=${_pkgver}.${_patchlevel}
-pkgver=${_pkgver}
+pkgver=4.0.1
 pkgrel=1
-pkgdesc="Multiple-precision floating-point library"
-arch=('x86_64')
-url="http://www.mpfr.org/";
-license=('LGPL')
+pkgdesc='Multiple-precision floating-point library'
+arch=(x86_64)
+url='http://www.mpfr.org/'
+license=(LGPL)
 depends=('gmp>=5.0')
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-#mpfr-${_pkgver}-${_patchlevel}.patch
-   )
-
-sha256sums=('fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d'
+source=(http://www.mpfr.org/mpfr-$pkgver/mpfr-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
+sha256sums=('67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e'
 'SKIP')
-validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  #patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
-}
-
 build() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-thread-safe --enable-shared
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
+  cd $pkgname-$pkgver
   make check
+  make check-exported-symbols
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2018-02-08 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, February 8, 2018 @ 11:20:39
  Author: bpiotrowski
Revision: 316233

archrelease: copy trunk to testing-x86_64

Added:
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 316232, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.6-p1.patch
(from rev 316232, mpfr/trunk/mpfr-3.1.6-p1.patch)

-+
 PKGBUILD|   33 +
 mpfr-3.1.6-p1.patch |  285 ++
 2 files changed, 318 insertions(+)

Copied: mpfr/repos/testing-x86_64/PKGBUILD (from rev 316232, 
mpfr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 11:20:39 UTC (rev 316233)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: damir 
+
+pkgname=mpfr
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Multiple-precision floating-point library'
+arch=(x86_64)
+url='http://www.mpfr.org/'
+license=(LGPL)
+depends=('gmp>=5.0')
+source=(http://www.mpfr.org/mpfr-$pkgver/mpfr-${pkgver}.tar.xz{,.asc})
+validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
+sha256sums=('67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+  make check-exported-symbols
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: mpfr/repos/testing-x86_64/mpfr-3.1.6-p1.patch (from rev 316232, 
mpfr/trunk/mpfr-3.1.6-p1.patch)
===
--- testing-x86_64/mpfr-3.1.6-p1.patch  (rev 0)
+++ testing-x86_64/mpfr-3.1.6-p1.patch  2018-02-08 11:20:39 UTC (rev 316233)
@@ -0,0 +1,285 @@
+diff -Naurd mpfr-3.1.6-a/PATCHES mpfr-3.1.6-b/PATCHES
+--- mpfr-3.1.6-a/PATCHES   2017-10-26 13:55:51.168013439 +
 mpfr-3.1.6-b/PATCHES   2017-10-26 13:55:51.236013121 +
+@@ -0,0 +1 @@
++mpfr_get
+diff -Naurd mpfr-3.1.6-a/VERSION mpfr-3.1.6-b/VERSION
+--- mpfr-3.1.6-a/VERSION   2017-09-07 11:36:44.0 +
 mpfr-3.1.6-b/VERSION   2017-10-26 13:55:51.236013121 +
+@@ -1 +1 @@
+-3.1.6
++3.1.6-p1
+diff -Naurd mpfr-3.1.6-a/src/get_ld.c mpfr-3.1.6-b/src/get_ld.c
+--- mpfr-3.1.6-a/src/get_ld.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_ld.c  2017-10-26 13:55:51.208013252 +
+@@ -41,6 +41,9 @@
+   mpfr_exp_t sh; /* exponent shift, so that x/2^sh is in the double range 
*/
+   mpfr_t y, z;
+   int sign;
++  MPFR_SAVE_EXPO_DECL (expo);
++
++  MPFR_SAVE_EXPO_MARK (expo);
+ 
+   /* first round x to the target long double precision, so that
+  all subsequent operations are exact (this avoids double rounding
+@@ -103,6 +106,7 @@
+ }
+   if (sign < 0)
+ r = -r;
++  MPFR_SAVE_EXPO_FREE (expo);
+   return r;
+ }
+ }
+diff -Naurd mpfr-3.1.6-a/src/get_si.c mpfr-3.1.6-b/src/get_si.c
+--- mpfr-3.1.6-a/src/get_si.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_si.c  2017-10-26 13:55:51.208013252 +
+@@ -28,6 +28,7 @@
+   mpfr_prec_t prec;
+   long s;
+   mpfr_t x;
++  MPFR_SAVE_EXPO_DECL (expo);
+ 
+   if (MPFR_UNLIKELY (!mpfr_fits_slong_p (f, rnd)))
+ {
+@@ -39,14 +40,22 @@
+   if (MPFR_IS_ZERO (f))
+ return (long) 0;
+ 
+-  /* determine prec of long */
+-  for (s = LONG_MIN, prec = 0; s != 0; s /= 2, prec++)
++  /* Determine the precision of long. |LONG_MIN| may have one more bit
++ as an integer, but in this case, this is a power of 2, thus fits
++ in a precision-prec floating-point number. */
++  for (s = LONG_MAX, prec = 0; s != 0; s /= 2, prec++)
+ { }
+ 
++  MPFR_SAVE_EXPO_MARK (expo);
++
+   /* first round to prec bits */
+   mpfr_init2 (x, prec);
+   mpfr_rint (x, f, rnd);
+ 
++  /* The flags from mpfr_rint are the wanted ones. In particular,
++ it sets the inexact flag when necessary. */
++  MPFR_SAVE_EXPO_UPDATE_FLAGS (expo, __gmpfr_flags);
++
+   /* warning: if x=0, taking its exponent is illegal */
+   if (MPFR_UNLIKELY (MPFR_IS_ZERO(x)))
+ s = 0;
+@@ -65,5 +74,7 @@
+ 
+   mpfr_clear (x);
+ 
++  MPFR_SAVE_EXPO_FREE (expo);
++
+   return s;
+ }
+diff -Naurd mpfr-3.1.6-a/src/get_sj.c mpfr-3.1.6-b/src/get_sj.c
+--- mpfr-3.1.6-a/src/get_sj.c  2017-01-01 01:39:09.0 +
 mpfr-3.1.6-b/src/get_sj.c  2017-10-26 13:55:51.208013252 +
+@@ -35,6 +35,7 @@
+   intmax_t r;
+   mpfr_prec_t prec;
+   mpfr_t x;
++  MPFR_SAVE_EXPO_DECL (expo);
+ 
+   if (MPFR_UNLIKELY (!mpfr_fits_intmax_p (f, rnd)))
+ {
+@@ -46,20 +47,24 @@
+   if (MPFR_IS_ZERO (f))
+  return (intmax_t) 0;
+ 
+-  /* determine the precision of intmax_t */
+-  for (r = MPFR_INTMAX_MIN, prec = 0; r != 0; r /= 2, prec++)
++  /* Determine the precision of intmax_t. |INTMAX_MIN| may have one
++ more bit 

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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:31:59
  Author: jsteel
Revision: 290265

upgpkg: python-botocore 1.8.38-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:19:44 UTC (rev 290264)
+++ PKGBUILD2018-02-08 11:31:59 UTC (rev 290265)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.8.36
+pkgver=1.8.38
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('2ff93b63d8a66ba57da95b2847cc7bed')
+md5sums=('7710c12851475c55f2f68d36f074fef2')
 
 build() {
   cd botocore-$pkgver


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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:32:26
  Author: jsteel
Revision: 290267

upgpkg: aws-cli 1.14.34-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:32:12 UTC (rev 290266)
+++ PKGBUILD2018-02-08 11:32:26 UTC (rev 290267)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.14.32
+pkgver=1.14.34
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b785d40234a759fd512ca01433ab7ffa')
+md5sums=('52b09cbf2361610cc771335ae08922d2')
 
 build() {
   cd $pkgname-$pkgver


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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:32:35
  Author: jsteel
Revision: 290268

archrelease: copy trunk to community-any

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

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

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

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


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

2018-02-08 Thread Jonathan Steel via arch-commits
Date: Thursday, February 8, 2018 @ 11:32:12
  Author: jsteel
Revision: 290266

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 11:31:59 UTC (rev 290265)
+++ PKGBUILD2018-02-08 11:32:12 UTC (rev 290266)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.8.36
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('2ff93b63d8a66ba57da95b2847cc7bed')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 290265, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 11:32:12 UTC (rev 290266)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.8.38
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('7710c12851475c55f2f68d36f074fef2')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:09:55
  Author: anthraxx
Revision: 290270

archrelease: copy trunk to community-x86_64

Added:
  radare2/repos/community-x86_64/PKGBUILD
(from rev 290269, radare2/trunk/PKGBUILD)
Deleted:
  radare2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:09:47 UTC (rev 290269)
+++ PKGBUILD2018-02-08 12:09:55 UTC (rev 290270)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='https://radare.org'
-arch=('x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('99ba2a7c4aae99ae0c70ce0423fa6ed2344fb94a45bc83bf6c8716e2b3e7f1bf')
-sha512sums=('e632ca3ffdeefc394e571b5ae7f0619cbbb93c657ff1ef316771e1d10089fbad98dc08b6e7d152e664a4c16e97d4519c1c6445fe737dbd4e3d296bc93c3ee410')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-syscapstone \
---with-syszip \
---with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 290269, 
radare2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:09:55 UTC (rev 290270)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='https://radare.org'
+arch=('x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha256sums=('50a5797f168b10e02bd9c4d4ff61fe0459e1b79710c27405c94753694d6b9b3c')
+sha512sums=('4b52ae3678c5bbba1d173f95715807469e88603067faf4f1058606a4235050ec07aebdb6408e24c0c031b9554b4ca095bf77fc2791a9efa498dfff49200b3b1d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-syscapstone \
+--with-syszip \
+--with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:09:47
  Author: anthraxx
Revision: 290269

upgpkg: radare2 2.3.0-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:32:35 UTC (rev 290268)
+++ PKGBUILD2018-02-08 12:09:47 UTC (rev 290269)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='https://radare.org'
@@ -11,8 +11,8 @@
 depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
-sha256sums=('99ba2a7c4aae99ae0c70ce0423fa6ed2344fb94a45bc83bf6c8716e2b3e7f1bf')
-sha512sums=('e632ca3ffdeefc394e571b5ae7f0619cbbb93c657ff1ef316771e1d10089fbad98dc08b6e7d152e664a4c16e97d4519c1c6445fe737dbd4e3d296bc93c3ee410')
+sha256sums=('50a5797f168b10e02bd9c4d4ff61fe0459e1b79710c27405c94753694d6b9b3c')
+sha512sums=('4b52ae3678c5bbba1d173f95715807469e88603067faf4f1058606a4235050ec07aebdb6408e24c0c031b9554b4ca095bf77fc2791a9efa498dfff49200b3b1d')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:14:23
  Author: anthraxx
Revision: 290271

upgpkg: ropper 1.11.6-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:09:55 UTC (rev 290270)
+++ PKGBUILD2018-02-08 12:14:23 UTC (rev 290271)
@@ -3,7 +3,7 @@
 pkgbase=ropper
 pkgname=('ropper' 'python-ropper' 'python2-ropper')
 _pkgname=Ropper
-pkgver=1.11.4
+pkgver=1.11.6
 pkgrel=1
 pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
 url='https://github.com/sashs/Ropper'
@@ -12,10 +12,9 @@
 makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
  'python2-setuptools' 'python2-capstone' 'python2-filebytes')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('296f1d166070bdfef031ced271d5d7c0f962b4f2c0df111b5fc18adadc2c34365658c09fe7abc5e359fed075c00171c86e3e9927442f36c7339c9a4853396167')
+sha512sums=('3609aaa60650c48602a48a2f83702b41227fa749cbfcfd76a2dd880900a69b9fc75208fa875eb262766c66c67727046a0687670cfbd203f77c806facd5fa59e8')
 
 prepare() {
-  echo "pass" >> ${_pkgname}-${pkgver}/ropper/parser.py
   cp -ra ${_pkgname}-${pkgver}{,-py2}
   sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
 }
@@ -43,7 +42,7 @@
   optdepends=('python-keystone: assemble command support')
   cd ${_pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   rm -r "${pkgdir}/usr/lib" "${pkgdir}/usr/bin/ropper2"
 }
 


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:14:30
  Author: anthraxx
Revision: 290272

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 290271, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:14:23 UTC (rev 290271)
+++ PKGBUILD2018-02-08 12:14:30 UTC (rev 290272)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=ropper
-pkgname=('ropper' 'python-ropper' 'python2-ropper')
-_pkgname=Ropper
-pkgver=1.11.4
-pkgrel=1
-pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
-url='https://github.com/sashs/Ropper'
-arch=('any')
-license=('GPL2')
-makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
- 'python2-setuptools' 'python2-capstone' 'python2-filebytes')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('296f1d166070bdfef031ced271d5d7c0f962b4f2c0df111b5fc18adadc2c34365658c09fe7abc5e359fed075c00171c86e3e9927442f36c7339c9a4853396167')
-
-prepare() {
-  echo "pass" >> ${_pkgname}-${pkgver}/ropper/parser.py
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-python test.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 test.py
-  )
-}
-
-package_ropper() {
-  depends=('python' "python-ropper>=${pkgver}")
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  rm -r "${pkgdir}/usr/lib" "${pkgdir}/usr/bin/ropper2"
-}
-
-package_python-ropper() {
-  depends=('python-capstone' 'python-filebytes')
-  optdepends=('python-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-package_python2-ropper() {
-  depends=('python2-capstone' 'python2-filebytes')
-  optdepends=('python2-keystone: assemble command support')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 290271, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:14:30 UTC (rev 290272)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=ropper
+pkgname=('ropper' 'python-ropper' 'python2-ropper')
+_pkgname=Ropper
+pkgver=1.11.6
+pkgrel=1
+pkgdesc='Show information about binary files and find gadgets to build rop 
chains for different architectures'
+url='https://github.com/sashs/Ropper'
+arch=('any')
+license=('GPL2')
+makedepends=('python-setuptools' 'python-capstone' 'python-filebytes'
+ 'python2-setuptools' 'python2-capstone' 'python2-filebytes')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('3609aaa60650c48602a48a2f83702b41227fa749cbfcfd76a2dd880900a69b9fc75208fa875eb262766c66c67727046a0687670cfbd203f77c806facd5fa59e8')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  sed -r 's|(env python)|\12|' -i ${_pkgname}-${pkgver}-py2/sample.py
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+python test.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test.py
+  )
+}
+
+package_ropper() {
+  depends=('python' "python-ropper>=${pkgver}")
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/lib" "${pkgdir}/usr/bin/ropper2"
+}
+
+package_python-ropper() {
+  depends=('python-capstone' 'python-filebytes')
+  optdepends=('python-keystone: assemble command support')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm -r "${pkgdir}/usr/bin"
+}
+
+package_python2-ropper() {
+  depe

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:21:33
  Author: anthraxx
Revision: 290273

upgpkg: metasploit 4.16.36-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:14:30 UTC (rev 290272)
+++ PKGBUILD2018-02-08 12:21:33 UTC (rev 290273)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.34
+pkgver=4.16.36
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -14,9 +14,9 @@
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
 metasploit-dont-restrict-aggregator.patch)
-sha256sums=('7cdbae2c8ef866ef97328cb759f1178fd81e7e8a9c444e3500ae5b854b5c10f1'
+sha256sums=('26ece1135e78fb17cac3a81bf4078300a525a7a60e4259b2c54857090b14a380'
 '28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('eb1ea3ba53be5cb6a85689f840413e3179619a9a44e4ca19d7d947cf6091c2107e975023f9b30d6b993cf754fe6bb0b771c88933f47e7427f4b666398e66ac38'
+sha512sums=('37a4f1364bb2281459a38e09125c1686886721094240bf5a5c126d27636a2d86567d57401ce1d621966551a6871126c1a4a14865089ec445505d61629eda22a0'
 
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
 
 prepare() {


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:21:41
  Author: anthraxx
Revision: 290274

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 290273, metasploit/trunk/PKGBUILD)
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch
(from rev 290273, 
metasploit/trunk/metasploit-dont-restrict-aggregator.patch)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch

---+
 PKGBUILD  |  124 ++--
 metasploit-dont-restrict-aggregator.patch |  112 -
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:21:33 UTC (rev 290273)
+++ PKGBUILD2018-02-08 12:21:41 UTC (rev 290274)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.34
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby2.4' 'libpcap' 'postgresql-libs' 'ruby2.4-bundler' 'sqlite' 
'libxslt' 'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
-metasploit-dont-restrict-aggregator.patch)
-sha256sums=('7cdbae2c8ef866ef97328cb759f1178fd81e7e8a9c444e3500ae5b854b5c10f1'
-'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('eb1ea3ba53be5cb6a85689f840413e3179619a9a44e4ca19d7d947cf6091c2107e975023f9b30d6b993cf754fe6bb0b771c88933f47e7427f4b666398e66ac38'
-
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.4 config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-  patch -R -p1 < "${srcdir}/metasploit-dont-restrict-aggregator.patch"
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.4 install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.4 exec 
ruby-2.4 /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.4 
exec ruby-2.4 /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 290273, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:21:41 UTC (rev 290274)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.36
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby2.4' 'libpcap' 'postgresql-libs' 'ruby2.4-bundler' 'sqlite' 
'libxslt' 'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
+metasploit-dont-restrict-aggregator.patch)
+sha256sums=('26ece1135e78fb17cac3a81bf4078300a525a7a60e4259b2c54857090b14a380'
+'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
+sha512sums=('37a4f1364bb2281459a38e09125c1686886721094240bf5a5c126d27636a2d86567d57401ce1d621966551a6871126c1a4a14865089ec445505d61629eda22a0'
+
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
+
+prepare() {
+  cd ${pkgname}-framework-${pkg

[arch-commits] Commit in cjdns/repos/community-x86_64 (5 files)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:29:36
  Author: anthraxx
Revision: 290276

archrelease: copy trunk to community-x86_64

Added:
  cjdns/repos/community-x86_64/PKGBUILD
(from rev 290275, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-x86_64/cjdns.install
(from rev 290275, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-x86_64/1107.patch
  cjdns/repos/community-x86_64/PKGBUILD
  cjdns/repos/community-x86_64/cjdns.install

---+
 1107.patch|  143 
 PKGBUILD  |  102 ++-
 cjdns.install |   52 ++--
 3 files changed, 74 insertions(+), 223 deletions(-)

Deleted: 1107.patch
===
--- 1107.patch  2018-02-08 12:29:29 UTC (rev 290275)
+++ 1107.patch  2018-02-08 12:29:36 UTC (rev 290276)
@@ -1,143 +0,0 @@
-From 249c5b7e57f4d383978eab1d6340a1f31994a606 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Mon, 11 Sep 2017 17:47:34 +0200
-Subject: [PATCH 1/4] fix uv__getiovmax returning -1
-

- node_build/dependencies/libuv/src/unix/stream.c | 14 --
- 1 file changed, 12 insertions(+), 2 deletions(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 1175f9bcf..711f16baa 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -714,8 +714,18 @@ static int uv__getiovmax() {
-   return IOV_MAX;
- #elif defined(_SC_IOV_MAX)
-   static int iovmax = -1;
--  if (iovmax == -1)
-+  if (iovmax == -1) {
-+errno = 0;
- iovmax = sysconf(_SC_IOV_MAX);
-+if (iovmax == -1) {
-+  if (errno) {
-+iovmax = 1;
-+  }
-+  /*else {
-+iovmax = 1024;
-+  }*/
-+}
-+  }
-   return iovmax;
- #else
-   return 1024;
-@@ -752,7 +762,7 @@ static void uv__write(uv_stream_t* stream) {
-   iovmax = uv__getiovmax();
- 
-   /* Limit iov count to avoid EINVALs from writev() */
--  if (iovcnt > iovmax)
-+  if (iovcnt > iovmax && iovmax != -1)
- iovcnt = iovmax;
- 
-   /*
-
-From fc73f49ebdf668d4185dcd4f89807d562655 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Mon, 11 Sep 2017 17:53:56 +0200
-Subject: [PATCH 2/4] fix uv__getiovmax calling sysconf(3) even after a 'valid'
- -1
-

- node_build/dependencies/libuv/src/unix/stream.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 711f16baa..b721570d8 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -713,8 +713,8 @@ static int uv__getiovmax() {
- #if defined(IOV_MAX)
-   return IOV_MAX;
- #elif defined(_SC_IOV_MAX)
--  static int iovmax = -1;
--  if (iovmax == -1) {
-+  static int iovmax = -2;
-+  if (iovmax == -2) {
- errno = 0;
- iovmax = sysconf(_SC_IOV_MAX);
- if (iovmax == -1) {
-
-From b119f17342a806d48a750c56adb32c17316f931e Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Tue, 12 Sep 2017 17:35:01 +0200
-Subject: [PATCH 3/4] On Linux, take UIO_IOVMAX into account.
-

- node_build/dependencies/libuv/src/unix/stream.c | 14 ++
- 1 file changed, 14 insertions(+)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index b721570d8..09add6387 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -19,6 +19,10 @@
-  * IN THE SOFTWARE.
-  */
- 
-+#if !defined(_GNU_SOURCE) && defined(__linux__)
-+#define _GNU_SOURCE
-+#endif
-+
- #include "uv.h"
- #include "internal.h"
- 
-@@ -35,6 +39,10 @@
- #include 
- #include  /* IOV_MAX */
- 
-+#if !defined(IOV_MAX) && defined(__linux__)
-+#include 
-+#endif
-+
- #if defined(__APPLE__)
- # include 
- # include 
-@@ -721,9 +729,15 @@ static int uv__getiovmax() {
-   if (errno) {
- iovmax = 1;
-   }
-+#ifdef __linux__
-+  else {
-+iovmax = UIO_IOVMAX;
-+  }
-+#else
-   /*else {
- iovmax = 1024;
-   }*/
-+#endif
- }
-   }
-   return iovmax;
-
-From 690d80c6a3e11cf6731b589d8d7752f8b2540594 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Tue, 12 Sep 2017 17:43:17 +0200
-Subject: [PATCH 4/4] Fix buid on arm64-v8a
-

- node_build/dependencies/libuv/src/unix/stream.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 09add6387..c4a2c529e 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -729,7 +729,7 @@ static int uv__getiovmax() {
-   if (errno) {
- iovmax = 1;
-   }
--#ifdef __linux__
-+#if defined(__linux__) && defined(UIO_IOVMAX)
-   else {

[arch-commits] Commit in cjdns/trunk (1107.patch PKGBUILD)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:29:29
  Author: anthraxx
Revision: 290275

upgpkg: cjdns 20.1-1

Modified:
  cjdns/trunk/PKGBUILD
Deleted:
  cjdns/trunk/1107.patch

+
 1107.patch |  143 ---
 PKGBUILD   |   26 --
 2 files changed, 10 insertions(+), 159 deletions(-)

Deleted: 1107.patch
===
--- 1107.patch  2018-02-08 12:21:41 UTC (rev 290274)
+++ 1107.patch  2018-02-08 12:29:29 UTC (rev 290275)
@@ -1,143 +0,0 @@
-From 249c5b7e57f4d383978eab1d6340a1f31994a606 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Mon, 11 Sep 2017 17:47:34 +0200
-Subject: [PATCH 1/4] fix uv__getiovmax returning -1
-

- node_build/dependencies/libuv/src/unix/stream.c | 14 --
- 1 file changed, 12 insertions(+), 2 deletions(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 1175f9bcf..711f16baa 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -714,8 +714,18 @@ static int uv__getiovmax() {
-   return IOV_MAX;
- #elif defined(_SC_IOV_MAX)
-   static int iovmax = -1;
--  if (iovmax == -1)
-+  if (iovmax == -1) {
-+errno = 0;
- iovmax = sysconf(_SC_IOV_MAX);
-+if (iovmax == -1) {
-+  if (errno) {
-+iovmax = 1;
-+  }
-+  /*else {
-+iovmax = 1024;
-+  }*/
-+}
-+  }
-   return iovmax;
- #else
-   return 1024;
-@@ -752,7 +762,7 @@ static void uv__write(uv_stream_t* stream) {
-   iovmax = uv__getiovmax();
- 
-   /* Limit iov count to avoid EINVALs from writev() */
--  if (iovcnt > iovmax)
-+  if (iovcnt > iovmax && iovmax != -1)
- iovcnt = iovmax;
- 
-   /*
-
-From fc73f49ebdf668d4185dcd4f89807d562655 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Mon, 11 Sep 2017 17:53:56 +0200
-Subject: [PATCH 2/4] fix uv__getiovmax calling sysconf(3) even after a 'valid'
- -1
-

- node_build/dependencies/libuv/src/unix/stream.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 711f16baa..b721570d8 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -713,8 +713,8 @@ static int uv__getiovmax() {
- #if defined(IOV_MAX)
-   return IOV_MAX;
- #elif defined(_SC_IOV_MAX)
--  static int iovmax = -1;
--  if (iovmax == -1) {
-+  static int iovmax = -2;
-+  if (iovmax == -2) {
- errno = 0;
- iovmax = sysconf(_SC_IOV_MAX);
- if (iovmax == -1) {
-
-From b119f17342a806d48a750c56adb32c17316f931e Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Tue, 12 Sep 2017 17:35:01 +0200
-Subject: [PATCH 3/4] On Linux, take UIO_IOVMAX into account.
-

- node_build/dependencies/libuv/src/unix/stream.c | 14 ++
- 1 file changed, 14 insertions(+)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index b721570d8..09add6387 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -19,6 +19,10 @@
-  * IN THE SOFTWARE.
-  */
- 
-+#if !defined(_GNU_SOURCE) && defined(__linux__)
-+#define _GNU_SOURCE
-+#endif
-+
- #include "uv.h"
- #include "internal.h"
- 
-@@ -35,6 +39,10 @@
- #include 
- #include  /* IOV_MAX */
- 
-+#if !defined(IOV_MAX) && defined(__linux__)
-+#include 
-+#endif
-+
- #if defined(__APPLE__)
- # include 
- # include 
-@@ -721,9 +729,15 @@ static int uv__getiovmax() {
-   if (errno) {
- iovmax = 1;
-   }
-+#ifdef __linux__
-+  else {
-+iovmax = UIO_IOVMAX;
-+  }
-+#else
-   /*else {
- iovmax = 1024;
-   }*/
-+#endif
- }
-   }
-   return iovmax;
-
-From 690d80c6a3e11cf6731b589d8d7752f8b2540594 Mon Sep 17 00:00:00 2001
-From: PoroCYon 
-Date: Tue, 12 Sep 2017 17:43:17 +0200
-Subject: [PATCH 4/4] Fix buid on arm64-v8a
-

- node_build/dependencies/libuv/src/unix/stream.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/node_build/dependencies/libuv/src/unix/stream.c 
b/node_build/dependencies/libuv/src/unix/stream.c
-index 09add6387..c4a2c529e 100644
 a/node_build/dependencies/libuv/src/unix/stream.c
-+++ b/node_build/dependencies/libuv/src/unix/stream.c
-@@ -729,7 +729,7 @@ static int uv__getiovmax() {
-   if (errno) {
- iovmax = 1;
-   }
--#ifdef __linux__
-+#if defined(__linux__) && defined(UIO_IOVMAX)
-   else {
- iovmax = UIO_IOVMAX;
-   }

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:21:41 UTC (rev 290274)
+++ PKGBUILD2018-02-08 12:29:29 UTC (rev 290275)
@@ -5,8 +5,8 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=20
-pkgrel=2
+pkgver=20.1
+pkgrel=1
 pkgdesc='Routing engi

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:33:20
  Author: anthraxx
Revision: 290278

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 290277, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:33:13 UTC (rev 290277)
+++ PKGBUILD2018-02-08 12:33:20 UTC (rev 290278)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.2
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('39e0ef58365a5a0413d88dfcc0d1c210b465661cb97c8e5b42c1feba791d2453')
-sha512sums=('c6e6b56359cabb129361a5cd34fae7e87ca817a8cc7339ef8f3ed1821605f996bb9b5570f14a5040640d580baf7c21296dace59f45dc4b29affd7361d0e13d82')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 290277, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:33:20 UTC (rev 290278)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
+sha256sums=('f31104a068b56625d5ed52f154b604f447f08d6e9271e39d1502cb791b4d5462')
+sha512sums=('11defa0c11d0bf172ae2e5895e9c1e71c0b6d30f0db9800d25ef7556018c56853cd30c3745d33767cac6ae8147701418796fbc7e4b8f517b390478bd8aa7cf01')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:33:13
  Author: anthraxx
Revision: 290277

upgpkg: sqlmap 1.2.2-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:29:36 UTC (rev 290276)
+++ PKGBUILD2018-02-08 12:33:13 UTC (rev 290277)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.2
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('39e0ef58365a5a0413d88dfcc0d1c210b465661cb97c8e5b42c1feba791d2453')
-sha512sums=('c6e6b56359cabb129361a5cd34fae7e87ca817a8cc7339ef8f3ed1821605f996bb9b5570f14a5040640d580baf7c21296dace59f45dc4b29affd7361d0e13d82')
+sha256sums=('f31104a068b56625d5ed52f154b604f447f08d6e9271e39d1502cb791b4d5462')
+sha512sums=('11defa0c11d0bf172ae2e5895e9c1e71c0b6d30f0db9800d25ef7556018c56853cd30c3745d33767cac6ae8147701418796fbc7e4b8f517b390478bd8aa7cf01')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:38:12
  Author: anthraxx
Revision: 290279

upgpkg: gradle 4.5.1-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:33:20 UTC (rev 290278)
+++ PKGBUILD2018-02-08 12:38:12 UTC (rev 290279)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.5
+pkgver=4.5.1
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('6ac2f8f9302f50241bf14cc5f4a3d88504ad20e61bb98c5fd048f7723b61397e'
+sha256sums=('ede2333b509ab67e4b6f51adb1419870fb34bbead0c8357dd803532b531508eb'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('e7ebd1c9337ac3bc278d64a1cc8a3df387877a761bd9ba0a62c16aa6b0c63d2279abd846895038194d78397fc00ffd0d90471801f21868e19bc9079ee8218200'
+sha512sums=('914fa381b996d91eb6ef57b4a4855d3cb6dd3ae05f3febed4bb6a114d47e166ed36c60f1277015c8ca21f7f727e3cc82ec208da85458ab9f56d7cad074b09caf'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:38:19
  Author: anthraxx
Revision: 290280

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 290279, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 290279, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  150 ++--
 gradle.sh |4 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:38:12 UTC (rev 290279)
+++ PKGBUILD2018-02-08 12:38:19 UTC (rev 290280)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.5
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('6ac2f8f9302f50241bf14cc5f4a3d88504ad20e61bb98c5fd048f7723b61397e'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('e7ebd1c9337ac3bc278d64a1cc8a3df387877a761bd9ba0a62c16aa6b0c63d2279abd846895038194d78397fc00ffd0d90471801f21868e19bc9079ee8218200'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 290279, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:38:19 UTC (rev 290280)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('ede2333b509ab67e4b6f51adb1419870fb34bbead0c8357dd803532b531508eb'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('914fa381b996d91eb6ef57b4a4855d3cb6dd3ae05f3febed4bb6a114d47e166ed36c60f1277015c8ca21f7f727e3cc82ec208da85458ab9f56d7cad074b09caf'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:41:25
  Author: anthraxx
Revision: 290282

archrelease: copy trunk to community-any

Added:
  ruby-rspec-support/repos/community-any/PKGBUILD
(from rev 290281, ruby-rspec-support/trunk/PKGBUILD)
Deleted:
  ruby-rspec-support/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:41:19 UTC (rev 290281)
+++ PKGBUILD2018-02-08 12:41:25 UTC (rev 290282)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-support
-pkgname=ruby-${_gemname}
-pkgver=3.7.0
-pkgrel=2
-pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
-url='https://github.com/rspec/rspec-support'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('50b23dc2da21c638b552b55651d551759b139b6a16f3cbdd38d9ced41fbdbab808cc034800d3e98126cfadf2a03db479493811478cb7a4b751a98f252b57867d')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-support/repos/community-any/PKGBUILD (from rev 290281, 
ruby-rspec-support/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:41:25 UTC (rev 290282)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-support
+pkgname=ruby-${_gemname}
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
+url='https://github.com/rspec/rspec-support'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('0f4c70d446d3dd0890adface47d14a138409c2b6e2ec207b7ecef87ff6baeeab14f1f905c52e1b0104854faaef3f28ab468667fe3072227333f48d73e44ad9a4')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:41:19
  Author: anthraxx
Revision: 290281

upgpkg: ruby-rspec-support 3.7.1-1

Modified:
  ruby-rspec-support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:38:19 UTC (rev 290280)
+++ PKGBUILD2018-02-08 12:41:19 UTC (rev 290281)
@@ -3,20 +3,20 @@
 
 _gemname=rspec-support
 pkgname=ruby-${_gemname}
-pkgver=3.7.0
-pkgrel=2
+pkgver=3.7.1
+pkgrel=1
 pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
 url='https://github.com/rspec/rspec-support'
 arch=('any')
 license=('MIT')
-depends=('ruby')
+depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('50b23dc2da21c638b552b55651d551759b139b6a16f3cbdd38d9ced41fbdbab808cc034800d3e98126cfadf2a03db479493811478cb7a4b751a98f252b57867d')
+sha512sums=('0f4c70d446d3dd0890adface47d14a138409c2b6e2ec207b7ecef87ff6baeeab14f1f905c52e1b0104854faaef3f28ab468667fe3072227333f48d73e44ad9a4')
 
 package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:47:37
  Author: anthraxx
Revision: 316235

archrelease: copy trunk to extra-x86_64

Added:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 316234, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 316234, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

-+
 PKGBUILD|  122 ++---
 libxnvctrl_so.patch |  134 +-
 2 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:47:28 UTC (rev 316234)
+++ PKGBUILD2018-02-08 12:47:37 UTC (rev 316235)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=387.34
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-url='https://github.com/NVIDIA/nvidia-settings'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
-libxnvctrl_so.patch)
-sha512sums=('559c859c0740575ab93edce013587250b98d7d2cd55198b5103fe97423d31ed9f113d83c240c402404de88074c285a07e46342538610d3d5dade7bed59d60090'
-
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  cd ${pkgbase}-${pkgver}
-  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
-  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
-  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
-  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-x86_64/PKGBUILD (from rev 316234, 
nvidia-settings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 12:47:37 UTC (rev 316235)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=390.25
+pkgrel=1
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('64f34996098a958dcf6e7fd268e428622d8ea81a4bfa44a6df11b086d733a2ee6d7cad75b6f64c43e2eda8f24210cb3192b4815a536656876a9e69fed2175892'
+
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+  cd ${pkgbase}-${pkgver}
+  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+  make -C src/libXNVCtrl
+}
+
+package_nvidia-settings() {
+  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:47:28
  Author: anthraxx
Revision: 316234

upgpkg: nvidia-settings 390.25-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 11:20:39 UTC (rev 316233)
+++ PKGBUILD2018-02-08 12:47:28 UTC (rev 316234)
@@ -3,9 +3,9 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=387.34
+pkgver=390.25
 pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
+pkgdesc='Tool for configuring the NVIDIA graphics driver'
 url='https://github.com/NVIDIA/nvidia-settings'
 arch=('x86_64')
 license=('GPL2')
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('559c859c0740575ab93edce013587250b98d7d2cd55198b5103fe97423d31ed9f113d83c240c402404de88074c285a07e46342538610d3d5dade7bed59d60090'
+sha512sums=('64f34996098a958dcf6e7fd268e428622d8ea81a4bfa44a6df11b086d733a2ee6d7cad75b6f64c43e2eda8f24210cb3192b4815a536656876a9e69fed2175892'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:57:56
  Author: anthraxx
Revision: 316236

upgpkg: vim 8.0.1476-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:47:37 UTC (rev 316235)
+++ PKGBUILD2018-02-08 12:57:56 UTC (rev 316236)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1436
+pkgver=8.0.1476
 _versiondir=80
 pkgrel=1
 url='http://www.vim.org'
@@ -21,11 +21,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('5e56ba39e7156ec8516f0c5a35721dec69517cedf246c5d25258ff94c57368fb'
+sha256sums=('6b12aa3736d22a9802b0a11701fc4e8b80388804c10c6f8bee62e67bab1ed58f'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('fcbd5aa68f0f94baa2645265a7eb8dc705876930afffc312e3bec00c4c7543abb1017e8b4c68afed85d5fea625634a9dad305ee553814afc840b3352d8c35995'
+sha512sums=('02021e4f758b5923c156660dea2ca3fa7cc8ac7238ad80087f4274c855ae377099a16b25b1dd6c5dab74925a5c6682f8cf03b96d294989f58251073a2032bd39'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:58:07
  Author: anthraxx
Revision: 316237

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 316236, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 316236, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 316236, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 316236, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  436 
 archlinux.vim |   50 +++---
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 272 insertions(+), 272 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:57:56 UTC (rev 316236)
+++ PKGBUILD2018-02-08 12:58:07 UTC (rev 316237)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1436
-_versiondir=80
-pkgrel=1
-url='http://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('5e56ba39e7156ec8516f0c5a35721dec69517cedf246c5d25258ff94c57368fb'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('fcbd5aa68f0f94baa2645265a7eb8dc705876930afffc312e3bec00c4c7543abb1017e8b4c68afed85d5fea625634a9dad305ee553814afc840b3352d8c35995'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc='Runtime for vim and gvim'
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-
-  # patch filetype.vim for better handling of pacman related files
-  sed -i 
"s/rpmsave/pacsave/;s/rpmnew/pacnew/;s/,\*\.ebuild/\0,PKGBUILD*,*.install/" \
- 

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 12:59:55
  Author: anthraxx
Revision: 290283

upgpkg: ruby-async 1.2.2-1

Modified:
  ruby-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:41:25 UTC (rev 290282)
+++ PKGBUILD2018-02-08 12:59:55 UTC (rev 290283)
@@ -2,17 +2,17 @@
 
 _gemname=async
 pkgname=ruby-${_gemname}
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='Composable asynchronous I/O'
 url='https://github.com/socketry/async'
 arch=('any')
 license=('MIT')
-depends=('ruby' 'ruby-nio4r' 'ruby-timers')
+depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('06bedecd8ead36a4c3f437f9da7985bddb4fca72121f638ce186d9c73bc7c952')
-sha512sums=('9ef5f7bc3ee81cdb377a43e352e8e8b75d23469156d3ae204cb2fbf1ebf92168387fd25575ee3c135e3f5f709907c7db7dfe732b8dad6434ad779633c8197fbe')
+sha256sums=('2d09019a833dff44fb506a5561bb7484efec72384c9b01dc5dbb0dd5319ca7c5')
+sha512sums=('f8a0e0e3fbd42c6ccfb210e625f6ec38d8127cadec3df26ad621b69350e0b6aad248ab3475f965d15eb6037a304e9a352d66563c53a228779c0357a2602605cd')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:00:03
  Author: anthraxx
Revision: 290284

archrelease: copy trunk to community-any

Added:
  ruby-async/repos/community-any/PKGBUILD
(from rev 290283, ruby-async/trunk/PKGBUILD)
Deleted:
  ruby-async/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 12:59:55 UTC (rev 290283)
+++ PKGBUILD2018-02-08 13:00:03 UTC (rev 290284)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async
-pkgname=ruby-${_gemname}
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Composable asynchronous I/O'
-url='https://github.com/socketry/async'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-nio4r' 'ruby-timers')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('06bedecd8ead36a4c3f437f9da7985bddb4fca72121f638ce186d9c73bc7c952')
-sha512sums=('9ef5f7bc3ee81cdb377a43e352e8e8b75d23469156d3ae204cb2fbf1ebf92168387fd25575ee3c135e3f5f709907c7db7dfe732b8dad6434ad779633c8197fbe')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async/repos/community-any/PKGBUILD (from rev 290283, 
ruby-async/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 13:00:03 UTC (rev 290284)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async
+pkgname=ruby-${_gemname}
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Composable asynchronous I/O'
+url='https://github.com/socketry/async'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
+sha256sums=('2d09019a833dff44fb506a5561bb7484efec72384c9b01dc5dbb0dd5319ca7c5')
+sha512sums=('f8a0e0e3fbd42c6ccfb210e625f6ec38d8127cadec3df26ad621b69350e0b6aad248ab3475f965d15eb6037a304e9a352d66563c53a228779c0357a2602605cd')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:01:43
  Author: anthraxx
Revision: 290286

archrelease: copy trunk to community-any

Added:
  ruby-async-io/repos/community-any/PKGBUILD
(from rev 290285, ruby-async-io/trunk/PKGBUILD)
Deleted:
  ruby-async-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 13:01:35 UTC (rev 290285)
+++ PKGBUILD2018-02-08 13:01:43 UTC (rev 290286)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('a261535e8a9b22b3c8f62c59794b5012eadb7382220c0ab957a079a978d194cf')
-sha512sums=('54b45de9a37438a5db6264aab0d31dfed521b3086a8cd52ddc97b7bbf3742307399da829ee7892ecc6742f2cc0903d91f2ea168fff06c6f6319424382e4f')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 290285, 
ruby-async-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 13:01:43 UTC (rev 290286)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('b7644b5ed608de28ee307b217de488ac8fd6b6b86dcc286fd26f4820d47a64de')
+sha512sums=('d3980ee946c7a3cb8bf1d16cc4a18e7f0af93d014dc5ec2e4a9a8db4f61670e0479955a68e07f82cf117b5123161a440b7a1b03f981627a4e6c3790436a7247e')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla 
bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:01:35
  Author: anthraxx
Revision: 290285

upgpkg: ruby-async-io 1.2.1-1

Modified:
  ruby-async-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:00:03 UTC (rev 290284)
+++ PKGBUILD2018-02-08 13:01:35 UTC (rev 290285)
@@ -2,17 +2,17 @@
 
 _gemname=async-io
 pkgname=ruby-${_gemname}
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
 url='https://github.com/socketry/async-io'
 arch=('any')
 license=('MIT')
-depends=('ruby' 'ruby-async')
+depends=('ruby' 'ruby-async' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('a261535e8a9b22b3c8f62c59794b5012eadb7382220c0ab957a079a978d194cf')
-sha512sums=('54b45de9a37438a5db6264aab0d31dfed521b3086a8cd52ddc97b7bbf3742307399da829ee7892ecc6742f2cc0903d91f2ea168fff06c6f6319424382e4f')
+sha256sums=('b7644b5ed608de28ee307b217de488ac8fd6b6b86dcc286fd26f4820d47a64de')
+sha512sums=('d3980ee946c7a3cb8bf1d16cc4a18e7f0af93d014dc5ec2e4a9a8db4f61670e0479955a68e07f82cf117b5123161a440b7a1b03f981627a4e6c3790436a7247e')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 13:51:12
  Author: spupykin
Revision: 290287

upgpkg: nextcloud-app-tasks 0.9.6-2

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:01:43 UTC (rev 290286)
+++ PKGBUILD2018-02-08 13:51:12 UTC (rev 290287)
@@ -5,7 +5,7 @@
 
 pkgname=nextcloud-app-tasks
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
 url="https://github.com/nextcloud/tasks";
@@ -13,10 +13,11 @@
 depends=('nextcloud')
 makedepends=()
 options=('!strip')
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
-sha512sums=('41e0eb1796933ee87023671ca51110ad913f22e591f3149fdfba4bd922428a3412601494598a14dfbd4f794270b093f460e429e828bb3a649b72a077defb627b')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz";)
+sha512sums=('7d944aa6c0718b607f62c55de00593d3ddcde3f25407fc04f7c620bea7945c646cb5294fce7c91bc450943eef9e4d819889e4699a64543c350a9a0d29f2ff911')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks-$pkgver" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
 }


[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

2018-02-08 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 8, 2018 @ 13:51:28
  Author: spupykin
Revision: 290288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 13:51:12 UTC (rev 290287)
+++ PKGBUILD2018-02-08 13:51:28 UTC (rev 290288)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks";
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
-sha512sums=('41e0eb1796933ee87023671ca51110ad913f22e591f3149fdfba4bd922428a3412601494598a14dfbd4f794270b093f460e429e828bb3a649b72a077defb627b')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks-$pkgver" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 290287, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 13:51:28 UTC (rev 290288)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.9.6
+pkgrel=2
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks";
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz";)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz";)
+sha512sums=('7d944aa6c0718b607f62c55de00593d3ddcde3f25407fc04f7c620bea7945c646cb5294fce7c91bc450943eef9e4d819889e4699a64543c350a9a0d29f2ff911')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:55:52
  Author: anthraxx
Revision: 290289

upgpkg: wireshark 2.5.0-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:51:28 UTC (rev 290288)
+++ PKGBUILD2018-02-08 13:55:52 UTC (rev 290289)
@@ -5,7 +5,7 @@
 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.4.4
+pkgver=2.5.0
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
@@ -16,13 +16,12 @@
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers
 do_not_use_svn_version.patch)
-sha256sums=('049a758e39422dcd536d7f75cebbfaa44e4f305d602bf22964d6459821126f58'
+sha256sums=('3da390e6874cb89bf885c284016fddd6db08543ef4c28747a92f95738618bc28'
 'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
-
   # Avoid ugly "svn rev unknown from unknown" version string
   patch -p1 < "${srcdir}/do_not_use_svn_version.patch"
 }
@@ -29,7 +28,6 @@
 
 build() {
   cd ${pkgbase}-${pkgver}
-
   ./autogen.sh
   ./configure \
   --prefix=/usr \
@@ -64,7 +62,7 @@
   rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
 
   # headers
-  install -Dm 644 config.h register.h ws_diag_control.h ws_symbol_export.h -t 
"${pkgdir}/usr/include/${pkgbase}"
+  install -Dm 644 *.h -t "${pkgdir}/usr/include/${pkgbase}"
   for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
 install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}"
   done


[arch-commits] Commit in wireshark/repos/community-x86_64 (8 files)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:56:00
  Author: anthraxx
Revision: 290290

archrelease: copy trunk to community-x86_64

Added:
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 290289, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 290289, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 290289, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/wireshark.sysusers
(from rev 290289, wireshark/trunk/wireshark.sysusers)
Deleted:
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install
  wireshark/repos/community-x86_64/wireshark.sysusers

--+
 PKGBUILD |  204 -
 do_not_use_svn_version.patch |   26 ++---
 wireshark.install|   16 +--
 wireshark.sysusers   |2 
 4 files changed, 123 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 13:55:52 UTC (rev 290289)
+++ PKGBUILD2018-02-08 13:56:00 UTC (rev 290290)
@@ -1,103 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Guillaume ALAUX 
-# Contributor: Florian Pritz 
-
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.4.4
-pkgrel=1
-arch=('x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=('!emptydirs')
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
-wireshark.sysusers
-do_not_use_svn_version.patch)
-sha256sums=('049a758e39422dcd536d7f75cebbfaa44e4f305d602bf22964d6459821126f58'
-'df07748152443c7d727bd51cd57af950c345b7141986b4f0e476cd6aa3623ac4'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "${srcdir}/do_not_use_svn_version.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk=3 \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  # wireshark uid group is 150
-  install -Dm644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # headers
-  install -Dm 644 config.h register.h ws_diag_control.h ws_symbol_export.h -t 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -Dm 644 ${d}/*.h -t "${pkgdir}/usr/include/${pkgbase}/${d}"
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  replaces=(wireshark)
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark-gtk "${pkgdir}/usr/bin/wireshark-gtk"
-  install -Dm 644 wireshark-gtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-package_wireshark-qt() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - Qt 
frontend'
-  depends=('desktop-file-utils' 'qt5-multimedia' 'wireshark-cli' 
'wireshark-common')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 .libs/wireshark "${pkgdir}/usr/bin/wireshark"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wireshark/repos/community-x86_64/PKGBUILD (from rev 290289, 
wireshark/trunk/PKGBUILD)

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:57:22
  Author: anthraxx
Revision: 290291

upgpkg: ruby-rack 2.0.4-1

Modified:
  ruby-rack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:56:00 UTC (rev 290290)
+++ PKGBUILD2018-02-08 13:57:22 UTC (rev 290291)
@@ -4,17 +4,17 @@
 
 _gemname=rack
 pkgname=ruby-rack
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
 pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
 url='https://rack.github.io/'
 arch=('any')
 license=('MIT')
-depends=('ruby')
+depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
-sha256sums=('7d9262217c7201e1d3095534009d909ca1c9310ee361c9b586a90ff258c67689')
-sha512sums=('ff8020860c9e3af82a960fc5e718bee74b39036e1a5df6fcc3f15d1a5d77119938b228208db465b0744aedb2c5f004c69ccd5765233d4697b5466191b9381b91')
+sha256sums=('4bebeacd4966b8693b35dd5ffe1ef56dc68c4d693d963e71c89e0aaac520af62')
+sha512sums=('c78e734cc628a57405bdf21b9cda3b618204a517e07d53aabdcca101a14ff267691332d037c366515f4a7ef607928420d132d6bd844bb94a3c3e59f2e2c44ae4')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:57:28
  Author: anthraxx
Revision: 290292

archrelease: copy trunk to community-any

Added:
  ruby-rack/repos/community-any/PKGBUILD
(from rev 290291, ruby-rack/trunk/PKGBUILD)
Deleted:
  ruby-rack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 13:57:22 UTC (rev 290291)
+++ PKGBUILD2018-02-08 13:57:28 UTC (rev 290292)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Sergej Pupykin 
-# Contributor: Alexsandr Pavlov 
-
-_gemname=rack
-pkgname=ruby-rack
-pkgver=2.0.3
-pkgrel=2
-pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
-url='https://rack.github.io/'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
-sha256sums=('7d9262217c7201e1d3095534009d909ca1c9310ee361c9b586a90ff258c67689')
-sha512sums=('ff8020860c9e3af82a960fc5e718bee74b39036e1a5df6fcc3f15d1a5d77119938b228208db465b0744aedb2c5f004c69ccd5765233d4697b5466191b9381b91')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rack/repos/community-any/PKGBUILD (from rev 290291, 
ruby-rack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 13:57:28 UTC (rev 290292)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Sergej Pupykin 
+# Contributor: Alexsandr Pavlov 
+
+_gemname=rack
+pkgname=ruby-rack
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Minimal, modular, and adaptable interface for developing web 
applications'
+url='https://rack.github.io/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rack/rack/archive/${pkgver}.tar.gz)
+sha256sums=('4bebeacd4966b8693b35dd5ffe1ef56dc68c4d693d963e71c89e0aaac520af62')
+sha512sums=('c78e734cc628a57405bdf21b9cda3b618204a517e07d53aabdcca101a14ff267691332d037c366515f4a7ef607928420d132d6bd844bb94a3c3e59f2e2c44ae4')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS.md HISTORY.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 example/* -t "${pkgdir}/usr/share/doc/${pkgname}/example"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:58:41
  Author: anthraxx
Revision: 290293

upgpkg: ruby-rouge 3.1.1-1

Modified:
  ruby-rouge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:57:28 UTC (rev 290292)
+++ PKGBUILD2018-02-08 13:58:41 UTC (rev 290293)
@@ -2,17 +2,17 @@
 
 _gemname=rouge
 pkgname=ruby-rouge
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Pure-ruby code highlighter that is compatible with pygments'
 url='http://rouge.jneen.net/'
 arch=('any')
 license=('MIT')
-depends=('ruby')
+depends=('ruby' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jneen/rouge/archive/v${pkgver}.tar.gz)
-sha256sums=('77b00295a320f213c394bfc5726d45ab39141ab7d02cc1805a0d27201899f8fe')
-sha512sums=('e3bbe78f7744c691e72a48a21ff89085518eb33e69363020bdc643b7c83d655310b630b14ecfe034484ee54b4eb026c9a4cb17d8b3dd8a3953ed47cb4a88be8b')
+sha256sums=('4b20a3c6c30e6728bb8d5732ed43983b503b1619d4543df50adc8f749baa20de')
+sha512sums=('db082daf8e3977de32d33e0fd7d0a6721bf61525f65925f5ed0c1234892e470fe39ae1afd0b2dc9eb9aa629958543b802df4034b7e2a91517a51dc87e8a09c6b')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 13:58:47
  Author: anthraxx
Revision: 290294

archrelease: copy trunk to community-any

Added:
  ruby-rouge/repos/community-any/PKGBUILD
(from rev 290293, ruby-rouge/trunk/PKGBUILD)
Deleted:
  ruby-rouge/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 13:58:41 UTC (rev 290293)
+++ PKGBUILD2018-02-08 13:58:47 UTC (rev 290294)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=rouge
-pkgname=ruby-rouge
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Pure-ruby code highlighter that is compatible with pygments'
-url='http://rouge.jneen.net/'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jneen/rouge/archive/v${pkgver}.tar.gz)
-sha256sums=('77b00295a320f213c394bfc5726d45ab39141ab7d02cc1805a0d27201899f8fe')
-sha512sums=('e3bbe78f7744c691e72a48a21ff89085518eb33e69363020bdc643b7c83d655310b630b14ecfe034484ee54b4eb026c9a4cb17d8b3dd8a3953ed47cb4a88be8b')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rouge/repos/community-any/PKGBUILD (from rev 290293, 
ruby-rouge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 13:58:47 UTC (rev 290294)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rouge
+pkgname=ruby-rouge
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='Pure-ruby code highlighter that is compatible with pygments'
+url='http://rouge.jneen.net/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jneen/rouge/archive/v${pkgver}.tar.gz)
+sha256sums=('4b20a3c6c30e6728bb8d5732ed43983b503b1619d4543df50adc8f749baa20de')
+sha512sums=('db082daf8e3977de32d33e0fd7d0a6721bf61525f65925f5ed0c1234892e470fe39ae1afd0b2dc9eb9aa629958543b802df4034b7e2a91517a51dc87e8a09c6b')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-jekyll-sass-converter/repos/community-any (2 files)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 14:01:09
  Author: anthraxx
Revision: 290296

archrelease: copy trunk to community-any

Added:
  ruby-jekyll-sass-converter/repos/community-any/PKGBUILD
(from rev 290295, ruby-jekyll-sass-converter/trunk/PKGBUILD)
Deleted:
  ruby-jekyll-sass-converter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 14:01:03 UTC (rev 290295)
+++ PKGBUILD2018-02-08 14:01:09 UTC (rev 290296)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=jekyll-sass-converter
-pkgname=ruby-${_gemname}
-pkgver=1.5.1
-pkgrel=2
-pkgdesc='Sass converter for Jekyll'
-url='https://github.com/jekyll/jekyll-sass-converter'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-sass')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
-sha256sums=('f3d88ae0af85141ec0d12d58657d45436a2c779f4c66a688181ed7d3e2fa60ef')
-sha512sums=('ab7754e6b295aa579168ae3f35d1675f1704fbe410e0ab5aaac5567d3990c6978b1a6c9ef2950690694f0eb4f4f4abe938f859cc082f4cb821fd9a403ee6a62a')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-jekyll-sass-converter/repos/community-any/PKGBUILD (from rev 
290295, ruby-jekyll-sass-converter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 14:01:09 UTC (rev 290296)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=jekyll-sass-converter
+pkgname=ruby-${_gemname}
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Sass converter for Jekyll'
+url='https://github.com/jekyll/jekyll-sass-converter'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-rdoc' 'ruby-sass')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
+sha256sums=('9e3959e62b0285418cba6625cf3f130c337f3286456c12d6542fc69ecd43d88f')
+sha512sums=('370ac6bd150a51afc766e4eb065b55d8965e7c39070fd133ea5422db1c559d4bf84d59bd601a3565792fd90a99c32ea1ccb5ecbed0cc8e1a3a343e7923250cb2')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-jekyll-sass-converter/trunk (PKGBUILD)

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 14:01:03
  Author: anthraxx
Revision: 290295

upgpkg: ruby-jekyll-sass-converter 1.5.2-1

Modified:
  ruby-jekyll-sass-converter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 13:58:47 UTC (rev 290294)
+++ PKGBUILD2018-02-08 14:01:03 UTC (rev 290295)
@@ -2,17 +2,17 @@
 
 _gemname=jekyll-sass-converter
 pkgname=ruby-${_gemname}
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc='Sass converter for Jekyll'
 url='https://github.com/jekyll/jekyll-sass-converter'
 arch=('any')
 license=('MIT')
-depends=('ruby' 'ruby-sass')
+depends=('ruby' 'ruby-rdoc' 'ruby-sass')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
-sha256sums=('f3d88ae0af85141ec0d12d58657d45436a2c779f4c66a688181ed7d3e2fa60ef')
-sha512sums=('ab7754e6b295aa579168ae3f35d1675f1704fbe410e0ab5aaac5567d3990c6978b1a6c9ef2950690694f0eb4f4f4abe938f859cc082f4cb821fd9a403ee6a62a')
+sha256sums=('9e3959e62b0285418cba6625cf3f130c337f3286456c12d6542fc69ecd43d88f')
+sha512sums=('370ac6bd150a51afc766e4eb065b55d8965e7c39070fd133ea5422db1c559d4bf84d59bd601a3565792fd90a99c32ea1ccb5ecbed0cc8e1a3a343e7923250cb2')
 
 prepare() {
   cd ${_gemname}-${pkgver}
@@ -30,7 +30,6 @@
   local _gemdir="$(gem env gemdir)"
   gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
   rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
 }


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 14:03:21
  Author: anthraxx
Revision: 290298

archrelease: copy trunk to community-any

Added:
  vim-gitgutter/repos/community-any/PKGBUILD
(from rev 290297, vim-gitgutter/trunk/PKGBUILD)
Deleted:
  vim-gitgutter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 14:03:14 UTC (rev 290297)
+++ PKGBUILD2018-02-08 14:03:21 UTC (rev 290298)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=vim-gitgutter
-_gitcommit=1e60667322b7cd1bfcba98762fbba746a888d21a
-pkgver=416.1e60667
-pkgrel=1
-pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
-url='https://github.com/airblade/vim-gitgutter'
-arch=('any')
-license=('MIT')
-depends=('vim' 'git')
-groups=('vim-plugins')
-source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${_installpath}"
-  cp -r -t "${_installpath}" autoload doc plugin
-  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-gitgutter/repos/community-any/PKGBUILD (from rev 290297, 
vim-gitgutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 14:03:21 UTC (rev 290298)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+
+pkgname=vim-gitgutter
+_gitcommit=932ffaca092cca246b82c33e23d2d3a05e192e08
+pkgver=417.932ffac
+pkgrel=1
+pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
+url='https://github.com/airblade/vim-gitgutter'
+arch=('any')
+license=('MIT')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/airblade/vim-gitgutter#commit=${_gitcommit}";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin
+  install -Dm 644 README.mkd -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 14:03:14
  Author: anthraxx
Revision: 290297

upgpkg: vim-gitgutter 417.932ffac-1

Modified:
  vim-gitgutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 14:01:09 UTC (rev 290296)
+++ PKGBUILD2018-02-08 14:03:14 UTC (rev 290297)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=vim-gitgutter
-_gitcommit=1e60667322b7cd1bfcba98762fbba746a888d21a
-pkgver=416.1e60667
+_gitcommit=932ffaca092cca246b82c33e23d2d3a05e192e08
+pkgver=417.932ffac
 pkgrel=1
 pkgdesc='Vim plugin which shows a git diff in the gutter (sign column)'
 url='https://github.com/airblade/vim-gitgutter'


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 14:59:02
  Author: andyrtr
Revision: 316238

upgpkg: linux-lts 4.14.18-1

upstream update 4.14.18

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 12:58:07 UTC (rev 316237)
+++ PKGBUILD2018-02-08 14:59:02 UTC (rev 316238)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.14
-pkgver=4.14.17
+pkgver=4.14.18
 pkgrel=1
 arch=('x86_64')
 url="https://www.kernel.org/";
@@ -27,7 +27,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
 'SKIP'
-'1e62d56e37bd15daec7c3d20a605624e1e0a21c44856880c6dbe0c9e41cabfa8'
+'8d29e1d10cabd62b32ac56e33de990e0d4f3c6208f57bd3f2c8c02f9eebc0d72'
 'SKIP'
 'c645053c4525a1a70d5c10b52257ac136da7e9059b6a4a566a857a3d42046426'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 14:59:35
  Author: andyrtr
Revision: 316239

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 316238, 
linux-lts/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux-lts/repos/testing-x86_64/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch
(from rev 316238, 
linux-lts/trunk/0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch)
  
linux-lts/repos/testing-x86_64/0003-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch
(from rev 316238, 
linux-lts/trunk/0003-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch)
  
linux-lts/repos/testing-x86_64/0004-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 316238, 
linux-lts/trunk/0004-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux-lts/repos/testing-x86_64/60-linux.hook
(from rev 316238, linux-lts/trunk/60-linux.hook)
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 316238, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 316238, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 316238, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 316238, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 316238, linux-lts/trunk/linux-lts.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch   |   57 
 0003-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch |   49 
 0004-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  248 
 config  | 8506 
++
 linux-lts.install   |   10 
 linux-lts.preset|   14 
 10 files changed, 9052 insertions(+)

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


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:08:05
  Author: andyrtr
Revision: 316240

upgpkg: nvidia-lts 1:390.25-2

kernel update 4.14.18 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 14:59:35 UTC (rev 316239)
+++ PKGBUILD2018-02-08 15:08:05 UTC (rev 316240)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=390.25
 _extramodules=extramodules-4.14-lts
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.16')
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.18')
 license=('custom')
 options=('!strip')
 
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
@@ -29,7 +29,7 @@
 
 package() {
 pkgdesc="NVIDIA drivers for linux-lts"
-depends=('linux-lts>=4.14.16' "nvidia-utils=${pkgver}" 'libgl')
+depends=('linux-lts>=4.14.18' "nvidia-utils=${pkgver}" 'libgl')
 
 install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
   "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:08:13
  Author: andyrtr
Revision: 316241

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 316240, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 316240, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 15:08:13 UTC (rev 316241)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=390.25
+_extramodules=extramodules-4.14-lts
+pkgrel=2
+epoch=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux-lts' 
'linux-lts-headers>=4.14.18')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums=('02dbb790013f51b6e6945933d977366211f47cb62f7ff1b6b2f57bd40be7fc28d8e92f223155f21fcb9154b857133235e68f9e020d0d8079f5e9f676d15177d7')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+pkgdesc="NVIDIA drivers for linux-lts"
+depends=('linux-lts>=4.14.18' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}


[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:11:09
  Author: andyrtr
Revision: 316242

upgpkg: nvidia-340xx-lts 340.106-6

kernel update 4.14.18 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:08:13 UTC (rev 316241)
+++ PKGBUILD2018-02-08 15:11:09 UTC (rev 316242)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.106
 _extramodules=extramodules-4.14-lts
-pkgrel=5
+pkgrel=6
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')
 url="http://www.nvidia.com/";
-makedepends=('linux-lts>=4.14.16' 'linux-lts-headers>=4.14.16' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.14.18' 'linux-lts-headers>=4.14.18' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -38,7 +38,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.14.16' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.14.18' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


[arch-commits] Commit in nvidia-340xx-lts/repos (4 files)

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:11:19
  Author: andyrtr
Revision: 316243

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 316242, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch
(from rev 316242, nvidia-340xx-lts/trunk/kernel-4.11.patch)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 316242, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

--+
 PKGBUILD |   52 +
 kernel-4.11.patch|   38 
 nvidia-340xx-lts.install |   15 
 3 files changed, 105 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 316242, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 15:11:19 UTC (rev 316243)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.106
+_extramodules=extramodules-4.14-lts
+pkgrel=6
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+makedepends=('linux-lts>=4.14.18' 'linux-lts-headers>=4.14.18' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd "${_pkg}"
+# patches here
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.14.18' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/kernel-4.11.patch (from rev 
316242, nvidia-340xx-lts/trunk/kernel-4.11.patch)
===
--- testing-x86_64/kernel-4.11.patch(rev 0)
+++ testing-x86_64/kernel-4.11.patch2018-02-08 15:11:19 UTC (rev 316243)
@@ -0,0 +1,38 @@
+--- kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:50:46.334075042 +0200
 kernel/uvm/nvidia_uvm_lite.c   2017-09-27 13:56:06.358041280 +0200
+@@ -818,7 +818,11 @@
+ }
+ 
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else 
++int _fault(struct vm_fault *vmf)  
++#endif
+ {
+ #if defined(NV_VM_FAULT_HAS_ADDRESS)
+ unsigned long vaddr = vmf->address;
+@@ -828,7 +832,11 @@
+ struct page *page = NULL;
+ int retval;
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ retval = _fault_common(vma, vaddr, &page, vmf->flags);
++#else
++retval = _fault_common(NULL, vaddr, &page, vmf->flags);
++#endif
+ 
+ vmf->page = page;
+ 
+@@ -866,7 +874,11 @@
+ // it's dealing with anonymous mapping (see handle_pte_fault).
+ //
+ #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 0)
+ int _sigbus_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
++#else
++int _sigbus_fault(struct vm_fault *vmf)
++#endif
+ {
+ vmf->page = NULL;
+ return VM_FAULT_SIGBUS;

Copied: nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install (from 
rev 316242, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-x86_64/nvidia-340xx-lts.install   

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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:13:08
  Author: andyrtr
Revision: 290300

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 290299, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 290299, acpi_call-lts/trunk/acpi_call.install)

---+
 PKGBUILD  |   50 ++
 acpi_call.install |   14 ++
 2 files changed, 64 insertions(+)

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 290299, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-08 15:13:08 UTC (rev 290300)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=59
+_extramodules=extramodules-4.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.14.18')
+makedepends=('linux-lts-headers>=4.14.18')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/acpi_call.install (from 
rev 290299, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-x86_64/acpi_call.install  (rev 0)
+++ community-testing-x86_64/acpi_call.install  2018-02-08 15:13:08 UTC (rev 
290300)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:12:57
  Author: andyrtr
Revision: 290299

upgpkg: acpi_call-lts 1.1.0-59

kernel update 4.14.18 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 14:03:21 UTC (rev 290298)
+++ PKGBUILD2018-02-08 15:12:57 UTC (rev 290299)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=58
+pkgrel=59
 _extramodules=extramodules-4.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.14.16')
-makedepends=('linux-lts-headers>=4.14.16')
+depends=('linux-lts>=4.14.18')
+makedepends=('linux-lts-headers>=4.14.18')
 provides=('acpi_call')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz";)


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:15:24
  Author: andyrtr
Revision: 290301

upgpkg: r8168-lts 8.045.08-12

kernel update 4.14.18 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:13:08 UTC (rev 290300)
+++ PKGBUILD2018-02-08 15:15:24 UTC (rev 290301)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.045.08
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw";
 license=("GPL")
 arch=('x86_64')
-depends=('glibc' "linux-lts>=4.14.16" "linux-lts<4.15")
-makedepends=("linux-lts-headers>=4.14.16" "linux-lts-headers<4.15")
+depends=('glibc' "linux-lts>=4.14.18" "linux-lts<4.15")
+makedepends=("linux-lts-headers>=4.14.18" "linux-lts-headers<4.15")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 15:15:31
  Author: andyrtr
Revision: 290302

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 290301, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 290301, r8168-lts/trunk/r8168-lts.install)

---+
 PKGBUILD  |   33 +
 r8168-lts.install |   17 +
 2 files changed, 50 insertions(+)

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 290301, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-08 15:15:31 UTC (rev 290302)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.045.08
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' "linux-lts>=4.14.18" "linux-lts<4.15")
+makedepends=("linux-lts-headers>=4.14.18" "linux-lts-headers<4.15")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+_extramodules=extramodules-4.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-x86_64/r8168-lts.install (from rev 
290301, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-x86_64/r8168-lts.install  (rev 0)
+++ community-testing-x86_64/r8168-lts.install  2018-02-08 15:15:31 UTC (rev 
290302)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.14-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}


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

2018-02-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 8, 2018 @ 15:15:51
  Author: foutrelis
Revision: 290303

upgpkg: gaupol 1.3.1-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:15:31 UTC (rev 290302)
+++ PKGBUILD2018-02-08 15:15:51 UTC (rev 290303)
@@ -6,24 +6,20 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=gaupol
-pkgver=1.2
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Editor for text-based subtitles"
 arch=('any')
 url="http://otsaloma.io/gaupol/";
 license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
- 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
+ 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('mpv: subtitle preview'
 'vlc: subtitle preview'
-'mplayer: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
+'mplayer: subtitle preview')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a6749d1ee77b36dfb0b80f41f11f63fbba3b9e638552a566f973dc9216d6f97c')
+sha256sums=('fb683970c3a96591c9754fac025c5d20deb35bae8f51be2212ed7f3618ee5abd')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-02-08 Thread Evangelos Foutras via arch-commits
Date: Thursday, February 8, 2018 @ 15:15:58
  Author: foutrelis
Revision: 290304

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 290303, gaupol/trunk/PKGBUILD)
Deleted:
  gaupol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 15:15:51 UTC (rev 290303)
+++ PKGBUILD2018-02-08 15:15:58 UTC (rev 290304)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: FJ 
-# Contributor: Sebastien Piccand 
-
-pkgname=gaupol
-pkgver=1.2
-pkgrel=1
-pkgdesc="Editor for text-based subtitles"
-arch=('any')
-url="http://otsaloma.io/gaupol/";
-license=('GPL')
-depends=('python-gobject' 'gtk3' 'gst-plugins-base' 'gst-plugins-good'
- 'iso-codes' 'python-cairo' 'python-pyenchant' 'python-chardet'
- 'gtkspell3' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('mpv: subtitle preview'
-'vlc: subtitle preview'
-'mplayer: subtitle preview'
-'gst-plugins-bad: extra media codecs'
-'gst-plugins-ugly: extra media codecs'
-'gst-libav: extra media codecs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a6749d1ee77b36dfb0b80f41f11f63fbba3b9e638552a566f973dc9216d6f97c')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 290303, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 15:15:58 UTC (rev 290304)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: FJ 
+# Contributor: Sebastien Piccand 
+
+pkgname=gaupol
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Editor for text-based subtitles"
+arch=('any')
+url="http://otsaloma.io/gaupol/";
+license=('GPL')
+depends=('python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly} 'gst-libav'
+ 'python-pyenchant' 'gtkspell3' 'iso-codes' 'python-chardet'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('mpv: subtitle preview'
+'vlc: subtitle preview'
+'mplayer: subtitle preview')
+source=($pkgname-$pkgver.tar.gz::https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('fb683970c3a96591c9754fac025c5d20deb35bae8f51be2212ed7f3618ee5abd')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py --without-iso-codes install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 15:27:41
  Author: felixonmars
Revision: 290305

upgpkg: uglify-js 3.3.10-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:15:58 UTC (rev 290304)
+++ PKGBUILD2018-02-08 15:27:41 UTC (rev 290305)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.3.9
+pkgver=3.3.10
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('276b7c079b63f4974f4d6e3eb0d6579a22161f34ef72821391aab34e28a5bbf6e2645ffd72ba9ffc58bb93986a6ce995461f7f85537103105820c17b37a4aa31')
+sha512sums=('74d89beda5033591493535c5caad020e62d154eb2763517e21082dd8500e759171dbe2ef2952db6c86ff7cbf8160a0afdd81f76cf084ffa33f25ac4286d40b1d')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 15:28:04
  Author: felixonmars
Revision: 290306

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 290305, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 290305, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 15:27:41 UTC (rev 290305)
+++ PKGBUILD2018-02-08 15:28:04 UTC (rev 290306)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.3.9
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('276b7c079b63f4974f4d6e3eb0d6579a22161f34ef72821391aab34e28a5bbf6e2645ffd72ba9ffc58bb93986a6ce995461f7f85537103105820c17b37a4aa31')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 290305, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 15:28:04 UTC (rev 290306)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.3.10
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('74d89beda5033591493535c5caad020e62d154eb2763517e21082dd8500e759171dbe2ef2952db6c86ff7cbf8160a0afdd81f76cf084ffa33f25ac4286d40b1d')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-02-08 15:27:41 UTC (rev 290305)
+++ uglify-js.install   2018-02-08 15:28:04 UTC (rev 290306)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 290305, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-02-08 15:28:04 UTC (rev 290306)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in system-config-printer/trunk (2 files)

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:05:00
  Author: heftig
Revision: 316244

1.5.11-2

Added:
  system-config-printer/trunk/0001-Fix-constructing-the-auth-dialog.patch
Modified:
  system-config-printer/trunk/PKGBUILD

-+
 0001-Fix-constructing-the-auth-dialog.patch |   32 ++
 PKGBUILD|   13 --
 2 files changed, 42 insertions(+), 3 deletions(-)

Added: 0001-Fix-constructing-the-auth-dialog.patch
===
--- 0001-Fix-constructing-the-auth-dialog.patch (rev 0)
+++ 0001-Fix-constructing-the-auth-dialog.patch 2018-02-08 16:05:00 UTC (rev 
316244)
@@ -0,0 +1,32 @@
+From 2766d74a98e44693f5e966d541a6303b966c088b Mon Sep 17 00:00:00 2001
+Message-Id: 
<2766d74a98e44693f5e966d541a6303b966c088b.1518105780.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 8 Feb 2018 17:01:01 +0100
+Subject: [PATCH] Fix constructing the auth dialog
+
+47973c80 (Remove deprecated Gtk objects) broke the auth dialog.
+
+Fixes https://bugs.archlinux.org/task/57364.
+---
+ authconn.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/authconn.py b/authconn.py
+index 2a645dcc..0f3021cb 100644
+--- a/authconn.py
 b/authconn.py
+@@ -78,11 +78,9 @@ class AuthDialog(Gtk.Dialog):
+ field = auth_info_required[i]
+ label = Gtk.Label (label=_(self.AUTH_FIELD.get (field, field)))
+ label.set_alignment (0, 0.5)
+-grid.attach (label, 0, 1, i, i + 1)
+ grid.attach (label, 0, i, 1, 1)
+ entry = Gtk.Entry ()
+ entry.set_visibility (field != 'password')
+-grid.attach (entry, 1, 2, i, i + 1, 0, 0)
+ grid.attach (entry, 1, i, 1, 1)
+ self.field_entry.append (entry)
+ 
+-- 
+2.16.1
+

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:11:19 UTC (rev 316243)
+++ PKGBUILD2018-02-08 16:05:00 UTC (rev 316244)
@@ -4,7 +4,7 @@
 
 pkgname=system-config-printer
 pkgver=1.5.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="https://github.com/zdohnal/system-config-printer";
 arch=('x86_64')
@@ -15,9 +15,16 @@
 optdepends=('libsecret: password management'
 'python-pysmbc: SMB browser support'
 'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(https://github.com/zdohnal/system-config-printer/releases/download/$pkgver/system-config-printer-${pkgver}.tar.xz)
-sha256sums=('38ad78d117c30ddb8c6c008a91d1bc0fa2e854ec04ee2de5cdd12ab842c100d3')
+source=(https://github.com/zdohnal/system-config-printer/releases/download/$pkgver/system-config-printer-${pkgver}.tar.xz
+0001-Fix-constructing-the-auth-dialog.patch)
+sha256sums=('38ad78d117c30ddb8c6c008a91d1bc0fa2e854ec04ee2de5cdd12ab842c100d3'
+'2fd4daa433da0659b6a86962144545015d617c39c0e42ea04d7ede5fa6f9ceff')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../0001-Fix-constructing-the-auth-dialog.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \


[arch-commits] Commit in system-config-printer/repos/testing-x86_64 (3 files)

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:05:49
  Author: heftig
Revision: 316245

archrelease: copy trunk to testing-x86_64

Added:
  
system-config-printer/repos/testing-x86_64/0001-Fix-constructing-the-auth-dialog.patch
(from rev 316244, 
system-config-printer/trunk/0001-Fix-constructing-the-auth-dialog.patch)
  system-config-printer/repos/testing-x86_64/PKGBUILD
(from rev 316244, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/testing-x86_64/PKGBUILD

-+
 0001-Fix-constructing-the-auth-dialog.patch |   32 +
 PKGBUILD|   89 ++
 2 files changed, 80 insertions(+), 41 deletions(-)

Copied: 
system-config-printer/repos/testing-x86_64/0001-Fix-constructing-the-auth-dialog.patch
 (from rev 316244, 
system-config-printer/trunk/0001-Fix-constructing-the-auth-dialog.patch)
===
--- 0001-Fix-constructing-the-auth-dialog.patch (rev 0)
+++ 0001-Fix-constructing-the-auth-dialog.patch 2018-02-08 16:05:49 UTC (rev 
316245)
@@ -0,0 +1,32 @@
+From 2766d74a98e44693f5e966d541a6303b966c088b Mon Sep 17 00:00:00 2001
+Message-Id: 
<2766d74a98e44693f5e966d541a6303b966c088b.1518105780.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Thu, 8 Feb 2018 17:01:01 +0100
+Subject: [PATCH] Fix constructing the auth dialog
+
+47973c80 (Remove deprecated Gtk objects) broke the auth dialog.
+
+Fixes https://bugs.archlinux.org/task/57364.
+---
+ authconn.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/authconn.py b/authconn.py
+index 2a645dcc..0f3021cb 100644
+--- a/authconn.py
 b/authconn.py
+@@ -78,11 +78,9 @@ class AuthDialog(Gtk.Dialog):
+ field = auth_info_required[i]
+ label = Gtk.Label (label=_(self.AUTH_FIELD.get (field, field)))
+ label.set_alignment (0, 0.5)
+-grid.attach (label, 0, 1, i, i + 1)
+ grid.attach (label, 0, i, 1, 1)
+ entry = Gtk.Entry ()
+ entry.set_visibility (field != 'password')
+-grid.attach (entry, 1, 2, i, i + 1, 0, 0)
+ grid.attach (entry, 1, i, 1, 1)
+ self.field_entry.append (entry)
+ 
+-- 
+2.16.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:05:00 UTC (rev 316244)
+++ PKGBUILD2018-02-08 16:05:49 UTC (rev 316245)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Andrea Scarpino 
-
-pkgname=system-config-printer
-pkgver=1.5.11
-pkgrel=1
-pkgdesc="A CUPS printer configuration tool and status applet"
-url="https://github.com/zdohnal/system-config-printer";
-arch=('x86_64')
-license=('GPL')
-depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
- 'python-requests' 'python-gobject' 'gtk3' 'python-cairo')
-makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
-optdepends=('libsecret: password management'
-'python-pysmbc: SMB browser support'
-'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained privileges')
-source=(https://github.com/zdohnal/system-config-printer/releases/download/$pkgver/system-config-printer-${pkgver}.tar.xz)
-sha256sums=('38ad78d117c30ddb8c6c008a91d1bc0fa2e854ec04ee2de5cdd12ab842c100d3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udevdir=/usr/lib/udev --with-udev-rules 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Compile *.pyc
-  find "${pkgdir}" -name '*.py' -exec python -mpy_compile {} +
-  # Compile *.pyo
-  find "${pkgdir}" -name '*.py' -exec python -O -mpy_compile {} +
-  
-  # new cups 2.0.0 service naming
-  sed -i "s|cups.socket|org.cups.cupsd.socket|g" 
${pkgdir}/usr/lib/systemd/system/configure-printer@.service
-}

Copied: system-config-printer/repos/testing-x86_64/PKGBUILD (from rev 316244, 
system-config-printer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:05:49 UTC (rev 316245)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.5.11
+pkgrel=2
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="https://github.com/zdohnal/system-config-printer";
+arch=('x86_64')
+license=('GPL')
+depends=('python-pycups' 'python-dbus' 'python-pycurl' 'libnotify'
+ 'python-requests' 'python-gobject' 'gtk3' 'python-cairo')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils' 'libsecret')
+optdepends=('libsecret: password management'
+'python-pysmbc: SMB browser support'
+'cups-pk-helper: PolicyKit helper to configure cups with 
fine-grained

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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 16:07:15
  Author: anthraxx
Revision: 290307

upgpkg: linux-hardened 4.15.2.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 15:28:04 UTC (rev 290306)
+++ PKGBUILD2018-02-08 16:07:15 UTC (rev 290307)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.15
-_pkgver=4.15.1
+_pkgver=4.15.2
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -29,9 +29,9 @@
 replaces=('linux-grsec')
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'202a0a34f221ae335de096c292927d7a7d4bcdbc2dd46d43b8a5f6420f95a0cf'
+'812499c5d0cc5183606dc9388084df162ca2eb5fa374d8f8b00136fd82825847'
 'SKIP'
-'d132bb3455f7e9749e85673717e962f62dbfb8260137f457b06a1cffc558ec40'
+'c8a0c7fc3ef0ea4d7fe6f786b9987952e62c6bce7e3b20002358848c2117cfd9'
 'SKIP'
 'a907b24a2e46934c621d9a9cdbc7bd2e9379ebc8cdc6856da436eb0a29542c3a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'


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

2018-02-08 Thread Levente Polyak via arch-commits
Date: Thursday, February 8, 2018 @ 16:07:25
  Author: anthraxx
Revision: 290308

archrelease: copy trunk to community-x86_64

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

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

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


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:20:28
  Author: heftig
Revision: 290309

3.26.6-1

Modified:
  gnome-software/trunk/PKGBUILD
Deleted:
  gnome-software/trunk/0001-Fix-build-when-gtkspell-enabled.patch

+
 0001-Fix-build-when-gtkspell-enabled.patch |   41 ---
 PKGBUILD   |   15 +++--
 2 files changed, 5 insertions(+), 51 deletions(-)

Deleted: 0001-Fix-build-when-gtkspell-enabled.patch
===
--- 0001-Fix-build-when-gtkspell-enabled.patch  2018-02-08 16:07:25 UTC (rev 
290308)
+++ 0001-Fix-build-when-gtkspell-enabled.patch  2018-02-08 16:20:28 UTC (rev 
290309)
@@ -1,41 +0,0 @@
-From 88f0ba789a24973785444f18dc22e91ab38ea79e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=83=C2=B3=20Gy=C3=83=C2=B6rgy?= 
-Date: Thu, 18 Jan 2018 19:41:32 +0100
-Subject: [PATCH] Fix build when gtkspell enabled
-
-HAVE_GTKSPELL needs to be defined, otherwise the gtkspell related code never 
built.

- meson.build | 1 +
- src/meson.build | 4 
- 2 files changed, 5 insertions(+)
-
-diff --git a/meson.build b/meson.build
-index 00f3b2ab..c20f8a6f 100644
 a/meson.build
-+++ b/meson.build
-@@ -125,6 +125,7 @@ endif
- 
- if get_option('enable-gtkspell')
-   gtkspell = dependency('gtkspell3-3.0')
-+  conf.set('HAVE_GTKSPELL', 1)
- endif
- 
- if get_option('enable-polkit')
-diff --git a/src/meson.build b/src/meson.build
-index bf189241..c90366b3 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -100,6 +100,10 @@ if get_option('enable-gnome-desktop')
-   gnome_software_dependencies += [gnome_desktop]
- endif
- 
-+if get_option('enable-gtkspell')
-+  gnome_software_dependencies += [gtkspell]
-+endif
-+
- executable(
-   'gnome-software',
-   resources_src,
--- 
-2.15.1
-

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 16:07:25 UTC (rev 290308)
+++ PKGBUILD2018-02-08 16:20:28 UTC (rev 290309)
@@ -5,8 +5,8 @@
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.26.5
-pkgrel=2
+pkgver=3.26.6
+pkgrel=1
 pkgdesc="GNOME Software Tools"
 arch=(x86_64)
 license=(GPL2)
@@ -13,11 +13,9 @@
 url="https://wiki.gnome.org/Apps/Software/";
 makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak 
fwupd ostree
  docbook-xsl git gobject-introspection gtk-doc meson valgrind)
-_commit=7424bad60e8336079eb7db639e0cc96c99d98354  # tags/3.26.5^0
-source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit";
-"0001-Fix-build-when-gtkspell-enabled.patch")
-sha256sums=('SKIP'
-'c1c4e24d69625f444af32162319fd789f93ad761ea973c0035e5ca3ec761c10a')
+_commit=16585115a93f20560d08bc5f53b3ca123174c650  # tags/3.26.6^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -26,9 +24,6 @@
 
 prepare() {
   cd $pkgbase
-  # Fix build when gtkspell enabled
-  # https://bugzilla.gnome.org/show_bug.cgi?id=792658
-  patch -Np1 -i ../0001-Fix-build-when-gtkspell-enabled.patch
 }
 
 build() {


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:24:52
  Author: heftig
Revision: 316246

0.100-1

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 16:05:49 UTC (rev 316245)
+++ PKGBUILD2018-02-08 16:24:52 UTC (rev 316246)
@@ -2,31 +2,30 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=cantarell-fonts
-pkgver=0.0.25
-pkgrel=3
+pkgver=0.100
+pkgrel=1
 epoch=1
 pkgdesc="Cantarell font family"
 url="https://git.gnome.org/browse/cantarell-fonts";
 arch=(any)
-license=('custom:SIL')
-makedepends=(fontconfig)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f')
+license=(custom:SIL)
+makedepends=(meson appstream-glib)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:5}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01ad69e855b81af7d6752d374301b8a55576f375a7a46eb58935d7f343cf0689')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" ninja -C build install
 
-  mkdir "$pkgdir/etc/fonts/conf.d"
-  ln -srt "$pkgdir/etc/fonts/conf.d" "$pkgdir"/etc/fonts/conf.avail/*
+  #mkdir "$pkgdir/etc/fonts/conf.d"
+  #ln -srt "$pkgdir/etc/fonts/conf.d" "$pkgdir"/etc/fonts/conf.avail/*
 
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:26:09
  Author: heftig
Revision: 290310

archrelease: copy trunk to community-x86_64

Added:
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 290309, gnome-software/trunk/PKGBUILD)
Deleted:
  
gnome-software/repos/community-x86_64/0001-Fix-build-when-gtkspell-enabled.patch
  gnome-software/repos/community-x86_64/PKGBUILD

+
 0001-Fix-build-when-gtkspell-enabled.patch |   41 -
 PKGBUILD   |  113 ---
 2 files changed, 54 insertions(+), 100 deletions(-)

Deleted: 0001-Fix-build-when-gtkspell-enabled.patch
===
--- 0001-Fix-build-when-gtkspell-enabled.patch  2018-02-08 16:20:28 UTC (rev 
290309)
+++ 0001-Fix-build-when-gtkspell-enabled.patch  2018-02-08 16:26:09 UTC (rev 
290310)
@@ -1,41 +0,0 @@
-From 88f0ba789a24973785444f18dc22e91ab38ea79e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=83=C2=B3=20Gy=C3=83=C2=B6rgy?= 
-Date: Thu, 18 Jan 2018 19:41:32 +0100
-Subject: [PATCH] Fix build when gtkspell enabled
-
-HAVE_GTKSPELL needs to be defined, otherwise the gtkspell related code never 
built.

- meson.build | 1 +
- src/meson.build | 4 
- 2 files changed, 5 insertions(+)
-
-diff --git a/meson.build b/meson.build
-index 00f3b2ab..c20f8a6f 100644
 a/meson.build
-+++ b/meson.build
-@@ -125,6 +125,7 @@ endif
- 
- if get_option('enable-gtkspell')
-   gtkspell = dependency('gtkspell3-3.0')
-+  conf.set('HAVE_GTKSPELL', 1)
- endif
- 
- if get_option('enable-polkit')
-diff --git a/src/meson.build b/src/meson.build
-index bf189241..c90366b3 100644
 a/src/meson.build
-+++ b/src/meson.build
-@@ -100,6 +100,10 @@ if get_option('enable-gnome-desktop')
-   gnome_software_dependencies += [gnome_desktop]
- endif
- 
-+if get_option('enable-gtkspell')
-+  gnome_software_dependencies += [gtkspell]
-+endif
-+
- executable(
-   'gnome-software',
-   resources_src,
--- 
-2.15.1
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:20:28 UTC (rev 290309)
+++ PKGBUILD2018-02-08 16:26:09 UTC (rev 290310)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.26.5
-pkgrel=2
-pkgdesc="GNOME Software Tools"
-arch=(x86_64)
-license=(GPL2)
-url="https://wiki.gnome.org/Apps/Software/";
-makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpak 
fwupd ostree
- docbook-xsl git gobject-introspection gtk-doc meson valgrind)
-_commit=7424bad60e8336079eb7db639e0cc96c99d98354  # tags/3.26.5^0
-source=("git+https://git.gnome.org/browse/gnome-software#commit=$_commit";
-"0001-Fix-build-when-gtkspell-enabled.patch")
-sha256sums=('SKIP'
-'c1c4e24d69625f444af32162319fd789f93ad761ea973c0035e5ca3ec761c10a')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  # Fix build when gtkspell enabled
-  # https://bugzilla.gnome.org/show_bug.cgi?id=792658
-  patch -Np1 -i ../0001-Fix-build-when-gtkspell-enabled.patch
-}
-
-build() {
-  arch-meson $pkgbase build -Denable-rpm=false -Denable-ubuntuone=false 
-Denable-ubuntu-reviews=false
-  ninja -C build
-}
-
-package_gnome-software() {
-  groups=('gnome')
-  depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gtkspell3 
libpackagekit-glib)
-  optdepends=('flatpak: Flatpak support plugin'
-  'fwupd: fwupd support plugin'
-  'ostree: OSTree support plugin')
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Split out packagekit plugin
-  mkdir "$srcdir"/packagekit-plugin
-  mv 
"$pkgdir"/usr/lib/gs-plugins-11/libgs_plugin_{packagekit*,systemd-updates}.so 
"$srcdir"/packagekit-plugin
-}
-
-package_gnome-software-packagekit-plugin() {
-  pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(archlinux-appstream-data gnome-software packagekit)
-
-  mkdir -p "$pkgdir"/usr/lib/gs-plugins-11
-  mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-11/
-}

Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 290309, 
gnome-software/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:26:09 UTC (rev 290310)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.26.6
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(x86_64)
+license=(GPL2)
+url="https://wiki.gnome.org/Apps/Software/";
+makedepends=(appstream-glib gnome-desktop gtkspell3 libpackagekit-glib flatpa

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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 16:26:35
  Author: heftig
Revision: 316247

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 316246, cantarell-fonts/trunk/PKGBUILD)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:24:52 UTC (rev 316246)
+++ PKGBUILD2018-02-08 16:26:35 UTC (rev 316247)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=cantarell-fonts
-pkgver=0.0.25
-pkgrel=3
-epoch=1
-pkgdesc="Cantarell font family"
-url="https://git.gnome.org/browse/cantarell-fonts";
-arch=(any)
-license=('custom:SIL')
-makedepends=(fontconfig)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-configdir=/etc/fonts/conf.avail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  mkdir "$pkgdir/etc/fonts/conf.d"
-  ln -srt "$pkgdir/etc/fonts/conf.d" "$pkgdir"/etc/fonts/conf.avail/*
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 316246, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:26:35 UTC (rev 316247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=cantarell-fonts
+pkgver=0.100
+pkgrel=1
+epoch=1
+pkgdesc="Cantarell font family"
+url="https://git.gnome.org/browse/cantarell-fonts";
+arch=(any)
+license=(custom:SIL)
+makedepends=(meson appstream-glib)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:5}/$pkgname-$pkgver.tar.xz)
+sha256sums=('01ad69e855b81af7d6752d374301b8a55576f375a7a46eb58935d7f343cf0689')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  #mkdir "$pkgdir/etc/fonts/conf.d"
+  #ln -srt "$pkgdir/etc/fonts/conf.d" "$pkgdir"/etc/fonts/conf.avail/*
+
+  install -Dm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (210 files)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:26:40
  Author: arojas
Revision: 316248

KDE Applications 17.12.2

Modified:
  akonadi-calendar-tools/trunk/PKGBUILD
  akonadi-calendar/trunk/PKGBUILD
  akonadi-contacts/trunk/PKGBUILD
  akonadi-import-wizard/trunk/PKGBUILD
  akonadi-mime/trunk/PKGBUILD
  akonadi-notes/trunk/PKGBUILD
  akonadi-search/trunk/PKGBUILD
  akonadi/trunk/PKGBUILD
  akonadiconsole/trunk/PKGBUILD
  akregator/trunk/PKGBUILD
  analitza/trunk/PKGBUILD
  ark/trunk/PKGBUILD
  artikulate/trunk/PKGBUILD
  audiocd-kio/trunk/PKGBUILD
  baloo-widgets/trunk/PKGBUILD
  blinken/trunk/PKGBUILD
  bomber/trunk/PKGBUILD
  bovo/trunk/PKGBUILD
  calendarsupport/trunk/PKGBUILD
  cantor/trunk/PKGBUILD
  cervisia/trunk/PKGBUILD
  dolphin-plugins/trunk/PKGBUILD
  dolphin/trunk/PKGBUILD
  dragon/trunk/PKGBUILD
  eventviews/trunk/PKGBUILD
  ffmpegthumbs/trunk/PKGBUILD
  filelight/trunk/PKGBUILD
  granatier/trunk/PKGBUILD
  grantlee-editor/trunk/PKGBUILD
  grantleetheme/trunk/PKGBUILD
  gwenview/trunk/PKGBUILD
  incidenceeditor/trunk/PKGBUILD
  juk/trunk/PKGBUILD
  k3b/trunk/PKGBUILD
  kaccounts-integration/trunk/PKGBUILD
  kaccounts-providers/trunk/PKGBUILD
  kaddressbook/trunk/PKGBUILD
  kajongg/trunk/PKGBUILD
  kalarm/trunk/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kalgebra/trunk/PKGBUILD
  kalzium/trunk/PKGBUILD
  kamera/trunk/PKGBUILD
  kanagram/trunk/PKGBUILD
  kapman/trunk/PKGBUILD
  kapptemplate/trunk/PKGBUILD
  kate/trunk/PKGBUILD
  katomic/trunk/PKGBUILD
  kblackbox/trunk/PKGBUILD
  kblocks/trunk/PKGBUILD
  kblog/trunk/PKGBUILD
  kbounce/trunk/PKGBUILD
  kbreakout/trunk/PKGBUILD
  kbruch/trunk/PKGBUILD
  kcachegrind/trunk/PKGBUILD
  kcalc/trunk/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kcharselect/trunk/PKGBUILD
  kcolorchooser/trunk/PKGBUILD
  kcontacts/trunk/PKGBUILD
  kcron/trunk/PKGBUILD
  kdav/trunk/PKGBUILD
  kde-dev-scripts/trunk/PKGBUILD
  kde-dev-utils/trunk/PKGBUILD
  kde-syndication/trunk/PKGBUILD
  kdebugsettings/trunk/PKGBUILD
  kdeedu-data/trunk/PKGBUILD
  kdegraphics-mobipocket/trunk/PKGBUILD
  kdegraphics-thumbnailers/trunk/PKGBUILD
  kdenetwork-filesharing/trunk/PKGBUILD
  kdenlive/trunk/PKGBUILD
  kdepim-addons/trunk/PKGBUILD
  kdepim-apps-libs/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kdesdk-kioslaves/trunk/PKGBUILD
  kdesdk-thumbnailers/trunk/PKGBUILD
  kdf/trunk/PKGBUILD
  kdialog/trunk/PKGBUILD
  kdiamond/trunk/PKGBUILD
  keditbookmarks/trunk/PKGBUILD
  kfind/trunk/PKGBUILD
  kfloppy/trunk/PKGBUILD
  kfourinline/trunk/PKGBUILD
  kgeography/trunk/PKGBUILD
  kget/trunk/PKGBUILD
  kgoldrunner/trunk/PKGBUILD
  kgpg/trunk/PKGBUILD
  khangman/trunk/PKGBUILD
  khelpcenter/trunk/PKGBUILD
  kidentitymanagement/trunk/PKGBUILD
  kig/trunk/PKGBUILD
  kigo/trunk/PKGBUILD
  killbots/trunk/PKGBUILD
  kimagemapeditor/trunk/PKGBUILD
  kimap/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kiriki/trunk/PKGBUILD
  kiten/trunk/PKGBUILD
  kjumpingcube/trunk/PKGBUILD
  kldap/trunk/PKGBUILD
  kleopatra/trunk/PKGBUILD
  klettres/trunk/PKGBUILD
  klickety/trunk/PKGBUILD
  klines/trunk/PKGBUILD
  kmag/trunk/PKGBUILD
  kmahjongg/trunk/PKGBUILD
  kmail-account-wizard/trunk/PKGBUILD
  kmail/trunk/PKGBUILD
  kmailtransport/trunk/PKGBUILD
  kmbox/trunk/PKGBUILD
  kmime/trunk/PKGBUILD
  kmines/trunk/PKGBUILD
  kmix/trunk/PKGBUILD
  kmousetool/trunk/PKGBUILD
  kmouth/trunk/PKGBUILD
  kmplot/trunk/PKGBUILD
  knavalbattle/trunk/PKGBUILD
  knetwalk/trunk/PKGBUILD
  knotes/trunk/PKGBUILD
  kolf/trunk/PKGBUILD
  kollision/trunk/PKGBUILD
  kolourpaint/trunk/PKGBUILD
  kompare/trunk/PKGBUILD
  konqueror/trunk/PKGBUILD
  konquest/trunk/PKGBUILD
  konsole/trunk/PKGBUILD
  kontact/trunk/PKGBUILD
  kontactinterface/trunk/PKGBUILD
  korganizer/trunk/PKGBUILD
  kpatience/trunk/PKGBUILD
  kpimtextedit/trunk/PKGBUILD
  kqtquickcharts/trunk/PKGBUILD
  krdc/trunk/PKGBUILD
  kreversi/trunk/PKGBUILD
  krfb/trunk/PKGBUILD
  kross-interpreters/trunk/PKGBUILD
  kruler/trunk/PKGBUILD
  kshisen/trunk/PKGBUILD
  ksirk/trunk/PKGBUILD
  ksmtp/trunk/PKGBUILD
  ksnakeduel/trunk/PKGBUILD
  kspaceduel/trunk/PKGBUILD
  ksquares/trunk/PKGBUILD
  ksudoku/trunk/PKGBUILD
  ksystemlog/trunk/PKGBUILD
  kteatime/trunk/PKGBUILD
  ktimer/trunk/PKGBUILD
  ktouch/trunk/PKGBUILD
  ktuberling/trunk/PKGBUILD
  kturtle/trunk/PKGBUILD
  kubrick/trunk/PKGBUILD
  kwalletmanager/trunk/PKGBUILD
  kwave/trunk/PKGBUILD
  kwordquiz/trunk/PKGBUILD
  libgravatar/trunk/PKGBUILD
  libkcddb/trunk/PKGBUILD
  libkcompactdisc/trunk/PKGBUILD
  libkdcraw/trunk/PKGBUILD
  libkdegames/trunk/PKGBUILD
  libkdepim/trunk/PKGBUILD
  libkeduvocdocument/trunk/PKGBUILD
  libkexiv2/trunk/PKGBUILD
  libkgapi/trunk/PKGBUILD
  libkgeomap/trunk/PKGBUILD
  libkipi/trunk/PKGBUILD
  libkleo/trunk/PKGBUILD
  libkmahjongg/trunk/PKGBUILD
  libkomparediff2/trunk/PKGBUILD
  libksane/trunk/PKGBUILD
  libksieve/trunk/PKGBUILD
  libktnef/trunk/PKGBUILD
  lokalize/trunk/PKGBUILD
  lskat/trunk/PKGBUILD
  mailcommon/trunk/PKGBUILD
  mailimporter/trunk/PKGBUILD
  marble/trunk/PKGBUILD
  mb

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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:37:26
  Author: arojas
Revision: 316249

archrelease: copy trunk to extra-x86_64

Added:
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 316248, kdegraphics-mobipocket/trunk/PKGBUILD)
Deleted:
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:26:40 UTC (rev 316248)
+++ PKGBUILD2018-02-08 16:37:26 UTC (rev 316249)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-groups=(kde-applications kdegraphics)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('86e5231fae4ee80e870bec772f72a32efd794bbf3d7b56fe9eff88fc25067025'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD (from rev 316248, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:37:26 UTC (rev 316249)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 280288 2016-11-10 18:13:29Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d81d87e5930dae55ac4bbea5a3eac926bbac22efb0590b6a1a498b80438ea5cb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:37:42
  Author: arojas
Revision: 316250

archrelease: copy trunk to extra-any

Added:
  kdeedu-data/repos/extra-any/PKGBUILD
(from rev 316249, kdeedu-data/trunk/PKGBUILD)
Deleted:
  kdeedu-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:37:26 UTC (rev 316249)
+++ PKGBUILD2018-02-08 16:37:42 UTC (rev 316250)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-data
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="Common data for KDE Edu applications"
-url="https://kde.org/applications/education";
-arch=(any)
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-base)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8303d9adf1005beb3a07aa93bb1938a46c9e578be2e653b9aefa2ea4fd3b2145'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdeedu-data/repos/extra-any/PKGBUILD (from rev 316249, 
kdeedu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:37:42 UTC (rev 316250)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education";
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fbe1ee1fcb48c4250e4972bf20e6048bc5ecbb64d923c5b126dbc553466fb4e9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:37:59
  Author: arojas
Revision: 316251

archrelease: copy trunk to extra-x86_64

Added:
  libkexiv2/repos/extra-x86_64/PKGBUILD
(from rev 316250, libkexiv2/trunk/PKGBUILD)
Deleted:
  libkexiv2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:37:42 UTC (rev 316250)
+++ PKGBUILD2018-02-08 16:37:59 UTC (rev 316251)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base exiv2)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('299e83389ee9a99b455466eea5c034a4af0d22f764ceef3716dcb1ab0ad00aa2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 316250, 
libkexiv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:37:59 UTC (rev 316251)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('44d8ad242da2f75672a30e21e34dd92b349b64699f7c0f8ca2aa0344ede5294b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:38:18
  Author: arojas
Revision: 316252

archrelease: copy trunk to extra-x86_64

Added:
  libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 316251, libkdcraw/trunk/PKGBUILD)
Deleted:
  libkdcraw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:37:59 UTC (rev 316251)
+++ PKGBUILD2018-02-08 16:38:18 UTC (rev 316252)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b2afdd51b85e871e08e36639bd51fd86f689126fe7ee587fdeace9728f0e5116'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkdcraw/repos/extra-x86_64/PKGBUILD (from rev 316251, 
libkdcraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:38:18 UTC (rev 316252)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c2d86fd2692ad84b565f097d13b0c6f0e6ed1cfe6ba56006a362899288f7dfe1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:38:50
  Author: arojas
Revision: 316254

archrelease: copy trunk to extra-x86_64

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 316253, libksane/trunk/PKGBUILD)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:38:33 UTC (rev 316253)
+++ PKGBUILD2018-02-08 16:38:50 UTC (rev 316254)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('80cb3e0f605276800291102633781a9b7fcadd8f9935a53d1efae15f16d9f4c9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libksane/repos/extra-x86_64/PKGBUILD (from rev 316253, 
libksane/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:38:50 UTC (rev 316254)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cd969ea54a702b935306e47e439205de41df64e5f316042b46d6c86ca140a105'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:38:33
  Author: arojas
Revision: 316253

archrelease: copy trunk to extra-x86_64

Added:
  libkipi/repos/extra-x86_64/PKGBUILD
(from rev 316252, libkipi/trunk/PKGBUILD)
Deleted:
  libkipi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:38:18 UTC (rev 316252)
+++ PKGBUILD2018-02-08 16:38:33 UTC (rev 316253)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5aeda85fe9be42e47bd66b88127a035a01778386caef2dfc354152d4e9448384'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkipi/repos/extra-x86_64/PKGBUILD (from rev 316252, 
libkipi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:38:33 UTC (rev 316253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('055ac08616d9c07ab3fa08caab9ec2e79f4c41a87bc9b3d9b402401c89781ea0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:39:08
  Author: arojas
Revision: 316255

archrelease: copy trunk to extra-x86_64

Added:
  analitza/repos/extra-x86_64/PKGBUILD
(from rev 316254, analitza/trunk/PKGBUILD)
Deleted:
  analitza/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:38:50 UTC (rev 316254)
+++ PKGBUILD2018-02-08 16:39:08 UTC (rev 316255)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=analitza
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="A library to add mathematical features to your program"
-url="https://edu.kde.org/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-svg qt5-declarative)
-makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6880637f72bc2d9e608048259e66abaa744b15ec2ef5fdf85e19e2ece3fe'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: analitza/repos/extra-x86_64/PKGBUILD (from rev 316254, 
analitza/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:39:08 UTC (rev 316255)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://edu.kde.org/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-svg qt5-declarative)
+makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e1ed18b92481b19160593dd35e4554bd7a16f36fb82c3b6b6079b31fbf651889'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 16:39:24
  Author: arojas
Revision: 316256

archrelease: copy trunk to extra-x86_64

Added:
  libkeduvocdocument/repos/extra-x86_64/PKGBUILD
(from rev 316255, libkeduvocdocument/trunk/PKGBUILD)
Deleted:
  libkeduvocdocument/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 16:39:08 UTC (rev 316255)
+++ PKGBUILD2018-02-08 16:39:24 UTC (rev 316256)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkeduvocdocument
-pkgver=17.12.1
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="https://kde.org/applications/education";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio kdeedu-data)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b2739eadec5abbcde72fe5de9e921c4b8390d2cc58c2841252ae70143c74d061'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkeduvocdocument/repos/extra-x86_64/PKGBUILD (from rev 316255, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 16:39:24 UTC (rev 316256)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=17.12.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="https://kde.org/applications/education";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio kdeedu-data)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0d8b04288ef7971655562e860006187808831ff614cee9706fed689f72a39fbc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


  1   2   3   4   5   >