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

2018-03-29 Thread Evangelos Foutras via arch-commits
Date: Friday, March 30, 2018 @ 03:17:10
  Author: foutrelis
Revision: 320670

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 320669, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 320669, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/pluginsdir.diff

-+
 PKGBUILD|   78 +++---
 pluginsdir.diff |   56 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-30 03:17:02 UTC (rev 320669)
+++ PKGBUILD2018-03-30 03:17:10 UTC (rev 320670)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.28.0.1+14+g3ef21f143
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr libdazzle icu)
-makedepends=(itstool docbook-xml startup-notification lsb-release
- gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
-pluginsdir.diff)
-sha256sums=('SKIP'
-'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../pluginsdir.diff
-}
-
-build() {
-  arch-meson $pkgname build \
--D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 320669, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-30 03:17:10 UTC (rev 320670)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.28.0.1+14+g3ef21f143
+pkgrel=2
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr libdazzle icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pluginsdir.diff
===
--- pluginsdir.diff 2018-03-30 03:17:02 UTC (rev 320669)
+++ pluginsdir.diff 2018-03-30 03:17:10 UTC (rev 320670)
@@ -1,28 +0,0 @@
- embed/ephy-embed-shell.c | 1 +
- meson.build  | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
-index b4837f834..1b5012bae 100644
 c/embed/ephy-embed-shell.c
-+++ i/embed/ephy-embed-shell.c
-@@ -910,6 +910,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
-   g_free (cache_dir);
- 
-   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
-+  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
-   g_object_unref (manager);
- }
- 
-diff --git c/meson.build i/meson.build
-index a4a8a36b7..0c98f6c36 100644
 c/meson.build
-+++ i/meson.build
-@@ -25,6 +25,7 @@ conf = configuration_data()
- conf.set_quoted('BUILD_ROOT', meson.build_root())
- conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
- conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
-+conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
- conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
- conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
- conf.set_quoted('LOCALEDIR', localedir)

Copied: epiphany/repos/extra-x86_64/pluginsdir.diff (from rev 320669, 
epiphany/trunk/pluginsdir.diff)
===
--- pluginsdir.diff (rev 0)
+++ pluginsdir.diff 2018-03-30 03:17:10 UTC (rev 320670)
@@ -0,0 +1,28 @@
+ embed/ephy-embed-shell.c | 1 +
+ meson.build  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/ephy-embed-shell.c 

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

2018-03-29 Thread Evangelos Foutras via arch-commits
Date: Friday, March 30, 2018 @ 03:17:02
  Author: foutrelis
Revision: 320669

icu 61.1 rebuild

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:16:17 UTC (rev 320668)
+++ PKGBUILD2018-03-30 03:17:02 UTC (rev 320669)
@@ -3,7 +3,7 @@
 
 pkgname=epiphany
 pkgver=3.28.0.1+14+g3ef21f143
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)


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

2018-03-29 Thread Andrew Crerar via arch-commits
Date: Thursday, March 29, 2018 @ 23:36:15
  Author: andrewsc
Revision: 313486

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 23:35:41 UTC (rev 313485)
+++ PKGBUILD2018-03-29 23:36:15 UTC (rev 313486)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgbase=python-docker
-pkgname=(python-docker python2-docker)
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py;
-license=("Apache")
-makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
- 'python2-six' 'python-websocket-client' 'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
- 'python2-docker-pycreds')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
-  'flake8' 'python2-flake8')
-checkdepends_x86_64=('docker')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
-sha512sums=('78081010ce4027156d3b4ebafee6023f387ee8e7ee4d77ee671a16a3fcb646fca91c5c36cfbaf94157f8a524a3e1a09b9cbfabf304e278a3c1e0132df5d13d13')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
-
-  cp -a docker-py-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir"/docker-py-$pkgver
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir"/docker-py-$pkgver-py2
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker() {
-  depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds')
-  provides=('python-docker-py')
-  conflicts=('python-docker-py')
-  replaces=('python-docker-py')
-
-  cd docker-py-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-docker() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-docker-pycreds'
-   'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-  provides=('python2-docker-py')
-  conflicts=('python2-docker-py')
-  replaces=('python2-docker-py')
-
-  cd docker-py-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 313485, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 23:36:15 UTC (rev 313486)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgbase=python-docker
+pkgname=(python-docker python2-docker)
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py;
+license=("Apache")
+makedepends=('python-pip' 'python2-pip' 'python-requests' 'python2-requests' 
'python-six'
+ 'python2-six' 'python-websocket-client' 'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
+ 'python2-docker-pycreds')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock'
+  'flake8' 'python2-flake8')
+checkdepends_x86_64=('docker')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
+sha512sums=('fa36b65a047aec6dbec07b2ee5ac895b333acc804e372b5b3ccae587045fa03613f4083c66cd6289e188fd78c6f7012c4252e9bbf9f30a980fb94f32efba03b7')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt
+
+  cp -a docker-py-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py-$pkgver
+  python setup.py build
+
+ 

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

2018-03-29 Thread Andrew Crerar via arch-commits
Date: Thursday, March 29, 2018 @ 23:35:41
  Author: andrewsc
Revision: 313485

upgpkg: python-docker 3.2.0-1

python-docker, python2-docker: Updating to v.3.2.0

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 23:24:06 UTC (rev 313484)
+++ PKGBUILD2018-03-29 23:35:41 UTC (rev 313485)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Andrew Crerar 
 # Maintainer: Morten Linderud 
 # Contributor: Felix Yan 
 # Contributor: Hideaki Takahashi 
@@ -7,7 +8,7 @@
 
 pkgbase=python-docker
 pkgname=(python-docker python2-docker)
-pkgver=3.1.4
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
@@ -21,7 +22,7 @@
   'flake8' 'python2-flake8')
 checkdepends_x86_64=('docker')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
