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

2017-04-29 Thread Anatol Pomozov
Date: Sunday, April 30, 2017 @ 03:37:20
  Author: anatolik
Revision: 226335

archrelease: copy trunk to community-any

Added:
  tt-rss/repos/community-any/PKGBUILD
(from rev 226334, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-any/service
(from rev 226334, tt-rss/trunk/service)
Deleted:
  tt-rss/repos/community-any/PKGBUILD
  tt-rss/repos/community-any/service

--+
 PKGBUILD |  106 ++---
 service  |   24 ++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-30 01:31:10 UTC (rev 226334)
+++ PKGBUILD2017-04-30 03:37:20 UTC (rev 226335)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Anatol Pomozov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Clément Démoulins 
-# Contributor: David Rosenstrauch 
-# Contributor: Erik Mank 
-
-pkgname=tt-rss
-pkgver=17.4.r42.g07d3431e
-pkgrel=1
-epoch=1
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=(any)
-url='http://tt-rss.org'
-license=(GPL)
-backup=(etc/webapps/tt-rss/config.php)
-depends=(php)
-optdepends=('mysql'
-'postgresql'
-'php-gd: for coloured feed badges')
-makedepends=('git')
-_commit=07d3431e287ac2565d70434612da8134d6312dc4
-# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
-source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
-service)
-sha1sums=('SKIP'
-  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
-
-pkgver() {
-  cd tt-rss
-  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd tt-rss
-  _instdir="$pkgdir"/usr/share/webapps/$pkgname
-
-  install -d "$_instdir"
-  cp -ra * "$_instdir/"
-
-  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
-  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
-
-  install -d "$pkgdir"/var/lib/tt-rss
-  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
-  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
-  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
-  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
-  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
-
-  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-any/PKGBUILD (from rev 226334, 
tt-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-30 03:37:20 UTC (rev 226335)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Anatol Pomozov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=17.4.r42.g07d3431e
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=07d3431e287ac2565d70434612da8134d6312dc4
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===
--- service 2017-04-30 01:31:10 UTC (rev 226334)
+++ service 2017-04-30 03:37:20 UTC (rev 226335)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target mysqld.service postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=null
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: 

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

2017-04-29 Thread Anatol Pomozov
Date: Sunday, April 30, 2017 @ 01:31:10
  Author: anatolik
Revision: 226334

archrelease: copy trunk to community-any

Added:
  tt-rss/repos/community-any/PKGBUILD
(from rev 226333, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-any/service
(from rev 226333, tt-rss/trunk/service)
Deleted:
  tt-rss/repos/community-any/PKGBUILD
  tt-rss/repos/community-any/service

--+
 PKGBUILD |  106 ++---
 service  |   24 ++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-30 01:30:42 UTC (rev 226333)
+++ PKGBUILD2017-04-30 01:31:10 UTC (rev 226334)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Anatol Pomozov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Clément Démoulins 
-# Contributor: David Rosenstrauch 
-# Contributor: Erik Mank 
-
-pkgname=tt-rss
-pkgver=r8174
-pkgrel=1
-epoch=1
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=(any)
-url='http://tt-rss.org'
-license=(GPL)
-backup=(etc/webapps/tt-rss/config.php)
-depends=(php)
-optdepends=('mysql'
-'postgresql'
-'php-gd: for coloured feed badges')
-makedepends=('git')
-_commit=63f0ed3d9c9cd73f9cc63f08e88b8cfbfe254793
-# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
-source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
-service)
-sha1sums=('SKIP'
-  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
-
-pkgver() {
-  cd tt-rss
-  echo r$(git rev-list --count HEAD)
-}
-
-package() {
-  cd tt-rss
-  _instdir="$pkgdir"/usr/share/webapps/$pkgname
-
-  install -d "$_instdir"
-  cp -ra * "$_instdir/"
-
-  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
-  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
-
-  install -d "$pkgdir"/var/lib/tt-rss
-  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
-  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
-  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
-  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
-  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
-
-  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-any/PKGBUILD (from rev 226333, 
tt-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-30 01:31:10 UTC (rev 226334)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Anatol Pomozov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=17.4.r42.g07d3431e
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=07d3431e287ac2565d70434612da8134d6312dc4
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===
--- service 2017-04-30 01:30:42 UTC (rev 226333)
+++ service 2017-04-30 01:31:10 UTC (rev 226334)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target mysqld.service postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=null
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: tt-rss/repos/community-any/service 

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

2017-04-29 Thread Anatol Pomozov
Date: Sunday, April 30, 2017 @ 01:30:42
  Author: anatolik
Revision: 226333

upgpkg: tt-rss 1:17.4.r42.g07d3431e-1

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 23:20:18 UTC (rev 226332)
+++ PKGBUILD2017-04-30 01:30:42 UTC (rev 226333)
@@ -6,7 +6,7 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=r8174
+pkgver=17.4.r42.g07d3431e
 pkgrel=1
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -19,7 +19,7 @@
 'postgresql'
 'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=63f0ed3d9c9cd73f9cc63f08e88b8cfbfe254793
+_commit=07d3431e287ac2565d70434612da8134d6312dc4
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
 source=(git+https://tt-rss.org/gitlab/fox/tt-rss.git#commit=$_commit
 service)
@@ -28,7 +28,7 @@
 
 pkgver() {
   cd tt-rss
-  echo r$(git rev-list --count HEAD)
+  git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 package() {


[arch-commits] Commit in virtualbox-modules-arch/repos (8 files)

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 23:20:18
  Author: eworm
Revision: 226332

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 226331, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 226331, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 226331, virtualbox-modules-arch/trunk/PKGBUILD)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 226331, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   74 --
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   74 --
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-04-29 23:19:12 UTC (rev 226331)
+++ community-testing-i686/PKGBUILD 2017-04-29 23:20:18 UTC (rev 226332)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.20
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.10' 'linux<4.11'
- 'linux-headers>=4.10' 'linux-headers<4.11'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.10-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.10' 'linux<4.11')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.10' 'linux<4.11')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD (from rev 
226331, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-04-29 23:20:18 UTC (rev 226332)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch

[arch-commits] Commit in connman/repos (8 files)

2017-04-29 Thread Christian Rebischke
Date: Saturday, April 29, 2017 @ 23:18:50
  Author: shibumi
Revision: 226330

archrelease: copy trunk to community-i686, community-x86_64

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 226329, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 226329, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 226329, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 226329, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |  110 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   55 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 23:18:26 UTC (rev 226329)
+++ community-i686/PKGBUILD 2017-04-29 23:18:50 UTC (rev 226330)
@@ -1,55 +0,0 @@
-#$Id$
-# Maintainer : Christian Rebischke 
-# Contributor: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.33
-pkgrel=6
-pkgdesc="Wireless LAN network manager"
-url="https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.sign::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.sign;
-'allow_group_network.diff')
-sha512sums=('5670124d2e17ffde4bd5fb878198843b712a31f5840e8523e8247373c8547619e32a4d6dda9cf993eebd5c65bdd256cfc570708a79da1d10f969662b5b750566'
-'SKIP'
-
'06dd5867d460f1c3cf6c359e650ca2ef24495493a99cd03dbd17f23e587e9066d9bc98758d85d5c690d1ae21fa77ad8da5e2fa83d0b52c95d7a535784c5c4964')
-validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --bindir=/usr/bin \
-  --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client \
-  --enable-nmcompat
-  make
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/client/${pkgname}ctl" 
"${pkgdir}/usr/bin/${pkgname}ctl"
-  find "${pkgdir}/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-# See FS#48044
-  sed -i 's/ProtectSystem=full/ProtectSystem=true/' 
"${pkgdir}"/usr/lib/systemd/system/connman.service
-  rm -r "${pkgdir}"/usr/lib/tmpfiles.d
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 226329, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 23:18:50 UTC (rev 226330)
@@ -0,0 +1,55 @@
+#$Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.34
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.sign::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.sign;
+'allow_group_network.diff')
+sha512sums=('732669648936630ae5895cba8b69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308'
+   

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

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 23:19:12
  Author: eworm
Revision: 226331

upgpkg: virtualbox-modules-arch 5.1.22-2

rebuilt against linux 4.10.13

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 23:18:50 UTC (rev 226330)
+++ PKGBUILD2017-04-29 23:19:12 UTC (rev 226331)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.1.22
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2017-04-29 Thread Christian Rebischke
Date: Saturday, April 29, 2017 @ 23:18:26
  Author: shibumi
Revision: 226329

upgpkg: connman 1.34-1

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 23:10:42 UTC (rev 226328)
+++ PKGBUILD2017-04-29 23:18:26 UTC (rev 226329)
@@ -4,8 +4,8 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.33
-pkgrel=6
+pkgver=1.34
+pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="https://01.org/connman;
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=("${pkgname}-${pkgver}.tar.xz::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 
"${pkgname}-${pkgver}.tar.sign::https://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.sign;
 'allow_group_network.diff')
-sha512sums=('5670124d2e17ffde4bd5fb878198843b712a31f5840e8523e8247373c8547619e32a4d6dda9cf993eebd5c65bdd256cfc570708a79da1d10f969662b5b750566'
+sha512sums=('732669648936630ae5895cba8b69757ab594bc31ee8e4925b0e402d190939891fac61136f3f086ce708b8d576136f0947914c0cc07427c170cbf9b85a308'
 'SKIP'
 
'06dd5867d460f1c3cf6c359e650ca2ef24495493a99cd03dbd17f23e587e9066d9bc98758d85d5c690d1ae21fa77ad8da5e2fa83d0b52c95d7a535784c5c4964')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')


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

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 23:10:27
  Author: eworm
Revision: 226327

upgpkg: virtualbox-modules-arch 5.1.22-1

new upstream release, built against linux 4.10.11

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 23:02:36 UTC (rev 226326)
+++ PKGBUILD2017-04-29 23:10:27 UTC (rev 226327)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.20
-pkgrel=2
+pkgver=5.1.22
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in virtualbox-modules-arch/repos (8 files)

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 23:10:42
  Author: eworm
Revision: 226328

archrelease: copy trunk to community-i686, community-x86_64

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 226327, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 226327, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 226327, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 226327, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  148 +
 /virtualbox-modules-arch.install |   46 ++
 community-i686/PKGBUILD  |   74 --
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   74 --
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 6 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 23:10:27 UTC (rev 226327)
+++ community-i686/PKGBUILD 2017-04-29 23:10:42 UTC (rev 226328)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.1.20
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.10' 'linux<4.11'
- 'linux-headers>=4.10' 'linux-headers<4.11'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.10-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.10' 'linux<4.11')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.10' 'linux<4.11')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 226327, 
virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 23:10:42 UTC (rev 226328)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.1.22
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')

[arch-commits] Commit in virtualbox/trunk (PKGBUILD virtualbox-ext-vnc.install)

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 23:02:06
  Author: eworm
Revision: 226325

upgpkg: virtualbox 5.1.22-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/virtualbox-ext-vnc.install

+
 PKGBUILD   |9 -
 virtualbox-ext-vnc.install |3 ++-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 22:55:37 UTC (rev 226324)
+++ PKGBUILD2017-04-29 23:02:06 UTC (rev 226325)
@@ -10,9 +10,8 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.1.20
-_tarver=${pkgver}a
-pkgrel=2
+pkgver=5.1.22
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -53,7 +52,7 @@
  'xf86driproto'
  'xorg-server-devel')
 makedepends_x86_64=('gcc-multilib' 'lib32-glibc')
-source=("http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${_tarver}.tar.bz2;
+source=("http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2;
 'virtualbox-host-dkms.conf'
 'virtualbox-guest-dkms.conf'
 'virtualbox.sysusers'
@@ -72,7 +71,7 @@
 '007-python2-path.patch'
 '008-no-vboxvideo.patch'
 )
-sha256sums=('d264e8b62fa2e220383b0eb5db0b73b5d7055a2329e2e2416d5d4cc231bb769e'
+sha256sums=('fcc918000b8c5ece553541ec10a9182410a742b7266257c76dda895dcd389899'
 'deb03efa7ad0376aa55a087f2e882afe00935f10b0e7aa853ba9147090d341ec'
 '113f9b92141b85df01f1e74d22f01d1f1aa81650eb79b89ceefc3cae20afe2e2'
 '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c'

Modified: virtualbox-ext-vnc.install
===
--- virtualbox-ext-vnc.install  2017-04-29 22:55:37 UTC (rev 226324)
+++ virtualbox-ext-vnc.install  2017-04-29 23:02:06 UTC (rev 226325)
@@ -2,7 +2,8 @@
 
 # arg 1:  the new package version
 post_install() {
-  VBoxManage extpack install 
"/usr/share/virtualbox/extensions/VNC-${1%%-*}.vbox-extpack" >/dev/null
+  VBoxManage extpack install 
"/usr/share/virtualbox/extensions/VNC-${1%%-*}.vbox-extpack" \
+--accept-license="$(sha256sum 
/usr/share/licenses/virtualbox-ext-vnc/LICENSE | head --bytes=64)" >/dev/null
 }
 
 # arg 1:  the new package version


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 22:55:32
  Author: eworm
Revision: 226323

upgpkg: virtualbox-guest-iso 5.1.22-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:59:07 UTC (rev 226322)
+++ PKGBUILD2017-04-29 22:55:32 UTC (rev 226323)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.1.20
+pkgver=5.1.22
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('8f1aa5ffda9f9cfb1dd5faa1fafd909763a1f6204cce2045e0912a2583ba75e9'
+sha256sums=('54df14f234b6aa484b94939ab0f435b5dd859417612b65a399ecc34a62060380'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2017-04-29 Thread Christian Hesse
Date: Saturday, April 29, 2017 @ 22:55:37
  Author: eworm
Revision: 226324

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 226323, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 226323, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 226323, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 22:55:32 UTC (rev 226323)
+++ PKGBUILD2017-04-29 22:55:37 UTC (rev 226324)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.1.20
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-sha256sums=('8f1aa5ffda9f9cfb1dd5faa1fafd909763a1f6204cce2045e0912a2583ba75e9'
-'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 226323, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 22:55:37 UTC (rev 226324)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.1.22
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('54df14f234b6aa484b94939ab0f435b5dd859417612b65a399ecc34a62060380'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2017-04-29 22:55:32 UTC (rev 226323)
+++ license 2017-04-29 22:55:37 UTC (rev 226324)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 

[arch-commits] Commit in llvm/repos (24 files)

2017-04-29 Thread Evangelos Foutras
Date: Saturday, April 29, 2017 @ 22:33:49
  Author: foutrelis
Revision: 295102

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  llvm/repos/extra-i686/0001-AMDGPU-Fix-bug-31610.patch
(from rev 295101, llvm/trunk/0001-AMDGPU-Fix-bug-31610.patch)
  
llvm/repos/extra-i686/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-i686/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-i686/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  llvm/repos/extra-i686/PKGBUILD
(from rev 295101, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-config.h
(from rev 295101, llvm/trunk/llvm-config.h)
  llvm/repos/extra-x86_64/0001-AMDGPU-Fix-bug-31610.patch
(from rev 295101, llvm/trunk/0001-AMDGPU-Fix-bug-31610.patch)
  
llvm/repos/extra-x86_64/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-x86_64/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  
llvm/repos/extra-x86_64/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
(from rev 295101, 
llvm/trunk/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 295101, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 295101, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-i686/0001-AMDGPU-Fix-bug-31610.patch
  
llvm/repos/extra-i686/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-i686/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-i686/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-config.h
  llvm/repos/extra-x86_64/0001-AMDGPU-Fix-bug-31610.patch
  
llvm/repos/extra-x86_64/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-x86_64/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  
llvm/repos/extra-x86_64/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-config.h

---+
 /0001-AMDGPU-Fix-bug-31610.patch  |  
148 ++
 /0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  
386 +++
 /0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |   
72 +
 /0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  
156 ++
 /PKGBUILD |  
534 ++
 /llvm-config.h|   
18 
 extra-i686/0001-AMDGPU-Fix-bug-31610.patch|   
74 -
 extra-i686/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch   |  
193 ---
 extra-i686/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch   |   
36 
 extra-i686/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch   |   
78 -
 extra-i686/PKGBUILD   |  
267 -
 extra-i686/llvm-config.h  |
9 
 extra-x86_64/0001-AMDGPU-Fix-bug-31610.patch  |   
74 -
 extra-x86_64/0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |  
193 ---
 extra-x86_64/0002-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |   
36 
 extra-x86_64/0003-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch |   
78 -
 extra-x86_64/PKGBUILD |  
267 -
 extra-x86_64/llvm-config.h|
9 
 18 files changed, 1314 insertions(+), 1314 deletions(-)

Deleted: extra-i686/0001-AMDGPU-Fix-bug-31610.patch
===
--- extra-i686/0001-AMDGPU-Fix-bug-31610.patch  2017-04-29 22:33:23 UTC (rev 
295101)
+++ extra-i686/0001-AMDGPU-Fix-bug-31610.patch  2017-04-29 22:33:49 UTC (rev 
295102)
@@ -1,74 +0,0 @@
-From bc72a21666a9efc78e71b0296313f6e1449649fa Mon Sep 17 00:00:00 2001
-From: Konstantin Zhuravlyov 
-Date: Wed, 22 Mar 2017 21:48:18 +
-Subject: [PATCH] [AMDGPU] Fix bug 31610
-
-Differential Revision: https://reviews.llvm.org/D31258
-
-
-git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298551 
91177308-0d34-0410-b5e6-96231b3b80d8

- 

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

2017-04-29 Thread Evangelos Foutras
Date: Saturday, April 29, 2017 @ 22:33:23
  Author: foutrelis
Revision: 295101

upgpkg: llvm 4.0.0-2

OCaml 4.04.1 rebuild.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:44:35 UTC (rev 295100)
+++ PKGBUILD2017-04-29 22:33:23 UTC (rev 295101)
@@ -11,8 +11,8 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lld' 'lldb' 'clang' 
'clang-tools-extra')
 pkgver=4.0.0
-pkgrel=1
-_ocaml_ver=4.04.0
+pkgrel=2
+_ocaml_ver=4.04.1
 arch=('i686' 'x86_64')
 url="http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:59:07
  Author: thestinger
Revision: 226322

enable Id prop

Modified:
  linux-hardened/trunk/PKGBUILD (properties)

Index: linux-hardened/trunk/PKGBUILD
===
--- linux-hardened/trunk/PKGBUILD   2017-04-29 18:57:31 UTC (rev 226321)
+++ linux-hardened/trunk/PKGBUILD   2017-04-29 18:59:07 UTC (rev 226322)

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


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:57:31
  Author: thestinger
Revision: 226321

update comments

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:39:50 UTC (rev 226320)
+++ PKGBUILD2017-04-29 18:57:31 UTC (rev 226321)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Thomas Baechler 
+# Maintainer: Daniel Micay 
+# Contributor: Tobias Powalowski 
+# Contributor: Thomas Baechler 
 
-pkgbase=linux-hardened   # Build stock -ARCH kernel
-#pkgbase=linux-custom   # Build kernel with a different name
+pkgbase=linux-hardened
 _srcname=linux-4.10
 pkgver=4.10.13
 pkgrel=1


[arch-commits] Commit in linux-hardened/repos (7 files)

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:39:50
  Author: thestinger
Revision: 226320

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 226319, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 226319, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 226319, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 226319, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.install.pkg
(from rev 226319, linux-hardened/trunk/linux.install.pkg)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 226319, linux-hardened/trunk/linux.preset)

---+
 90-linux.hook |   11 
 PKGBUILD  |  284 +
 config.x86_64 | 8087 
 linux.install |   27 
 linux.install.pkg |   27 
 linux.preset  |   14 
 6 files changed, 8450 insertions(+)

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


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:14:02
  Author: thestinger
Revision: 226319

enable page_poison=1 by default

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:12:04 UTC (rev 226318)
+++ PKGBUILD2017-04-29 18:14:02 UTC (rev 226319)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'cb290b339bfe3208ae7b76f11452c7156ed1f46662ad36567e039f56ba3a5a97'
+'08a88a002ab2c5f9aec5c522b3dfc78291731d5b6ace50621f82831ee05a04f7'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 18:12:04 UTC (rev 226318)
+++ config.x86_64   2017-04-29 18:14:02 UTC (rev 226319)
@@ -612,7 +612,9 @@
 # CONFIG_LEGACY_VSYSCALL_NATIVE is not set
 # CONFIG_LEGACY_VSYSCALL_EMULATE is not set
 CONFIG_LEGACY_VSYSCALL_NONE=y
-# CONFIG_CMDLINE_BOOL is not set
+CONFIG_CMDLINE_BOOL=y
+CONFIG_CMDLINE="page_poison=1"
+# CONFIG_CMDLINE_OVERRIDE is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
 CONFIG_HAVE_LIVEPATCH=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:12:04
  Author: thestinger
Revision: 226318

disable MODIFY_LDT_SYSCALL

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

+
 0 files changed


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:09:42
  Author: thestinger
Revision: 226317

enable LEGACY_VSYSCALL_NONE

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

---+
 PKGBUILD  |2 +-
 config.x86_64 |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:08:49 UTC (rev 226316)
+++ PKGBUILD2017-04-29 18:09:42 UTC (rev 226317)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'f200391f153d1dee8c11a14f4d36479e299020c8b9ff42868d10dc87c931aae7'
+'cb290b339bfe3208ae7b76f11452c7156ed1f46662ad36567e039f56ba3a5a97'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 18:08:49 UTC (rev 226316)
+++ config.x86_64   2017-04-29 18:09:42 UTC (rev 226317)
@@ -610,8 +610,8 @@
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
 # CONFIG_COMPAT_VDSO is not set
 # CONFIG_LEGACY_VSYSCALL_NATIVE is not set
-CONFIG_LEGACY_VSYSCALL_EMULATE=y
-# CONFIG_LEGACY_VSYSCALL_NONE is not set
+# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
+CONFIG_LEGACY_VSYSCALL_NONE=y
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_MODIFY_LDT_SYSCALL=y
 CONFIG_HAVE_LIVEPATCH=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:08:49
  Author: thestinger
Revision: 226316

enable PANIC_ON_OOPS

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:07:02 UTC (rev 226315)
+++ PKGBUILD2017-04-29 18:08:49 UTC (rev 226316)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'751f06afb54423884328e9fd504138256d5ae9f5462cd07aac7a6295e691cb24'
+'f200391f153d1dee8c11a14f4d36479e299020c8b9ff42868d10dc87c931aae7'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 18:07:02 UTC (rev 226315)
+++ config.x86_64   2017-04-29 18:08:49 UTC (rev 226316)
@@ -7547,9 +7547,9 @@
 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
 CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
 # CONFIG_WQ_WATCHDOG is not set
-# CONFIG_PANIC_ON_OOPS is not set
-CONFIG_PANIC_ON_OOPS_VALUE=0
-CONFIG_PANIC_TIMEOUT=0
+CONFIG_PANIC_ON_OOPS=y
+CONFIG_PANIC_ON_OOPS_VALUE=1
+CONFIG_PANIC_TIMEOUT=-1
 CONFIG_SCHED_DEBUG=y
 CONFIG_SCHED_INFO=y
 CONFIG_SCHEDSTATS=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:07:02
  Author: thestinger
Revision: 226315

disable KEXEC (legacy kexec_load system call)

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:02:33 UTC (rev 226314)
+++ PKGBUILD2017-04-29 18:07:02 UTC (rev 226315)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'fe169fe5be98a34188a7b09b437475ef633a6a41bd6e29ee996e2165bc385083'
+'751f06afb54423884328e9fd504138256d5ae9f5462cd07aac7a6295e691cb24'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 18:02:33 UTC (rev 226314)
+++ config.x86_64   2017-04-29 18:07:02 UTC (rev 226315)
@@ -594,7 +594,7 @@
 # CONFIG_HZ_1000 is not set
 CONFIG_HZ=300
 CONFIG_SCHED_HRTICK=y
-CONFIG_KEXEC=y
+# CONFIG_KEXEC is not set
 CONFIG_KEXEC_FILE=y
 # CONFIG_KEXEC_VERIFY_SIG is not set
 CONFIG_CRASH_DUMP=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:02:33
  Author: thestinger
Revision: 226314

disable PROC_KCORE

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 18:01:11 UTC (rev 226313)
+++ PKGBUILD2017-04-29 18:02:33 UTC (rev 226314)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'28e6c19373d4da7005af452bacd21995369aaf57087c18dc67c2e79d47480326'
+'fe169fe5be98a34188a7b09b437475ef633a6a41bd6e29ee996e2165bc385083'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 18:01:11 UTC (rev 226313)
+++ config.x86_64   2017-04-29 18:02:33 UTC (rev 226314)
@@ -511,7 +511,6 @@
 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
 CONFIG_ARCH_MEMORY_PROBE=y
-CONFIG_ARCH_PROC_KCORE_TEXT=y
 CONFIG_ILLEGAL_POINTER_VALUE=0xdead
 CONFIG_SELECT_MEMORY_MODEL=y
 CONFIG_SPARSEMEM_MANUAL=y
@@ -7261,7 +7260,7 @@
 # Pseudo filesystems
 #
 CONFIG_PROC_FS=y
-CONFIG_PROC_KCORE=y
+# CONFIG_PROC_KCORE is not set
 CONFIG_PROC_VMCORE=y
 CONFIG_PROC_SYSCTL=y
 CONFIG_PROC_PAGE_MONITOR=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 18:01:11
  Author: thestinger
Revision: 226313

disable ACPI_CUSTOM_METHOD

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:59:12 UTC (rev 226312)
+++ PKGBUILD2017-04-29 18:01:11 UTC (rev 226313)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'613826e0ea8fcc820496047822a38b9191c633c56857fb872b28e2e052d0ab6d'
+'28e6c19373d4da7005af452bacd21995369aaf57087c18dc67c2e79d47480326'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:59:12 UTC (rev 226312)
+++ config.x86_64   2017-04-29 18:01:11 UTC (rev 226313)
@@ -680,7 +680,7 @@
 CONFIG_ACPI_HOTPLUG_IOAPIC=y
 CONFIG_ACPI_SBS=m
 CONFIG_ACPI_HED=y
-CONFIG_ACPI_CUSTOM_METHOD=m
+# CONFIG_ACPI_CUSTOM_METHOD is not set
 CONFIG_ACPI_BGRT=y
 # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
 CONFIG_ACPI_NFIT=m


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:59:12
  Author: thestinger
Revision: 226312

enable PAGE_POISONING_NO_SANITY

HIBERNATION is disabled to support this.

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

---+
 PKGBUILD  |2 +-
 config.x86_64 |7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:54:20 UTC (rev 226311)
+++ PKGBUILD2017-04-29 17:59:12 UTC (rev 226312)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'a553ed68ee319733148ff973d12588089cf431f36295d0d5d21927f57f69ba6e'
+'613826e0ea8fcc820496047822a38b9191c633c56857fb872b28e2e052d0ab6d'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:54:20 UTC (rev 226311)
+++ config.x86_64   2017-04-29 17:59:12 UTC (rev 226312)
@@ -599,7 +599,6 @@
 CONFIG_KEXEC_FILE=y
 # CONFIG_KEXEC_VERIFY_SIG is not set
 CONFIG_CRASH_DUMP=y
-CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
 CONFIG_RANDOMIZE_BASE=y
@@ -624,12 +623,10 @@
 #
 # Power management and ACPI options
 #
-CONFIG_ARCH_HIBERNATION_HEADER=y
 CONFIG_SUSPEND=y
 CONFIG_SUSPEND_FREEZER=y
 CONFIG_HIBERNATE_CALLBACKS=y
-CONFIG_HIBERNATION=y
-CONFIG_PM_STD_PARTITION=""
+# CONFIG_HIBERNATION is not set
 CONFIG_PM_SLEEP=y
 CONFIG_PM_SLEEP_SMP=y
 CONFIG_PM_AUTOSLEEP=y
@@ -7515,7 +7512,7 @@
 CONFIG_PAGE_EXTENSION=y
 # CONFIG_DEBUG_PAGEALLOC is not set
 CONFIG_PAGE_POISONING=y
-CONFIG_PAGE_POISONING_NO_SANITY=y
+# CONFIG_PAGE_POISONING_NO_SANITY is not set
 CONFIG_PAGE_POISONING_ZERO=y
 # CONFIG_DEBUG_PAGE_REF is not set
 # CONFIG_DEBUG_OBJECTS is not set


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:54:20
  Author: thestinger
Revision: 226311

enable PAGE_POISONING/PAGE_POISONING_ZERO

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:50:52 UTC (rev 226310)
+++ PKGBUILD2017-04-29 17:54:20 UTC (rev 226311)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'e3a1f98b2225df5853d8903f68e008deab27d7805464ae47de882b8b632156e2'
+'a553ed68ee319733148ff973d12588089cf431f36295d0d5d21927f57f69ba6e'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:50:52 UTC (rev 226310)
+++ config.x86_64   2017-04-29 17:54:20 UTC (rev 226311)
@@ -7512,9 +7512,11 @@
 #
 # Memory Debugging
 #
-# CONFIG_PAGE_EXTENSION is not set
+CONFIG_PAGE_EXTENSION=y
 # CONFIG_DEBUG_PAGEALLOC is not set
-# CONFIG_PAGE_POISONING is not set
+CONFIG_PAGE_POISONING=y
+CONFIG_PAGE_POISONING_NO_SANITY=y
+CONFIG_PAGE_POISONING_ZERO=y
 # CONFIG_DEBUG_PAGE_REF is not set
 # CONFIG_DEBUG_OBJECTS is not set
 # CONFIG_SLUB_DEBUG_ON is not set


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:50:52
  Author: thestinger
Revision: 226310

enable DEBUG_CREDENTIALS/DEBUG_NOTIFIERS

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

---+
 PKGBUILD  |2 +-
 config.x86_64 |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:47:17 UTC (rev 226309)
+++ PKGBUILD2017-04-29 17:50:52 UTC (rev 226310)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'cdd92bdb28fabebe9e9911a1ee4f5b3b0b26075deda2be553fa19fe730ed1b6f'
+'e3a1f98b2225df5853d8903f68e008deab27d7805464ae47de882b8b632156e2'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:47:17 UTC (rev 226309)
+++ config.x86_64   2017-04-29 17:50:52 UTC (rev 226310)
@@ -7579,8 +7579,8 @@
 CONFIG_DEBUG_LIST=y
 # CONFIG_DEBUG_PI_LIST is not set
 # CONFIG_DEBUG_SG is not set
-# CONFIG_DEBUG_NOTIFIERS is not set
-# CONFIG_DEBUG_CREDENTIALS is not set
+CONFIG_DEBUG_NOTIFIERS=y
+CONFIG_DEBUG_CREDENTIALS=y
 
 #
 # RCU Debugging


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:47:17
  Author: thestinger
Revision: 226309

enable DEBUG_LIST and PANIC_ON_DATA_CORRUPTION

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

---+
 PKGBUILD  |2 +-
 config.x86_64 |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:43:49 UTC (rev 226308)
+++ PKGBUILD2017-04-29 17:47:17 UTC (rev 226309)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'c136df04b806a7f8cea2ba4d211c2d4c8d1704e25660ebf550cff3ac6b181d89'
+'cdd92bdb28fabebe9e9911a1ee4f5b3b0b26075deda2be553fa19fe730ed1b6f'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:43:49 UTC (rev 226308)
+++ config.x86_64   2017-04-29 17:47:17 UTC (rev 226309)
@@ -7576,7 +7576,7 @@
 CONFIG_STACKTRACE=y
 # CONFIG_DEBUG_KOBJECT is not set
 CONFIG_DEBUG_BUGVERBOSE=y
-# CONFIG_DEBUG_LIST is not set
+CONFIG_DEBUG_LIST=y
 # CONFIG_DEBUG_PI_LIST is not set
 # CONFIG_DEBUG_SG is not set
 # CONFIG_DEBUG_NOTIFIERS is not set
@@ -7680,7 +7680,7 @@
 # CONFIG_TEST_UDELAY is not set
 # CONFIG_MEMTEST is not set
 # CONFIG_TEST_STATIC_KEYS is not set
-# CONFIG_BUG_ON_DATA_CORRUPTION is not set
+CONFIG_BUG_ON_DATA_CORRUPTION=y
 # CONFIG_SAMPLES is not set
 CONFIG_HAVE_ARCH_KGDB=y
 # CONFIG_KGDB is not set


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:43:49
  Author: thestinger
Revision: 226308

enable SECURITY_DMESG_RESTRICT

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:32:55 UTC (rev 226307)
+++ PKGBUILD2017-04-29 17:43:49 UTC (rev 226308)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'ed400a5b88ecaabef694690ac3bbd7a1556eeb1123e301a361c42dd87cf20e4c'
+'c136df04b806a7f8cea2ba4d211c2d4c8d1704e25660ebf550cff3ac6b181d89'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:32:55 UTC (rev 226307)
+++ config.x86_64   2017-04-29 17:43:49 UTC (rev 226308)
@@ -7732,7 +7732,7 @@
 CONFIG_TRUSTED_KEYS=m
 CONFIG_ENCRYPTED_KEYS=m
 CONFIG_KEY_DH_OPERATIONS=y
-# CONFIG_SECURITY_DMESG_RESTRICT is not set
+CONFIG_SECURITY_DMESG_RESTRICT=y
 CONFIG_SECURITY=y
 CONFIG_SECURITYFS=y
 # CONFIG_SECURITY_NETWORK is not set


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:32:55
  Author: thestinger
Revision: 226307

enable KASLR

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:31:14 UTC (rev 226306)
+++ PKGBUILD2017-04-29 17:32:55 UTC (rev 226307)
@@ -27,7 +27,7 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'
+'ed400a5b88ecaabef694690ac3bbd7a1556eeb1123e301a361c42dd87cf20e4c'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:31:14 UTC (rev 226306)
+++ config.x86_64   2017-04-29 17:32:55 UTC (rev 226307)
@@ -602,8 +602,11 @@
 CONFIG_KEXEC_JUMP=y
 CONFIG_PHYSICAL_START=0x100
 CONFIG_RELOCATABLE=y
-# CONFIG_RANDOMIZE_BASE is not set
+CONFIG_RANDOMIZE_BASE=y
+CONFIG_X86_NEED_RELOCS=y
 CONFIG_PHYSICAL_ALIGN=0x100
+CONFIG_RANDOMIZE_MEMORY=y
+CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
 CONFIG_HOTPLUG_CPU=y
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_DEBUG_HOTPLUG_CPU0 is not set


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:31:14
  Author: thestinger
Revision: 226306

regenerate configuration

Modified:
  linux-hardened/trunk/config.x86_64

---+
 config.x86_64 |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: config.x86_64
===
--- config.x86_64   2017-04-29 17:30:03 UTC (rev 226305)
+++ config.x86_64   2017-04-29 17:31:14 UTC (rev 226306)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.10.0-1 Kernel Configuration
+# Linux/x86 4.10.13-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -54,7 +54,7 @@
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
 # CONFIG_COMPILE_TEST is not set
-CONFIG_LOCALVERSION="-ARCH"
+CONFIG_LOCALVERSION="-hardened"
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_BZIP2=y


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

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:30:03
  Author: thestinger
Revision: 226305

update sha256sums

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:28:54 UTC (rev 226304)
+++ PKGBUILD2017-04-29 17:30:03 UTC (rev 226305)
@@ -27,7 +27,6 @@
 'SKIP'
 'b1a7a98aa97cc0917fcab0def68032d5bf61838c79177bcee2485015458f'
 'SKIP'
-'386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
 '12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')


[arch-commits] Commit in (10 files)

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:27:05
  Author: thestinger
Revision: 226303

add linux-hardened package

Added:
  linux-hardened/
  linux-hardened/repos/
  linux-hardened/trunk/
  linux-hardened/trunk/90-linux.hook
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.i686
  linux-hardened/trunk/config.x86_64
  linux-hardened/trunk/linux.install
  linux-hardened/trunk/linux.install.pkg
  linux-hardened/trunk/linux.preset

---+
 90-linux.hook |   11 
 PKGBUILD  |  289 +
 config.i686   | 8331 
 config.x86_64 | 8084 ++
 linux.install |   27 
 linux.install.pkg |   27 
 linux.preset  |   14 
 7 files changed, 16783 insertions(+)

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


[arch-commits] Commit in beats/repos (32 files)

2017-04-29 Thread Massimiliano Torromeo
Date: Saturday, April 29, 2017 @ 17:16:32
  Author: mtorromeo
Revision: 226302

archrelease: copy trunk to community-i686, community-x86_64

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 226301, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat-tmpfile.conf
(from rev 226301, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-i686/filebeat.service
(from rev 226301, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 226301, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/metricbeat-tmpfile.conf
(from rev 226301, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-i686/metricbeat.service
(from rev 226301, beats/trunk/metricbeat.service)
  beats/repos/community-i686/packetbeat-tmpfile.conf
(from rev 226301, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-i686/packetbeat.service
(from rev 226301, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 226301, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 226301, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 226301, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 226301, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 226301, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 226301, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 226301, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 226301, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat-tmpfile.conf
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/metricbeat-tmpfile.conf
  beats/repos/community-i686/metricbeat.service
  beats/repos/community-i686/packetbeat-tmpfile.conf
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

--+
 /PKGBUILD|  222 +
 /filebeat-tmpfile.conf   |4 
 /filebeat.service|   24 +++
 /filebeat.sysusers   |2 
 /metricbeat-tmpfile.conf |4 
 /metricbeat.service  |   22 ++
 /packetbeat-tmpfile.conf |4 
 /packetbeat.service  |   22 ++
 community-i686/PKGBUILD  |  111 --
 community-i686/filebeat-tmpfile.conf |2 
 community-i686/filebeat.service  |   12 -
 community-i686/filebeat.sysusers |1 
 community-i686/metricbeat-tmpfile.conf   |2 
 community-i686/metricbeat.service|   11 -
 community-i686/packetbeat-tmpfile.conf   |2 
 community-i686/packetbeat.service|   11 -
 community-x86_64/PKGBUILD|  111 --
 community-x86_64/filebeat-tmpfile.conf   |2 
 community-x86_64/filebeat.service|   12 -
 community-x86_64/filebeat.sysusers   |1 
 community-x86_64/metricbeat-tmpfile.conf |2 
 community-x86_64/metricbeat.service  |   11 -
 community-x86_64/packetbeat-tmpfile.conf |2 
 community-x86_64/packetbeat.service  |   11 -
 24 files changed, 304 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 17:16:02 UTC (rev 226301)
+++ community-i686/PKGBUILD 2017-04-29 17:16:32 UTC (rev 226302)
@@ -1,111 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat)
-pkgver=5.3.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('i686' 'x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git' 'libpcap')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-

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

2017-04-29 Thread Massimiliano Torromeo
Date: Saturday, April 29, 2017 @ 17:16:02
  Author: mtorromeo
Revision: 226301

upgpkg: beats 5.3.2-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 17:12:25 UTC (rev 226300)
+++ PKGBUILD2017-04-29 17:16:02 UTC (rev 226301)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat)
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 "filebeat-tmpfile.conf"
 "packetbeat-tmpfile.conf"
 "metricbeat-tmpfile.conf")
-sha256sums=('392c647fd3a4fd40b70d911950f38c0fd65a3ad4bb8548fcd0afd77c01d31d9e'
+sha256sums=('e8c765531276e4731c5148bd99fad1efc799f3ec68e1d32a2fe116995f2b9e2f'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


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

2017-04-29 Thread Massimiliano Torromeo
Date: Saturday, April 29, 2017 @ 17:12:02
  Author: mtorromeo
Revision: 226299

upgpkg: elasticsearch 5.3.2-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:51:01 UTC (rev 226298)
+++ PKGBUILD2017-04-29 17:12:02 UTC (rev 226299)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('1c277102bedf58d8e0f029b5eecc415260a4ad49442cf8265d6ed7adc0021269'
+sha256sums=('a94fe46bc90eb271a0d448d20e49cb02526ac032281c683c79a219240280a1e8'
 '51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
 '22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


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

2017-04-29 Thread Massimiliano Torromeo
Date: Saturday, April 29, 2017 @ 17:12:25
  Author: mtorromeo
Revision: 226300

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 226299, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 226299, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 226299, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 226299, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 226299, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 226299, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 226299, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   78 ++--
 elasticsearch@.service |   78 ++--
 7 files changed, 179 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 17:12:02 UTC (rev 226299)
+++ PKGBUILD2017-04-29 17:12:25 UTC (rev 226300)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.3.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch;
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('1c277102bedf58d8e0f029b5eecc415260a4ad49442cf8265d6ed7adc0021269'
-'51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
-'22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   

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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 16:51:01
  Author: lcarlier
Revision: 226298

archrelease: copy trunk to community-i686, community-x86_64

Added:
  warzone2100/repos/community-i686/PKGBUILD
(from rev 226297, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-x86_64/PKGBUILD
(from rev 226297, warzone2100/trunk/PKGBUILD)
Deleted:
  warzone2100/repos/community-i686/PKGBUILD
  warzone2100/repos/community-i686/warzone2100.appdata.xml
  warzone2100/repos/community-x86_64/PKGBUILD
  warzone2100/repos/community-x86_64/warzone2100.appdata.xml

--+
 /PKGBUILD|   58 +
 community-i686/PKGBUILD  |   41 
 community-i686/warzone2100.appdata.xml   |   23 ---
 community-x86_64/PKGBUILD|   41 
 community-x86_64/warzone2100.appdata.xml |   23 ---
 5 files changed, 58 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 16:50:48 UTC (rev 226297)
+++ community-i686/PKGBUILD 2017-04-29 16:51:01 UTC (rev 226298)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Angelo Theodorou 
-
-pkgname=warzone2100
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="3D realtime strategy game on a future Earth"
-url="http://wz2100.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-warzone2100.appdata.xml 
https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch)
-md5sums=('6cb1cdf382f824d61fcce6fddee67fa7'
- '103a57b73af180a1ff7301250cbdcf5d'
- '91247c61e33fa7bed81deac49f60a982')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build
-  patch -p1 -i ../3509cccd.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  # Add missing file from the tarball
-  cp ${srcdir}/warzone2100.appdata.xml icons/
-
-  ./configure --prefix=/usr --with-distributor="ArchLinux"
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: warzone2100/repos/community-i686/PKGBUILD (from rev 226297, 
warzone2100/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 16:51:01 UTC (rev 226298)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.2.3
+pkgrel=1
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/warzone2100.appdata.xml
===
--- community-i686/warzone2100.appdata.xml  2017-04-29 16:50:48 UTC (rev 
226297)
+++ community-i686/warzone2100.appdata.xml  2017-04-29 16:51:01 UTC (rev 
226298)
@@ -1,23 +0,0 @@
-
-
-   warzone2100.desktop
-   CC0-1.0
-   GPL-2.0+
-   Real-Time-Strategy War Game
-   Warzone 2100
-   
-   
-   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
-   
-   
-   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
-   
-   
-   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
-   
-   
-   https://wz2100.net/
-   
-   https://wz2100.net/static/img/wz2100-CAM_3A50.png
-   
-

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in warzone2100/trunk (PKGBUILD warzone2100.appdata.xml)

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 16:50:48
  Author: lcarlier
Revision: 226297

upgpkg: warzone2100 3.2.3-1

upstream update 3.2.3

Modified:
  warzone2100/trunk/PKGBUILD
Deleted:
  warzone2100/trunk/warzone2100.appdata.xml

-+
 PKGBUILD|   18 +++---
 warzone2100.appdata.xml |   23 ---
 2 files changed, 3 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:49:21 UTC (rev 226296)
+++ PKGBUILD2017-04-29 16:50:48 UTC (rev 226297)
@@ -3,7 +3,7 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
@@ -11,24 +11,12 @@
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-warzone2100.appdata.xml 
https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch)
-md5sums=('6cb1cdf382f824d61fcce6fddee67fa7'
- '103a57b73af180a1ff7301250cbdcf5d'
- '91247c61e33fa7bed81deac49f60a982')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build
-  patch -p1 -i ../3509cccd.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   
-  # Add missing file from the tarball
-  cp ${srcdir}/warzone2100.appdata.xml icons/
-
   ./configure --prefix=/usr --with-distributor="ArchLinux"
 
   make

Deleted: warzone2100.appdata.xml
===
--- warzone2100.appdata.xml 2017-04-29 16:49:21 UTC (rev 226296)
+++ warzone2100.appdata.xml 2017-04-29 16:50:48 UTC (rev 226297)
@@ -1,23 +0,0 @@
-
-
-   warzone2100.desktop
-   CC0-1.0
-   GPL-2.0+
-   Real-Time-Strategy War Game
-   Warzone 2100
-   
-   
-   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
-   
-   
-   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
-   
-   
-   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
-   
-   
-   https://wz2100.net/
-   
-   https://wz2100.net/static/img/wz2100-CAM_3A50.png
-   
-


[arch-commits] Commit in haskell-lens-aeson/repos (4 files)

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:46:59
  Author: felixonmars
Revision: 226295

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 226294, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 226294, haskell-lens-aeson/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
226294, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-29 16:46:59 UTC (rev 226295)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('547a418919882f1062bccd9653cf85289d805cf0100f50f78d04d3e46abdd2b15d904ff1c4ac0b5668096efa4e047dd87978280dd84061f2c1bff11babd64b59')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
226294, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-29 16:46:59 UTC (rev 226295)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('547a418919882f1062bccd9653cf85289d805cf0100f50f78d04d3e46abdd2b15d904ff1c4ac0b5668096efa4e047dd87978280dd84061f2c1bff11babd64b59')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:46:25
  Author: felixonmars
Revision: 226294

upgpkg: haskell-lens-aeson 1.0.1-1

rebuild with lens-aeson,1.0.1

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:40:06 UTC (rev 226293)
+++ PKGBUILD2017-04-29 16:46:25 UTC (rev 226294)
@@ -3,8 +3,8 @@
 
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
-pkgver=1.0.0.5
-pkgrel=15
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')
@@ -12,14 +12,8 @@
 depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
  'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('e3c948acadb91971443852ebaa13d0c5')
+sha512sums=('547a418919882f1062bccd9653cf85289d805cf0100f50f78d04d3e46abdd2b15d904ff1c4ac0b5668096efa4e047dd87978280dd84061f2c1bff11babd64b59')
 
-prepare() {
-sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
--e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:44:35
  Author: felixonmars
Revision: 295100

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 295099, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 16:44:13 UTC (rev 295099)
+++ PKGBUILD2017-04-29 16:44:35 UTC (rev 295100)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=35.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a2a7251cc6c784244e0f0ce4dbb717ea7323d93c901e7f62a27e4e6b0af027ff6335cb72ea0458aec40f59cd0083e5ea679bc933764d5358230e14508b4a98e5')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  cp -a setuptools-$pkgver{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 295099, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 16:44:35 UTC (rev 295100)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=35.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('1682eb8288d3c06bf4d44e175e40a13ccf64157e3505da622df40a6d30586bb7952d058848ef4c62b0f76c6dcba5fc95096dd15abd936bfc4a2118ffe31de4b4')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools-$pkgver/setup.cfg
+
+  cp -a setuptools-$pkgver{,-py2}
+
+  cd "$srcdir"/setuptools-$pkgver
+  sed -i 

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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:44:13
  Author: felixonmars
Revision: 295099

upgpkg: python-setuptools 1:35.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:55:45 UTC (rev 295098)
+++ PKGBUILD2017-04-29 16:44:13 UTC (rev 295099)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=35.0.1
+pkgver=35.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
   'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('a2a7251cc6c784244e0f0ce4dbb717ea7323d93c901e7f62a27e4e6b0af027ff6335cb72ea0458aec40f59cd0083e5ea679bc933764d5358230e14508b4a98e5')
+sha512sums=('1682eb8288d3c06bf4d44e175e40a13ccf64157e3505da622df40a6d30586bb7952d058848ef4c62b0f76c6dcba5fc95096dd15abd936bfc4a2118ffe31de4b4')
 
 prepare() {
   # Don't download and install deps


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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:40:06
  Author: felixonmars
Revision: 226293

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 226292, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 16:39:45 UTC (rev 226292)
+++ PKGBUILD2017-04-29 16:40:06 UTC (rev 226293)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6505d327b21c539620f0ccfc5735450eb82ecc80e94713650fcca3a3087517471baee8569ddf76609fdcea01e3a29448370860a5ee5b0f1edf383ea701a83099')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 226292, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 16:40:06 UTC (rev 226293)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('937dd7e5c076f3dba6df37c6f53be6bf2aa79e2bad62bf6948bab586f20d0fb796f2c121bb3250006f49622b394d93ad7fe240289fa047a17fbc7abf2980f779')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:39:45
  Author: felixonmars
Revision: 226292

upgpkg: typescript 2.3.2-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:39:29 UTC (rev 226291)
+++ PKGBUILD2017-04-29 16:39:45 UTC (rev 226292)
@@ -3,7 +3,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=2.2.2
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('6505d327b21c539620f0ccfc5735450eb82ecc80e94713650fcca3a3087517471baee8569ddf76609fdcea01e3a29448370860a5ee5b0f1edf383ea701a83099')
+sha512sums=('937dd7e5c076f3dba6df37c6f53be6bf2aa79e2bad62bf6948bab586f20d0fb796f2c121bb3250006f49622b394d93ad7fe240289fa047a17fbc7abf2980f779')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:39:29
  Author: felixonmars
Revision: 226291

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 16:39:08 UTC (rev 226290)
+++ PKGBUILD2017-04-29 16:39:29 UTC (rev 226291)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 
'python-fake-factory'
-  'python2-fake-factory' 'python-flaky' 'python2-flaky' 
'python-pytest-benchmark'
-  'python2-pytest-benchmark' 'python-django' 'python2-django' 
'python-pytest-xdist'
-  'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('cc9b4cba8378c6205925a9239f208580de3f5f9349a71d27a6ff917ad1f1f88cd24790ade06ab3b53acc13393a7a15b73ab5d27c252f065efe16420e115ec0b0')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 226290, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 16:39:29 UTC (rev 226291)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 
'python-fake-factory'
+  'python2-fake-factory' 'python-flaky' 'python2-flaky' 
'python-pytest-benchmark'
+  'python2-pytest-benchmark' 'python-django' 'python2-django' 
'python-pytest-xdist'
+  'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('9db0bdcb32eb39fe64add3942648d7d38d12392869aebdd0512668e241c2b182ce8c917ed1f65a262f3ddbc9a3fdd9fbaa7c220e06f5cc152f1c302c7fa8c2c1')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd 

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

2017-04-29 Thread Felix Yan
Date: Saturday, April 29, 2017 @ 16:39:08
  Author: felixonmars
Revision: 226290

upgpkg: python-hypothesis 3.8.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:36:50 UTC (rev 226289)
+++ PKGBUILD2017-04-29 16:39:08 UTC (rev 226290)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.8.0
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
   'python2-pytest-benchmark' 'python-django' 'python2-django' 
'python-pytest-xdist'
   'python2-pytest-xdist')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('cc9b4cba8378c6205925a9239f208580de3f5f9349a71d27a6ff917ad1f1f88cd24790ade06ab3b53acc13393a7a15b73ab5d27c252f065efe16420e115ec0b0')
+sha512sums=('9db0bdcb32eb39fe64add3942648d7d38d12392869aebdd0512668e241c2b182ce8c917ed1f65a262f3ddbc9a3fdd9fbaa7c220e06f5cc152f1c302c7fa8c2c1')
 
 prepare() {
   cp -a hypothesis-python-$pkgver{,-py2}


[arch-commits] Commit in lib32-mesa/repos (9 files)

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 16:36:50
  Author: lcarlier
Revision: 226289

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  
lib32-mesa/repos/multilib-testing-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 226288, 
lib32-mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 226288, 
lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 226288, 
lib32-mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 226288, 
lib32-mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 226288, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 226288, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 226288, lib32-mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-testing-x86_64/remove-libpthread-stubs.patch
(from rev 226288, lib32-mesa/trunk/remove-libpthread-stubs.patch)

-+
 0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch  | 3952 
++
 0001-Fix-linkage-against-shared-glapi.patch |   26 
 0001-glapi-Link-with-glapi-when-built-shared.patch  |   82 
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch |   33 
 LICENSE |   82 
 PKGBUILD|  169 
 glvnd-fix-gl-dot-pc.patch   |   12 
 remove-libpthread-stubs.patch   |   13 
 8 files changed, 4369 insertions(+)

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


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 16:36:41
  Author: lcarlier
Revision: 226288

upgpkg: lib32-mesa 17.0.5-1

upstream update 17.0.5

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:15:44 UTC (rev 226287)
+++ PKGBUILD2017-04-29 16:36:41 UTC (rev 226288)
@@ -5,8 +5,8 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-mesa-vdpau' 
'lib32-mesa')
-pkgver=17.0.4
-pkgrel=2
+pkgver=17.0.5
+pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -22,7 +22,7 @@
 0001-glapi-Link-with-glapi-when-built-shared.patch
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
 glvnd-fix-gl-dot-pc.patch)
-sha256sums=('1269dc8545a193932a0779b2db5bce9be4a5f6813b98c38b93b372be8362a346'
+sha256sums=('668efa445d2f57a26e5c096b1965a685733a3b57d9c736f9d6460263847f9bfe'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '75ab53ad44b95204c788a2988e97a5cb963bdbf6072a5466949a2afb79821c8f'


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

2017-04-29 Thread Maxime Gauduin
Date: Saturday, April 29, 2017 @ 16:15:29
  Author: alucryd
Revision: 226286

upgpkg: lib32-libsoup 2.58.0-1

Modified:
  lib32-libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:11:49 UTC (rev 226285)
+++ PKGBUILD2017-04-29 16:15:29 UTC (rev 226286)
@@ -4,11 +4,11 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libsoup
-pkgver=2.56.0
+pkgver=2.58.0
 pkgrel=1
-pkgdesc='GNOME HTTP Library'
+pkgdesc='HTTP client/server library for GNOME'
 arch=('x86_64')
-url='http://www.gnome.org'
+url="https://wiki.gnome.org/Projects/libsoup;
 license=('LGPL')
 depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
  'libsoup')
@@ -18,7 +18,7 @@
 replaces=('lib32-libsoup-gnome')
 options=('!emptydirs')
 
source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5')
+sha256sums=('b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5')
 
 build() {
   cd libsoup-${pkgver}


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

2017-04-29 Thread Maxime Gauduin
Date: Saturday, April 29, 2017 @ 16:15:44
  Author: alucryd
Revision: 226287

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 16:15:29 UTC (rev 226286)
+++ PKGBUILD2017-04-29 16:15:44 UTC (rev 226287)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Maximilian Stein 
-# Contributor: josephgbr 
-
-pkgname=lib32-libsoup
-pkgver=2.56.0
-pkgrel=1
-pkgdesc='GNOME HTTP Library'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('LGPL')
-depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
- 'libsoup')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
- 'vala')
-conflicts=('lib32-libsoup-gnome')
-replaces=('lib32-libsoup-gnome')
-options=('!emptydirs')
-source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
-sha256sums=('d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5')
-
-build() {
-  cd libsoup-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd libsoup-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libsoup/repos/multilib-x86_64/PKGBUILD (from rev 226286, 
lib32-libsoup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 16:15:44 UTC (rev 226287)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Maximilian Stein 
+# Contributor: josephgbr 
+
+pkgname=lib32-libsoup
+pkgver=2.58.0
+pkgrel=1
+pkgdesc='HTTP client/server library for GNOME'
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/libsoup;
+license=('LGPL')
+depends=('lib32-glib-networking' 'lib32-krb5' 'lib32-libxml2' 'lib32-sqlite'
+ 'libsoup')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool' 'python'
+ 'vala')
+conflicts=('lib32-libsoup-gnome')
+replaces=('lib32-libsoup-gnome')
+options=('!emptydirs')
+source=("https://download.gnome.org/sources/libsoup/${pkgver:0:4}/libsoup-${pkgver}.tar.xz;)
+sha256sums=('b61567e25ed61f4b89bb23a36713c807df6b76a8451beb786d8cc362e8f097f5')
+
+build() {
+  cd libsoup-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd libsoup-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:55:33
  Author: lcarlier
Revision: 295097

upgpkg: mesa 17.0.5-1

upstream update 17.0.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:05:53 UTC (rev 295096)
+++ PKGBUILD2017-04-29 15:55:33 UTC (rev 295097)
@@ -4,8 +4,8 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
-pkgver=17.0.4
-pkgrel=2
+pkgver=17.0.5
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
@@ -20,7 +20,7 @@
 0001-glapi-Link-with-glapi-when-built-shared.patch
 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
 glvnd-fix-gl-dot-pc.patch)
-sha256sums=('1269dc8545a193932a0779b2db5bce9be4a5f6813b98c38b93b372be8362a346'
+sha256sums=('668efa445d2f57a26e5c096b1965a685733a3b57d9c736f9d6460263847f9bfe'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '75ab53ad44b95204c788a2988e97a5cb963bdbf6072a5466949a2afb79821c8f'


[arch-commits] Commit in mesa/repos (18 files)

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:55:45
  Author: lcarlier
Revision: 295098

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mesa/repos/testing-i686/
  
mesa/repos/testing-i686/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 295097, 
mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  mesa/repos/testing-i686/0001-Fix-linkage-against-shared-glapi.patch
(from rev 295097, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-i686/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 295097, 
mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  
mesa/repos/testing-i686/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 295097, 
mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  mesa/repos/testing-i686/LICENSE
(from rev 295097, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 295097, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/glvnd-fix-gl-dot-pc.patch
(from rev 295097, mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-i686/remove-libpthread-stubs.patch
(from rev 295097, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/testing-x86_64/
  
mesa/repos/testing-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
(from rev 295097, 
mesa/trunk/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch)
  mesa/repos/testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 295097, mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  mesa/repos/testing-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch
(from rev 295097, 
mesa/trunk/0001-glapi-Link-with-glapi-when-built-shared.patch)
  
mesa/repos/testing-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
(from rev 295097, 
mesa/trunk/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 295097, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 295097, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/glvnd-fix-gl-dot-pc.patch
(from rev 295097, mesa/trunk/glvnd-fix-gl-dot-pc.patch)
  mesa/repos/testing-x86_64/remove-libpthread-stubs.patch
(from rev 295097, mesa/trunk/remove-libpthread-stubs.patch)

+
 testing-i686/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
| 3952 ++
 testing-i686/0001-Fix-linkage-against-shared-glapi.patch   
|   26 
 testing-i686/0001-glapi-Link-with-glapi-when-built-shared.patch
|   82 
 testing-i686/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch   
|   33 
 testing-i686/LICENSE   
|   82 
 testing-i686/PKGBUILD  
|  205 
 testing-i686/glvnd-fix-gl-dot-pc.patch 
|   12 
 testing-i686/remove-libpthread-stubs.patch 
|   13 
 testing-x86_64/0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch  
| 3952 ++
 testing-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
|   26 
 testing-x86_64/0001-glapi-Link-with-glapi-when-built-shared.patch  
|   82 
 testing-x86_64/0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch 
|   33 
 testing-x86_64/LICENSE 
|   82 
 testing-x86_64/PKGBUILD
|  205 
 testing-x86_64/glvnd-fix-gl-dot-pc.patch   
|   12 
 testing-x86_64/remove-libpthread-stubs.patch   
|   13 
 16 files changed, 8810 insertions(+)

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


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:11:49
  Author: lcarlier
Revision: 226285

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 15:11:43 UTC (rev 226284)
+++ PKGBUILD2017-04-29 15:11:49 UTC (rev 226285)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-_pkgbasename=libpciaccess
-pkgname=lib32-${_pkgbasename}
-pkgver=0.13.4
-pkgrel=1
-pkgdesc="X11 PCI access library (32-bit"
-arch=(i686 x86_64)
-license=('custom')
-url="http://xorg.freedesktop.org/;
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf'
-'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/include
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libpciaccess/repos/multilib-x86_64/PKGBUILD (from rev 226284, 
lib32-libpciaccess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 15:11:49 UTC (rev 226285)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+_pkgbasename=libpciaccess
+pkgname=lib32-${_pkgbasename}
+pkgver=0.13.5
+pkgrel=1
+pkgdesc="X11 PCI access library (32-bit"
+arch=(x86_64)
+license=('custom')
+url="https://xorg.freedesktop.org/;
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('752c54e9b3c311b4347cb50aea8566fa48eab274346ea8a06f7f15de3240b999'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
"
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/include
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:11:43
  Author: lcarlier
Revision: 226284

upgpkg: lib32-libpciaccess 0.13.5-1

upstream update 0.13.5

Modified:
  lib32-libpciaccess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:08:53 UTC (rev 226283)
+++ PKGBUILD2017-04-29 15:11:43 UTC (rev 226284)
@@ -4,19 +4,20 @@
 
 _pkgbasename=libpciaccess
 pkgname=lib32-${_pkgbasename}
-pkgver=0.13.4
+pkgver=0.13.5
 pkgrel=1
 pkgdesc="X11 PCI access library (32-bit"
 arch=(x86_64)
 license=('custom')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 depends=('lib32-glibc' ${_pkgbasename})
 makedepends=('gcc-multilib' 'pkgconfig' 'xorg-util-macros')
 options=('!libtool')
 
source=(${url}/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('07f864654561e4ac8629a0ef9c8f07fbc1f8592d1b6c418431593e9ba2cf2fcf'
+sha256sums=('752c54e9b3c311b4347cb50aea8566fa48eab274346ea8a06f7f15de3240b999'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # "Emil Velikov 
"
 
 build() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:04:31
  Author: lcarlier
Revision: 226275

upgpkg: lib32-ocl-icd 2.2.11-1

upstream update 2.2.11

Modified:
  lib32-ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:00:55 UTC (rev 226274)
+++ PKGBUILD2017-04-29 15:04:31 UTC (rev 226275)
@@ -3,8 +3,8 @@
 
 pkgname=lib32-ocl-icd
 _pkgname=ocl-icd
-pkgver=2.2.10
-_pkgver=810
+pkgver=2.2.11
+_pkgver=814
 pkgrel=1
 pkgdesc="OpenCL ICD Bindings (32-bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('lib32-libcl')
 optdepends=('lib32-opencl-driver: packaged opencl driver')
 
source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
-md5sums=('5072917260dc53ea6d8efa4608e814de')
+md5sums=('32335dc7dd3ea2a4b994ca87f2f80554')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:08:53
  Author: lcarlier
Revision: 226283

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  132 ++---
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 15:08:51 UTC (rev 226282)
+++ PKGBUILD2017-04-29 15:08:53 UTC (rev 226283)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru 
-
-pkgname=lib32-dbus
-_pkgbasename=dbus
-pkgver=1.10.16
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system (32-bit)"
-url="https://wiki.freedesktop.org/www/Software/dbus/;
-arch=(x86_64)
-license=(GPL custom)
-provides=(lib32-libdbus)
-conflicts=(lib32-libdbus)
-replaces=(lib32-libdbus)
-depends=(lib32-systemd dbus)
-makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
-source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd dbus
-  git describe --tags | sed 's/^dbus-//;s/-/+/g'
-}
-
-prepare() {
-  cd dbus
-  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd dbus
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console/ \
-  --enable-inotify --disable-static \
-  --disable-verbose-mode --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd --enable-user-session
-  make
-}
-
-check() {
-  cd dbus
-  make check
-}
-
-package() {
-  cd dbus
-
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,include,lib,share}
-  rm -r "$pkgdir"/{etc,var}
-
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-dbus/repos/multilib-x86_64/PKGBUILD (from rev 226281, 
lib32-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 15:08:53 UTC (rev 226283)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.10.18
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+provides=(lib32-libdbus)
+conflicts=(lib32-libdbus)
+replaces=(lib32-libdbus)
+depends=(lib32-systemd dbus)
+makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
+_commit=73961ee58cf47315b14e30fbde6d0eea825c987b # tags/dbus-1.10.18^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dbus
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd dbus
+  git cherry-pick -n 09cb6d7b467f6d1c6685ee9ccc171f4dddbe1f42
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd dbus
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd dbus
+  make check
+}
+
+package() {
+  cd dbus
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,include,lib,share}
+  rm -r "$pkgdir"/{etc,var}
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:08:45
  Author: lcarlier
Revision: 226279

upgpkg: lib32-dbus 1.10.18-1

upstream update 1.10.18

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 15:08:43 UTC (rev 226278)
+++ PKGBUILD2017-04-29 15:08:45 UTC (rev 226279)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.10.16
+pkgver=1.10.18
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -14,7 +14,7 @@
 replaces=(lib32-libdbus)
 depends=(lib32-systemd dbus)
 makedepends=(gcc-multilib lib32-glib2 lib32-expat git)
-_commit=8b582cb10d7cf00af7a70496aec48af24edc542b  # tags/dbus-1.10.16^0
+_commit=73961ee58cf47315b14e30fbde6d0eea825c987b # tags/dbus-1.10.18^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:04:41
  Author: lcarlier
Revision: 226276

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD
(from rev 226275, lib32-ocl-icd/trunk/PKGBUILD)
Deleted:
  lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 15:04:31 UTC (rev 226275)
+++ PKGBUILD2017-04-29 15:04:41 UTC (rev 226276)
@@ -1,48 +0,0 @@
-# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
-# Maintainer: Lukas Jirkovsky 
-
-pkgname=lib32-ocl-icd
-_pkgname=ocl-icd
-pkgver=2.2.10
-_pkgver=810
-pkgrel=1
-pkgdesc="OpenCL ICD Bindings (32-bit)"
-arch=('x86_64')
-url="https://forge.imag.fr/projects/ocl-icd/;
-license=('BSD')
-depends=('lib32-glibc')
-makedepends=('ruby' 'lib32-mesa' 'opencl-headers>=2.1' 'gcc-multilib')
-checkdepends=()
-provides=('lib32-opencl-icd-loader')
-conflicts=('lib32-libcl')
-replaces=('lib32-libcl')
-optdepends=('lib32-opencl-driver: packaged opencl driver')
-source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
-md5sums=('5072917260dc53ea6d8efa4608e814de')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  rm -rf "$pkgdir"/usr/{share,include}
-  install -m755 -d "$pkgdir/usr/share/licenses/lib32-ocl-icd"
-  install -m644 "$srcdir/$_pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/lib32-ocl-icd/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-ocl-icd/repos/multilib-x86_64/PKGBUILD (from rev 226275, 
lib32-ocl-icd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 15:04:41 UTC (rev 226276)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 241165 2015-06-21 20:02:47Z lcarlier $
+# Maintainer: Lukas Jirkovsky 
+
+pkgname=lib32-ocl-icd
+_pkgname=ocl-icd
+pkgver=2.2.11
+_pkgver=814
+pkgrel=1
+pkgdesc="OpenCL ICD Bindings (32-bit)"
+arch=('x86_64')
+url="https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('lib32-glibc')
+makedepends=('ruby' 'lib32-mesa' 'opencl-headers>=2.1' 'gcc-multilib')
+checkdepends=()
+provides=('lib32-opencl-icd-loader')
+conflicts=('lib32-libcl')
+replaces=('lib32-libcl')
+optdepends=('lib32-opencl-driver: packaged opencl driver')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$_pkgname-$pkgver.tar.gz)
+md5sums=('32335dc7dd3ea2a4b994ca87f2f80554')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  rm -rf "$pkgdir"/usr/{share,include}
+  install -m755 -d "$pkgdir/usr/share/licenses/lib32-ocl-icd"
+  install -m644 "$srcdir/$_pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/lib32-ocl-icd/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:03:04
  Author: lcarlier
Revision: 295039

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ocl-icd/repos/extra-i686/PKGBUILD
(from rev 295037, ocl-icd/trunk/PKGBUILD)
  ocl-icd/repos/extra-x86_64/PKGBUILD
(from rev 295038, ocl-icd/trunk/PKGBUILD)
Deleted:
  ocl-icd/repos/extra-i686/PKGBUILD
  ocl-icd/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-29 15:02:57 UTC (rev 295038)
+++ extra-i686/PKGBUILD 2017-04-29 15:03:04 UTC (rev 295039)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-
-pkgname=ocl-icd
-pkgver=2.2.10
-_pkgver=810
-pkgrel=1
-pkgdesc="OpenCL ICD Bindings"
-arch=('i686' 'x86_64')
-url="https://forge.imag.fr/projects/ocl-icd/;
-license=('BSD')
-depends=('glibc')
-makedepends=('ruby' 'mesa' 'opencl-headers>=2.1')
-checkdepends=()
-provides=('opencl-icd-loader')
-conflicts=('libcl')
-replaces=('libcl')
-optdepends=('opencl-driver: packaged opencl driver')
-source=(https://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('5072917260dc53ea6d8efa4608e814de')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-# fail in i686
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/ocl-icd"
-  install -m644 "$srcdir/$pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/ocl-icd/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocl-icd/repos/extra-i686/PKGBUILD (from rev 295037, 
ocl-icd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-29 15:03:04 UTC (rev 295039)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+
+pkgname=ocl-icd
+pkgver=2.2.11
+_pkgver=814
+pkgrel=1
+pkgdesc="OpenCL ICD Bindings"
+arch=('i686' 'x86_64')
+url="https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('glibc')
+makedepends=('ruby' 'mesa' 'opencl-headers>=2.1')
+checkdepends=()
+provides=('opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+optdepends=('opencl-driver: packaged opencl driver')
+source=(https://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('32335dc7dd3ea2a4b994ca87f2f80554')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+# fail in i686
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/ocl-icd"
+  install -m644 "$srcdir/$pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/ocl-icd/"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-29 15:02:57 UTC (rev 295038)
+++ extra-x86_64/PKGBUILD   2017-04-29 15:03:04 UTC (rev 295039)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-
-pkgname=ocl-icd
-pkgver=2.2.10
-_pkgver=810
-pkgrel=1
-pkgdesc="OpenCL ICD Bindings"
-arch=('i686' 'x86_64')
-url="https://forge.imag.fr/projects/ocl-icd/;
-license=('BSD')
-depends=('glibc')
-makedepends=('ruby' 'mesa' 'opencl-headers>=2.1')
-checkdepends=()
-provides=('opencl-icd-loader')
-conflicts=('libcl')
-replaces=('libcl')
-optdepends=('opencl-driver: packaged opencl driver')
-source=(https://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('5072917260dc53ea6d8efa4608e814de')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-# fail in i686
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  install -m755 -d "$pkgdir/usr/share/licenses/ocl-icd"
-  install -m644 "$srcdir/$pkgname-$pkgver/COPYING" 
"${pkgdir}/usr/share/licenses/ocl-icd/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocl-icd/repos/extra-x86_64/PKGBUILD (from rev 295038, 
ocl-icd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-29 15:03:04 UTC (rev 295039)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+
+pkgname=ocl-icd
+pkgver=2.2.11
+_pkgver=814
+pkgrel=1
+pkgdesc="OpenCL ICD Bindings"
+arch=('i686' 'x86_64')

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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 15:02:52
  Author: lcarlier
Revision: 295036

upgpkg: ocl-icd 2.2.11-1

upstream update 2.2.11

Modified:
  ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:34:12 UTC (rev 295035)
+++ PKGBUILD2017-04-29 15:02:52 UTC (rev 295036)
@@ -2,8 +2,8 @@
 # Maintainer: Lukas Jirkovsky 
 
 pkgname=ocl-icd
-pkgver=2.2.10
-_pkgver=810
+pkgver=2.2.11
+_pkgver=814
 pkgrel=1
 pkgdesc="OpenCL ICD Bindings"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('libcl')
 optdepends=('opencl-driver: packaged opencl driver')
 
source=(https://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('5072917260dc53ea6d8efa4608e814de')
+md5sums=('32335dc7dd3ea2a4b994ca87f2f80554')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-29 Thread Jonathan Steel
Date: Saturday, April 29, 2017 @ 12:24:57
  Author: jsteel
Revision: 226231

upgpkg: aws-cli 1.11.82-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 12:24:49 UTC (rev 226230)
+++ PKGBUILD2017-04-29 12:24:57 UTC (rev 226231)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.80
+pkgver=1.11.82
 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=('b44896541d72c2155e49676542deb9ea')
+md5sums=('f3877009bcf41595890a3149a8a83df5')
 
 build() {
   cd $pkgname-$pkgver


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

2017-04-29 Thread Jonathan Steel
Date: Saturday, April 29, 2017 @ 12:25:04
  Author: jsteel
Revision: 226232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 12:24:57 UTC (rev 226231)
+++ PKGBUILD2017-04-29 12:25:04 UTC (rev 226232)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.80
-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=('b44896541d72c2155e49676542deb9ea')
-
-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 226231, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 12:25:04 UTC (rev 226232)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.82
+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=('f3877009bcf41595890a3149a8a83df5')
+
+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/trunk (PKGBUILD)

2017-04-29 Thread Jonathan Steel
Date: Saturday, April 29, 2017 @ 12:24:37
  Author: jsteel
Revision: 226229

upgpkg: python-botocore 1.5.45-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 11:35:15 UTC (rev 226228)
+++ PKGBUILD2017-04-29 12:24:37 UTC (rev 226229)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.5.43
+pkgver=1.5.45
 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=('0c7d41c7773b3c7dab11107ad9036e29')
+md5sums=('bca41d3b9ed978a81f9d3d394e3adca1')
 
 build() {
   cd botocore-$pkgver


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

2017-04-29 Thread Jonathan Steel
Date: Saturday, April 29, 2017 @ 12:24:49
  Author: jsteel
Revision: 226230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 12:24:37 UTC (rev 226229)
+++ PKGBUILD2017-04-29 12:24:49 UTC (rev 226230)
@@ -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.5.43
-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=('0c7d41c7773b3c7dab11107ad9036e29')
-
-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 226229, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 12:24:49 UTC (rev 226230)
@@ -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.5.45
+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=('bca41d3b9ed978a81f9d3d394e3adca1')
+
+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 variety/trunk (3 files)

2017-04-29 Thread Balló György
Date: Saturday, April 29, 2017 @ 11:35:08
  Author: bgyorgy
Revision: 226227

upgpkg: variety 0.6.4-1

Update to new version

Added:
  variety/trunk/fix-vauleerror.patch
Modified:
  variety/trunk/PKGBUILD
Deleted:
  variety/trunk/fix-popup-menu.patch

--+
 PKGBUILD |   24 
 fix-popup-menu.patch |   47 ---
 fix-vauleerror.patch |   12 
 3 files changed, 24 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:09:47 UTC (rev 226226)
+++ PKGBUILD2017-04-29 11:35:08 UTC (rev 226227)
@@ -3,25 +3,25 @@
 # Contributor: Martin Wimpress 
 
 pkgname=variety
-pkgver=0.6.3
-pkgrel=3
+pkgver=0.6.4
+_pkgver2=0-589-201704290523
+pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
 arch=('any')
 url="http://peterlevi.com/variety/;
 license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
- 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
- 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
- 'python2-pycurl' 'python2-requests')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
+ 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
+ 'python2-lxml' 'python2-pycurl' 'python2-requests')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-0-581-201611011859-ubuntu16.04.1.tar.gz{,.asc}
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-${_pkgver2}.tar.gz{,.asc}
 disable-panoramio.patch
-fix-popup-menu.patch)
+fix-vauleerror.patch)
 validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
-sha256sums=('30f82e606a090dfab463f29500ec9dd9ad78fcfcd5a96c5f0f5d0b2bd9ce79eb'
+sha256sums=('b7f056afdd6da9547f8ca2ca3bbebf083e24cbab0b706cef976a6b3f1f05adc3'
 'SKIP'
 '011d4f19a17fd59a175f6fa36e282c82c333ce0e849673aeea678f2ee56db743'
-'bd19cbd82d19cf653e92390e71d749dc9878c73c8ba25f7d64d96a8bd9228559')
+'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
@@ -29,8 +29,8 @@
   # Disable Panoramio support (removes webkitgtk dependency)
   patch -Np1 -i ../disable-panoramio.patch
 
-  # Fix popup menu positions
-  patch -Np1 -i ../fix-popup-menu.patch
+  # Fix error when appindicator is missing
+  patch -Np1 -i ../fix-vauleerror.patch
 }
 
 package() {

Deleted: fix-popup-menu.patch
===
--- fix-popup-menu.patch2017-04-29 10:09:47 UTC (rev 226226)
+++ fix-popup-menu.patch2017-04-29 11:35:08 UTC (rev 226227)
@@ -1,47 +0,0 @@
-diff -Naur variety-0.6.3.orig/variety/indicator.py 
variety-0.6.3/variety/indicator.py
 variety-0.6.3.orig/variety/indicator.py2016-11-01 19:59:39.0 
+0100
-+++ variety-0.6.3/variety/indicator.py 2017-01-27 17:09:16.537550484 +0100
-@@ -316,8 +316,8 @@
- self.status_icon = None
- self.visible = True
- 
--def pos(menu, icon):
--return Gtk.StatusIcon.position_menu(self.menu, icon)
-+def pos(menu, x, y, icon):
-+return Gtk.StatusIcon.position_menu(self.menu, x, y, icon)
- 
- def right_click_event(icon, button, time):
- self.menu.popup(None, None, pos, self.status_icon, 0, time)
-diff -Naur variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 
variety-0.6.3/variety/PreferencesVarietyDialog.py
 variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 2016-11-01 
19:59:39.0 +0100
-+++ variety-0.6.3/variety/PreferencesVarietyDialog.py  2017-01-27 
17:18:14.865800288 +0100
-@@ -357,7 +357,7 @@
- timer.start()
- 
- def on_add_button_clicked(self, widget=None):
--def position(x, y):
-+def position(menu, x, y, icon):
- button_alloc = self.ui.add_button.get_allocation()
- window_pos = self.ui.add_button.get_window().get_position()
- return button_alloc.x + window_pos[0], button_alloc.y + 
button_alloc.height + window_pos[1], True
-@@ -365,7 +365,7 @@
- self.add_menu.popup(None, self.ui.add_button, position, None, 0, 
Gtk.get_current_event_time())
- 
- def on_remove_sources_clicked(self, widget=None):
--def position(x, y):
-+def position(menu, x, y, icon):
- button_alloc = self.ui.remove_sources.get_allocation()
- window_pos = self.ui.remove_sources.get_window().get_position()
- return button_alloc.x + window_pos[0], button_alloc.y + 
button_alloc.height + window_pos[1], True
-diff 

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

2017-04-29 Thread Balló György
Date: Saturday, April 29, 2017 @ 11:35:15
  Author: bgyorgy
Revision: 226228

archrelease: copy trunk to community-any

Added:
  variety/repos/community-any/PKGBUILD
(from rev 226227, variety/trunk/PKGBUILD)
  variety/repos/community-any/disable-panoramio.patch
(from rev 226227, variety/trunk/disable-panoramio.patch)
  variety/repos/community-any/fix-vauleerror.patch
(from rev 226227, variety/trunk/fix-vauleerror.patch)
Deleted:
  variety/repos/community-any/PKGBUILD
  variety/repos/community-any/disable-panoramio.patch
  variety/repos/community-any/fix-popup-menu.patch

-+
 PKGBUILD|   82 -
 disable-panoramio.patch |   92 +++---
 fix-popup-menu.patch|   47 ---
 fix-vauleerror.patch|   12 ++
 4 files changed, 99 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 11:35:08 UTC (rev 226227)
+++ PKGBUILD2017-04-29 11:35:15 UTC (rev 226228)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-
-pkgname=variety
-pkgver=0.6.3
-pkgrel=3
-pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
-arch=('any')
-url="http://peterlevi.com/variety/;
-license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libnotify' 'python2-beautifulsoup4'
- 'python2-cairo' 'python2-configobj' 'python2-dbus' 'python2-exiv2'
- 'python2-gobject' 'python2-httplib2' 'python2-pillow' 'python2-lxml'
- 'python2-pycurl' 'python2-requests')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-0-581-201611011859-ubuntu16.04.1.tar.gz{,.asc}
-disable-panoramio.patch
-fix-popup-menu.patch)
-validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
-sha256sums=('30f82e606a090dfab463f29500ec9dd9ad78fcfcd5a96c5f0f5d0b2bd9ce79eb'
-'SKIP'
-'011d4f19a17fd59a175f6fa36e282c82c333ce0e849673aeea678f2ee56db743'
-'bd19cbd82d19cf653e92390e71d749dc9878c73c8ba25f7d64d96a8bd9228559')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  # Disable Panoramio support (removes webkitgtk dependency)
-  patch -Np1 -i ../disable-panoramio.patch
-
-  # Fix popup menu positions
-  patch -Np1 -i ../fix-popup-menu.patch
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: variety/repos/community-any/PKGBUILD (from rev 226227, 
variety/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 11:35:15 UTC (rev 226228)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+
+pkgname=variety
+pkgver=0.6.4
+_pkgver2=0-589-201704290523
+pkgrel=1
+pkgdesc='Changes the wallpaper on a regular interval using user-specified or 
automatically downloaded images.'
+arch=('any')
+url="http://peterlevi.com/variety/;
+license=('GPL3')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 
'python2-cairo'
+ 'python2-configobj' 'python2-dbus' 'python2-gobject' 
'python2-httplib2' 'python2-pillow'
+ 'python2-lxml' 'python2-pycurl' 'python2-requests')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/variety/trunk/${pkgver}/+download/${pkgname}_${pkgver}-${_pkgver2}.tar.gz{,.asc}
+disable-panoramio.patch
+fix-vauleerror.patch)
+validpgpkeys=('53A44FA64701571F59CD8C9BA7FAEF1B4791406E') # Peter Levi
+sha256sums=('b7f056afdd6da9547f8ca2ca3bbebf083e24cbab0b706cef976a6b3f1f05adc3'
+'SKIP'
+'011d4f19a17fd59a175f6fa36e282c82c333ce0e849673aeea678f2ee56db743'
+'b16842754013398eb85499137b4b2ea36748505e65eef46864847f7bb8606264')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  # Disable Panoramio support (removes webkitgtk dependency)
+  patch -Np1 -i ../disable-panoramio.patch
+
+  # Fix error when appindicator is missing
+  patch -Np1 -i ../fix-vauleerror.patch
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: disable-panoramio.patch
===
--- disable-panoramio.patch 2017-04-29 11:35:08 UTC (rev 226227)
+++ disable-panoramio.patch 2017-04-29 11:35:15 UTC (rev 226228)
@@ -1,46 +0,0 @@
-diff -Naur variety-0.6.3.orig/variety/PreferencesVarietyDialog.py 
variety-0.6.3/variety/PreferencesVarietyDialog.py
 

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

2017-04-29 Thread Jan Steffens
Date: Saturday, April 29, 2017 @ 10:34:12
  Author: heftig
Revision: 295035

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-keyring/repos/testing-i686/
  gnome-keyring/repos/testing-i686/PKGBUILD
(from rev 295034, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
(from rev 295034, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/
  gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 295034, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 295034, gnome-keyring/trunk/gnome-keyring.install)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/gnome-keyring.install   |7 +
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/gnome-keyring.install |7 +
 4 files changed, 102 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 295034, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+pkgver=3.20.0+57+g9db67ef6
+pkgrel=1
+epoch=1
+pkgdesc="Stores passwords and encryption keys"
+url="https://wiki.gnome.org/Projects/GnomeKeyring;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam)
+makedepends=(intltool gtk-doc gnome-common git python)
+groups=('gnome')
+install=gnome-keyring.install
+_commit=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
295034, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 295034, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-29 10:34:12 UTC (rev 295035)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jan De Groot 
+
+pkgname=gnome-keyring
+pkgver=3.20.0+57+g9db67ef6
+pkgrel=1
+epoch=1
+pkgdesc="Stores passwords and encryption keys"
+url="https://wiki.gnome.org/Projects/GnomeKeyring;
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam)
+makedepends=(intltool gtk-doc gnome-common git python)
+groups=('gnome')
+install=gnome-keyring.install
+_commit=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 
295034, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-x86_64/gnome-keyring.install(rev 0)
+++ testing-x86_64/gnome-keyring.install2017-04-29 10:34:12 UTC (rev 
295035)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-04-29 Thread Jan Steffens
Date: Saturday, April 29, 2017 @ 10:33:32
  Author: heftig
Revision: 295034

3.20.0+57+g9db67ef6-1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:30:18 UTC (rev 295033)
+++ PKGBUILD2017-04-29 10:33:32 UTC (rev 295034)
@@ -2,20 +2,19 @@
 # Maintainer: Jan De Groot 
 
 pkgname=gnome-keyring
+pkgver=3.20.0+57+g9db67ef6
+pkgrel=1
 epoch=1
-pkgver=3.20.0+16+gbf8aa97
-pkgrel=1
 pkgdesc="Stores passwords and encryption keys"
 url="https://wiki.gnome.org/Projects/GnomeKeyring;
 arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gcr' 'libcap-ng')
-makedepends=('intltool' 'gtk-doc' gnome-common git python)
+license=(GPL LGPL)
+depends=(gcr libcap-ng pam)
+makedepends=(intltool gtk-doc gnome-common git python)
 groups=('gnome')
-options=('!emptydirs')
 install=gnome-keyring.install
-_commit=bf8aa977e4cadadeb12e950231837b339a525d32  # master
-source=("git://git.gnome.org/gnome-keyring#commit=$_commit")
+_commit=9db67ef6e39ac51d426dee91da3b9305670241e6  # master
+source=("git+https://git.gnome.org/browse/gnome-keyring#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-29 Thread Jan Steffens
Date: Saturday, April 29, 2017 @ 10:29:54
  Author: heftig
Revision: 295032

0.40.1-1

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 09:05:22 UTC (rev 295031)
+++ PKGBUILD2017-04-29 10:29:54 UTC (rev 295032)
@@ -4,7 +4,7 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.40.0
+pkgver=0.40.1
 pkgrel=1
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
@@ -16,7 +16,7 @@
   'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
   'itstool' 'gtk3' 'valgrind')
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
-sha512sums=('f92394117d4887a656c7e4cad74b24602e1009c423da14e50c07ba4a88695ef9353e73e973459aa138d7bffc4c4e973dfa8c6913d60b8203cffc8d6c72d845ce'
+sha512sums=('288b373a1f89206e90ebe1039788a03cb7168c7886c49af45408df1aab419ebdb997690c313ceb4f3be7763b392bba74e13fb2e20808c2fd1fe2a2a75a27a38f'
 'SKIP')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 


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

2017-04-29 Thread Jan Steffens
Date: Saturday, April 29, 2017 @ 10:30:18
  Author: heftig
Revision: 295033

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 295032, meson/trunk/PKGBUILD)
Deleted:
  meson/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 10:29:54 UTC (rev 295032)
+++ PKGBUILD2017-04-29 10:30:18 UTC (rev 295033)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.40.0
-pkgrel=1
-pkgdesc='High productivity build system'
-url='http://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python' 'ninja')
-makedepends=('python-setuptools')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'gnustep-base'
-  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
-  'itstool' 'gtk3' 'valgrind')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
-sha512sums=('f92394117d4887a656c7e4cad74b24602e1009c423da14e50c07ba4a88695ef9353e73e973459aa138d7bffc4c4e973dfa8c6913d60b8203cffc8d6c72d845ce'
-'SKIP')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-check() {
-  cd ${pkgname}-${pkgver}
-  MESON_PRINT_TEST_OUTPUT=1 LC_CTYPE=en_US.UTF-8 ./run_tests.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
-  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
-  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 295032, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 10:30:18 UTC (rev 295033)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.40.1
+pkgrel=1
+pkgdesc='High productivity build system'
+url='http://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python' 'ninja')
+makedepends=('python-setuptools')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'gnustep-base'
+  'cython' 'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 
'python-gobject' 'gobject-introspection'
+  'itstool' 'gtk3' 'valgrind')
+source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc})
+sha512sums=('288b373a1f89206e90ebe1039788a03cb7168c7886c49af45408df1aab419ebdb997690c313ceb4f3be7763b392bba74e13fb2e20808c2fd1fe2a2a75a27a38f'
+'SKIP')
+validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

+
+check() {
+  cd ${pkgname}-${pkgver}
+  MESON_PRINT_TEST_OUTPUT=1 LC_CTYPE=en_US.UTF-8 ./run_tests.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1
+  install -Dm 644 syntax-highlighting/vim/ftdetect/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/ftdetect"
+  install -Dm 644 syntax-highlighting/vim/indent/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/indent"
+  install -Dm 644 syntax-highlighting/vim/syntax/meson.vim -t 
"${pkgdir}/usr/share/vim/vimfiles/syntax"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in kodi-addon-audioencoder-wav/repos (4 files)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:09:47
  Author: idevolder
Revision: 226226

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD
(from rev 226225, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD
(from rev 226225, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 10:09:35 UTC (rev 226225)
+++ community-i686/PKGBUILD 2017-04-29 10:09:47 UTC (rev 226226)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=10cc651
-pkgver=20160530.10cc651
-pkgrel=2
-pkgdesc="WAV Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD (from rev 
226225, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 10:09:47 UTC (rev 226226)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-wav
+_commit=2cf981a
+pkgver=20170429.2cf981a
+pkgrel=1
+pkgdesc="WAV Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.wav'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-wav')
+replaces=('kodi-audioencoder-wav')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-29 10:09:35 UTC (rev 226225)
+++ community-x86_64/PKGBUILD   2017-04-29 10:09:47 UTC (rev 226226)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=10cc651
-pkgver=20160530.10cc651
-pkgrel=2
-pkgdesc="WAV Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD (from rev 
226225, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-29 10:09:47 UTC (rev 226226)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle 

[arch-commits] Commit in kodi-addon-audioencoder-wav/trunk (PKGBUILD)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:09:35
  Author: idevolder
Revision: 226225

upgpkg: kodi-addon-audioencoder-wav 20170429.2cf981a-1

Modified:
  kodi-addon-audioencoder-wav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:09:24 UTC (rev 226224)
+++ PKGBUILD2017-04-29 10:09:35 UTC (rev 226225)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-wav
-_commit=10cc651
-pkgver=20160530.10cc651
-pkgrel=2
+_commit=2cf981a
+pkgver=20170429.2cf981a
+pkgrel=1
 pkgdesc="WAV Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.wav'


[arch-commits] Commit in kodi-addon-audioencoder-vorbis/repos (4 files)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:09:24
  Author: idevolder
Revision: 226224

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD
(from rev 226223, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
(from rev 226223, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 10:09:12 UTC (rev 226223)
+++ community-i686/PKGBUILD 2017-04-29 10:09:24 UTC (rev 226224)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=9201ce8
-pkgver=20170226.9201ce8
-pkgrel=1
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD (from rev 
226223, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 10:09:24 UTC (rev 226224)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-vorbis
+_commit=845d316
+pkgver=20170429.845d316
+pkgrel=1
+pkgdesc="Vorbis Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-vorbis')
+replaces=('kodi-audioencoder-vorbis')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-29 10:09:12 UTC (rev 226223)
+++ community-x86_64/PKGBUILD   2017-04-29 10:09:24 UTC (rev 226224)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=9201ce8
-pkgver=20170226.9201ce8
-pkgrel=1
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD (from 
rev 226223, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-29 

[arch-commits] Commit in kodi-addon-audioencoder-vorbis/trunk (PKGBUILD)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:09:12
  Author: idevolder
Revision: 226223

upgpkg: kodi-addon-audioencoder-vorbis 20170429.845d316-1

Modified:
  kodi-addon-audioencoder-vorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:08:47 UTC (rev 226222)
+++ PKGBUILD2017-04-29 10:09:12 UTC (rev 226223)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-vorbis
-_commit=9201ce8
-pkgver=20170226.9201ce8
+_commit=845d316
+pkgver=20170429.845d316
 pkgrel=1
 pkgdesc="Vorbis Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-audioencoder-lame/repos (4 files)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:08:47
  Author: idevolder
Revision: 226222

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD
(from rev 226221, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD
(from rev 226221, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 10:08:36 UTC (rev 226221)
+++ community-i686/PKGBUILD 2017-04-29 10:08:47 UTC (rev 226222)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=6e5c838
-pkgver=20160530.6e5c838
-pkgrel=2
-pkgdesc="LAME Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD (from rev 
226221, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 10:08:47 UTC (rev 226222)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-lame
+_commit=7e05ba7
+pkgver=20170429.7e05ba7
+pkgrel=1
+pkgdesc="LAME Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.lame'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-lame')
+replaces=('kodi-audioencoder-lame')
+depends=('kodi' 'lame')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-29 10:08:36 UTC (rev 226221)
+++ community-x86_64/PKGBUILD   2017-04-29 10:08:47 UTC (rev 226222)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=6e5c838
-pkgver=20160530.6e5c838
-pkgrel=2
-pkgdesc="LAME Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD (from rev 
226221, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-29 10:08:47 UTC (rev 226222)
@@ -0,0 

[arch-commits] Commit in kodi-addon-audioencoder-lame/trunk (PKGBUILD)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:08:36
  Author: idevolder
Revision: 226221

upgpkg: kodi-addon-audioencoder-lame 20170429.7e05ba7-1

Modified:
  kodi-addon-audioencoder-lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:08:27 UTC (rev 226220)
+++ PKGBUILD2017-04-29 10:08:36 UTC (rev 226221)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-lame
-_commit=6e5c838
-pkgver=20160530.6e5c838
-pkgrel=2
+_commit=7e05ba7
+pkgver=20170429.7e05ba7
+pkgrel=1
 pkgdesc="LAME Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.lame'


[arch-commits] Commit in kodi-addon-audioencoder-flac/trunk (PKGBUILD)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:08:16
  Author: idevolder
Revision: 226219

upgpkg: kodi-addon-audioencoder-flac 20170429.eb52679-1

Modified:
  kodi-addon-audioencoder-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:07:39 UTC (rev 226218)
+++ PKGBUILD2017-04-29 10:08:16 UTC (rev 226219)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle <ike.devol...@gmail.com>>
 
 pkgname=kodi-addon-audioencoder-flac
-_commit=78e7450
-pkgver=20170416.78e7450
+_commit=eb52679
+pkgver=20170429.eb52679
 pkgrel=1
 pkgdesc="FLAC Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-audioencoder-flac/repos (4 files)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:08:27
  Author: idevolder
Revision: 226220

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
(from rev 226219, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 226219, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 10:08:16 UTC (rev 226219)
+++ community-i686/PKGBUILD 2017-04-29 10:08:27 UTC (rev 226220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle <ike.devol...@gmail.com>>
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=78e7450
-pkgver=20170416.78e7450
-pkgrel=1
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD (from rev 
226219, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 10:08:27 UTC (rev 226220)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle <ike.devol...@gmail.com>>
+
+pkgname=kodi-addon-audioencoder-flac
+_commit=eb52679
+pkgver=20170429.eb52679
+pkgrel=1
+pkgdesc="FLAC Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-flac')
+replaces=('kodi-audioencoder-flac')
+depends=('kodi')
+makedepends=('git' 'cmake' 'kodi-dev')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-29 10:08:16 UTC (rev 226219)
+++ community-x86_64/PKGBUILD   2017-04-29 10:08:27 UTC (rev 226220)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle <ike.devol...@gmail.com>>
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=78e7450
-pkgver=20170416.78e7450
-pkgrel=1
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake' 'kodi-dev')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD (from rev 
226219, kodi-addon-audioencoder-flac/tru

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

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:07:28
  Author: idevolder
Revision: 226217

upgpkg: closure-compiler 20170423-1

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 10:05:54 UTC (rev 226216)
+++ PKGBUILD2017-04-29 10:07:28 UTC (rev 226217)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 # Contributor: Bram Schoenmakers 
 pkgname=closure-compiler
-pkgver=20170409
+pkgver=20170423
 pkgrel=1
 pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('java-runtime')
 makedepends=('maven' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('4231129a4ad1c03310cf22aab307c20c19eb715173dc56d8281e639a945a609a')
+sha256sums=('0ee7b88ed2955b622eaa038bece283e28d0fb5abebfbb80871fc3d0353fb')
 
 LANG='en_US.UTF-8'
 


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

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:07:39
  Author: idevolder
Revision: 226218

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 226217, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 10:07:28 UTC (rev 226217)
+++ PKGBUILD2017-04-29 10:07:39 UTC (rev 226218)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bram Schoenmakers 
-pkgname=closure-compiler
-pkgver=20170409
-pkgrel=1
-pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
-arch=('any')
-url="https://developers.google.com/closure/compiler/;
-license=('APACHE')
-depends=('java-runtime')
-makedepends=('maven' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('4231129a4ad1c03310cf22aab307c20c19eb715173dc56d8281e639a945a609a')
-
-LANG='en_US.UTF-8'
-
-build() {
-   cd "$pkgname-$pkgver"
-
-   mvn -DskipTests
-}
-
-#check() {
-   #cd "$pkgname-$pkgver"
-
-   #ant test
-#}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
-install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
-"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
-   install -dm755 $pkgdir/usr/bin
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
-   chmod +x "$pkgdir/usr/bin/closure-compiler"
-   echo '#!/bin/sh
-   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
-   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
-}
-

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 226217, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 10:07:39 UTC (rev 226218)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bram Schoenmakers 
+pkgname=closure-compiler
+pkgver=20170423
+pkgrel=1
+pkgdesc="Performs checking, instrumentation and optimizations on Javascript 
code."
+arch=('any')
+url="https://developers.google.com/closure/compiler/;
+license=('APACHE')
+depends=('java-runtime')
+makedepends=('maven' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('0ee7b88ed2955b622eaa038bece283e28d0fb5abebfbb80871fc3d0353fb')
+
+LANG='en_US.UTF-8'
+
+build() {
+   cd "$pkgname-$pkgver"
+
+   mvn -DskipTests
+}
+
+#check() {
+   #cd "$pkgname-$pkgver"
+
+   #ant test
+#}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+install -Dm644 target/closure-compiler-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar"
+install -Dm644 target/closure-compiler-linter-1.0-SNAPSHOT.jar \
+"$pkgdir/usr/share/java/closure-compiler/closure-compiler-linter.jar"
+   install -dm755 $pkgdir/usr/bin
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@' > 
"$pkgdir/usr/bin/closure-compiler"
+   chmod +x "$pkgdir/usr/bin/closure-compiler"
+   echo '#!/bin/sh
+   "$JAVA_HOME/bin/java" -jar 
/usr/share/java/closure-compiler/closure-compiler-linter.jar $@' > 
"$pkgdir/usr/bin/closure-compiler-linter"
+   chmod +x "$pkgdir/usr/bin/closure-compiler-linter"
+}
+


[arch-commits] Commit in opera/repos (16 files)

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:05:54
  Author: idevolder
Revision: 226216

archrelease: copy trunk to community-i686, community-x86_64

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 226215, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 226215, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 226215, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 226215, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 226215, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 226215, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 226215, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 226215, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  138 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   69 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   69 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 250 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 10:05:40 UTC (rev 226215)
+++ community-i686/PKGBUILD 2017-04-29 10:05:54 UTC (rev 226216)
@@ -1,69 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=44.0.2510.1218
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-'upower: opera battery save'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('c483f6a671e33bee80ffb0d774bc73c7256d4e2914bc8a9ad40c108a82346e50')
-sha256sums_x86_64=('7b2294dfd8b54fa1c3f36d52f2f5be0ca86f03355db7b21053fa8005001f62c6')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 226215, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 10:05:54 UTC (rev 226216)
@@ -0,0 +1,69 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: 

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

2017-04-29 Thread Ike Devolder
Date: Saturday, April 29, 2017 @ 10:05:40
  Author: idevolder
Revision: 226215

upgpkg: opera 44.0.2510.1449-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 09:37:45 UTC (rev 226214)
+++ PKGBUILD2017-04-29 10:05:40 UTC (rev 226215)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=44.0.2510.1218
+pkgver=44.0.2510.1449
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
@@ -32,8 +32,8 @@
 
source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('c483f6a671e33bee80ffb0d774bc73c7256d4e2914bc8a9ad40c108a82346e50')
-sha256sums_x86_64=('7b2294dfd8b54fa1c3f36d52f2f5be0ca86f03355db7b21053fa8005001f62c6')
+sha256sums_i686=('bab3db74803866601e21c3f49c991de5bcad53c6f9bbea6321f0bfa6a0b038a9')
+sha256sums_x86_64=('ce4baf1b2a9332852ffc38ca039a5af820c0be9f2acc6ccec304dbf4da4e1abd')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"


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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 09:37:45
  Author: lcarlier
Revision: 226214

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  394 
 2 files changed, 217 insertions(+), 217 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-04-29 09:37:08 UTC (rev 226213)
+++ 30-win32-aliases.conf   2017-04-29 09:37:45 UTC (rev 226214)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
226213, wine-staging-nine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-04-29 09:37:45 UTC (rev 226214)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 09:37:08 UTC (rev 226213)
+++ PKGBUILD2017-04-29 09:37:45 UTC (rev 226214)
@@ -1,197 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging-nine
-pkgver=2.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('65bb8c2acd62e52793dba5c382c4eac32b7810c6'
-  '9c73ccbdcdb621f597c020a40a5e614e23db8a1f'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-  xorg-server-devel
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   

[arch-commits] Commit in wine-staging-nine/repos/community-i686 (4 files)

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 09:37:08
  Author: lcarlier
Revision: 226213

archrelease: copy trunk to community-i686

Added:
  wine-staging-nine/repos/community-i686/30-win32-aliases.conf
(from rev 226212, wine-staging-nine/trunk/30-win32-aliases.conf)
  wine-staging-nine/repos/community-i686/PKGBUILD
(from rev 226212, wine-staging-nine/trunk/PKGBUILD)
Deleted:
  wine-staging-nine/repos/community-i686/30-win32-aliases.conf
  wine-staging-nine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  394 
 2 files changed, 217 insertions(+), 217 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-04-29 09:36:54 UTC (rev 226212)
+++ 30-win32-aliases.conf   2017-04-29 09:37:08 UTC (rev 226213)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine-staging-nine/repos/community-i686/30-win32-aliases.conf (from rev 
226212, wine-staging-nine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-04-29 09:37:08 UTC (rev 226213)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 09:36:54 UTC (rev 226212)
+++ PKGBUILD2017-04-29 09:37:08 UTC (rev 226213)
@@ -1,197 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging-nine
-pkgver=2.5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('65bb8c2acd62e52793dba5c382c4eac32b7810c6'
-  '9c73ccbdcdb621f597c020a40a5e614e23db8a1f'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-  xorg-server-devel
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   

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

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 09:36:54
  Author: lcarlier
Revision: 226212

upgpkg: wine-staging-nine 2.6-1

upstream update 2.6

Modified:
  wine-staging-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 09:14:06 UTC (rev 226211)
+++ PKGBUILD2017-04-29 09:36:54 UTC (rev 226212)
@@ -7,7 +7,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging-nine
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -15,8 +15,8 @@
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('65bb8c2acd62e52793dba5c382c4eac32b7810c6'
-  '9c73ccbdcdb621f597c020a40a5e614e23db8a1f'
+sha1sums=('d4659ab167ece2a296eb4712cb93d8aef402870e'
+  'a7d368580fa3eaec826189097f4a98d281737071'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"


[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 09:14:06
  Author: arojas
Revision: 226211

archrelease: copy trunk to community-i686, community-x86_64

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 226210, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 226210, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-29 09:13:12 UTC (rev 226210)
+++ community-i686/PKGBUILD 2017-04-29 09:14:06 UTC (rev 226211)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.2.12
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 226210, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-29 09:14:06 UTC (rev 226211)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.2.14.1
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e52b3e1746d1b826f46d257a1865edeb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-29 09:13:12 UTC (rev 226210)
+++ community-x86_64/PKGBUILD   2017-04-29 09:14:06 UTC (rev 226211)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.2.12
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/;
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 226210, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-29 09:14:06 UTC (rev 226211)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.2.14.1
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/;
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('e52b3e1746d1b826f46d257a1865edeb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 09:13:12
  Author: arojas
Revision: 226210

Update to 2.2.14.1

Modified:
  c++-gtk-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 08:06:42 UTC (rev 226209)
+++ PKGBUILD2017-04-29 09:13:12 UTC (rev 226210)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=c++-gtk-utils
-pkgver=2.2.12
+pkgver=2.2.14.1
 pkgrel=1
 pkgdesc="Classes and functions for programming in GTK+"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!docs' '!emptydirs')
 
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3064d9d4de0eb5990af7e06fe0b19b15')
+md5sums=('e52b3e1746d1b826f46d257a1865edeb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 09:05:22
  Author: arojas
Revision: 295031

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  help2man/repos/extra-i686/PKGBUILD
(from rev 295030, help2man/trunk/PKGBUILD)
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 295030, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-i686/PKGBUILD
  help2man/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-29 09:04:52 UTC (rev 295030)
+++ extra-i686/PKGBUILD 2017-04-29 09:05:22 UTC (rev 295031)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=2
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 295030, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-29 09:05:22 UTC (rev 295031)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.4
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('544aca496a7d89de3e5d99e56a2f03d3'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-29 09:04:52 UTC (rev 295030)
+++ extra-x86_64/PKGBUILD   2017-04-29 09:05:22 UTC (rev 295031)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=2
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 295030, 
help2man/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-04-29 09:05:22 UTC (rev 295031)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.4
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('544aca496a7d89de3e5d99e56a2f03d3'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  

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

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 09:04:52
  Author: arojas
Revision: 295030

Update to 1.47.4

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 22:55:53 UTC (rev 295029)
+++ PKGBUILD2017-04-29 09:04:52 UTC (rev 295030)
@@ -3,8 +3,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.47.3
-pkgrel=2
+pkgver=1.47.4
+pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/help2man/;
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
+md5sums=('544aca496a7d89de3e5d99e56a2f03d3'
  'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

 


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

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 08:06:17
  Author: arojas
Revision: 226208

Update to 17.04.3

Modified:
  mate-menu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 21:13:57 UTC (rev 226207)
+++ PKGBUILD2017-04-29 08:06:17 UTC (rev 226208)
@@ -2,7 +2,7 @@
 # Contriburor: Balló György 
 
 pkgname=mate-menu
-pkgver=17.04.2
+pkgver=17.04.3
 pkgrel=1
 pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('mate-panel' 'python2-configobj' 'python2-gobject' 
'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
 makedepends=('python2-distutils-extra' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz;)
-sha256sums=('e374fd210e9c222fdc04837505b77505f9e778c87b44119f5b110f3b94e25059')
+sha256sums=('13c27246ba19330e8631c6498e272750b8540253f865406f7007fcce791f22d0')
 
 prepare() {
   cd ubuntu-mate-$pkgname-*


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

2017-04-29 Thread Antonio Rojas
Date: Saturday, April 29, 2017 @ 08:06:42
  Author: arojas
Revision: 226209

archrelease: copy trunk to community-any

Added:
  mate-menu/repos/community-any/PKGBUILD
(from rev 226208, mate-menu/trunk/PKGBUILD)
Deleted:
  mate-menu/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-29 08:06:17 UTC (rev 226208)
+++ PKGBUILD2017-04-29 08:06:42 UTC (rev 226209)
@@ -1,24 +0,0 @@
-# $Id$
-# Contriburor: Balló György 
-
-pkgname=mate-menu
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
-arch=('any')
-url="https://bitbucket.org/ubuntu-mate/mate-menu;
-license=('GPL')
-depends=('mate-panel' 'python2-configobj' 'python2-gobject' 
'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
-makedepends=('python2-distutils-extra' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz;)
-sha256sums=('e374fd210e9c222fdc04837505b77505f9e778c87b44119f5b110f3b94e25059')
-
-prepare() {
-  cd ubuntu-mate-$pkgname-*
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/*.py
-}
-
-package() {
-  cd ubuntu-mate-$pkgname-*
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: mate-menu/repos/community-any/PKGBUILD (from rev 226208, 
mate-menu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-29 08:06:42 UTC (rev 226209)
@@ -0,0 +1,24 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-menu
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="Advanced menu for MATE Panel, a fork of MintMenu"
+arch=('any')
+url="https://bitbucket.org/ubuntu-mate/mate-menu;
+license=('GPL')
+depends=('mate-panel' 'python2-configobj' 'python2-gobject' 
'python2-pyinotify' 'python2-xdg' 'python2-xlib' 'xdg-utils')
+makedepends=('python2-distutils-extra' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/ubuntu-mate/$pkgname/get/$pkgver.tar.gz;)
+sha256sums=('13c27246ba19330e8631c6498e272750b8540253f865406f7007fcce791f22d0')
+
+prepare() {
+  cd ubuntu-mate-$pkgname-*
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' lib/*.py
+}
+
+package() {
+  cd ubuntu-mate-$pkgname-*
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}