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

2017-09-15 Thread Anatol Pomozov
Date: Saturday, September 16, 2017 @ 05:09:44
  Author: anatolik
Revision: 257746

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

Added:
  sshfs/repos/community-testing-i686/
  sshfs/repos/community-testing-i686/PKGBUILD
(from rev 257745, sshfs/trunk/PKGBUILD)
  sshfs/repos/community-testing-x86_64/
  sshfs/repos/community-testing-x86_64/PKGBUILD
(from rev 257745, sshfs/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   34 ++
 community-testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: sshfs/repos/community-testing-i686/PKGBUILD (from rev 257745, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-16 05:09:44 UTC (rev 257746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)
+url="http://github.com/libfuse/sshfs;
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=(meson)
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
+'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

+
+build() {
+  cd $pkgname-$pkgver
+
+  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}

Copied: sshfs/repos/community-testing-x86_64/PKGBUILD (from rev 257745, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-09-16 05:09:44 UTC (rev 257746)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)
+url="http://github.com/libfuse/sshfs;
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=(meson)
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101'
+'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

+
+build() {
+  cd $pkgname-$pkgver
+
+  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-09-15 Thread Anatol Pomozov
Date: Saturday, September 16, 2017 @ 05:10:09
  Author: anatolik
Revision: 305651

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

Added:
  fuse3/repos/testing-i686/PKGBUILD
(from rev 305650, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-i686/fuse.conf
(from rev 305650, fuse3/trunk/fuse.conf)
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 305650, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-x86_64/fuse.conf
(from rev 305650, fuse3/trunk/fuse.conf)
Deleted:
  fuse3/repos/testing-i686/PKGBUILD
  fuse3/repos/testing-i686/fuse.conf
  fuse3/repos/testing-x86_64/PKGBUILD
  fuse3/repos/testing-x86_64/fuse.conf

--+
 /PKGBUILD|  144 +
 /fuse.conf   |   18 +
 testing-i686/PKGBUILD|   75 ---
 testing-i686/fuse.conf   |9 --
 testing-x86_64/PKGBUILD  |   75 ---
 testing-x86_64/fuse.conf |9 --
 6 files changed, 162 insertions(+), 168 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-09-16 05:09:21 UTC (rev 305650)
+++ testing-i686/PKGBUILD   2017-09-16 05:10:09 UTC (rev 305651)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Gundersen 
-# Contributor: Mark Rosenstand 
-
-pkgbase=fuse3
-pkgname=(fuse-common fuse3)
-pkgver=3.1.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://github.com/libfuse/libfuse'
-license=('GPL2')
-makedepends=('pkg-config' 'meson' 'udev')
-options=(!emptydirs)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
-   'fuse.conf')
-sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
-  'SKIP'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

-
-build() {
-  cd fuse-$pkgver
-
-  rm -rf build
-  meson --prefix=/usr --sbindir=bin . build
-  cd build
-  ninja
-}
-
-package_fuse-common() {
-  pkgdesc="Common files for fuse2/3 packages"
-  backup=(etc/fuse.conf)
-  depends=(glibc)
-
-  cd fuse-$pkgver/build
-  DESTDIR=${pkgdir} ninja install
-
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/etc/init.d
-
-  # part of fuse3 package
-  rm -r 
${pkgdir}/usr/{bin/fusermount3,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1.gz}
-
-  mv ${pkgdir}/usr/bin/mount.fuse3 ${pkgdir}/usr/bin/mount.fuse
-
-  # workaround bug in fuse meson script
-  mv ${pkgdir}/usr/lib/udev/rules.d/udev/rules.d/99-fuse3.rules 
${pkgdir}/usr/lib/udev/rules.d/99-fuse3.rules
-}
-
-package_fuse3() {
-  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-  depends=('fuse-common')
-
-  cd fuse-$pkgver/build
-
-  DESTDIR=${pkgdir} ninja install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/etc/init.d
-
-  # static device nodes are handled by udev
-  rm -r ${pkgdir}/dev
-
-  # part of fuse-common package
-  rm -r ${pkgdir}/usr/lib/udev/rules.d
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8.gz ${pkgdir}/usr/bin/mount.fuse3
-}

Copied: fuse3/repos/testing-i686/PKGBUILD (from rev 305650, 
fuse3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-16 05:10:09 UTC (rev 305651)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc}
+   'fuse.conf')
+sha1sums=('8bfd587a73e0b5523d1e82bffd8ad69161462854'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+  depends=(glibc)
+
+  cd fuse-$pkgver/build
+  DESTDIR=${pkgdir} ninja install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as 

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

2017-09-15 Thread Anatol Pomozov
Date: Saturday, September 16, 2017 @ 05:09:21
  Author: anatolik
Revision: 305650

upgpkg: fuse3 3.2.0-1

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 00:43:52 UTC (rev 305649)
+++ PKGBUILD2017-09-16 05:09:21 UTC (rev 305650)
@@ -5,16 +5,16 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
 makedepends=('pkg-config' 'meson' 'udev')
 options=(!emptydirs)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.xz{,.asc}
'fuse.conf')
-sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
+sha1sums=('8bfd587a73e0b5523d1e82bffd8ad69161462854'
   'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

@@ -49,9 +49,6 @@
   rm -r 
${pkgdir}/usr/{bin/fusermount3,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1.gz}
 
   mv ${pkgdir}/usr/bin/mount.fuse3 ${pkgdir}/usr/bin/mount.fuse
-
-  # workaround bug in fuse meson script
-  mv ${pkgdir}/usr/lib/udev/rules.d/udev/rules.d/99-fuse3.rules 
${pkgdir}/usr/lib/udev/rules.d/99-fuse3.rules
 }
 
 package_fuse3() {


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

2017-09-15 Thread Anatol Pomozov
Date: Saturday, September 16, 2017 @ 05:08:59
  Author: anatolik
Revision: 257745

upgpkg: sshfs 3.2.0-2

fuse 3.2.0 rebuild

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 00:40:25 UTC (rev 257744)
+++ PKGBUILD2017-09-16 05:08:59 UTC (rev 257745)
@@ -4,7 +4,7 @@
 
 pkgname=sshfs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
 url="http://github.com/libfuse/sshfs;


[arch-commits] Commit in xfce4-eyes-plugin/trunk (PKGBUILD)

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:43:36
  Author: foutrelis
Revision: 305648

upgpkg: xfce4-eyes-plugin 4.5.0-1

New upstream release.

Modified:
  xfce4-eyes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 22:57:13 UTC (rev 305647)
+++ PKGBUILD2017-09-16 00:43:36 UTC (rev 305648)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-eyes-plugin
-pkgver=4.4.5
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel' 'hicolor-icon-theme')
 makedepends=('intltool' 'perl-xml-parser')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('648f7a1738d852af9482d11330b8ab33901f05256984de73d8cea4d7d7311937')
+sha256sums=('fdae00036383105a15d12e9809abd5945a8f2152b17e16ccdfbfe5bd9733f29d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-eyes-plugin/repos (4 files)

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:43:52
  Author: foutrelis
Revision: 305649

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

Added:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
(from rev 305648, xfce4-eyes-plugin/trunk/PKGBUILD)
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 305648, xfce4-eyes-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-eyes-plugin/repos/extra-i686/PKGBUILD
  xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-16 00:43:36 UTC (rev 305648)
+++ extra-i686/PKGBUILD 2017-09-16 00:43:52 UTC (rev 305649)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.5
-pkgrel=1
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('648f7a1738d852af9482d11330b8ab33901f05256984de73d8cea4d7d7311937')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-i686/PKGBUILD (from rev 305648, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-16 00:43:52 UTC (rev 305649)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-eyes-plugin
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'perl-xml-parser')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fdae00036383105a15d12e9809abd5945a8f2152b17e16ccdfbfe5bd9733f29d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-16 00:43:36 UTC (rev 305648)
+++ extra-x86_64/PKGBUILD   2017-09-16 00:43:52 UTC (rev 305649)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-eyes-plugin
-pkgver=4.4.5
-pkgrel=1
-pkgdesc="A rolling eyes (following mouse pointer) plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool' 'perl-xml-parser')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('648f7a1738d852af9482d11330b8ab33901f05256984de73d8cea4d7d7311937')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-eyes-plugin/repos/extra-x86_64/PKGBUILD (from rev 305648, 
xfce4-eyes-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-16 00:43:52 UTC (rev 305649)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 

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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:40:25
  Author: foutrelis
Revision: 257744

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 257743, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-16 00:40:15 UTC (rev 257743)
+++ PKGBUILD2017-09-16 00:40:25 UTC (rev 257744)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Diogo Ferreira 
-
-pkgname=cloc
-pkgver=1.72
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc;
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common')
-source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dfd238115948ef6c9c3f9c89094ff9fb7a77ff1d23d0ff81aed7c445565f87be')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 257743, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-16 00:40:25 UTC (rev 257744)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Diogo Ferreira 
+
+pkgname=cloc
+pkgver=1.74
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc;
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common')
+source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('55ac423d5766c74236700a47838ed66bea47ba42e1d594fdd894074ba3eb0567')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:40:15
  Author: foutrelis
Revision: 257743

upgpkg: cloc 1.74-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 00:37:47 UTC (rev 257742)
+++ PKGBUILD2017-09-16 00:40:15 UTC (rev 257743)
@@ -3,7 +3,7 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.72
+pkgver=1.74
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -10,8 +10,8 @@
 url="https://github.com/AlDanial/cloc;
 license=('GPL')
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common')
-source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dfd238115948ef6c9c3f9c89094ff9fb7a77ff1d23d0ff81aed7c445565f87be')
+source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('55ac423d5766c74236700a47838ed66bea47ba42e1d594fdd894074ba3eb0567')
 
 package() {
   cd $pkgname-$pkgver/Unix


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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:37:47
  Author: foutrelis
Revision: 257742

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-16 00:37:27 UTC (rev 257741)
+++ community-i686/PKGBUILD 2017-09-16 00:37:47 UTC (rev 257742)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.13.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e19253223fc0a6d6142190661f9fcbd5809dc5acc5b7013c98c979673a2f7195')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-i686/PKGBUILD (from rev 257741, 
axel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-16 00:37:47 UTC (rev 257742)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.14
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a2bf0859380347bcfbdec1d34322f609f0b883e107d3bf5c06001bcc6a8136ad')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-16 00:37:27 UTC (rev 257741)
+++ community-x86_64/PKGBUILD   2017-09-16 00:37:47 UTC (rev 257742)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Roman G 
-
-pkgname=axel
-pkgver=2.13.1
-pkgrel=1
-pkgdesc="Light command line download accelerator"
-arch=('i686' 'x86_64')
-url="https://github.com/eribertomota/axel;
-license=('GPL')
-depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e19253223fc0a6d6142190661f9fcbd5809dc5acc5b7013c98c979673a2f7195')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-x86_64/PKGBUILD (from rev 257741, 
axel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-16 00:37:47 UTC (rev 257742)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.14
+pkgrel=1
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a2bf0859380347bcfbdec1d34322f609f0b883e107d3bf5c06001bcc6a8136ad')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:37:27
  Author: foutrelis
Revision: 257741

upgpkg: axel 2.14-1

New upstream release.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-16 00:32:52 UTC (rev 257740)
+++ PKGBUILD2017-09-16 00:37:27 UTC (rev 257741)
@@ -3,7 +3,7 @@
 # Contributor: Roman G 
 
 pkgname=axel
-pkgver=2.13.1
+pkgver=2.14
 pkgrel=1
 pkgdesc="Light command line download accelerator"
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url="https://github.com/eribertomota/axel;
 license=('GPL')
 depends=('glibc' 'openssl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e19253223fc0a6d6142190661f9fcbd5809dc5acc5b7013c98c979673a2f7195')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a2bf0859380347bcfbdec1d34322f609f0b883e107d3bf5c06001bcc6a8136ad')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:32:52
  Author: foutrelis
Revision: 257740

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

Added:
  purple-facebook/repos/community-i686/PKGBUILD
(from rev 257739, purple-facebook/trunk/PKGBUILD)
  purple-facebook/repos/community-x86_64/PKGBUILD
(from rev 257739, purple-facebook/trunk/PKGBUILD)
Deleted:
  purple-facebook/repos/community-i686/PKGBUILD
  purple-facebook/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-16 00:32:32 UTC (rev 257739)
+++ community-i686/PKGBUILD 2017-09-16 00:32:52 UTC (rev 257740)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=purple-facebook
-pkgver=0.9.4
-_gitrev=c9b74a765767
-pkgrel=1
-pkgdesc="Facebook protocol plugin for libpurple"
-arch=('x86_64' 'i686')
-url="https://github.com/dequis/purple-facebook;
-license=('GPL')
-depends=('json-glib' 'libpurple')
-source=("https://github.com/dequis/$pkgname/releases/download/v$pkgver-$_gitrev/$pkgname-$pkgver-$_gitrev.tar.gz;)
-sha256sums=('cde5ef255668380abccf74b76844f95adf33e06421775ae302b93afbcb4eae8e')
-
-build() {
-   cd $pkgname-$pkgver-$_gitrev
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver-$_gitrev
-   make DESTDIR="$pkgdir" install
-}

Copied: purple-facebook/repos/community-i686/PKGBUILD (from rev 257739, 
purple-facebook/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-16 00:32:52 UTC (rev 257740)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=purple-facebook
+pkgver=0.9.5
+_gitrev=9ff9acf9fa14
+pkgrel=1
+pkgdesc="Facebook protocol plugin for libpurple"
+arch=('x86_64' 'i686')
+url="https://github.com/dequis/purple-facebook;
+license=('GPL')
+depends=('json-glib' 'libpurple')
+source=("https://github.com/dequis/$pkgname/releases/download/v$pkgver-$_gitrev/$pkgname-$pkgver-$_gitrev.tar.gz;)
+sha256sums=('7ab652dd0430166465f820e6e72bf6fffe09db936b535c212e571ec1742146dc')
+
+build() {
+   cd $pkgname-$pkgver-$_gitrev
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver-$_gitrev
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-16 00:32:32 UTC (rev 257739)
+++ community-x86_64/PKGBUILD   2017-09-16 00:32:52 UTC (rev 257740)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=purple-facebook
-pkgver=0.9.4
-_gitrev=c9b74a765767
-pkgrel=1
-pkgdesc="Facebook protocol plugin for libpurple"
-arch=('x86_64' 'i686')
-url="https://github.com/dequis/purple-facebook;
-license=('GPL')
-depends=('json-glib' 'libpurple')
-source=("https://github.com/dequis/$pkgname/releases/download/v$pkgver-$_gitrev/$pkgname-$pkgver-$_gitrev.tar.gz;)
-sha256sums=('cde5ef255668380abccf74b76844f95adf33e06421775ae302b93afbcb4eae8e')
-
-build() {
-   cd $pkgname-$pkgver-$_gitrev
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver-$_gitrev
-   make DESTDIR="$pkgdir" install
-}

Copied: purple-facebook/repos/community-x86_64/PKGBUILD (from rev 257739, 
purple-facebook/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-16 00:32:52 UTC (rev 257740)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=purple-facebook
+pkgver=0.9.5
+_gitrev=9ff9acf9fa14
+pkgrel=1
+pkgdesc="Facebook protocol plugin for libpurple"
+arch=('x86_64' 'i686')
+url="https://github.com/dequis/purple-facebook;
+license=('GPL')
+depends=('json-glib' 'libpurple')
+source=("https://github.com/dequis/$pkgname/releases/download/v$pkgver-$_gitrev/$pkgname-$pkgver-$_gitrev.tar.gz;)
+sha256sums=('7ab652dd0430166465f820e6e72bf6fffe09db936b535c212e571ec1742146dc')
+
+build() {
+   cd $pkgname-$pkgver-$_gitrev
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver-$_gitrev
+   make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Evangelos Foutras
Date: Saturday, September 16, 2017 @ 00:32:32
  Author: foutrelis
Revision: 257739

upgpkg: purple-facebook 0.9.5-1

New upstream release.

Modified:
  purple-facebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 22:22:58 UTC (rev 257738)
+++ PKGBUILD2017-09-16 00:32:32 UTC (rev 257739)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György 
 
 pkgname=purple-facebook
-pkgver=0.9.4
-_gitrev=c9b74a765767
+pkgver=0.9.5
+_gitrev=9ff9acf9fa14
 pkgrel=1
 pkgdesc="Facebook protocol plugin for libpurple"
 arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('json-glib' 'libpurple')
 
source=("https://github.com/dequis/$pkgname/releases/download/v$pkgver-$_gitrev/$pkgname-$pkgver-$_gitrev.tar.gz;)
-sha256sums=('cde5ef255668380abccf74b76844f95adf33e06421775ae302b93afbcb4eae8e')
+sha256sums=('7ab652dd0430166465f820e6e72bf6fffe09db936b535c212e571ec1742146dc')
 
 build() {
cd $pkgname-$pkgver-$_gitrev


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

2017-09-15 Thread Anatol Pomozov
Date: Friday, September 15, 2017 @ 22:57:13
  Author: anatolik
Revision: 305647

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

Added:
  ruby/repos/extra-i686/PKGBUILD
(from rev 305646, ruby/trunk/PKGBUILD)
  ruby/repos/extra-i686/gemrc
(from rev 305646, ruby/trunk/gemrc)
  ruby/repos/extra-i686/ruby.install
(from rev 305646, ruby/trunk/ruby.install)
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 305646, ruby/trunk/PKGBUILD)
  ruby/repos/extra-x86_64/gemrc
(from rev 305646, ruby/trunk/gemrc)
  ruby/repos/extra-x86_64/ruby.install
(from rev 305646, ruby/trunk/ruby.install)
Deleted:
  ruby/repos/extra-i686/PKGBUILD
  ruby/repos/extra-i686/gemrc
  ruby/repos/extra-i686/ruby.install
  ruby/repos/extra-x86_64/PKGBUILD
  ruby/repos/extra-x86_64/gemrc
  ruby/repos/extra-x86_64/ruby.install

---+
 /PKGBUILD |  144 
 /gemrc|   10 +++
 /ruby.install |   44 +
 extra-i686/PKGBUILD   |   72 --
 extra-i686/gemrc  |5 -
 extra-i686/ruby.install   |   22 --
 extra-x86_64/PKGBUILD |   72 --
 extra-x86_64/gemrc|5 -
 extra-x86_64/ruby.install |   22 --
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-15 22:56:12 UTC (rev 305646)
+++ extra-i686/PKGBUILD 2017-09-15 22:57:13 UTC (rev 305647)
@@ -1,72 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs)
-pkgver=2.4.1
-pkgrel=3
-arch=(i686 x86_64)
-url='http://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
-gemrc)
-sha1sums=('eb3e25346431214379e3b92c6f6b6e02f7b2503f'
-  'dc536754c8fac2c3d82965c5a708cd8f79562d98')
-
-build() {
-  cd ruby-${pkgver}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml gmp zlib)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-  provides=(rubygems rake)
-  conflicts=(rake)
-  backup=(etc/gemrc)
-  install=ruby.install
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/extra-i686/PKGBUILD (from rev 305646, ruby/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-15 22:57:13 UTC (rev 305647)
@@ -0,0 +1,72 @@
+# Maintainer: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.4.2
+pkgrel=1
+arch=(i686 x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
+gemrc)
+sha1sums=('8373e32c63bba2180799da091b572664aa9faf6f'
+  'dc536754c8fac2c3d82965c5a708cd8f79562d98')
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib)
+  optdepends=(
+  'ruby-docs: Ruby documentation'
+  'tk: for Ruby/TK'
+  )
+  

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

2017-09-15 Thread Anatol Pomozov
Date: Friday, September 15, 2017 @ 22:56:12
  Author: anatolik
Revision: 305646

upgpkg: ruby 2.4.2-1

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:49:58 UTC (rev 305645)
+++ PKGBUILD2017-09-15 22:56:12 UTC (rev 305646)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley 
 
 pkgname=(ruby ruby-docs)
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.4.2
+pkgrel=1
 arch=(i686 x86_64)
 url='http://www.ruby-lang.org/en/'
 license=(BSD custom)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 
source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz
 gemrc)
-sha1sums=('eb3e25346431214379e3b92c6f6b6e02f7b2503f'
+sha1sums=('8373e32c63bba2180799da091b572664aa9faf6f'
   'dc536754c8fac2c3d82965c5a708cd8f79562d98')
 
 build() {


[arch-commits] Commit in sagemath/repos (48 files)

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 22:22:58
  Author: arojas
Revision: 257738

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

Added:
  sagemath/repos/community-i686/PKGBUILD
(from rev 257737, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-i686/env.patch
(from rev 257737, sagemath/trunk/env.patch)
  sagemath/repos/community-i686/fes02.patch
(from rev 257737, sagemath/trunk/fes02.patch)
  sagemath/repos/community-i686/jupyter-path.patch
(from rev 257737, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-i686/latte-count.patch
(from rev 257737, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-i686/package.patch
(from rev 257737, sagemath/trunk/package.patch)
  sagemath/repos/community-i686/r-no-readline.patch
(from rev 257737, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-i686/sagemath-cython-0.26.patch
(from rev 257737, sagemath/trunk/sagemath-cython-0.26.patch)
  sagemath/repos/community-i686/sagemath-ecl-no-sigfpe.patch
(from rev 257737, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-i686/sagemath-pynac-0.7.11.patch
(from rev 257737, sagemath/trunk/sagemath-pynac-0.7.11.patch)
  sagemath/repos/community-i686/sagemath-python3-notebook.patch
(from rev 257737, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-i686/test-optional.patch
(from rev 257737, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-x86_64/PKGBUILD
(from rev 257737, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-x86_64/env.patch
(from rev 257737, sagemath/trunk/env.patch)
  sagemath/repos/community-x86_64/fes02.patch
(from rev 257737, sagemath/trunk/fes02.patch)
  sagemath/repos/community-x86_64/jupyter-path.patch
(from rev 257737, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-x86_64/latte-count.patch
(from rev 257737, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-x86_64/package.patch
(from rev 257737, sagemath/trunk/package.patch)
  sagemath/repos/community-x86_64/r-no-readline.patch
(from rev 257737, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-x86_64/sagemath-cython-0.26.patch
(from rev 257737, sagemath/trunk/sagemath-cython-0.26.patch)
  sagemath/repos/community-x86_64/sagemath-ecl-no-sigfpe.patch
(from rev 257737, sagemath/trunk/sagemath-ecl-no-sigfpe.patch)
  sagemath/repos/community-x86_64/sagemath-pynac-0.7.11.patch
(from rev 257737, sagemath/trunk/sagemath-pynac-0.7.11.patch)
  sagemath/repos/community-x86_64/sagemath-python3-notebook.patch
(from rev 257737, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-x86_64/test-optional.patch
(from rev 257737, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-i686/PKGBUILD
  sagemath/repos/community-i686/env.patch
  sagemath/repos/community-i686/fes02.patch
  sagemath/repos/community-i686/jupyter-path.patch
  sagemath/repos/community-i686/latte-count.patch
  sagemath/repos/community-i686/package.patch
  sagemath/repos/community-i686/r-no-readline.patch
  sagemath/repos/community-i686/sagemath-cython-0.26.patch
  sagemath/repos/community-i686/sagemath-ecl-no-sigfpe.patch
  sagemath/repos/community-i686/sagemath-pynac-0.7.11.patch
  sagemath/repos/community-i686/sagemath-python3-notebook.patch
  sagemath/repos/community-i686/test-optional.patch
  sagemath/repos/community-x86_64/PKGBUILD
  sagemath/repos/community-x86_64/env.patch
  sagemath/repos/community-x86_64/fes02.patch
  sagemath/repos/community-x86_64/jupyter-path.patch
  sagemath/repos/community-x86_64/latte-count.patch
  sagemath/repos/community-x86_64/package.patch
  sagemath/repos/community-x86_64/r-no-readline.patch
  sagemath/repos/community-x86_64/sagemath-cython-0.26.patch
  sagemath/repos/community-x86_64/sagemath-ecl-no-sigfpe.patch
  sagemath/repos/community-x86_64/sagemath-pynac-0.7.11.patch
  sagemath/repos/community-x86_64/sagemath-python3-notebook.patch
  sagemath/repos/community-x86_64/test-optional.patch

--+
 /PKGBUILD|  318 +
 /env.patch   |  186 
 /fes02.patch |  114 +++
 /jupyter-path.patch  |   44 ++
 /latte-count.patch   |  142 +
 /package.patch   |   76 +
 /r-no-readline.patch |   22 +
 /sagemath-cython-0.26.patch  |   52 +++
 /sagemath-ecl-no-sigfpe.patch|   24 +
 /sagemath-pynac-0.7.11.patch |   42 ++
 /sagemath-python3-notebook.patch |   54 +++
 /test-optional.patch |   50 +++
 community-i686/PKGBUILD  |  161 --
 community-i686/env.patch

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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 22:21:47
  Author: arojas
Revision: 257737

Rebuild against shared meataxe

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:59:25 UTC (rev 257736)
+++ PKGBUILD2017-09-15 22:21:47 UTC (rev 257737)
@@ -9,7 +9,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -29,6 +29,7 @@
   'libhomfly: for computing the homfly polynomial of links' 'libbraiding: for 
computing in braid groups'
   'libfes: exhaustive search of solutions for boolean equations' 
'python2-pynormaliz: Normaliz backend for polyhedral computations'
   'latte-integrale: integral point count in polyhedra' 'polymake: polymake 
backend for polyhedral computations'
+  'meataxe: faster matrix arithmetic over finite fields'
   'sirocco: for computing the fundamental group of the complement of a plane 
curve'
   'three.js: alternative 3D plots engine' 'tachyon: alternative 3D plots 
engine')
 makedepends=(cython2 boost ratpoints symmetrica python2-jinja coin-or-cbc 
libhomfly libbraiding sirocco
@@ -141,9 +142,6 @@
 
 # Split jupyter kernel
   rm -r "$pkgdir"/usr/share/jupyter
-
-# Drop meataxe extension, it segfaults
-  rm "$pkgdir"/usr/lib/python2.7/site-packages/sage/matrix/matrix_gfpn_dense.*
 }
 
 package_sagemath-jupyter() {


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 21:59:16
  Author: arojas
Revision: 257735

Revert unintended changes

Modified:
  meataxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:56:38 UTC (rev 257734)
+++ PKGBUILD2017-09-15 21:59:16 UTC (rev 257735)
@@ -12,7 +12,7 @@
 #source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   "StrassenWinogradImplementation.patch"
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
@@ -26,25 +26,21 @@
 'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
 
 prepare() {
-  sed -e 's|#ifdef ASM_MMX|#if 0|g' -i StrassenWinogradImplementation.patch # 
workaround segfaults
-
   cd $pkgname-$pkgver
-#  for _patch in IO_fixes StrassenWinogradImplementation; do
   for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
patch -p1 -i ../$_patch.patch
   done
-  patch -p0 -i ../meataxe-shared.patch # build shared lib
-  cp src/kernel-{0,1}.c
+  patch -p0 -i ../meataxe-shared.patch # build shared lib (Fedora)
 }
 
 build() {
   cd $pkgname-$pkgver
 
-  export ZZZ=1
+  export ZZZ=0
   export MTXLIB="$HOME/.local/share/meataxe"
   export MTXBIN=/usr/bin
   touch Makefile.conf
-  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS" -j1
+  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS"
 }
 
 package() {


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 21:59:25
  Author: arojas
Revision: 257736

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 257735, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-i686/meataxe-shared.patch
(from rev 257735, meataxe/trunk/meataxe-shared.patch)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 257735, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/meataxe-shared.patch
(from rev 257735, meataxe/trunk/meataxe-shared.patch)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-i686/meataxe-shared.patch
  meataxe/repos/community-x86_64/PKGBUILD
  meataxe/repos/community-x86_64/meataxe-shared.patch

---+
 /PKGBUILD |  108 ++
 /meataxe-shared.patch |  154 
 community-i686/PKGBUILD   |   58 
 community-i686/meataxe-shared.patch   |   77 
 community-x86_64/PKGBUILD |   58 
 community-x86_64/meataxe-shared.patch |   77 
 6 files changed, 262 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 21:59:16 UTC (rev 257735)
+++ community-i686/PKGBUILD 2017-09-15 21:59:25 UTC (rev 257736)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=6
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   "StrassenWinogradImplementation.patch"
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
-meataxe-shared.patch)
-sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
-'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
-'375994fef68cf4a4a75a7e016990c1c7268f187298f7702e590d10b7a6422f07'
-'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
-'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
-'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
-'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
-
-prepare() {
-  sed -e 's|#ifdef ASM_MMX|#if 0|g' -i StrassenWinogradImplementation.patch # 
workaround segfaults
-
-  cd $pkgname-$pkgver
-#  for _patch in IO_fixes StrassenWinogradImplementation; do
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-  patch -p0 -i ../meataxe-shared.patch # build shared lib
-  cp src/kernel-{0,1}.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export ZZZ=1
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS" -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.so "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 257735, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 21:59:25 UTC (rev 257736)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=6
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+ 

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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 21:56:38
  Author: arojas
Revision: 257734

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 257733, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-i686/meataxe-shared.patch
(from rev 257733, meataxe/trunk/meataxe-shared.patch)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 257733, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/meataxe-shared.patch
(from rev 257733, meataxe/trunk/meataxe-shared.patch)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 community-i686/PKGBUILD   |   55 ---
 community-i686/meataxe-shared.patch   |   77 +
 community-x86_64/PKGBUILD |   55 ---
 community-x86_64/meataxe-shared.patch |   77 +
 5 files changed, 270 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 21:56:14 UTC (rev 257733)
+++ community-i686/PKGBUILD 2017-09-15 21:56:38 UTC (rev 257734)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=6
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
-meataxe-shared.patch)
-sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
-'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
-'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
-'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
-'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
-'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
-'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
-
-prepare() {
-  cd $pkgname-$pkgver
-#  for _patch in IO_fixes; do
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-  patch -p0 -i ../meataxe-shared.patch # build shared lib
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.so "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 257733, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 21:56:38 UTC (rev 257734)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=6
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   "StrassenWinogradImplementation.patch"
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
+meataxe-shared.patch)
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+   

[arch-commits] Commit in meataxe/trunk (PKGBUILD meataxe-shared.patch)

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 21:56:14
  Author: arojas
Revision: 257733

Add missing patch (FS#55643)

Added:
  meataxe/trunk/meataxe-shared.patch
Modified:
  meataxe/trunk/PKGBUILD

--+
 PKGBUILD |   13 +---
 meataxe-shared.patch |   77 +
 2 files changed, 85 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:23:43 UTC (rev 257732)
+++ PKGBUILD2017-09-15 21:56:14 UTC (rev 257733)
@@ -12,7 +12,7 @@
 #source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
 
source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   "StrassenWinogradImplementation.patch"

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
@@ -19,7 +19,7 @@
 meataxe-shared.patch)
 sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
 'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
-'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+'375994fef68cf4a4a75a7e016990c1c7268f187298f7702e590d10b7a6422f07'
 '4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
 'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
 '4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
@@ -26,22 +26,25 @@
 'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
 
 prepare() {
+  sed -e 's|#ifdef ASM_MMX|#if 0|g' -i StrassenWinogradImplementation.patch # 
workaround segfaults
+
   cd $pkgname-$pkgver
-#  for _patch in IO_fixes; do
+#  for _patch in IO_fixes StrassenWinogradImplementation; do
   for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
patch -p1 -i ../$_patch.patch
   done
   patch -p0 -i ../meataxe-shared.patch # build shared lib
+  cp src/kernel-{0,1}.c
 }
 
 build() {
   cd $pkgname-$pkgver
 
-  export ZZZ=0
+  export ZZZ=1
   export MTXLIB="$HOME/.local/share/meataxe"
   export MTXBIN=/usr/bin
   touch Makefile.conf
-  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS"
+  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS" -j1
 }
 
 package() {

Added: meataxe-shared.patch
===
--- meataxe-shared.patch(rev 0)
+++ meataxe-shared.patch2017-09-15 21:56:14 UTC (rev 257733)
@@ -0,0 +1,77 @@
+--- Makefile.orig  2011-11-28 14:15:16.0 -0700
 Makefile   2012-01-04 14:53:06.575685168 -0700
+@@ -1,7 +1,9 @@
+ include Makefile.conf
+ 
+-CFLAGS=$(CFLAGS1) -Itmp
++CFLAGS=$(CFLAGS1) -Itmp -DMTXLIB=\"$(MTXLIB)\" -DMTXBIN=\"$(MTXBIN)\" 
-DZZZ=$(ZZZ)
+ LFLAGS=$(LFLAGS1)
++VERSION=
++MAJVER=$(shell cut -d. -f1 - <<<$(VERSION))
+ 
+ PROGRAMS = \
+   cfcomp checksum chop decomp genmod mkcycl mkdotl mkgraph mkhom mkhom_old\
+@@ -22,7 +24,7 @@
+ 
+ tmp/%.o: tmp/mk.dir src/%.c src/meataxe.h tmp/config.h
+   @echo "Compiling $*.c"
+-  @$(CC) $(CFLAGS) -c src/$*.c -o $@
++  @$(CC) $(CFLAGS) -fPIC -c src/$*.c -o $@
+ 
+ tmp/mk.dir:
+   mkdir -p tmp
+@@ -36,9 +38,9 @@
+ # Link programs
+ # 
--
+ 
+-bin/%: bin/mk.dir tmp/%.o tmp/libmtx.a
++bin/%: bin/mk.dir src/%.c tmp/libmtx.so
+   @echo "Linking $@"
+-  @$(CC) $(LFLAGS) -o $@ tmp/$*.o tmp/libmtx.a
++  @$(CC) $(CFLAGS) $(LFLAGS) -o $@ src/$*.c -L tmp -lmtx
+ 
+ 
+ # 
--
+@@ -97,6 +99,12 @@
+   @rm -f $@
+   @ar r $@ $(LIB_OBJS:%=tmp/%.o)
+ 
++tmp/libmtx.so: $(LIB_OBJS:%=tmp/%.o)
++  @echo "Creating $@"
++  @rm -f $@
++  @$(CC) $(LFLAGS) -o $@ -shared \
++  -Wl,--soname=libmtx.so $^
++
+ 
+ # 
--
+ # Test suite
+@@ -108,11 +118,11 @@
+   c-os c-perm c-poly c-pseed c-quot c-random \
+   c-sets c-stf c-tensor
+ 
+-TS_OBJS=tmp/zzztest.o $(TS_OBJS1:%=tmp/%.o) tmp/libmtx.a
++TS_OBJS=tmp/zzztest.o $(TS_OBJS1:%=tmp/%.o)
+ 
+-bin/zzztest: bin/mk.dir $(TS_OBJS)
++bin/zzztest: bin/mk.dir $(TS_OBJS) tmp/libmtx.so
+   @echo "Linking $@"
+-  @$(CC) $(CFLAGS) -o $@ $(TS_OBJS)
++  @$(CC) $(CFLAGS) -o $@ $(TS_OBJS) -L tmp -lmtx
+ 
+ bin/checksum: bin/mk.dir tmp/checksum.o
+   @echo "Linking $@"

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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:49:58
  Author: jgc
Revision: 305645

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vte3/repos/gnome-unstable-i686/
  vte3/repos/gnome-unstable-i686/PKGBUILD
(from rev 305644, vte3/trunk/PKGBUILD)
  vte3/repos/gnome-unstable-x86_64/
  vte3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305644, vte3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   55 +++
 gnome-unstable-x86_64/PKGBUILD |   55 +++
 2 files changed, 110 insertions(+)

Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 305644, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:49:58 UTC (rev 305645)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.50.0
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(i686 x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3 pcre2 gnutls)
+makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
+_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
+source=("git://git.gnome.org/vte#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vte
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
+--localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_vte3(){
+  depends+=(vte-common)
+
+  cd vte
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}

Copied: vte3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305644, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:49:58 UTC (rev 305645)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.50.0
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+url="https://wiki.gnome.org/Apps/Terminal/VTE;
+arch=(i686 x86_64)
+license=(LGPL)
+options=(!emptydirs)
+depends=(gtk3 pcre2 gnutls)
+makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
+_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
+source=("git://git.gnome.org/vte#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vte
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd vte
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd vte
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vte \
+--localstatedir=/var --disable-static --enable-introspection 
--enable-glade-catalogue --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_vte3(){
+  depends+=(vte-common)
+
+  cd vte
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=(sh)
+
+  cd vte
+  install -Dm644 src/vte.sh "$pkgdir"/etc/profile.d/vte.sh
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:49:42
  Author: jgc
Revision: 305644

upgpkg: vte3 0.50.0-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:43:11 UTC (rev 305643)
+++ PKGBUILD2017-09-15 21:49:42 UTC (rev 305644)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.48.3
+pkgver=0.50.0
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 url="https://wiki.gnome.org/Apps/Terminal/VTE;
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 depends=(gtk3 pcre2 gnutls)
 makedepends=(intltool gobject-introspection vala glade git gtk-doc gperf)
-_commit=992c481f21e266e7cdfcee1d425b18da4df9ef8d  # tags/0.48.3^0
+_commit=9032a81295fa48b088e6e5ceb366ab0676a5b6df  # tags/0.50.0^0
 source=("git://git.gnome.org/vte#commit=$_commit")
 sha256sums=('SKIP')
 


[arch-commits] Commit in gnome-settings-daemon/repos (4 files)

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:43:11
  Author: jgc
Revision: 305643

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 305642, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305642, gnome-settings-daemon/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
305642, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:43:11 UTC (rev 305643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://git.gnome.org/browse/gnome-settings-daemon;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify libsystemd
+ libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue2 nss
+ libgudev gtk3-print-backends libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/libgnome-volume-control;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule."panels/media-keys/gvc".url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
305642, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:43:11 UTC (rev 305643)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-settings-daemon
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://git.gnome.org/browse/gnome-settings-daemon;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse 
libnotify libsystemd
+ libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather 
geocode-glib geoclue2 nss
+ libgudev gtk3-print-backends libnm)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
+groups=(gnome)
+_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
+source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
+"git+https://git.gnome.org/browse/libgnome-volume-control;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SETTINGS_DAEMON_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule."panels/media-keys/gvc".url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:42:51
  Author: jgc
Revision: 305642

upgpkg: gnome-settings-daemon 3.26.0-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:36:43 UTC (rev 305641)
+++ PKGBUILD2017-09-15 21:42:51 UTC (rev 305642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-settings-daemon
-pkgver=3.24.3
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="GNOME Settings Daemon"
 url="https://git.gnome.org/browse/gnome-settings-daemon;


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:36:43
  Author: jgc
Revision: 305641

upgpkg: gnome-settings-daemon 3.24.3-1

libgtop rebuild, update to recent git snapshot

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:29:40 UTC (rev 305640)
+++ PKGBUILD2017-09-15 21:36:43 UTC (rev 305641)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.24.3
-pkgrel=2
+pkgrel=1
 pkgdesc="GNOME Settings Daemon"
 url="https://git.gnome.org/browse/gnome-settings-daemon;
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  libgudev gtk3-print-backends libnm)
 makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git 
gnome-common)
 groups=(gnome)
-_commit=a2a7a1b3859df635bf97d62f7307306526ec6334  # 
tags/GNOME_SETTINGS_DAEMON_3_24_3^0
+_commit=addc7de3970be7e8bedb05a84a5bdf36113d2900  # 
tags/GNOME_SETTINGS_DAEMON_3_26_0^0
 
source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit;
 "git+https://git.gnome.org/browse/libgnome-volume-control;)
 sha256sums=('SKIP'
@@ -27,9 +27,6 @@
 prepare() {
   cd $pkgname
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=777255
-  git cherry-pick -n 45e5185dcaf1d26fa84ce367f89b7f720c80bd01
-
   git submodule init
   git config --local submodule."panels/media-keys/gvc".url 
"$srcdir/libgnome-volume-control"
   git submodule update


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:29:40
  Author: jgc
Revision: 305640

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-nettool/repos/gnome-unstable-i686/
  gnome-nettool/repos/gnome-unstable-i686/PKGBUILD
(from rev 305639, gnome-nettool/trunk/PKGBUILD)
  gnome-nettool/repos/gnome-unstable-x86_64/
  gnome-nettool/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305639, gnome-nettool/trunk/PKGBUILD)

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

Copied: gnome-nettool/repos/gnome-unstable-i686/PKGBUILD (from rev 305639, 
gnome-nettool/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:29:40 UTC (rev 305640)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Kritoke 
+
+pkgname=gnome-nettool
+pkgver=3.8.1+144+gdd04271
+pkgrel=1
+pkgdesc="Graphical interface for various networking tools"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgtop dnsutils iputils dconf whois)
+makedepends=(yelp-tools intltool nmap net-tools git gnome-common)
+optdepends=('nmap: Port scanning'
+'net-tools: Network statistics')
+groups=(gnome-extra)
+url="https://git.gnome.org/browse/gnome-nettool;
+_commit=dd04271f17440ceb130995d72fed6478158f9d50  # master
+source=("git+https://git.gnome.org/browse/gnome-nettool#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-nettool/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305639, 
gnome-nettool/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:29:40 UTC (rev 305640)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Kritoke 
+
+pkgname=gnome-nettool
+pkgver=3.8.1+144+gdd04271
+pkgrel=1
+pkgdesc="Graphical interface for various networking tools"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgtop dnsutils iputils dconf whois)
+makedepends=(yelp-tools intltool nmap net-tools git gnome-common)
+optdepends=('nmap: Port scanning'
+'net-tools: Network statistics')
+groups=(gnome-extra)
+url="https://git.gnome.org/browse/gnome-nettool;
+_commit=dd04271f17440ceb130995d72fed6478158f9d50  # master
+source=("git+https://git.gnome.org/browse/gnome-nettool#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:29:30
  Author: jgc
Revision: 305639

upgpkg: gnome-nettool 3.8.1+144+gdd04271-1

libgtop rebuild, update to recent git snapshot

Modified:
  gnome-nettool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:17:55 UTC (rev 305638)
+++ PKGBUILD2017-09-15 21:29:30 UTC (rev 305639)
@@ -4,22 +4,33 @@
 # Contributor: Kritoke 
 
 pkgname=gnome-nettool
-pkgver=3.8.1
-pkgrel=3
+pkgver=3.8.1+144+gdd04271
+pkgrel=1
 pkgdesc="Graphical interface for various networking tools"
 arch=(i686 x86_64)
 license=(GPL)
 depends=(gtk3 libgtop dnsutils iputils dconf whois)
-makedepends=(yelp-tools intltool nmap net-tools)
+makedepends=(yelp-tools intltool nmap net-tools git gnome-common)
 optdepends=('nmap: Port scanning'
 'net-tools: Network statistics')
 groups=(gnome-extra)
 url="https://git.gnome.org/browse/gnome-nettool;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f0a4510d9fe5eae4c91b63ade9848992b2795108e76eff7f51dc3decf7df2cb1')
+_commit=dd04271f17440ceb130995d72fed6478158f9d50  # master
+source=("git+https://git.gnome.org/browse/gnome-nettool#commit=$_commit;)
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-compile
   make
@@ -26,6 +37,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 21:23:43
  Author: bpiotrowski
Revision: 257732

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

Added:
  mupen64plus/repos/community-staging-i686/
  mupen64plus/repos/community-staging-i686/PKGBUILD
(from rev 257731, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-i686/ui-console-pic.patch
(from rev 257731, mupen64plus/trunk/ui-console-pic.patch)
  mupen64plus/repos/community-staging-x86_64/
  mupen64plus/repos/community-staging-x86_64/PKGBUILD
(from rev 257731, mupen64plus/trunk/PKGBUILD)
  mupen64plus/repos/community-staging-x86_64/ui-console-pic.patch
(from rev 257731, mupen64plus/trunk/ui-console-pic.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/ui-console-pic.patch   |   12 ++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/ui-console-pic.patch |   12 ++
 4 files changed, 114 insertions(+)

Copied: mupen64plus/repos/community-staging-i686/PKGBUILD (from rev 257731, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 21:23:43 UTC (rev 257732)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=9
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/mupen64plus/mupen64plus-core'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
+
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  if [[ $CARCH = 'i686' ]]; then
+export CFLAGS="${CFLAGS/-fno-plt/}"
+export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
+  fi
+
+  sh m64p_build.sh
+}
+
+package() {
+  cd mupen64plus-bundle-src-$pkgver
+  
+  # set LDCONFIG since we are using fakeroot and scripts run root commands by 
checking the uid
+  ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' 
LDCONFIG='true'
+}
+
+# vim: ts=2:sw=2:et

Copied: mupen64plus/repos/community-staging-i686/ui-console-pic.patch (from rev 
257731, mupen64plus/trunk/ui-console-pic.patch)
===
--- community-staging-i686/ui-console-pic.patch (rev 0)
+++ community-staging-i686/ui-console-pic.patch 2017-09-15 21:23:43 UTC (rev 
257732)
@@ -0,0 +1,12 @@
+diff --git a/source/mupen64plus-ui-console/projects/unix/Makefile 
b/source/mupen64plus-ui-console/projects/unix/Makefile
+index a4a05e3..199f27f 100755
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
 b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -90,6 +90,7 @@ endif
+ 
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
++  CFLAGS += -fPIC
+   LDLIBS += -ldl
+ endif
+ ifeq ($(OS), OSX)

Copied: mupen64plus/repos/community-staging-x86_64/PKGBUILD (from rev 257731, 
mupen64plus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-15 21:23:43 UTC (rev 257732)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laurent Carlier 
+# Contributor: Allan McRae 
+# Contributor: Zephyr
+
+pkgname=mupen64plus
+pkgver=2.5
+pkgrel=9
+pkgdesc='Nintendo64 Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/mupen64plus/mupen64plus-core'
+license=('GPL')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
+
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
+build() {
+  cd mupen64plus-bundle-src-${pkgver}
+
+  if [[ $CARCH = 'i686' ]]; then
+ 

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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 21:23:35
  Author: bpiotrowski
Revision: 257731

2.5-9: rebuild against boost 1.65.1

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:13:21 UTC (rev 257730)
+++ PKGBUILD2017-09-15 21:23:35 UTC (rev 257731)
@@ -27,6 +27,11 @@
 build() {
   cd mupen64plus-bundle-src-${pkgver}
 
+  if [[ $CARCH = 'i686' ]]; then
+export CFLAGS="${CFLAGS/-fno-plt/}"
+export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
+  fi
+
   sh m64p_build.sh
 }
 


[arch-commits] Commit in gnome-system-monitor/repos (4 files)

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:17:55
  Author: jgc
Revision: 305638

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-system-monitor/repos/gnome-unstable-i686/
  gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD
(from rev 305637, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/gnome-unstable-x86_64/
  gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305637, gnome-system-monitor/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 2 files changed, 80 insertions(+)

Copied: gnome-system-monitor/repos/gnome-unstable-i686/PKGBUILD (from rev 
305637, gnome-system-monitor/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:17:55 UTC (rev 305638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.26.0+1+g97b9578d
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=97b9578d867232b6ba2257bdc66e149f1c7929b3  # master
+source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-system-monitor/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
305637, gnome-system-monitor/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:17:55 UTC (rev 305638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.26.0+1+g97b9578d
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=97b9578d867232b6ba2257bdc66e149f1c7929b3  # master
+source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:17:49
  Author: jgc
Revision: 305637

upgpkg: gnome-system-monitor 3.26.0+1+g97b9578d-1

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:14:15 UTC (rev 305636)
+++ PKGBUILD2017-09-15 21:17:49 UTC (rev 305637)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-system-monitor
-pkgver=3.24.0+4+g9140c85a
+pkgver=3.26.0+1+g97b9578d
 pkgrel=1
 pkgdesc="View current processes and monitor system state"
 url="https://wiki.gnome.org/Apps/SystemMonitor;
@@ -13,7 +13,7 @@
 makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools 
gnome-common git)
 options=(!emptydirs)
 groups=(gnome)
-_commit=9140c85af3964cf1529d39ffa45dc4e6ec0cfc5e  # gnome-3-24
+_commit=97b9578d867232b6ba2257bdc66e149f1c7929b3  # master
 
source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -30,7 +30,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-systemd --enable-wnck
+--libexecdir=/usr/lib/$pkgname --enable-systemd
   make
 }
 


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:14:15
  Author: jgc
Revision: 305636

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgksu/repos/gnome-unstable-i686/
  libgksu/repos/gnome-unstable-i686/PKGBUILD
(from rev 305635, libgksu/trunk/PKGBUILD)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.0-fbsd.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.0-fbsd.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.12-automake-1.11.2.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-automake-1.11.2.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.12-fix-make-3.82.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-fix-make-3.82.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.12-notests.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-notests.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.12-revert-forkpty.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-revert-forkpty.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.7-libs.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.7-libs.patch)
  libgksu/repos/gnome-unstable-i686/libgksu-2.0.7-polinguas.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.7-polinguas.patch)
  libgksu/repos/gnome-unstable-x86_64/
  libgksu/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305635, libgksu/trunk/PKGBUILD)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.0-fbsd.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.0-fbsd.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.12-automake-1.11.2.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-automake-1.11.2.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.12-fix-make-3.82.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-fix-make-3.82.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.12-notests.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-notests.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.12-revert-forkpty.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.12-revert-forkpty.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.7-libs.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.7-libs.patch)
  libgksu/repos/gnome-unstable-x86_64/libgksu-2.0.7-polinguas.patch
(from rev 305635, libgksu/trunk/libgksu-2.0.7-polinguas.patch)

+
 gnome-unstable-i686/PKGBUILD   |   62 +
 gnome-unstable-i686/libgksu-2.0.0-fbsd.patch   |   60 +
 gnome-unstable-i686/libgksu-2.0.12-automake-1.11.2.patch   |   25 
 gnome-unstable-i686/libgksu-2.0.12-fix-make-3.82.patch |   19 
 gnome-unstable-i686/libgksu-2.0.12-notests.patch   |   26 
 gnome-unstable-i686/libgksu-2.0.12-revert-forkpty.patch|  359 +++
 gnome-unstable-i686/libgksu-2.0.7-libs.patch   |   76 ++
 gnome-unstable-i686/libgksu-2.0.7-polinguas.patch  |   40 +
 gnome-unstable-x86_64/PKGBUILD |   62 +
 gnome-unstable-x86_64/libgksu-2.0.0-fbsd.patch |   60 +
 gnome-unstable-x86_64/libgksu-2.0.12-automake-1.11.2.patch |   25 
 gnome-unstable-x86_64/libgksu-2.0.12-fix-make-3.82.patch   |   19 
 gnome-unstable-x86_64/libgksu-2.0.12-notests.patch |   26 
 gnome-unstable-x86_64/libgksu-2.0.12-revert-forkpty.patch  |  359 +++
 gnome-unstable-x86_64/libgksu-2.0.7-libs.patch |   76 ++
 gnome-unstable-x86_64/libgksu-2.0.7-polinguas.patch|   40 +
 16 files changed, 1334 insertions(+)

Copied: libgksu/repos/gnome-unstable-i686/PKGBUILD (from rev 305635, 
libgksu/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:14:15 UTC (rev 305636)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgksu
+pkgver=2.0.12
+pkgrel=8
+pkgdesc="gksu authorization library"
+arch=(i686 x86_64)
+url="http://www.nongnu.org/gksu/index.html;
+license=(GPL)
+depends=('gconf' 'gtk2' 'libgnome-keyring' 'libgtop' 'startup-notification')
+makedepends=('intltool' 'gtk-doc')
+options=('!emptydirs')
+source=(http://people.debian.org/~kov/gksu/${pkgname}-${pkgver}.tar.gz
+libgksu-2.0.0-fbsd.patch
+libgksu-2.0.12-automake-1.11.2.patch
+libgksu-2.0.12-fix-make-3.82.patch
+   libgksu-2.0.12-notests.patch
+libgksu-2.0.12-revert-forkpty.patch
+libgksu-2.0.7-libs.patch
+libgksu-2.0.7-polinguas.patch)
+md5sums=('c7154c8806f791c10e7626ff123049d3'
+ '063a2b45d8e7cbba898d1db413242da0'
+ '2eeb34ad9b5bf29e8e2ebf8c8a5a28b6'
+ 'afeaf5caab03d793258d62d60a9bf0f0'
+ '4179d0487d6032e56b8a925010694c0a'
+ 'aebbe57e5286c654e27cf714cf3b704a'
+ '58d3a4a9d2ac741951720043ea3f7b5f'
+ '0b5c3d5d9b32cb3e65d9f0bfbcb11a76')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  

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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:14:06
  Author: jgc
Revision: 305635

upgpkg: libgksu 2.0.12-8

Rebuild for libgtop. Disable gtk-doc documentation as it does not build due to 
changed in gtk-doc

Modified:
  libgksu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:05:49 UTC (rev 305634)
+++ PKGBUILD2017-09-15 21:14:06 UTC (rev 305635)
@@ -3,7 +3,7 @@
 
 pkgname=libgksu
 pkgver=2.0.12
-pkgrel=7
+pkgrel=8
 pkgdesc="gksu authorization library"
 arch=(i686 x86_64)
 url="http://www.nongnu.org/gksu/index.html;
@@ -28,7 +28,7 @@
  '58d3a4a9d2ac741951720043ea3f7b5f'
  '0b5c3d5d9b32cb3e65d9f0bfbcb11a76')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i "${srcdir}/libgksu-2.0.0-fbsd.patch"
   patch -Np1 -i "${srcdir}/libgksu-2.0.7-libs.patch"
@@ -42,8 +42,12 @@
 
   intltoolize --force --copy --automake
   autoreconf -fi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --disable-schemas-install
+  --localstatedir=/var --disable-static --disable-schemas-install 
--disable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 21:12:44
  Author: felixonmars
Revision: 257729

upgpkg: kcm-fcitx 0.5.5-1

Modified:
  kcm-fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:27:06 UTC (rev 257728)
+++ PKGBUILD2017-09-15 21:12:44 UTC (rev 257729)
@@ -3,7 +3,7 @@
 # Contributor: poplarch 
 
 pkgname=kcm-fcitx
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="KDE Config Module for Fcitx"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
 makedepends=('extra-cmake-modules' 'python')
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-sha512sums=('349fe50303e027f44b53d954c088e441450aad07dac3a1162a5dcf9c445ca9d04bd3c36475c17dab91ed2df9c3c71031d7582e39b85ad0465a816f7fc24ac0bd')
+sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e')
 
 prepare() {
   mkdir build


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 21:13:21
  Author: felixonmars
Revision: 257730

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

Added:
  kcm-fcitx/repos/community-i686/PKGBUILD
(from rev 257729, kcm-fcitx/trunk/PKGBUILD)
  kcm-fcitx/repos/community-x86_64/PKGBUILD
(from rev 257729, kcm-fcitx/trunk/PKGBUILD)
Deleted:
  kcm-fcitx/repos/community-i686/PKGBUILD
  kcm-fcitx/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 21:12:44 UTC (rev 257729)
+++ community-i686/PKGBUILD 2017-09-15 21:13:21 UTC (rev 257730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=kcm-fcitx
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/kcm-fcitx;
-license=('GPL')
-depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-sha512sums=('349fe50303e027f44b53d954c088e441450aad07dac3a1162a5dcf9c445ca9d04bd3c36475c17dab91ed2df9c3c71031d7582e39b85ad0465a816f7fc24ac0bd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx/repos/community-i686/PKGBUILD (from rev 257729, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 21:13:21 UTC (rev 257730)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=kcm-fcitx
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx;
+license=('GPL')
+depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+sha512sums=('e6a7bcad10003a956389ee266cf6d2f3730dafafcdd0bb43de328397749775e5cd305f16fdca2365e246c903677dba042da81a6dfd873aa1be74174e2b0b372e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-15 21:12:44 UTC (rev 257729)
+++ community-x86_64/PKGBUILD   2017-09-15 21:13:21 UTC (rev 257730)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=kcm-fcitx
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="KDE Config Module for Fcitx"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/kcm-fcitx;
-license=('GPL')
-depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-sha512sums=('349fe50303e027f44b53d954c088e441450aad07dac3a1162a5dcf9c445ca9d04bd3c36475c17dab91ed2df9c3c71031d7582e39b85ad0465a816f7fc24ac0bd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcm-fcitx/repos/community-x86_64/PKGBUILD (from rev 257729, 
kcm-fcitx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-15 21:13:21 UTC (rev 257730)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=kcm-fcitx
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="KDE Config Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/kcm-fcitx;
+license=('GPL')
+depends=('fcitx-qt5' 'knewstuff' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)

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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:05:43
  Author: jgc
Revision: 305633

upgpkg: libchamplain 0.12.16-1

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 21:02:12 UTC (rev 305632)
+++ PKGBUILD2017-09-15 21:05:43 UTC (rev 305633)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=libchamplain
-pkgver=0.12.15
+pkgver=0.12.16
 pkgrel=1
 pkgdesc="A map widget"
 url="https://wiki.gnome.org/Projects/libchamplain;
@@ -11,7 +11,7 @@
 arch=(i686 x86_64)
 depends=(clutter-gtk libsoup cairo sqlite)
 makedepends=(gobject-introspection gtk-doc vala gnome-common git)
-_commit=d5f50d3932e2fabae8f3f10df522d7716e5bed7b  # tags/LIBCHAMPLAIN_0_12_15^0
+_commit=daea081ce4a67d0c221de5f389130355fe37e73e  # tags/LIBCHAMPLAIN_0_12_16^0
 source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:05:49
  Author: jgc
Revision: 305634

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libchamplain/repos/gnome-unstable-i686/
  libchamplain/repos/gnome-unstable-i686/PKGBUILD
(from rev 305633, libchamplain/trunk/PKGBUILD)
  libchamplain/repos/gnome-unstable-x86_64/
  libchamplain/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305633, libchamplain/trunk/PKGBUILD)

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

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 305633, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:05:49 UTC (rev 305634)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.16
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=daea081ce4a67d0c221de5f389130355fe37e73e  # tags/LIBCHAMPLAIN_0_12_16^0
+source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305633, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:05:49 UTC (rev 305634)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Andreas Radke 
+# Contributor: Michael Kanis 
+
+pkgname=libchamplain
+pkgver=0.12.16
+pkgrel=1
+pkgdesc="A map widget"
+url="https://wiki.gnome.org/Projects/libchamplain;
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(clutter-gtk libsoup cairo sqlite)
+makedepends=(gobject-introspection gtk-doc vala gnome-common git)
+_commit=daea081ce4a67d0c221de5f389130355fe37e73e  # tags/LIBCHAMPLAIN_0_12_16^0
+source=("git+https://git.gnome.org/browse/libchamplain#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^LIBCHAMPLAIN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --disable-debug \
+--enable-vala --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:02:12
  Author: jgc
Revision: 305632

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgnomekbd/repos/gnome-unstable-i686/
  libgnomekbd/repos/gnome-unstable-i686/PKGBUILD
(from rev 305631, libgnomekbd/trunk/PKGBUILD)
  libgnomekbd/repos/gnome-unstable-x86_64/
  libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305631, libgnomekbd/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   39 +++
 gnome-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 305631, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305631, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 21:02:12 UTC (rev 305632)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgnomekbd
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Keyboard management library"
+url="https://git.gnome.org/browse/libgnomekbd;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection' 'git')
+options=('!emptydirs')
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
+source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 21:02:05
  Author: jgc
Revision: 305631

upgpkg: libgnomekbd 3.26.0-1

Modified:
  libgnomekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:59:27 UTC (rev 305630)
+++ PKGBUILD2017-09-15 21:02:05 UTC (rev 305631)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgnomekbd
-pkgver=3.22.0.1
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Keyboard management library"
 url="https://git.gnome.org/browse/libgnomekbd;
@@ -11,7 +11,7 @@
 depends=('libxklavier' 'gtk3' 'dconf')
 makedepends=('intltool' 'gobject-introspection' 'git')
 options=('!emptydirs')
-_commit=b14cf08b3bdafb7d3455f3158c13b334eb26b8fb
+_commit=5377505dab8e0c2aa658eca5013c683c44159614  # tags/3.26.0^0
 source=("git://git.gnome.org/libgnomekbd#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:59:27
  Author: jgc
Revision: 305630

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgtop/repos/gnome-unstable-i686/
  libgtop/repos/gnome-unstable-i686/PKGBUILD
(from rev 305629, libgtop/trunk/PKGBUILD)
  libgtop/repos/gnome-unstable-x86_64/
  libgtop/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305629, libgtop/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   37 +
 gnome-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libgtop/repos/gnome-unstable-i686/PKGBUILD (from rev 305629, 
libgtop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 20:59:27 UTC (rev 305630)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgtop
+pkgver=2.38.0+1+g487e584a
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running 
system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit;)
+url="http://www.gnome.org/;
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libgtop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305629, 
libgtop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 20:59:27 UTC (rev 305630)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgtop
+pkgver=2.38.0+1+g487e584a
+pkgrel=1
+pkgdesc="A library that reads information about processes and the running 
system"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib' 'libxau')
+makedepends=('gobject-introspection' gnome-common git gtk-doc)
+_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
+source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit;)
+url="http://www.gnome.org/;
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:59:20
  Author: jgc
Revision: 305629

upgpkg: libgtop 2.38.0+1+g487e584a-1

Modified:
  libgtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:55:17 UTC (rev 305628)
+++ PKGBUILD2017-09-15 20:59:20 UTC (rev 305629)
@@ -2,14 +2,14 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgtop
-pkgver=2.36.0+2+ge0f97e7d
+pkgver=2.38.0+1+g487e584a
 pkgrel=1
 pkgdesc="A library that reads information about processes and the running 
system"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('glib2' 'libxau')
+depends=('glib' 'libxau')
 makedepends=('gobject-introspection' gnome-common git gtk-doc)
-_commit=e0f97e7dbd6ec87103705d3e114876d44cb0ca4c  # gnome-2-36
+_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
 source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit;)
 url="http://www.gnome.org/;
 sha256sums=('SKIP')


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:55:09
  Author: jgc
Revision: 305627

upgpkg: libpeas 1.22.0-1

Modified:
  libpeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:45:31 UTC (rev 305626)
+++ PKGBUILD2017-09-15 20:55:09 UTC (rev 305627)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libpeas
-pkgver=1.20.0
-pkgrel=2
+pkgver=1.22.0
+pkgrel=1
 pkgdesc="A GObject plugins library"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Libpeas;
@@ -11,7 +11,7 @@
 depends=(gtk3 gobject-introspection-runtime)
 makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
  gnome-common)
-_commit=7548b2717160e33a806bcfa8c7894f4abccc  # tags/libpeas-1.20.0^0
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
 source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -37,11 +37,6 @@
   make
 }
 
-check() {
-  cd $pkgname
-  make check
-}
-
 package() {
   cd $pkgname
   make DESTDIR="${pkgdir}" install


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:55:17
  Author: jgc
Revision: 305628

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-i686/PKGBUILD
(from rev 305627, libpeas/trunk/PKGBUILD)
  libpeas/repos/gnome-unstable-x86_64/
  libpeas/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305627, libpeas/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   45 +++
 gnome-unstable-x86_64/PKGBUILD |   45 +++
 2 files changed, 90 insertions(+)

Copied: libpeas/repos/gnome-unstable-i686/PKGBUILD (from rev 305627, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 20:55:17 UTC (rev 305628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="A GObject plugins library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libpeas/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305627, 
libpeas/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 20:55:17 UTC (rev 305628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libpeas
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="A GObject plugins library"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas;
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc intltool python-gobject python2-gobject glade 
gobject-introspection git
+ gnome-common)
+_commit=2f8b28dd8e1edc1bc3b05ef5379e4aa7d2876efb  # tags/libpeas-1.22.0^0
+source=("git+https://git.gnome.org/browse/libpeas#commit=$_commit;)
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:45:31
  Author: jgc
Revision: 305626

archrelease: copy trunk to gnome-unstable-any

Added:
  pyatspi/repos/gnome-unstable-any/
  pyatspi/repos/gnome-unstable-any/PKGBUILD
(from rev 305625, pyatspi/trunk/PKGBUILD)

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

Copied: pyatspi/repos/gnome-unstable-any/PKGBUILD (from rev 305625, 
pyatspi/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2017-09-15 20:45:31 UTC (rev 305626)
@@ -0,0 +1,54 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.26.0
+pkgrel=1
+arch=(any)
+url="https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=(GPL2)
+makedepends=(python-gobject python2-gobject at-spi2-core gnome-common git)
+_commit=813ba139a46c071103efd45ec65481213974f07f  # tags/PYATSPI_2_26_0^0
+source=("git+https://git.gnome.org/browse/pyatspi2#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pyatspi2
+  git describe --tags | sed 's/^PYATSPI_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir python2 python3
+  cd pyatspi2
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd python$1
+  ../pyatspi2/configure --prefix=/usr --with-python=/usr/bin/python$1
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-atspi() {
+  pkgdesc="Python 3 bindings for at-spi"
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-atspi() {
+  pkgdesc="Python 2 bindings for at-spi"
+  depends=(python2-gobject at-spi2-core)
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:45:26
  Author: jgc
Revision: 305625

upgpkg: pyatspi 2.26.0-1

Modified:
  pyatspi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:43:23 UTC (rev 305624)
+++ PKGBUILD2017-09-15 20:45:26 UTC (rev 305625)
@@ -3,13 +3,13 @@
 
 pkgbase=pyatspi
 pkgname=(python-atspi python2-atspi)
-pkgver=2.24.0
+pkgver=2.26.0
 pkgrel=1
 arch=(any)
 url="https://wiki.linuxfoundation.org/en/AT-SPI_on_D-Bus;
 license=(GPL2)
 makedepends=(python-gobject python2-gobject at-spi2-core gnome-common git)
-_commit=6ca17feebb2ba032b36aa8a3ea6941bf62349f5b  # tags/PYATSPI_2_24_0^0
+_commit=813ba139a46c071103efd45ec65481213974f07f  # tags/PYATSPI_2_26_0^0
 source=("git+https://git.gnome.org/browse/pyatspi2#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:43:23
  Author: jgc
Revision: 305624

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/
  pygobject/repos/gnome-unstable-i686/PKGBUILD
(from rev 305623, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305623, pygobject/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   68 +++
 gnome-unstable-x86_64/PKGBUILD |   68 +++
 2 files changed, 136 insertions(+)

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 305623, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 20:43:23 UTC (rev 305624)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime)
+makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
+optdepends=('cairo: Cairo bindings')
+_commit=47af078546b1e9e4396bdea877c1cf0f21708818  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build-py{2,3} devel
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd build-py$1
+  ../$pkgbase/configure --prefix=/usr --with-python=/usr/bin/python$1
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-gobject() {
+  depends=("pygobject-devel=$pkgver" python)
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_python2-gobject() {
+  pkgdesc="${pkgdesc/Python/Python2}"
+  depends=("pygobject-devel=$pkgver" python2)
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/gi
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_pygobject-devel() {
+  pkgdesc="Common development files for pygobject"
+  optdepends=()
+
+  cd devel
+  mkdir -p "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}

Copied: pygobject/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305623, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 20:43:23 UTC (rev 305624)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime)
+makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
+optdepends=('cairo: Cairo bindings')
+_commit=47af078546b1e9e4396bdea877c1cf0f21708818  # tags/3.26.0^0
+source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build-py{2,3} devel
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+_build() (
+  cd build-py$1
+  ../$pkgbase/configure --prefix=/usr --with-python=/usr/bin/python$1
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package_python-gobject() {
+  depends=("pygobject-devel=$pkgver" python)
+
+  cd build-py3
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_python2-gobject() {
+  pkgdesc="${pkgdesc/Python/Python2}"
+  depends=("pygobject-devel=$pkgver" python2)
+
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/gi
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_pygobject-devel() {
+  pkgdesc="Common development files for pygobject"
+  optdepends=()
+
+  cd devel
+  mkdir -p "$pkgdir/usr/lib"
+  mv include "$pkgdir/usr/"
+  mv pkgconfig "$pkgdir/usr/lib/"
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 20:43:16
  Author: jgc
Revision: 305623

upgpkg: pygobject 3.26.0-1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:37:45 UTC (rev 305622)
+++ PKGBUILD2017-09-15 20:43:16 UTC (rev 305623)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.24.1
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
 url="https://wiki.gnome.org/Projects/PyGObject;
@@ -12,7 +12,7 @@
 depends=(gobject-introspection-runtime)
 makedepends=(python{,2}-cairo gobject-introspection git gnome-common)
 optdepends=('cairo: Cairo bindings')
-_commit=5a9a14d6f4d9ad469968fc13ffb7b5701ad2fdaa  # tags/3.24.1^0
+_commit=47af078546b1e9e4396bdea877c1cf0f21708818  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/pygobject#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 20:37:45
  Author: arojas
Revision: 305622

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 305621, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 305621, calligra/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   58 ++
 staging-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: calligra/repos/staging-i686/PKGBUILD (from rev 305621, 
calligra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-15 20:37:45 UTC (rev 305622)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer')
+conflicts=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta'
+  'calligra-flow' 'calligra-braindump' 'calligra-gemini' 
'calligra-handbook')
+replaces=('calligra-devtools' 'calligra-extras' 'calligra-filters' 
'calligra-karbon' 'karbon' 'calligra-libs' 'calligra-plan'
+  'calligra-plugins' 'calligra-sheets' 'calligra-stage' 
'calligra-words' 'calligra-l10n' 'calligra-meta')
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

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

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 305621, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-09-15 20:37:45 UTC (rev 305622)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.0.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url='https://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+depends=('kcmutils' 'knotifyconfig' 'kross' 'kactivities' 'kdiagram' 'kreport' 
'libspnav'
+ 'gsl' 'openexr' 'kcontacts' 'kcalcore' 'qca-qt5' 'poppler-qt5' 
'libodfgen' 'qt5-webkit' 'cauchy' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin' 
'boost' 'openjpeg'
+ 'libwpg' 'okular' 'eigen' 'marble-common' 'pstoedit' 'libvisio' 
'libetonyek' 'libwps' 'vc')
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: 

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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 20:37:15
  Author: arojas
Revision: 305621

poppler 0.59.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:34:03 UTC (rev 305620)
+++ PKGBUILD2017-09-15 20:37:15 UTC (rev 305621)
@@ -7,7 +7,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.0.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='https://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2017-09-15 Thread Laurent Carlier
Date: Friday, September 15, 2017 @ 20:27:06
  Author: lcarlier
Revision: 257728

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/0001-adapt-to-poppler-0.58.patch
(from rev 257727, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 257727, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-gcc7.patch
(from rev 257727, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-staging-i686/prefer-qt5.patch
(from rev 257727, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/0001-adapt-to-poppler-0.58.patch
(from rev 257727, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 257727, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-gcc7.patch
(from rev 257727, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-staging-x86_64/prefer-qt5.patch
(from rev 257727, gambas3/trunk/prefer-qt5.patch)

---+
 community-staging-i686/0001-adapt-to-poppler-0.58.patch   |  105 +
 community-staging-i686/PKGBUILD   | 1153 
 community-staging-i686/gambas3-gcc7.patch |   11 
 community-staging-i686/prefer-qt5.patch   |   57 
 community-staging-x86_64/0001-adapt-to-poppler-0.58.patch |  105 +
 community-staging-x86_64/PKGBUILD | 1153 
 community-staging-x86_64/gambas3-gcc7.patch   |   11 
 community-staging-x86_64/prefer-qt5.patch |   57 
 8 files changed, 2652 insertions(+)

Copied: gambas3/repos/community-staging-i686/0001-adapt-to-poppler-0.58.patch 
(from rev 257727, gambas3/trunk/0001-adapt-to-poppler-0.58.patch)
===
--- community-staging-i686/0001-adapt-to-poppler-0.58.patch 
(rev 0)
+++ community-staging-i686/0001-adapt-to-poppler-0.58.patch 2017-09-15 
20:27:06 UTC (rev 257728)
@@ -0,0 +1,105 @@
+From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Wed, 6 Sep 2017 12:58:12 +0200
+Subject: [PATCH] adapt to poppler 0.58
+
+---
+ gb.pdf/configure.ac |  2 ++
+ gb.pdf/src/CPdfDocument.cpp | 24 
+ 2 files changed, 26 insertions(+)
+
+diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
+index 25b344a9a..be4bf9557 100644
+--- a/gb.pdf/configure.ac
 b/gb.pdf/configure.ac
+@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
+   pkg-config --atleast-version=0.20.0 poppler
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
++  pkg-config --atleast-version=0.58.0 poppler
++  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
+ fi
+ 
+ AC_OUTPUT( \
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 43802c77b..80d2d97c5 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   Dict *info_dict;
+   char *tmpstr;
+ 
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }
+   
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
+   else {
+   goo_value = dst.getString();
+@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   else
+   
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
+   }
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free(); 
++  #endif
+ }
+ 
+ static void aux_return_date_info(void *_object, const char *key)
+@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
+ 
+   GB.ReturnDate(NULL);
+   
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) return;
+ 
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (dst.isString ())
+   {
+   goo = dst.getString();
+@@ -197,8 

[arch-commits] Commit in gambas3/trunk (0001-adapt-to-poppler-0.58.patch PKGBUILD)

2017-09-15 Thread Laurent Carlier
Date: Friday, September 15, 2017 @ 20:26:34
  Author: lcarlier
Revision: 257727

upgpkg: gambas3 3.10.0-1

upstream update 3.10.0

Added:
  gambas3/trunk/0001-adapt-to-poppler-0.58.patch
Modified:
  gambas3/trunk/PKGBUILD

--+
 0001-adapt-to-poppler-0.58.patch |  105 +
 PKGBUILD |   45 ++-
 2 files changed, 136 insertions(+), 14 deletions(-)

Added: 0001-adapt-to-poppler-0.58.patch
===
--- 0001-adapt-to-poppler-0.58.patch(rev 0)
+++ 0001-adapt-to-poppler-0.58.patch2017-09-15 20:26:34 UTC (rev 257727)
@@ -0,0 +1,105 @@
+From 6a4adabfd7e02e6fef99049e8e2373b12b559e69 Mon Sep 17 00:00:00 2001
+From: David Tardon 
+Date: Wed, 6 Sep 2017 12:58:12 +0200
+Subject: [PATCH] adapt to poppler 0.58
+
+---
+ gb.pdf/configure.ac |  2 ++
+ gb.pdf/src/CPdfDocument.cpp | 24 
+ 2 files changed, 26 insertions(+)
+
+diff --git a/gb.pdf/configure.ac b/gb.pdf/configure.ac
+index 25b344a9a..be4bf9557 100644
+--- a/gb.pdf/configure.ac
 b/gb.pdf/configure.ac
+@@ -29,6 +29,8 @@ if test "$have_poppler" = "yes"; then
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_17, $((1-$?)), Poppler version >= 0.17)
+   pkg-config --atleast-version=0.20.0 poppler
+   AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_20, $((1-$?)), Poppler version >= 0.20)
++  pkg-config --atleast-version=0.58.0 poppler
++  AC_DEFINE_UNQUOTED(POPPLER_VERSION_0_58, $((1-$?)), Poppler version >= 0.58)
+ fi
+ 
+ AC_OUTPUT( \
+diff --git a/gb.pdf/src/CPdfDocument.cpp b/gb.pdf/src/CPdfDocument.cpp
+index 43802c77b..80d2d97c5 100644
+--- a/gb.pdf/src/CPdfDocument.cpp
 b/gb.pdf/src/CPdfDocument.cpp
+@@ -132,11 +132,19 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   Dict *info_dict;
+   char *tmpstr;
+ 
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) { GB.ReturnNewZeroString(""); return; }
+   
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (!dst.isString ()) { GB.ReturnNewZeroString(""); }
+   else {
+   goo_value = dst.getString();
+@@ -149,8 +157,10 @@ static void aux_return_string_info(void *_object, const 
char *key)
+   else
+   
GB.ReturnNewString(goo_value->getCString(),goo_value->getLength()); 
+   }
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free(); 
++  #endif
+ }
+ 
+ static void aux_return_date_info(void *_object, const char *key)
+@@ -167,11 +177,19 @@ static void aux_return_date_info(void *_object, const 
char *key)
+ 
+   GB.ReturnDate(NULL);
+   
++  #if POPPLER_VERSION_0_58
++  obj = THIS->doc->getDocInfo ();
++  #else
+   THIS->doc->getDocInfo ();
++  #endif
+   if (!obj.isDict()) return;
+ 
+   info_dict=obj.getDict();
++  #if POPPLER_VERSION_0_58
++  dst = info_dict->lookup ((char *)key);
++  #else
+   info_dict->lookup ((char *)key, );
++  #endif
+   if (dst.isString ())
+   {
+   goo = dst.getString();
+@@ -197,8 +215,10 @@ static void aux_return_date_info(void *_object, const 
char *key)
+   }
+ 
+   if (tofree) GB.FreeString();
++  #if ! POPPLER_VERSION_0_58
+   dst.free();
+   obj.free();
++  #endif
+ }
+ 
+ static LinkDest *get_dest(LinkAction *act)
+@@ -426,8 +446,12 @@ int32_t open_document (void *_object, char *sfile, 
int32_t lfile)
+ 
+   if ( GB.LoadFile(sfile,lfile,,) ) return -1;
+ 
++  #if POPPLER_VERSION_0_58
++  stream=new MemStream(buf,0,(Guint)len,std::move(obj));
++  #else
+   obj.initNull();
+   stream=new MemStream(buf,0,(Guint)len,);
++  #endif
+   test=new PDFDoc (stream,0,0);
+ 
+   if (!test->isOk())
+-- 
+2.13.5
+

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:16:24 UTC (rev 257726)
+++ PKGBUILD2017-09-15 20:26:34 UTC (rev 257727)
@@ -14,9 +14,9 @@
  'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
  'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal'
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
- 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.9.2
-pkgrel=9
+ 'gambas3-gb-web-feed' 'gambas3-gb-web-form' 

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

2017-09-15 Thread Daniel Micay
Date: Friday, September 15, 2017 @ 20:16:24
  Author: thestinger
Revision: 257726

archrelease: copy trunk to community-x86_64

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

---+
 90-linux.hook |   22 
 PKGBUILD  |  590 -
 config.x86_64 |16816 
 linux.install |   54 
 linux.preset  |   28 
 5 files changed, 8755 insertions(+), 8755 deletions(-)

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


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

2017-09-15 Thread Daniel Micay
Date: Friday, September 15, 2017 @ 20:15:40
  Author: thestinger
Revision: 257725

upgpkg: linux-hardened 4.13.2.a-1

Modified:
  linux-hardened/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 20:01:17 UTC (rev 257724)
+++ PKGBUILD2017-09-15 20:15:40 UTC (rev 257725)
@@ -5,8 +5,8 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.13
-_pkgver=4.13.1
-pkgver=$_pkgver.b
+_pkgver=4.13.2
+pkgver=$_pkgver.a
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/copperhead/linux-hardened;
@@ -29,9 +29,9 @@
 
 sha256sums=('2db3d6066c3ad93eb25b973a3d2951e022a7e975ee2fa7cbe5bddf84d9a49a2c'
 'SKIP'
-'6664b089bdb6513b006bfe65c6fee45d38ddfe17f6ccc87a720e831d4c215b4d'
+'dfb5753b89580494a54d1021d14f1fa91b54d4ab9bf6175fc8cf8cb8c41d8e3f'
 'SKIP'
-'90234627b1c27b8b5cc0adef1190d9d9e483112968ceff69b08e39038f3828aa'
+'42d181ebda0a5b4384b0223a0c969259339749b51dbd512298d6735088101f1b'
 'SKIP'
 '3cc60ac3acd9bd1a68a050bb6c06b4729383988ce61fd7f8a4b692db93e94710'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'


[arch-commits] Commit in mupen64plus/trunk (PKGBUILD ui-console-pic.patch)

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 20:01:17
  Author: bpiotrowski
Revision: 257724

Build ui-console with -fPIC

Added:
  mupen64plus/trunk/ui-console-pic.patch
Modified:
  mupen64plus/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 ui-console-pic.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:56:28 UTC (rev 257723)
+++ PKGBUILD2017-09-15 20:01:17 UTC (rev 257724)
@@ -7,7 +7,7 @@
 
 pkgname=mupen64plus
 pkgver=2.5
-pkgrel=8
+pkgrel=9
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='https://github.com/mupen64plus/mupen64plus-core'
@@ -14,9 +14,16 @@
 license=('GPL')
 depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
 makedepends=('mesa' 'boost')
-source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;)
-sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66')
+source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5/mupen64plus-bundle-src-${pkgver}.tar.gz;
+'ui-console-pic.patch')
+sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66'
+'bb4784de177aaa4c0b4f5d07b14ae020f3b47e6aa524df65366ac00eb169ee8f')
 
+prepare() {
+  cd mupen64plus-bundle-src-$pkgver
+  patch -p1 -i ../ui-console-pic.patch
+}
+
 build() {
   cd mupen64plus-bundle-src-${pkgver}
 

Added: ui-console-pic.patch
===
--- ui-console-pic.patch(rev 0)
+++ ui-console-pic.patch2017-09-15 20:01:17 UTC (rev 257724)
@@ -0,0 +1,12 @@
+diff --git a/source/mupen64plus-ui-console/projects/unix/Makefile 
b/source/mupen64plus-ui-console/projects/unix/Makefile
+index a4a05e3..199f27f 100755
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
 b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -90,6 +90,7 @@ endif
+ 
+ # set special flags per-system
+ ifeq ($(OS), LINUX)
++  CFLAGS += -fPIC
+   LDLIBS += -ldl
+ endif
+ ifeq ($(OS), OSX)


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:56:28
  Author: felixonmars
Revision: 257723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-15 19:56:01 UTC (rev 257722)
+++ PKGBUILD2017-09-15 19:56:28 UTC (rev 257723)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.27.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('e6716b032b08cadfe04d2878276040b208f96bf4302af54e9b9889a02ead3e4c12ae7800e9c015c07b61a4a73b5ea79550ac905c68b95c977440fea6bb52b0b8')
-
-prepare() {
-  # Make tests faster
-  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
-
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 257722, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-15 19:56:28 UTC (rev 257723)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('d50c2f180550054066c5d22e8d78e922bf18ac4d2617a466dbd420d19891fdfc4b80b57acff9b39111a35f15d80229020ac843cbe8e9c77291145209610a')
+
+prepare() {
+  # Make tests faster
+  sed -i 's/ -n 2$/ -n 16/' 

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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:56:01
  Author: felixonmars
Revision: 257722

upgpkg: python-hypothesis 3.28.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:44:15 UTC (rev 257721)
+++ PKGBUILD2017-09-15 19:56:01 UTC (rev 257722)
@@ -3,20 +3,21 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.27.1
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
 license=('MPL')
 url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
   'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
   'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
   'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-mock' 'python2-mock')
+  'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('e6716b032b08cadfe04d2878276040b208f96bf4302af54e9b9889a02ead3e4c12ae7800e9c015c07b61a4a73b5ea79550ac905c68b95c977440fea6bb52b0b8')
+sha512sums=('d50c2f180550054066c5d22e8d78e922bf18ac4d2617a466dbd420d19891fdfc4b80b57acff9b39111a35f15d80229020ac843cbe8e9c77291145209610a')
 
 prepare() {
   # Make tests faster
@@ -53,7 +54,7 @@
 }
 
 package_python-hypothesis() {
-  depends=('python')
+  depends=('python-attrs')
   optdepends=('python-pytz: for datetime and django module'
   'python-faker: for fakefactory and django module'
   'python-django: for django module'
@@ -65,7 +66,7 @@
 }
 
 package_python2-hypothesis() {
-  depends=('python2-enum34')
+  depends=('python2-attrs' 'python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
   'python2-faker: for fakefactory and django module'
   'python2-django: for django module'


[arch-commits] Commit in pokerth/repos (14 files)

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 19:44:15
  Author: bpiotrowski
Revision: 257721

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

Added:
  pokerth/repos/community-staging-i686/
  
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 257720, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-i686/pokerth-c++11.patch
(from rev 257720, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-i686/pokerth-gcc6.patch
(from rev 257720, pokerth/trunk/pokerth-gcc6.patch)
  pokerth/repos/community-staging-x86_64/
  
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 257720, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-x86_64/pokerth-c++11.patch
(from rev 257720, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-x86_64/pokerth-gcc6.patch
(from rev 257720, pokerth/trunk/pokerth-gcc6.patch)

+
 community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-staging-i686/PKGBUILD
|   63 
 
community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
|   14 
 community-staging-i686/pokerth-c++11.patch 
|   95 ++
 community-staging-i686/pokerth-gcc6.patch  
|   41 ++
 community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-staging-x86_64/PKGBUILD  
|   63 
 
community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch  
|   14 
 community-staging-x86_64/pokerth-c++11.patch   
|   95 ++
 community-staging-x86_64/pokerth-gcc6.patch
|   41 ++
 12 files changed, 780 insertions(+)

Copied: 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-09-15 19:44:15 UTC (rev 257721)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 257720, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 19:44:15 UTC (rev 257721)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# 

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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 19:43:01
  Author: bpiotrowski
Revision: 257720

1.1.1-20: rebuild against boost 1.65.1

Added:
  pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
Modified:
  pokerth/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 pokerth-1.1.1-boost-1.65-ambiguous-advance.patch |   14 ++
 2 files changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:36:05 UTC (rev 257719)
+++ PKGBUILD2017-09-15 19:43:01 UTC (rev 257720)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.1.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Open source Texas Hold'em Poker simulator"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/;
@@ -19,11 +19,13 @@
 
source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
 '0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
 'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch'
+'pokerth-1.1.1-boost-1.65-ambiguous-advance.patch'
 'pokerth-gcc6.patch'
 'pokerth-c++11.patch')
 md5sums=('a7f76f95782099f966e5f2b6809f502a'
  'f4ecab0a6435f1b3b0654145b75d6e7c'
  '26b02c7e5c50484485570ace9b63be5b'
+ 'db0435312ea44dadd8aed8729cd9c112'
  '39070e7d656ae654e54ec9e25f9eea83'
  'ee027e6bd85d245f6f3ae74c68ed91cb')
 
@@ -39,6 +41,9 @@
   # Fix build with GCC 6
   patch -p1 -i ../pokerth-gcc6.patch
   patch -p1 -i ../pokerth-c++11.patch
+
+  # Kudos to Gentoo
+  patch -p1 -i ../pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
 }
 
 build() {

Added: pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
===
--- pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(rev 0)
+++ pokerth-1.1.1-boost-1.65-ambiguous-advance.patch2017-09-15 19:43:01 UTC 
(rev 257720)
@@ -0,0 +1,14 @@
+Boost 1.65 made 'advance()' ambiguous.
+Bug: https://bugs.gentoo.org/show_bug.cgi?id=629966
+
+--- a/src/gui/qt/gametable/gametableimpl.cpp
 b/src/gui/qt/gametable/gametableimpl.cpp
+@@ -3859,7 +3859,7 @@
+   int playerCount = static_cast(seatList->size());
+   if (id < playerCount) {
+   PlayerListIterator pos = seatList->begin();
+-  advance(pos, id);
++  std::advance(pos, id);
+   
myStartWindow->getSession()->startVoteKickPlayer((*pos)->getMyUniqueID());
+   }
+ }


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:36:05
  Author: felixonmars
Revision: 257719

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

Added:
  fcitx-qt5/repos/community-i686/PKGBUILD
(from rev 257718, fcitx-qt5/trunk/PKGBUILD)
  fcitx-qt5/repos/community-x86_64/PKGBUILD
(from rev 257718, fcitx-qt5/trunk/PKGBUILD)
Deleted:
  fcitx-qt5/repos/community-i686/PKGBUILD
  fcitx-qt5/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 54 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 19:35:27 UTC (rev 257718)
+++ community-i686/PKGBUILD 2017-09-15 19:36:05 UTC (rev 257719)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-qt5
-pkgver=1.1.0
-_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
-pkgrel=3
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx;
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
-makedepends=('extra-cmake-modules' 'git')
-source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make install DESTDIR="${pkgdir}"
-}

Copied: fcitx-qt5/repos/community-i686/PKGBUILD (from rev 257718, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 19:36:05 UTC (rev 257719)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-15 19:35:27 UTC (rev 257718)
+++ community-x86_64/PKGBUILD   2017-09-15 19:36:05 UTC (rev 257719)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-qt5
-pkgver=1.1.0
-_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
-pkgrel=3
-pkgdesc="Qt5 IM Module for Fcitx"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx;
-license=('GPL')
-groups=('fcitx-im')
-depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
-makedepends=('extra-cmake-modules' 'git')
-source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make install DESTDIR="${pkgdir}"
-}

Copied: fcitx-qt5/repos/community-x86_64/PKGBUILD (from rev 257718, 
fcitx-qt5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-15 19:36:05 UTC (rev 257719)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-qt5
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Qt5 IM Module for Fcitx"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-qt5;
+license=('GPL')
+groups=('fcitx-im')
+depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:35:27
  Author: felixonmars
Revision: 257718

upgpkg: fcitx-qt5 1.1.1-1

Modified:
  fcitx-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:32:31 UTC (rev 257717)
+++ PKGBUILD2017-09-15 19:35:27 UTC (rev 257718)
@@ -2,9 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=fcitx-qt5
-pkgver=1.1.0
-_commit=c8ee4e290bfcd50302553ab3cc7b6234bbdaa204
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('i686' 'x86_64')
 url="https://github.com/fcitx/fcitx-qt5;
@@ -11,12 +10,12 @@
 license=('GPL')
 groups=('fcitx-im')
 depends=('fcitx' 'libxkbcommon' 'qt5-base=5.9.1')
-makedepends=('extra-cmake-modules' 'git')
-source=("git+https://github.com/fcitx/fcitx-qt5.git#commit=$_commit;)
-sha512sums=('SKIP')
+makedepends=('extra-cmake-modules')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fcitx/fcitx-qt5/archive/$pkgver.tar.gz;)
+sha512sums=('57aeb4d7b2d0b502619324efb19d17f0ede431ed5aa6300f4b5213538a00d6cc57cf8858e84719c39bf0e0bb6433df3d15f61d4da6e47690b906a66b0f356221')
 
 build() {
-  cd ${pkgname}
+  cd $pkgname-$pkgver
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DCMAKE_INSTALL_LIBDIR=lib .
   make
@@ -23,6 +22,6 @@
 }
 
 package() {
-  cd ${pkgname}
-  make install DESTDIR="${pkgdir}"
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
 }


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:34:03
  Author: felixonmars
Revision: 305620

archrelease: copy trunk to testing-any

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

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

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 305619, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-15 19:34:03 UTC (rev 305620)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=36.5.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=('34579579c21ff68f4ff71eeb1140dca4d4308756b4ce5c58dd1ddd25c004c6390c4b45feda83e505380685a8dce4b7dbdbd2d83c3fb3a89879df945c5a5342a6')
+
+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-setuptools/trunk (PKGBUILD)

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:33:40
  Author: felixonmars
Revision: 305619

upgpkg: python-setuptools 1:36.5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:11:37 UTC (rev 305618)
+++ PKGBUILD2017-09-15 19:33:40 UTC (rev 305619)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=36.4.0
+pkgver=36.5.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=('86bad0c16b7bde4c0a37867db04d76a90a7c968a8926611f4ad26f3d9185b33aa040072ecd7d23540a1434d19a742db3667387d4df975de489b494103b2df0e9')
+sha512sums=('34579579c21ff68f4ff71eeb1140dca4d4308756b4ce5c58dd1ddd25c004c6390c4b45feda83e505380685a8dce4b7dbdbd2d83c3fb3a89879df945c5a5342a6')
 
 prepare() {
   # Don't download and install deps


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:32:31
  Author: felixonmars
Revision: 257717

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 257716, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 257716, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 257716, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   68 +-
 pm2.install |   20 -
 pm2.service |   32 +--
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-15 19:31:58 UTC (rev 257716)
+++ PKGBUILD2017-09-15 19:32:31 UTC (rev 257717)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.6.1
-pkgrel=2
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('7892a3d29275bacba47ddbae48cc90c4ddf0541b33c223e5f91e8599909bc709211fd048f3367e5873a2f51e66f24e80a30ad4e5cf3f4a04f45ebf89e98d8400'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 257716, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-15 19:32:31 UTC (rev 257717)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('255326d51f0adffaa01be6ee10f632422e069f9f2deef0cfb754605e922f21192cceb7c22b653600e424dcf61e4ac668d4c113d43d592b45902378ab86ab202b'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2017-09-15 19:31:58 UTC (rev 257716)
+++ pm2.install 2017-09-15 19:32:31 UTC (rev 257717)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 257716, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2017-09-15 19:32:31 UTC (rev 257717)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2017-09-15 19:31:58 UTC (rev 257716)
+++ pm2.service 2017-09-15 19:32:31 UTC (rev 257717)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump

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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:31:58
  Author: felixonmars
Revision: 257716

upgpkg: pm2 2.7.0-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:27:04 UTC (rev 257715)
+++ PKGBUILD2017-09-15 19:31:58 UTC (rev 257716)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
 url='http://pm2.keymetrics.io'
@@ -14,7 +14,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('7892a3d29275bacba47ddbae48cc90c4ddf0541b33c223e5f91e8599909bc709211fd048f3367e5873a2f51e66f24e80a30ad4e5cf3f4a04f45ebf89e98d8400'
+sha512sums=('255326d51f0adffaa01be6ee10f632422e069f9f2deef0cfb754605e922f21192cceb7c22b653600e424dcf61e4ac668d4c113d43d592b45902378ab86ab202b'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2017-09-15 Thread Bruno Pagani
Date: Friday, September 15, 2017 @ 19:27:04
  Author: archange
Revision: 257715

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
(from rev 257714, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-15 19:26:39 UTC (rev 257714)
+++ PKGBUILD2017-09-15 19:27:04 UTC (rev 257715)
@@ -1,39 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=arc-kde
-pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20170912
-pkgrel=2
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
-
-prepare() {
-cd ${pkgbase}-${pkgver}
-mv yakuake/{kns_,}skins
-}
-
-package_arc-kde() {
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
- 
-cp -r plasma "${pkgdir}"/usr/share
-cp -r aurorae "${pkgdir}"/usr/share
-cp -r color-schemes "${pkgdir}"/usr/share
-cp -r konsole "${pkgdir}"/usr/share
-cp -r yakuake "${pkgdir}"/usr/share
-}
-
-
-package_kvantum-theme-arc() {
-pkgdesc="Arc theme for Kvantum"
-depends=('kvantum-qt5')
-cd ${pkgbase}-${pkgver}
-install -d "${pkgdir}"/usr/share
-
-cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 257714, 
arc-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-15 19:27:04 UTC (rev 257715)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20170912
+pkgrel=3
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
+license=('GPL3')
+options=('!strip')
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('313ccb8440a3fa81e84effca779ddcbba7765490974c1e8c002c9e77efb8d111')
+
+prepare() {
+cd ${pkgbase}-${pkgver}
+mv yakuake/{kns_,}skins
+}
+
+package_arc-kde() {
+optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+ 
+cp -r plasma "${pkgdir}"/usr/share
+cp -r aurorae "${pkgdir}"/usr/share
+cp -r color-schemes "${pkgdir}"/usr/share
+cp -r konsole "${pkgdir}"/usr/share
+cp -r yakuake "${pkgdir}"/usr/share
+}
+
+
+package_kvantum-theme-arc() {
+pkgdesc="Arc theme for Kvantum"
+depends=('kvantum-qt5')
+cd ${pkgbase}-${pkgver}
+install -d "${pkgdir}"/usr/share
+
+cp -r Kvantum "${pkgdir}"/usr/share
+}


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

2017-09-15 Thread Bruno Pagani
Date: Friday, September 15, 2017 @ 19:26:39
  Author: archange
Revision: 257714

Add Kvantum theme to optdeps as a recommended package.

Modified:
  arc-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 19:25:23 UTC (rev 257713)
+++ PKGBUILD2017-09-15 19:26:39 UTC (rev 257714)
@@ -3,7 +3,7 @@
 pkgbase=arc-kde
 pkgname=('arc-kde' 'kvantum-theme-arc')
 pkgver=20170912
-pkgrel=2
+pkgrel=3
 pkgdesc="Arc theme for KDE Plasma 5"
 arch=('any')
 url="https://github.com/PapirusDevelopmentTeam/${pkgbase};
@@ -18,6 +18,7 @@
 }
 
 package_arc-kde() {
+optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style 
(recommended)')
 cd ${pkgbase}-${pkgver}
 install -d "${pkgdir}"/usr/share
  


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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:25:23
  Author: felixonmars
Revision: 257713

archrelease: copy trunk to community-i686

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-09-15 19:23:34 UTC (rev 257712)
+++ 30-win32-aliases.conf   2017-09-15 19:25:23 UTC (rev 257713)
@@ -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/repos/community-i686/30-win32-aliases.conf (from rev 257712, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-09-15 19:25:23 UTC (rev 257713)
@@ -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-15 19:23:34 UTC (rev 257712)
+++ PKGBUILD2017-09-15 19:25:23 UTC (rev 257713)
@@ -1,182 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-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
-  libpulse  lib32-libpulse
-  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
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  

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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:23:34
  Author: felixonmars
Revision: 257712

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-09-15 19:23:08 UTC (rev 257711)
+++ 30-win32-aliases.conf   2017-09-15 19:23:34 UTC (rev 257712)
@@ -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/repos/multilib-x86_64/30-win32-aliases.conf (from rev 257711, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-09-15 19:23:34 UTC (rev 257712)
@@ -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-15 19:23:08 UTC (rev 257711)
+++ PKGBUILD2017-09-15 19:23:34 UTC (rev 257712)
@@ -1,182 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.16
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf)
-sha512sums=('749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-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
-  libpulse  lib32-libpulse
-  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
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; 

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

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 19:23:08
  Author: felixonmars
Revision: 257711

upgpkg: wine 2.17-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:48:24 UTC (rev 257710)
+++ PKGBUILD2017-09-15 19:23:08 UTC (rev 257711)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/2.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf)
-sha512sums=('749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4'
+sha512sums=('cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 19:11:37
  Author: bpiotrowski
Revision: 305618

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

Added:
  ceph/repos/staging-i686/
  ceph/repos/staging-i686/01-ceph-detec-init.patch
(from rev 305617, ceph/trunk/01-ceph-detec-init.patch)
  ceph/repos/staging-i686/PKGBUILD
(from rev 305617, ceph/trunk/PKGBUILD)
  ceph/repos/staging-i686/PKGBUILD.v11
(from rev 305617, ceph/trunk/PKGBUILD.v11)
  ceph/repos/staging-i686/ceph.sysusers
(from rev 305617, ceph/trunk/ceph.sysusers)
  ceph/repos/staging-x86_64/
  ceph/repos/staging-x86_64/01-ceph-detec-init.patch
(from rev 305617, ceph/trunk/01-ceph-detec-init.patch)
  ceph/repos/staging-x86_64/PKGBUILD
(from rev 305617, ceph/trunk/PKGBUILD)
  ceph/repos/staging-x86_64/PKGBUILD.v11
(from rev 305617, ceph/trunk/PKGBUILD.v11)
  ceph/repos/staging-x86_64/ceph.sysusers
(from rev 305617, ceph/trunk/ceph.sysusers)

-+
 staging-i686/01-ceph-detec-init.patch   |   69 +
 staging-i686/PKGBUILD   |   95 ++
 staging-i686/PKGBUILD.v11   |   92 +
 staging-i686/ceph.sysusers  |1 
 staging-x86_64/01-ceph-detec-init.patch |   69 +
 staging-x86_64/PKGBUILD |   95 ++
 staging-x86_64/PKGBUILD.v11 |   92 +
 staging-x86_64/ceph.sysusers|1 
 8 files changed, 514 insertions(+)

Copied: ceph/repos/staging-i686/01-ceph-detec-init.patch (from rev 305617, 
ceph/trunk/01-ceph-detec-init.patch)
===
--- staging-i686/01-ceph-detec-init.patch   (rev 0)
+++ staging-i686/01-ceph-detec-init.patch   2017-09-15 19:11:37 UTC (rev 
305618)
@@ -0,0 +1,69 @@
+commit c19cb3cd2756ba830edd92158a2913beaa6e24aa
+Author: Sébastien Luttringer 
+Date:   Sun Mar 26 16:35:13 2017 +0200
+
+Arch support
+
+diff --git a/src/ceph-detect-init/ceph_detect_init/__init__.py 
b/src/ceph-detect-init/ceph_detect_init/__init__.py
+index a2bcc7cf27..ca2f2d7975 100644
+--- a/src/ceph-detect-init/ceph_detect_init/__init__.py
 b/src/ceph-detect-init/ceph_detect_init/__init__.py
+@@ -13,6 +13,7 @@
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ # GNU Library Public License for more details.
+ #
++from ceph_detect_init import arch
+ from ceph_detect_init import centos
+ from ceph_detect_init import debian
+ from ceph_detect_init import exc
+@@ -21,6 +22,7 @@ from ceph_detect_init import rhel
+ from ceph_detect_init import suse
+ import logging
+ import platform
++import os
+ 
+ 
+ def get(use_rhceph=False):
+@@ -49,6 +51,7 @@ def _get_distro(distro, use_rhceph=False):
+ 
+ distro = _normalized_distro_name(distro)
+ distributions = {
++'arch': arch,
+ 'debian': debian,
+ 'ubuntu': debian,
+ 'linuxmint': debian,
+@@ -75,6 +78,8 @@ def _normalized_distro_name(distro):
+ return 'suse'
+ elif distro.startswith('centos'):
+ return 'centos'
++elif distro.startswith('arch'):
++return 'arch'
+ return distro
+ 
+ 
+@@ -103,6 +108,8 @@ def platform_information():
+ else:
+ codename = major
+ 
++elif os.path.exists("/etc/arch-release"):
++return ("arch", None, "arch")
+ return (
+ str(distro).rstrip(),
+ str(release).rstrip(),
+diff --git a/src/ceph-detect-init/ceph_detect_init/arch/__init__.py 
b/src/ceph-detect-init/ceph_detect_init/arch/__init__.py
+new file mode 100644
+index 00..425ce50bb2
+--- /dev/null
 b/src/ceph-detect-init/ceph_detect_init/arch/__init__.py
+@@ -0,0 +1,11 @@
++distro = None
++release = None
++codename = None
++
++
++def choose_init():
++"""Select a init system
++
++Returns the name of a init system (upstart, sysvinit ...).
++"""
++return 'systemd'

Copied: ceph/repos/staging-i686/PKGBUILD (from rev 305617, ceph/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-09-15 19:11:37 UTC (rev 305618)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=ceph
+pkgver=10.2.9
+pkgrel=1
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64' 'i686')
+url='https://ceph.com/'
+license=('GPL')
+makedepends=('boost' 'systemd' 'xfsprogs' 'python2-sphinx' 'cython2' 'sed')
+depends=('boost-libs' 'curl' 'expat' 'fcgi' 'fuse2' 'gcc-libs' 'glibc'
+  'gperftools' 'keyutils' 'leveldb' 'libaio' 'libatomic_ops' 'libedit'
+  'libsystemd' 'libutil-linux' 'ncurses' 'nss' 'python2' 'snappy'
+  'python2-setuptools' 'xfsprogs')
+options=('emptydirs')

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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 19:11:23
  Author: bpiotrowski
Revision: 305617

10.2.9-1: rebuild against boost 1.65.1

Modified:
  ceph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:33:51 UTC (rev 305616)
+++ PKGBUILD2017-09-15 19:11:23 UTC (rev 305617)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer 
 
 pkgname=ceph
-pkgver=10.2.5
-pkgrel=2
+pkgver=10.2.9
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='https://ceph.com/'
@@ -17,7 +17,7 @@
 source=("https://download.ceph.com/tarballs/$pkgname-$pkgver.tar.gz;
 'ceph.sysusers'
 '01-ceph-detec-init.patch')
-md5sums=('772bf99f4360774f5948191a7b012c88'
+md5sums=('eff6db61b3befb686e0693befa1f076a'
  'b3e24e3aa005a657ab475f84bfe3291a'
  'da25c78ae413dc134cc99fe9818f6ff1')
 


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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:48:24
  Author: andyrtr
Revision: 257710

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

Added:
  pdf2djvu/repos/community-staging-i686/
  pdf2djvu/repos/community-staging-i686/PKGBUILD
(from rev 257709, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 257709, pdf2djvu/trunk/PKGBUILD)

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 257709, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 18:48:24 UTC (rev 257710)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+sha256sums=('9e7d42632a130cf73fc6144a78b0795dc0d690ecccd25360fa3c999e6f7222c1'
+'SKIP')
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 257709, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-15 18:48:24 UTC (rev 257710)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+sha256sums=('9e7d42632a130cf73fc6144a78b0795dc0d690ecccd25360fa3c999e6f7222c1'
+'SKIP')
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}


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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:48:08
  Author: andyrtr
Revision: 257709

upgpkg: pdf2djvu 0.9.7-1

upstream update 0.9.7; poppler rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD
Deleted:
  pdf2djvu/trunk/0001-configure-enable-the-C-11-standard.patch

---+
 0001-configure-enable-the-C-11-standard.patch |  104 
 PKGBUILD  |   26 +-
 2 files changed, 8 insertions(+), 122 deletions(-)

Deleted: 0001-configure-enable-the-C-11-standard.patch
===
--- 0001-configure-enable-the-C-11-standard.patch   2017-09-15 18:23:58 UTC 
(rev 257708)
+++ 0001-configure-enable-the-C-11-standard.patch   2017-09-15 18:48:08 UTC 
(rev 257709)
@@ -1,104 +0,0 @@
-From 8f8abd65767ad5d1f2b5d675509789d6c04524d9 Mon Sep 17 00:00:00 2001
-From: Jakub Wilk 
-Date: Fri, 11 Nov 2016 17:26:13 +0100
-Subject: [PATCH] configure: enable the C++11 standard.
-

- acinclude.m4 | 57 -
- configure.ac |  3 ++-
- 2 files changed, 58 insertions(+), 2 deletions(-)
-
-diff --git a/acinclude.m4 b/acinclude.m4
-index 4dedbfc..c12339c 100644
 a/acinclude.m4
-+++ b/acinclude.m4
-@@ -1,4 +1,4 @@
--dnl | Copyright © 2015 Jakub Wilk 
-+dnl | Copyright © 2015-2016 Jakub Wilk 
- dnl |
- dnl | This file is part of pdf2djvu.
- dnl |
-@@ -95,4 +95,59 @@ AC_DEFUN(
- ]
- )
- 
-+# AX_CXX_COMPILE_STDCXX_11 is too thorough. It would reject GCC 4.6, even
-+# though this compiler implements enough C++11 bits for our purposes.
-+
-+m4_define([_P_CXX11_CODE], [
-+void* test()
-+{
-+auto t = nullptr;
-+return t;
-+}
-+])
-+
-+# P_CXX11()
-+
-+AC_DEFUN(
-+[P_CXX11],
-+[
-+have_cxx11=no
-+AC_MSG_CHECKING([whether $CXX supports C++11])
-+AC_COMPILE_IFELSE(
-+[AC_LANG_PROGRAM([_P_CXX11_CODE])],
-+[
-+AC_MSG_RESULT([yes])
-+have_cxx11=yes
-+],
-+[
-+AC_MSG_RESULT([no])
-+for cxx_std in 'gnu++11' 'gnu++0x'
-+do
-+cxx_opt="-std=$cxx_std"
-+AC_MSG_CHECKING([whether $CXX $cxx_opt supports C++11])
-+p_CXXFLAGS="$CXXFLAGS"
-+CXXFLAGS="$CXXFLAGS $cxx_opt"
-+AC_COMPILE_IFELSE(
-+[AC_LANG_PROGRAM([_P_CXX11_CODE])],
-+[
-+AC_MSG_RESULT([yes])
-+have_cxx11=yes
-+],
-+[
-+AC_MSG_RESULT([no])
-+CXXFLAGS="$p_CXXFLAGS"
-+]
-+)
-+test $have_cxx11 = yes && break
-+done
-+]
-+)
-+if test $have_cxx11 = no
-+then
-+AC_MSG_ERROR([the compiler does not support C++11])
-+fi
-+]
-+)
-+
-+
- dnl vim:ts=4 sts=4 sw=4 et ft=config
-diff --git a/configure.ac b/configure.ac
-index 38eec41..67b8c9e 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -30,6 +30,8 @@ AC_PREPROC_IFELSE(
- 
- AC_PROG_CXX
- 
-+P_CXX11
-+
- AC_SYS_LARGEFILE
- 
- AC_OPENMP
-@@ -165,7 +167,6 @@ P_CHECK_FUNC(
- # Turn on compile warnings:
- 
- P_MAYBE_ADD_CXXFLAGS(
--  [-std=gnu++98],
-   [-Wall],
-   [-Wempty-body],
-   [-Werror=overloaded-virtual],
--- 
-2.13.3
-

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:23:58 UTC (rev 257708)
+++ PKGBUILD2017-09-15 18:48:08 UTC (rev 257709)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=pdf2djvu
-pkgver=0.9.5
-pkgrel=5
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;
@@ -11,20 +11,13 @@
 license=('GPL')
 depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
 makedepends=('python2-nose' 'ttf-liberation')
-source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc}
-0001-configure-enable-the-C-11-standard.patch)
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+sha256sums=('9e7d42632a130cf73fc6144a78b0795dc0d690ecccd25360fa3c999e6f7222c1'
+'SKIP')
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
 
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-# Build in C++11 mode; needed when building against poppler >= 0.57.0
-patch -Np1 -i ../0001-configure-enable-the-C-11-standard.patch
-autoreconf -v
-}
-
 build() {
-cd ${srcdir}/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 
 ./configure --prefix=/usr
 make
@@ -31,7 +24,7 @@
 }
 

[arch-commits] Commit in xf86-input-libinput/repos (4 files)

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:33:51
  Author: andyrtr
Revision: 305616

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

Added:
  xf86-input-libinput/repos/testing-i686/
  xf86-input-libinput/repos/testing-i686/PKGBUILD
(from rev 305615, xf86-input-libinput/trunk/PKGBUILD)
  xf86-input-libinput/repos/testing-x86_64/
  xf86-input-libinput/repos/testing-x86_64/PKGBUILD
(from rev 305615, xf86-input-libinput/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: xf86-input-libinput/repos/testing-i686/PKGBUILD (from rev 305615, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-15 18:33:51 UTC (rev 305616)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('b52a27e916f7e86576500ef2bc3ce640676f5a710543755865a723628c0e01a575989460853bac184ed696961e3f8fca72ecba8ad4625be8cd9e31f9a55f5e97'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-libinput/repos/testing-x86_64/PKGBUILD (from rev 305615, 
xf86-input-libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-15 18:33:51 UTC (rev 305616)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=xf86-input-libinput
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="Generic input driver for the X.Org server based on libinput"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/;
+depends=('libinput>=1.2.0')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
+groups=('xorg-drivers')
+source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('b52a27e916f7e86576500ef2bc3ce640676f5a710543755865a723628c0e01a575989460853bac184ed696961e3f8fca72ecba8ad4625be8cd9e31f9a55f5e97'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in xf86-input-libinput/trunk (PKGBUILD)

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:33:37
  Author: andyrtr
Revision: 305615

upgpkg: xf86-input-libinput 0.26.0-1

upstream update 0.26.0

Modified:
  xf86-input-libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:21:21 UTC (rev 305614)
+++ PKGBUILD2017-09-15 18:33:37 UTC (rev 305615)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=xf86-input-libinput
-pkgver=0.25.1
+pkgver=0.26.0
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 
'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 
source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('9a8d16bdffb73a5318d22e352826c410ccb6f8c7ade31c23823bd6c17202bb67e917dfe8d4cab6e54fdf15f201d14d80b6306cedc5f93f66989edfcab5082ece'
+sha512sums=('b52a27e916f7e86576500ef2bc3ce640676f5a710543755865a723628c0e01a575989460853bac184ed696961e3f8fca72ecba8ad4625be8cd9e31f9a55f5e97'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 18:23:58
  Author: arojas
Revision: 257708

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

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

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   53 -
 3 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 18:23:31 UTC (rev 257707)
+++ community-i686/PKGBUILD 2017-09-15 18:23:58 UTC (rev 257708)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=5
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
-sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
-'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
-'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
-'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
-'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
-'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 257707, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 18:23:58 UTC (rev 257708)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=6
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
+meataxe-shared.patch)
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
+'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
+'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
+'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
+'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
+

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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 18:23:31
  Author: arojas
Revision: 257707

Build shared lib

Modified:
  meataxe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 17:32:17 UTC (rev 257706)
+++ PKGBUILD2017-09-15 18:23:31 UTC (rev 257707)
@@ -3,7 +3,7 @@
 
 pkgname=meataxe
 pkgver=2.4.24
-pkgrel=5
+pkgrel=6
 pkgdesc="A set of programs for working with matrix representations over finite 
fields"
 arch=(i686 x86_64)
 url="http://www.math.rwth-aachen.de/~MTX/;
@@ -10,36 +10,38 @@
 license=(GPL)
 depends=(glibc)
 #source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;

"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
+meataxe-shared.patch)
 sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
 'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
 'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
 '4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
 'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
-'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
+'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
+'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
 
 prepare() {
   cd $pkgname-$pkgver
+#  for _patch in IO_fixes; do
   for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
patch -p1 -i ../$_patch.patch
   done
+  patch -p0 -i ../meataxe-shared.patch # build shared lib
 }
 
 build() {
   cd $pkgname-$pkgver
 
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
   export ZZZ=0
   export MTXLIB="$HOME/.local/share/meataxe"
   export MTXBIN=/usr/bin
   touch Makefile.conf
-  make
-#  make tmp/libmtx.a
+  make LFLAGS1="$LDFLAGS" CFLAGS1="$CFLAGS"
 }
 
 package() {
@@ -47,7 +49,7 @@
   
   mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
   install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
+  install -m644 tmp/libmtx.so "$pkgdir"/usr/lib
   install -m644 src/meataxe.h "$pkgdir"/usr/include
   install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
 }


[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:21:21
  Author: andyrtr
Revision: 305614

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 305613, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 305613, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-15 18:21:21 UTC (rev 305614)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=4.13
+_posixver=2013-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL' 'custom')
+url="http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
+
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
+# https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
+sha256sums=('d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf'
+'SKIP'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
+'SKIP')
+validpgpkeys=('E522595B52EDA4E6BFCCCB5E856199113A35CE5E') #Michael Kerrisk 
(Linux man-pages maintainer) 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT"
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  # this is included in attr
+  rm -f man5/attr.5 
+  # this is included in lirc
+  rm -f man4/lirc.4
+  # included in keyutils
+  rm -f 
man7/{keyrings.7,persistent-keyring.7,process-keyring.7,session-keyring.7,thread-keyring.7,user-keyring.7,user-session-keyring.7}
+}


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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:21:12
  Author: andyrtr
Revision: 305613

upgpkg: man-pages 4.13-1

upstream update 4.13

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 18:14:55 UTC (rev 305612)
+++ PKGBUILD2017-09-15 18:21:12 UTC (rev 305613)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=4.12
+pkgver=4.13
 _posixver=2013-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -14,7 +14,7 @@
 
source=(https://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.{xz,sign}
 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.{xz,sign})
 # https://www.kernel.org/pub/linux/docs/man-pages/sha256sums.asc
-sha256sums=('6f6d79d991fed04e16e7c7a15705304b0b9d51de772c51c57428555039fbe093'
+sha256sums=('d5c005c5b653248ab6680560de00ea8572ff39e48a57bd5be1468d986a0631bf'
 'SKIP'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808'
 'SKIP')


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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:14:55
  Author: andyrtr
Revision: 305612

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-15 18:14:33 UTC (rev 305611)
+++ extra-i686/PKGBUILD 2017-09-15 18:14:55 UTC (rev 305612)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libzmf
-pkgver=0.0.1
-pkgrel=2
-pkgdesc="a library for import of Zoner drawing and bitmap files"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
-license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
-makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-werror
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libzmf/repos/extra-i686/PKGBUILD (from rev 305611, 
libzmf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-15 18:14:55 UTC (rev 305612)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libzmf
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="a library for import of Zoner drawing and bitmap files"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
+license=('MPL')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libpng')
+makedepends=('boost' 'cppunit' 'doxygen')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-15 18:14:33 UTC (rev 305611)
+++ extra-x86_64/PKGBUILD   2017-09-15 18:14:55 UTC (rev 305612)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=libzmf
-pkgver=0.0.1
-pkgrel=2
-pkgdesc="a library for import of Zoner drawing and bitmap files"
-arch=('i686' 'x86_64')
-url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
-license=('MPL')
-source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-depends=('librevenge' 'libpng')
-makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-werror
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: libzmf/repos/extra-x86_64/PKGBUILD (from rev 305611, 
libzmf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-15 18:14:55 UTC (rev 305612)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libzmf
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="a library for import of Zoner drawing and bitmap files"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
+license=('MPL')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+depends=('librevenge' 'libpng')
+makedepends=('boost' 'cppunit' 'doxygen')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-werror
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING 

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

2017-09-15 Thread Andreas Radke
Date: Friday, September 15, 2017 @ 18:14:33
  Author: andyrtr
Revision: 305611

upgpkg: libzmf 0.0.2-1

upstream update 0.0.2

Modified:
  libzmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 14:52:45 UTC (rev 305610)
+++ PKGBUILD2017-09-15 18:14:33 UTC (rev 305611)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=libzmf
-pkgver=0.0.1
-pkgrel=2
+pkgver=0.0.2
+pkgrel=1
 pkgdesc="a library for import of Zoner drawing and bitmap files"
 arch=('i686' 'x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf;
@@ -11,7 +11,7 @@
 
source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
 depends=('librevenge' 'libpng')
 makedepends=('boost' 'cppunit' 'doxygen')
-sha256sums=('eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a')
+sha256sums=('27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 17:32:17
  Author: arojas
Revision: 257706

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

Added:
  librime/repos/community-staging-i686/
  librime/repos/community-staging-i686/PKGBUILD
(from rev 257705, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/
  librime/repos/community-staging-x86_64/PKGBUILD
(from rev 257705, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 257705, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 17:32:17 UTC (rev 257706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=6
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 257705, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-15 17:32:17 UTC (rev 257706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2.9
+pkgrel=6
+epoch=1
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="https://github.com/rime/librime;
+license=('GPL3')
+depends=('boost-libs' 'opencc' 'yaml-cpp' 'leveldb' 'google-glog' 'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost' 'git')
+source=("git+https://github.com/rime/librime.git#tag=rime-$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 17:31:52
  Author: arojas
Revision: 257705

boost 1.65 rebuild

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 17:16:11 UTC (rev 257704)
+++ PKGBUILD2017-09-15 17:31:52 UTC (rev 257705)
@@ -5,7 +5,7 @@
 
 pkgname=librime
 pkgver=1.2.9
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Rime input method engine"
 arch=('i686' 'x86_64')


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 17:16:11
  Author: arojas
Revision: 257704

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

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 257703, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 257703, performous/trunk/PKGBUILD)

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

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 257703, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 17:16:11 UTC (rev 257704)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=11
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 257703, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-15 17:16:11 UTC (rev 257704)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=11
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++2.6' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 17:15:45
  Author: arojas
Revision: 257703

boost 1.65 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 17:09:40 UTC (rev 257702)
+++ PKGBUILD2017-09-15 17:15:45 UTC (rev 257703)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=10
+pkgrel=11
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/;


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

2017-09-15 Thread Nicola Squartini
Date: Friday, September 15, 2017 @ 17:09:40
  Author: tensor5
Revision: 257702

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 257701, atom/trunk/PKGBUILD)
  atom/repos/community-i686/dugite-use-system-git.patch
(from rev 257701, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 257701, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 257701, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-restart.patch
(from rev 257701, atom/trunk/fix-restart.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 257701, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 257701, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 257701, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 257701, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 257701, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 257701, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 257701, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 257701, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 257701, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 257701, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 257701, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/dugite-use-system-git.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-restart.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  216 +++
 /dugite-use-system-git.patch |   48 ++
 /fix-atom-sh.patch   |  230 
 /fix-license-path.patch  |   44 ++
 /fix-restart.patch   |   22 +
 /symbols-view-use-system-ctags.patch |   22 +
 /use-system-apm.patch|   62 +++
 /use-system-electron.patch   |  312 +
 community-i686/PKGBUILD  |  108 -
 community-i686/dugite-use-system-git.patch   |   38 --
 community-i686/fix-atom-sh.patch |  115 --
 community-i686/fix-license-path.patch|   22 -
 community-i686/fix-restart.patch |   11 
 community-i686/symbols-view-use-system-ctags.patch   |   11 
 community-i686/use-system-apm.patch  |   31 -
 community-i686/use-system-electron.patch |  154 
 community-x86_64/PKGBUILD|  108 -
 community-x86_64/dugite-use-system-git.patch |   38 --
 community-x86_64/fix-atom-sh.patch   |  115 --
 community-x86_64/fix-license-path.patch  |   22 -
 community-x86_64/fix-restart.patch   |   11 
 community-x86_64/symbols-view-use-system-ctags.patch |   11 
 community-x86_64/use-system-apm.patch|   31 -
 community-x86_64/use-system-electron.patch   |  154 
 24 files changed, 956 insertions(+), 980 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 17:08:48 UTC (rev 257701)
+++ community-i686/PKGBUILD 2017-09-15 17:09:40 UTC (rev 257702)
@@ -1,108 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.19.7
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol 

[arch-commits] Commit in atom/trunk (7 files)

2017-09-15 Thread Nicola Squartini
Date: Friday, September 15, 2017 @ 17:08:48
  Author: tensor5
Revision: 257701

upgpkg: atom 1.20.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/dugite-use-system-git.patch
  atom/trunk/fix-atom-sh.patch
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/symbols-view-use-system-ctags.patch
  atom/trunk/use-system-electron.patch

-+
 PKGBUILD|   18 ++--
 dugite-use-system-git.patch |   50 --
 fix-atom-sh.patch   |4 +-
 fix-license-path.patch  |4 +-
 fix-restart.patch   |2 -
 symbols-view-use-system-ctags.patch |2 -
 use-system-electron.patch   |   30 ++--
 7 files changed, 49 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 17:05:27 UTC (rev 257700)
+++ PKGBUILD2017-09-15 17:08:48 UTC (rev 257701)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.19.7
+pkgver=1.20.0
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,14 +22,14 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('0d0ee1c84f678be3f0a728578d1b0ef3a40ca621d3e682081c8496f35a22d958'
-'8a6424cf5635634eccbf10473a30a3a3fb2bd11aa73a7274744134115d681ba9'
-'2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
-'7a76fe1e7258357b51b7ac427b44759c71c675b0be04dfc547e18dc04979f3fb'
-'0df623c62de4c2dc78c4a0f5ab5bd018183e287629102a08e85dea92cc076174'
-'32fb830b89bd6079120bf7380a69f94c02aa366608b0d0b6c7123e06b878400c'
+sha256sums=('a50467f3c000bf3e78d2eb85c7b98a6ddf4f71d1b6b09ccfec3e1d96db2e9d33'
+'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
+'7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
+'951bbc248c9ae4ef3ef712e0caeb728a8577b12e4593870569de15e570a71c4c'
+'646f81b0621a86eff3bb1f229eeb92b2f33bac41b3324424a6de06a780a8a22d'
+'9bed08e8bbb96ecb0063a4603478f5f4ea8409a45dc565b2df00839fd3cd2c85'
 'bb1469f02cef5c1363d9add8eb7af6eab503023d5a56f76dc868b70be1b77e01'
-'ee5ee7d8ead75dac34ed76267637acfae7f582fb88a96c92c92789a201db6c5f')
+'f5aa3efafe796bd07b8221746a4fe693dcefbe5861a4e4cf49f7679516422123')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -56,7 +56,7 @@
   rm -r vendor
   cd ../..
 
-  # Use system git
+  # Use system git (TODO: set LOCAL_GIT_DIRECTORY=/usr)
   cd node_modules/dugite
   patch -Np1 -i "${srcdir}"/dugite-use-system-git.patch
   rm -r git

Modified: dugite-use-system-git.patch
===
--- dugite-use-system-git.patch 2017-09-15 17:05:27 UTC (rev 257700)
+++ dugite-use-system-git.patch 2017-09-15 17:08:48 UTC (rev 257701)
@@ -1,38 +1,24 @@
 --- a/build/lib/git-environment.js
 +++ b/build/lib/git-environment.js
-@@ -8,14 +8,7 @@
-  *  returns with it after resolving it as a path.
-  */
- function resolveGitDir() {
--if (process.env.LOCAL_GIT_DIRECTORY) {
--return path.resolve(process.env.LOCAL_GIT_DIRECTORY);
--}
--else {
--const s = path.sep;
--return path.resolve(__dirname, '..', '..', 'git')
--.replace(/[\\\/]app.asar[\\\/]/, `${s}app.asar.unpacked${s}`);
--}
-+return '/usr';
+@@ -18,7 +18,7 @@
+ return path.resolve(process.env.LOCAL_GIT_DIRECTORY);
+ }
+ else {
+-return resolveEmbeddedGitDir();
++return '/usr';
+ }
  }
  /**
-  *  Find the path to the embedded Git binary.
-@@ -42,7 +35,7 @@
+@@ -96,9 +96,9 @@
+ if (!env.GIT_SSL_CAINFO && !env.LOCAL_GIT_DIRECTORY) {
+ // use the SSL certificate bundle included in the distribution 
only
+ // when using embedded Git and not providing your own bundle
+-const distDir = resolveEmbeddedGitDir();
+-const sslCABundle = `${distDir}/ssl/cacert.pem`;
+-env.GIT_SSL_CAINFO = sslCABundle;
++// const distDir = resolveEmbeddedGitDir();
++// const sslCABundle = `${distDir}/ssl/cacert.pem`;
++// env.GIT_SSL_CAINFO = sslCABundle;
+ }
  }
- const gitDir = resolveGitDir();
- if (process.platform === 'darwin' || process.platform === 'linux') {
--return path.join(gitDir, 'libexec', 'git-core');
-+return path.join(gitDir, 'lib', 'git-core');
- }
- else if (process.platform === 'win32') {
- return path.join(gitDir, 'mingw64', 'libexec', 'git-core');
-@@ -89,10 +82,6 @@
- // an arbitrary location, you should set PREFIX for the
- // process to ensure that it knows how to resolve things
- 

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

2017-09-15 Thread Jelle van der Waa
Date: Friday, September 15, 2017 @ 17:05:27
  Author: jelle
Revision: 257700

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

Added:
  python-psutil/repos/community-i686/PKGBUILD
(from rev 257699, python-psutil/trunk/PKGBUILD)
  python-psutil/repos/community-x86_64/PKGBUILD
(from rev 257699, 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-15 16:57:43 UTC (rev 257699)
+++ community-i686/PKGBUILD 2017-09-15 17:05:27 UTC (rev 257700)
@@ -1,62 +0,0 @@
-# $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 "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-i686/PKGBUILD (from rev 257699, 
python-psutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 17:05:27 UTC (rev 257700)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=5.3.1
+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' 'python-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
+md5sums=('da35aa0ec7b79f6b5f7f43eaa4927f6a')
+
+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"
+  cd psutil/tests/
+  # FIXME: dynamic loading so
+
+
+  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:

Deleted: community-x86_64/PKGBUILD

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

2017-09-15 Thread Jelle van der Waa
Date: Friday, September 15, 2017 @ 16:57:43
  Author: jelle
Revision: 257699

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-15 16:57:18 UTC (rev 257698)
+++ PKGBUILD2017-09-15 16:57:43 UTC (rev 257699)
@@ -1,62 +0,0 @@
-# $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 "$pkgdir/"usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-psutil/repos/community-x86_64/PKGBUILD (from rev 257698, 
python-psutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-15 16:57:43 UTC (rev 257699)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=python-psutil
+pkgname=('python-psutil' 'python2-psutil')
+pkgver=5.3.1
+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' 'python-nose')
+source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
+md5sums=('da35aa0ec7b79f6b5f7f43eaa4927f6a')
+
+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"
+  cd psutil/tests/
+  # FIXME: dynamic loading so
+
+
+  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:


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

2017-09-15 Thread Jelle van der Waa
Date: Friday, September 15, 2017 @ 16:57:18
  Author: jelle
Revision: 257698

upgpkg: python-psutil 5.3.1-1

Modified:
  python-psutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 16:41:16 UTC (rev 257697)
+++ PKGBUILD2017-09-15 16:57:18 UTC (rev 257698)
@@ -3,15 +3,15 @@
 
 pkgbase=python-psutil
 pkgname=('python-psutil' 'python2-psutil')
-pkgver=5.3.0
+pkgver=5.3.1
 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')
+checkdepends=('net-tools' 'procps-ng' 'python2-nose' 'python-nose')
 source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz;)
-md5sums=('a7268377ee3ac692805d51f2132217b5')
+md5sums=('da35aa0ec7b79f6b5f7f43eaa4927f6a')
 
 build() {
   cd psutil-release-$pkgver
@@ -30,8 +30,8 @@
 
   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
+  cd psutil/tests/
+  # FIXME: dynamic loading so
 
 
   msg2 python2


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

2017-09-15 Thread Jelle van der Waa
Date: Friday, September 15, 2017 @ 16:41:16
  Author: jelle
Revision: 257697

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

Added:
  python-sqlalchemy/repos/community-i686/PKGBUILD
(from rev 257696, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 257696, python-sqlalchemy/trunk/PKGBUILD)
Deleted:
  python-sqlalchemy/repos/community-i686/PKGBUILD
  python-sqlalchemy/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-15 16:41:00 UTC (rev 257696)
+++ community-i686/PKGBUILD 2017-09-15 16:41:16 UTC (rev 257697)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.1.13
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url="http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('556222ff6b8218e7c3b892bf15ee24966aea366bf9d4e94db9762c56120aac3cde8eb174763a1edc1686744dd5c10f16791ac83111cb9d3da15f0ca5bdfad377'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 257696, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 16:41:16 UTC (rev 257697)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.1.14
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url="http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('82b9a97553a27e8d366401b1b99ebc884ee3a95f7ccefc27dae50bc335e30a4c019906caf07238c2a91b7b89a4a5a5e1118defb11e6a2719b631ca0d1e0905a1'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational 

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

2017-09-15 Thread Jelle van der Waa
Date: Friday, September 15, 2017 @ 16:41:00
  Author: jelle
Revision: 257696

upgpkg: python-sqlalchemy 1.1.14-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 15:47:04 UTC (rev 257695)
+++ PKGBUILD2017-09-15 16:41:00 UTC (rev 257696)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.1.13
+pkgver=1.1.14
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url="http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('556222ff6b8218e7c3b892bf15ee24966aea366bf9d4e94db9762c56120aac3cde8eb174763a1edc1686744dd5c10f16791ac83111cb9d3da15f0ca5bdfad377'
+sha512sums=('82b9a97553a27e8d366401b1b99ebc884ee3a95f7ccefc27dae50bc335e30a4c019906caf07238c2a91b7b89a4a5a5e1118defb11e6a2719b631ca0d1e0905a1'
 'SKIP')
 
 prepare() {


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

2017-09-15 Thread Kyle Keen
Date: Friday, September 15, 2017 @ 15:47:04
  Author: kkeen
Revision: 257695

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

Added:
  kicad/repos/community-staging-i686/
  kicad/repos/community-staging-i686/PKGBUILD
(from rev 257694, kicad/trunk/PKGBUILD)
  kicad/repos/community-staging-i686/boost-1.61.patch
(from rev 257694, kicad/trunk/boost-1.61.patch)
  kicad/repos/community-staging-x86_64/
  kicad/repos/community-staging-x86_64/PKGBUILD
(from rev 257694, kicad/trunk/PKGBUILD)
  kicad/repos/community-staging-x86_64/boost-1.61.patch
(from rev 257694, kicad/trunk/boost-1.61.patch)

---+
 community-staging-i686/PKGBUILD   |   64 +
 community-staging-i686/boost-1.61.patch   |  347 
 community-staging-x86_64/PKGBUILD |   64 +
 community-staging-x86_64/boost-1.61.patch |  347 
 4 files changed, 822 insertions(+)

Copied: kicad/repos/community-staging-i686/PKGBUILD (from rev 257694, 
kicad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 15:47:04 UTC (rev 257695)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Marq Schneider 
+
+pkgname=kicad
+pkgver=4.0.7
+pkgrel=2
+pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
+arch=('i686' 'x86_64')
+#url="http://iut-tice.ujf-grenoble.fr/kicad/;
+url="http://kicad-pcb.org/;
+license=('GPL')
+depends=('wxgtk' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm' 
'boost-libs' 'glew' 'wxpython' 'curl')
+makedepends=('cmake' 'zlib' 'mesa' 'boost' 'gettext' 'wxpython' 'swig')
+optdepends=('kicad-library: for footprints and symbols'
+'kicad-library-3d: for 3d models of components')
+source=("https://launchpad.net/kicad/4.0/$pkgver/+download/kicad-$pkgver.tar.xz;
+
"kicad-i18n.$pkgver.tar.gz::https://github.com/KiCad/kicad-i18n/archive/$pkgver.tar.gz;
+"boost-1.61.patch")
+md5sums=('af3ee2e40c25f1c01b92cd27c1a1b180'
+ 'c03c2ddc45b615b1924150bc1f2e2d32'
+ '56276be014b3719442be10284729a4c3')
+
+prepare() {
+  cd "$srcdir/kicad-$pkgver"
+  # Remove on 4.0.5?  Or whenever they finally merge it.
+  patch -Np1 --binary -i ../boost-1.61.patch
+}
+
+build() {
+  cd "$srcdir/kicad-$pkgver"
+
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DKICAD_STABLE_VERSION=ON \
+  -DKICAD_REPO_NAME=stable  \
+  -DKICAD_BUILD_VERSION=$pkgver \
+  -DCMAKE_BUILD_TYPE=Release\
+  -DCMAKE_INSTALL_PREFIX=/usr   \
+  -DKICAD_SKIP_BOOST=ON \
+  -DKICAD_SCRIPTING=ON  \
+  -DKICAD_SCRIPTING_MODULES=ON  \
+  -DKICAD_SCRIPTING_WXPYTHON=ON \
+  -DBUILD_GITHUB_PLUGIN=ON
+  make
+
+  cd "$srcdir/kicad-i18n-$pkgver"
+  mkdir -p build/Release
+  cd build/Release
+  cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/kicad-$pkgver/build/Release"
+
+  make DESTDIR="$pkgdir" install
+
+  # copy updated linux icons
+  #cp -r -n "$srcdir/$pkgname-icons/resources/linux/mime/icons" 
"$pkgdir/usr/share/"
+
+  cd "$srcdir/kicad-i18n-$pkgver/build/Release"
+  make DESTDIR="$pkgdir" install
+}

Copied: kicad/repos/community-staging-i686/boost-1.61.patch (from rev 257694, 
kicad/trunk/boost-1.61.patch)
===
--- community-staging-i686/boost-1.61.patch (rev 0)
+++ community-staging-i686/boost-1.61.patch 2017-09-15 15:47:04 UTC (rev 
257695)
@@ -0,0 +1,347 @@
+--- a/common/tool/tool_manager.cpp
 b/common/tool/tool_manager.cpp
+@@ -532,11 +532,11 @@
+ if( st->cofunc )
+ st->Push();
+ 
++st->cofunc = new COROUTINE( 
tr.second );
++
+ // as the state changes, the transition table has to be 
set up again
+ st->transitions.clear();
+ 
+-st->cofunc = new COROUTINE( 
tr.second );
+-
+ // got match? Run the handler.
+ st->cofunc->Call( aEvent );
+ 
+--- a/include/tool/coroutine.h
 b/include/tool/coroutine.h
+@@ -27,10 +28,15 @@
+ 
+ #include 
+ 
+-#include 
+ #include 
++#include 
+ 
+-#include "delegate.h"
++#if BOOST_VERSION <= 106000
++#include 
++#else
++#include 
++#include 
++#endif
+ 
+ /**
+  *  Class COROUNTINE.
+@@ -53,13 +59,12 @@
+  *  See coroutine_example.cpp for sample code.
+  */
+ 
+-template 
++template 
+ class COROUTINE
+ {
+ public:
+ COROUTINE() :
+-m_saved( NULL ), m_self( NULL ), m_stack( NULL ), m_stackSize( 
c_defaultStackSize ),
+-m_running( false )
++

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

2017-09-15 Thread Kyle Keen
Date: Friday, September 15, 2017 @ 15:46:41
  Author: kkeen
Revision: 257694

upgpkg: kicad 4.0.7-2
boost 1.65.1 rebuild

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 15:29:12 UTC (rev 257693)
+++ PKGBUILD2017-09-15 15:46:41 UTC (rev 257694)
@@ -4,7 +4,7 @@
 
 pkgname=kicad
 pkgver=4.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
 arch=('i686' 'x86_64')
 #url="http://iut-tice.ujf-grenoble.fr/kicad/;


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

2017-09-15 Thread Jerome Leclanche
Date: Friday, September 15, 2017 @ 15:29:12
  Author: jleclanche
Revision: 257693

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 15:28:52 UTC (rev 257692)
+++ community-i686/PKGBUILD 2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-   msg2 "Build program"
-   cd "$srcdir/src/$_gourl/$pkgname"
-   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-   cd "$srcdir/bin"
-   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-   cd "$srcdir/src/$_gourl/$pkgname"
-   # Zsh completion
-   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-i686/PKGBUILD (from rev 257692, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 15:29:12 UTC (rev 257693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
+
+
+prepare() {
+   mkdir -p "$srcdir/src/$_gourl"
+   rm -rf "${srcdir}/src/$_gourl/$pkgname"
+   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+   msg2 "Fetching dependencies"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+   GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+   msg2 "Build program"
+   cd "$srcdir/src/$_gourl/$pkgname"
+   GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+   cd "$srcdir/bin"
+   install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+   cd "$srcdir/src/$_gourl/$pkgname"
+   # Zsh completion
+   install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-15 15:28:52 UTC (rev 257692)
+++ community-x86_64/PKGBUILD   2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

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

2017-09-15 Thread Jerome Leclanche
Date: Friday, September 15, 2017 @ 15:28:52
  Author: jleclanche
Revision: 257692

upgpkg: terraform 0.10.5-1

Upstream release 0.10.5

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 14:35:44 UTC (rev 257691)
+++ PKGBUILD2017-09-15 15:28:52 UTC (rev 257692)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=terraform
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="http://www.terraform.io/;
@@ -12,7 +12,7 @@
 conflicts=("terraform-bin")
 _gourl="github.com/hashicorp"
 source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
+sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
 
 
 prepare() {


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 14:52:38
  Author: jgc
Revision: 305609

upgpkg: evolution-data-server 3.26.0+9+g21214416c-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 14:37:13 UTC (rev 305608)
+++ PKGBUILD2017-09-15 14:52:38 UTC (rev 305609)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.24.5
+pkgver=3.26.0+9+g21214416c
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
-_commit=82e2a4a970d2fd709daed3db0fef03cbeb422ee7  # 
tags/EVOLUTION_DATA_SERVER_3_24_5^0
+_commit=21214416c489c71477785527321ca35d7511b881  # gnome-3-26
 
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in evolution-data-server/repos (4 files)

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 14:52:45
  Author: jgc
Revision: 305610

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 305609, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305609, evolution-data-server/trunk/PKGBUILD)

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

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
305609, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 14:52:45 UTC (rev 305610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.26.0+9+g21214416c
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=21214416c489c71477785527321ca35d7511b881  # gnome-3-26
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
305609, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 14:52:45 UTC (rev 305610)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.26.0+9+g21214416c
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=21214416c489c71477785527321ca35d7511b881  # gnome-3-26
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 14:37:13
  Author: jgc
Revision: 305608

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 305607, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305607, libgdata/trunk/PKGBUILD)

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

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 305607, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-15 14:37:13 UTC (rev 305608)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.9
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+url="https://wiki.gnome.org/Projects/libgdata;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+_commit=60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4  # tags/0.17.9^0
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305607, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-15 14:37:13 UTC (rev 305608)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libgdata
+pkgver=0.17.9
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
+url="https://wiki.gnome.org/Projects/libgdata;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
+_commit=60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4  # tags/0.17.9^0
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-15 Thread Jan de Groot
Date: Friday, September 15, 2017 @ 14:37:03
  Author: jgc
Revision: 305607

upgpkg: libgdata 0.17.9-1

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 14:17:09 UTC (rev 305606)
+++ PKGBUILD2017-09-15 14:37:03 UTC (rev 305607)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgdata
-pkgver=0.17.8
+pkgver=0.17.9
 pkgrel=1
 pkgdesc="GLib-based library for accessing online service APIs using the GData 
protocol"
 url="https://wiki.gnome.org/Projects/libgdata;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 
'gtk-doc' 'autoconf-archive')
-_commit=19f9f9420146bc51c7dc6dba2102c7d94bae149a  # tags/0.17.8^0
+_commit=60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4  # tags/0.17.9^0
 source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit;)
 sha256sums=('SKIP')
 


  1   2   3   >