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

2017-09-03 Thread Andreas Radke
Date: Monday, September 4, 2017 @ 05:31:28
  Author: andyrtr
Revision: 304632

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

Added:
  poppler/repos/staging-i686/PKGBUILD
(from rev 304631, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 304631, poppler/trunk/PKGBUILD)
Deleted:
  poppler/repos/staging-i686/PKGBUILD
  poppler/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |  196 ++
 staging-i686/PKGBUILD   |   98 ---
 staging-x86_64/PKGBUILD |   98 ---
 3 files changed, 196 insertions(+), 196 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2017-09-04 05:31:07 UTC (rev 304631)
+++ staging-i686/PKGBUILD   2017-09-04 05:31:28 UTC (rev 304632)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Maintainer: Jan de Groot 
-
-pkgbase=poppler
-pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.58.0
-pkgrel=1
-arch=(i686 x86_64)
-license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
- 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data')
-options=('!emptydirs')
-url="https://poppler.freedesktop.org/;
-source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
-
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
-sha256sums=('0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832'
-'SKIP')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-cairo-output \
-  --enable-xpdf-headers \
-  --enable-libjpeg --enable-zlib \
-  --enable-poppler-qt4 \
-  --enable-poppler-qt5 \
-  --enable-poppler-glib \
-  --enable-libopenjpeg=openjpeg2 \
-  --enable-libcurl \
-  --enable-gtk-doc \
-  --enable-gtk-test
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  LANG=en_US.UTF8 make check
-}
-
-package_poppler() {
-  pkgdesc="PDF rendering library based on xpdf 3.0"
-  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
-  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
-  conflicts=("poppler-qt3<${pkgver}")
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
-  -e 's/^qt4_subdir =.*/qt4_subdir =/' \
-  -e 's/^qt5_subdir =.*/qt5_subdir =/' -i Makefile
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt4,qt5}.pc
-}
-
-package_poppler-glib() {
-  pkgdesc="Poppler glib bindings"
-  depends=("poppler=${pkgver}" 'glib2')
-
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
-  make -C glib DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-  rm -f "${pkgdir}/usr/bin/poppler-glib-demo"
-}
-
-package_poppler-qt4() {
-  pkgdesc="Poppler Qt4 bindings"
-  provides=("poppler-qt=${pkgver}")
-  replaces=('poppler-qt')
-  conflicts=('poppler-qt')
-  depends=("poppler=${pkgver}" 'qt4')
-
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
-  make -C qt4 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-qt4.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-}
-
-package_poppler-qt5() {
-  pkgdesc="Poppler Qt5 bindings"
-  depends=("poppler=${pkgver}" 'qt5-base')
-
-  cd "${pkgbase}-${pkgver}"
-  make -C poppler DESTDIR="${pkgdir}" install-libLTLIBRARIES
-  make -C qt5 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
-  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
-  rm -f "${pkgdir}"/usr/lib/libpoppler.*
-}

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 304631, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-04 05:31:28 UTC (rev 304632)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
+pkgver=0.59.0
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'qt4' 'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 

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

2017-09-03 Thread Andreas Radke
Date: Monday, September 4, 2017 @ 05:31:07
  Author: andyrtr
Revision: 304631

upgpkg: poppler 0.59.0-1

upstream update 0.59.0

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 00:51:10 UTC (rev 304630)
+++ PKGBUILD2017-09-04 05:31:07 UTC (rev 304631)
@@ -4,7 +4,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt4' 'poppler-qt5')
-pkgver=0.58.0
+pkgver=0.59.0
 pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,7 +14,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=0d2bfd4)