-sha512sums=('78081010ce4027156d3b4ebafee6023f387ee8e7ee4d77ee671a16a3fcb646fca91c5c36cfbaf94157f8a524a3e1a09b9cbfabf304e278a3c1e0132df5d13d13')
+sha512sums=('fa36b65a047aec6dbec07b2ee5ac895b333acc804e372b5b3ccae587045fa03613f4083c66cd6289e188fd78c6f7012c4252e9bbf9f30a980fb94f32efba03b7')
 
 prepare() {
   sed -i 's/==.*$//' docker-py-$pkgver/{,test-}requirements.txt


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 23:24:06
  Author: shibumi
Revision: 313484

archrelease: copy trunk to community-x86_64

Added:
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 313483, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 313483, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

+
 PKGBUILD   |   68 +++
 libvirt-python.install |6 ++--
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 23:23:57 UTC (rev 313483)
+++ PKGBUILD2018-03-29 23:24:06 UTC (rev 313484)
@@ -1,34 +0,0 @@
-# ${Id}: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin ${}
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=libvirt-python
-pkgname=('libvirt-python2' 'libvirt-python')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="libvirt python binding"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/libvirt-python;
-license=('LGPL')
-makedepends=('python' 'python2' 'libvirt')
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('3eca33bb04265323ad47a6c8cb04a6848ab2b06bf656a188c7c0a39419e6dcc5c21f16682f6c64647da432c1d7e3ddc4699d848766987baccf806d68b5937d9a')
-
-package_libvirt-python2() {
-  depends=('python2' 'libvirt')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python2 setup.py clean
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_libvirt-python() {
-  depends=('python' 'libvirt')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py clean
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: libvirt-python/repos/community-x86_64/PKGBUILD (from rev 313483, 
libvirt-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 23:24:06 UTC (rev 313484)
@@ -0,0 +1,34 @@
+# ${Id}: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin ${}
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=libvirt-python
+pkgname=('libvirt-python2' 'libvirt-python')
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'python2' 'libvirt')
+options=('emptydirs')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
+sha512sums=('533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947')
+
+package_libvirt-python2() {
+  depends=('python2' 'libvirt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python2 setup.py clean
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_libvirt-python() {
+  depends=('python' 'libvirt')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py clean
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: libvirt-python.install
===
--- libvirt-python.install  2018-03-29 23:23:57 UTC (rev 313483)
+++ libvirt-python.install  2018-03-29 23:24:06 UTC (rev 313484)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-x86_64/libvirt-python.install (from rev 
313483, libvirt-python/trunk/libvirt-python.install)
===
--- libvirt-python.install  (rev 0)
+++ libvirt-python.install  2018-03-29 23:24:06 UTC (rev 313484)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 23:23:57
  Author: shibumi
Revision: 313483

upgpkg: libvirt-python 4.1.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 23:16:21 UTC (rev 313482)
+++ PKGBUILD2018-03-29 23:23:57 UTC (rev 313483)
@@ -5,7 +5,7 @@
 
 pkgbase=libvirt-python
 pkgname=('libvirt-python2' 'libvirt-python')
-pkgver=4.0.0
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('emptydirs')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("http://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('3eca33bb04265323ad47a6c8cb04a6848ab2b06bf656a188c7c0a39419e6dcc5c21f16682f6c64647da432c1d7e3ddc4699d848766987baccf806d68b5937d9a')
+sha512sums=('533c46c6827b0c3397713b39a7c6486e1bad40571907aa48da7818ad15569d4e01e33ffc787beb9486fc84b361985aa1d30ea474555d55494143f71dfea26947')
 
 package_libvirt-python2() {
   depends=('python2' 'libvirt')


[arch-commits] Commit in networkmanager-strongswan/repos/community-x86_64 (2 files)

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 23:16:21
  Author: shibumi
Revision: 313482

archrelease: copy trunk to community-x86_64

Added:
  networkmanager-strongswan/repos/community-x86_64/PKGBUILD
(from rev 313481, networkmanager-strongswan/trunk/PKGBUILD)
Deleted:
  networkmanager-strongswan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 23:16:13 UTC (rev 313481)
+++ PKGBUILD2018-03-29 23:16:21 UTC (rev 313482)
@@ -1,37 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Jan Hicken 
-
-pkgname=networkmanager-strongswan
-_pkgname=NetworkManager-strongswan
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="Strongswan NetworkManager plugin"
-arch=('i686' 'x86_64')
-url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
-license=('GPL')
-depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
-makedepends=('intltool')
-source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('b62790d9cee12bed24c50762c2624654268244c8a1d5d42f184f78316e651dd8d450096bd9652699686c307d0ffbe8a328a151e3430755cf40a1d1de7a1525e8'
-'SKIP')
-validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
-
-build() {
-  cd "$_pkgname-$pkgver"
-  ./configure --sysconfdir=/etc --prefix=/usr \
---libexecdir=/usr/lib/networkmanager \
---with-charon=/usr/lib/strongswan/charon-nm
-  make
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: networkmanager-strongswan/repos/community-x86_64/PKGBUILD (from rev 
313481, networkmanager-strongswan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 23:16:21 UTC (rev 313482)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Jan Hicken 
+
+pkgname=networkmanager-strongswan
+_pkgname=NetworkManager-strongswan
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Strongswan NetworkManager plugin"
+arch=('x86_64')
+url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
+license=('GPL')
+depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
+makedepends=('intltool')
+source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('2437dcdd8f7989793b31a527afce5bbf224b179cff9bd9263fe707e3426b307bc7090d99883f47bbc995d71f45f4d0e023233481c1dc659b9dfa2dafa1a34539'
+'SKIP')
+validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
+
+build() {
+  cd "$_pkgname-$pkgver"
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--libexecdir=/usr/lib/networkmanager \
+--with-charon=/usr/lib/strongswan/charon-nm
+  make
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 23:16:13
  Author: shibumi
Revision: 313481

upgpkg: networkmanager-strongswan 1.4.3-1

Modified:
  networkmanager-strongswan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:54:03 UTC (rev 313480)
+++ PKGBUILD2018-03-29 23:16:13 UTC (rev 313481)
@@ -3,8 +3,8 @@
 
 pkgname=networkmanager-strongswan
 _pkgname=NetworkManager-strongswan
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="Strongswan NetworkManager plugin"
 arch=('x86_64')
 url="http://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager;
@@ -12,7 +12,7 @@
 depends=('networkmanager' 'strongswan>=5.5.1' 'libnm-gtk' 'libsecret')
 makedepends=('intltool')
 
source=("https://download.strongswan.org/NetworkManager/$_pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('b62790d9cee12bed24c50762c2624654268244c8a1d5d42f184f78316e651dd8d450096bd9652699686c307d0ffbe8a328a151e3430755cf40a1d1de7a1525e8'
+sha512sums=('2437dcdd8f7989793b31a527afce5bbf224b179cff9bd9263fe707e3426b307bc7090d99883f47bbc995d71f45f4d0e023233481c1dc659b9dfa2dafa1a34539'
 'SKIP')
 validpgpkeys=('12538F8F689B5F1F15F07BE1765FE26C6B467584') # Tobias Brunner
 


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 22:54:03
  Author: shibumi
Revision: 313480

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 313479, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 22:53:57 UTC (rev 313479)
+++ PKGBUILD2018-03-29 22:54:03 UTC (rev 313480)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 313479, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 22:54:03 UTC (rev 313480)
@@ -0,0 +1,33 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
+source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv ${_pkgname} src/github.com/hashicorp
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-03-29 Thread Christian Rebischke via arch-commits
Date: Thursday, March 29, 2018 @ 22:53:57
  Author: shibumi
Revision: 313479

upgpkg: packer-io 1.2.2-1

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:27:22 UTC (rev 313478)
+++ PKGBUILD2018-03-29 22:53:57 UTC (rev 313479)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='0b740f508f4f9b63442879a8c8f7a197b9a83dc1'
+_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
 source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
 sha512sums=('SKIP')
 


[arch-commits] Commit in lib32-librsvg/repos/multilib-x86_64 (4 files)

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 22:27:22
  Author: heftig
Revision: 313478

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 313477, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 313477, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  117 +++-
 multilib.diff |   94 ++--
 2 files changed, 104 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 22:26:48 UTC (rev 313477)
+++ PKGBUILD2018-03-29 22:27:22 UTC (rev 313478)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.42.3
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git rustup)
-_commit=ca640d1185745665c61689b71c627e1d020a80b7  # tags/2.42.3^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-multilib.diff)
-sha256sums=('SKIP'
-'1f61c67a7527dbf95d47e3782b0824b6ea5c0ce27bcd8b86de07b616a9b0a33e')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  rustup default stable
-  rustup target add i686-unknown-linux-gnu
-
-  cd librsvg
-
-  # Hack to cross-compile rust only
-  patch -Np1 -i ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  make check
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 313477, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 22:27:22 UTC (rev 313478)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.42.3
+pkgrel=2
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
+_commit=ca640d1185745665c61689b71c627e1d020a80b7  # tags/2.42.3^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+multilib.diff)
+sha256sums=('SKIP'
+'1f61c67a7527dbf95d47e3782b0824b6ea5c0ce27bcd8b86de07b616a9b0a33e')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Hack to cross-compile rust only
+  patch -Np1 -i ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala --disable-gtk-doc 
--libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  make check
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: multilib.diff
===
--- multilib.diff   2018-03-29 22:26:48 UTC (rev 313477)
+++ multilib.diff   2018-03-29 22:27:22 UTC (rev 313478)
@@ -1,47 +0,0 @@
- Makefile.am  | 6 ++
- configure.ac | 4 +---
- 2 files changed, 3 insertions(+), 7 deletions(-)
-
-diff --git c/Makefile.am i/Makefile.am
-index a5a16220..10c4bb57 100644
 c/Makefile.am
-+++ i/Makefile.am
-@@ -114,21 +114,19 @@ else
- CARGO_RELEASE_ARGS=--release
- endif
- 
--if CROSS_COMPILING
--CARGO_TARGET_ARGS=--target=$(host)
--endif
-+CARGO_TARGET_ARGS=--target=i686-unknown-linux-gnu
- 
- CARGO_VERBOSE = $(cargo_verbose_$(V))
- cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
- cargo_verbose_0 =
- cargo_verbose_1 = --verbose
- 
- RUST_LIB=@abs_top_builddir@/target/@RUST_TARGET_SUBDIR@/librsvg_internals.a
- CARGO_TARGET_DIR=@abs_top_builddir@/target
- 
- check-local:
-   

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

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 22:26:48
  Author: heftig
Revision: 313477

2.42.3-2

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:12:47 UTC (rev 313476)
+++ PKGBUILD2018-03-29 22:26:48 UTC (rev 313477)
@@ -5,13 +5,13 @@
 
 pkgname=lib32-librsvg
 pkgver=2.42.3
-pkgrel=1
+pkgrel=2
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg;
 arch=(x86_64)
 license=(LGPL)
 depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libcroco librsvg)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git rustup)
+makedepends=(intltool gobject-introspection vala python2 gtk-doc git 
lib32-rust)
 _commit=ca640d1185745665c61689b71c627e1d020a80b7  # tags/2.42.3^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 multilib.diff)
@@ -24,9 +24,6 @@
 }
 
 prepare() {
-  rustup default stable
-  rustup target add i686-unknown-linux-gnu
-
   cd librsvg
 
   # Hack to cross-compile rust only


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

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 22:11:41
  Author: heftig
Revision: 320661

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 320657, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 320658, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/pluginsdir.diff

-+
 PKGBUILD|   79 ++
 pluginsdir.diff |   56 +++---
 2 files changed, 67 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 22:11:37 UTC (rev 320660)
+++ PKGBUILD2018-03-29 22:11:41 UTC (rev 320661)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.28.0.1+4+g051d4f616
-pkgrel=2
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr libdazzle icu libhttpseverywhere)
-makedepends=(itstool docbook-xml startup-notification lsb-release
- gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=051d4f6167651a2de54b5822c5f968f4c236079d  # gnome-3-28
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
-pluginsdir.diff)
-sha256sums=('SKIP'
-'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../pluginsdir.diff
-}
-
-build() {
-  arch-meson $pkgname build \
--D https_everywhere=true \
--D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 320657, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 22:11:41 UTC (rev 320661)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.28.0.1+14+g3ef21f143
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr libdazzle icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pluginsdir.diff
===
--- pluginsdir.diff 2018-03-29 22:11:37 UTC (rev 320660)
+++ pluginsdir.diff 2018-03-29 22:11:41 UTC (rev 320661)
@@ -1,28 +0,0 @@
- embed/ephy-embed-shell.c | 1 +
- meson.build  | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
-index b4837f834..1b5012bae 100644
 c/embed/ephy-embed-shell.c
-+++ i/embed/ephy-embed-shell.c
-@@ -910,6 +910,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
-   g_free (cache_dir);
- 
-   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
-+  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
-   g_object_unref (manager);
- }
- 
-diff --git c/meson.build i/meson.build
-index a4a8a36b7..0c98f6c36 100644
 c/meson.build
-+++ i/meson.build
-@@ -25,6 +25,7 @@ conf = configuration_data()
- conf.set_quoted('BUILD_ROOT', meson.build_root())
- conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
- conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
-+conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
- conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
- conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
- conf.set_quoted('LOCALEDIR', localedir)

Copied: epiphany/repos/extra-x86_64/pluginsdir.diff (from rev 320658, 
epiphany/trunk/pluginsdir.diff)
===
--- pluginsdir.diff (rev 0)
+++ pluginsdir.diff 2018-03-29 22:11:41 UTC (rev 320661)
@@ -0,0 +1,28 @@
+ embed/ephy-embed-shell.c | 1 +
+ meson.build  | 1 +
+ 2 files changed, 2 

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

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 22:11:06
  Author: heftig
Revision: 320653

3.28.0.1+14+g3ef21f143-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:11:00 UTC (rev 320652)
+++ PKGBUILD2018-03-29 22:11:06 UTC (rev 320653)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.28.0.1+4+g051d4f616
-pkgrel=2
+pkgver=3.28.0.1+14+g3ef21f143
+pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)
 license=(GPL)
-depends=(webkit2gtk gcr libdazzle icu libhttpseverywhere)
+depends=(webkit2gtk gcr libdazzle icu)
 makedepends=(itstool docbook-xml startup-notification lsb-release
  gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=051d4f6167651a2de54b5822c5f968f4c236079d  # gnome-3-28
+_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
 pluginsdir.diff)
 sha256sums=('SKIP'
@@ -30,7 +30,6 @@
 
 build() {
   arch-meson $pkgname build \
--D https_everywhere=true \
 -D distributor_name="Arch Linux®"
   ninja -C build
 }


[arch-commits] Commit in rust/trunk (PKGBUILD bootstrap-config.toml config.toml)

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 22:07:02
  Author: demize
Revision: 313445

rust: bootstrap-config.toml isn't just for bootstrapping

Added:
  rust/trunk/config.toml
(from rev 313443, rust/trunk/bootstrap-config.toml)
Modified:
  rust/trunk/PKGBUILD
Deleted:
  rust/trunk/bootstrap-config.toml

---+
 PKGBUILD  |6 +++---
 bootstrap-config.toml |   24 
 config.toml   |   24 
 3 files changed, 27 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 22:06:59 UTC (rev 313444)
+++ PKGBUILD2018-03-29 22:07:02 UTC (rev 313445)
@@ -19,17 +19,17 @@
 options=('!emptydirs')
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-bootstrap-config.toml)
+config.toml)
 
 sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
 'SKIP'
-'8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
+'SKIP')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
   cd "rustc-$pkgver-src"
 
-  cp "$srcdir"/bootstrap-config.toml config.toml
+  cp "$srcdir"/config.toml config.toml
 }
 
 build() {

Deleted: bootstrap-config.toml
===
--- bootstrap-config.toml   2018-03-29 22:06:59 UTC (rev 313444)
+++ bootstrap-config.toml   2018-03-29 22:07:02 UTC (rev 313445)
@@ -1,24 +0,0 @@
-[llvm]
-ninja = true
-
-[build]
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-sanitizers = false
-
-[install]
-prefix = "/usr"
-
-[rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
-channel = "stable"
-
-rpath = false

Copied: rust/trunk/config.toml (from rev 313443, 
rust/trunk/bootstrap-config.toml)
===
--- config.toml (rev 0)
+++ config.toml 2018-03-29 22:07:02 UTC (rev 313445)
@@ -0,0 +1,24 @@
+[llvm]
+ninja = true
+
+[build]
+cargo = "/usr/bin/cargo"
+rustc = "/usr/bin/rustc"
+python = "python2.7"
+extended = true
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+# 0 or the new default of 16 is faster, but can result in worse performance
+# https://github.com/rust-lang/rust/issues/47745
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false


[arch-commits] Commit in rust/trunk (1 file)

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 22:02:43
  Author: demize
Revision: 313429

Delete old patch

Deleted:
  rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch

--+
 0001-librustc_llvm-build-Force-link-against-libffi.patch |   32 -
 1 file changed, 32 deletions(-)

Deleted: 0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- 0001-librustc_llvm-build-Force-link-against-libffi.patch2018-03-29 
22:02:04 UTC (rev 313428)
+++ 0001-librustc_llvm-build-Force-link-against-libffi.patch2018-03-29 
22:02:43 UTC (rev 313429)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-


[arch-commits] Commit in rust/trunk (PKGBUILD bootstrap-config.toml)

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 22:01:48
  Author: demize
Revision: 313427

rust: Use ninja for LLVM build

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/bootstrap-config.toml

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 21:07:30 UTC (rev 313426)
+++ PKGBUILD2018-03-29 22:01:48 UTC (rev 313427)
@@ -14,7 +14,7 @@
 arch=('x86_64')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
 
 options=('!emptydirs')
 

Modified: bootstrap-config.toml
===
--- bootstrap-config.toml   2018-03-29 21:07:30 UTC (rev 313426)
+++ bootstrap-config.toml   2018-03-29 22:01:48 UTC (rev 313427)
@@ -1,11 +1,11 @@
+[llvm]
+ninja = true
+
 [build]
 cargo = "/usr/bin/cargo"
 rustc = "/usr/bin/rustc"
 python = "python2.7"
 extended = true
-# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
-verbose = 0
-# Build the sanitizer runtimes
 sanitizers = false
 
 [install]


[arch-commits] Commit in rust/trunk (bootstrap-config.toml)

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 22:02:04
  Author: demize
Revision: 313428

rust: Disable rpath

Modified:
  rust/trunk/bootstrap-config.toml

---+
 bootstrap-config.toml |2 ++
 1 file changed, 2 insertions(+)

Modified: bootstrap-config.toml
===
--- bootstrap-config.toml   2018-03-29 22:01:48 UTC (rev 313427)
+++ bootstrap-config.toml   2018-03-29 22:02:04 UTC (rev 313428)
@@ -20,3 +20,5 @@
 debuginfo-lines = true
 
 channel = "stable"
+
+rpath = false


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

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 21:07:30
  Author: demize
Revision: 313426

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 313425, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 313425, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   51 +++
 config.toml |  419 ++
 2 files changed, 470 insertions(+)

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 313425, 
lib32-rust/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2018-03-29 21:07:30 UTC (rev 313426)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.25.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
+
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/config.toml (from rev 313425, 
lib32-rust/trunk/config.toml)
===
--- multilib-x86_64/config.toml (rev 0)
+++ multilib-x86_64/config.toml 2018-03-29 21:07:30 UTC (rev 313426)
@@ -0,0 +1,419 @@
+# Sample TOML configuration file for building Rust.
+#
+# To configure rustbuild, copy this file to the directory from which you will 
be
+# running the build, and name it config.toml.
+#
+# All options are commented out by default in this file, and they're commented
+# out with their default values. The build system by default looks for
+# `config.toml` in the current directory of a build for build configuration, 
but
+# a custom configuration file can also be specified with `--config` to the 
build
+# system.
+
+# =
+# Tweaking how LLVM is compiled
+# =
+[llvm]
+
+# Indicates whether rustc will support compilation with LLVM
+# note: rustc does not compile without LLVM at the moment
+#enabled = true
+
+# Indicates whether the LLVM build is a Release or Debug build
+#optimize = true
+
+# Indicates whether an LLVM Release build should include debug info
+#release-debuginfo = false
+
+# Indicates whether the LLVM assertions are enabled or not
+#assertions = false
+
+# Indicates whether ccache is used when building LLVM
+#ccache = false
+# or alternatively ...
+#ccache = "/path/to/ccache"
+
+# If an external LLVM root is specified, we automatically check the version by
+# default to make sure it's within the range that we're expecting, but setting
+# this flag will indicate that this version check should not be done.
+#version-check = true
+
+# Link libstdc++ statically into the librustc_llvm instead of relying on a
+# dynamic version to be available.
+#static-libstdcpp = false
+
+# Tell the LLVM build system to use Ninja instead of the platform default for
+# the generated build system. This can sometimes be faster than make, for
+# example.
+ninja = true
+
+# LLVM targets to build support for.
+# Note: this is NOT related to Rust compilation targets. However, as Rust is
+# dependent on LLVM for code generation, turning targets off here WILL lead to
+# the resulting rustc being unable to compile for the disabled architectures.
+# Also worth pointing out is that, in case support for new targets are added to
+# LLVM, enabling them here doesn't mean Rust is automatically gaining said
+# support. You'll need to write a target specification at least, and most
+# likely, teach rustc about the C ABI of the target. Get in touch with the
+# Rust team and file an issue if you need assistance in porting!
+targets = 

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

2018-03-29 Thread Antonio Rojas via arch-commits
Date: Thursday, March 29, 2018 @ 21:07:03
  Author: arojas
Revision: 313425

Restore wrongly removed optdepend

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 21:06:04 UTC (rev 313424)
+++ PKGBUILD2018-03-29 21:07:03 UTC (rev 313425)
@@ -20,7 +20,7 @@
 'zip: ZIP archive support'
 'lhasa: LHA archive support'
 'cpio: cpio archive support'
-'rar: RAR archive support'
+'unrar: RAR decompression support'
 'arj: ARJ archive support'
 'unarj: ARJ decompression support'
 'unace: ACE decompression support'


[arch-commits] Commit in (5 files)

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 21:06:04
  Author: demize
Revision: 313424

Add lib32-rust

32-bit libstd for rust

Added:
  lib32-rust/
  lib32-rust/repos/
  lib32-rust/trunk/
  lib32-rust/trunk/PKGBUILD
  lib32-rust/trunk/config.toml

-+
 PKGBUILD|   51 +++
 config.toml |  419 ++
 2 files changed, 470 insertions(+)

Added: lib32-rust/trunk/PKGBUILD
===
--- lib32-rust/trunk/PKGBUILD   (rev 0)
+++ lib32-rust/trunk/PKGBUILD   2018-03-29 21:06:04 UTC (rev 313424)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.25.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
+
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lib32-rust/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-rust/trunk/config.toml
===
--- lib32-rust/trunk/config.toml(rev 0)
+++ lib32-rust/trunk/config.toml2018-03-29 21:06:04 UTC (rev 313424)
@@ -0,0 +1,419 @@
+# Sample TOML configuration file for building Rust.
+#
+# To configure rustbuild, copy this file to the directory from which you will 
be
+# running the build, and name it config.toml.
+#
+# All options are commented out by default in this file, and they're commented
+# out with their default values. The build system by default looks for
+# `config.toml` in the current directory of a build for build configuration, 
but
+# a custom configuration file can also be specified with `--config` to the 
build
+# system.
+
+# =
+# Tweaking how LLVM is compiled
+# =
+[llvm]
+
+# Indicates whether rustc will support compilation with LLVM
+# note: rustc does not compile without LLVM at the moment
+#enabled = true
+
+# Indicates whether the LLVM build is a Release or Debug build
+#optimize = true
+
+# Indicates whether an LLVM Release build should include debug info
+#release-debuginfo = false
+
+# Indicates whether the LLVM assertions are enabled or not
+#assertions = false
+
+# Indicates whether ccache is used when building LLVM
+#ccache = false
+# or alternatively ...
+#ccache = "/path/to/ccache"
+
+# If an external LLVM root is specified, we automatically check the version by
+# default to make sure it's within the range that we're expecting, but setting
+# this flag will indicate that this version check should not be done.
+#version-check = true
+
+# Link libstdc++ statically into the librustc_llvm instead of relying on a
+# dynamic version to be available.
+#static-libstdcpp = false
+
+# Tell the LLVM build system to use Ninja instead of the platform default for
+# the generated build system. This can sometimes be faster than make, for
+# example.
+ninja = true
+
+# LLVM targets to build support for.
+# Note: this is NOT related to Rust compilation targets. However, as Rust is
+# dependent on LLVM for code generation, turning targets off here WILL lead to
+# the resulting rustc being unable to compile for the disabled architectures.
+# Also worth pointing out is that, in case support for new targets are added to
+# LLVM, enabling them here doesn't mean Rust is automatically gaining said
+# support. You'll need to write a target specification at least, and most
+# likely, teach rustc about the C ABI of the target. Get in touch with the
+# Rust team and file an issue if you need assistance in porting!
+targets = "X86"
+
+# LLVM experimental targets to build 

[arch-commits] Commit in ruby2.4/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, March 29, 2018 @ 20:15:25
  Author: anatolik
Revision: 313423

archrelease: copy trunk to community-x86_64

Added:
  ruby2.4/repos/community-x86_64/PKGBUILD
(from rev 313422, ruby2.4/trunk/PKGBUILD)
Deleted:
  ruby2.4/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 20:14:58 UTC (rev 313422)
+++ PKGBUILD2018-03-29 20:15:25 UTC (rev 313423)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sergey Shatunov 
-# Contributor: Jonne Haß 
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-_rubyver=2.4
-pkgname=ruby2.4
-pkgver=${_rubyver}.3
-pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=1
-arch=(x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-depends=(gdbm openssl libffi libyaml gmp zlib)
-optdepends=('tk: for Ruby/TK')
-makedepends=(doxygen graphviz ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('8bcf60c994a96787da5d743c66f5609a5a6d834d6d61243cdea7fd059197c3b10da43c99e5649be85e2f2329eedcbb1dd76e89ce3ac586be9056348f7449ed09')
-
-build() {
-  cd ruby-${pkgver}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/opt/ruby${_rubyver} \
---program-suffix=-${_rubyver} \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make ruby
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/lib
-
-  for i in erb irb rdoc ri ruby testrb rake gem; do
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
-  done
-
-  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
-}

Copied: ruby2.4/repos/community-x86_64/PKGBUILD (from rev 313422, 
ruby2.4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 20:15:25 UTC (rev 313423)
@@ -0,0 +1,64 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.4
+pkgname=ruby2.4
+pkgver=${_rubyver}.4
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=1
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(doxygen graphviz ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('4dc112a149273d4221484ccbf1260c6c5fcad7e0a6e4bc91e4ef69cbc093d3191f7abd71420f80d680f8ea5d111e6803ba2af32166aa501913639e6d5696fde0')
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in ruby2.4/trunk (PKGBUILD)

2018-03-29 Thread Anatol Pomozov via arch-commits
Date: Thursday, March 29, 2018 @ 20:14:58
  Author: anatolik
Revision: 313422

upgpkg: ruby2.4 2.4.4-1

Modified:
  ruby2.4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 18:47:32 UTC (rev 313421)
+++ PKGBUILD2018-03-29 20:14:58 UTC (rev 313422)
@@ -8,7 +8,7 @@
 
 _rubyver=2.4
 pkgname=ruby2.4
-pkgver=${_rubyver}.3
+pkgver=${_rubyver}.4
 pkgdesc='An object-oriented language for quick and easy programming'
 pkgrel=1
 arch=(x86_64)
@@ -19,7 +19,7 @@
 makedepends=(doxygen graphviz ttf-dejavu tk)
 options=(!emptydirs)
 
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('8bcf60c994a96787da5d743c66f5609a5a6d834d6d61243cdea7fd059197c3b10da43c99e5649be85e2f2329eedcbb1dd76e89ce3ac586be9056348f7449ed09')
+sha512sums=('4dc112a149273d4221484ccbf1260c6c5fcad7e0a6e4bc91e4ef69cbc093d3191f7abd71420f80d680f8ea5d111e6803ba2af32166aa501913639e6d5696fde0')
 
 build() {
   cd ruby-${pkgver}


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

2018-03-29 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 29, 2018 @ 18:47:32
  Author: alucryd
Revision: 313421

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 313420, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 313420, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 313420, pycharm-community-edition/trunk/pycharm.desktop)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop

-+
 PKGBUILD|  107 --
 pycharm-build.patch |   40 ++
 pycharm.desktop |   22 +-
 3 files changed, 113 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 18:46:56 UTC (rev 313420)
+++ PKGBUILD2018-03-29 18:47:32 UTC (rev 313421)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2017.3.4
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-'ipython: IPython integration for Python 3'
-'python2: Python 2 support'
-'python: Python 3 support')
-makedepends=('python2-setuptools' 'python-setuptools')
-conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
-provides=('pycharm')
-source=("https://download.jetbrains.com/python/pycharm-community-${pkgver}.tar.gz;
-'pycharm.desktop')
-sha256sums=('048810228293c41377bce069eba4905e1e0c12ea7ac83605adeac89cf138fc08'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480')
-
-build() {
-  cd pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,doc,licenses,pixmaps,pycharm}}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' help "${pkgdir}"/usr/share/doc/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -m 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
313420, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 18:47:32 UTC (rev 313421)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.1
+_build=181.4203.547
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=('x86_64')
+url='http://www.jetbrains.com/pycharm/'
+license=('Apache')
+depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
+optdepends=('ipython2: IPython integration for Python 2'
+'ipython: IPython integration for Python 3'
+'python2: Python 2 support'
+'python: Python 3 support')
+makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
+ 'python2-setuptools' 'python-setuptools')
+conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
+provides=('pycharm')
+source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz;
+'pycharm.desktop'
+'pycharm-build.patch')
+sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
+'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
+
+prepare() {
+  cd intellij-community-pycharm-${_build}
+
+  patch -Np1 -i ../pycharm-build.patch
+  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
+}
+
+build() {
+  cd intellij-community-pycharm-${_build}/python
+
+  unset _JAVA_OPTIONS
+
+  ant build
+  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
+
+  cd ../../pycharm-community-${pkgver}
+
+  python2 

[arch-commits] Commit in pycharm-community-edition/trunk (2 files)

2018-03-29 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 29, 2018 @ 18:46:56
  Author: alucryd
Revision: 313420

updpkg: pycharm-community-edition 2018.1-1

Added:
  pycharm-community-edition/trunk/pycharm-build.patch
Modified:
  pycharm-community-edition/trunk/PKGBUILD

-+
 PKGBUILD|   35 ++-
 pycharm-build.patch |   40 
 2 files changed, 66 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 17:10:25 UTC (rev 313419)
+++ PKGBUILD2018-03-29 18:46:56 UTC (rev 313420)
@@ -3,7 +3,8 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2017.3.4
+pkgver=2018.1
+_build=181.4203.547
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=('x86_64')
@@ -14,17 +15,34 @@
 'ipython: IPython integration for Python 3'
 'python2: Python 2 support'
 'python: Python 3 support')
-makedepends=('python2-setuptools' 'python-setuptools')
+makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
+ 'python2-setuptools' 'python-setuptools')
 conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
 provides=('pycharm')
-source=("https://download.jetbrains.com/python/pycharm-community-${pkgver}.tar.gz;
-'pycharm.desktop')
-sha256sums=('048810228293c41377bce069eba4905e1e0c12ea7ac83605adeac89cf138fc08'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480')
+source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz;
+'pycharm.desktop'
+'pycharm-build.patch')
+sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
+'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
 
+prepare() {
+  cd intellij-community-pycharm-${_build}
+
+  patch -Np1 -i ../pycharm-build.patch
+  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
+}
+
 build() {
-  cd pycharm-community-${pkgver}
+  cd intellij-community-pycharm-${_build}/python
 
+  unset _JAVA_OPTIONS
+
+  ant build
+  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
+
+  cd ../../pycharm-community-${pkgver}
+
   python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
   python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
   rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
@@ -33,9 +51,8 @@
 package() {
   cd pycharm-community-${pkgver}
 
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,doc,licenses,pixmaps,pycharm}}
+  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,licenses,pixmaps,pycharm}}
   cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' help "${pkgdir}"/usr/share/doc/pycharm/
   cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
   ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
   ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/

Added: pycharm-build.patch
===
--- pycharm-build.patch (rev 0)
+++ pycharm-build.patch 2018-03-29 18:46:56 UTC (rev 313420)
@@ -0,0 +1,40 @@
+diff -rupN 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle 
intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
+--- 
intellij-community-pycharm-182.1177.orig/build/dependencies/setupJbre.gradle
   2018-03-29 19:26:20.265970726 +0200
 intellij-community-pycharm-182.1177/build/dependencies/setupJbre.gradle
2018-03-29 19:26:52.690160085 +0200
+@@ -1,7 +1,7 @@
+ task setupJbre {}
+ 
+ def jdkRepo = inJetBrainsNetwork ? 
'http://repo.labs.intellij.net/intellij-jdk' : 
'https://dl.bintray.com/jetbrains/intellij-jdk'
+-def targetOs = "${System.getProperty("intellij.build.target.os", "all")}"
++def targetOs = "${System.getProperty("intellij.build.target.os", "linux")}"
+ 
+ jrePlatformsToDownload(targetOs).each { platform ->
+   archToDownload(platform).each { arch ->
+diff -rupN 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
+--- 
intellij-community-pycharm-182.1177.orig/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
2018-03-29 19:26:25.415841858 +0200
 
intellij-community-pycharm-182.1177/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy
 2018-03-29 19:31:46.883868914 +0200
+@@ -33,7 +33,7 @@ class BuildOptions {
+   /**
+* Specifies for which 

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

2018-03-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 29, 2018 @ 17:28:48
  Author: bpiotrowski
Revision: 320625

2:1.10.1-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 17:27:45 UTC (rev 320624)
+++ PKGBUILD2018-03-29 17:28:48 UTC (rev 320625)
@@ -4,8 +4,8 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.10
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 arch=(x86_64)
 url='http://golang.org/'
 license=(BSD)
@@ -12,7 +12,7 @@
 makedepends=(git go)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
 default-buildmode-pie.patch)
-sha256sums=('f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24'
+sha256sums=('589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc'
 '9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
 
 export GOOS=linux


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

2018-03-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 29, 2018 @ 17:29:00
  Author: bpiotrowski
Revision: 320626

archrelease: copy trunk to extra-x86_64

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

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

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

Copied: go/repos/extra-x86_64/PKGBUILD (from rev 320625, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 17:29:00 UTC (rev 320626)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.10.1
+pkgrel=1
+arch=(x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+default-buildmode-pie.patch)
+sha256sums=('589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc'
+'9d2f0d201d4e002d74f548cc82bd131139bab5dd62191004c71dd430fdc1666d')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+export GOCACHE=off
+
+prepare() {
+  cp -r $pkgbase ${pkgbase}-pie
+
+  cd ${pkgbase}-pie
+  patch -p1 -i "$srcdir"/default-buildmode-pie.patch
+}
+
+build() {
+  export GOPATH="$srcdir/"
+
+  for _pkgname in ${pkgname[@]}; do
+export GOROOT="$srcdir/$_pkgname"
+export GOBIN="$GOROOT/bin"
+
+cd "$srcdir/$_pkgname/src"
+./make.bash --no-clean -v
+
+PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
+PATH="$GOBIN:$PATH" go install -v -race std
+  done
+}
+
+check() {
+  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
+  export GOROOT="$srcdir/$pkgbase"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgbase/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  cd $pkgbase/src
+  ./run.bash --no-rebuild -v -v -v -k 
+}
+
+_package() {
+  options=(!strip staticlibs)
+  cd "$srcdir/$1"
+
+  install -d "$pkgdir/usr/bin" 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 17:27:33
  Author: svenstaro
Revision: 320623

upgpkg: sdl2 2.0.8-5

Enable CLOCK_GETTIME (FS#58021)

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 17:04:14 UTC (rev 320622)
+++ PKGBUILD2018-03-29 17:27:33 UTC (rev 320623)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org;
@@ -33,7 +33,8 @@
   -DALSA=OFF \
   -DPULSEAUDIO_SHARED=ON \
   -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON
   make
 }
 


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 17:27:45
  Author: svenstaro
Revision: 320624

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 320623, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 17:27:33 UTC (rev 320623)
+++ PKGBUILD2018-03-29 17:27:45 UTC (rev 320624)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=4
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  cd SDL2-${pkgver}
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=OFF \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 320623, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 17:27:45 UTC (rev 320624)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=5
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  cd SDL2-${pkgver}
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=OFF \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF \
+  -DCLOCK_GETTIME=ON
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-29 Thread Felix Yan via arch-commits
Date: Thursday, March 29, 2018 @ 17:10:25
  Author: felixonmars
Revision: 313419

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 313418, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 17:09:57 UTC (rev 313418)
+++ PKGBUILD2018-03-29 17:10:25 UTC (rev 313419)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.3.6
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
-makedepends=('qt5-tools' 'deepin-gettext-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('18f4ee5472f23ae0e6d366ccaf281e252c9f85a1365a6cd1ef0b038c3dcc06a3ef5860226c746e1a73bd5f69231899ca51b9937606bccac86dac89a8075225e1')
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 313418, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 17:10:25 UTC (rev 313419)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.3.7
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory')
+makedepends=('qt5-tools' 'deepin-gettext-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('2980db46e38d14128f033755d3c0e56f3726149e604b0c53216a64ae41927bb9c28e562b912c8492d019af7513ea5f8f8783473f5069f40e1943423ec9382672')
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2018-03-29 Thread Felix Yan via arch-commits
Date: Thursday, March 29, 2018 @ 17:09:57
  Author: felixonmars
Revision: 313418

upgpkg: deepin-session-ui 4.3.7-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:59:58 UTC (rev 313417)
+++ PKGBUILD2018-03-29 17:09:57 UTC (rev 313418)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.3.6
+pkgver=4.3.7
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui')
 replaces=('dde-workspace' 'dde-session-ui')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('18f4ee5472f23ae0e6d366ccaf281e252c9f85a1365a6cd1ef0b038c3dcc06a3ef5860226c746e1a73bd5f69231899ca51b9937606bccac86dac89a8075225e1')
+sha512sums=('2980db46e38d14128f033755d3c0e56f3726149e604b0c53216a64ae41927bb9c28e562b912c8492d019af7513ea5f8f8783473f5069f40e1943423ec9382672')
 
 build() {
   cd dde-session-ui-$pkgver


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

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 17:04:14
  Author: heftig
Revision: 320622

archrelease: copy trunk to testing-x86_64

Added:
  libsecret/repos/testing-x86_64/
  libsecret/repos/testing-x86_64/PKGBUILD
(from rev 320621, libsecret/trunk/PKGBUILD)

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

Copied: libsecret/repos/testing-x86_64/PKGBUILD (from rev 320621, 
libsecret/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-29 17:04:14 UTC (rev 320622)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsecret
+pkgver=0.18.6
+pkgrel=1
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+arch=(x86_64)
+license=(LGPL)
+url="https://wiki.gnome.org/Projects/Libsecret;
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
+optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
+_commit=b01e54991a7f067e24a4f309690ea2c9233d1a35  # tags/0.18.6^0
+source=("git+https://git.gnome.org/browse/libsecret#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 --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname
+  # Our containers have no secmem
+  dbus-run-session make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:59:58
  Author: svenstaro
Revision: 313417

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 313416, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 313416, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 313416, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 313416, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 313416, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 313416, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 313416, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 313416, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 313416, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 313416, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 313416, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/yarn.lock
(from rev 313416, gitlab/trunk/yarn.lock)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/yarn.lock

-+
 PKGBUILD|  432 -
 gitlab-backup.service   |   38 
 gitlab-backup.timer |   20 
 gitlab-mailroom.service |   40 
 gitlab-sidekiq.service  |   58 
 gitlab-unicorn.service  |   64 
 gitlab.install  |   40 
 gitlab.logrotate|   22 
 gitlab.target   |   14 
 gitlab.tmpfiles.d   |2 
 lighttpd.conf.example   |   70 
 yarn.lock   |13204 +++---
 12 files changed, 7002 insertions(+), 7002 deletions(-)

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


[arch-commits] Commit in gitlab/trunk (3 files)

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:59:38
  Author: svenstaro
Revision: 313416

upgpkg: gitlab 10.6.2-1

Disable CapabilityBoundingSet= because it breaks Gitlab's email delivery

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab-sidekiq.service
  gitlab/trunk/gitlab-unicorn.service

+
 PKGBUILD   |8 
 gitlab-sidekiq.service |6 +++---
 gitlab-unicorn.service |6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:58:06 UTC (rev 313415)
+++ PKGBUILD2018-03-29 16:59:38 UTC (rev 313416)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.6.1
+pkgver=10.6.2
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -36,9 +36,9 @@
 gitlab.logrotate
 yarn.lock)
 install='gitlab.install'
-sha512sums=('e10415cdd70518ee2df9640eb0116e425f2d4061cc57345537d293602b528886e125f311dcade8ece42cc0a36ad0108c9aad1bb276b9902828e8f057ee2cb56b'
-
'8a1e14d4fc38d4ab7a1ac34ac103a2520fc335e1d9ece8b8723a11cf8de348a1f1a918fc39cf5746065092200a04f9caf942d16eda8514c69ea5114b37c21bc7'
-
'14f428525309397f8e9e7dca38b107a5267a124c03cdea67c10ebf271f8e18cefe5b52dd8af0ab146ab41f1a8eef4e05be746171ea11cb43464254965f12436a'
+sha512sums=('c361605186a2a0cccec7167d47be458f06a0627864d58bdd77f2ebf0edf0faebedc29a908dd7116733b74be4c94825f2317ed2057d28ecd246907f4be9dc8794'
+
'c3ef56956fd0d8af1710d0c992f936c79477de35d65107eb5fde2611c65f1bf4e36a954c089a7588bac92c774e38af4581501b861decdb2193a5c08eeac92d32'
+
'cd1ae4fb5827bcace7e80db788f637a60e29666f02b642cc6fdaacb9b69910598bab2da195fe6453ed77861544d8f3e0953b0809dba58ba21c160babe2fe2a15'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'
 
'a720df93dee2a4705411578e28ff00dc0af9ecdc2a7fdd11b63c533108ed6017dcbcf099604ea27599e0099d3b05e984e2549146bb8d852eaf09e33542003358'
 
'c11d2c59da8325551a465227096e8d39b0e4bcd5b1db21565cf3439e431838c04bc00aa6f07f4d493f3f47fd6b4e25aeb0fe0fc1a05756064706bf5708c960ec'

Modified: gitlab-sidekiq.service
===
--- gitlab-sidekiq.service  2018-03-29 16:58:06 UTC (rev 313415)
+++ gitlab-sidekiq.service  2018-03-29 16:59:38 UTC (rev 313416)
@@ -12,14 +12,14 @@
 Environment=RAILS_ENV=production PATH=/opt/ruby2.3/bin:/usr/bin
 SyslogIdentifier=gitlab-sidekiq
 PIDFile=/run/gitlab/sidekiq.pid
-CapabilityBoundingSet=
 PrivateTmp=true
 ProtectSystem=full
 ProtectHome=true
-# NoNewPrivileges breaks gitlabs' email delivery if you
+# These options break Gitlab's email delivery if you
 # use postfix' sendmail wrapper. If you use an SMTP server
-# instead you can safely enable this security feature.
+# instead you can safely enable these security features.
 #NoNewPrivileges=true
+#CapabilityBoundingSet=
 ExecStart=/usr/bin/bundle-2.3 exec sidekiq -C 
/config/sidekiq_queues.yml -e production
 ExecStop=/usr/bin/bundle-2.3 exec sidekiqctl stop /run/gitlab/sidekiq.pid
 Restart=on-failure

Modified: gitlab-unicorn.service
===
--- gitlab-unicorn.service  2018-03-29 16:58:06 UTC (rev 313415)
+++ gitlab-unicorn.service  2018-03-29 16:59:38 UTC (rev 313416)
@@ -13,15 +13,15 @@
 PIDFile=/run/gitlab/unicorn.pid
 RuntimeDirectory=gitlab
 RuntimeDirectoryMode=775
-CapabilityBoundingSet=
 PrivateTmp=true
 PrivateDevices=true
 ProtectSystem=full
 ProtectHome=true
-# NoNewPrivileges breaks gitlabs' email delivery if you
+# These options break Gitlab's email delivery if you
 # use postfix' sendmail wrapper. If you use an SMTP server
-# instead you can safely enable this security feature.
+# instead you can safely enable these security features.
 #NoNewPrivileges=true
+#CapabilityBoundingSet=
 ExecStart=/usr/bin/bundle-2.3 exec unicorn_rails -c 
/config/unicorn.rb -E production
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:58:06
  Author: svenstaro
Revision: 313415

archrelease: copy trunk to community-x86_64

Added:
  wt/repos/community-x86_64/960e8d017b264710e344c63f9feb6ea1fa593eeb.patch
(from rev 313414, wt/trunk/960e8d017b264710e344c63f9feb6ea1fa593eeb.patch)
  wt/repos/community-x86_64/PKGBUILD
(from rev 313414, wt/trunk/PKGBUILD)
Deleted:
  wt/repos/community-x86_64/960e8d017b264710e344c63f9feb6ea1fa593eeb.patch
  wt/repos/community-x86_64/PKGBUILD

+
 960e8d017b264710e344c63f9feb6ea1fa593eeb.patch | 1276 +++
 PKGBUILD   |  115 +-
 2 files changed, 696 insertions(+), 695 deletions(-)

Deleted: 960e8d017b264710e344c63f9feb6ea1fa593eeb.patch
===
--- 960e8d017b264710e344c63f9feb6ea1fa593eeb.patch  2018-03-29 16:58:02 UTC 
(rev 313414)
+++ 960e8d017b264710e344c63f9feb6ea1fa593eeb.patch  2018-03-29 16:58:06 UTC 
(rev 313415)
@@ -1,638 +0,0 @@
-From 960e8d017b264710e344c63f9feb6ea1fa593eeb Mon Sep 17 00:00:00 2001
-From: Roel Standaert 
-Date: Tue, 19 Dec 2017 17:33:41 +0100
-Subject: [PATCH] Several changes:
-
- - Compatibility with Boost 1.66 (asio changes)
- - WDialog: Document that autofocus is enabled by default, and don't change 
focus if it was set explicitly
- - Fix findById
- - WWebWidget: Avoid copy of children vector
- - Json: Document headers to include for Wt::Json::parse() and 
Wt::Json::serialize()
- -  does not exist anymore as a child of  or 


- examples/filetreetable/CMakeLists.txt |  1 +
- examples/gitmodel/CMakeLists.txt  |  2 +-
- examples/wt-homepage/CMakeLists.txt   |  2 +-
- src/Wt/AsioWrapper/strand.hpp | 19 +
- src/Wt/Http/Client.C  |  8 ++-
- src/Wt/Http/Client.h  |  5 +
- src/Wt/Json/Value.h   |  5 -
- src/Wt/WDialog.C  |  6 --
- src/Wt/WDialog.h  |  3 +++
- src/Wt/WWebWidget.C   | 12 ---
- src/http/Connection.C | 39 +--
- src/http/Connection.h |  8 +--
- src/http/Reply.C  |  3 ++-
- src/http/Server.C |  4 
- src/http/Server.h |  2 +-
- src/http/SessionProcess.C |  5 +
- src/http/SslConnection.C  | 16 +++---
- src/http/TcpConnection.C  | 18 
- src/web/Configuration.C   |  4 
- 19 files changed, 113 insertions(+), 49 deletions(-)
-
-diff --git a/examples/filetreetable/CMakeLists.txt 
b/examples/filetreetable/CMakeLists.txt
-index 4265b9b7..c0c94100 100644
 a/examples/filetreetable/CMakeLists.txt
-+++ b/examples/filetreetable/CMakeLists.txt
-@@ -10,6 +10,7 @@ ELSE(NOT BOOST_FS_LIB)
- 
-   TARGET_LINK_LIBRARIES(filetreetable.wt
- ${BOOST_FS_LIB}
-+${BOOST_SYSTEM_LIB}
-   )
- 
-   INCLUDE_DIRECTORIES(${WT_SOURCE_DIR}/src)
-diff --git a/examples/gitmodel/CMakeLists.txt 
b/examples/gitmodel/CMakeLists.txt
-index 9b124c98..ed557d1f 100644
 a/examples/gitmodel/CMakeLists.txt
-+++ b/examples/gitmodel/CMakeLists.txt
-@@ -7,7 +7,7 @@ IF(BOOST_FS_LIB)
- ../wt-homepage/SourceView.C
- GitView.C
-   )
--  TARGET_LINK_LIBRARIES(gitview.wt ${BOOST_FS_LIB})
-+  TARGET_LINK_LIBRARIES(gitview.wt ${BOOST_FS_LIB} ${BOOST_SYSTEM_LIB})
- 
-   INCLUDE_DIRECTORIES(
- ${WT_SOURCE_DIR}/src
-diff --git a/examples/wt-homepage/CMakeLists.txt 
b/examples/wt-homepage/CMakeLists.txt
-index b60e7c5f..513bc570 100644
 a/examples/wt-homepage/CMakeLists.txt
-+++ b/examples/wt-homepage/CMakeLists.txt
-@@ -34,7 +34,7 @@ ENDIF(WT_EMWEB_BUILD)
- 
- WT_ADD_EXAMPLE(Home.wt ${SRC})
- 
--TARGET_LINK_LIBRARIES(Home.wt ${EXAMPLES_DBO_LIBS} ${BOOST_FS_LIB})
-+TARGET_LINK_LIBRARIES(Home.wt ${EXAMPLES_DBO_LIBS} ${BOOST_FS_LIB} 
${BOOST_SYSTEM_LIB})
- 
- # Test whether crypt(3) is provided by libc. If it's not, check if
- # libcrypt exists and if it provides crypt(3).
-diff --git a/src/Wt/AsioWrapper/strand.hpp b/src/Wt/AsioWrapper/strand.hpp
-index 0c3a201f..9ddd8d1b 100644
 a/src/Wt/AsioWrapper/strand.hpp
-+++ b/src/Wt/AsioWrapper/strand.hpp
-@@ -12,10 +12,29 @@
- #ifdef WT_ASIO_IS_BOOST_ASIO
- 
- #include 
-+namespace Wt {
-+  namespace AsioWrapper {
-+#if BOOST_VERSION >= 106600
-+using strand = boost::asio::io_context::strand;
-+#else
-+using strand = boost::asio::strand;
-+#endif
-+  }
-+}
- 
- #else // WT_ASIO_IS_STANDALONE_ASIO
- 
-+#include 
- #include 
-+namespace Wt {
-+  namespace AsioWrapper {
-+#if ASIO_VERSION >= 101100
-+using strand = asio::io_service::strand;
-+#else
-+using strand = asio::strand;
-+#endif
-+  }
-+}
- 
- #endif // WT_ASIO_IS_BOOST_ASIO
- 
-diff --git a/src/Wt/Http/Client.C b/src/Wt/Http/Client.C
-index 85230d10..6bb21a95 100644
 a/src/Wt/Http/Client.C
-+++ 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:58:02
  Author: svenstaro
Revision: 313414

upgpkg: wt 4.0.2-3

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:21:42 UTC (rev 313413)
+++ PKGBUILD2018-03-29 16:58:02 UTC (rev 313414)
@@ -5,16 +5,17 @@
 
 pkgname=wt
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('x86_64')
 url="http://www.webtoolkit.eu/;
 license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib' 'libgl')
 makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
 optdepends=('openssl: for SSL support in built-in webserver'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
+'libmariadbclient: for MySQL Dbo support'
'sqlite: for Sqlite Dbo support'
'mysql++: for the hangman example'
'qt4: for the Wt/Qt interopability example (wtwithqt)')


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:35:31
  Author: svenstaro
Revision: 320621

archrelease: copy trunk to extra-x86_64

Added:
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 320620, qtcreator/trunk/PKGBUILD)
Deleted:
  qtcreator/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 16:35:27 UTC (rev 320620)
+++ PKGBUILD2018-03-29 16:35:31 UTC (rev 320621)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.5.2
-_clangver=6.0.0
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=(x86_64)
-url='http://qt-project.org'
-license=(LGPL)
-depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs)
-makedepends=(git mesa llvm)
-options=(docs)
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'qt5-translations: for other languages'
-'gdb: debugger'
-'cmake: cmake project support'
-'x11-ssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'valgrind: analyze support')
-source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;)
-sha256sums=('32fe9ffbb170d0461f6b010dcb0db4dd73c3b27cc575c760958507929975693a')
-
-prepare() {
-  mkdir -p build
-
-  # fix hardcoded libexec path
-  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i 
qt-creator-opensource-src-${pkgver}/qtcreator.pri
-  # use system qbs
-  rm -r qt-creator-opensource-src-${pkgver}/src/shared/qbs
-}
-
-build() {
-  cd build
-
-  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald 
QMAKE_CFLAGS_ISYSTEM=-I \
-DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES 
"$srcdir"/qt-creator-opensource-src-${pkgver}/qtcreator.pro
-  make
-  make docs
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="$pkgdir/usr/" install
-  make INSTALL_ROOT="$pkgdir/usr/" install_docs
-
-  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}

Copied: qtcreator/repos/extra-x86_64/PKGBUILD (from rev 320620, 
qtcreator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 16:35:31 UTC (rev 320621)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.6.0
+_clangver=6.0.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='http://qt-project.org'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs)
+makedepends=(git mesa llvm)
+options=(docs)
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;)
+sha256sums=('36e6a9146fbd07f045ea19301176c66f8234afd42bae0a7a17c91e1832fc4882')
+
+prepare() {
+  mkdir -p build
+
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i 
qt-creator-opensource-src-${pkgver}/qtcreator.pri
+  # use system qbs
+  rm -r qt-creator-opensource-src-${pkgver}/src/shared/qbs
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr CONFIG+=journald 
QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES 
"$srcdir"/qt-creator-opensource-src-${pkgver}/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:35:27
  Author: svenstaro
Revision: 320620

upgpkg: qtcreator 4.6.0-1

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:16:31 UTC (rev 320619)
+++ PKGBUILD2018-03-29 16:35:27 UTC (rev 320620)
@@ -8,9 +8,9 @@
 # Contributor: delor 
 
 pkgname=qtcreator
-pkgver=4.5.2
+pkgver=4.6.0
 _clangver=6.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='http://qt-project.org'
@@ -29,7 +29,7 @@
 'bzr: bazaar support'
 'valgrind: analyze support')
 
source=("http://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;)
-sha256sums=('32fe9ffbb170d0461f6b010dcb0db4dd73c3b27cc575c760958507929975693a')
+sha256sums=('36e6a9146fbd07f045ea19301176c66f8234afd42bae0a7a17c91e1832fc4882')
 
 prepare() {
   mkdir -p build


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:21:42
  Author: svenstaro
Revision: 313413

archrelease: copy trunk to community-x86_64

Added:
  dwarffortress/repos/community-x86_64/PKGBUILD
(from rev 313412, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-x86_64/dwarffortress
(from rev 313412, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
(from rev 313412, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-x86_64/dwarffortress.install
(from rev 313412, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-x86_64/dwarffortress.png
(from rev 313412, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-x86_64/PKGBUILD
  dwarffortress/repos/community-x86_64/dwarffortress
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
  dwarffortress/repos/community-x86_64/dwarffortress.install
  dwarffortress/repos/community-x86_64/dwarffortress.png

---+
 PKGBUILD  |  132 
 dwarffortress |   40 +++---
 dwarffortress.desktop |   18 +++---
 dwarffortress.install |   18 +++---
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 16:21:31 UTC (rev 313412)
+++ PKGBUILD2018-03-29 16:21:42 UTC (rev 313413)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.44.07
-_pkgver=44_07
-pkgrel=1
-pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
-arch=(x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
-makedepends=(git cmake)
-optdepends=('nvidia-utils: If you have nvidia graphics'
-'alsa-lib: for alsa sound'
-'libpulse: for pulse sound')
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png
-http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
-sha256sums=('SKIP'
-'211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f'
-'2b41550b486ebfdb7972f730607f7ed9e192c9b31633454606134eb2e57f25b6')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 313412, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 16:21:42 UTC (rev 313413)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.44.08
+_pkgver=44_08
+pkgrel=1
+pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
+arch=(x86_64)
+url="http://www.bay12games.com/dwarves/;

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:21:31
  Author: svenstaro
Revision: 313412

upgpkg: dwarffortress 0.44.08-1

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 15:26:24 UTC (rev 313411)
+++ PKGBUILD2018-03-29 16:21:31 UTC (rev 313412)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.44.07
-_pkgver=44_07
+pkgver=0.44.08
+_pkgver=44_08
 pkgrel=1
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(x86_64)
@@ -28,7 +28,7 @@
 '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
 '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f'
-'2b41550b486ebfdb7972f730607f7ed9e192c9b31633454606134eb2e57f25b6')
+'1c28d2ece43161796aa68c9fb531465ff362cc2ae59f983921dd5c5218dd577c')
 
 build() {
   cd $srcdir/dwarf_fortress_unfuck


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:16:31
  Author: svenstaro
Revision: 320619

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 320618, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 16:16:21 UTC (rev 320618)
+++ PKGBUILD2018-03-29 16:16:31 UTC (rev 320619)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=3
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  cd SDL2-${pkgver}
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=OFF \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-
-  sed -i "s/libSDL2.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 320618, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 16:16:31 UTC (rev 320619)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=4
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  cd SDL2-${pkgver}
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=OFF \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:16:21
  Author: svenstaro
Revision: 320618

upgpkg: sdl2 2.0.8-4

Use regex properly

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 16:05:44 UTC (rev 320617)
+++ PKGBUILD2018-03-29 16:16:21 UTC (rev 320618)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org;
@@ -42,6 +42,6 @@
 
   make DESTDIR="$pkgdir" install
 
-  sed -i "s/libSDL2.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
   install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:05:44
  Author: svenstaro
Revision: 320617

archrelease: copy trunk to extra-x86_64

Added:
  qbs/repos/extra-x86_64/PKGBUILD
(from rev 320616, qbs/trunk/PKGBUILD)
Deleted:
  qbs/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 16:05:19 UTC (rev 320616)
+++ PKGBUILD2018-03-29 16:05:44 UTC (rev 320617)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Donald Carr 
-# Contributor: Jake Petroules 
-
-pkgname=qbs
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Cross platform build tool'
-arch=(x86_64)
-url='https://wiki.qt.io/Qbs'
-license=(LGPL)
-depends=(qt5-script)
-source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
-sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
-
-build() {
-  cd $pkgname-src-$pkgver
-  qmake QBS_INSTALL_PREFIX=/usr \
-CONFIG+=qbs_enable_project_file_updates \
-QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
-qbs.pro
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-  INSTALL_ROOT="$pkgdir" make install
-}

Copied: qbs/repos/extra-x86_64/PKGBUILD (from rev 320616, qbs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 16:05:44 UTC (rev 320617)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+
+pkgname=qbs
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Cross platform build tool'
+arch=(x86_64)
+url='https://wiki.qt.io/Qbs'
+license=(LGPL)
+depends=(qt5-script)
+source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
+sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
+
+build() {
+  cd $pkgname-src-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr \
+CONFIG+=qbs_enable_project_file_updates \
+QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
+qbs.pro
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+  INSTALL_ROOT="$pkgdir" make install
+
+  # For some reason they don't install all the headers so we'll have to do that
+  # by hand.
+  cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
+}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:05:19
  Author: svenstaro
Revision: 320616

This doesn't belong into community

Deleted:
  qbs/repos/community-x86_64/


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:03:22
  Author: svenstaro
Revision: 320614

upgpkg: qbs 1.11.0-2

Install missing headers

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:22:51 UTC (rev 320613)
+++ PKGBUILD2018-03-29 16:03:22 UTC (rev 320614)
@@ -5,7 +5,7 @@
 
 pkgname=qbs
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross platform build tool'
 arch=(x86_64)
 url='https://wiki.qt.io/Qbs'
@@ -26,4 +26,8 @@
 package() {
   cd $pkgname-src-$pkgver
   INSTALL_ROOT="$pkgdir" make install
+
+  # For some reason they don't install all the headers so we'll have to do that
+  # by hand.
+  cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
 }


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 16:03:27
  Author: svenstaro
Revision: 320615

archrelease: copy trunk to community-x86_64

Added:
  qbs/repos/community-x86_64/
  qbs/repos/community-x86_64/PKGBUILD
(from rev 320614, qbs/trunk/PKGBUILD)

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

Copied: qbs/repos/community-x86_64/PKGBUILD (from rev 320614, 
qbs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-03-29 16:03:27 UTC (rev 320615)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Donald Carr 
+# Contributor: Jake Petroules 
+
+pkgname=qbs
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Cross platform build tool'
+arch=(x86_64)
+url='https://wiki.qt.io/Qbs'
+license=(LGPL)
+depends=(qt5-script)
+source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz)
+sha256sums=('6ce30c468e688f6843468324a34a7191409b471c3ff6f3e834ef8bfa7b3467cd')
+
+build() {
+  cd $pkgname-src-$pkgver
+  qmake QBS_INSTALL_PREFIX=/usr \
+CONFIG+=qbs_enable_project_file_updates \
+QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
+qbs.pro
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+  INSTALL_ROOT="$pkgdir" make install
+
+  # For some reason they don't install all the headers so we'll have to do that
+  # by hand.
+  cp src/lib/corelib/tools/*.h "$pkgdir"/usr/include/qbs/tools/
+}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 15:26:14
  Author: svenstaro
Revision: 313410

upgpkg: blender 17:2.79.b-5

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:49:24 UTC (rev 313409)
+++ PKGBUILD2018-03-29 15:26:14 UTC (rev 313410)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
+pkgrel=5
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 15:26:24
  Author: svenstaro
Revision: 313411

archrelease: copy trunk to community-x86_64

Added:
  blender/repos/community-x86_64/PKGBUILD
(from rev 313410, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 15:26:14 UTC (rev 313410)
+++ PKGBUILD2018-03-29 15:26:24 UTC (rev 313411)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
- _gittag=v2.79b
-#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
-
-pkgname=blender
-pkgver=2.79.b
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6' 'cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-
-  # cuda 9.1 fixes
-  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
-
-  # openvdb 5 fix
-  sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  cmake -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.6 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DWITH_CYCLES_PTEX=OFF \
--DPYTHON_VERSION=3.6 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.6m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
-  make
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-x86_64/PKGBUILD (from rev 313410, 
blender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD   

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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 14:49:16
  Author: archange
Revision: 313408

upgpkg: cppo 1.6.4-1

Adapt to dune changes too.

Modified:
  cppo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:46:29 UTC (rev 313407)
+++ PKGBUILD2018-03-29 14:49:16 UTC (rev 313408)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=cppo
-pkgver=1.6.1
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="C-style preprocessor for OCaml"
 arch=('x86_64')
@@ -8,9 +8,9 @@
 url="https://github.com/mjambon/cppo;
 license=('BSD')
 depends=('glibc')
-makedepends=('ocaml-findlib' 'ocamlbuild' 'dune' 'opam')
+makedepends=('ocamlbuild' 'dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0e93522c5e51a9433fc2327f33ebc56f66beee7abaacab8d98de57591a0626e6')
+sha256sums=('470a5225a5d3b06ced29581250562ef84b7a8bc6b9a632c96443391a443bab49')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 14:49:24
  Author: archange
Revision: 313409

archrelease: copy trunk to community-x86_64

Added:
  cppo/repos/community-x86_64/PKGBUILD
(from rev 313408, cppo/trunk/PKGBUILD)
Deleted:
  cppo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:49:16 UTC (rev 313408)
+++ PKGBUILD2018-03-29 14:49:24 UTC (rev 313409)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cppo
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="C-style preprocessor for OCaml"
-arch=('x86_64')
-url="https://github.com/mjambon/cppo;
-license=('BSD')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'ocamlbuild' 'dune' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0e93522c5e51a9433fc2327f33ebc56f66beee7abaacab8d98de57591a0626e6')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around the install command
-make OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" install
-install -Dm755 "${srcdir}"/opam/system/bin/cppo -t "${pkgdir}"/usr/bin
-install -Dm644 "${srcdir}"/opam/system/doc/${pkgname}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cppo/repos/community-x86_64/PKGBUILD (from rev 313408, 
cppo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:49:24 UTC (rev 313409)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cppo
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="C-style preprocessor for OCaml"
+arch=('x86_64')
+url="https://github.com/mjambon/cppo;
+license=('BSD')
+depends=('glibc')
+makedepends=('ocamlbuild' 'dune')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('470a5225a5d3b06ced29581250562ef84b7a8bc6b9a632c96443391a443bab49')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+# Initialize OPAM
+export OPAMROOT="${srcdir}"/opam
+opam init -n
+
+# Work around the install command
+make OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" install
+install -Dm755 "${srcdir}"/opam/system/bin/cppo -t "${pkgdir}"/usr/bin
+install -Dm644 "${srcdir}"/opam/system/doc/${pkgname}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 14:46:29
  Author: archange
Revision: 313407

archrelease: copy trunk to community-x86_64

Added:
  ocaml-yojson/repos/community-x86_64/PKGBUILD
(from rev 313406, ocaml-yojson/trunk/PKGBUILD)
Deleted:
  ocaml-yojson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:45:44 UTC (rev 313406)
+++ PKGBUILD2018-03-29 14:46:29 UTC (rev 313407)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkgname=yojson
-pkgname=ocaml-${_pkgname}
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="An optimized parsing and printing library for JSON"
-arch=('x86_64')
-url="https://github.com/mjambon/${_pkgname};
-license=('BSD')
-options=('!strip' 'staticlibs')
-depends=('ocaml-biniou' 'ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'cppo' 'opam')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7d06340b769ed6ff5b2171a0e820d1e8f4337aef3929090fc976efe845639146')
-
-build() {
-cd ${_pkgname}-${pkgver}
-make all
-}
-
-check() {
-cd ${_pkgname}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
-
-# Install LICENSE
-install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: ocaml-yojson/repos/community-x86_64/PKGBUILD (from rev 313406, 
ocaml-yojson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:46:29 UTC (rev 313407)
@@ -0,0 +1,39 @@
+# Maintainer: Bruno Pagani 
+
+_pkgname=yojson
+pkgname=ocaml-${_pkgname}
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="An optimized parsing and printing library for JSON"
+arch=('x86_64')
+url="https://github.com/mjambon/${_pkgname};
+license=('BSD')
+options=('!strip' 'staticlibs')
+depends=('ocaml-biniou' 'ocaml-easy-format')
+makedepends=('dune' 'cppo')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('c081a8cb5a03bddbcac4614f468cf5edafe11805277572af4071e362be6611fb')
+
+build() {
+cd ${_pkgname}-${pkgver}
+make all
+}
+
+check() {
+cd ${_pkgname}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+
+# Initialize OPAM, this should be removed once opam is “removed” from dune
+export OPAMROOT="${srcdir}"/opam
+opam init -n
+
+# Work around the install command
+make OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" install
+
+# Install LICENSE
+install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 14:45:44
  Author: archange
Revision: 313406

upgpkg: ocaml-yojson 1.4.1-1

Also adapt to changes in dune.

Modified:
  ocaml-yojson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:28:03 UTC (rev 313405)
+++ PKGBUILD2018-03-29 14:45:44 UTC (rev 313406)
@@ -2,7 +2,7 @@
 
 _pkgname=yojson
 pkgname=ocaml-${_pkgname}
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="An optimized parsing and printing library for JSON"
 arch=('x86_64')
@@ -10,9 +10,9 @@
 license=('BSD')
 options=('!strip' 'staticlibs')
 depends=('ocaml-biniou' 'ocaml-easy-format')
-makedepends=('ocaml-findlib' 'dune' 'cppo' 'opam')
+makedepends=('dune' 'cppo')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7d06340b769ed6ff5b2171a0e820d1e8f4337aef3929090fc976efe845639146')
+sha256sums=('c081a8cb5a03bddbcac4614f468cf5edafe11805277572af4071e362be6611fb')
 
 build() {
 cd ${_pkgname}-${pkgver}
@@ -27,12 +27,12 @@
 package() {
 cd ${_pkgname}-${pkgver}
 
-# Initialize OPAM
+# Initialize OPAM, this should be removed once opam is “removed” from dune
 export OPAMROOT="${srcdir}"/opam
 opam init -n
 
-# Work around missing install command
-OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" jbuilder 
install
+# Work around the install command
+make OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" install
 
 # Install LICENSE
 install -Dm644 "${srcdir}"/opam/system/doc/${_pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:28:03
  Author: svenstaro
Revision: 313405

archrelease: copy trunk to community-x86_64

Added:
  openshadinglanguage/repos/community-x86_64/PKGBUILD
(from rev 313404, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch
(from rev 313404, openshadinglanguage/trunk/llvm-static-system-libs.patch)
Deleted:
  openshadinglanguage/repos/community-x86_64/PKGBUILD
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch

---+
 PKGBUILD  |   96 
 llvm-static-system-libs.patch |   30 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:27:46 UTC (rev 313404)
+++ PKGBUILD2018-03-29 14:28:03 UTC (rev 313405)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openshadinglanguage
-pkgver=1.9.7
-pkgrel=4
-pkgdesc="Advanced shading language for production GI renderers"
-arch=(x86_64)
-url="https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
- 'libtiff' 'zlib' 'ncurses')
-makedepends=('boost' 'cmake' 'llvm' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
-
-prepare() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  # Add system libraries needed to link against LLVM components (zlib, ncurses)
-  # This is required in order to statically link against LLVM
-  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
-}
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver/src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLLVM_STATIC=0 \
--DOSL_BUILD_CPP11=1 \
--DENABLERTTI=ON \
--DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-x86_64/PKGBUILD (from rev 313404, 
openshadinglanguage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:28:03 UTC (rev 313405)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.9.7
+pkgrel=6
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'llvm' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLLVM_STATIC=0 \
+-DOSL_BUILD_CPP11=1 \
+-DENABLERTTI=ON \
+-DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: llvm-static-system-libs.patch
===
--- llvm-static-system-libs.patch   2018-03-29 14:27:46 UTC (rev 313404)
+++ llvm-static-system-libs.patch   2018-03-29 14:28:03 UTC (rev 313405)
@@ -1,15 +0,0 @@
-diff -upr 
OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake 
OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
 OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake   
2014-12-26 22:22:53.0 +0200
-+++ OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
2015-03-16 03:12:56.052479730 +0200
-@@ -211,9 +211,10 @@ if ((LLVM_LIBRARY OR LLVM_STATIC) AND LL
- # if 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:27:46
  Author: svenstaro
Revision: 313404

upgpkg: openshadinglanguage 1.9.7-6

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:23:29 UTC (rev 313403)
+++ PKGBUILD2018-03-29 14:27:46 UTC (rev 313404)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.9.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:23:20
  Author: svenstaro
Revision: 313402

upgpkg: openimageio 1.8.9-2

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:22:56 UTC (rev 313401)
+++ PKGBUILD2018-03-29 14:23:20 UTC (rev 313402)
@@ -4,7 +4,7 @@
 
 pkgname=openimageio
 pkgver=1.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(x86_64)
 url="http://www.openimageio.org/;


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:23:29
  Author: svenstaro
Revision: 313403

archrelease: copy trunk to community-x86_64

Added:
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 313402, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:23:20 UTC (rev 313402)
+++ PKGBUILD2018-03-29 14:23:29 UTC (rev 313403)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.7.17
-pkgrel=3
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(x86_64)
-url="http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  # Python is currently broken :(
-  cmake .. \
-  -DUSE_PYTHON=ON \
-  -DUSE_PYTHON3=ON \
-  -DUSE_OPENSSL=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
-  -DOIIO_BUILD_TESTS=ON \
-  -DOIIO_BUILD_TOOLS=ON \
-  -DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-x86_64/PKGBUILD (from rev 313402, 
openimageio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:23:29 UTC (rev 313403)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.8.9
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=ON \
+  -DUSE_PYTHON3=ON \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-29 Thread Jan Steffens via arch-commits
Date: Thursday, March 29, 2018 @ 14:22:51
  Author: heftig
Revision: 320613

0.18.6-1

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:32:58 UTC (rev 320612)
+++ PKGBUILD2018-03-29 14:22:51 UTC (rev 320613)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsecret
-pkgver=0.18.5+14+g9980655
+pkgver=0.18.6
 pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 checkdepends=(python-dbus dbus-glib python-gobject gjs)
 makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
 optdepends=('gnome-keyring: key storage service (or use any other service 
implementing org.freedesktop.secrets)')
-_commit=998065599c66055dcffa1ef1ddebb947ccd68248  # master
+_commit=b01e54991a7f067e24a4f309690ea2c9233d1a35  # tags/0.18.6^0
 source=("git+https://git.gnome.org/browse/libsecret#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -35,7 +35,8 @@
 
 check() {
   cd $pkgname
-  dbus-run-session make -k check 
+  # Our containers have no secmem
+  dbus-run-session make -k check || :
 }
 
 package() {


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

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 14:22:56
  Author: demize
Revision: 313401

archrelease: copy trunk to community-x86_64

Added:
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 313400, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-x86_64/PKGBUILD
(from rev 313400, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/bootstrap-config.toml
(from rev 313400, rust/trunk/bootstrap-config.toml)
Deleted:
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/bootstrap-config.toml

--+
 0001-librustc_llvm-build-Force-link-against-libffi.patch |   64 ++---
 PKGBUILD |  153 ++---
 bootstrap-config.toml|   44 +--
 3 files changed, 132 insertions(+), 129 deletions(-)

Deleted: 0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- 0001-librustc_llvm-build-Force-link-against-libffi.patch2018-03-29 
14:22:49 UTC (rev 313400)
+++ 0001-librustc_llvm-build-Force-link-against-libffi.patch2018-03-29 
14:22:56 UTC (rev 313401)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-

Copied: 
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 313400, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- 0001-librustc_llvm-build-Force-link-against-libffi.patch
(rev 0)
+++ 0001-librustc_llvm-build-Force-link-against-libffi.patch2018-03-29 
14:22:56 UTC (rev 313401)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/librustc_llvm/build.rs
 b/src/librustc_llvm/build.rs
+@@ -220,6 +220,7 @@ fn main() {
+ };
+ println!("cargo:rustc-link-lib={}={}", kind, name);
+ }
++println!("cargo:rustc-link-lib=dylib=ffi");
+ 
+ // LLVM ldflags
+ //
+-- 
+2.13.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:22:49 UTC (rev 313400)
+++ PKGBUILD2018-03-29 14:22:56 UTC (rev 313401)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.24.1
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-bootstrap-config.toml)
-
-sha256sums=('3ea53d45e8d2e9a41afb3340cf54b9745f845b552d802d607707cf04450761ef'
-'SKIP'
-'8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # 

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

2018-03-29 Thread Johannes Löthberg via arch-commits
Date: Thursday, March 29, 2018 @ 14:22:49
  Author: demize
Revision: 313400

upgpkg: rust 1:1.25.0-1

Also move bash completions to /usr/share as per FS#57445

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:17:12 UTC (rev 313399)
+++ PKGBUILD2018-03-29 14:22:49 UTC (rev 313400)
@@ -6,7 +6,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.24.1
+pkgver=1.25.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -21,7 +21,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 bootstrap-config.toml)
 
-sha256sums=('3ea53d45e8d2e9a41afb3340cf54b9745f845b552d802d607707cf04450761ef'
+sha256sums=('eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d'
 'SKIP'
 '8e30fcd8633e1900056ecbcc7267fea23e8e08889460239c614d4dcd796ce4f3')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
@@ -60,6 +60,9 @@
 
   # move docs out of the way
   mv "$pkgdir/usr/share/doc" "$srcdir/"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
 }
 
 package_rust-docs() {


[arch-commits] Commit in openimageio/repos/community-testing-x86_64 (2 files)

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:17:12
  Author: svenstaro
Revision: 313399

archrelease: copy trunk to community-testing-x86_64

Added:
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 313398, openimageio/trunk/PKGBUILD)
Deleted:
  openimageio/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:16:04 UTC (rev 313398)
+++ PKGBUILD2018-03-29 14:17:12 UTC (rev 313399)
@@ -1,48 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.8.9
-pkgrel=1
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(x86_64)
-url="http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  # Python is currently broken :(
-  cmake .. \
-  -DUSE_PYTHON=ON \
-  -DUSE_PYTHON3=ON \
-  -DUSE_OPENSSL=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
-  -DOIIO_BUILD_TESTS=ON \
-  -DOIIO_BUILD_TOOLS=ON \
-  -DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-testing-x86_64/PKGBUILD (from rev 313398, 
openimageio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:17:12 UTC (rev 313399)
@@ -0,0 +1,48 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.8.9
+pkgrel=1
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(x86_64)
+url="http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb' 'openssl' 'libpng')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 
'fontconfig' 'libxrender')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # Python is currently broken :(
+  cmake .. \
+  -DUSE_PYTHON=ON \
+  -DUSE_PYTHON3=ON \
+  -DUSE_OPENSSL=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
+  -DOIIO_BUILD_TESTS=ON \
+  -DOIIO_BUILD_TOOLS=ON \
+  -DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:16:04
  Author: svenstaro
Revision: 313398

archrelease: copy trunk to community-x86_64

Added:
  blender/repos/community-x86_64/PKGBUILD
(from rev 313397, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  215 ++---
 1 file changed, 107 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:12:21 UTC (rev 313397)
+++ PKGBUILD2018-03-29 14:16:04 UTC (rev 313398)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
- _gittag=v2.79b
-#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
-
-pkgname=blender
-pkgver=2.79.b
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6')
-makedepends_x86_64=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-
-  # cuda 9.1 fixes
-  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
-
-  # openvdb 5 fix
-  sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  cmake -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.6 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DWITH_CYCLES_PTEX=OFF \
--DPYTHON_VERSION=3.6 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.6m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
-  make
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-x86_64/PKGBUILD (from rev 313397, 
blender/trunk/PKGBUILD)
===
--- PKGBUILD

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:12:21
  Author: svenstaro
Revision: 313397

archrelease: copy trunk to community-testing-x86_64

Added:
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 313396, blender/trunk/PKGBUILD)
Deleted:
  blender/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  215 ++---
 1 file changed, 107 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:12:11 UTC (rev 313396)
+++ PKGBUILD2018-03-29 14:12:21 UTC (rev 313397)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: John Sowiak 
-# Contributor: tobias 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
- _gittag=v2.79b
-#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
-
-pkgname=blender
-pkgver=2.79.b
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('x86_64')
-license=('GPL')
-url="http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6')
-makedepends_x86_64=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-source=("git://git.blender.org/blender-addons.git"
-"git://git.blender.org/blender-addons-contrib.git"
-"git://git.blender.org/blender-translations.git"
-"git://git.blender.org/blender-dev-tools.git"
-"git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-elif [[ -n $_gitcommit ]]; then
-
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  git submodule init
-  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
-  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
-  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
-  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
-  git config submodule."scons".url ${srcdir}/scons
-  git submodule update
-
-  # cuda 9.1 fixes
-  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
-
-  # openvdb 5 fix
-  sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
-  cmake -C../build_files/cmake/config/blender_release.cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_LLVM=ON \
--DWITH_SYSTEM_OPENJPEG=ON \
--DWITH_GL_PROFILE_CORE=OFF \
--DWITH_GL_PROFILE_ES20=OFF \
--DLLVM_VERSION=3.6 \
--DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DWITH_CYCLES_PTEX=OFF \
--DPYTHON_VERSION=3.6 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.6m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
-  make
-
-  # PTEX is currently broken and experimental in blender anyway
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
-  python -m compileall "${pkgdir}/usr/share/blender"
-  python -O -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-testing-x86_64/PKGBUILD (from rev 313396, 
blender/trunk/PKGBUILD)
===
--- 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 14:12:11
  Author: svenstaro
Revision: 313396

upgpkg: blender 17:2.79.b-4

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 14:02:40 UTC (rev 313395)
+++ PKGBUILD2018-03-29 14:12:11 UTC (rev 313396)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -28,8 +28,7 @@
  'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
  'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
  'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6')
-makedepends_x86_64=('cuda')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6' 'cuda')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 source=("git://git.blender.org/blender-addons.git"


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

2018-03-29 Thread Felix Yan via arch-commits
Date: Thursday, March 29, 2018 @ 14:02:40
  Author: felixonmars
Revision: 313395

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 14:02:18 UTC (rev 313394)
+++ PKGBUILD2018-03-29 14:02:40 UTC (rev 313395)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.51.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' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('8717877c8614b60249d10162f92c5ad41b922c63fa5d1c601f70a97603326d7a08a66ee05e099bb2ee2888a5e3b6017252219304ad7814e6820da698e9058f66')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  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-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 313394, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 14:02:40 UTC (rev 313395)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.52.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' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)

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

2018-03-29 Thread Felix Yan via arch-commits
Date: Thursday, March 29, 2018 @ 14:02:18
  Author: felixonmars
Revision: 313394

upgpkg: python-hypothesis 3.52.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:53:48 UTC (rev 313393)
+++ PKGBUILD2018-03-29 14:02:18 UTC (rev 313394)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.51.0
+pkgver=3.52.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('8717877c8614b60249d10162f92c5ad41b922c63fa5d1c601f70a97603326d7a08a66ee05e099bb2ee2888a5e3b6017252219304ad7814e6820da698e9058f66')
+sha512sums=('3f87a60b36c5055f9464a310115ab76aa9e7c527e83334ddd98fa72022275855dd3c8fae7ce64c01fc2b10df40415bcc5217faa6c3d42e85b18cc6ad79f4fbc9')
 
 prepare() {
   # Make tests faster


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

2018-03-29 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 29, 2018 @ 13:53:48
  Author: arodseth
Revision: 313393

archrelease: copy trunk to community-x86_64

Added:
  bspwm/repos/community-x86_64/PKGBUILD
(from rev 313392, bspwm/trunk/PKGBUILD)
Deleted:
  bspwm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 13:53:34 UTC (rev 313392)
+++ PKGBUILD2018-03-29 13:53:48 UTC (rev 313393)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bastien Dejean 
-
-pkgname=bspwm
-pkgver=0.9.3
-pkgrel=2
-pkgdesc='Tiling window manager based on binary space partitioning'
-arch=('x86_64' 'i686')
-url='https://github.com/baskerville/bspwm'
-license=('custom:BSD')
-makedepends=('git')
-depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
-optdepends=('sxhkd: to define keyboard and pointer bindings'
-'xdo: for the example panel')
-# AUR: bar-aint-recursive, sutils, xtitle
-source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
-# vim: ts=2 sw=2 et:

Copied: bspwm/repos/community-x86_64/PKGBUILD (from rev 313392, 
bspwm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 13:53:48 UTC (rev 313393)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bastien Dejean 
+
+pkgname=bspwm
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Tiling window manager based on binary space partitioning'
+arch=('x86_64')
+url='https://github.com/baskerville/bspwm'
+license=('custom:BSD')
+makedepends=('git')
+depends=('xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
+optdepends=('sxhkd: to define keyboard and pointer bindings'
+'xdo: for the example panel')
+# AUR: bar-aint-recursive, sutils, xtitle
+source=("git+https://github.com/baskerville/$pkgname#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 raw.githubusercontent.com/baskerville/bspwm/master/doc/bspwm.1
+# vim: ts=2 sw=2 et:


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

2018-03-29 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 29, 2018 @ 13:53:34
  Author: arodseth
Revision: 313392

upgpkg: bspwm 0.9.4-1

Modified:
  bspwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:46:38 UTC (rev 313391)
+++ PKGBUILD2018-03-29 13:53:34 UTC (rev 313392)
@@ -3,8 +3,8 @@
 # Contributor: Bastien Dejean 
 
 pkgname=bspwm
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc='Tiling window manager based on binary space partitioning'
 arch=('x86_64')
 url='https://github.com/baskerville/bspwm'


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 13:46:29
  Author: svenstaro
Revision: 313390

upgpkg: blender 17:2.79.b-3

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:30:32 UTC (rev 313389)
+++ PKGBUILD2018-03-29 13:46:29 UTC (rev 313390)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79.b
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=2
+pkgrel=3
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 13:46:38
  Author: svenstaro
Revision: 313391

archrelease: copy trunk to community-testing-x86_64

Added:
  blender/repos/community-testing-x86_64/
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 313390, blender/trunk/PKGBUILD)

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

Copied: blender/repos/community-testing-x86_64/PKGBUILD (from rev 313390, 
blender/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-03-29 13:46:38 UTC (rev 313391)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+ _gittag=v2.79b
+#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
+
+pkgname=blender
+pkgver=2.79.b
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=3
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'gcc6')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  # cuda 9.1 fixes
+  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
+
+  # openvdb 5 fix
+  sed -i "s/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER == 
3/OPENVDB_LIBRARY_MAJOR_VERSION_NUMBER >= 3/g" 
intern/openvdb/intern/openvdb_writer.cc
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.6 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DPYTHON_VERSION=3.6 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.6m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
+  make
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall "${pkgdir}/usr/share/blender"
+}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 13:30:32
  Author: archange
Revision: 313389

archrelease: copy trunk to community-x86_64

Added:
  dune/repos/community-x86_64/PKGBUILD
(from rev 313388, dune/trunk/PKGBUILD)
Deleted:
  dune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 13:30:00 UTC (rev 313388)
+++ PKGBUILD2018-03-29 13:30:32 UTC (rev 313389)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=dune
-pkgver=1.0b17
-pkgrel=1
-pkgdesc="A composable build system for OCaml (formerly jbuilder)"
-arch=('x86_64')
-url="https://github.com/ocaml/dune;
-license=('Apache')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'opam')
-provides=("jbuilder=${pkgver/b/+beta}")
-conflicts=('jbuilder')
-replaces=('jbuilder')
-source=(${pkgname}-${pkgver/b/+beta}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
-sha256sums=('62d24f73101979c0680ad4093f65860792e8600090d04d7132446ab6ae269bec')
-
-build() {
-cd ${pkgname}-${pkgver/b/-beta}
-make release
-}
-
-package() {
-cd ${pkgname}-${pkgver/b/-beta}
-
-# Initialize OPAM
-export OPAMROOT="${srcdir}"/opam
-opam init -n
-
-# Work around the install command
-export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
-install -dm755 ${OCAMLFIND_DESTDIR}
-make INSTALL_ARGS="--prefix='${pkgdir}'/usr 
--libdir='${OCAMLFIND_DESTDIR}'" install
-
-# Fix doc and man install
-install -dm755 "${pkgdir}"/usr/share
-mv "${pkgdir}"/usr/{doc,share/}
-mv "${pkgdir}"/usr/{man,share/}
-}

Copied: dune/repos/community-x86_64/PKGBUILD (from rev 313388, 
dune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 13:30:32 UTC (rev 313389)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
+
+pkgname=dune
+pkgver=1.0b19.1
+pkgrel=1
+pkgdesc="A composable build system for OCaml (formerly jbuilder)"
+arch=('x86_64')
+url="https://github.com/ocaml/dune;
+license=('Apache')
+#Note: opam should be removed/moved to makedepends after 
https://github.com/ocaml/dune/issues/372 is fixed
+depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
+provides=("jbuilder=${pkgver/b/+beta}")
+conflicts=('jbuilder')
+replaces=('jbuilder')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
+sha256sums=('95b8ec1f4e7884dc3d78cd39118ae64c25dd5fc5f60f2ced999d62854e2e9de1')
+
+build() {
+cd ${pkgname}-${pkgver/b/-beta}
+make release
+}
+
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
+package() {
+cd ${pkgname}-${pkgver/b/-beta}
+
+# Initialize OPAM
+export OPAMROOT="${srcdir}"/opam
+opam init -n
+
+# Work around the install command
+export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
+install -dm755 ${OCAMLFIND_DESTDIR}
+make INSTALL_ARGS="--prefix='${pkgdir}'/usr 
--libdir='${OCAMLFIND_DESTDIR}'" install
+
+# Fix doc and man install
+install -dm755 "${pkgdir}"/usr/share
+mv "${pkgdir}"/usr/{doc,share/}
+mv "${pkgdir}"/usr/{man,share/}
+}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 13:30:00
  Author: archange
Revision: 313388

upgpkg: dune 1.0b19.1-1

Dependencies changes:
- dune is quite useless without ocaml;
- ocaml-findlib and opam (at least for now) are almost always required when
  building packages with dune, so add them as runtime deps.

Modified:
  dune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:26:35 UTC (rev 313387)
+++ PKGBUILD2018-03-29 13:30:00 UTC (rev 313388)
@@ -1,19 +1,20 @@
 # Maintainer: Bruno Pagani 
+# Contributor: Jakob Gahde 
 
 pkgname=dune
-pkgver=1.0b17
+pkgver=1.0b19.1
 pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune;
 license=('Apache')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'opam')
+#Note: opam should be removed/moved to makedepends after 
https://github.com/ocaml/dune/issues/372 is fixed
+depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
 provides=("jbuilder=${pkgver/b/+beta}")
 conflicts=('jbuilder')
 replaces=('jbuilder')
-source=(${pkgname}-${pkgver/b/+beta}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
-sha256sums=('62d24f73101979c0680ad4093f65860792e8600090d04d7132446ab6ae269bec')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver/b/+beta}.tar.gz")
+sha256sums=('95b8ec1f4e7884dc3d78cd39118ae64c25dd5fc5f60f2ced999d62854e2e9de1')
 
 build() {
 cd ${pkgname}-${pkgver/b/-beta}
@@ -20,6 +21,12 @@
 make release
 }
 
+# Tests requires a bunch of (currently) unpackaged dependencies
+#check() {
+#cd ${pkgname}-${pkgver/b/-beta}
+#make test
+#}
+
 package() {
 cd ${pkgname}-${pkgver/b/-beta}
 


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 13:26:35
  Author: svenstaro
Revision: 313387

archrelease: copy trunk to community-testing-x86_64

Added:
  openshadinglanguage/repos/community-testing-x86_64/PKGBUILD
(from rev 313386, openshadinglanguage/trunk/PKGBUILD)
  
openshadinglanguage/repos/community-testing-x86_64/llvm-static-system-libs.patch
(from rev 313386, openshadinglanguage/trunk/llvm-static-system-libs.patch)
Deleted:
  openshadinglanguage/repos/community-testing-x86_64/PKGBUILD
  
openshadinglanguage/repos/community-testing-x86_64/llvm-static-system-libs.patch

---+
 PKGBUILD  |   96 
 llvm-static-system-libs.patch |   30 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 13:26:26 UTC (rev 313386)
+++ PKGBUILD2018-03-29 13:26:35 UTC (rev 313387)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openshadinglanguage
-pkgver=1.9.7
-pkgrel=3
-pkgdesc="Advanced shading language for production GI renderers"
-arch=(x86_64)
-url="https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
- 'libtiff' 'zlib' 'ncurses')
-makedepends=('boost' 'cmake' 'llvm' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
-
-prepare() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  # Add system libraries needed to link against LLVM components (zlib, ncurses)
-  # This is required in order to statically link against LLVM
-  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
-}
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver/src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLLVM_STATIC=0 \
--DOSL_BUILD_CPP11=1 \
--DENABLERTTI=ON \
--DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-testing-x86_64/PKGBUILD (from rev 
313386, openshadinglanguage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 13:26:35 UTC (rev 313387)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.9.7
+pkgrel=5
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'llvm' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLLVM_STATIC=0 \
+-DOSL_BUILD_CPP11=1 \
+-DENABLERTTI=ON \
+-DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: llvm-static-system-libs.patch
===
--- llvm-static-system-libs.patch   2018-03-29 13:26:26 UTC (rev 313386)
+++ llvm-static-system-libs.patch   2018-03-29 13:26:35 UTC (rev 313387)
@@ -1,15 +0,0 @@
-diff -upr 
OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake 
OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
 OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake   
2014-12-26 22:22:53.0 +0200
-+++ OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
2015-03-16 03:12:56.052479730 +0200
-@@ -211,9 +211,10 @@ if 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 13:26:26
  Author: svenstaro
Revision: 313386

upgpkg: openshadinglanguage 1.9.7-5

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 13:16:31 UTC (rev 313385)
+++ PKGBUILD2018-03-29 13:26:26 UTC (rev 313386)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.9.7
-pkgrel=4
+pkgrel=5
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 13:16:31
  Author: archange
Revision: 313385

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 313384, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 13:15:57 UTC (rev 313384)
+++ PKGBUILD2018-03-29 13:16:31 UTC (rev 313385)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.5.0.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('x86_64')
-url="https://displaycal.net/;
-license=('GPL3')
-depends=('argyllcms' 'wxpython' 'python2-numpy')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b858077aac73a81785ad32b641c3aac70dbdcc3ce0ae3961f10bae8bb63689c8')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-# udev rules are shipped with argyllcms
-rm -rf "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 313384, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 13:16:31 UTC (rev 313385)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.5.1.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('x86_64')
+url="https://displaycal.net/;
+license=('GPL3')
+depends=('argyllcms' 'wxpython' 'python2-numpy')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools')
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
+sha256sums=('10bee395e57051ef20537b944645b80be5babd13077fb5226297d83c0facef21')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -rf "${pkgdir}"/etc/udev/
+}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 13:15:57
  Author: archange
Revision: 313384

upgpkg: displaycal 3.5.1.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:49:52 UTC (rev 313383)
+++ PKGBUILD2018-03-29 13:15:57 UTC (rev 313384)
@@ -6,7 +6,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.5.0.0
+pkgver=3.5.1.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz;)
-sha256sums=('b858077aac73a81785ad32b641c3aac70dbdcc3ce0ae3961f10bae8bb63689c8')
+sha256sums=('10bee395e57051ef20537b944645b80be5babd13077fb5226297d83c0facef21')
 
 build() {
 cd ${_pkgname}-${pkgver}


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

2018-03-29 Thread Bruno Pagani via arch-commits
Date: Thursday, March 29, 2018 @ 12:49:52
  Author: archange
Revision: 313383

Update source URL, new one comes with GPG as well

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:47:59 UTC (rev 313382)
+++ PKGBUILD2018-03-29 12:49:52 UTC (rev 313383)
@@ -13,8 +13,9 @@
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 
'gobject-introspection'
  'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 
'python-gobject' 'vala')
 checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('15017c142f9e76b7133b6f31fccc456bbcb324700f15e2461a883e58849c95d3' 
'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes 

 
 build() {
 cd ${pkgname}-${pkgver}



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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:47:59
  Author: svenstaro
Revision: 313382

archrelease: copy trunk to community-x86_64

Added:
  openshadinglanguage/repos/community-x86_64/PKGBUILD
(from rev 313381, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch
(from rev 313381, openshadinglanguage/trunk/llvm-static-system-libs.patch)
Deleted:
  openshadinglanguage/repos/community-x86_64/PKGBUILD
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch

---+
 PKGBUILD  |   96 
 llvm-static-system-libs.patch |   30 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:47:42 UTC (rev 313381)
+++ PKGBUILD2018-03-29 12:47:59 UTC (rev 313382)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openshadinglanguage
-pkgver=1.9.7
-pkgrel=1
-pkgdesc="Advanced shading language for production GI renderers"
-arch=(x86_64)
-url="https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
- 'libtiff' 'zlib' 'ncurses')
-makedepends=('boost' 'cmake' 'llvm' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
-
-prepare() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  # Add system libraries needed to link against LLVM components (zlib, ncurses)
-  # This is required in order to statically link against LLVM
-  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
-}
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver/src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLLVM_STATIC=0 \
--DOSL_BUILD_CPP11=1 \
--DENABLERTTI=ON \
--DSTOP_ON_WARNING=OFF
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-x86_64/PKGBUILD (from rev 313381, 
openshadinglanguage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 12:47:59 UTC (rev 313382)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.9.7
+pkgrel=4
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(x86_64)
+url="https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'llvm' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+sha512sums=('ab232e45eaecb9d56938bfbd2a76999c3dc3033c31cdae3bd48f18642f98211b7255aa2a11bfda13a29100f4bfeade0643d34cb5007d23662894a48139b166e5')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically link against LLVM
+  #patch -Np1 < $srcdir/llvm-static-system-libs.patch
+}
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake ../.. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLLVM_STATIC=0 \
+-DOSL_BUILD_CPP11=1 \
+-DENABLERTTI=ON \
+-DSTOP_ON_WARNING=OFF
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir"/usr/share/doc/OSL/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: llvm-static-system-libs.patch
===
--- llvm-static-system-libs.patch   2018-03-29 12:47:42 UTC (rev 313381)
+++ llvm-static-system-libs.patch   2018-03-29 12:47:59 UTC (rev 313382)
@@ -1,15 +0,0 @@
-diff -upr 
OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake 
OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
 OpenShadingLanguage-Release-1.5.12.orig/src/cmake/externalpackages.cmake   
2014-12-26 22:22:53.0 +0200
-+++ OpenShadingLanguage-Release-1.5.12/src/cmake/externalpackages.cmake
2015-03-16 03:12:56.052479730 +0200
-@@ -211,9 +211,10 @@ if ((LLVM_LIBRARY OR LLVM_STATIC) AND LL
- # if 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:47:42
  Author: svenstaro
Revision: 313381

upgpkg: openshadinglanguage 1.9.7-4

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:38:49 UTC (rev 313380)
+++ PKGBUILD2018-03-29 12:47:42 UTC (rev 313381)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(x86_64)
 url="https://github.com/imageworks/OpenShadingLanguage;


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:38:49
  Author: svenstaro
Revision: 313380

archrelease: copy trunk to community-x86_64

Added:
  tensorboard/repos/community-x86_64/PKGBUILD
(from rev 313379, tensorboard/trunk/PKGBUILD)
Deleted:
  tensorboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:38:45 UTC (rev 313379)
+++ PKGBUILD2018-03-29 12:38:49 UTC (rev 313380)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=tensorboard
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="TensorFlow's Visualization Toolkit"
-url='https://github.com/tensorflow/tensorboard'
-arch=('x86_64')
-license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
- 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow')
-makedepends=('bazel' 'tree')
-source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
-sha512sums=('aa15a287a4fc8fa391a0da49eea43741a73953671d1b646f9193b5527f5ab04c99dc95ffa7d443536ae50638acac6c372d0faf7ba8714f40727ef7cc26975e43')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  bazel build tensorboard:tensorboard
-  bazel build //tensorboard/pip_package:build_pip_package
-
-  mkdir pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
-  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
-  cp tensorboard/pip_package/MANIFEST.in pypackage
-  cp README.md pypackage
-  cp tensorboard/pip_package/setup.py pypackage
-  cd pypackage
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd pypackage
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
-
-  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-1.6.0-py3.6.egg-info/requires.txt
-  # This is ugly: We need to patch it to use current bleach and html5lib
-  # because old ones are not even compatible with Python 3.6 and we don't have
-  # those in Arch of course.
-  sed -i 's/bleach==.*/bleach/' ${_requires}
-  sed -i 's/html5lib==.*/html5lib/' ${_requires}
-  # Other ugly hack: workaround for issues 650
-  # https://github.com/tensorflow/tensorboard/issues/650
-  sed -i '/^futures/d' ${_requires}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tensorboard/repos/community-x86_64/PKGBUILD (from rev 313379, 
tensorboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 12:38:49 UTC (rev 313380)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 244979 2017-07-13 15:39:06Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=tensorboard
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="TensorFlow's Visualization Toolkit"
+url='https://github.com/tensorflow/tensorboard'
+arch=('x86_64')
+license=('APACHE')
+depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 
'python-wheel' 'python-markdown'
+ 'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow')
+makedepends=('bazel' 'tree')
+source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
+sha512sums=('1a57745675f404f2c566c2e356329c9e2b98899e9b350fe77f7018dae9d2c34d52dfdea8de5e02cc699d1c0819a9ec1d78df51e88f97c09ef2f72f808ab7a800')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  bazel build tensorboard:tensorboard
+  bazel build //tensorboard/pip_package:build_pip_package
+
+  mkdir pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/external
 pypackage
+  cp -R 
bazel-bin/tensorboard/pip_package/build_pip_package.runfiles/org_tensorflow_tensorboard/tensorboard
 pypackage
+  cp tensorboard/pip_package/MANIFEST.in pypackage
+  cp README.md pypackage
+  cp tensorboard/pip_package/setup.py pypackage
+  cd pypackage
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  cd pypackage
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
+
+  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-${pkgver}-py3.6.egg-info/requires.txt
+  # This is ugly: We need to patch it to use current bleach and html5lib
+  # because old ones are not even compatible with Python 3.6 and we don't have
+  # those in Arch of course.
+  sed -i 's/bleach==.*/bleach/' ${_requires}
+  sed -i 's/html5lib==.*/html5lib/' ${_requires}
+  # Other 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:38:45
  Author: svenstaro
Revision: 313379

upgpkg: tensorboard 1.7.0-1

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:17:00 UTC (rev 313378)
+++ PKGBUILD2018-03-29 12:38:45 UTC (rev 313379)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=tensorboard
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
@@ -12,7 +12,7 @@
  'python-html5lib' 'python-protobuf' 'python-setuptools' 
'python-tensorflow')
 makedepends=('bazel' 'tree')
 source=("https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz;)
-sha512sums=('aa15a287a4fc8fa391a0da49eea43741a73953671d1b646f9193b5527f5ab04c99dc95ffa7d443536ae50638acac6c372d0faf7ba8714f40727ef7cc26975e43')
+sha512sums=('1a57745675f404f2c566c2e356329c9e2b98899e9b350fe77f7018dae9d2c34d52dfdea8de5e02cc699d1c0819a9ec1d78df51e88f97c09ef2f72f808ab7a800')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -40,7 +40,7 @@
 
   rm -rf "$pkgdir"/usr/lib/python3.6/site-packages/external/
 
-  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-1.6.0-py3.6.egg-info/requires.txt
+  
_requires="$pkgdir"/usr/lib/python3.6/site-packages/tensorboard-${pkgver}-py3.6.egg-info/requires.txt
   # This is ugly: We need to patch it to use current bleach and html5lib
   # because old ones are not even compatible with Python 3.6 and we don't have
   # those in Arch of course.


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:32:58
  Author: svenstaro
Revision: 320612

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 320611, sdl2/trunk/PKGBUILD)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:32:44 UTC (rev 320611)
+++ PKGBUILD2018-03-29 12:32:58 UTC (rev 320612)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=2
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
-
-prepare() {
-  cd SDL2-${pkgver}
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=OFF \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 320611, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 12:32:58 UTC (rev 320612)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=3
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig})
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6')
+
+prepare() {
+  cd SDL2-${pkgver}
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd SDL2-${pkgver}/build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_DLOPEN=ON \
+  -DARTS=OFF \
+  -DESD=OFF \
+  -DNAS=OFF \
+  -DALSA=OFF \
+  -DPULSEAUDIO_SHARED=ON \
+  -DVIDEO_WAYLAND=ON \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd SDL2-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
+  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:32:44
  Author: svenstaro
Revision: 320611

upgpkg: sdl2 2.0.8-3

Fix wrong staticlib name

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:53:27 UTC (rev 320610)
+++ PKGBUILD2018-03-29 12:32:44 UTC (rev 320611)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org;
@@ -39,6 +39,9 @@
 
 package() {
   cd SDL2-${pkgver}/build
+
   make DESTDIR="$pkgdir" install
+
+  sed -i "s/libSDL2.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
   install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in ruby2.3/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:17:00
  Author: svenstaro
Revision: 313378

archrelease: copy trunk to community-x86_64

Added:
  ruby2.3/repos/community-x86_64/PKGBUILD
(from rev 313377, ruby2.3/trunk/PKGBUILD)
Deleted:
  ruby2.3/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:16:55 UTC (rev 313377)
+++ PKGBUILD2018-03-29 12:17:00 UTC (rev 313378)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sergey Shatunov 
-# Contributor: Jonne Haß 
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-_rubyver=2.3
-pkgname=ruby2.3
-pkgver=2.3.6
-pkgdesc='An object-oriented language for quick and easy programming'
-pkgrel=1
-arch=(x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
-optdepends=('tk: for Ruby/TK')
-makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('a09c8715097d16190ee17ee39e7a74438cefc9013add350217b7e3fb4d60aa9dcb30595adf832b0d67a5c45b1fe9d4effb767c995af2759420859f8d763c693a')
-
-build() {
-  cd ruby-${pkgver}
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/opt/ruby${_rubyver} \
---program-suffix=-${_rubyver} \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make ruby
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package() {
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/lib
-
-  for i in erb irb rdoc ri ruby testrb rake gem; do
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
-ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
-  done
-
-  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
-}

Copied: ruby2.3/repos/community-x86_64/PKGBUILD (from rev 313377, 
ruby2.3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 12:17:00 UTC (rev 313378)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sergey Shatunov 
+# Contributor: Jonne Haß 
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.3
+pkgname=ruby2.3
+pkgver=2.3.7
+pkgdesc='An object-oriented language for quick and easy programming'
+pkgrel=1
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl-1.0 libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a')
+
+build() {
+  cd ruby-${pkgver}
+
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make ruby
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+  ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in ruby2.3/trunk (PKGBUILD)

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:16:55
  Author: svenstaro
Revision: 313377

upgpkg: ruby2.3 2.3.7-1

Modified:
  ruby2.3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:09:23 UTC (rev 313376)
+++ PKGBUILD2018-03-29 12:16:55 UTC (rev 313377)
@@ -8,7 +8,7 @@
 
 _rubyver=2.3
 pkgname=ruby2.3
-pkgver=2.3.6
+pkgver=2.3.7
 pkgdesc='An object-oriented language for quick and easy programming'
 pkgrel=1
 arch=(x86_64)
@@ -19,7 +19,7 @@
 makedepends=(gdbm openssl-1.0 libffi doxygen graphviz libyaml ttf-dejavu tk)
 options=(!emptydirs)
 
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('a09c8715097d16190ee17ee39e7a74438cefc9013add350217b7e3fb4d60aa9dcb30595adf832b0d67a5c45b1fe9d4effb767c995af2759420859f8d763c693a')
+sha512sums=('fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a')
 
 build() {
   cd ruby-${pkgver}


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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:09:23
  Author: svenstaro
Revision: 313376

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 313375, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  449 ++---
 1 file changed, 222 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:09:04 UTC (rev 313375)
+++ PKGBUILD2018-03-29 12:09:23 UTC (rev 313376)
@@ -1,227 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.6.0
-_pkgver=1.6.0
-pkgrel=2
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/;
-license=('APACHE')
-arch=('x86_64')
-makedepends=('bazel' 'python-numpy' 'gcc6' 'cuda' 'nvidia-utils'
- 'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('a3e5f07c8f622e952f522baf78d943cf484d8b9a2e77857e2ddb33289ca9e60cb80835dce1e9366b9eedda6beb9dc0043a8e26e02b738bc71bcbf24ae3030c7e')
-
-prepare() {
-  # Trick tensorflow into not building Android. The env var
-  # TF_SET_ANDROID_WORKSPACE does not work for some reason.
-  sed -i "s/if workspace_has_any_android_rule()/if True/g" 
tensorflow-${_pkgver}/configure.py
-
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
-  cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_KAFKA=0
-  export TF_NEED_OPENCL_SYCL=0
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_NEED_S3=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_GDR=0
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-  export TF_NEED_TENSORRT=0
-  # This should work, but doesn't:
-  # export TF_SET_ANDROID_WORKSPACE=0
-}
-
-build() {
-  # _bazel_09_fix="--incompatible_load_argument_is_label=false"
-  cd ${srcdir}/tensorflow-${_pkgver}
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package # ${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${_pkgver}-cuda
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 
//tensorflow:libtensorflow.so //tensorflow/tools/pip_package:build_pip_package 
${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=0
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package ${_bazel_09_fix}
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpopt
-
-  cd ${srcdir}/tensorflow-${_pkgver}-opt-cuda
-  export CC_OPT_FLAGS="-march=haswell"
-  export TF_NEED_CUDA=1
-  # For next version instead of the gcc-6 stuff:
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-6
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cuda
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1,6.2
-  ./configure
-  bazel build --cxxopt="-I/opt/cuda/include/crt" --config=opt --config=cuda 

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

2018-03-29 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, March 29, 2018 @ 12:09:04
  Author: svenstaro
Revision: 313375

upgpkg: tensorflow 1.7.0-1

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 12:05:45 UTC (rev 313374)
+++ PKGBUILD2018-03-29 12:09:04 UTC (rev 313375)
@@ -4,9 +4,9 @@
 
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
-pkgver=1.6.0
-_pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+_pkgver=1.7.0
+pkgrel=1
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')
@@ -15,13 +15,9 @@
  'cudnn' 'python-pip' 'python-wheel' 'python-setuptools')
 optdepends=('tensorboard: Tensorflow visualization toolkit')
 source=("https://github.com/tensorflow/tensorflow/archive/v${_pkgver}.tar.gz;)
-sha512sums=('a3e5f07c8f622e952f522baf78d943cf484d8b9a2e77857e2ddb33289ca9e60cb80835dce1e9366b9eedda6beb9dc0043a8e26e02b738bc71bcbf24ae3030c7e')
+sha512sums=('6b15f628a5788d8054406ee6a6d2dbb70dc891b76251513a67c71aae05e389e7213ac8a73daf393d2cc70a72b7dac43c9f43306e287ddfa2105dde863e3f45b6')
 
 prepare() {
-  # Trick tensorflow into not building Android. The env var
-  # TF_SET_ANDROID_WORKSPACE does not work for some reason.
-  sed -i "s/if workspace_has_any_android_rule()/if True/g" 
tensorflow-${_pkgver}/configure.py
-
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-cuda
   cp -r tensorflow-${_pkgver} tensorflow-${_pkgver}-opt-cuda
@@ -40,8 +36,7 @@
   export TF_NEED_OPENCL=0
   export TF_NEED_MPI=0
   export TF_NEED_TENSORRT=0
-  # This should work, but doesn't:
-  # export TF_SET_ANDROID_WORKSPACE=0
+  export TF_SET_ANDROID_WORKSPACE=0
 }
 
 build() {


[arch-commits] Commit in deja-dup/trunk (0002-don-t-use-ulimit.patch PKGBUILD)

2018-03-29 Thread Balló György via arch-commits
Date: Thursday, March 29, 2018 @ 12:05:38
  Author: bgyorgy
Revision: 313373

upgpkg: deja-dup 36.3-4

Fix deja-dup-monitor autostart (FS#58020)

Added:
  deja-dup/trunk/0002-don-t-use-ulimit.patch
Modified:
  deja-dup/trunk/PKGBUILD

-+
 0002-don-t-use-ulimit.patch |   27 +++
 PKGBUILD|9 ++---
 2 files changed, 33 insertions(+), 3 deletions(-)

Added: 0002-don-t-use-ulimit.patch
===
--- 0002-don-t-use-ulimit.patch (rev 0)
+++ 0002-don-t-use-ulimit.patch 2018-03-29 12:05:38 UTC (rev 313373)
@@ -0,0 +1,27 @@
+From: Jeremy Bicha 
+Date: Fri, 16 Mar 2018 14:08:41 -0400
+Subject: don't use ulimit
+
+It doesn't work with webkit2gtk 2.20
+
+https://launchpad.net/bugs/1751460
+---
+ data/org.gnome.DejaDup.Monitor.desktop.in | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/data/org.gnome.DejaDup.Monitor.desktop.in 
b/data/org.gnome.DejaDup.Monitor.desktop.in
+index 631455f..c429c42 100644
+--- a/data/org.gnome.DejaDup.Monitor.desktop.in
 b/data/org.gnome.DejaDup.Monitor.desktop.in
+@@ -6,10 +6,7 @@ Comment=Schedules backups at regular intervals
+ 
+ Icon=org.gnome.DejaDup
+ 
+-# Try to limit memory -- we have reports of runaway deja-dup-monitor processes
+-# but I can't reproduce it.  So until we fix whatever is happening there, try
+-# this. LP: #1302416
+-Exec=sh -c "ulimit -v 100; exec @pkglibexecdir@/deja-dup-monitor"
++Exec=@pkglibexecdir@/deja-dup-monitor
+ 
+ X-GNOME-Autostart-Delay=120
+ X-GNOME-AutoRestart=true

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:49:03 UTC (rev 313372)
+++ PKGBUILD2018-03-29 12:05:38 UTC (rev 313373)
@@ -3,7 +3,7 @@
 
 pkgname=deja-dup
 pkgver=36.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
 arch=('x86_64')
 url="https://launchpad.net/deja-dup;
@@ -14,16 +14,19 @@
 'nautilus: backup extension'
 'python2-boto: Amazon S3 and Google Cloud Storage backend')
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc}
-fix-crash-on-restore.patch)
+fix-crash-on-restore.patch
+0002-don-t-use-ulimit.patch)
 validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
 sha256sums=('2c433a334bcead16f92a98914d36fbf6911cd11dcc75bc8163cefa73fff2fc22'
 'SKIP'
-'9b3c66d83325874d3ebe394240962e8d88bc2dc0a48d0550cb4f503f2d8d2554')
+'9b3c66d83325874d3ebe394240962e8d88bc2dc0a48d0550cb4f503f2d8d2554'
+'db584841e79069acdc2e2c910ea1229f5c16fec25fa836bf7e89996083dde722')
 
 prepare() {
   mkdir build
   cd $pkgname-$pkgver
   patch -Np1 -i ../fix-crash-on-restore.patch
+  patch -Np1 -i ../0002-don-t-use-ulimit.patch
 }
 
 build() {


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

2018-03-29 Thread Balló György via arch-commits
Date: Thursday, March 29, 2018 @ 12:05:45
  Author: bgyorgy
Revision: 313374

archrelease: copy trunk to community-x86_64

Added:
  deja-dup/repos/community-x86_64/0002-don-t-use-ulimit.patch
(from rev 313373, deja-dup/trunk/0002-don-t-use-ulimit.patch)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 313373, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/fix-crash-on-restore.patch
(from rev 313373, deja-dup/trunk/fix-crash-on-restore.patch)
Deleted:
  deja-dup/repos/community-x86_64/PKGBUILD
  deja-dup/repos/community-x86_64/fix-crash-on-restore.patch

-+
 0002-don-t-use-ulimit.patch |   27 
 PKGBUILD|   87 ++--
 fix-crash-on-restore.patch  |  128 +-
 3 files changed, 136 insertions(+), 106 deletions(-)

Copied: deja-dup/repos/community-x86_64/0002-don-t-use-ulimit.patch (from rev 
313373, deja-dup/trunk/0002-don-t-use-ulimit.patch)
===
--- 0002-don-t-use-ulimit.patch (rev 0)
+++ 0002-don-t-use-ulimit.patch 2018-03-29 12:05:45 UTC (rev 313374)
@@ -0,0 +1,27 @@
+From: Jeremy Bicha 
+Date: Fri, 16 Mar 2018 14:08:41 -0400
+Subject: don't use ulimit
+
+It doesn't work with webkit2gtk 2.20
+
+https://launchpad.net/bugs/1751460
+---
+ data/org.gnome.DejaDup.Monitor.desktop.in | 5 +
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/data/org.gnome.DejaDup.Monitor.desktop.in 
b/data/org.gnome.DejaDup.Monitor.desktop.in
+index 631455f..c429c42 100644
+--- a/data/org.gnome.DejaDup.Monitor.desktop.in
 b/data/org.gnome.DejaDup.Monitor.desktop.in
+@@ -6,10 +6,7 @@ Comment=Schedules backups at regular intervals
+ 
+ Icon=org.gnome.DejaDup
+ 
+-# Try to limit memory -- we have reports of runaway deja-dup-monitor processes
+-# but I can't reproduce it.  So until we fix whatever is happening there, try
+-# this. LP: #1302416
+-Exec=sh -c "ulimit -v 100; exec @pkglibexecdir@/deja-dup-monitor"
++Exec=@pkglibexecdir@/deja-dup-monitor
+ 
+ X-GNOME-Autostart-Delay=120
+ X-GNOME-AutoRestart=true

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 12:05:38 UTC (rev 313373)
+++ PKGBUILD2018-03-29 12:05:45 UTC (rev 313374)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=36.3
-pkgrel=3
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('x86_64')
-url="https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'python2-gobject')
-makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 and Google Cloud Storage backend')
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc}
-fix-crash-on-restore.patch)
-validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # Michael Terry
-sha256sums=('2c433a334bcead16f92a98914d36fbf6911cd11dcc75bc8163cefa73fff2fc22'
-'SKIP'
-'9b3c66d83325874d3ebe394240962e8d88bc2dc0a48d0550cb4f503f2d8d2554')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../fix-crash-on-restore.patch
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---buildtype=release
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deja-dup/repos/community-x86_64/PKGBUILD (from rev 313373, 
deja-dup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 12:05:45 UTC (rev 313374)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=36.3
+pkgrel=4
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('x86_64')
+url="https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'gnome-online-accounts' 'gvfs' 'libpeas' 'libnotify' 
'python2-gobject')
+makedepends=('appstream-glib' 'gobject-introspection' 'intltool' 'itstool' 
'meson' 'nautilus' 'vala')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 and Google Cloud Storage backend')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc}
+fix-crash-on-restore.patch
+0002-don-t-use-ulimit.patch)
+validpgpkeys=('A3A5C2FC56AE7341D308D8571B50ECA373F3F233') # 

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

2018-03-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 29, 2018 @ 11:53:27
  Author: bpiotrowski
Revision: 320610

archrelease: copy trunk to testing-x86_64

Added:
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 320609, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 320609, mkinitcpio-busybox/trunk/config)

--+
 PKGBUILD |   34 +
 config   | 1147 +
 2 files changed, 1181 insertions(+)

Copied: mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD (from rev 320609, 
mkinitcpio-busybox/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-03-29 11:53:27 UTC (rev 320610)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Dave Reisner 
+# Contributor: Thomas Bächler 
+
+pkgname=mkinitcpio-busybox
+pkgver=1.28.2
+pkgrel=1
+pkgdesc='Base initramfs tools'
+arch=(x86_64)
+url="http://www.busybox.net/;
+license=(GPL)
+depends=(glibc)
+options=(!buildflags)
+source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2
+config)
+sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
+'cb97bf879450457c97cb2a2b6c0e4821ce6fc8962cca36e4039b3d7e8498bf38')
+
+prepare() {
+  cd "busybox-$pkgver"
+
+  local safeflags="-march=${CARCH/_/-} -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+
+  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1="'"$safeflags"'"|' "$srcdir/config" > 
.config
+}
+
+build() {
+  make -C "busybox-$pkgver"
+}
+
+package() {
+  install -Dm755 "$srcdir/busybox-$pkgver/busybox" 
"$pkgdir/usr/lib/initcpio/busybox"
+}

Copied: mkinitcpio-busybox/repos/testing-x86_64/config (from rev 320609, 
mkinitcpio-busybox/trunk/config)
===
--- testing-x86_64/config   (rev 0)
+++ testing-x86_64/config   2018-03-29 11:53:27 UTC (rev 320610)
@@ -0,0 +1,1147 @@
+#
+# Automatically generated make config: don't edit
+# Busybox version: 1.28.1
+# Sun Feb 18 00:30:44 2018
+#
+CONFIG_HAVE_DOT_CONFIG=y
+
+#
+# Settings
+#
+# CONFIG_DESKTOP is not set
+# CONFIG_EXTRA_COMPAT is not set
+# CONFIG_FEDORA_COMPAT is not set
+# CONFIG_INCLUDE_SUSv2 is not set
+CONFIG_LONG_OPTS=y
+CONFIG_SHOW_USAGE=y
+CONFIG_FEATURE_VERBOSE_USAGE=y
+# CONFIG_FEATURE_COMPRESS_USAGE is not set
+CONFIG_LFS=y
+# CONFIG_PAM is not set
+CONFIG_FEATURE_DEVPTS=y
+# CONFIG_FEATURE_UTMP is not set
+# CONFIG_FEATURE_WTMP is not set
+# CONFIG_FEATURE_PIDFILE is not set
+CONFIG_PID_FILE_PATH=""
+CONFIG_BUSYBOX=y
+CONFIG_FEATURE_INSTALLER=y
+# CONFIG_INSTALL_NO_USR is not set
+CONFIG_FEATURE_SUID=y
+# CONFIG_FEATURE_SUID_CONFIG is not set
+# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
+# CONFIG_FEATURE_PREFER_APPLETS is not set
+CONFIG_BUSYBOX_EXEC_PATH="/bin/busybox"
+# CONFIG_SELINUX is not set
+# CONFIG_FEATURE_CLEAN_UP is not set
+CONFIG_FEATURE_SYSLOG=y
+CONFIG_PLATFORM_LINUX=y
+
+#
+# Build Options
+#
+# CONFIG_STATIC is not set
+CONFIG_PIE=y
+# CONFIG_NOMMU is not set
+# CONFIG_BUILD_LIBBUSYBOX is not set
+# CONFIG_FEATURE_LIBBUSYBOX_STATIC is not set
+# CONFIG_FEATURE_INDIVIDUAL is not set
+# CONFIG_FEATURE_SHARED_BUSYBOX is not set
+CONFIG_CROSS_COMPILER_PREFIX=""
+CONFIG_SYSROOT=""
+CONFIG_EXTRA_CFLAGS="-march=x86-64 -mtune=generic -Os -pipe 
-fno-strict-aliasing"
+CONFIG_EXTRA_LDFLAGS=""
+CONFIG_EXTRA_LDLIBS=""
+# CONFIG_USE_PORTABLE_CODE is not set
+
+#
+# Installation Options ("make install" behavior)
+#
+CONFIG_INSTALL_APPLET_SYMLINKS=y
+# CONFIG_INSTALL_APPLET_HARDLINKS is not set
+# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set
+# CONFIG_INSTALL_APPLET_DONT is not set
+# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set
+# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set
+# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set
+CONFIG_PREFIX="./_install"
+
+#
+# Debugging Options
+#
+# CONFIG_DEBUG is not set
+# CONFIG_DEBUG_PESSIMIZE is not set
+# CONFIG_DEBUG_SANITIZE is not set
+# CONFIG_UNIT_TEST is not set
+# CONFIG_WERROR is not set
+CONFIG_NO_DEBUG_LIB=y
+# CONFIG_DMALLOC is not set
+# CONFIG_EFENCE is not set
+
+#
+# Library Tuning
+#
+# CONFIG_FEATURE_USE_BSS_TAIL is not set
+CONFIG_FEATURE_RTMINMAX=y
+CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
+# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
+# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
+CONFIG_PASSWORD_MINLEN=6
+CONFIG_MD5_SMALL=0
+CONFIG_SHA3_SMALL=0
+CONFIG_FEATURE_FAST_TOP=y
+# CONFIG_FEATURE_ETC_NETWORKS is not set
+CONFIG_FEATURE_EDITING=y
+CONFIG_FEATURE_EDITING_MAX_LEN=1024
+# CONFIG_FEATURE_EDITING_VI is not set
+CONFIG_FEATURE_EDITING_HISTORY=255
+CONFIG_FEATURE_EDITING_SAVEHISTORY=y
+# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set
+CONFIG_FEATURE_REVERSE_SEARCH=y
+CONFIG_FEATURE_TAB_COMPLETION=y

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

2018-03-29 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, March 29, 2018 @ 11:52:59
  Author: bpiotrowski
Revision: 320609

1.28.2-1

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:40:03 UTC (rev 320608)
+++ PKGBUILD2018-03-29 11:52:59 UTC (rev 320609)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=mkinitcpio-busybox
-pkgver=1.28.1
+pkgver=1.28.2
 pkgrel=1
 pkgdesc='Base initramfs tools'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!buildflags)
 source=(https://busybox.net/downloads/busybox-$pkgver.tar.bz2
 config)
-sha256sums=('98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e'
+sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
 'cb97bf879450457c97cb2a2b6c0e4821ce6fc8962cca36e4039b3d7e8498bf38')
 
 prepare() {


[arch-commits] Commit in perl-scalar-list-utils/repos/community-x86_64 (2 files)

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:49:03
  Author: spupykin
Revision: 313372

archrelease: copy trunk to community-x86_64

Added:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD
(from rev 313371, perl-scalar-list-utils/trunk/PKGBUILD)
Deleted:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 11:48:50 UTC (rev 313371)
+++ PKGBUILD2018-03-29 11:49:03 UTC (rev 313372)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III AKA jnbek 
-
-pkgname='perl-scalar-list-utils'
-pkgver=1.49
-pkgrel=1
-pkgdesc="A selection of general-utility list subroutines"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='https://metacpan.org/release/Scalar-List-Utils'
-source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
-sha256sums=('f4ffdd4833e872f472c22a86cd8057e715e565c247d94bd5f9b3ba9af284bfdc')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Scalar-List-Utils-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-scalar-list-utils/repos/community-x86_64/PKGBUILD (from rev 
313371, perl-scalar-list-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 11:49:03 UTC (rev 313372)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname='perl-scalar-list-utils'
+pkgver=1.50
+pkgrel=1
+pkgdesc="A selection of general-utility list subroutines"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/Scalar-List-Utils'
+source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
+sha256sums=('06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Scalar-List-Utils-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:48:43
  Author: spupykin
Revision: 313370

archrelease: copy trunk to community-x86_64

Added:
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 313369, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 11:48:30 UTC (rev 313369)
+++ PKGBUILD2018-03-29 11:48:43 UTC (rev 313370)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.46
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
-'perl-params-validationcompiler')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(https://www.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-sha256sums=('e9fcf859103e9a8067d5e11b7b14e956c8fd4ad6402124fb1221d527b0688788')
-
-build() {
-  cd  "$srcdir"/DateTime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  "$srcdir"/DateTime-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 313369, 
perl-datetime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 11:48:43 UTC (rev 313370)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.48
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(https://www.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('5005446eabed6ac96c93e40d284987f0fd1bbfd41a1a7dd5e2abe646dfd68c3e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-scalar-list-utils/trunk (PKGBUILD)

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:48:50
  Author: spupykin
Revision: 313371

upgpkg: perl-scalar-list-utils 1.50-1

Modified:
  perl-scalar-list-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:48:43 UTC (rev 313370)
+++ PKGBUILD2018-03-29 11:48:50 UTC (rev 313371)
@@ -3,7 +3,7 @@
 # Contributor: John D Jones III AKA jnbek 
 
 pkgname='perl-scalar-list-utils'
-pkgver=1.49
+pkgver=1.50
 pkgrel=1
 pkgdesc="A selection of general-utility list subroutines"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=()
 url='https://metacpan.org/release/Scalar-List-Utils'
 
source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
-sha256sums=('f4ffdd4833e872f472c22a86cd8057e715e565c247d94bd5f9b3ba9af284bfdc')
+sha256sums=('06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:48:30
  Author: spupykin
Revision: 313369

upgpkg: perl-datetime 1.48-1

Modified:
  perl-datetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:41:33 UTC (rev 313368)
+++ PKGBUILD2018-03-29 11:48:30 UTC (rev 313369)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime
-pkgver=1.46
+pkgver=1.48
 pkgrel=1
 pkgdesc="A complete, easy to use date and time object"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 provides=("perl-datetime=`printf %.4f $pkgver`")
 options=('!emptydirs')
 
source=(https://www.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-sha256sums=('e9fcf859103e9a8067d5e11b7b14e956c8fd4ad6402124fb1221d527b0688788')
+sha256sums=('5005446eabed6ac96c93e40d284987f0fd1bbfd41a1a7dd5e2abe646dfd68c3e')
 
 build() {
   cd  "$srcdir"/DateTime-$pkgver


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:41:33
  Author: spupykin
Revision: 313368

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 11:41:19 UTC (rev 313367)
+++ PKGBUILD2018-03-29 11:41:33 UTC (rev 313368)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://nextcloud.com/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('363b51980c1ae8689433d006a7707006c49a706c8f8d0c0d4ac53e644b5db7fb')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 313367, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 11:41:33 UTC (rev 313368)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://nextcloud.com/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('05974bcbb5e54593df98c0d5a5475332417f390d45cb4b0bd4198f91a643f2a5')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:41:19
  Author: spupykin
Revision: 313367

upgpkg: nextcloud-app-contacts 2.1.3-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:40:54 UTC (rev 313366)
+++ PKGBUILD2018-03-29 11:41:19 UTC (rev 313367)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('363b51980c1ae8689433d006a7707006c49a706c8f8d0c0d4ac53e644b5db7fb')
+sha256sums=('05974bcbb5e54593df98c0d5a5475332417f390d45cb4b0bd4198f91a643f2a5')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:40:54
  Author: spupykin
Revision: 313366

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   64 +++
 mairix.install |   28 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 11:40:42 UTC (rev 313365)
+++ PKGBUILD2018-03-29 11:40:54 UTC (rev 313366)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: Giorgio Lando 
-# Contributor: Andreas Wagner 
-
-pkgname=mairix
-pkgver=0.23
-pkgrel=2
-pkgdesc="A program for indexing and searching emails"
-arch=('i686' 'x86_64')
-url="http://www.rpcurnow.force9.co.uk/mairix/;
-license=('GPL')
-depends=(bzip2 zlib)
-makedepends=('flex' 'bison')
-install=$pkgname.install
-source=(http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('732cf94e05c779ff1ce4a9e9eb19ab44')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/
-  mv $pkgdir/usr/man $pkgdir/usr/share/
-  install -D -m 644 dotmairixrc.eg $pkgdir/etc/mairixrc.sample
-}

Copied: mairix/repos/community-x86_64/PKGBUILD (from rev 313365, 
mairix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 11:40:54 UTC (rev 313366)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: Giorgio Lando 
+# Contributor: Andreas Wagner 
+
+pkgname=mairix
+pkgver=0.24
+pkgrel=1
+pkgdesc="A program for indexing and searching emails"
+arch=('x86_64')
+url="http://www.rpcurnow.force9.co.uk/mairix/;
+license=('GPL')
+depends=(bzip2 zlib)
+makedepends=('flex' 'bison')
+install=$pkgname.install
+source=(https://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a0702e079c768b6fbe25687ebcbabe7965eb493d269a105998c7c1c2caef4a57')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
+  install -D -m 644 dotmairixrc.eg "$pkgdir"/etc/mairixrc.sample
+}

Deleted: mairix.install
===
--- mairix.install  2018-03-29 11:40:42 UTC (rev 313365)
+++ mairix.install  2018-03-29 11:40:54 UTC (rev 313366)
@@ -1,14 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-
-cat << EOM
-
-==> mairix post-install message:
-
-==> copy /etc/mairixrc.sample in ~/.mairixrc
-==> and edit it according to your needs.
-
-EOM
-
-}
-

Copied: mairix/repos/community-x86_64/mairix.install (from rev 313365, 
mairix/trunk/mairix.install)
===
--- mairix.install  (rev 0)
+++ mairix.install  2018-03-29 11:40:54 UTC (rev 313366)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+
+cat << EOM
+
+==> mairix post-install message:
+
+==> copy /etc/mairixrc.sample in ~/.mairixrc
+==> and edit it according to your needs.
+
+EOM
+
+}
+


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:40:42
  Author: spupykin
Revision: 313365

upgpkg: mairix 0.24-1

Modified:
  mairix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 11:40:34 UTC (rev 313364)
+++ PKGBUILD2018-03-29 11:40:42 UTC (rev 313365)
@@ -5,8 +5,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=mairix
-pkgver=0.23
-pkgrel=2
+pkgver=0.24
+pkgrel=1
 pkgdesc="A program for indexing and searching emails"
 arch=('x86_64')
 url="http://www.rpcurnow.force9.co.uk/mairix/;
@@ -15,7 +15,7 @@
 makedepends=('flex' 'bison')
 install=$pkgname.install
 source=(https://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('804e235b183c3350071a28cdda8eb465bcf447092a8206f40486191875bdf2fb')
+sha256sums=('a0702e079c768b6fbe25687ebcbabe7965eb493d269a105998c7c1c2caef4a57')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:40:34
  Author: spupykin
Revision: 313364

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 313363, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 313363, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   96 +++
 drupal.install |   14 
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-29 11:40:19 UTC (rev 313363)
+++ PKGBUILD2018-03-29 11:40:34 UTC (rev 313364)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.5.0
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad137a492676334b44adafdb92a692561dbb7e53bdfbd606066b5a196eb85f15')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 313363, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-29 11:40:34 UTC (rev 313364)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.5.1
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('7bcd8f05415e60301a2b38a7352f9018ae7bedc2ca0ab68d114f6b5de6bb598e')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2018-03-29 11:40:19 UTC (rev 313363)
+++ drupal.install  2018-03-29 11:40:34 UTC (rev 313364)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 313363, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2018-03-29 11:40:34 UTC (rev 313364)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2018-03-29 Thread Sergej Pupykin via arch-commits
Date: Thursday, March 29, 2018 @ 11:40:19
  Author: spupykin
Revision: 313363

upgpkg: drupal 8.5.1-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-29 09:22:39 UTC (rev 313362)
+++ PKGBUILD2018-03-29 11:40:19 UTC (rev 313363)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.5.0
+pkgver=8.5.1
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('ad137a492676334b44adafdb92a692561dbb7e53bdfbd606066b5a196eb85f15')
+sha256sums=('7bcd8f05415e60301a2b38a7352f9018ae7bedc2ca0ab68d114f6b5de6bb598e')
 
 package() {
   depends=('php' 'php-gd')


  1   2   >