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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:37:19
  Author: arojas
Revision: 290437

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-power-manager/repos/community-staging-x86_64/
  mate-power-manager/repos/community-staging-x86_64/PKGBUILD
(from rev 290436, mate-power-manager/trunk/PKGBUILD)

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

Copied: mate-power-manager/repos/community-staging-x86_64/PKGBUILD (from rev 
290436, mate-power-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 07:37:19 UTC (rev 290437)
@@ -0,0 +1,36 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha256sums=('9c2feb97c606e02a44d976584f4f4cca5cd4d3bde48e14c39d156f3c0b160c0d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:36:54
  Author: arojas
Revision: 290436

Update to 1.20

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 07:34:10 UTC (rev 290435)
+++ PKGBUILD2018-02-09 07:36:54 UTC (rev 290436)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-power-manager
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=('mate-power-manager-gtk3')
 replaces=('mate-power-manager-gtk3')
-sha256sums=('25dbd47c063d9aa2ed4be6401f6650aec11e0baa6bdd5dbb12cbb6952461cbeb')
+sha256sums=('9c2feb97c606e02a44d976584f4f4cca5cd4d3bde48e14c39d156f3c0b160c0d')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:34:10
  Author: arojas
Revision: 290435

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mate-polkit/repos/community-staging-x86_64/PKGBUILD (from rev 290434, 
mate-polkit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-09 07:34:10 UTC (rev 290435)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-polkit
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="PolicyKit integration for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('LGPL')
+groups=('mate')
+depends=('gtk3' 'polkit')
+makedepends=('accountsservice' 'gobject-introspection' 'intltool')
+conflicts=('mate-polkit-gtk3')
+replaces=('mate-polkit-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:33:43
  Author: arojas
Revision: 290434

Update to 1.20

Modified:
  mate-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 07:10:39 UTC (rev 290433)
+++ PKGBUILD2018-02-09 07:33:43 UTC (rev 290434)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-polkit
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="PolicyKit integration for the MATE desktop"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('mate-polkit-gtk3')
 replaces=('mate-polkit-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6dc987edfa6239ded5edc8a472a19a77839348519cf24cd968019420f9a1bd06')
+sha256sums=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:20:04
  Author: arojas
Revision: 316500

archrelease: copy trunk to extra-x86_64

Added:
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 316499, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 316499, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/lua52_compat.patch

+
 PKGBUILD   |   70 +--
 lua52_compat.patch |   26 +-
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 07:19:41 UTC (rev 316499)
+++ PKGBUILD2018-02-09 07:20:04 UTC (rev 316500)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=freeciv
-pkgver=2.5.9
-pkgrel=1
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('i686' 'x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('4fe9d83fcfdbd5afbf17816974aa0395c729fc96'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/lua52_compat.patch
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-x86_64/PKGBUILD (from rev 316499, 
freeciv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 07:20:04 UTC (rev 316500)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=freeciv
+pkgver=2.5.10
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('b5c3638da08d236497223a43b7bb4c386c56ef46'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "$srcdir"/lua52_compat.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: lua52_compat.patch
===
--- lua52_compat.patch  2018-02-09 07:19:41 UTC (rev 316499)
+++ lua52_compat.patch  2018-02-09 07:20:04 UTC (rev 316500)
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5cfc1d1..1c66051 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1263,7 +1263,7 @@ esac], [sys_lua=false])
- dnl There's wide divergence on what the pkg-config file for Lua is called
- dnl See http://lua-users.org/lists/lua-l/2008-09/msg00184.html
- if test "x$sys_lua" = "xtrue" || test "x$sys_lua" = "xtest" ; then
--  PKG_CHECK_MODULES([LUA], [lua5.2], [sys_lua=true],
-+  PKG_CHECK_MODULES([LUA], [lua52], [sys_lua=true],
- [PKG_CHECK_MODULES([LUA], [lua-5.2], [sys_lua=true],
-   [PKG_CHECK_MODULES([LUA], [lua >= 5.2 lua < 5.3], [sys_lua=true],
- [if test "x$sys_lua" = "xtrue" ; then

Copied: freeciv/repos/extra-x86_64/lua52_compat.patch (from rev 316499, 
freeciv/trunk/lua52_compat.patch)
===
--- lua52_compat.patch  (rev 0)
+++ lua52_compat.patch  2018-02-09 07:20:04 UTC (rev 316500)
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 5cfc1d1..1c66051 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1263,7 +1263,7 @@ esac], [sys_lua=false])
+ dnl There's wide divergence on what the pkg-config file for Lua is called
+ dnl See http://lua-users.org/lists/lua-l/2008-09/msg00184.html
+ if test "x$sys_lua" = "xtrue" || test "x$sys_lua" = "xtest" ; then
+-  PKG_CHECK_MODULES([LUA], [lua5.2], [sys_lua=true],
++  PKG_CHECK_MODULES([LUA], [lua52], [sys_lua=true],
+ [PKG_CHECK_MODULES([LUA], [lua-5.2], [sys_lua=true],
+   [PKG_CHECK_MODULES([LUA], [lua >= 5.2 lua < 5.3], [sys_lua=true],
+ [if test "x$sys_lua" = "xtrue" ; then


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:19:41
  Author: arojas
Revision: 316499

Update to 2.5.10

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 07:00:01 UTC (rev 316498)
+++ PKGBUILD2018-02-09 07:19:41 UTC (rev 316499)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=freeciv
-pkgver=2.5.9
+pkgver=2.5.10
 pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/freeciv/database.lua')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('4fe9d83fcfdbd5afbf17816974aa0395c729fc96'
+sha1sums=('b5c3638da08d236497223a43b7bb4c386c56ef46'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:10:39
  Author: arojas
Revision: 290433

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 290432, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-09 07:09:52 UTC (rev 290432)
+++ PKGBUILD2018-02-09 07:10:39 UTC (rev 290433)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.29.4
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('f7677f3b0a27aa3976354ec3ea8d0d2b55eb3c31809e94e27aa46efaf4f24efd')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 290432, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-09 07:10:39 UTC (rev 290433)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.29.5
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('5c350aa6ff0133c539d874bd1d6db0e1726335b45262c9c96449c843b0374e11')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 07:09:52
  Author: arojas
Revision: 290432

Update to 14.29.5

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 06:53:55 UTC (rev 290431)
+++ PKGBUILD2018-02-09 07:09:52 UTC (rev 290432)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.29.4
+pkgver=14.29.5
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('f7677f3b0a27aa3976354ec3ea8d0d2b55eb3c31809e94e27aa46efaf4f24efd')
+sha256sums=('5c350aa6ff0133c539d874bd1d6db0e1726335b45262c9c96449c843b0374e11')
 
 package() {
   cd $pkgname-$pkgver


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

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 07:00:01
  Author: eworm
Revision: 316498

archrelease: copy trunk to testing-x86_64

Added:
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 316497, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 316497, e2fsprogs/trunk/PKGBUILD)

-+
 MIT-LICENSE |   25 +
 PKGBUILD|   67 ++
 2 files changed, 92 insertions(+)

Copied: e2fsprogs/repos/testing-x86_64/MIT-LICENSE (from rev 316497, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-x86_64/MIT-LICENSE  (rev 0)
+++ testing-x86_64/MIT-LICENSE  2018-02-09 07:00:01 UTC (rev 316498)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-x86_64/PKGBUILD (from rev 316497, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-09 07:00:01 UTC (rev 316498)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: judd 
+
+pkgname=e2fsprogs
+pkgver=1.43.9
+pkgrel=1
+pkgdesc="Ext2/3/4 filesystem utilities"
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url="http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('util-linux')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha256sums=('926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f'
+'SKIP'
+'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
+
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+  --prefix=/usr \
+  --with-root-prefix="" \
+  --libdir=/usr/lib \
+  --sbindir=/usr/bin \
+  --enable-elf-shlibs \
+  --disable-fsck \
+  --disable-uuidd \
+  --disable-libuuid \
+  --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
+  sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' 
"${pkgdir}/usr/bin/compile_et"
+
+  # remove static libraries with a shared counterpart
+  rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install MIT license
+  install -Dm644 "${srcdir}/MIT-LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE"
+}


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

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 06:59:58
  Author: eworm
Revision: 316497

upgpkg: e2fsprogs 1.43.9-1

new upstream release

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:23:08 UTC (rev 316496)
+++ PKGBUILD2018-02-09 06:59:58 UTC (rev 316497)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.43.8
+pkgver=1.43.9
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

 
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
 'MIT-LICENSE')
-sha256sums=('c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a'
+sha256sums=('926f8e8de1ffba55d791f21b71334e8a32b5227257ad370f2bf7e4396629e97f'
 'SKIP'
 'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb')
 


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

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 06:53:55
  Author: eworm
Revision: 290431

archrelease: copy trunk to community-testing-x86_64

Added:
  yubikey-personalization/repos/community-testing-x86_64/
  yubikey-personalization/repos/community-testing-x86_64/PKGBUILD
(from rev 290430, yubikey-personalization/trunk/PKGBUILD)

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

Copied: yubikey-personalization/repos/community-testing-x86_64/PKGBUILD (from 
rev 290430, yubikey-personalization/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-09 06:53:55 UTC (rev 290431)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubikey-personalization
+_shortname=ykpers
+pkgver=1.18.1
+pkgrel=2
+pkgdesc='Yubico YubiKey Personalization library and tool'
+arch=('x86_64')
+url='https://github.com/Yubico/yubikey-personalization'
+license=('BSD')
+depends=('libusb' 'json-c' 'yubico-c-client')
+# We need systemd to be installed for udev version check
+makedepends=('systemd')
+provides=('ykpers')
+conflicts=('ykpers')
+validpgpkeys=('0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A') # Klas Lindfors 

+source=("https://developers.yubico.com/${pkgname}/Releases/${_shortname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('9ffdb938121a867aa0b350b49daff5807884c2268dfe6d245d133474cd9c5256'
+'SKIP')
+
+build() {
+   cd "${_shortname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-udevrulesdir=/usr/lib/udev/rules.d/
+   make
+}
+
+check() {
+   cd "${_shortname}-${pkgver}"
+
+   make check
+}
+
+package() {
+   cd "${_shortname}-${pkgver}"
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubikey-personalization/COPYING"
+   install -D -m0644 README 
"${pkgdir}/usr/share/doc/yubikey-personalization/README"
+   make DESTDIR="${pkgdir}/" install
+}
+


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

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 06:53:52
  Author: eworm
Revision: 290430

upgpkg: yubikey-personalization 1.18.1-2

depend on json-c (FS#57441)

Modified:
  yubikey-personalization/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-09 06:48:36 UTC (rev 290429)
+++ PKGBUILD2018-02-09 06:53:52 UTC (rev 290430)
@@ -4,12 +4,12 @@
 pkgname=yubikey-personalization
 _shortname=ykpers
 pkgver=1.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Yubico YubiKey Personalization library and tool'
 arch=('x86_64')
 url='https://github.com/Yubico/yubikey-personalization'
 license=('BSD')
-depends=('libusb' 'yubico-c-client')
+depends=('libusb' 'json-c' 'yubico-c-client')
 # We need systemd to be installed for udev version check
 makedepends=('systemd')
 provides=('ykpers')


[arch-commits] Commit in open-vm-tools/repos (5 files)

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 06:48:36
  Author: eworm
Revision: 290429

archrelease: copy trunk to community-testing-x86_64

Added:
  open-vm-tools/repos/community-testing-x86_64/
  
open-vm-tools/repos/community-testing-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
(from rev 290428, 
open-vm-tools/trunk/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch)
  open-vm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 290428, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service
(from rev 290428, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service
(from rev 290428, open-vm-tools/trunk/vmware-vmblock-fuse.service)

-+
 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch |   83 ++
 PKGBUILD|   66 +++
 vmtoolsd.service|9 +
 vmware-vmblock-fuse.service |   12 +
 4 files changed, 170 insertions(+)

Copied: 
open-vm-tools/repos/community-testing-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
 (from rev 290428, 
open-vm-tools/trunk/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch)
===
--- 
community-testing-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
(rev 0)
+++ 
community-testing-x86_64/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
2018-02-09 06:48:36 UTC (rev 290429)
@@ -0,0 +1,83 @@
+From c5bc784da611ee929e0da7c20a410e03e6540613 Mon Sep 17 00:00:00 2001
+From: Oliver Kurth 
+Date: Fri, 26 Jan 2018 15:04:36 -0800
+Subject: [PATCH] Set X11 as the backend for gtk3 of open-vm-tools
+
+Open-vm-tools defaults to gtk3.  For distros like Fedora 27, Wayland is
+the default display server.  With no restriction on the backend, plugins
+will try to use Wayland as the backend of Gtk+3.  As a result,
+gdk_display_get_default() returns a Wayland display;
+gdk_display_get_default_group() also returns a Wayland window.  Applying
+GDK_WINDOW_XID() on the Wayland window will result in the crash reported
+on recent Linux releases that default to a Wayland display server.
+
+As X11-specific code is widely used in tools plugins, a migratation to
+Wayland in the short term is not possible.  So, as a compromised solution,
+plugins can be forced to run on XWayland, which is the compatible mode
+of Wayland for legacy X11 clients.
+
+gdk_set_allowed_backends() only applies when flag GTK3 is defined, and Gtk
+version cwgreater than 3.10.
+---
+ open-vm-tools/services/plugins/desktopEvents/x11Lock.c   | 12 +++-
+ open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp | 14 +-
+ 2 files changed, 24 insertions(+), 2 deletions(-)
+
+diff --git a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c 
b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+index 572234ac..613b6946 100644
+--- a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
 b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -364,6 +364,16 @@ X11Lock_Init(ToolsAppCtx *ctx,
+g_set_prgname(VMUSER_TITLE);
+argv[0] = VMUSER_TITLE;
+ 
++#if GTK_MAJOR_VERSION > 3 || (GTK_MAJOR_VERSION == 3 && GTK_MINOR_VERSION >= 
10)
++   /*
++* On recent distros, Wayland is the default display server. If the 
obtained
++* display or window is a wayland one, applying X11 specific functions on 
them
++* will result in crashes. Before migrating the X11 specific code to 
Wayland,
++* force using X11 as the backend of Gtk+3. gdk_set_allowed_backends() is
++* introduced since Gtk+3.10 and Wayland is supported from Gtk+3.10.
++*/
++   gdk_set_allowed_backends("x11");
++#endif
+/* XXX: is calling gtk_init() multiple times safe? */
+gtk_init(, (char ***) );
+ 
+diff --git a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp 
b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+index fffdc402..4c2f3d8d 100644
+--- a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
 b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or 

[arch-commits] Commit in open-vm-tools/trunk (2 files)

2018-02-08 Thread Christian Hesse via arch-commits
Date: Friday, February 9, 2018 @ 06:48:32
  Author: eworm
Revision: 290428

upgpkg: open-vm-tools 6:10.2.0-2

Set X11 as the backend for gtk3 of open-vm-tools (FS#57425)

Added:
  
open-vm-tools/trunk/0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
Modified:
  open-vm-tools/trunk/PKGBUILD

-+
 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch |   83 ++
 PKGBUILD|   23 +-
 2 files changed, 99 insertions(+), 7 deletions(-)

Added: 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch
===
--- 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch 
(rev 0)
+++ 0001-Set-X11-as-the-backend-for-gtk3-of-open-vm-tools.patch 2018-02-09 
06:48:32 UTC (rev 290428)
@@ -0,0 +1,83 @@
+From c5bc784da611ee929e0da7c20a410e03e6540613 Mon Sep 17 00:00:00 2001
+From: Oliver Kurth 
+Date: Fri, 26 Jan 2018 15:04:36 -0800
+Subject: [PATCH] Set X11 as the backend for gtk3 of open-vm-tools
+
+Open-vm-tools defaults to gtk3.  For distros like Fedora 27, Wayland is
+the default display server.  With no restriction on the backend, plugins
+will try to use Wayland as the backend of Gtk+3.  As a result,
+gdk_display_get_default() returns a Wayland display;
+gdk_display_get_default_group() also returns a Wayland window.  Applying
+GDK_WINDOW_XID() on the Wayland window will result in the crash reported
+on recent Linux releases that default to a Wayland display server.
+
+As X11-specific code is widely used in tools plugins, a migratation to
+Wayland in the short term is not possible.  So, as a compromised solution,
+plugins can be forced to run on XWayland, which is the compatible mode
+of Wayland for legacy X11 clients.
+
+gdk_set_allowed_backends() only applies when flag GTK3 is defined, and Gtk
+version cwgreater than 3.10.
+---
+ open-vm-tools/services/plugins/desktopEvents/x11Lock.c   | 12 +++-
+ open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp | 14 +-
+ 2 files changed, 24 insertions(+), 2 deletions(-)
+
+diff --git a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c 
b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+index 572234ac..613b6946 100644
+--- a/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
 b/open-vm-tools/services/plugins/desktopEvents/x11Lock.c
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -364,6 +364,16 @@ X11Lock_Init(ToolsAppCtx *ctx,
+g_set_prgname(VMUSER_TITLE);
+argv[0] = VMUSER_TITLE;
+ 
++#if GTK_MAJOR_VERSION > 3 || (GTK_MAJOR_VERSION == 3 && GTK_MINOR_VERSION >= 
10)
++   /*
++* On recent distros, Wayland is the default display server. If the 
obtained
++* display or window is a wayland one, applying X11 specific functions on 
them
++* will result in crashes. Before migrating the X11 specific code to 
Wayland,
++* force using X11 as the backend of Gtk+3. gdk_set_allowed_backends() is
++* introduced since Gtk+3.10 and Wayland is supported from Gtk+3.10.
++*/
++   gdk_set_allowed_backends("x11");
++#endif
+/* XXX: is calling gtk_init() multiple times safe? */
+gtk_init(, (char ***) );
+ 
+diff --git a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp 
b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+index fffdc402..4c2f3d8d 100644
+--- a/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
 b/open-vm-tools/services/plugins/dndcp/copyPasteDnDX11.cpp
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright (C) 2010-2016 VMware, Inc. All rights reserved.
++ * Copyright (C) 2010-2018 VMware, Inc. All rights reserved.
+  *
+  * This program is free software; you can redistribute it and/or modify it
+  * under the terms of the GNU Lesser General Public License as published
+@@ -211,6 +211,18 @@ gboolean
+ CopyPasteDnDX11::Init(ToolsAppCtx *ctx)
+ {
+TRACE_CALL();
++
++#if GTK_MAJOR_VERSION > 3 || (GTK_MAJOR_VERSION == 3 && GTK_MINOR_VERSION >= 
10)
++   /*
++* On recent distros, Wayland is the default display server. If the 
obtained
++* display or window is a wayland one, applying X11 specific functions on 
them
++* will result in crashes. Before migrating the X11 specific code to 
Wayland,
++* force using X11 as the backend of Gtk+3. gdk_set_allowed_backends() is
++* introduced since Gtk+3.10 and Wayland is supported from Gtk+3.10.
++*/
++   gdk_set_allowed_backends("x11");
++#endif
++
+CopyPasteDnDWrapper *wrapper = CopyPasteDnDWrapper::GetInstance();
+ 
+ 

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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:51:17
  Author: kkeen
Revision: 290427

archrelease: copy trunk to community-staging-x86_64

Added:
  neko/repos/community-staging-x86_64/
  neko/repos/community-staging-x86_64/PKGBUILD
(from rev 290426, neko/trunk/PKGBUILD)

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

Copied: neko/repos/community-staging-x86_64/PKGBUILD (from rev 290426, 
neko/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 23:51:17 UTC (rev 290427)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Dwight Schauer 
+# Contributor: Stefan Husmann 
+# Contributor: Christoph Zeiler 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Caleb McCombs 
+# Contributor: Christian Hesse 
+
+pkgname=neko
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='High-level and dynamically typed programming language'
+url='http://nekovm.org/' # no https
+license=('LGPL')
+arch=('x86_64')
+depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite')
+makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja')
+optdepends=('apache: for extending Apache with mod_neko')
+options=('!strip')
+source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-};)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i '/xlocale.h/d' "$pkgname/libs/std/sys.c"
+}
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DRUN_LDCONFIG=OFF \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: nekovm.org/download
+# vim: ts=2 sw=2 et:


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:50:53
  Author: kkeen
Revision: 290426

mbedtls 2.7.0 rebuild

Modified:
  neko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:48:19 UTC (rev 290425)
+++ PKGBUILD2018-02-08 23:50:53 UTC (rev 290426)
@@ -9,7 +9,7 @@
 
 pkgname=neko
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High-level and dynamically typed programming language'
 url='http://nekovm.org/' # no https
 license=('LGPL')


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:48:19
  Author: kkeen
Revision: 290425

archrelease: copy trunk to community-staging-x86_64

Added:
  umurmur/repos/community-staging-x86_64/
  umurmur/repos/community-staging-x86_64/PKGBUILD
(from rev 290424, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-x86_64/umurmur.service
(from rev 290424, umurmur/trunk/umurmur.service)
  umurmur/repos/community-staging-x86_64/umurmur.sysusers
(from rev 290424, umurmur/trunk/umurmur.sysusers)

--+
 PKGBUILD |   50 ++
 umurmur.service  |   15 +++
 umurmur.sysusers |1 +
 3 files changed, 66 insertions(+)

Copied: umurmur/repos/community-staging-x86_64/PKGBUILD (from rev 290424, 
umurmur/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 23:48:19 UTC (rev 290425)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=8
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-staging-x86_64/umurmur.service (from rev 
290424, umurmur/trunk/umurmur.service)
===
--- community-staging-x86_64/umurmur.service(rev 0)
+++ community-staging-x86_64/umurmur.service2018-02-08 23:48:19 UTC (rev 
290425)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -p /run/umurmurd.pid -c 
/etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-staging-x86_64/umurmur.sysusers (from rev 
290424, umurmur/trunk/umurmur.sysusers)
===
--- community-staging-x86_64/umurmur.sysusers   (rev 0)
+++ community-staging-x86_64/umurmur.sysusers   2018-02-08 23:48:19 UTC (rev 
290425)
@@ -0,0 +1 @@
+u umurmur - - -


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:48:03
  Author: kkeen
Revision: 290424

upgpkg: umurmur 0.2.17-8

rebuild against mbedtls 2.7.0

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:45:08 UTC (rev 290423)
+++ PKGBUILD2018-02-08 23:48:03 UTC (rev 290424)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=7
+pkgrel=8
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('x86_64')


[arch-commits] Commit in shadowsocks-libev/repos (7 files)

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:45:08
  Author: kkeen
Revision: 290423

archrelease: copy trunk to community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 290422, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev@.service)

---+
 PKGBUILD  |   50 
 shadowsocks-libev-redir@.service  |   13 +
 shadowsocks-libev-server@.service |   13 +
 shadowsocks-libev-tunnel@.service |   13 +
 shadowsocks-libev.install |   10 +++
 shadowsocks-libev@.service|   13 +
 6 files changed, 112 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD (from rev 
290422, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 23:45:08 UTC (rev 290423)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=3.1.3
+pkgrel=2
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'c-ares' 'pcre' 'libcorkipset' 
'libbloom')
+makedepends=('asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('a262315cf04c325b5b659f07fd751f2f7b651feed5e2ac7290c1b3ce91fe5bd7efa7ff834f82f3fb00d5551cba8277f8668cdefbfe35279d7835089cbcced55f'
+
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
+
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
+
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
+
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|AC_CONFIG_FILES(\[libbloom/Makefile libcork/Makefile 
libipset/Makefile\])||' configure.ac
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/shadowsocks-libev@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-server@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-redir@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-redir@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-tunnel@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-tunnel@.service"
+}

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
 (from rev 290422, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
===
--- community-staging-x86_64/shadowsocks-libev-redir@.service   
(rev 0)
+++ community-staging-x86_64/shadowsocks-libev-redir@.service   2018-02-08 
23:45:08 UTC (rev 290423)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-redir -c 

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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:44:45
  Author: kkeen
Revision: 290422

upgpkg: shadowsocks-libev 3.1.3-2

rebuild with mbedtls 2.7.0

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:33:46 UTC (rev 290421)
+++ PKGBUILD2018-02-08 23:44:45 UTC (rev 290422)
@@ -6,7 +6,7 @@
 
 pkgname=shadowsocks-libev
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('x86_64')
 url='https://github.com/shadowsocks/shadowsocks-libev'


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:33:46
  Author: kkeen
Revision: 290421

archrelease: copy trunk to community-staging-x86_64

Added:
  hiawatha/repos/community-staging-x86_64/PKGBUILD
(from rev 290420, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-staging-x86_64/hiawatha.conf.sample
(from rev 290420, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-staging-x86_64/hiawatha.service
(from rev 290420, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.service
(from rev 290420, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.timer
(from rev 290420, hiawatha/trunk/letsencrypt-renew.timer)
Deleted:
  hiawatha/repos/community-staging-x86_64/PKGBUILD
  hiawatha/repos/community-staging-x86_64/hiawatha.conf.sample
  hiawatha/repos/community-staging-x86_64/hiawatha.service
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.service
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.timer

---+
 PKGBUILD  |  208 +++-
 hiawatha.conf.sample  |  228 ++--
 hiawatha.service  |   32 +++---
 letsencrypt-renew.service |   14 +-
 letsencrypt-renew.timer   |   22 ++--
 5 files changed, 251 insertions(+), 253 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 23:33:26 UTC (rev 290420)
+++ PKGBUILD2018-02-08 23:33:46 UTC (rev 290421)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Kurt Marasco 
-# Contributor: Pascal Ernster 
-
-pkgname=hiawatha
-pkgver=10.7
-pkgrel=3
-pkgdesc="Secure and advanced webserver"
-url="https://www.hiawatha-webserver.org/;
-arch=('x86_64')
-license=('GPL2')
-depends=('libxslt' 'mbedtls')
-optdepends=('php-fpm: PHP fastcgi'
-'php: letsencrypt')
-makedepends=('cmake')
-backup=(
-'etc/hiawatha/hiawatha.conf'
-'etc/hiawatha/cgi-wrapper.conf'
-'etc/hiawatha/mimetype.conf'
-)
-
-source=(
-"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
-'hiawatha.conf.sample'
-'hiawatha.service'
-'letsencrypt-renew.service'
-'letsencrypt-renew.timer'
-)
-sha256sums=('363e99d84a85dafbb74bcc30b3e30286053ec2abbc7afe08cd87193611735f74'
-'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
-'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
-'85190e186efc9092752ffc8fa603593e27afa9e8a6abf974fbc0e62fe08eb882'
-'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/www-data/http/g' extra/logrotate.in
-
-  # "Mbed TLS 2.7.0 maintains source code compatibility with previous versions 
of Mbed TLS"
-  # Sure...
-  sed -i 's/MBEDTLS_DHM_RFC5114_MODP_2048_P/MBEDTLS_DHM_RFC5114_MODP_P/' 
src/tls.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-
-  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
--DCMAKE_INSTALL_BINDIR="/usr/bin" \
--DCMAKE_INSTALL_SBINDIR="/usr/bin" \
--DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
--DCMAKE_INSTALL_LIBDIR="/usr/lib" \
--DCMAKE_INSTALL_MANDIR="/usr/share/man" \
--DCONFIG_DIR="/etc/hiawatha" \
--DLOG_DIR="/var/log/hiawatha" \
--DPID_DIR="/run" \
--DENABLE_TLS=ON \
--DUSE_SYSTEM_MBEDTLS=ON \
--DENABLE_MONITOR=ON \
--DWEBROOT_DIR="/srv/http/hiawatha" \
--DWORK_DIR="/var/lib/hiawatha"
-
-  make
-
-  # Features enabled by default
-  # -DENABLE_CACHE
-  # -DENABLE_IPV6
-  # -DENABLE_RPROXY
-  # -DENABLE_TOOLKIT
-  # -DENABLE_XSLT
-
-  # Features disabled by default
-  # -DENABLE_DEBUG
-  # -DENABLE_TOMAHAWK  
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
- 
-  rmdir "$pkgdir/run"
-  rm "$pkgdir/srv/http/hiawatha/index.html"
-  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
- 
-  # Update stock hiawatha.conf
-  sed -e 's|#ServerId = www-data|ServerId = http|' \
-  -e 's|/var/www/|/srv/http/|g' \
-  -e 's|//|/|g' \
-  -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \
-  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
-  -e 's|#  Extension = php|&\n#   SessionTimeout = 30|g' \
-  -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
-  -i "$pkgdir/etc/hiawatha/hiawatha.conf"
-  
-  install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
-  install -Dm644 "$srcdir/hiawatha.service" 
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
-  install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/"
-
-  mkdir -p "$pkgdir/usr/share/hiawatha/"
-  cd 

[arch-commits] Commit in hiawatha/trunk (PKGBUILD letsencrypt-renew.service)

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:33:26
  Author: kkeen
Revision: 290420

upgpkg: hiawatha 10.7-4  remove mbedtls bugfix, fix FS#57376

Modified:
  hiawatha/trunk/PKGBUILD
  hiawatha/trunk/letsencrypt-renew.service

---+
 PKGBUILD  |8 ++--
 letsencrypt-renew.service |2 ++
 2 files changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:27:49 UTC (rev 290419)
+++ PKGBUILD2018-02-08 23:33:26 UTC (rev 290420)
@@ -5,7 +5,7 @@
 
 pkgname=hiawatha
 pkgver=10.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/;
 arch=('x86_64')
@@ -30,16 +30,12 @@
 sha256sums=('363e99d84a85dafbb74bcc30b3e30286053ec2abbc7afe08cd87193611735f74'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
-'85190e186efc9092752ffc8fa603593e27afa9e8a6abf974fbc0e62fe08eb882'
+'7f903aadf1e7e4bf449c9a647f160051358ef1e2db328afffc7f3a5c204f8ea5'
 'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
   sed -i 's/www-data/http/g' extra/logrotate.in
-
-  # "Mbed TLS 2.7.0 maintains source code compatibility with previous versions 
of Mbed TLS"
-  # Sure...
-  sed -i 's/MBEDTLS_DHM_RFC5114_MODP_2048_P/MBEDTLS_DHM_RFC5114_MODP_P/' 
src/tls.c
 }
 
 build() {

Modified: letsencrypt-renew.service
===
--- letsencrypt-renew.service   2018-02-08 23:27:49 UTC (rev 290419)
+++ letsencrypt-renew.service   2018-02-08 23:33:26 UTC (rev 290420)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Renew Let's Encrypt certificates
+Wants=network-online.target
+After=network-online.target
 
 [Service]
 Type=oneshot


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:27:49
  Author: kkeen
Revision: 290419

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 23:26:38 UTC (rev 290418)
+++ PKGBUILD2018-02-08 23:27:49 UTC (rev 290419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mihai Militaru 
-# Contributor: carstene1ns 
-
-pkgname=mbedtls
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
-arch=('x86_64')
-url="https://tls.mbed.org;
-license=('Apache')
-provides=('polarssl')
-replaces=('polarssl')
-conflicts=('polarssl')
-source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
-#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('6c8e62985c5a73318d391e1327830b3ff85f87a0')
-depends=('glibc')
-options=('staticlibs')
-
-# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
-# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
-# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # enable flags for non-embedded systems
-  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
-  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
-
-  # FS#49914 (2.3.0-2)
-  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  LDFLAGS+=" -I../include " make SHARED=1 no_test
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make SHARED=1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/usr" install
-}

Copied: mbedtls/repos/community-staging-x86_64/PKGBUILD (from rev 290418, 
mbedtls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 23:27:49 UTC (rev 290419)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.7.0
+pkgrel=2
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('6c8e62985c5a73318d391e1327830b3ff85f87a0')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+
+  # https://github.com/ARMmbed/mbedtls/pull/1362/commits/129f508
+  sed -i 's/#define MBEDTLS_DHM_RFC5114_MODP_P/#define 
MBEDTLS_DHM_RFC5114_MODP_2048_P/' include/mbedtls/dhm.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}


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

2018-02-08 Thread Kyle Keen via arch-commits
Date: Thursday, February 8, 2018 @ 23:26:38
  Author: kkeen
Revision: 290418

upgpkg: mbedtls 2.7.0-2 backport bugfix 129f5083

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 22:20:42 UTC (rev 290417)
+++ PKGBUILD2018-02-08 23:26:38 UTC (rev 290418)
@@ -5,7 +5,7 @@
 
 pkgname=mbedtls
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
 url="https://tls.mbed.org;
@@ -31,6 +31,9 @@
 
   # FS#49914 (2.3.0-2)
   sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+
+  # https://github.com/ARMmbed/mbedtls/pull/1362/commits/129f508
+  sed -i 's/#define MBEDTLS_DHM_RFC5114_MODP_P/#define 
MBEDTLS_DHM_RFC5114_MODP_2048_P/' include/mbedtls/dhm.h
 }
 
 build() {


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:23:06
  Author: bisson
Revision: 316495

db-move: moved emacs from [staging] to [testing] (x86_64)

Added:
  emacs/repos/testing-x86_64/
  emacs/repos/testing-x86_64/PKGBUILD
(from rev 316494, emacs/repos/staging-x86_64/PKGBUILD)
Deleted:
  emacs/repos/staging-x86_64/

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

Copied: emacs/repos/testing-x86_64/PKGBUILD (from rev 316494, 
emacs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 23:23:06 UTC (rev 316495)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=25.3
+pkgrel=3
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 
'gnutls')
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+sha1sums=('1cb4f39e9c0a3305fd62f936c7c95ff8e2924323'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 
--with-xft \
+--with-modules
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:23:04
  Author: bisson
Revision: 316494

db-move: moved libotf from [staging] to [testing] (x86_64)

Added:
  libotf/repos/testing-x86_64/
  libotf/repos/testing-x86_64/PKGBUILD
(from rev 316493, libotf/repos/staging-x86_64/PKGBUILD)
Deleted:
  libotf/repos/staging-x86_64/

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

Copied: libotf/repos/testing-x86_64/PKGBUILD (from rev 316493, 
libotf/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 23:23:04 UTC (rev 316494)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Ashish Shukla 
+
+pkgname=libotf
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('x86_64')
+depends=('libxaw' 'freetype2')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:23:08
  Author: bisson
Revision: 316496

db-move: moved m17n-lib from [staging] to [testing] (x86_64)

Added:
  m17n-lib/repos/testing-x86_64/
  m17n-lib/repos/testing-x86_64/PKGBUILD
(from rev 316495, m17n-lib/repos/staging-x86_64/PKGBUILD)
Deleted:
  m17n-lib/repos/staging-x86_64/

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

Copied: m17n-lib/repos/testing-x86_64/PKGBUILD (from rev 316495, 
m17n-lib/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 23:23:08 UTC (rev 316496)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('8eb853e1e0c86a70a09871f3264f950e5d62bba98960b3ffcde11511c138db83'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:20:45
  Author: bisson
Revision: 316493

archrelease: copy trunk to staging-x86_64

Added:
  emacs/repos/staging-x86_64/
  emacs/repos/staging-x86_64/PKGBUILD
(from rev 316492, emacs/trunk/PKGBUILD)

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

Copied: emacs/repos/staging-x86_64/PKGBUILD (from rev 316492, 
emacs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-08 23:20:45 UTC (rev 316493)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Renchi Raju 
+
+pkgname=emacs
+pkgver=25.3
+pkgrel=3
+pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
+arch=('x86_64')
+url="http://www.gnu.org/software/emacs/emacs.html;
+license=('GPL3')
+depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk3' 
'hicolor-icon-theme' 'gconf' 'desktop-file-utils' 'alsa-lib' 'libmagick6' 
'gnutls')
+validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199' 
'28D3BED851FDF3AB57FEF93C233587A47C207910')
+source=(ftp://ftp.gnu.org/gnu/emacs/$pkgname-$pkgver.tar.xz{,.sig})
+sha1sums=('1cb4f39e9c0a3305fd62f936c7c95ff8e2924323'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
+  ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr 
--sysconfdir=/etc --libexecdir=/usr/lib \
+--localstatedir=/var --with-x-toolkit=gtk3 
--with-xft \
+--with-modules
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # remove conflict with ctags package
+  mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
+  mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+
+  # fix user/root permissions on usr/share files
+  find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
+  # fix perms on /var/games
+  chmod 775 "$pkgdir"/var/games
+  chmod 775 "$pkgdir"/var/games/emacs
+  chmod 664 "$pkgdir"/var/games/emacs/*
+  chown -R root:games "$pkgdir"/var/games
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:20:08
  Author: bisson
Revision: 316492

rebuild for libotf-0.9.16

Modified:
  emacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:05:19 UTC (rev 316491)
+++ PKGBUILD2018-02-08 23:20:08 UTC (rev 316492)
@@ -4,7 +4,7 @@
 
 pkgname=emacs
 pkgver=25.3
-pkgrel=2
+pkgrel=3
 pkgdesc="The extensible, customizable, self-documenting real-time display 
editor"
 arch=('x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html;


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:05:13
  Author: bisson
Revision: 316490

rebuild for libotf-0.9.16

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 23:00:49 UTC (rev 316489)
+++ PKGBUILD2018-02-08 23:05:13 UTC (rev 316490)
@@ -4,7 +4,7 @@
 
 pkgname=m17n-lib
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Multilingual text processing library (runtimes)'
 url='http://www.nongnu.org/m17n/'
 arch=('x86_64')


[arch-commits] Commit in m17n-lib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:05:19
  Author: bisson
Revision: 316491

archrelease: copy trunk to staging-x86_64

Added:
  m17n-lib/repos/staging-x86_64/
  m17n-lib/repos/staging-x86_64/PKGBUILD
(from rev 316490, m17n-lib/trunk/PKGBUILD)

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

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 316490, 
m17n-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-08 23:05:19 UTC (rev 316491)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Camille Moncelier 
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('8eb853e1e0c86a70a09871f3264f950e5d62bba98960b3ffcde11511c138db83'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:00:49
  Author: bisson
Revision: 316489

archrelease: copy trunk to staging-x86_64

Added:
  libotf/repos/staging-x86_64/
  libotf/repos/staging-x86_64/PKGBUILD
(from rev 316488, libotf/trunk/PKGBUILD)

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

Copied: libotf/repos/staging-x86_64/PKGBUILD (from rev 316488, 
libotf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-08 23:00:49 UTC (rev 316489)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Ashish Shukla 
+
+pkgname=libotf
+pkgver=0.9.16
+pkgrel=1
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('x86_64')
+depends=('libxaw' 'freetype2')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Gaëtan Bisson via arch-commits
Date: Thursday, February 8, 2018 @ 23:00:31
  Author: bisson
Revision: 316488

upstream update

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:53:08 UTC (rev 316487)
+++ PKGBUILD2018-02-08 23:00:31 UTC (rev 316488)
@@ -3,15 +3,15 @@
 # Contributor: Ashish Shukla 
 
 pkgname=libotf
-pkgver=0.9.13
-pkgrel=2
+pkgver=0.9.16
+pkgrel=1
 pkgdesc='OpenType Font library'
 url='http://www.nongnu.org/m17n/'
 license=('LGPL')
 arch=('x86_64')
 depends=('libxaw' 'freetype2')
-source=("http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 22:20:42
  Author: arojas
Revision: 290417

archrelease: copy trunk to community-any

Added:
  mathjax/repos/community-any/PKGBUILD
(from rev 290416, mathjax/trunk/PKGBUILD)
Deleted:
  mathjax/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 22:20:17 UTC (rev 290416)
+++ PKGBUILD2018-02-08 22:20:42 UTC (rev 290417)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Kevin Dodd 
-# Contributor: Tianjiao Yin 
-
-pkgname=mathjax
-pkgver=2.7.2
-pkgrel=1
-pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
-url='https://www.mathjax.org/'
-arch=(any)
-license=(Apache)
-depends=(xorg-mkfontdir fontconfig)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz;)
-sha256sums=('c4c321783ff0936f0d5ff4281367401595105cc57d4ecda0bb269277496ce2e4')
-
-prepare() {
-  cd MathJax-$pkgver
-
-# Remove unneeded stuff, see 
https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
-  rm -r docs test unpacked
-  rm -r fonts/HTML-CSS/TeX/png
-  for _format in eot otf svg ; do
-   find . -type d -name "$_format" -prune -exec rm -rf {} \;
-  done
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax}
-  cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax
-  mv "$pkgdir"/usr/share/mathjax/fonts "$pkgdir"/usr/share/fonts/mathjax
-  ln -s /usr/share/fonts/mathjax "$pkgdir"/usr/share/mathjax/fonts
-  mv "$pkgdir"/usr/share/mathjax/LICENSE 
"$pkgdir"/usr/share/licenses/mathjax/LICENSE
-}

Copied: mathjax/repos/community-any/PKGBUILD (from rev 290416, 
mathjax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 22:20:42 UTC (rev 290417)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Kevin Dodd 
+# Contributor: Tianjiao Yin 
+
+pkgname=mathjax
+pkgver=2.7.3
+pkgrel=1
+pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
+url='https://www.mathjax.org/'
+arch=(any)
+license=(Apache)
+depends=(xorg-mkfontdir fontconfig)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz;)
+sha256sums=('b4d91a1b5d40a87a95c6a173da8e07f649501a5b1edfc0c68f4226516acfda61')
+
+prepare() {
+  cd MathJax-$pkgver
+
+# Remove unneeded stuff, see 
https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
+  rm -r docs test unpacked
+  rm -r fonts/HTML-CSS/TeX/png
+  for _format in eot otf svg ; do
+   find . -type d -name "$_format" -prune -exec rm -rf {} \;
+  done
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax}
+  cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax
+  mv "$pkgdir"/usr/share/mathjax/fonts "$pkgdir"/usr/share/fonts/mathjax
+  ln -s /usr/share/fonts/mathjax "$pkgdir"/usr/share/mathjax/fonts
+  mv "$pkgdir"/usr/share/mathjax/LICENSE 
"$pkgdir"/usr/share/licenses/mathjax/LICENSE
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 22:20:17
  Author: arojas
Revision: 290416

Update to 2.7.3

Modified:
  mathjax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:55:55 UTC (rev 290415)
+++ PKGBUILD2018-02-08 22:20:17 UTC (rev 290416)
@@ -4,7 +4,7 @@
 # Contributor: Tianjiao Yin 
 
 pkgname=mathjax
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='An open source JavaScript display engine for mathematics that works 
in all modern browsers'
 url='https://www.mathjax.org/'
@@ -12,7 +12,7 @@
 license=(Apache)
 depends=(xorg-mkfontdir fontconfig)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz;)
-sha256sums=('c4c321783ff0936f0d5ff4281367401595105cc57d4ecda0bb269277496ce2e4')
+sha256sums=('b4d91a1b5d40a87a95c6a173da8e07f649501a5b1edfc0c68f4226516acfda61')
 
 prepare() {
   cd MathJax-$pkgver


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:55:55
  Author: arojas
Revision: 290415

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-notification-daemon/repos/community-staging-x86_64/
  mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 290414, mate-notification-daemon/trunk/PKGBUILD)

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

Copied: mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD (from 
rev 290414, mate-notification-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:55:55 UTC (rev 290415)
@@ -0,0 +1,35 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-notification-daemon
+pkgver=1.20.0
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+groups=('mate')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool' 'python')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('ae304c5beca9aae5bf757d41692edabcb887dd43b0bdc89d07a2c57fed290437')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname}
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:55:32
  Author: arojas
Revision: 290414

Update to 1.20

Modified:
  mate-notification-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:54:35 UTC (rev 290413)
+++ PKGBUILD2018-02-08 21:55:32 UTC (rev 290414)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-notification-daemon
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -15,7 +15,7 @@
 conflicts=('mate-notification-daemon-gtk3')
 replaces=('mate-notification-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('258654cee02e58fc657b232b459a15c160bad8a3edbd10f8e62e385b4dab5680')
+sha256sums=('ae304c5beca9aae5bf757d41692edabcb887dd43b0bdc89d07a2c57fed290437')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:54:35
  Author: arojas
Revision: 290413

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mate-netbook/repos/community-staging-x86_64/PKGBUILD (from rev 290412, 
mate-netbook/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:54:35 UTC (rev 290413)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-netbook
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="A simple window management tool (GTK2 version)"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libfakekey' 'mate-panel')
+makedepends=('intltool')
+groups=('mate-extra')
+conflicts=('mate-netbook-gtk3')
+replaces=('mate-netbook-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexec=/usr/lib/${pkgname} \
+--sysconfdir=/etc
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:54:09
  Author: arojas
Revision: 290412

Update to 1.20

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:47:31 UTC (rev 290411)
+++ PKGBUILD2018-02-08 21:54:09 UTC (rev 290412)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-netbook
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="A simple window management tool (GTK2 version)"
 url="https://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6b9f50eda48e19704d2250d0cc34f6d0b60af177595afb4ef6cf75f026acc577')
+sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:53:08
  Author: heftig
Revision: 316487

archrelease: copy trunk to testing-x86_64

Added:
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 316486, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/dbus.sysusers
(from rev 316486, dbus/trunk/dbus.sysusers)

---+
 PKGBUILD  |   87 
 dbus.sysusers |5 +++
 2 files changed, 92 insertions(+)

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 316486, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 21:53:08 UTC (rev 316487)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Tom Gundersen 
+# Contributor: Link Dupont 
+
+pkgbase=dbus
+pkgname=(dbus dbus-docs)
+pkgver=1.12.4
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="https://wiki.freedesktop.org/www/Software/dbus/;
+arch=(x86_64)
+license=(GPL custom)
+depends=(libsystemd expat)
+makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git 
autoconf-archive graphviz)
+_commit=636963fd753b538ee5e55c531e2fe7651b233b67  # tags/dbus-1.12.4^0
+source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
+'dbus.sysusers')
+sha256sums=('SKIP'
+'ee7a7a4b2f944cb2e64b9e760efb82589d81872b5b70268356fb73c83c394845')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^dbus-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  # Reduce docs size
+  printf '%s\n' >>Doxyfile.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-static \
+  --disable-verbose-mode --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd --enable-user-session
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_dbus() {
+  provides=(libdbus)
+  conflicts=(libdbus)
+  replaces=(libdbus)
+
+  cd $pkgbase
+
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir/var/run"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgbase/COPYING"
+
+  # We have a pre-assigned uid (81)
+  install -m644 "$srcdir/dbus.sysusers" "$pkgdir/usr/lib/sysusers.d/dbus.conf"
+
+  # Split docs
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_dbus-docs() {
+  pkgdesc+=" (documentation)"
+  depends=(dbus)
+
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s dbus "$pkgdir/usr/share/licenses/dbus-docs"
+
+  mv doc "$pkgdir/usr/share"
+}

Copied: dbus/repos/testing-x86_64/dbus.sysusers (from rev 316486, 
dbus/trunk/dbus.sysusers)
===
--- testing-x86_64/dbus.sysusers(rev 0)
+++ testing-x86_64/dbus.sysusers2018-02-08 21:53:08 UTC (rev 316487)
@@ -0,0 +1,5 @@
+# sysusers.d snippet for creating the D-Bus system user automatically
+# at boot on systemd-based systems that ship with an unpopulated
+# /etc. See sysusers.d(5) for details.
+
+u dbus 81 "System Message Bus"


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:52:29
  Author: heftig
Revision: 316486

1.12.4-1

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:31:29 UTC (rev 316485)
+++ PKGBUILD2018-02-08 21:52:29 UTC (rev 316486)
@@ -6,7 +6,7 @@
 
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
-pkgver=1.12.2
+pkgver=1.12.4
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/;
@@ -14,7 +14,7 @@
 license=(GPL custom)
 depends=(libsystemd expat)
 makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git 
autoconf-archive graphviz)
-_commit=0f0968336b9711349023e1d41f075b2bccf7c20b  # tags/dbus-1.12.2^0
+_commit=636963fd753b538ee5e55c531e2fe7651b233b67  # tags/dbus-1.12.4^0
 source=("git+https://anongit.freedesktop.org/git/dbus/dbus#commit=$_commit;
 'dbus.sysusers')
 sha256sums=('SKIP'


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mate-media/repos/community-staging-x86_64/PKGBUILD (from rev 290410, 
mate-media/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:47:31 UTC (rev 290411)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-media
+pkgver=1.20.0
+pkgrel=1
+url="https://mate-desktop.org;
+pkgdesc="MATE Media Tools"
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libmatemixer' 'mate-desktop')
+makedepends=('intltool')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-media-gtk3')
+replaces=('mate-media-gtk3')
+sha256sums=('99c50f56c93c5a010806658525b189c2fe7f38802c2f5d6ab79286c4ece16b27')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--localstatedir=/var
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:47:08
  Author: arojas
Revision: 290410

Update to 1.20

Modified:
  mate-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:43:47 UTC (rev 290409)
+++ PKGBUILD2018-02-08 21:47:08 UTC (rev 290410)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-media
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 url="https://mate-desktop.org;
 pkgdesc="MATE Media Tools"
@@ -14,7 +14,7 @@
 groups=('mate-extra')
 conflicts=('mate-media-gtk3')
 replaces=('mate-media-gtk3')
-sha256sums=('6101df5a694251e7032ef69f164cb197bd123c8fbf65ad28cca5229ab73c631f')
+sha256sums=('99c50f56c93c5a010806658525b189c2fe7f38802c2f5d6ab79286c4ece16b27')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme-faenza/repos (2 files)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:43:47
  Author: arojas
Revision: 290409

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme-faenza/repos/community-staging-any/
  mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD
(from rev 290408, mate-icon-theme-faenza/trunk/PKGBUILD)

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

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 
290408, mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-08 21:43:47 UTC (rev 290409)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('08f32e19012bc7501ac445b1a6e13f7cba0a113a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-icon-theme-faenza/trunk (PKGBUILD)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:43:25
  Author: arojas
Revision: 290408

Update to 1.20

Modified:
  mate-icon-theme-faenza/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:36:13 UTC (rev 290407)
+++ PKGBUILD2018-02-08 21:43:25 UTC (rev 290408)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme-faenza
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Faenza icon theme for MATE"
 url="http://mate-desktop.org;
@@ -10,7 +10,7 @@
 makedepends=('mate-common')
 groups=('mate-extra')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5058f2daeceb0728c96a5202dcdb0e04150c03d7')
+sha1sums=('08f32e19012bc7501ac445b1a6e13f7cba0a113a')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:36:13
  Author: arojas
Revision: 290407

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
(from rev 290406, mate-icon-theme/trunk/PKGBUILD)

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

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 290406, 
mate-icon-theme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-08 21:36:13 UTC (rev 290407)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org;
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:35:42
  Author: arojas
Revision: 290406

Update to 1.20

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:31:41 UTC (rev 290405)
+++ PKGBUILD2018-02-08 21:35:42 UTC (rev 290406)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org;
@@ -11,7 +11,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f5fd084b18edf27f7522839361683371fdd565c9')
+sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-control-center/repos/community-staging-x86_64/
  mate-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 290404, mate-control-center/trunk/PKGBUILD)

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

Copied: mate-control-center/repos/community-staging-x86_64/PKGBUILD (from rev 
290404, mate-control-center/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:31:41 UTC (rev 290405)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('06b33f544ea805ea23df30df4a819f50e1f4fbf7')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


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

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

Update to 1.20

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:31:16 UTC (rev 290402)
+++ PKGBUILD2018-02-08 21:31:19 UTC (rev 290403)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="The Control Center for MATE"
 url="http://mate-desktop.org;
@@ -13,7 +13,7 @@
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c7110c13db879eb84e6992a3f22074fd2e1f7e7c')
+sha1sums=('06b33f544ea805ea23df30df4a819f50e1f4fbf7')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:29:31
  Author: heftig
Revision: 316482

archrelease: copy trunk to staging-x86_64

Added:
  nvidia-340xx/repos/staging-x86_64/
  nvidia-340xx/repos/staging-x86_64/PKGBUILD
(from rev 316481, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/staging-x86_64/kernel-4.11.patch
(from rev 316481, nvidia-340xx/trunk/kernel-4.11.patch)

---+
 PKGBUILD  |   71 
 kernel-4.11.patch |   38 +++
 2 files changed, 109 insertions(+)

Copied: nvidia-340xx/repos/staging-x86_64/PKGBUILD (from rev 316481, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-08 21:29:31 UTC (rev 316482)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.106
+_extramodules=extramodules-4.15-ARCH
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.15' 
'linux-headers<4.16')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+'kernel-4.11.patch')
+sha512sums=('ea61d463148435b6c0d16203c06372e5dc93443607ece0709f789c5c08909a3ec51c1994df97b835bba58008cdc7fe588e403006eb00631482a2a9854a81ec0a'
+
'c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.15' 'linux<4.16' "nvidia-340xx-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/{nvidia,uvm/nvidia-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+
+echo "blacklist nouveau" |
+  install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}

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

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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:29:08
  Author: heftig
Revision: 316481

archrelease: copy trunk to staging-x86_64

Added:
  nvidia/repos/staging-x86_64/
  nvidia/repos/staging-x86_64/PKGBUILD
(from rev 316480, nvidia/trunk/PKGBUILD)
  nvidia/repos/staging-x86_64/fix-abi.patch
(from rev 316480, nvidia/trunk/fix-abi.patch)

---+
 PKGBUILD  |   81 
 fix-abi.patch |   12 
 2 files changed, 93 insertions(+)

Copied: nvidia/repos/staging-x86_64/PKGBUILD (from rev 316480, 
nvidia/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-08 21:29:08 UTC (rev 316481)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=390.25
+_extramodules=extramodules-4.15-ARCH
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="http://www.nvidia.com/;
+makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.15' 'linux-headers<4.16')
+license=('custom')
+options=('!strip')
+source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha256sums=('02263bc81b66e68fc8224447b249f4f0ca4ae201c467e236d917be2fe187f3d6')
+
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux>=4.15' 'linux<4.16' "nvidia-utils=${pkgver}" 'libgl')
+
+install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 \
+  "${srcdir}/${_pkg}/kernel"/nvidia{,-modeset,-drm,-uvm}.ko
+
+find "${pkgdir}" -name '*.ko' -exec gzip -n {} +
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA driver sources for linux"
+depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}

Copied: nvidia/repos/staging-x86_64/fix-abi.patch (from rev 316480, 
nvidia/trunk/fix-abi.patch)
===
--- staging-x86_64/fix-abi.patch(rev 0)
+++ staging-x86_64/fix-abi.patch2018-02-08 21:29:08 UTC (rev 316481)
@@ -0,0 +1,12 @@
+diff -u -r kernel/nvidia-drm/nvidia-drm-fence.c 
kernel-patched/nvidia-drm/nvidia-drm-fence.c
+--- kernel/nvidia-drm/nvidia-drm-fence.c   2016-08-09 01:43:19.0 
+0200
 kernel-patched/nvidia-drm/nvidia-drm-fence.c   2016-08-25 
14:31:34.419655564 +0200
+@@ -325,7 +325,7 @@
+ struct nvidia_drm_gem_object *nv_gem;
+ };
+ 
+-static void nvidia_drm_gem_prime_soft_fence_event
++static void NVKMS_KAPI_CALL nvidia_drm_gem_prime_soft_fence_event
+ (
+ void *dataPtr,
+ NvU32 dataU32


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:28:46
  Author: heftig
Revision: 290397

archrelease: copy trunk to community-staging-x86_64

Added:
  acpi_call/repos/community-staging-x86_64/
  acpi_call/repos/community-staging-x86_64/PKGBUILD
(from rev 290396, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-staging-x86_64/dkms.conf
(from rev 290396, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-staging-x86_64/PKGBUILD (from rev 290396, 
acpi_call/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:28:46 UTC (rev 290397)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=103
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_acpi_call() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+package_acpi_call-dkms() {
+  depends=(dkms)
+  provides=("acpi_call=$pkgver-$pkgrel")
+  conflicts=(acpi_call)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile acpi_call.c 
../dkms.conf
+
+  echo acpi_call | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/acpi_call.conf"
+
+  mkdir -p "$pkgdir/usr/share/acpi_call"
+  cp -t "$pkgdir/usr/share/acpi_call" -dr --no-preserve=ownership examples 
support
+}
+
+# vim:set ts=2 sw=2 et:

Copied: acpi_call/repos/community-staging-x86_64/dkms.conf (from rev 290396, 
acpi_call/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-02-08 21:28:46 UTC (rev 290397)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="acpi_call"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KVERSION=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="acpi_call"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:28:17
  Author: heftig
Revision: 290396

archrelease: copy trunk to community-staging-x86_64

Added:
  vhba-module/repos/community-staging-x86_64/
  vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 290395, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 290395, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 290395, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   52 
 dkms.conf |9 +
 3 files changed, 62 insertions(+)

Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 
290395, vhba-module/trunk/60-vhba.rules)
===
--- community-staging-x86_64/60-vhba.rules  (rev 0)
+++ community-staging-x86_64/60-vhba.rules  2018-02-08 21:28:17 UTC (rev 
290396)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 290395, 
vhba-module/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:28:17 UTC (rev 290396)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=44
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/;
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
+60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+  find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+  depends=(dkms)
+  provides=("vhba-module=$pkgver-$pkgrel")
+  conflicts=(vhba-module)
+
+  cd $pkgbase-$pkgver
+  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
+  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+  echo 'g cdemu - -' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 290395, 
vhba-module/trunk/dkms.conf)
===
--- community-staging-x86_64/dkms.conf  (rev 0)
+++ community-staging-x86_64/dkms.conf  2018-02-08 21:28:17 UTC (rev 290396)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:27:32
  Author: heftig
Revision: 290395

archrelease: copy trunk to community-staging-x86_64

Added:
  r8168/repos/community-staging-x86_64/
  r8168/repos/community-staging-x86_64/PKGBUILD
(from rev 290394, r8168/trunk/PKGBUILD)
  r8168/repos/community-staging-x86_64/linux-4.15.patch
(from rev 290394, r8168/trunk/linux-4.15.patch)

--+
 PKGBUILD |   49 
 linux-4.15.patch |   81 +
 2 files changed, 130 insertions(+)

Copied: r8168/repos/community-staging-x86_64/PKGBUILD (from rev 290394, 
r8168/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:27:32 UTC (rev 290395)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=31
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.15.patch)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31'
+'6434f0d1fcb08e3605a17859d3b8946c65bcf14737e223315b6468b3394c5cd7')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux-4.15.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg2 "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
+
+   cd "$pkgname-$pkgver"
+   install -Dt "$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH" -m644 
src/*.ko
+   find "$pkgdir" -name '*.ko' -exec xz {} +
+
+   echo "blacklist r8169" | \
+   install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modprobe.d/r8168.conf"
+}

Copied: r8168/repos/community-staging-x86_64/linux-4.15.patch (from rev 290394, 
r8168/trunk/linux-4.15.patch)
===
--- community-staging-x86_64/linux-4.15.patch   (rev 0)
+++ community-staging-x86_64/linux-4.15.patch   2018-02-08 21:27:32 UTC (rev 
290395)
@@ -0,0 +1,81 @@
+diff -u -r r8168-8.045.08/src/r8168_n.c r8168-8.045.08-4.15/src/r8168_n.c
+--- r8168-8.045.08/src/r8168_n.c   2017-09-22 17:31:17.0 +0200
 r8168-8.045.08-4.15/src/r8168_n.c  2018-01-29 12:33:34.283394438 +0100
+@@ -407,8 +407,13 @@
+ static void rtl8168_sleep_rx_enable(struct net_device *dev);
+ static void rtl8168_dsm(struct net_device *dev, int dev_state);
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ static void rtl8168_esd_timer(unsigned long __opaque);
+ static void rtl8168_link_timer(unsigned long __opaque);
++#else
++static void rtl8168_esd_timer(struct timer_list *timer_list);
++static void rtl8168_link_timer(struct timer_list *timer_list);
++#endif
+ static void rtl8168_tx_clear(struct rtl8168_private *tp);
+ static void rtl8168_rx_clear(struct rtl8168_private *tp);
+ 
+@@ -22964,7 +22969,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >esd_timer;
+ 
+-setup_timer(timer, rtl8168_esd_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_esd_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_esd_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_ESD_TIMEOUT);
+ }
+ 
+@@ -22978,7 +22987,11 @@
+ struct rtl8168_private *tp = netdev_priv(dev);
+ struct timer_list *timer = >link_timer;
+ 
+-setup_timer(timer, rtl8168_link_timer, (unsigned long)dev);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
++setup_timer(timer, rtl8168_link_timer, (unsigned long)tp);
++#else
++timer_setup(timer, rtl8168_link_timer, 0);
++#endif
+ mod_timer(timer, jiffies + RTL8168_LINK_TIMEOUT);
+ }
+ 
+@@ -24717,10 +24730,16 @@
+ #define PCI_DEVICE_SERIAL_NUMBER (0x0164)
+ 
+ static void
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4,15,0)
+ 

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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:26:41
  Author: heftig
Revision: 290394

archrelease: copy trunk to community-staging-x86_64

Added:
  bbswitch/repos/community-staging-x86_64/
  bbswitch/repos/community-staging-x86_64/PKGBUILD
(from rev 290393, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-staging-x86_64/PKGBUILD (from rev 290393, 
bbswitch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:26:41 UTC (rev 290394)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=109
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16')
+_extramodules=extramodules-4.15-ARCH
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package_bbswitch() {
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/lib/modules/${_extramodules}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile 
bbswitch.c dkms/dkms.conf
+}


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:25:54
  Author: heftig
Revision: 290393

archrelease: copy trunk to community-staging-x86_64

Added:
  virtualbox-modules-arch/repos/community-staging-x86_64/
  virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD
(from rev 290392, virtualbox-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-modules-arch/repos/community-staging-x86_64/PKGBUILD (from 
rev 290392, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:25:54 UTC (rev 290393)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=5.2.6
+pkgrel=10
+_linux_major=4
+_linux_minor=15
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=("linux>=${_linux_major}.${_linux_minor}"
+ "linux<${_linux_major}.$((_linux_minor+1))"
+ "linux-headers>=${_linux_major}.${_linux_minor}"
+ "linux-headers<${_linux_major}.$((_linux_minor+1))"
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+_extramodules=extramodules-${_linux_major}.${_linux_minor}-ARCH
+
+package_virtualbox-host-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-modules' 'virtualbox-host-modules')
+  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+'virtualbox-host-dkms')
+  provides=('VIRTUALBOX-HOST-MODULES')
+
+  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+package_virtualbox-guest-modules-arch(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
+  license=('GPL')
+  depends=("linux>=${_linux_major}.${_linux_minor}"
+   "linux<${_linux_major}.$((_linux_minor+1))")
+  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
+  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
+ 'virtualbox-guest-dkms')
+  provides=('VIRTUALBOX-GUEST-MODULES')
+
+  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
+  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *
+
+  # compress each module individually
+  find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+
+  # systemd module loading
+  printf "vboxguest\nvboxsf\nvboxvideo\n" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:24:58
  Author: heftig
Revision: 290392

archrelease: copy trunk to community-staging-x86_64

Added:
  tp_smapi/repos/community-staging-x86_64/
  tp_smapi/repos/community-staging-x86_64/PKGBUILD
(from rev 290391, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-staging-x86_64/PKGBUILD (from rev 290391, 
tp_smapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:24:58 UTC (rev 290392)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.42+7+g76c5120
+_extradir=/usr/lib/modules/extramodules-4.15-ARCH
+pkgrel=7
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=4.15' 'linux<4.16')
+makedepends=('linux-headers>=4.15' 'linux-headers<4.16' 'git')
+_commit=76c5120f7be4880cf2c6801f872327e4e70c449f  # master
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd $pkgname
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec xz {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+}


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

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

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mate-calc/repos/community-staging-x86_64/PKGBUILD (from rev 290390, 
mate-calc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:23:16 UTC (rev 290391)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:22:54
  Author: arojas
Revision: 290390

Update to 1.20

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:17:02 UTC (rev 290389)
+++ PKGBUILD2018-02-08 21:22:54 UTC (rev 290390)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('229c25ea27dda0b4d0a0bb28c8a3e0ba5bcc43c5b59feab6445ccdb070cad3c0')
+sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:16:39
  Author: heftig
Revision: 290387

0.42+7+g76c5120-7: kernel 4.15.2-2

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:16:31 UTC (rev 290386)
+++ PKGBUILD2018-02-08 21:16:39 UTC (rev 290387)
@@ -10,7 +10,7 @@
 pkgname=tp_smapi
 pkgver=0.42+7+g76c5120
 _extradir=/usr/lib/modules/extramodules-4.15-ARCH
-pkgrel=6
+pkgrel=7
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:17:15
  Author: heftig
Revision: 316480

340.106-9: kernel 4.15.2-2

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:17:08 UTC (rev 316479)
+++ PKGBUILD2018-02-08 21:17:15 UTC (rev 316480)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.106
 _extramodules=extramodules-4.15-ARCH
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:16:48
  Author: heftig
Revision: 290388

20170610-44: kernel 4.15.2-2

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:16:39 UTC (rev 290387)
+++ PKGBUILD2018-02-08 21:16:48 UTC (rev 290388)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
-pkgrel=43
+pkgrel=44
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(x86_64)


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:17:02
  Author: heftig
Revision: 290389

5.2.6-10: kernel 4.15.2-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:16:48 UTC (rev 290388)
+++ PKGBUILD2018-02-08 21:17:02 UTC (rev 290389)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.2.6
-pkgrel=9
+pkgrel=10
 _linux_major=4
 _linux_minor=15
 arch=('x86_64')


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:17:08
  Author: heftig
Revision: 316479

390.25-8: kernel 4.15.2-2

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:08:32 UTC (rev 316478)
+++ PKGBUILD2018-02-08 21:17:08 UTC (rev 316479)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=390.25
 _extramodules=extramodules-4.15-ARCH
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="http://www.nvidia.com/;


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:16:31
  Author: heftig
Revision: 290386

8.045.08-31: kernel 4.15.2-2

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:16:25 UTC (rev 290385)
+++ PKGBUILD2018-02-08 21:16:31 UTC (rev 290386)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=30
+pkgrel=31
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

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

1.1.0-103: kernel 4.15.2-2

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:10:04 UTC (rev 290383)
+++ PKGBUILD2018-02-08 21:16:20 UTC (rev 290384)
@@ -6,7 +6,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=102
+pkgrel=103
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:16:25
  Author: heftig
Revision: 290385

0.8-109: kernel 4.15.2-2

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:16:20 UTC (rev 290384)
+++ PKGBUILD2018-02-08 21:16:25 UTC (rev 290385)
@@ -6,7 +6,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=108
+pkgrel=109
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


[arch-commits] Commit in linux-zen/repos/testing-x86_64 (12 files)

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 21:08:32
  Author: heftig
Revision: 316478

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/60-linux.hook
(from rev 316476, linux-zen/trunk/60-linux.hook)
  linux-zen/repos/testing-x86_64/90-linux.hook
(from rev 316476, linux-zen/trunk/90-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 316476, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 316476, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 316476, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 316477, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-x86_64/60-linux.hook
  linux-zen/repos/testing-x86_64/90-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  476 -
 config|19104 
 linux.install |   20 
 linux.preset  |   28 
 6 files changed, 9843 insertions(+), 9831 deletions(-)

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


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:07:54
  Author: arojas
Revision: 290381

archrelease: copy trunk to community-staging-any

Added:
  mate-backgrounds/repos/community-staging-any/
  mate-backgrounds/repos/community-staging-any/PKGBUILD
(from rev 290380, mate-backgrounds/trunk/PKGBUILD)

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 290380, 
mate-backgrounds/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-08 21:07:54 UTC (rev 290381)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-backgrounds
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('intltool')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:07:12
  Author: arojas
Revision: 290380

Update to 1.20

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:05:55 UTC (rev 290379)
+++ PKGBUILD2018-02-08 21:07:12 UTC (rev 290380)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.18.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org;
@@ -10,7 +10,7 @@
 makedepends=('intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b282bd6495175d96c561e8bd468cd0129759978d')
+sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
 
 build() {
 cd ${pkgname}-${pkgver}


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

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

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 290378, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 21:05:22 UTC (rev 290378)
+++ PKGBUILD2018-02-08 21:05:55 UTC (rev 290379)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.29.3
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('0b55cd60b30d543fb286f1859ca4311a637484a5a054ec8216532ff3abf0a1ac')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 290378, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 21:05:55 UTC (rev 290379)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.29.4
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('f7677f3b0a27aa3976354ec3ea8d0d2b55eb3c31809e94e27aa46efaf4f24efd')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

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

Update to 14.29.4

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:05:17 UTC (rev 290377)
+++ PKGBUILD2018-02-08 21:05:22 UTC (rev 290378)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.29.3
+pkgver=14.29.4
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('0b55cd60b30d543fb286f1859ca4311a637484a5a054ec8216532ff3abf0a1ac')
+sha256sums=('f7677f3b0a27aa3976354ec3ea8d0d2b55eb3c31809e94e27aa46efaf4f24efd')
 
 package() {
   cd $pkgname-$pkgver


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 21:03:50
  Author: andyrtr
Revision: 290376

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |   48 
 tp_smapi-lts.install |   13 +
 2 files changed, 61 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 290375, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-02-08 21:03:50 UTC (rev 290376)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp-smapi
+pkgver=0.42
+_extradir=/usr/lib/modules/extramodules-4.14-lts
+pkgrel=30
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.14.18' 'linux-lts<4.15')
+makedepends=('linux-lts-headers>=4.14.18' 'linux-lts-headers<4.15')
+install="$pkgname.install"
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd ${pkgname/-lts/}-$_pkgname-$pkgver
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(<$_extradir/version)" EXTRA_CFLAGS=
+}
+
+package() {
+  cd ${pkgname/-lts/}-$_pkgname-$pkgver
+
+  # install kernel modules
+  find . -name "*.ko" -exec install -Dt "$pkgdir$_extradir" {} +
+
+  # compress kernel modules
+  find "$pkgdir" -name "*.ko" -exec gzip -n -9 {} +
+
+  # load module on startup
+  echo tp_smapi | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+
+  # update kernel version in install file
+  sed -ri "s|^(extramodules=).*\$|\1$_extradir|" "$startdir/$pkgname.install"
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install (from 
rev 290375, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-x86_64/tp_smapi-lts.install   
(rev 0)
+++ community-testing-x86_64/tp_smapi-lts.install   2018-02-08 21:03:50 UTC 
(rev 290376)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.14-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 21:03:40
  Author: andyrtr
Revision: 290375

upgpkg: tp_smapi-lts 0.42-30

kernel update 4.14.18 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:42:08 UTC (rev 290374)
+++ PKGBUILD2018-02-08 21:03:40 UTC (rev 290375)
@@ -11,13 +11,13 @@
 _pkgname=tp-smapi
 pkgver=0.42
 _extradir=/usr/lib/modules/extramodules-4.14-lts
-pkgrel=29
+pkgrel=30
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.14.16' 'linux-lts<4.15')
-makedepends=('linux-lts-headers>=4.14.16' 'linux-lts-headers<4.15')
+depends=('linux-lts>=4.14.18' 'linux-lts<4.15')
+makedepends=('linux-lts-headers>=4.14.18' 'linux-lts-headers<4.15')
 install="$pkgname.install"
 
source=("$_pkgname-$pkgver.tar.gz::https://github.com/evgeni/${pkgname/-lts/}/archive/$_pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 20:53:41
  Author: heftig
Revision: 316471

archrelease: copy trunk to staging-x86_64

Added:
  linux/repos/staging-x86_64/
  
linux/repos/staging-x86_64/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
(from rev 316470, 
linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch)
  
linux/repos/staging-x86_64/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
(from rev 316470, 
linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch)
  linux/repos/staging-x86_64/0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch
(from rev 316470, 
linux/trunk/0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch)
  linux/repos/staging-x86_64/60-linux.hook
(from rev 316470, linux/trunk/60-linux.hook)
  linux/repos/staging-x86_64/90-linux.hook
(from rev 316470, linux/trunk/90-linux.hook)
  linux/repos/staging-x86_64/PKGBUILD
(from rev 316470, linux/trunk/PKGBUILD)
  linux/repos/staging-x86_64/config
(from rev 316470, linux/trunk/config)
  linux/repos/staging-x86_64/linux.install
(from rev 316470, linux/trunk/linux.install)
  linux/repos/staging-x86_64/linux.preset
(from rev 316470, linux/trunk/linux.preset)

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |  103 
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   42 
 0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch  |   37 
 60-linux.hook   |   12 
 90-linux.hook   |   11 
 PKGBUILD|  244 
 config  | 9519 
++
 linux.install   |   10 
 linux.preset|   14 
 9 files changed, 9992 insertions(+)

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


[arch-commits] Commit in xf86-video-intel/repos (3 files)

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 20:52:29
  Author: andyrtr
Revision: 316470

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 316469, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 316469, xf86-video-intel/trunk/xf86-video-intel.install)

--+
 PKGBUILD |   83 +
 xf86-video-intel.install |   21 +++
 2 files changed, 104 insertions(+)

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 316469, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-02-08 20:52:29 UTC (rev 316470)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=5c7e4e0e05b37e038c9047e9d6cae118799f6ad2 # master
+pkgver=2.99.917+811+g5c7e4e0e
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git') # 'meson' 'valgrind')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers')
+source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit;)
+sha256sums=('SKIP')
+#options=('!makeflags')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+
+
+#  mkdir build
+}
+
+build() {
+  cd $pkgname
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+#  cd build
+#  arch-meson $pkgname build \
+#   -Dwith-default-dri=3
+#  ninja -C build
+}
+
+check() {
+  cd $pkgname
+  make check
+#  meson test -C build
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+#  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install (from 
rev 316469, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-x86_64/xf86-video-intel.install (rev 0)
+++ testing-x86_64/xf86-video-intel.install 2018-02-08 20:52:29 UTC (rev 
316470)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2018-02-08 Thread Andreas Radke via arch-commits
Date: Thursday, February 8, 2018 @ 20:52:17
  Author: andyrtr
Revision: 316469

upgpkg: xf86-video-intel 1:2.99.917+811+g5c7e4e0e-1

update to latest git commit; prepare for meson builds

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:21:03 UTC (rev 316468)
+++ PKGBUILD2018-02-08 20:52:17 UTC (rev 316469)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=26f5406841f3924f23f29df61b5ea53d2816b665 # master
-pkgver=2.99.917+805+g26f54068
+_commit=5c7e4e0e05b37e038c9047e9d6cae118799f6ad2 # master
+pkgver=2.99.917+811+g5c7e4e0e
 pkgrel=1
 epoch=1
 arch=(x86_64)
@@ -17,7 +17,7 @@
  # additional deps for intel-virtual-output
  'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
  # additional for git snapshot
- 'git')
+ 'git') # 'meson' 'valgrind')
 optdepends=('libxrandr: for intel-virtual-output'
 'libxinerama: for intel-virtual-output'
 'libxcursor: for intel-virtual-output'
@@ -30,6 +30,7 @@
 groups=('xorg-drivers')
 
source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit;)
 sha256sums=('SKIP')
+#options=('!makeflags')
 
 pkgver() {
   cd $pkgname
@@ -39,6 +40,9 @@
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
+
+
+#  mkdir build
 }
 
 build() {
@@ -55,11 +59,16 @@
 --libexecdir=/usr/lib \
 --with-default-dri=3
   make
+#  cd build
+#  arch-meson $pkgname build \
+#   -Dwith-default-dri=3
+#  ninja -C build
 }
 
 check() {
   cd $pkgname
   make check
+#  meson test -C build
 }
 
 package() {
@@ -67,6 +76,8 @@
 
   make DESTDIR="${pkgdir}" install
 
+#  DESTDIR="$pkgdir" ninja -C build install
+
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:41:57
  Author: wild
Revision: 290373

upgpkg: dub 1.7.2-1

Updated to 1.7.2

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:41:38 UTC (rev 290372)
+++ PKGBUILD2018-02-08 20:41:57 UTC (rev 290373)
@@ -4,7 +4,7 @@
 # Contributor: Moritz Maxeiner 
 
 pkgname=('dub')
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 depends=('libphobos' 'curl')
 
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz;)
-sha512sums=('8f5c2bfbd80886f30a7c52e58ba8a9f2944fc3465100c951f7393e811ad132acf68b1d0fd268687688780457349d8c14ee224680da18a9d066cae55963a4990d')
+sha512sums=('991a8d04a9141e6b60c26693c574e42fa05d37795931edcdebad6cc4ae0f300628900acc035fa8ef078df7aa7aad1f1a29c84442cf2f9f7146b44675fa81d0f4')
 
 build() {
DC=dmd


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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:42:08
  Author: wild
Revision: 290374

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:41:38
  Author: wild
Revision: 290372

archrelease: copy trunk to community-x86_64

Added:
  dtools/repos/community-x86_64/PKGBUILD
(from rev 290371, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 290371, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

-+
 PKGBUILD|   96 +++---
 autodetect.diff |   94 ++--
 2 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 20:41:26 UTC (rev 290371)
+++ PKGBUILD2018-02-08 20:41:38 UTC (rev 290372)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Mihails Strasunse 
-
-pkgname='dtools'
-pkgver=2.078.0
-pkgrel=2
-pkgdesc="Ancilliary tools for the D programming language"
-license=('Boost')
-groups=('dlang')
-arch=('x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos')
-depends=('curl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
-   "http://www.boost.org/LICENSE_1_0.txt;
-   "autodetect.diff")
-sha512sums=('1394b51ef09591d68f3c86554f314eae8a14794deae17355e385b1751abe2dd028f9d601dec6516ca61429c5310d0ab2aed62f65890f5437b0188ea57eb1f802'
-
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
-
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
-
-build() {
-DMD=dmd
-cd tools-${pkgver}
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package() {
-cd tools-${pkgver}
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-ln -s dtools-ddemangle usr/bin/ddemangle
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-x86_64/PKGBUILD (from rev 290371, 
dtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-08 20:41:38 UTC (rev 290372)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Mihails Strasunse 
+
+pkgname='dtools'
+pkgver=2.078.2
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=('Boost')
+groups=('dlang')
+arch=('x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos')
+depends=('curl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
+   "http://www.boost.org/LICENSE_1_0.txt;
+   "autodetect.diff")
+sha512sums=('8be36ab40c1246afccb24b3901edeb0f918860eb90270b3d104d10c0f809913336dcaec9a859c97e55aa81041f97f6d5fa6818539250eaf5a9fcccf443af5c9d'
+
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
+
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
+
+build() {
+DMD=dmd
+cd tools-${pkgver}
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package() {
+cd tools-${pkgver}
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+ln -s dtools-ddemangle usr/bin/ddemangle
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: autodetect.diff
===
--- autodetect.diff 2018-02-08 20:41:26 UTC (rev 290371)
+++ autodetect.diff 2018-02-08 20:41:38 UTC (rev 290372)
@@ -1,47 +0,0 @@
-diff --git a/rdmd.d b/rdmd.d
-index bd82637..390d533 100644
 a/rdmd.d
-+++ b/rdmd.d
-@@ -52,7 +52,32 @@ else version (LDC)
- else
- static assert(false, "Unknown compiler");
- 
--private string compiler = 

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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:40:55
  Author: wild
Revision: 290369

upgpkg: dmd 1:2.078.2-1

Updated to 2.078.2

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:19:32 UTC (rev 290368)
+++ PKGBUILD2018-02-08 20:40:55 UTC (rev 290369)
@@ -11,7 +11,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.078.1
+pkgver=2.078.2
 pkgrel=1
 epoch=1
 arch=('x86_64')
@@ -27,7 +27,7 @@
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
-'546881742dc540fc9f0d4b4d5dc02a31c48c704068d789403450c8193ac0954b'
+'7b863111ff08fc8760fe5ede39e338bd2855df2a968a31cfd6f706bdb2f6a6e8'
 'SKIP'
 '3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035'
 '19c9cd3670bdef7fbde88de36c459d940e6b7bacc2a5e48aefbfd1b2c1895e07')


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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:41:08
  Author: wild
Revision: 290370

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2018-02-08 Thread Dan Printzell via arch-commits
Date: Thursday, February 8, 2018 @ 20:41:26
  Author: wild
Revision: 290371

upgpkg: dtools 2.078.2-1

Updated to 2.078.2

Modified:
  dtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:41:08 UTC (rev 290370)
+++ PKGBUILD2018-02-08 20:41:26 UTC (rev 290371)
@@ -3,8 +3,8 @@
 # Contributor: Mihails Strasunse 
 
 pkgname='dtools'
-pkgver=2.078.0
-pkgrel=2
+pkgver=2.078.2
+pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=('Boost')
 groups=('dlang')
@@ -15,7 +15,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
"http://www.boost.org/LICENSE_1_0.txt;
"autodetect.diff")
-sha512sums=('1394b51ef09591d68f3c86554f314eae8a14794deae17355e385b1751abe2dd028f9d601dec6516ca61429c5310d0ab2aed62f65890f5437b0188ea57eb1f802'
+sha512sums=('8be36ab40c1246afccb24b3901edeb0f918860eb90270b3d104d10c0f809913336dcaec9a859c97e55aa81041f97f6d5fa6818539250eaf5a9fcccf443af5c9d'
 
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
 
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
 


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

2018-02-08 Thread Jan Steffens via arch-commits
Date: Thursday, February 8, 2018 @ 20:21:03
  Author: heftig
Revision: 316468

4.15.2-2

Added:
  linux/trunk/0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch
Modified:
  linux/trunk/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
  linux/trunk/0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
  linux/trunk/PKGBUILD
  linux/trunk/config

-+
 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch |6 -
 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch |   10 +-
 0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch  |   37 
++
 PKGBUILD|   13 ++-
 config  |   14 +++
 5 files changed, 67 insertions(+), 13 deletions(-)

Modified: 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
===
--- 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch 
2018-02-08 20:20:59 UTC (rev 316467)
+++ 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch 
2018-02-08 20:21:03 UTC (rev 316468)
@@ -1,8 +1,8 @@
-From 4aefcc4253233dce6ac5938e01371074958b8f1c Mon Sep 17 00:00:00 2001
-Message-Id: 
<4aefcc4253233dce6ac5938e01371074958b8f1c.1517188106.git.jan.steff...@gmail.com>
+From d817891efd179bdb0b5d30fa8aafaeb2a96af76c Mon Sep 17 00:00:00 2001
+Message-Id: 

 From: Serge Hallyn 
 Date: Fri, 31 May 2013 19:12:12 +0100
-Subject: [PATCH 1/2] add sysctl to disallow unprivileged CLONE_NEWUSER by
+Subject: [PATCH 1/3] add sysctl to disallow unprivileged CLONE_NEWUSER by
  default
 
 Signed-off-by: Serge Hallyn 

Modified: 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
===
--- 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch 
2018-02-08 20:20:59 UTC (rev 316467)
+++ 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch 
2018-02-08 20:21:03 UTC (rev 316468)
@@ -1,10 +1,10 @@
-From 3383f4060f7fe25afd5f863fe169fd2f286ab237 Mon Sep 17 00:00:00 2001
-Message-Id: 
<3383f4060f7fe25afd5f863fe169fd2f286ab237.1517188106.git.jan.steff...@gmail.com>
-In-Reply-To: 
<4aefcc4253233dce6ac5938e01371074958b8f1c.1517188106.git.jan.steff...@gmail.com>
-References: 
<4aefcc4253233dce6ac5938e01371074958b8f1c.1517188106.git.jan.steff...@gmail.com>
+From f256ec7564d904b5c245c34a7cb091e6912b22c3 Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

 From: Jim Bride 
 Date: Mon, 6 Nov 2017 13:38:57 -0800
-Subject: [PATCH 2/2] drm/i915/edp: Only use the alternate fixed mode if it's
+Subject: [PATCH 2/3] drm/i915/edp: Only use the alternate fixed mode if it's
  asked for
 
 In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for

Added: 0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch
===
--- 0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch  
(rev 0)
+++ 0003-ssb-Do-not-disable-PCI-host-on-non-Mips.patch  2018-02-08 20:21:03 UTC 
(rev 316468)
@@ -0,0 +1,37 @@
+From 1a0e4c170e4622947c0d1d530d63a3241a99b93c Mon Sep 17 00:00:00 2001
+Message-Id: 
<1a0e4c170e4622947c0d1d530d63a3241a99b93c.1518115547.git.jan.steff...@gmail.com>
+In-Reply-To: 

+References: 

+From: Sven Joachim 
+Date: Fri, 26 Jan 2018 10:38:01 +0100
+Subject: [PATCH 3/3] ssb: Do not disable PCI host on non-Mips
+
+After upgrading an old laptop to 4.15-rc9, I found that the eth0 and
+wlan0 interfaces had disappeared.  It turns out that the b43 and b44
+drivers require SSB_PCIHOST_POSSIBLE which depends on
+PCI_DRIVERS_LEGACY, a config option that only exists on Mips.
+
+Fixes: 58eae1416b80 ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC")
+Cc: sta...@vger.org
+Signed-off-by: Sven Joachim 
+Reviewed-by: James Hogan 
+---
+ drivers/ssb/Kconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
+index 71c73766ee22..65af12c3bdb2 100644
+--- a/drivers/ssb/Kconfig
 b/drivers/ssb/Kconfig
+@@ -32,7 +32,7 @@ config SSB_BLOCKIO
+ 
+ config SSB_PCIHOST_POSSIBLE
+   bool
+-  depends on SSB && (PCI = y || PCI = SSB) && PCI_DRIVERS_LEGACY
++  depends 

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

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

4.15.2-2

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config

--+
 PKGBUILD |8 
 config   |   14 +-
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:42:50 UTC (rev 316466)
+++ PKGBUILD2018-02-08 20:20:59 UTC (rev 316467)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build stock -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.15
-_zenpatch=zen-4.15.2-01ae5f0f49b7d7bf5a135bb49ef032f49817af10.diff
+_zenpatch=zen-4.15.2-4ff839d45ea4d78ef29075e10dcf7d3a81dbd723.diff
 pkgver=4.15.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
 license=('GPL2')
@@ -32,9 +32,9 @@
 'SKIP'
 '812499c5d0cc5183606dc9388084df162ca2eb5fa374d8f8b00136fd82825847'
 'SKIP'
-'11d07eebdb5038930eb376f8e80777d53d699f93eca10ca04f29bf07d7664bd7'
+'579cf8d2ea1cf2245537a42d8526c6e067146e70b8abee18ad555e7e212c77c5'
 'SKIP'
-'71027cda9f257aa61f282856b7fc99ff8f6a3665e372430926ab9f068fe69c17'
+'8f83830296612594640a24b207c1c266b620f02d4423b105e8927842dc506c2a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config
===
--- config  2018-02-08 19:42:50 UTC (rev 316466)
+++ config  2018-02-08 20:20:59 UTC (rev 316467)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.15.1-4 Kernel Configuration
+# Linux/x86 4.15.2-2 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -2770,6 +2770,9 @@
 CONFIG_MACB_PCI=m
 CONFIG_NET_VENDOR_BROADCOM=y
 CONFIG_B44=m
+CONFIG_B44_PCI_AUTOSELECT=y
+CONFIG_B44_PCICORE_AUTOSELECT=y
+CONFIG_B44_PCI=y
 CONFIG_BCMGENET=m
 CONFIG_BNX2=m
 CONFIG_CNIC=m
@@ -3202,6 +3205,8 @@
 CONFIG_B43_BUSES_BCMA_AND_SSB=y
 # CONFIG_B43_BUSES_BCMA is not set
 # CONFIG_B43_BUSES_SSB is not set
+CONFIG_B43_PCI_AUTOSELECT=y
+CONFIG_B43_PCICORE_AUTOSELECT=y
 CONFIG_B43_SDIO=y
 CONFIG_B43_BCMA_PIO=y
 CONFIG_B43_PIO=y
@@ -3213,6 +3218,8 @@
 CONFIG_B43_HWRNG=y
 # CONFIG_B43_DEBUG is not set
 CONFIG_B43LEGACY=m
+CONFIG_B43LEGACY_PCI_AUTOSELECT=y
+CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
 CONFIG_B43LEGACY_LEDS=y
 CONFIG_B43LEGACY_HWRNG=y
 CONFIG_B43LEGACY_DEBUG=y
@@ -4762,6 +4769,9 @@
 CONFIG_SSB=m
 CONFIG_SSB_SPROM=y
 CONFIG_SSB_BLOCKIO=y
+CONFIG_SSB_PCIHOST_POSSIBLE=y
+CONFIG_SSB_PCIHOST=y
+CONFIG_SSB_B43_PCI_BRIDGE=y
 CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
 CONFIG_SSB_PCMCIAHOST=y
 CONFIG_SSB_SDIOHOST_POSSIBLE=y
@@ -4768,6 +4778,8 @@
 CONFIG_SSB_SDIOHOST=y
 # CONFIG_SSB_SILENT is not set
 # CONFIG_SSB_DEBUG is not set
+CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
+CONFIG_SSB_DRIVER_PCICORE=y
 CONFIG_SSB_DRIVER_GPIO=y
 CONFIG_BCMA_POSSIBLE=y
 CONFIG_BCMA=m


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

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 20:19:32
  Author: jlichtblau
Revision: 290368

archrelease: copy trunk to community-staging-x86_64

Added:
  gpsd/repos/community-staging-x86_64/
  gpsd/repos/community-staging-x86_64/PKGBUILD
(from rev 290367, gpsd/trunk/PKGBUILD)
  gpsd/repos/community-staging-x86_64/gpsd.conf
(from rev 290367, gpsd/trunk/gpsd.conf)

---+
 PKGBUILD  |   79 
 gpsd.conf |5 +++
 2 files changed, 84 insertions(+)

Copied: gpsd/repos/community-staging-x86_64/PKGBUILD (from rev 290367, 
gpsd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 20:19:32 UTC (rev 290368)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Giacomo Rizzo 
+
+pkgname=gpsd
+pkgver=3.17
+pkgrel=1
+pkgdesc="GPS daemon and library to support USB/serial GPS devices"
+arch=('x86_64')
+url="http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez-libs' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl')
+backup=('etc/gpsd')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+$pkgname.conf)
+sha256sums=('68e0dbecfb5831997f8b3d6ba48aed812eb465d8c0089420ab68f9ce4d85e77a'
+'SKIP'
+'dcfa71c4c730b486269995468bdcfa8e96bf3c282db1dadea9384d32015d277f')
+validpgpkeys=('41876B2F579463A499843D1DECC8208F8C6C738D') # Eric S. Raymond
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix python 2.7 path
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py')
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export LINKFLAGS="${LDFLAGS}"
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+gpsd_group=uucp \
+PYTHONPATH=/usr/bin/python2 \
+sbindir=/usr/bin
+  scons build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR="$pkgdir"
+  scons install
+  install -Dm755 gpsinit -t "$pkgdir/usr/bin"
+  chmod 755 "$pkgdir"/usr/bin/*
+
+  install -Dm644 "$srcdir/gpsd.conf" "$pkgdir/etc/gpsd"
+
+  install -Dm644 "gpsd.rules" "$pkgdir/usr/lib/udev/rules.d/25-gpsd-usb.rules"
+
+  sed -e 's|/etc/default/gpsd|/etc/gpsd|' -i gpsd.hotplug -i systemd/*.service
+  install -Dm755 gpsd.hotplug "$pkgdir/usr/lib/udev/gpsd.hotplug"
+
+  install -Dm644 packaging/X11/xgps.desktop \
+"${pkgdir}/usr/share/applications/xgps.desktop"
+  install -Dm644 packaging/X11/xgpsspeed.desktop \
+"${pkgdir}/usr/share/applications/xgpsspeed.desktop"
+  install -Dm644 packaging/X11/gpsd-logo.png \
+"${pkgdir}/usr/share/gpsd/gpsd-logo.png"
+
+  install -Dm644 systemd/gpsd.service 
"$pkgdir/usr/lib/systemd/system/gpsd.service"
+  install -Dm644 systemd/gpsd.socket 
"$pkgdir/usr/lib/systemd/system/gpsd.socket"
+  install -Dm644 systemd/gpsdctl@.service 
"$pkgdir/usr/lib/systemd/system/gpsdctl@.service"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: gpsd/repos/community-staging-x86_64/gpsd.conf (from rev 290367, 
gpsd/trunk/gpsd.conf)
===
--- community-staging-x86_64/gpsd.conf  (rev 0)
+++ community-staging-x86_64/gpsd.conf  2018-02-08 20:19:32 UTC (rev 290368)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON="true"
+GPSD_OPTIONS=""
+DEVICES=""
+USBAUTO="true"


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

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 20:19:02
  Author: jlichtblau
Revision: 290367

upgpkg: gpsd 3.17-1 - new upstream release

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 20:03:50 UTC (rev 290366)
+++ PKGBUILD2018-02-08 20:19:02 UTC (rev 290367)
@@ -5,8 +5,8 @@
 # Contributor: Giacomo Rizzo 
 
 pkgname=gpsd
-pkgver=3.16
-pkgrel=4
+pkgver=3.17
+pkgrel=1
 pkgdesc="GPS daemon and library to support USB/serial GPS devices"
 arch=('x86_64')
 url="http://catb.org/gpsd/;
@@ -17,11 +17,11 @@
 'pygtk: GUI frontends')
 makedepends=('scons' 'docbook-xsl')
 backup=('etc/gpsd')
-source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}
-'gpsd.conf')
-md5sums=('68691b5de4c94f82ec4062b042b5eb63'
- 'SKIP'
- '3e963df3f9f7ef3572ecc648ae829315')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+$pkgname.conf)
+sha256sums=('68e0dbecfb5831997f8b3d6ba48aed812eb465d8c0089420ab68f9ce4d85e77a'
+'SKIP'
+'dcfa71c4c730b486269995468bdcfa8e96bf3c282db1dadea9384d32015d277f')
 validpgpkeys=('41876B2F579463A499843D1DECC8208F8C6C738D') # Eric S. Raymond
 
 prepare() {
@@ -54,26 +54,26 @@
 
   export DESTDIR="$pkgdir"
   scons install
-  install -D -m755 gpsinit -t "$pkgdir/usr/bin"
+  install -Dm755 gpsinit -t "$pkgdir/usr/bin"
   chmod 755 "$pkgdir"/usr/bin/*
 
-  install -D -m644 "$srcdir/gpsd.conf" "$pkgdir/etc/gpsd"
+  install -Dm644 "$srcdir/gpsd.conf" "$pkgdir/etc/gpsd"
 
-  install -D -m644 "gpsd.rules" 
"$pkgdir/usr/lib/udev/rules.d/25-gpsd-usb.rules"
+  install -Dm644 "gpsd.rules" "$pkgdir/usr/lib/udev/rules.d/25-gpsd-usb.rules"
 
   sed -e 's|/etc/default/gpsd|/etc/gpsd|' -i gpsd.hotplug -i systemd/*.service
-  install -D -m755 gpsd.hotplug "$pkgdir/usr/lib/udev/gpsd.hotplug"
+  install -Dm755 gpsd.hotplug "$pkgdir/usr/lib/udev/gpsd.hotplug"
 
-  install -D -m644 packaging/X11/xgps.desktop \
+  install -Dm644 packaging/X11/xgps.desktop \
 "${pkgdir}/usr/share/applications/xgps.desktop"
-  install -D -m644 packaging/X11/xgpsspeed.desktop \
+  install -Dm644 packaging/X11/xgpsspeed.desktop \
 "${pkgdir}/usr/share/applications/xgpsspeed.desktop"
-  install -D -m644 packaging/X11/gpsd-logo.png \
+  install -Dm644 packaging/X11/gpsd-logo.png \
 "${pkgdir}/usr/share/gpsd/gpsd-logo.png"
 
-  install -D -m644 systemd/gpsd.service 
"$pkgdir/usr/lib/systemd/system/gpsd.service"
-  install -D -m644 systemd/gpsd.socket 
"$pkgdir/usr/lib/systemd/system/gpsd.socket"
-  install -D -m644 systemd/gpsdctl@.service 
"$pkgdir/usr/lib/systemd/system/gpsdctl@.service"
+  install -Dm644 systemd/gpsd.service 
"$pkgdir/usr/lib/systemd/system/gpsd.service"
+  install -Dm644 systemd/gpsd.socket 
"$pkgdir/usr/lib/systemd/system/gpsd.socket"
+  install -Dm644 systemd/gpsdctl@.service 
"$pkgdir/usr/lib/systemd/system/gpsdctl@.service"
 
-  install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in (syncthing-inotify)

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 20:03:50
  Author: jlichtblau
Revision: 290366

As of version v0.14.40, the functionality of syncthing-inotify is integrated in 
Syncthing and can be enabled in the advanced configuration menu for individual 
folders.

Deleted:
  syncthing-inotify/


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

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:49
  Author: jlichtblau
Revision: 290364

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 290361, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 290361, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 290362, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 290362, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 290362, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

-+
 PKGBUILD|  188 +-
 syncthing-relaysrv.service  |   34 +++
 syncthing-relaysrv.sysusers |4 
 syncthing-relaysrv.tmpfiles |2 
 syncthing.install   |   18 ++--
 5 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-08 19:56:45 UTC (rev 290363)
+++ PKGBUILD2018-02-08 19:56:49 UTC (rev 290364)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.43
-pkgrel=1
-arch=('x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('bb0250e0bafce690a8ce3f43f0ab8349874ac1c8f3cdc224ed5d0110099bbd9c'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}
-
-package_syncthing-relaysrv() {
-  pkgdesc='Relay server for Syncthing'
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 "${srcdir}"/${pkgname}.service \
-"${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" \
-

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

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:45
  Author: alad
Revision: 290363

archrelease: copy trunk to community-x86_64

Added:
  hashdeep/repos/community-x86_64/
  hashdeep/repos/community-x86_64/PKGBUILD
(from rev 290362, hashdeep/trunk/PKGBUILD)

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

Copied: hashdeep/repos/community-x86_64/PKGBUILD (from rev 290362, 
hashdeep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-02-08 19:56:45 UTC (rev 290363)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Uffe Jakobsen 
+pkgname=hashdeep
+pkgver=4.4
+pkgrel=4
+pkgdesc="cross-platform tools to message digests for any number of files"
+arch=('x86_64')
+url="https://github.com/jessek/hashdeep;
+license=('GPL' 'custom')
+depends=('gcc-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz;)
+sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f')
+
+prepare() {
+cd "$pkgname-$pkgver"
+./bootstrap.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:35
  Author: alad
Revision: 290362

upgpkg: hashdeep 4.4-4

Modified:
  hashdeep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:56:25 UTC (rev 290361)
+++ PKGBUILD2018-02-08 19:56:35 UTC (rev 290362)
@@ -8,6 +8,7 @@
 arch=('x86_64')
 url="https://github.com/jessek/hashdeep;
 license=('GPL' 'custom')
+depends=('gcc-libs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz;)
 sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f')
 


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:25
  Author: felixonmars
Revision: 290361

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 290359, haskell-esqueleto/trunk/PKGBUILD)

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
290359, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 19:56:25 UTC (rev 290361)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=52
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-08 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:23
  Author: jlichtblau
Revision: 290360

upgpkg: syncthing 0.14.44-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:56:01 UTC (rev 290359)
+++ PKGBUILD2018-02-08 19:56:23 UTC (rev 290360)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.43
+pkgver=0.14.44
 pkgrel=1
 arch=('x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('bb0250e0bafce690a8ce3f43f0ab8349874ac1c8f3cdc224ed5d0110099bbd9c'
+sha256sums=('2136ef7bdec305f01fd9e7bde92d904bb9215e1e6328703b12a98015b828b83b'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:56:01
  Author: felixonmars
Revision: 290359

upgpkg: haskell-esqueleto 2.5.3-52

rebuild with streaming-commons,0.1.19

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:54:58 UTC (rev 290358)
+++ PKGBUILD2018-02-08 19:56:01 UTC (rev 290359)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.3
-pkgrel=51
+pkgrel=52
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:54:58
  Author: felixonmars
Revision: 290358

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 290357, haskell-persistent/trunk/PKGBUILD)

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
290357, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 19:54:58 UTC (rev 290358)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.7.3.1
+pkgrel=5
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-conduit' 
'haskell-exceptions'
+ 'haskell-fast-logger' 'haskell-http-api-data' 'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mtl' 
'haskell-old-locale'
+ 'haskell-path-pieces' 'haskell-resource-pool' 'haskell-resourcet' 
'haskell-scientific'
+ 'haskell-silently' 'haskell-src-meta' 'haskell-tagged' 'haskell-text'
+ 'haskell-transformers-base' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8eaa8c66e9d30e4ebe2efb74ef320d1eaf1122b635775cbefb41c1927a68486b0e33b614f0d012f5958d780da4b25d34836aa7c774b89e75ec7dcbcda75559fe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:54:31
  Author: felixonmars
Revision: 290356

upgpkg: haskell-persistent 2.7.3.1-5

rebuild with streaming-commons,0.1.19

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:52:47 UTC (rev 290355)
+++ PKGBUILD2018-02-08 19:54:31 UTC (rev 290356)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.7.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in (4 files)

2018-02-08 Thread Alad Wenter via arch-commits
Date: Thursday, February 8, 2018 @ 19:54:36
  Author: alad
Revision: 290357

add hashdeep

Added:
  hashdeep/
  hashdeep/repos/
  hashdeep/trunk/
  hashdeep/trunk/PKGBUILD

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

Added: hashdeep/trunk/PKGBUILD
===
--- hashdeep/trunk/PKGBUILD (rev 0)
+++ hashdeep/trunk/PKGBUILD 2018-02-08 19:54:36 UTC (rev 290357)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alad Wenter 
+# Contributor: Uffe Jakobsen 
+pkgname=hashdeep
+pkgver=4.4
+pkgrel=4
+pkgdesc="cross-platform tools to message digests for any number of files"
+arch=('x86_64')
+url="https://github.com/jessek/hashdeep;
+license=('GPL' 'custom')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jessek/hashdeep/archive/v$pkgver.tar.gz;)
+sha256sums=('ad78d42142f9a74fe8ec0c61bc78d6588a528cbb9aede9440f50b6ff477f3a7f')
+
+prepare() {
+cd "$pkgname-$pkgver"
+./bootstrap.sh
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+
+mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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


[arch-commits] Commit in haskell-monad-logger/repos (2 files)

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:52:47
  Author: felixonmars
Revision: 290355

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 290354, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
290354, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 19:52:47 UTC (rev 290355)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.28.1
+pkgrel=3
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-exceptions' 'haskell-fast-logger' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-monad-loops' 'haskell-mtl' 'haskell-resourcet' 'haskell-stm' 
'haskell-stm-chans'
+ 'haskell-text' 'haskell-transformers-base' 
'haskell-transformers-compat'
+ 'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f126559f6ca647adc00c36229b30462ba71aa71f3d72a3b451a654b497f835563f8ee29e94989332fe7bd4f410732a2ffd933bc06bcd539de36d411c17ffacf6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-monad-logger/trunk (PKGBUILD)

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:52:17
  Author: felixonmars
Revision: 290354

upgpkg: haskell-monad-logger 0.3.28.1-3

rebuild with streaming-commons,0.1.19

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 19:51:01 UTC (rev 290353)
+++ PKGBUILD2018-02-08 19:52:17 UTC (rev 290354)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.28.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


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

2018-02-08 Thread Felix Yan via arch-commits
Date: Thursday, February 8, 2018 @ 19:51:01
  Author: felixonmars
Revision: 290353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 290352, haskell-hopenpgp/trunk/PKGBUILD)

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
290352, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 19:51:01 UTC (rev 290353)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=157
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   3   4   5   >