-sha256sums=('0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832'
+sha256sums=('a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641'
 'SKIP')
 
 build() {


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

2017-09-03 Thread Laurent Carlier
Date: Monday, September 4, 2017 @ 03:16:22
  Author: lcarlier
Revision: 255636

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  400 
 2 files changed, 222 insertions(+), 218 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-09-04 03:16:11 UTC (rev 255635)
+++ 30-win32-aliases.conf   2017-09-04 03:16:22 UTC (rev 255636)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

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

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

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

2017-09-03 Thread Laurent Carlier
Date: Monday, September 4, 2017 @ 03:16:11
  Author: lcarlier
Revision: 255635

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  400 
 2 files changed, 222 insertions(+), 218 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-09-04 03:16:02 UTC (rev 255634)
+++ 30-win32-aliases.conf   2017-09-04 03:16:11 UTC (rev 255635)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

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

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

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

2017-09-03 Thread Laurent Carlier
Date: Monday, September 4, 2017 @ 03:16:02
  Author: lcarlier
Revision: 255634

upgpkg: wine-staging-nine 2.15-1

upstream update 2.15

Modified:
  wine-staging-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 02:38:17 UTC (rev 255633)
+++ PKGBUILD2017-09-04 03:16:02 UTC (rev 255634)
@@ -7,7 +7,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging-nine
-pkgver=2.14
+pkgver=2.15
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -16,8 +16,8 @@
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_ninepatchver.tar.gz;
 30-win32-aliases.conf)
-sha512sums=('9f8f3ed84ada8a40ce12e90745dfe96cb23016eeb1ddd75c31e4f5150c60bf85c93d73d526167160cbb76820171b6060c70de5d38486fe24107f74ffba89fb91'
-
'77aa93ac9b1a81581c27e74641722666026e2e6e03def57955a05fc76c6c02730271a562130dc87ed1caefc9b00b3e0421b2640fa17165aef2f8be5da0cf07d3'
+sha512sums=('8ba7087464163ba711338f16dcaa93e7950660af78e8ed1c3c6bd7e15916319901a65e2ea80d0b276e111c9c667c93dba04ab875a8b16d49cfa0eb1fb20afc2d'
+
'5298de273fc95f65ee481416f8ed16059f244e3781058cb76ee60b6a85aaf8d977a619c75cccd08aadeac9aae9ad2e08b49c5b52ab141cbff351a4b001e7c434'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
@@ -115,6 +115,10 @@
   # Allow ccache to work
   mv wine-patched-staging-$_pkgbasever $pkgname
 
+  # https://bugs.winehq.org/show_bug.cgi?id=43530
+  export CFLAGS="${CFLAGS/-fno-plt/}"
+  export LDFLAGS="${LDFLAGS/,-z,now/}"
+
   sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
 
   # Apply the nine patchset


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

2017-09-03 Thread Daniel Micay
Date: Monday, September 4, 2017 @ 02:38:17
  Author: thestinger
Revision: 255633

archrelease: copy trunk to community-testing-x86_64

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

---+
 90-linux.hook |   11 
 PKGBUILD  |  293 +
 config.x86_64 | 8408 
 linux.install |   27 
 linux.preset  |   14 
 5 files changed, 8753 insertions(+)

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


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

2017-09-03 Thread Daniel Micay
Date: Monday, September 4, 2017 @ 02:37:37
  Author: thestinger
Revision: 255632

upgpkg: linux-hardened 4.13.a-1

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

---+
 PKGBUILD  |   24 +++
 config.x86_64 |  170 
 2 files changed, 134 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 01:05:47 UTC (rev 255631)
+++ PKGBUILD2017-09-04 02:37:37 UTC (rev 255632)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_srcname=linux-4.12
-_pkgver=4.12.10
+_srcname=linux-4.13
+_pkgver=4.13
 pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
@@ -15,8 +15,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.xz;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${_pkgver}.sign;
 
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch;
 
"https://github.com/thestinger/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver.patch.sig;
 # the main kernel config files
@@ -27,13 +27,11 @@
 'linux.preset')
 replaces=('linux-grsec')
 
-sha256sums=('a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab'
+sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'32dfc4d44b559bb7007a54217aee04f6fe93e1f7bc9d9809064b5a4e689ba6e1'
+'42d181ebda0a5b4384b0223a0c969259339749b51dbd512298d6735088101f1b'
 'SKIP'
-'d6431acded5a491e7fbe9ff62f093ff34364eb5b0ef8fd658fc1520d7bc25220'
-'SKIP'
-'79fc83e06ffbceb89bed57c846d12380fbca1e6f652b6b2f0d507bfa96099d70'
+'3cc60ac3acd9bd1a68a050bb6c06b4729383988ce61fd7f8a4b692db93e94710'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
 validpgpkeys=(
@@ -48,7 +46,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  patch -p1 -i "${srcdir}/patch-${_pkgver}"
+  #patch -p1 -i "${srcdir}/patch-${_pkgver}"
 
   # security patches
 
@@ -185,8 +183,8 @@
   cp arch/${KARCH}/kernel/asm-offsets.s 
"${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
 
   # add docbook makefile
-  install -D -m644 Documentation/DocBook/Makefile \
-
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
+  #install -D -m644 Documentation/DocBook/Makefile \
+
#"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
 
   # add dm headers
   mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"
@@ -281,7 +279,7 @@
   find "${pkgdir}" -type d -exec chmod 755 {} \;
 
   # remove a file already in linux package
-  rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
+  #rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
 }
 
 pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")

Modified: config.x86_64
===
--- config.x86_64   2017-09-04 01:05:47 UTC (rev 255631)
+++ config.x86_64   2017-09-04 02:37:37 UTC (rev 255632)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.12.9-1 Kernel Configuration
+# Linux/x86 4.13.0-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -87,7 +87,9 @@
 #
 CONFIG_GENERIC_IRQ_PROBE=y
 CONFIG_GENERIC_IRQ_SHOW=y
+CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
 CONFIG_GENERIC_PENDING_IRQ=y
+CONFIG_GENERIC_IRQ_MIGRATION=y
 CONFIG_IRQ_DOMAIN=y
 CONFIG_IRQ_DOMAIN_HIERARCHY=y
 CONFIG_GENERIC_MSI_IRQ=y
@@ -95,6 +97,7 @@
 # CONFIG_IRQ_DOMAIN_DEBUG is not set
 CONFIG_IRQ_FORCED_THREADING=y
 CONFIG_SPARSE_IRQ=y
+# CONFIG_GENERIC_IRQ_DEBUGFS is not set
 CONFIG_CLOCKSOURCE_WATCHDOG=y
 CONFIG_ARCH_CLOCKSOURCE_DATA=y
 CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
@@ -138,7 +141,6 @@
 CONFIG_TASKS_RCU=y
 CONFIG_RCU_STALL_COMMON=y
 CONFIG_RCU_NEED_SEGCBLIST=y
-# CONFIG_TREE_RCU_TRACE is not set
 CONFIG_BUILD_BIN2C=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
@@ -291,6 +293,7 @@
 CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
 CONFIG_HAVE_USER_RETURN_NOTIFIER=y
 CONFIG_HAVE_PERF_EVENTS_NMI=y
+CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
 CONFIG_HAVE_PERF_REGS=y
 CONFIG_HAVE_PERF_USER_STACK_DUMP=y
 CONFIG_HAVE_ARCH_JUMP_LABEL=y
@@ -309,6 +312,7 @@
 # CONFIG_CC_STACKPROTECTOR_NONE is not set
 # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
 CONFIG_CC_STACKPROTECTOR_STRONG=y

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

2017-09-03 Thread Bruno Pagani
Date: Monday, September 4, 2017 @ 01:05:47
  Author: archange
Revision: 255631

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

Added:
  fwupd/repos/community-i686/PKGBUILD
(from rev 255630, fwupd/trunk/PKGBUILD)
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 255630, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-i686/PKGBUILD
  fwupd/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   43 -
 community-x86_64/PKGBUILD |   43 -
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-04 01:05:25 UTC (rev 255630)
+++ community-i686/PKGBUILD 2017-09-04 01:05:47 UTC (rev 255631)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('cf406eb11b284cd89228db53bff787cb8468d4e14a910acdea4c995f04df2435')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-meson --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---buildtype=release \
-../build
-
-ninja -v -C ../build
-}
-
-check() {
-cd build
-mesontest
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
-# Remove the tests
-rm -r ${pkgdir}/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-i686/PKGBUILD (from rev 255630, 
fwupd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-04 01:05:47 UTC (rev 255631)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=0.9.7
+pkgrel=1
+pkgdesc='A simple daemon to allow session software to update firmware'
+arch=('i686' 'x86_64')
+url='https://github.com/hughsie/fwupd'
+license=('GPL2')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
+makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
+ 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
+ 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+checkdepends=('umockdev')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('2e70742ec4be933d1e31c489bc6f00c4f326cd4ef3adade4ae6579c747f78742')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+meson --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--buildtype=release \
+../build
+
+ninja -v -C ../build
+}
+
+check() {
+cd build
+mesontest
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+# Remove the tests
+rm -r ${pkgdir}/usr/share/installed-tests/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-04 01:05:25 UTC (rev 255630)
+++ community-x86_64/PKGBUILD   2017-09-04 01:05:47 UTC (rev 255631)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='A simple daemon to allow session software to update firmware'
-arch=('i686' 'x86_64')
-url='https://github.com/hughsie/fwupd'
-license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('cf406eb11b284cd89228db53bff787cb8468d4e14a910acdea4c995f04df2435')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-meson --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-   

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

2017-09-03 Thread Bruno Pagani
Date: Monday, September 4, 2017 @ 01:05:25
  Author: archange
Revision: 255630

upgpkg: fwupd 0.9.7-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 00:47:10 UTC (rev 255629)
+++ PKGBUILD2017-09-04 01:05:25 UTC (rev 255630)
@@ -3,18 +3,19 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('i686' 'x86_64')
 url='https://github.com/hughsie/fwupd'
 license=('GPL2')
-depends=('appstream-glib' 'fwupdate' 'colord')
+depends=('appstream-glib' 'fwupdate' 'colord' 'python')
 makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls'
  'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
  'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+checkdepends=('umockdev')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('cf406eb11b284cd89228db53bff787cb8468d4e14a910acdea4c995f04df2435')
+sha256sums=('2e70742ec4be933d1e31c489bc6f00c4f326cd4ef3adade4ae6579c747f78742')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in perl-net-http/repos (testing-any testing-any/PKGBUILD)

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:51:10
  Author: felixonmars
Revision: 304630

archrelease: copy trunk to testing-any

Added:
  perl-net-http/repos/testing-any/
  perl-net-http/repos/testing-any/PKGBUILD
(from rev 304629, perl-net-http/trunk/PKGBUILD)

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

Copied: perl-net-http/repos/testing-any/PKGBUILD (from rev 304629, 
perl-net-http/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-04 00:51:10 UTC (rev 304630)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+
+pkgname=perl-net-http
+pkgver=6.17
+pkgrel=1
+pkgdesc="Low-level HTTP connection (client)"
+arch=('any')
+url=http://search.cpan.org/dist/Net-HTTP
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-uri')
+conflicts=('perl-libwww<6')
+source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz;)
+sha512sums=('ce4453896fea1194342ed5279173fe3289ae7a2f489145930bd74eb680a347d974675b65d387aa7735d2c5404d7c5a34049b10a1ba87f36df0ad6e3d45d4f2f8')
+
+build() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor" \
+  PERL_MB_OPT="--installdirs vendor" \
+  MODULEBUILDRC=/dev/null
+
+cd Net-HTTP-${pkgver}
+/usr/bin/perl Makefile.PL
+make
+}
+
+check() {
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+cd Net-HTTP-${pkgver}
+make test
+}
+
+package() {
+cd Net-HTTP-${pkgver}
+make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:50:49
  Author: felixonmars
Revision: 304629

upgpkg: perl-net-http 6.17-1

Modified:
  perl-net-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 00:49:55 UTC (rev 304628)
+++ PKGBUILD2017-09-04 00:50:49 UTC (rev 304629)
@@ -3,8 +3,8 @@
 # Contributor: Justin "juster" Davis 
 
 pkgname=perl-net-http
-pkgver=6.16
-pkgrel=2
+pkgver=6.17
+pkgrel=1
 pkgdesc="Low-level HTTP connection (client)"
 arch=('any')
 url=http://search.cpan.org/dist/Net-HTTP
@@ -14,7 +14,7 @@
 checkdepends=('perl-uri')
 conflicts=('perl-libwww<6')
 
source=("http://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-$pkgver.tar.gz;)
-sha512sums=('467a536c4ecc5caeeebe2a0523cc311515c39df53d604d8dc9ad78fbe01c8cc5b24bf483884d2aa2a168bc213ddfe964d679474a1be860f10d87283806c0a496')
+sha512sums=('ce4453896fea1194342ed5279173fe3289ae7a2f489145930bd74eb680a347d974675b65d387aa7735d2c5404d7c5a34049b10a1ba87f36df0ad6e3d45d4f2f8')
 
 build() {
 export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:49:34
  Author: felixonmars
Revision: 304627

upgpkg: python-setuptools 1:36.4.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 23:13:42 UTC (rev 304626)
+++ PKGBUILD2017-09-04 00:49:34 UTC (rev 304627)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.3.0
+pkgver=36.4.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
   'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
   'git')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('22527410ea30cbc9788e058753c6ebe9c7c9f36b16d783c004fd3f0b6849c6955f4b5b221e5bc31a6503011324f51cec5679dc6188272382d02ac043b03d4993')
+sha512sums=('86bad0c16b7bde4c0a37867db04d76a90a7c968a8926611f4ad26f3d9185b33aa040072ecd7d23540a1434d19a742db3667387d4df975de489b494103b2df0e9')
 
 prepare() {
   # Don't download and install deps


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:49:55
  Author: felixonmars
Revision: 304628

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 304627, python-setuptools/trunk/PKGBUILD)

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

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 304627, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-04 00:49:55 UTC (rev 304628)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=36.4.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-mock' 'python2-mock' 
'python-pytest-fixture-config'
+  'python2-pytest-fixture-config' 'python-pytest-virtualenv' 
'python2-pytest-virtualenv'
+  'git')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
+sha512sums=('86bad0c16b7bde4c0a37867db04d76a90a7c968a8926611f4ad26f3d9185b33aa040072ecd7d23540a1434d19a742db3667387d4df975de489b494103b2df0e9')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools-$pkgver/bootstrap.py
+
+  rm -r setuptools-$pkgver/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools-$pkgver/setup.cfg
+
+  # 'Clean' installation is expected to fail since we removed bundled packages
+  sed -i '/^def test_clean_env_install/i import 
pytest\n\n...@pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
+
+  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
+  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
+  # dir.
+  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
+  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
+  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
+
+  cp -a setuptools-$pkgver{,-py2}
+
+  cd "$srcdir"/setuptools-$pkgver
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools-$pkgver
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() { (
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # https://github.com/pypa/setuptools/pull/810
+  export PYTHONDONTWRITEBYTECODE=1
+
+  cd "$srcdir"/setuptools-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  python2 setup.py pytest
+)}
+
+package_python-setuptools() {
+  depends=('python-packaging' 'python-appdirs')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+
+package_python2-setuptools() {
+  depends=('python2-packaging' 'python2-appdirs')
+  provides=('python2-distribute')
+  replaces=('python2-distribute')
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+  rm "$pkgdir"/usr/bin/easy_install
+}


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:47:10
  Author: felixonmars
Revision: 255629

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-04 00:46:49 UTC (rev 255628)
+++ PKGBUILD2017-09-04 00:47:10 UTC (rev 255629)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=5.1.1
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
-  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
-  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('5808db131441c8c58cd14acfec0bb12c46ac880ad969742463cc086fe53d2ced770dd06cb421da7d8bbb164aa1560ea3ee6afcfceab3a859e7a2a27141f5cb90')
-
-prepare() {
-  cp -a testfixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-
-  cd "$srcdir"/testfixtures-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=build"
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 255628, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-04 00:47:10 UTC (rev 255629)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
+  'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
+  'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
+sha512sums=('e74acd51ca3980c9eaa715a9d0c1acc5317c804bc635511ec3a42a7c7f3ce5d072672e016eaf4c23c3502656fa98efbcc2b6927a9b0730f68c4fbb588fb2c3b8')
+
+prepare() {
+  cp -a testfixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+
+  cd "$srcdir"/testfixtures-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=build"
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:46:49
  Author: felixonmars
Revision: 255628

upgpkg: python-testfixtures 5.2.0-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 00:46:13 UTC (rev 255627)
+++ PKGBUILD2017-09-04 00:46:49 UTC (rev 255628)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -14,7 +14,7 @@
   'python-zope-component' 'python2-zope-component' 'python-sybil' 
'python2-sybil'
   'python-pytest-django' 'python2-pytest-django' 'python-django' 
'python2-django')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('5808db131441c8c58cd14acfec0bb12c46ac880ad969742463cc086fe53d2ced770dd06cb421da7d8bbb164aa1560ea3ee6afcfceab3a859e7a2a27141f5cb90')
+sha512sums=('e74acd51ca3980c9eaa715a9d0c1acc5317c804bc635511ec3a42a7c7f3ce5d072672e016eaf4c23c3502656fa98efbcc2b6927a9b0730f68c4fbb588fb2c3b8')
 
 prepare() {
   cp -a testfixtures-$pkgver{,-py2}


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:46:13
  Author: felixonmars
Revision: 255627

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 255626, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-04 00:45:50 UTC (rev 255626)
+++ PKGBUILD2017-09-04 00:46:13 UTC (rev 255627)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=4.6.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('59cb4fc70601ba5962282fa7d58abaf7f3f275baf5a5e5803bb78b0d78578fb8dc60bfb885458685221d1fffbac17154b741a2d7b6b768327ef572e8eb757db3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 255626, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-04 00:46:13 UTC (rev 255627)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=4.6.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('9dfc860392ab575ec8158687ffd364b0a285675871abce78129fbb8a4269e218405a5bf57ff0214ebb01aab82b6cef6fcbe6b7d6fb265b6f2615a769ba31385c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-09-03 Thread Felix Yan
Date: Monday, September 4, 2017 @ 00:45:50
  Author: felixonmars
Revision: 255626

upgpkg: eslint 4.6.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-04 00:03:40 UTC (rev 255625)
+++ PKGBUILD2017-09-04 00:45:50 UTC (rev 255626)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=4.6.0
+pkgver=4.6.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('59cb4fc70601ba5962282fa7d58abaf7f3f275baf5a5e5803bb78b0d78578fb8dc60bfb885458685221d1fffbac17154b741a2d7b6b768327ef572e8eb757db3')
+sha512sums=('9dfc860392ab575ec8158687ffd364b0a285675871abce78129fbb8a4269e218405a5bf57ff0214ebb01aab82b6cef6fcbe6b7d6fb265b6f2615a769ba31385c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-09-03 Thread Bruno Pagani
Date: Monday, September 4, 2017 @ 00:03:40
  Author: archange
Revision: 255625

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

Added:
  fwupdate/repos/community-i686/PKGBUILD
(from rev 255624, fwupdate/trunk/PKGBUILD)
  fwupdate/repos/community-i686/create-fw-directory.patch
(from rev 255624, fwupdate/trunk/create-fw-directory.patch)
  fwupdate/repos/community-i686/fix-sprintf-formatting.patch
(from rev 255624, fwupdate/trunk/fix-sprintf-formatting.patch)
  fwupdate/repos/community-i686/fix-uninitialized-variable.patch
(from rev 255624, fwupdate/trunk/fix-uninitialized-variable.patch)
  fwupdate/repos/community-i686/fwupdate.install
(from rev 255624, fwupdate/trunk/fwupdate.install)
  fwupdate/repos/community-x86_64/PKGBUILD
(from rev 255624, fwupdate/trunk/PKGBUILD)
  fwupdate/repos/community-x86_64/create-fw-directory.patch
(from rev 255624, fwupdate/trunk/create-fw-directory.patch)
  fwupdate/repos/community-x86_64/fix-sprintf-formatting.patch
(from rev 255624, fwupdate/trunk/fix-sprintf-formatting.patch)
  fwupdate/repos/community-x86_64/fix-uninitialized-variable.patch
(from rev 255624, fwupdate/trunk/fix-uninitialized-variable.patch)
  fwupdate/repos/community-x86_64/fwupdate.install
(from rev 255624, fwupdate/trunk/fwupdate.install)
Deleted:
  fwupdate/repos/community-i686/PKGBUILD
  fwupdate/repos/community-i686/fix-sprintf-formatting.patch
  fwupdate/repos/community-i686/fix-uninitialized-variable.patch
  fwupdate/repos/community-i686/fwupdate.install
  fwupdate/repos/community-x86_64/PKGBUILD
  fwupdate/repos/community-x86_64/fix-sprintf-formatting.patch
  fwupdate/repos/community-x86_64/fix-uninitialized-variable.patch
  fwupdate/repos/community-x86_64/fwupdate.install

---+
 /PKGBUILD |   98 +++
 /fix-sprintf-formatting.patch |  124 
 /fix-uninitialized-variable.patch |   74 +++
 /fwupdate.install |   22 +++
 community-i686/PKGBUILD   |   46 ---
 community-i686/create-fw-directory.patch  |   62 ++
 community-i686/fix-sprintf-formatting.patch   |   62 --
 community-i686/fix-uninitialized-variable.patch   |   37 -
 community-i686/fwupdate.install   |   11 -
 community-x86_64/PKGBUILD |   46 ---
 community-x86_64/create-fw-directory.patch|   62 ++
 community-x86_64/fix-sprintf-formatting.patch |   62 --
 community-x86_64/fix-uninitialized-variable.patch |   37 -
 community-x86_64/fwupdate.install |   11 -
 14 files changed, 442 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-04 00:02:35 UTC (rev 255624)
+++ community-i686/PKGBUILD 2017-09-04 00:03:40 UTC (rev 255625)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupdate
-pkgver=9
-pkgrel=1
-pkgdesc="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
-arch=('i686' 'x86_64')
-url="https://github.com/rhinstaller/fwupdate;
-license=('GPL2')
-depends=('efivar' 'libsmbios' 'bash')
-makedepends=('pesign' 'gnu-efi-libs')
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
-   'fix-uninitialized-variable.patch'
-   'fix-sprintf-formatting.patch')
-sha256sums=('e926a7b33a58f5dbf029a5a687375e88b18a41f0742ba871aff7d1d82d075c87'
-'56d27c36b7f1178c818c37153e3dbdd0a26036366b3dc935cd169b0c716cb610'
-'639114a5d98c688f92c59d08aac1b182da705ad443c8b1367160c7a8c4fcd115')
-install=fwupdate.install
-
-_efidir=arch
-
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -p1 -i ../fix-uninitialized-variable.patch
-patch -p1 -i ../fix-sprintf-formatting.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-make EFIDIR="${_efidir}" GNUEFIDIR=/usr/lib
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make LIBDIR=/usr/lib EFIDIR="${_efidir}" DESTDIR="${pkgdir}" 
libexecdir=/usr/lib/ install
-
-# Do not install anything under /boot. Copy files to /usr/lib/fwupdate for 
manual installation.
-install -d ${pkgdir}/usr/lib/fwupdate
-mv ${pkgdir}/boot/efi/EFI ${pkgdir}/usr/lib/fwupdate/EFI
-rm -rf ${pkgdir}/boot
-rm -rf ${pkgdir}/usr/src
-rm -rf ${pkgdir}/usr/lib/debug
-rmdir  ${pkgdir}/usr/share/fwupdate
-}

Copied: fwupdate/repos/community-i686/PKGBUILD (from rev 255624, 
fwupdate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-04 00:03:40 UTC (rev 255625)
@@ -0,0 +1,49 @@
+# Maintainer: Bruno Pagani 

[arch-commits] Commit in fwupdate/trunk (PKGBUILD create-fw-directory.patch)

2017-09-03 Thread Bruno Pagani
Date: Monday, September 4, 2017 @ 00:02:35
  Author: archange
Revision: 255624

Add a fix for creating a missing dir at runtime

Added:
  fwupdate/trunk/create-fw-directory.patch
Modified:
  fwupdate/trunk/PKGBUILD

---+
 PKGBUILD  |9 --
 create-fw-directory.patch |   62 
 2 files changed, 68 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 22:20:38 UTC (rev 255623)
+++ PKGBUILD2017-09-04 00:02:35 UTC (rev 255624)
@@ -3,7 +3,7 @@
 
 pkgname=fwupdate
 pkgver=9
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
 arch=('i686' 'x86_64')
 url="https://github.com/rhinstaller/fwupdate;
@@ -12,10 +12,12 @@
 makedepends=('pesign' 'gnu-efi-libs')
 source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
'fix-uninitialized-variable.patch'
-   'fix-sprintf-formatting.patch')
+   'fix-sprintf-formatting.patch'
+'create-fw-directory.patch')
 sha256sums=('e926a7b33a58f5dbf029a5a687375e88b18a41f0742ba871aff7d1d82d075c87'
 '56d27c36b7f1178c818c37153e3dbdd0a26036366b3dc935cd169b0c716cb610'
-'639114a5d98c688f92c59d08aac1b182da705ad443c8b1367160c7a8c4fcd115')
+'639114a5d98c688f92c59d08aac1b182da705ad443c8b1367160c7a8c4fcd115'
+'fabe3dd8755cd73955893a4dc22cc9ff8965b5a873e2af7f781421fced3dc0ec')
 install=fwupdate.install
 
 _efidir=arch
@@ -24,6 +26,7 @@
 cd ${pkgname}-${pkgver}
 patch -p1 -i ../fix-uninitialized-variable.patch
 patch -p1 -i ../fix-sprintf-formatting.patch
+patch -p1 -i ../create-fw-directory.patch
 }
 
 build() {

Added: create-fw-directory.patch
===
--- create-fw-directory.patch   (rev 0)
+++ create-fw-directory.patch   2017-09-04 00:02:35 UTC (rev 255624)
@@ -0,0 +1,62 @@
+From f713884b1766396aab4f0fb75a7cc7b8cb8319bb Mon Sep 17 00:00:00 2001
+From: Mario Limonciello 
+Date: Tue, 11 Jul 2017 10:35:37 -0500
+Subject: [PATCH] create the 'fw' directory on the ESP if it doesn't exist
+
+---
+ linux/libfwup.c | 24 +---
+ 1 file changed, 21 insertions(+), 3 deletions(-)
+
+diff --git a/linux/libfwup.c b/linux/libfwup.c
+index 4aa2bf3..d37f644 100644
+--- a/linux/libfwup.c
 b/linux/libfwup.c
+@@ -1177,6 +1177,8 @@ get_existing_media_path(update_info *info)
+ static int
+ get_fd_and_media_path(update_info *info, char **path)
+ {
++  struct stat st;
++  char *directory = NULL;
+   char *fullpath = NULL;
+   int fd = -1;
+   int rc;
+@@ -1193,13 +1195,28 @@ get_fd_and_media_path(update_info *info, char **path)
+   }
+   } else {
+   /* fall back to creating a new file from scratch */
+-  rc = asprintf(,
+-"/boot/efi/EFI/%s/fw/fwupdate-XX.cap",
++  rc = asprintf(,
++"/boot/efi/EFI/%s/fw",
+ FWUP_EFI_DIR_NAME);
+   if (rc < 0) {
+-  efi_error("asprintf failed");
++  efi_error("asprintf directory failed");
+   return fd;
+   }
++  if (stat(directory, ) != 0 ||
++  (st.st_mode & S_IFDIR) == 0) {
++  rc = mkdir(directory, 0775);
++  if (rc < 0) {
++  efi_error("failed to make %s", directory);
++  goto out;
++  }
++  }
++  rc = asprintf(,
++"/boot/efi/EFI/%s/fw/fwupdate-XX.cap",
++directory);
++  if (rc < 0) {
++  efi_error("asprintf fullpath failed");
++  goto out;
++  }
+   fd = mkostemps(fullpath, 4, O_CREAT|O_TRUNC|O_CLOEXEC);
+   if (fd < 0) {
+   efi_error("mkostemps(%s) failed", fullpath);
+@@ -1213,6 +1230,7 @@ get_fd_and_media_path(update_info *info, char **path)
+   fullpath = NULL;
+   }
+ out:
++  free(directory);
+   free(fullpath);
+   return fd;
+ }


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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 23:13:42
  Author: arojas
Revision: 304626

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 304625, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 304625, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 304625, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 304625, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-03 23:13:06 UTC (rev 304625)
+++ extra-i686/PKGBUILD 2017-09-03 23:13:42 UTC (rev 304626)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw' 'libraqm'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('9548f77fd77349f167c93698416ec4cc655d1304'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-  autoreconf --force --install
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libraqm' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support'
-  'libraw: for DNG support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   

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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 23:13:06
  Author: arojas
Revision: 304625

Update to 6.9.9.11

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 21:55:56 UTC (rev 304624)
+++ PKGBUILD2017-09-03 23:13:06 UTC (rev 304625)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.10
+pkgver=6.9.9.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('9548f77fd77349f167c93698416ec4cc655d1304'
+sha1sums=('1268ab07b300bb3e2ffb660f1be649ca5e18591a'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in dbeaver/repos (20 files)

2017-09-03 Thread Fabio Castelli
Date: Sunday, September 3, 2017 @ 22:20:38
  Author: muflone
Revision: 255623

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

Added:
  dbeaver/repos/community-i686/PKGBUILD
(from rev 255622, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-i686/dbeaver.desktop
(from rev 255622, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-i686/dbeaver.hook
(from rev 255622, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-i686/dbeaver.install
(from rev 255622, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-i686/dbeaver.profile.gz
(from rev 255622, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-x86_64/PKGBUILD
(from rev 255622, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-x86_64/dbeaver.desktop
(from rev 255622, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-x86_64/dbeaver.hook
(from rev 255622, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-x86_64/dbeaver.install
(from rev 255622, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-x86_64/dbeaver.profile.gz
(from rev 255622, dbeaver/trunk/dbeaver.profile.gz)
Deleted:
  dbeaver/repos/community-i686/PKGBUILD
  dbeaver/repos/community-i686/dbeaver.desktop
  dbeaver/repos/community-i686/dbeaver.hook
  dbeaver/repos/community-i686/dbeaver.install
  dbeaver/repos/community-i686/dbeaver.profile.gz
  dbeaver/repos/community-x86_64/PKGBUILD
  dbeaver/repos/community-x86_64/dbeaver.desktop
  dbeaver/repos/community-x86_64/dbeaver.hook
  dbeaver/repos/community-x86_64/dbeaver.install
  dbeaver/repos/community-x86_64/dbeaver.profile.gz

--+
 /PKGBUILD|  200 +
 /dbeaver.desktop |   18 +++
 /dbeaver.hook|   24 
 /dbeaver.install |   10 +
 community-i686/PKGBUILD  |  100 --
 community-i686/dbeaver.desktop   |9 -
 community-i686/dbeaver.hook  |   12 --
 community-i686/dbeaver.install   |5 
 community-x86_64/PKGBUILD|  100 --
 community-x86_64/dbeaver.desktop |9 -
 community-x86_64/dbeaver.hook|   12 --
 community-x86_64/dbeaver.install |5 
 12 files changed, 252 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 22:19:27 UTC (rev 255622)
+++ community-i686/PKGBUILD 2017-09-03 22:20:38 UTC (rev 255623)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=4.1.2
-pkgrel=2
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('i686' 'x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache')
-makedepends=('maven' 'java-environment>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"dbeaver.install")
-sha256sums=('05e7f9262571899af1b556e081b1b3d7658d36b0c971346e44400d8ed797b086'
-'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
-'29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-build() {
-  cd "${pkgname}-${pkgver}/"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Set system architecture
-  if [ "${CARCH}" = 'x86_64' ]; then
-_arch="x86_64"
-  else
-_arch='x86'
-  fi
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${_arch}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # 

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

2017-09-03 Thread Fabio Castelli
Date: Sunday, September 3, 2017 @ 22:19:27
  Author: muflone
Revision: 255622

upgpkg: dbeaver 4.1.3-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 19:59:02 UTC (rev 255621)
+++ PKGBUILD2017-09-03 22:19:27 UTC (rev 255622)
@@ -3,8 +3,8 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('i686' 'x86_64')
 url="http://dbeaver.jkiss.org/;
@@ -17,7 +17,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('05e7f9262571899af1b556e081b1b3d7658d36b0c971346e44400d8ed797b086'
+sha256sums=('4b595c972a257e2c33f4fda37fca99a8d1f9a52e54a99369655d599c132131a5'
 'd1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
 '29b9b2f32bcdf33b14680b4582e95c42cb5109c2168c741278630b68d1f265ee'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'


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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 21:55:56
  Author: arojas
Revision: 304624

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

Added:
  appstream/repos/extra-i686/PKGBUILD
(from rev 304623, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-index.hook
(from rev 304623, appstream/trunk/update-appstream-index.hook)
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 304623, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-index.hook
(from rev 304623, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-index.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-index.hook

--+
 /PKGBUILD|  124 +
 /update-appstream-index.hook |   34 +++
 extra-i686/PKGBUILD  |   57 -
 extra-i686/update-appstream-index.hook   |   17 ---
 extra-x86_64/PKGBUILD|   57 -
 extra-x86_64/update-appstream-index.hook |   17 ---
 6 files changed, 158 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-03 21:55:32 UTC (rev 304623)
+++ extra-i686/PKGBUILD 2017-09-03 21:55:56 UTC (rev 304624)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt 
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.11.4
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(i686 x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
-sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09'
-'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Dqt=true \
--Dvapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 304623, 
appstream/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-03 21:55:56 UTC (rev 304624)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt 
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.11.4
+pkgrel=2
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(i686 x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-index.hook
+https://github.com/ximion/appstream/commit/5db6df1a.patch)
+sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09'
+'SKIP'
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82'
+'8204883e4902e99a8c336f9dd19375f8eaf5a522fda68d6c9e1fe133844ec992')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../5db6df1a.patch # don't check bitness when finding 
appstream-qt
+}
+
+build() {
+  cd build
+
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true
+  ninja
+}
+
+package_appstream() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+  rm -r 

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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 21:55:32
  Author: arojas
Revision: 304623

Don't check bitness when finding appstream-qt

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 21:47:00 UTC (rev 304622)
+++ PKGBUILD2017-09-03 21:55:32 UTC (rev 304623)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream;
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base 
itstool vala)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-index.hook)
+update-appstream-index.hook
+https://github.com/ximion/appstream/commit/5db6df1a.patch)
 sha256sums=('d1458c3266e7a71ac9a80c2412bc3535fcb8e35aac2c7e493ba61c5609e17b09'
 'SKIP'
-'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82'
+'8204883e4902e99a8c336f9dd19375f8eaf5a522fda68d6c9e1fe133844ec992')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../5db6df1a.patch # don't check bitness when finding 
appstream-qt
 }
 
 build() {


[arch-commits] Commit in filesystem/repos (86 files)

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 21:47:00
  Author: seblu
Revision: 304622

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

Added:
  filesystem/repos/testing-i686/PKGBUILD
(from rev 304621, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/crypttab
(from rev 304621, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/env-generator
(from rev 304621, filesystem/trunk/env-generator)
  filesystem/repos/testing-i686/fstab
(from rev 304621, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 304621, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 304621, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 304621, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 304621, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 304621, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 304621, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 304621, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/motd
(from rev 304621, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 304621, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 304621, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 304621, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 304621, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 304621, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 304621, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 304621, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 304621, filesystem/trunk/shells)
  filesystem/repos/testing-i686/sysusers
(from rev 304621, filesystem/trunk/sysusers)
  filesystem/repos/testing-i686/tmpfiles
(from rev 304621, filesystem/trunk/tmpfiles)
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 304621, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/crypttab
(from rev 304621, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 304621, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 304621, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 304621, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 304621, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 304621, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 304621, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 304621, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 304621, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 304621, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 304621, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 304621, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 304621, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 304621, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 304621, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 304621, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 304621, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 304621, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 304621, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysusers
(from rev 304621, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 304621, filesystem/trunk/tmpfiles)
Deleted:
  filesystem/repos/testing-i686/PKGBUILD
  filesystem/repos/testing-i686/crypttab
  filesystem/repos/testing-i686/fstab
  filesystem/repos/testing-i686/group
  filesystem/repos/testing-i686/gshadow
  filesystem/repos/testing-i686/host.conf
  filesystem/repos/testing-i686/hosts
  filesystem/repos/testing-i686/issue
  filesystem/repos/testing-i686/ld.so.conf
  filesystem/repos/testing-i686/locale.sh
  filesystem/repos/testing-i686/motd
  filesystem/repos/testing-i686/nsswitch.conf
  filesystem/repos/testing-i686/os-release
  filesystem/repos/testing-i686/passwd
  filesystem/repos/testing-i686/profile
  filesystem/repos/testing-i686/resolv.conf
  filesystem/repos/testing-i686/securetty
  filesystem/repos/testing-i686/shadow
  filesystem/repos/testing-i686/shells
  filesystem/repos/testing-i686/sysusers
  filesystem/repos/testing-i686/tmpfiles
  

[arch-commits] Commit in filesystem/trunk (PKGBUILD env-generator tmpfiles)

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 21:43:18
  Author: seblu
Revision: 304621

upgpkg: filesystem 2017.09-1

- fix FS#55467
- define archlinux default PATH with a systemd environment generator

Added:
  filesystem/trunk/env-generator
Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/tmpfiles

---+
 PKGBUILD  |   28 
 env-generator |3 +++
 tmpfiles  |1 -
 3 files changed, 19 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 20:09:04 UTC (rev 304620)
+++ PKGBUILD2017-09-03 21:43:18 UTC (rev 304621)
@@ -3,7 +3,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2017.08
+pkgver=2017.09
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release'
 'resolv.conf' 'shells' 'gshadow' 'profile' 'locale.sh' 'sysusers'
-'tmpfiles')
+'tmpfiles' 'env-generator')
 md5sums=('7fed1e1fb855e41a6d64d41f8521d69a'
  '7813c481156f6b280a3ba91fc6236368'
  '44851ecc062ba34a4c024b6f3246c48f'
@@ -39,7 +39,8 @@
  '13feaea89d404729ad2f7cf0bcc41d85'
  '71ed98c52e11ada1f936ac8cb14eecd9'
  '6ec767b80e0df5c4450078363a31bca0'
- '6723590b164b281f471e8b1cd926b633')
+ '0267a3a463f35eec8a31f40a720dfd86'
+ '2b0344e9639f35f3c0d5637a23556089')
 
 package() {
   cd "$pkgdir"
@@ -68,7 +69,7 @@
   done
   touch etc/arch-release
   install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
-  install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release
+  install -Dm644 "$srcdir"/os-release usr/lib/os-release
 
   # setup /var
   for d in cache local opt log/old lib/misc empty; do
@@ -91,16 +92,16 @@
   done
 
   # add lib symlinks
-  ln -s usr/lib "$pkgdir"/lib
+  ln -s usr/lib lib
   [[ $CARCH = 'x86_64' ]] && (
-ln -s usr/lib "$pkgdir"/lib64
-ln -s lib "$pkgdir"/usr/lib64
+ln -s usr/lib lib64
+ln -s lib usr/lib64
   )
 
   # add bin symlinks
-  ln -s usr/bin "$pkgdir"/bin
-  ln -s usr/bin "$pkgdir"/sbin
-  ln -s bin "$pkgdir"/usr/sbin
+  ln -s usr/bin bin
+  ln -s usr/bin sbin
+  ln -s bin usr/sbin
 
   # setup /usr/local hierarchy
   for d in bin etc games include lib man sbin share src; do
@@ -109,10 +110,13 @@
   ln -s ../man usr/local/share/man
 
   # setup systemd-sysusers
-  install -D -m644 "$srcdir"/sysusers "$pkgdir"/usr/lib/sysusers.d/arch.conf
+  install -D -m644 "$srcdir"/sysusers usr/lib/sysusers.d/arch.conf
 
   # setup systemd-tmpfiles
-  install -D -m644 "$srcdir"/tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/arch.conf
+  install -D -m644 "$srcdir"/tmpfiles usr/lib/tmpfiles.d/arch.conf
+
+  # setup systemd.environment-generator
+  install -D -m755 "$srcdir"/env-generator 
usr/lib/systemd/system-environment-generators/10-arch
 }
 
 # vim:set ts=2 sw=2 et:

Added: env-generator
===
--- env-generator   (rev 0)
+++ env-generator   2017-09-03 21:43:18 UTC (rev 304621)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo 'PATH=/usr/local/sbin:/usr/local/bin:/usr/bin'


Property changes on: filesystem/trunk/env-generator
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: tmpfiles
===
--- tmpfiles2017-09-03 20:09:04 UTC (rev 304620)
+++ tmpfiles2017-09-03 21:43:18 UTC (rev 304621)
@@ -12,7 +12,6 @@
 C /etc/nsswitch.conf
 C /etc/passwd
 C /etc/profile
-C /etc/resolv.conf
 C /etc/securetty
 C /etc/shadow
 C /etc/shells


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

2017-09-03 Thread Evangelos Foutras
Date: Sunday, September 3, 2017 @ 20:08:53
  Author: foutrelis
Revision: 304619

upgpkg: sudo 1.8.21.p1-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 18:13:00 UTC (rev 304618)
+++ PKGBUILD2017-09-03 20:08:53 UTC (rev 304619)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=sudo
-_sudover=1.8.20p2
+_sudover=1.8.21p1
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc="Give certain users the ability to run some commands as root"
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.pam)
-sha256sums=('bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9'
+sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
 'SKIP'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
 validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')


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

2017-09-03 Thread Evangelos Foutras
Date: Sunday, September 3, 2017 @ 20:09:04
  Author: foutrelis
Revision: 304620

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 304619, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 304619, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 304619, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 304619, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 304619, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 304619, sudo/trunk/sudo.pam)

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/sudo.install   |9 +
 testing-i686/sudo.pam   |4 ++
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/sudo.install |9 +
 testing-x86_64/sudo.pam |4 ++
 6 files changed, 170 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 304619, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-03 20:09:04 UTC (rev 304620)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.21p1
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')
+url="https://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'libgcrypt' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.pam)
+sha256sums=('ee50d3a249a96b1c5c8d3d21380eb96c63c6e61a888b13e3c2b941b23ab7c808'
+'SKIP'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_sudover"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_sudover"
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--enable-gcrypt \
+--enable-tmpfiles.d \
+--with-pam \
+--with-sssd \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt="[sudo] password for %p: " \
+--with-all-insults
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_sudover"
+  make DESTDIR="$pkgdir" install
+
+  # Remove sudoers.dist; not needed since pacman manages updates to sudoers
+  rm "$pkgdir/etc/sudoers.dist"
+
+  # Remove /run/sudo directory; we create it using systemd-tmpfiles
+  rmdir "$pkgdir/run/sudo"
+  rmdir "$pkgdir/run"
+
+  install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
+
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 304619, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2017-09-03 20:09:04 UTC (rev 304620)
@@ -0,0 +1,9 @@
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1) < 0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 304619, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2017-09-03 20:09:04 UTC (rev 304620)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-x86_64/PKGBUILD (from rev 304619, 
sudo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-03 20:09:04 UTC (rev 304620)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Allan McRae 
+# Contributor: Tom Newsom 
+
+pkgname=sudo
+_sudover=1.8.21p1
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc="Give certain users the ability to run some commands as root"
+arch=('i686' 'x86_64')

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 19:59:02
  Author: demize
Revision: 255621

Add note about zathura-pdf-mupdf not just being for PDF

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 17:15:26 UTC (rev 255620)
+++ PKGBUILD2017-09-03 19:59:02 UTC (rev 255621)
@@ -8,7 +8,7 @@
 pkgver=0.3.1
 pkgrel=3
 
-pkgdesc="PDF support for Zathura (MuPDF backend)"
+pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
 arch=('i686' 'x86_64')
 license=('zlib')


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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 17:15:26
  Author: demize
Revision: 255620

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

Added:
  pigeonhole/repos/community-i686/PKGBUILD
(from rev 255619, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-i686/dovecot.conf
(from rev 255619, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/community-x86_64/PKGBUILD
(from rev 255619, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/community-x86_64/dovecot.conf
(from rev 255619, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/community-i686/PKGBUILD
  pigeonhole/repos/community-i686/dovecot.conf
  pigeonhole/repos/community-x86_64/PKGBUILD
  pigeonhole/repos/community-x86_64/dovecot.conf

---+
 /PKGBUILD |  110 
 /dovecot.conf |2 
 community-i686/PKGBUILD   |   55 
 community-i686/dovecot.conf   |1 
 community-x86_64/PKGBUILD |   55 
 community-x86_64/dovecot.conf |1 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 17:15:13 UTC (rev 255619)
+++ community-i686/PKGBUILD 2017-09-03 17:15:26 UTC (rev 255620)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.31
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.19
-pkgrel=1
-
-pkgdesc='Sieve implementation for Dovecot'
-url='http://pigeonhole.dovecot.org/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-
-depends=('dovecot='$_dcpkgver)
-
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-
-source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
-dovecot.conf)
-
-sha256sums=('629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.2-pigeonhole-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/community-i686/PKGBUILD (from rev 255619, 
pigeonhole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-03 17:15:26 UTC (rev 255620)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.32
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.20
+pkgrel=1
+
+pkgdesc='Sieve implementation for Dovecot'
+url='http://pigeonhole.dovecot.org/'
+arch=('i686' 'x86_64')
+license=('LGPL')
+
+depends=('dovecot='$_dcpkgver)
+
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+
+source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
+dovecot.conf)
+
+sha256sums=('6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-pigeonhole-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: community-i686/dovecot.conf

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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 17:15:13
  Author: demize
Revision: 255619

upgpkg: pigeonhole 0.4.20-1

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 17:01:06 UTC (rev 255618)
+++ PKGBUILD2017-09-03 17:15:13 UTC (rev 255619)
@@ -8,11 +8,11 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.31
+_dcpkgver=2.2.32
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.19
+pkgver=0.4.20
 pkgrel=1
 
 pkgdesc='Sieve implementation for Dovecot'
@@ -27,7 +27,7 @@
 
source=("https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-$pkgver.tar.gz"{,.sig}
 dovecot.conf)
 
-sha256sums=('629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793'
+sha256sums=('6fe17d0b8f25f2ad580e01ad81ce47a9e965255e383a1f80e455f9ca0f00be5b'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 



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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 17:00:53
  Author: demize
Revision: 255617

upgpkg: dovecot 2.2.32-1

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 16:51:27 UTC (rev 255616)
+++ PKGBUILD2017-09-03 17:00:53 UTC (rev 255617)
@@ -9,7 +9,7 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.31
+pkgver=2.2.32
 pkgrel=1
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
@@ -31,7 +31,7 @@
 source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
 dovecot.tmpfilesd)
 
-sha256sums=('034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1'
+sha256sums=('160b2151e2af359877f69cb2dcdfe1a3f4138ad3766e3b8562b96616e2f6bc2e'
 'SKIP'
 'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 



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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 17:01:06
  Author: demize
Revision: 255618

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

Added:
  dovecot/repos/community-i686/PKGBUILD
(from rev 255617, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-i686/dovecot.install
(from rev 255617, dovecot/trunk/dovecot.install)
  dovecot/repos/community-i686/dovecot.tmpfilesd
(from rev 255617, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 255617, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.install
(from rev 255617, dovecot/trunk/dovecot.install)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 255617, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-i686/PKGBUILD
  dovecot/repos/community-i686/dovecot.install
  dovecot/repos/community-i686/dovecot.tmpfilesd
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

+
 /PKGBUILD  |  188 +++
 /dovecot.install   |   20 +++
 /dovecot.tmpfilesd |2 
 community-i686/PKGBUILD|   94 -
 community-i686/dovecot.install |   10 -
 community-i686/dovecot.tmpfilesd   |1 
 community-x86_64/PKGBUILD  |   94 -
 community-x86_64/dovecot.install   |   10 -
 community-x86_64/dovecot.tmpfilesd |1 
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 17:00:53 UTC (rev 255617)
+++ community-i686/PKGBUILD 2017-09-03 17:01:06 UTC (rev 255618)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.2.31
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('i686' 'x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.2/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

-
-prepare() {
-  cd dovecot-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-i686/PKGBUILD (from rev 255617, 
dovecot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-03 17:01:06 UTC (rev 255618)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas 

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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 16:51:27
  Author: demize
Revision: 255616

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

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

---+
 /0001-librustc_llvm-build-Force-link-against-libffi.patch |   
64 
 /PKGBUILD |  
156 ++
 /bootstrap-config.toml|   
54 +++
 community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch   |   
32 --
 community-i686/PKGBUILD   |   
78 -
 community-i686/bootstrap-config.toml  |   
27 -
 community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch |   
32 --
 community-x86_64/PKGBUILD |   
78 -
 community-x86_64/bootstrap-config.toml|   
27 -
 9 files changed, 274 insertions(+), 274 deletions(-)

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

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

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

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

2017-09-03 Thread Johannes Löthberg
Date: Sunday, September 3, 2017 @ 16:50:34
  Author: demize
Revision: 255615

upgpkg: rust 1:1.20.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:42:10 UTC (rev 255614)
+++ PKGBUILD2017-09-03 16:50:34 UTC (rev 255615)
@@ -6,8 +6,8 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.19.0
-pkgrel=3
+pkgver=1.20.0
+pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -22,7 +22,7 @@
 0001-librustc_llvm-build-Force-link-against-libffi.patch
 bootstrap-config.toml)
 
-sha256sums=('15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51'
+sha256sums=('2aa4875ff4472c6e35262bbb9052cb2623da3dae6084a858cc59d36f33f18214'
 'SKIP'
 '563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
 '4252d4873a840216115ee306e4d689819bc791ee05bedd1faa0b00c49ff91c62')


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

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 16:28:57
  Author: seblu
Revision: 304612

upgpkg: coreutils 8.28-1

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 16:28:14 UTC (rev 304611)
+++ PKGBUILD2017-09-03 16:28:57 UTC (rev 304612)
@@ -5,7 +5,7 @@
 # Contributor: judd 
 
 pkgname=coreutils
-pkgver=8.27
+pkgver=8.28
 pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('502795792c212932365e077946d353ae'
+md5sums=('e7cb20d0572cc40d9f47ede6454406d1'
  'SKIP')
 
 prepare() {


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

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 16:29:39
  Author: seblu
Revision: 304613

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

Added:
  coreutils/repos/testing-i686/
  coreutils/repos/testing-i686/PKGBUILD
(from rev 304612, coreutils/trunk/PKGBUILD)
  coreutils/repos/testing-x86_64/
  coreutils/repos/testing-x86_64/PKGBUILD
(from rev 304612, coreutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: coreutils/repos/testing-i686/PKGBUILD (from rev 304612, 
coreutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-03 16:29:39 UTC (rev 304613)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.28
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('e7cb20d0572cc40d9f47ede6454406d1'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 304612, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-03 16:29:39 UTC (rev 304613)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=coreutils
+pkgver=8.28
+pkgrel=1
+pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/coreutils/'
+groups=('base')
+depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
+md5sums=('e7cb20d0572cc40d9f47ede6454406d1'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --with-openssl \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 16:28:14
  Author: seblu
Revision: 304611

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

Added:
  file/repos/testing-i686/
  file/repos/testing-i686/PKGBUILD
(from rev 304610, file/trunk/PKGBUILD)
  file/repos/testing-x86_64/
  file/repos/testing-x86_64/PKGBUILD
(from rev 304610, file/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-x86_64/PKGBUILD |   48 ++
 2 files changed, 96 insertions(+)

Copied: file/repos/testing-i686/PKGBUILD (from rev 304610, file/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-03 16:28:14 UTC (rev 304611)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.32
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('4f2503752ff041895090ed6435610435')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: file/repos/testing-x86_64/PKGBUILD (from rev 304610, 
file/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-03 16:28:14 UTC (rev 304611)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.32
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('4f2503752ff041895090ed6435610435')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-03 Thread Sébastien Luttringer
Date: Sunday, September 3, 2017 @ 16:27:36
  Author: seblu
Revision: 304610

upgpkg: file 5.32-1

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 09:01:39 UTC (rev 304609)
+++ PKGBUILD2017-09-03 16:27:36 UTC (rev 304610)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=file
-pkgver=5.31
+pkgver=5.32
 pkgrel=1
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url='https://www.darwinsys.com/file/'
 depends=('glibc' 'zlib')
 source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('319627d20c9658eae85b056115b8c90a')
+md5sums=('4f2503752ff041895090ed6435610435')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-09-03 Thread Jelle van der Waa
Date: Sunday, September 3, 2017 @ 15:42:10
  Author: jelle
Revision: 255614

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 255613, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 255613, python-psutil/trunk/PKGBUILD)
Deleted:
  python-psutil/repos/community-i686/PKGBUILD
  python-psutil/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 15:41:30 UTC (rev 255613)
+++ community-i686/PKGBUILD 2017-09-03 15:42:10 UTC (rev 255614)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=python-psutil
-pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.2.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/giampaolo/psutil'
-license=('custom: BSD')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-nose')
-source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-md5sums=('8beb3d9c3aef1ebd562cb7394463c2b1')
-
-build() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  python setup.py build --build-lib=build/python
-
-  msg2 python2
-  python2 setup.py build --build-lib=build/python2
-  find build/python2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-}
-
-check() {
-  cd psutil-release-$pkgver
-
-  msg2 python
-  export PYTHONPATH="$PWD/build/python"
-  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
-  #python psutil/tests/runner.py
-
-
-  msg2 python2
-  export PYTHONPATH="$PWD/build/python2"
-  #python2 psutil/tests/runner.py
-}
-
-package_python-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python'
-  depends=('glibc' 'python')
-
-  cd psutil-release-$pkgver
-  python setup.py build --build-lib=build/python \
-  install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-psutil() {
-  pkgdesc='A cross-platform process and system utilities module for Python2'
-  depends=('glibc' 'python2')
-
-  cd psutil-release-$pkgver
-  python2 setup.py build --build-lib=build/python2 \
-   install --root="$pkgdir" --optimize=1
-  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 255613, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-03 15:42:10 UTC (rev 255614)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=5.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/giampaolo/psutil'
+license=('custom: BSD')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
+md5sums=('a7268377ee3ac692805d51f2132217b5')
+
+build() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  python setup.py build --build-lib=build/python
+
+  msg2 python2
+  python2 setup.py build --build-lib=build/python2
+  find build/python2 -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+}
+
+check() {
+  cd psutil-release-$pkgver
+
+  msg2 python
+  export PYTHONPATH="$PWD/build/python"
+  # FIXME: requires 
https://github.com/giampaolo/psutil/issues/538#issuecomment-68549637 to be 
resolved.
+  #python psutil/tests/runner.py
+
+
+  msg2 python2
+  export PYTHONPATH="$PWD/build/python2"
+  #python2 psutil/tests/runner.py
+}
+
+package_python-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python'
+  depends=('glibc' 'python')
+
+  cd psutil-release-$pkgver
+  python setup.py build --build-lib=build/python \
+  install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-psutil() {
+  pkgdesc='A cross-platform process and system utilities module for Python2'
+  depends=('glibc' 'python2')
+
+  cd psutil-release-$pkgver
+  python2 setup.py build --build-lib=build/python2 \
+   install --root="$pkgdir" --optimize=1
+  install -D -m 644 LICENSE 

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

2017-09-03 Thread Jelle van der Waa
Date: Sunday, September 3, 2017 @ 15:41:30
  Author: jelle
Revision: 255613

upgpkg: python-psutil 5.3.0-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:33:10 UTC (rev 255612)
+++ PKGBUILD2017-09-03 15:41:30 UTC (rev 255613)
@@ -3,8 +3,8 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.2.2
-pkgrel=2
+pkgver=5.3.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/giampaolo/psutil'
 license=('custom: BSD')
@@ -11,7 +11,7 @@
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
 checkdepends=('net-tools' 'procps-ng' 'python2-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-md5sums=('8beb3d9c3aef1ebd562cb7394463c2b1')
+md5sums=('a7268377ee3ac692805d51f2132217b5')
 
 build() {
   cd psutil-release-$pkgver


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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:33:10
  Author: felixonmars
Revision: 255612

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

Added:
  haskell-turtle/repos/community-testing-i686/PKGBUILD
(from rev 255611, haskell-turtle/trunk/PKGBUILD)
  haskell-turtle/repos/community-testing-x86_64/PKGBUILD
(from rev 255611, haskell-turtle/trunk/PKGBUILD)
Deleted:
  haskell-turtle/repos/community-testing-i686/PKGBUILD
  haskell-turtle/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-testing-i686/PKGBUILD   |   45 --
 community-testing-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-03 15:32:23 UTC (rev 255611)
+++ community-testing-i686/PKGBUILD 2017-09-03 15:33:10 UTC (rev 255612)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=turtle
-pkgname=haskell-turtle
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Shell programming, Haskell-style"
-url="https://github.com/Gabriel439/Haskell-Turtle-Library;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
- 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
- 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
- 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9ce59f24996ef6fc5a2a2d6abce492fb1cb7f010898509b55eaa046d87cb6eac053197603373b0e13b9f9ca9454e67826e5edb16beee1301027a2d11a6bffd83')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-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"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-turtle/repos/community-testing-i686/PKGBUILD (from rev 255611, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-03 15:33:10 UTC (rev 255612)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c00ff979fbda3442538cd7ee22bb87f6c3739a9d70c0d7971692a2928f310c38287d8bb6af7c94a5b4b4429c137c4b5d0bfb40710af1deff06a8516f2c16b3d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 

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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:32:23
  Author: felixonmars
Revision: 255611

upgpkg: haskell-turtle 1.4.3-1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:23:31 UTC (rev 255610)
+++ PKGBUILD2017-09-03 15:32:23 UTC (rev 255611)
@@ -4,7 +4,7 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
@@ -16,7 +16,7 @@
  'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9ce59f24996ef6fc5a2a2d6abce492fb1cb7f010898509b55eaa046d87cb6eac053197603373b0e13b9f9ca9454e67826e5edb16beee1301027a2d11a6bffd83')
+sha512sums=('c00ff979fbda3442538cd7ee22bb87f6c3739a9d70c0d7971692a2928f310c38287d8bb6af7c94a5b4b4429c137c4b5d0bfb40710af1deff06a8516f2c16b3d7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:23:31
  Author: felixonmars
Revision: 255610

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

Added:
  python-shapely/repos/community-i686/PKGBUILD
(from rev 255609, python-shapely/trunk/PKGBUILD)
  python-shapely/repos/community-x86_64/PKGBUILD
(from rev 255609, python-shapely/trunk/PKGBUILD)
Deleted:
  python-shapely/repos/community-i686/PKGBUILD
  python-shapely/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-03 15:22:54 UTC (rev 255609)
+++ community-i686/PKGBUILD 2017-09-03 15:23:31 UTC (rev 255610)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Verelst 
-# Contributor: richli
-
-pkgbase=python-shapely
-pkgname=(python-shapely python2-shapely)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/Shapely;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos'
- 'python-numpy' 'python2-numpy' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('83768fd1104a82148f4bee38597af49e')
-
-prepare() {
-  rm -r Shapely-$pkgver/_vendor
-  sed -i 's/from _vendor.packaging./from packaging./' Shapely-$pkgver/setup.py
-
-  cp -a Shapely-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make the hack less dirty...
-
-  cd "$srcdir"/Shapely-$pkgver
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test
-  mv shapely.bak shapely
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-  mv shapely.bak shapely
-}
-
-package_python-shapely() {
-  depends=('geos' 'python')
-  optdepends=('python-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-shapely() {
-  depends=('geos' 'python2')
-  optdepends=('python2-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-shapely/repos/community-i686/PKGBUILD (from rev 255609, 
python-shapely/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-03 15:23:31 UTC (rev 255610)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Verelst 
+# Contributor: richli
+
+pkgbase=python-shapely
+pkgname=(python-shapely python2-shapely)
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/Shapely;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos'
+ 'python-numpy' 'python2-numpy' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
+sha512sums=('f0984990f6bd577601982f4eda87a29a15ca1b9c3c6fa440e6626fae40b6316e43c15c94dd5f6ea22c7f70857e4ce89a47a44136d1e597c4862e8f497c8bdfc2')
+
+prepare() {
+  rm -r Shapely-$pkgver/_vendor
+  sed -i 's/from _vendor.packaging./from packaging./' Shapely-$pkgver/setup.py
+
+  cp -a Shapely-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make the hack less dirty...
+
+  cd "$srcdir"/Shapely-$pkgver
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" py.test
+  mv shapely.bak shapely
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  mv shapely.bak shapely
+}
+
+package_python-shapely() {
+  depends=('geos' 'python')
+  optdepends=('python-numpy: for shapely.vectorized submodule')
+
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py install 

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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:22:54
  Author: felixonmars
Revision: 255609

upgpkg: python-shapely 1.6.1-1

Modified:
  python-shapely/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:20:32 UTC (rev 255608)
+++ PKGBUILD2017-09-03 15:22:54 UTC (rev 255609)
@@ -5,7 +5,7 @@
 
 pkgbase=python-shapely
 pkgname=(python-shapely python2-shapely)
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'python-numpy' 'python2-numpy' 'cython' 'cython2')
 checkdepends=('python-pytest' 'python2-pytest')
 source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('83768fd1104a82148f4bee38597af49e')
+sha512sums=('f0984990f6bd577601982f4eda87a29a15ca1b9c3c6fa440e6626fae40b6316e43c15c94dd5f6ea22c7f70857e4ce89a47a44136d1e597c4862e8f497c8bdfc2')
 
 prepare() {
   rm -r Shapely-$pkgver/_vendor


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

2017-09-03 Thread Jelle van der Waa
Date: Sunday, September 3, 2017 @ 15:20:32
  Author: jelle
Revision: 255608

archrelease: copy trunk to community-any

Added:
  python2-eyed3/repos/community-any/PKGBUILD
(from rev 255607, python2-eyed3/trunk/PKGBUILD)
Deleted:
  python2-eyed3/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-03 15:20:13 UTC (rev 255607)
+++ PKGBUILD2017-09-03 15:20:32 UTC (rev 255608)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: cdhotfire 
-
-pkgbase=python2-eyed3
-pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
-url="http://eyed3.nicfit.net/;
-license=('GPL')
-makedepends=('python2' 'python')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-
-package_python2-eyed3() {
-  depends=('python2-pathlib')
-  conflicts=('python-eyed3')
-
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python-eyed3() {
-  cd $srcdir/eyeD3-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-md5sums=('041c38ec8f364280c0a548dc33a55c0b')

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 255607, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-03 15:20:32 UTC (rev 255608)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Aaron Griffin 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: cdhotfire 
+
+pkgbase=python2-eyed3
+pkgname=('python2-eyed3' 'python-eyed3')
+pkgver=0.8
+pkgrel=1
+# 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
+epoch=1
+pkgdesc="A Python module and program for processing information about mp3 
files"
+arch=('any')
+url="http://eyed3.nicfit.net/;
+license=('GPL')
+makedepends=('python2' 'python')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+md5sums=('840626686e6b1bc6afca9eab99a0873a')
+options=(!emptydirs)
+
+package_python2-eyed3() {
+  depends=('python2-pathlib')
+  conflicts=('python-eyed3')
+
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python-eyed3() {
+  cd $srcdir/eyeD3-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2017-09-03 Thread Jelle van der Waa
Date: Sunday, September 3, 2017 @ 15:20:13
  Author: jelle
Revision: 255607

upgpkg: python2-eyed3 1:0.8-1

Downgrade since FS#55332 isn't trivial to fix.

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:15:36 UTC (rev 255606)
+++ PKGBUILD2017-09-03 15:20:13 UTC (rev 255607)
@@ -5,15 +5,18 @@
 
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8.1
+pkgver=0.8
 pkgrel=1
+# 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
+epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
+arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
 makedepends=('python2' 'python')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+md5sums=('840626686e6b1bc6afca9eab99a0873a')
 options=(!emptydirs)
 
 package_python2-eyed3() {
@@ -28,4 +31,3 @@
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('041c38ec8f364280c0a548dc33a55c0b')


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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:14:58
  Author: felixonmars
Revision: 255605

upgpkg: python-pudb 2017.1.4-1

Modified:
  python-pudb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 10:45:02 UTC (rev 255604)
+++ PKGBUILD2017-09-03 15:14:58 UTC (rev 255605)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pudb
 pkgname=(python-pudb python2-pudb)
-pkgver=2017.1.3
+pkgver=2017.1.4
 pkgrel=1
 pkgdesc="A full-screen, console-based Python debugger"
 url="http://pypi.python.org/pypi/pudb;


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

2017-09-03 Thread Felix Yan
Date: Sunday, September 3, 2017 @ 15:15:36
  Author: felixonmars
Revision: 255606

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-03 15:14:58 UTC (rev 255605)
+++ PKGBUILD2017-09-03 15:15:36 UTC (rev 255606)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kwpolska 
-
-pkgbase=python-pudb
-pkgname=(python-pudb python2-pudb)
-pkgver=2017.1.3
-pkgrel=1
-pkgdesc="A full-screen, console-based Python debugger"
-url="http://pypi.python.org/pypi/pudb;
-arch=('any')
-license=('MIT')
-makedepends=('python-urwid' 'python-pygments' 'python2-urwid' 
'python2-pygments' 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/inducer/pudb.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pudb{,-py2}
-
-  sed -i 's,^#! /usr/bin/env python$,#! /usr/bin/env python2,' 
pudb-py2/pudb/debugger.py
-}
-
-build() {
-  cd "$srcdir"/pudb
-  python setup.py build
-
-  cd "$srcdir"/pudb-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make it work...
-
-  cd "$srcdir"/pudb
-  # python -m pytest --tb=native -rxs test/
-
-  cd "$srcdir"/pudb-py2
-  # python2 -m pytest --tb=native -rxs test/
-}
-
-package_python-pudb() {
-  depends=('python-urwid' 'python-pygments')
-
-  cd pudb
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pudb() {
-  depends=('python2-urwid' 'python2-pygments')
-
-  cd pudb-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: set ft=sh ts=2 sw=2 et:

Copied: python-pudb/repos/community-any/PKGBUILD (from rev 255605, 
python-pudb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-03 15:15:36 UTC (rev 255606)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kwpolska 
+
+pkgbase=python-pudb
+pkgname=(python-pudb python2-pudb)
+pkgver=2017.1.4
+pkgrel=1
+pkgdesc="A full-screen, console-based Python debugger"
+url="http://pypi.python.org/pypi/pudb;
+arch=('any')
+license=('MIT')
+makedepends=('python-urwid' 'python-pygments' 'python2-urwid' 
'python2-pygments' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/inducer/pudb.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pudb{,-py2}
+
+  sed -i 's,^#! /usr/bin/env python$,#! /usr/bin/env python2,' 
pudb-py2/pudb/debugger.py
+}
+
+build() {
+  cd "$srcdir"/pudb
+  python setup.py build
+
+  cd "$srcdir"/pudb-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make it work...
+
+  cd "$srcdir"/pudb
+  # python -m pytest --tb=native -rxs test/
+
+  cd "$srcdir"/pudb-py2
+  # python2 -m pytest --tb=native -rxs test/
+}
+
+package_python-pudb() {
+  depends=('python-urwid' 'python-pygments')
+
+  cd pudb
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pudb() {
+  depends=('python2-urwid' 'python2-pygments')
+
+  cd pudb-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: set ft=sh ts=2 sw=2 et:


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

2017-09-03 Thread Kyle Keen
Date: Sunday, September 3, 2017 @ 10:45:02
  Author: kkeen
Revision: 255604

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-03 10:44:47 UTC (rev 255603)
+++ PKGBUILD2017-09-03 10:45:02 UTC (rev 255604)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: 
-# Contributor: Gabriel Laskar 
-
-pkgbase=python-pandocfilters
-pkgname=(python-pandocfilters python2-pandocfilters)
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="A python module for writing pandoc filters"
-arch=('any')
-url="https://pypi.python.org/pypi/pandocfilters;
-license=('BSD')
-depends=('python')
-makedepends=('python2')
-source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz;)
-md5sums=('7680d9f9ec07397dd17f380ee3818b9d')
-
-prepare() {
-  cd "$srcdir"
-  cp -r "pandocfilters-$pkgver" "py2-pandocfilters-$pkgver"
-}
-
-package_python-pandocfilters() {
-  cd "$srcdir/pandocfilters-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pandocfilters() {
-  depends=('python2')
-  cd "$srcdir/py2-pandocfilters-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pandocfilters/repos/community-any/PKGBUILD (from rev 255603, 
python-pandocfilters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-03 10:45:02 UTC (rev 255604)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: 
+# Contributor: Gabriel Laskar 
+
+pkgbase=python-pandocfilters
+pkgname=(python-pandocfilters python2-pandocfilters)
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A python module for writing pandoc filters"
+arch=('any')
+url="https://pypi.python.org/pypi/pandocfilters;
+license=('BSD')
+depends=('python')
+makedepends=('python2')
+source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz;)
+md5sums=('dc391791ef54c7de1572d7b46b63361f')
+
+prepare() {
+  cd "$srcdir"
+  cp -r "pandocfilters-$pkgver" "py2-pandocfilters-$pkgver"
+}
+
+package_python-pandocfilters() {
+  cd "$srcdir/pandocfilters-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pandocfilters() {
+  depends=('python2')
+  cd "$srcdir/py2-pandocfilters-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-03 Thread Kyle Keen
Date: Sunday, September 3, 2017 @ 10:44:47
  Author: kkeen
Revision: 255603

upgpkg: python-pandocfilters 1.4.2-1

Modified:
  python-pandocfilters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 08:47:57 UTC (rev 255602)
+++ PKGBUILD2017-09-03 10:44:47 UTC (rev 255603)
@@ -5,7 +5,7 @@
 
 pkgbase=python-pandocfilters
 pkgname=(python-pandocfilters python2-pandocfilters)
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A python module for writing pandoc filters"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python2')
 
source=("https://pypi.io/packages/source/p/pandocfilters/pandocfilters-${pkgver}.tar.gz;)
-md5sums=('7680d9f9ec07397dd17f380ee3818b9d')
+md5sums=('dc391791ef54c7de1572d7b46b63361f')
 
 prepare() {
   cd "$srcdir"


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

2017-09-03 Thread Pierre Schmitz
Date: Sunday, September 3, 2017 @ 09:01:39
  Author: pierre
Revision: 304609

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

Added:
  gd/repos/extra-i686/PKGBUILD
(from rev 304608, gd/trunk/PKGBUILD)
  gd/repos/extra-x86_64/PKGBUILD
(from rev 304608, gd/trunk/PKGBUILD)
Deleted:
  gd/repos/extra-i686/PKGBUILD
  gd/repos/extra-i686/gd-2.2.4-upstream.patch
  gd/repos/extra-x86_64/PKGBUILD
  gd/repos/extra-x86_64/gd-2.2.4-upstream.patch

--+
 /PKGBUILD|   70 +
 extra-i686/PKGBUILD  |   42 ---
 extra-i686/gd-2.2.4-upstream.patch   |   50 ---
 extra-x86_64/PKGBUILD|   42 ---
 extra-x86_64/gd-2.2.4-upstream.patch |   50 ---
 5 files changed, 70 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-03 09:01:22 UTC (rev 304608)
+++ extra-i686/PKGBUILD 2017-09-03 09:01:39 UTC (rev 304609)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=gd
-pkgver=2.2.4
-pkgrel=2
-pkgdesc="Library for the dynamic creation of images by programmers"
-arch=('i686' 'x86_64')
-url="http://www.libgd.org/;
-license=('custom')
-depends=('fontconfig' 'libxpm' 'libwebp')
-optdepends=('perl: bdftogd script')
-checkdepends=('ttf-liberation')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;
-'gd-2.2.4-upstream.patch')
-md5sums=('a244855a323a3ea1975d708eb1e12b7a'
- '7db6743a61b30471d0b466e6a6c54a49')
-
-prepare() {
-  cd libgd-${pkgver}
-  patch -p1 -i ${srcdir}/gd-2.2.4-upstream.patch
-}
-
-build() {
-  cd libgd-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath
-  make
-}
-
-check() {
-  cd libgd-${pkgver}
-  # see https://github.com/libgd/libgd/issues/302
-  [[ ${CARCH} == 'i686' ]] || 
FREETYPE_PROPERTIES='truetype:interpreter-version=35' make check
-}
-
-package() {
-  cd libgd-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gd/repos/extra-i686/PKGBUILD (from rev 304608, gd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-03 09:01:39 UTC (rev 304609)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=gd
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="Library for the dynamic creation of images by programmers"
+arch=('i686' 'x86_64')
+url="http://www.libgd.org/;
+license=('custom')
+depends=('fontconfig' 'libxpm' 'libwebp')
+optdepends=('perl: bdftogd script')
+checkdepends=('ttf-liberation')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
+md5sums=('8d8d6a6189513ecee6e893b1fb109bf8')
+
+build() {
+  cd libgd-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath
+  make
+}
+
+check() {
+  cd libgd-${pkgver}
+  # see https://github.com/libgd/libgd/issues/302
+  [[ ${CARCH} == 'i686' ]] || 
FREETYPE_PROPERTIES='truetype:interpreter-version=35' make check
+}
+
+package() {
+  cd libgd-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/gd-2.2.4-upstream.patch
===
--- extra-i686/gd-2.2.4-upstream.patch  2017-09-03 09:01:22 UTC (rev 304608)
+++ extra-i686/gd-2.2.4-upstream.patch  2017-09-03 09:01:39 UTC (rev 304609)
@@ -1,50 +0,0 @@
-From c9b601a658a79e6ea2aad29fbf60ca6e24ccef1e Mon Sep 17 00:00:00 2001
-From: "Christoph M. Becker" 
-Date: Wed, 18 Jan 2017 13:59:02 +0100
-Subject: [PATCH] Fix build issue regarding INT_MAX
-
-For portability gd_gd2.c needs to include .

- src/gd_gd2.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/gd_gd2.c b/src/gd_gd2.c
-index c2904ca..049c4c5 100644
 a/src/gd_gd2.c
-+++ b/src/gd_gd2.c
-@@ -74,6 +74,7 @@
- 
- /* 2.0.29: no more errno.h, makes windows happy */
- #include 
-+#include 
- #include 
- #include "gd.h"
- #include "gd_errors.h"
-
-
-From 55ac28a293eaa8c531870c8bb8ecc04b333975f4 Mon Sep 17 00:00:00 2001
-From: "Christoph M. Becker" 
-Date: Thu, 19 Jan 2017 01:02:58 +0100
-Subject: [PATCH] Fix #357: 2.2.4: Segfault in test suite.
-
-We make sure to never pass a negative `int` as argument to a `size_t`
-parameter.

- src/gd_io_dp.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/gd_io_dp.c b/src/gd_io_dp.c
-index eda2eeb..cb38794 100644
 a/src/gd_io_dp.c
-+++ b/src/gd_io_dp.c
-@@ -292,6 +292,10 @@ static int dynamicGetbuf(gdIOCtxPtr ctx, void *buf, int 
len)
-   rlen = dp->realSize - dp->pos;
-   }
- 
-+  if (rlen < 0) {

[arch-commits] Commit in gd/trunk (PKGBUILD gd-2.2.4-upstream.patch)

2017-09-03 Thread Pierre Schmitz
Date: Sunday, September 3, 2017 @ 09:01:22
  Author: pierre
Revision: 304608

upgpkg: gd 2.2.5-1

Modified:
  gd/trunk/PKGBUILD
Deleted:
  gd/trunk/gd-2.2.4-upstream.patch

-+
 PKGBUILD|   15 +++--
 gd-2.2.4-upstream.patch |   50 --
 2 files changed, 4 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 08:10:41 UTC (rev 304607)
+++ PKGBUILD2017-09-03 09:01:22 UTC (rev 304608)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=gd
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.2.5
+pkgrel=1
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('i686' 'x86_64')
 url="http://www.libgd.org/;
@@ -11,16 +11,9 @@
 depends=('fontconfig' 'libxpm' 'libwebp')
 optdepends=('perl: bdftogd script')
 checkdepends=('ttf-liberation')
-source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;
-'gd-2.2.4-upstream.patch')
-md5sums=('a244855a323a3ea1975d708eb1e12b7a'
- '7db6743a61b30471d0b466e6a6c54a49')
+source=("https://github.com/libgd/libgd/releases/download/gd-${pkgver}/libgd-${pkgver}.tar.xz;)
+md5sums=('8d8d6a6189513ecee6e893b1fb109bf8')
 
-prepare() {
-  cd libgd-${pkgver}
-  patch -p1 -i ${srcdir}/gd-2.2.4-upstream.patch
-}
-
 build() {
   cd libgd-${pkgver}
   ./configure \

Deleted: gd-2.2.4-upstream.patch
===
--- gd-2.2.4-upstream.patch 2017-09-03 08:10:41 UTC (rev 304607)
+++ gd-2.2.4-upstream.patch 2017-09-03 09:01:22 UTC (rev 304608)
@@ -1,50 +0,0 @@
-From c9b601a658a79e6ea2aad29fbf60ca6e24ccef1e Mon Sep 17 00:00:00 2001
-From: "Christoph M. Becker" 
-Date: Wed, 18 Jan 2017 13:59:02 +0100
-Subject: [PATCH] Fix build issue regarding INT_MAX
-
-For portability gd_gd2.c needs to include .

- src/gd_gd2.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/gd_gd2.c b/src/gd_gd2.c
-index c2904ca..049c4c5 100644
 a/src/gd_gd2.c
-+++ b/src/gd_gd2.c
-@@ -74,6 +74,7 @@
- 
- /* 2.0.29: no more errno.h, makes windows happy */
- #include 
-+#include 
- #include 
- #include "gd.h"
- #include "gd_errors.h"
-
-
-From 55ac28a293eaa8c531870c8bb8ecc04b333975f4 Mon Sep 17 00:00:00 2001
-From: "Christoph M. Becker" 
-Date: Thu, 19 Jan 2017 01:02:58 +0100
-Subject: [PATCH] Fix #357: 2.2.4: Segfault in test suite.
-
-We make sure to never pass a negative `int` as argument to a `size_t`
-parameter.

- src/gd_io_dp.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/gd_io_dp.c b/src/gd_io_dp.c
-index eda2eeb..cb38794 100644
 a/src/gd_io_dp.c
-+++ b/src/gd_io_dp.c
-@@ -292,6 +292,10 @@ static int dynamicGetbuf(gdIOCtxPtr ctx, void *buf, int 
len)
-   rlen = dp->realSize - dp->pos;
-   }
- 
-+  if (rlen < 0) {
-+  return 0;
-+  }
-+
-   memcpy(buf, (void *) ((char *)dp->data + dp->pos), rlen);
-   dp->pos += rlen;
- 


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

2017-09-03 Thread Alexander Rødseth
Date: Sunday, September 3, 2017 @ 08:47:57
  Author: arodseth
Revision: 255602

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-03 08:47:44 UTC (rev 255601)
+++ PKGBUILD2017-09-03 08:47:57 UTC (rev 255602)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Markus Härer 
-# Contributor: robotanarchy
-# Contributor: Philipp Trommler 
-
-pkgname=minted
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Syntax highlighted source code for LaTeX'
-url='https://github.com/gpoore/minted'
-arch=('any')
-license=('LPPL')
-depends=('texlive-latexextra' 'pygmentize' 'fvextra')
-source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz;
-'minted.install')
-install=minted.install
-sha256sums=('51da30b2aaa705c132c3e1e7e515ee0762152a493c4b4634a8cadb8e9636dcb7'
-'4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
-
-build() {
-  cd "$pkgname-$pkgver/source"
-
-  yes | tex "$pkgname.ins"
-}
-
-package() {
-  cd "$pkgname-$pkgver/source"
-
-  install -Dm644 "$pkgname.sty" \
-"$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
-  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: minted/repos/community-any/PKGBUILD (from rev 255601, 
minted/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-03 08:47:57 UTC (rev 255602)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Markus Härer 
+# Contributor: robotanarchy
+# Contributor: Philipp Trommler 
+
+pkgname=minted
+pkgver=2.5
+pkgrel=1
+pkgdesc='Syntax highlighted source code for LaTeX'
+url='https://github.com/gpoore/minted'
+arch=('any')
+license=('LPPL')
+depends=('texlive-latexextra' 'pygmentize' 'fvextra')
+source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz;
+'minted.install')
+install=minted.install
+sha256sums=('a4dadd158d01c2c85e0ff016bc9beae5be07e5c777b5633bbac3c07a43ca3e0e'
+'4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
+
+build() {
+  cd "$pkgname-$pkgver/source"
+
+  yes | tex "$pkgname.ins"
+}
+
+package() {
+  cd "$pkgname-$pkgver/source"
+
+  install -Dm644 "$pkgname.sty" \
+"$pkgdir/usr/share/texmf/tex/latex/$pkgname/$pkgname.sty"
+  install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
+}
+
+# vim:ts=2 sw=2 et:

Deleted: minted.install
===
--- minted.install  2017-09-03 08:47:44 UTC (rev 255601)
+++ minted.install  2017-09-03 08:47:57 UTC (rev 255602)
@@ -1,13 +0,0 @@
-post_install() {
-  texconfig-sys rehash
-}
-
-post_upgrade() {
-  texconfig-sys rehash
-}
-
-post_remove() {
-  texconfig-sys rehash
-}
-
-# vim:set ts=2 sw=2 et:

Copied: minted/repos/community-any/minted.install (from rev 255601, 
minted/trunk/minted.install)
===
--- minted.install  (rev 0)
+++ minted.install  2017-09-03 08:47:57 UTC (rev 255602)
@@ -0,0 +1,13 @@
+post_install() {
+  texconfig-sys rehash
+}
+
+post_upgrade() {
+  texconfig-sys rehash
+}
+
+post_remove() {
+  texconfig-sys rehash
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-03 Thread Alexander Rødseth
Date: Sunday, September 3, 2017 @ 08:47:44
  Author: arodseth
Revision: 255601

upgpkg: minted 2.5-1

Modified:
  minted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 08:01:13 UTC (rev 255600)
+++ PKGBUILD2017-09-03 08:47:44 UTC (rev 255601)
@@ -5,7 +5,7 @@
 # Contributor: Philipp Trommler 
 
 pkgname=minted
-pkgver=2.4.1
+pkgver=2.5
 pkgrel=1
 pkgdesc='Syntax highlighted source code for LaTeX'
 url='https://github.com/gpoore/minted'
@@ -15,7 +15,7 @@
 
source=("$pkgname-$pkgver.tgz::https://github.com/gpoore/minted/archive/v${pkgver}.tar.gz;
 'minted.install')
 install=minted.install
-sha256sums=('51da30b2aaa705c132c3e1e7e515ee0762152a493c4b4634a8cadb8e9636dcb7'
+sha256sums=('a4dadd158d01c2c85e0ff016bc9beae5be07e5c777b5633bbac3c07a43ca3e0e'
 '4e54230bc50a4efaebd03e0d59518dcb5e0695e77af97ce0eb5468bfa4ff8719')
 
 build() {
@@ -32,4 +32,4 @@
   install -Dm644 "$pkgname.pdf" "$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 08:10:41
  Author: arojas
Revision: 304607

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

Added:
  kile/repos/testing-i686/
  kile/repos/testing-i686/PKGBUILD
(from rev 304606, kile/trunk/PKGBUILD)
  kile/repos/testing-x86_64/
  kile/repos/testing-x86_64/PKGBUILD
(from rev 304606, kile/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kile/repos/testing-i686/PKGBUILD (from rev 304606, kile/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-03 08:10:41 UTC (rev 304607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.9.91
+pkgrel=1
+pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://kile.sourceforge.net/;
+depends=('ktexteditor' 'kinit' 'okular' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('konsole: embedded terminal')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('f60556832d06ad2e31b9b8e9aae6beef10ed8622')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kile/repos/testing-x86_64/PKGBUILD (from rev 304606, 
kile/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-03 08:10:41 UTC (rev 304607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.9.91
+pkgrel=1
+pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://kile.sourceforge.net/;
+depends=('ktexteditor' 'kinit' 'okular' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('konsole: embedded terminal')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('f60556832d06ad2e31b9b8e9aae6beef10ed8622')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-03 Thread Antonio Rojas
Date: Sunday, September 3, 2017 @ 08:10:07
  Author: arojas
Revision: 304606

Update to 2.9.91, KF5 version

Modified:
  kile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-02 20:58:52 UTC (rev 304605)
+++ PKGBUILD2017-09-03 08:10:07 UTC (rev 304606)
@@ -3,17 +3,17 @@
 # Contributor: Damir Perisa 
 
 pkgname=kile
-pkgver=2.1.3
-pkgrel=7
+pkgver=2.9.91
+pkgrel=1
 pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="https://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konsole: embedded terminal')
+depends=('ktexteditor' 'kinit' 'okular' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('konsole: embedded terminal')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
+sha1sums=('f60556832d06ad2e31b9b8e9aae6beef10ed8622')
 
 build() {
   mkdir build
@@ -20,7 +20,8 @@
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
   make
 }
 


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (8 files)

2017-09-03 Thread Laurent Carlier
Date: Sunday, September 3, 2017 @ 08:01:13
  Author: lcarlier
Revision: 255600

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch
(from rev 255599, 
lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
  lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch
(from rev 255599, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 255599, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 255599, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch
  lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

-+
 0001-Fix-linkage-against-shared-glapi.patch |   52 ++--
 0002-glvnd-fix-gl-dot-pc.patch  |   24 -
 LICENSE |  164 ++--
 PKGBUILD|  332 +-
 4 files changed, 286 insertions(+), 286 deletions(-)

Deleted: 0001-Fix-linkage-against-shared-glapi.patch
===
--- 0001-Fix-linkage-against-shared-glapi.patch 2017-09-03 08:01:04 UTC (rev 
255599)
+++ 0001-Fix-linkage-against-shared-glapi.patch 2017-09-03 08:01:13 UTC (rev 
255600)
@@ -1,26 +0,0 @@
-From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
-From: Adam Jackson 
-Date: Wed, 12 Oct 2016 13:41:33 -0400
-Subject: [PATCH] Fix linkage against shared glapi
-
-Signed-off-by: Adam Jackson 

- src/gallium/targets/osmesa/Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
-index 5d39486..04add87 100644
 a/src/gallium/targets/osmesa/Makefile.am
-+++ b/src/gallium/targets/osmesa/Makefile.am
-@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
-   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
-   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
--  $(top_builddir)/src/mapi/glapi/libglapi.la \
-+  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
-   $(SHARED_GLAPI_LIB) \
-   $(OSMESA_LIB_DEPS) \
-   $(CLOCK_LIB)
--- 
-2.9.3
-

Copied: 
lib32-mesa/repos/multilib-x86_64/0001-Fix-linkage-against-shared-glapi.patch 
(from rev 255599, lib32-mesa/trunk/0001-Fix-linkage-against-shared-glapi.patch)
===
--- 0001-Fix-linkage-against-shared-glapi.patch (rev 0)
+++ 0001-Fix-linkage-against-shared-glapi.patch 2017-09-03 08:01:13 UTC (rev 
255600)
@@ -0,0 +1,26 @@
+From 1b5a187c3c31513ae39cd2a917a3234c2c5f87fc Mon Sep 17 00:00:00 2001
+From: Adam Jackson 
+Date: Wed, 12 Oct 2016 13:41:33 -0400
+Subject: [PATCH] Fix linkage against shared glapi
+
+Signed-off-by: Adam Jackson 
+---
+ src/gallium/targets/osmesa/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/gallium/targets/osmesa/Makefile.am 
b/src/gallium/targets/osmesa/Makefile.am
+index 5d39486..04add87 100644
+--- a/src/gallium/targets/osmesa/Makefile.am
 b/src/gallium/targets/osmesa/Makefile.am
+@@ -63,7 +63,7 @@ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
+   $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
+   $(top_builddir)/src/gallium/state_trackers/osmesa/libosmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la \
++  $(top_builddir)/src/mapi/shared-glapi/libglapi.la \
+   $(SHARED_GLAPI_LIB) \
+   $(OSMESA_LIB_DEPS) \
+   $(CLOCK_LIB)
+-- 
+2.9.3
+

Deleted: 0002-glvnd-fix-gl-dot-pc.patch
===
--- 0002-glvnd-fix-gl-dot-pc.patch  2017-09-03 08:01:04 UTC (rev 255599)
+++ 0002-glvnd-fix-gl-dot-pc.patch  2017-09-03 08:01:13 UTC (rev 255600)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: lib32-mesa/repos/multilib-x86_64/0002-glvnd-fix-gl-dot-pc.patch (from 
rev 255599, lib32-mesa/trunk/0002-glvnd-fix-gl-dot-pc.patch)

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

2017-09-03 Thread Laurent Carlier
Date: Sunday, September 3, 2017 @ 08:01:04
  Author: lcarlier
Revision: 255599

upgpkg: lib32-mesa 17.1.8-1

upstream update 17.1.8

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 04:53:25 UTC (rev 255598)
+++ PKGBUILD2017-09-03 08:01:04 UTC (rev 255599)
@@ -5,7 +5,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
-pkgver=17.1.7
+pkgver=17.1.8
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -16,7 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
LICENSE
 0002-glvnd-fix-gl-dot-pc.patch)
-sha256sums=('69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5'
+sha256sums=('75ed2eaeae26ddd536150f294386468ae2e1a7717948c41cd14b7875be5269db'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
 '64a77944a28026b066c1682c7258d02289d257b24b6f173a9f7580c48beed966')