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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:39:51
  Author: spupykin
Revision: 261208

upgpkg: gocr 0.51-1

Modified:
  gocr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 05:37:27 UTC (rev 261207)
+++ PKGBUILD2017-10-02 07:39:51 UTC (rev 261208)
@@ -3,8 +3,8 @@
 # Contributor: damir 
 
 pkgname=gocr
-pkgver=0.50
-pkgrel=2
+pkgver=0.51
+pkgrel=1
 pkgdesc="Open-source character recognition (OCR)"
 arch=("i686" "x86_64")
 url="http://jocr.sourceforge.net/index.html";
@@ -13,7 +13,7 @@
 optdepends=('tk: to use the tk frontend')
 validpgpkeys=('3816B803D578F5AD12FDFE065D330C4953BDFBE3')
 
source=(https://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz{,.asc})
-sha256sums=('bc261244f887419cba6d962ec1ad58eefd77176885093c4a43061e7fd565f5b5'
+sha256sums=('6eb2ae0fa4eb07cf4163081e0194ea65f605f7db9709dd30680686804dfc2692'
 'SKIP')
 
 build() {


[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:40:35
  Author: spupykin
Revision: 261210

upgpkg: gst-editing-services 1.12.3-1

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:40:16 UTC (rev 261209)
+++ PKGBUILD2017-10-02 07:40:35 UTC (rev 261210)
@@ -5,7 +5,7 @@
 # Contributor: Thijs Vermeir 
 
 pkgname=gst-editing-services
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc='GStreamer editing services'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 checkdepends=('gst-plugins-good' 'gst-plugins-bad')
 validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
 
source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e'
+sha256sums=('032e2fd040079259aec060d526bcb021c670f8d953219c229f80fdc541465f76'
 'SKIP')
 
 build() {


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:40:16
  Author: spupykin
Revision: 261209

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 07:39:51 UTC (rev 261208)
+++ community-i686/PKGBUILD 2017-10-02 07:40:16 UTC (rev 261209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: damir 
-
-pkgname=gocr
-pkgver=0.50
-pkgrel=2
-pkgdesc="Open-source character recognition (OCR)"
-arch=("i686" "x86_64")
-url="http://jocr.sourceforge.net/index.html";
-license=('GPL')
-depends=('glibc' 'netpbm')
-optdepends=('tk: to use the tk frontend')
-source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
-md5sums=('553ea40c2b3a1a0b03a30675d0e0aba1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ $CARCH == "x86_64" ] && export CFLAGS=-fPIC
-  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
-  make -j1 all libs
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib
-  make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install
-  (cd $pkgdir/usr/lib/ && rm -f libPgm2asc.so && ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
-  install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html
-  for i in pgm2asc.h gocr.h; do
-install -D -m644 src/$i $pkgdir/usr/include/gocr/$i
-  done
-}

Copied: gocr/repos/community-i686/PKGBUILD (from rev 261208, 
gocr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 07:40:16 UTC (rev 261209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: damir 
+
+pkgname=gocr
+pkgver=0.51
+pkgrel=1
+pkgdesc="Open-source character recognition (OCR)"
+arch=("i686" "x86_64")
+url="http://jocr.sourceforge.net/index.html";
+license=('GPL')
+depends=('glibc' 'netpbm')
+optdepends=('tk: to use the tk frontend')
+validpgpkeys=('3816B803D578F5AD12FDFE065D330C4953BDFBE3')
+source=(https://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz{,.asc})
+sha256sums=('6eb2ae0fa4eb07cf4163081e0194ea65f605f7db9709dd30680686804dfc2692'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  [ $CARCH == "x86_64" ] && export CFLAGS=-fPIC
+  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
+  make -j1 all libs
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/lib
+  make DESTDIR="$pkgdir" libdir=/usr/lib/ bindir=/usr/bin install
+  (cd "$pkgdir"/usr/lib/ && rm -f libPgm2asc.so && ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
+  install -D -m644 doc/gocr.html "$pkgdir"/usr/share/doc/gocr/gocr.html
+  for i in pgm2asc.h gocr.h; do
+install -D -m644 src/$i "$pkgdir"/usr/include/gocr/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 07:39:51 UTC (rev 261208)
+++ community-x86_64/PKGBUILD   2017-10-02 07:40:16 UTC (rev 261209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: damir 
-
-pkgname=gocr
-pkgver=0.50
-pkgrel=2
-pkgdesc="Open-source character recognition (OCR)"
-arch=("i686" "x86_64")
-url="http://jocr.sourceforge.net/index.html";
-license=('GPL')
-depends=('glibc' 'netpbm')
-optdepends=('tk: to use the tk frontend')
-source=(http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${pkgver}.tar.gz)
-md5sums=('553ea40c2b3a1a0b03a30675d0e0aba1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ $CARCH == "x86_64" ] && export CFLAGS=-fPIC
-  ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
-  make -j1 all libs
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib
-  make DESTDIR=$pkgdir libdir=/usr/lib/ bindir=/usr/bin install
-  (cd $pkgdir/usr/lib/ && rm -f libPgm2asc.so && ln -s `echo libPgm2asc*.so` 
libPgm2asc.so)
-  install -D -m644 doc/gocr.html $pkgdir/usr/share/doc/gocr/gocr.html
-  for i in pgm2asc.h gocr.h; do
-install -D -m644 src/$i $pkgdir/usr/include/gocr/$i
-  done
-}

Copied: gocr/repos/community-x86_64/PKGBUILD (from rev 261208, 
gocr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 07:40:16 UTC (rev 261209)
@@ -0,0 +1,35 @

[arch-commits] Commit in gst-editing-services/repos (4 files)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:40:56
  Author: spupykin
Revision: 261211

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 261210, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 261210, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 07:40:35 UTC (rev 261210)
+++ community-i686/PKGBUILD 2017-10-02 07:40:56 UTC (rev 261211)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion' 'python2-gobject')
-checkdepends=('gst-plugins-good' 'gst-plugins-bad')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
-source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e'
-'SKIP')
-
-build() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr --enable-gtk-doc \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/";
-  make
-}
-
-check() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  # Broken on i686
-  make check || :
-}
-
-package() {
-  cd "$srcdir"/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 261210, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 07:40:56 UTC (rev 261211)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.12.3
+pkgrel=1
+pkgdesc='GStreamer editing services'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
+'bash-completion' 'python2-gobject')
+checkdepends=('gst-plugins-good' 'gst-plugins-bad')
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
+source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
+sha256sums=('032e2fd040079259aec060d526bcb021c670f8d953219c229f80fdc541465f76'
+'SKIP')
+
+build() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+  make
+}
+
+check() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  # Broken on i686
+  make check || :
+}
+
+package() {
+  cd "$srcdir"/gstreamer-editing-services-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 07:40:35 UTC (rev 261210)
+++ community-x86_64/PKGBUILD   2017-10-02 07:40:56 UTC (rev 261211)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion' 'python2-gobject')
-checkdepends=('gst-plugins-good' 'gst-plugins-bad')
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5')
-source=("https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz"{,.asc})
-sha256sums=('59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e'
-'SKI

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:41:04
  Author: spupykin
Revision: 261212

upgpkg: minidlna 1.2.1-1

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:40:56 UTC (rev 261211)
+++ PKGBUILD2017-10-02 07:41:04 UTC (rev 261212)
@@ -6,7 +6,7 @@
 # Contributor: Kamil Kaminski 
 
 pkgname=minidlna
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
 arch=('i686' 'x86_64')


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:41:35
  Author: spupykin
Revision: 261213

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 261212, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 261212, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 261212, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 261212, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.sysusers
(from rev 261212, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 261212, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 261212, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 261212, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 261212, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 261212, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.sysusers
(from rev 261212, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 261212, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.sysusers
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.sysusers
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |  102 +++
 /changelog |8 ++
 /minidlna.install  |8 ++
 /minidlna.service  |   32 ++
 /minidlna.sysusers |2 
 /minidlna.tmpfiles |   10 +++
 community-i686/PKGBUILD|   51 -
 community-i686/changelog   |4 -
 community-i686/minidlna.install|4 -
 community-i686/minidlna.service|   16 -
 community-i686/minidlna.sysusers   |1 
 community-i686/minidlna.tmpfiles   |5 -
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |4 -
 community-x86_64/minidlna.service  |   16 -
 community-x86_64/minidlna.sysusers |1 
 community-x86_64/minidlna.tmpfiles |5 -
 18 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 07:41:04 UTC (rev 261212)
+++ community-i686/PKGBUILD 2017-10-02 07:41:35 UTC (rev 261213)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:Biginoz < biginoz AT free point fr>
-# Contributor: Ignacio Galmarino 
-# Contributor: Matthias Sobczyk 
-# Contributor: Kamil Kaminski 
-
-pkgname=minidlna
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/minidlna/";
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-makedepends=('git')
-backup=('etc/minidlna.conf')
-install=minidlna.install
-changelog=changelog
-#source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-source=("minidlna::git://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_}"
-   minidlna.service
-   minidlna.tmpfiles
-   minidlna.sysusers)
-sha256sums=('SKIP'
-'dd0fd8f21b49de74c98cd848c820262634cbfb2d26a6fc360eb4455fe1089d1c'
-'63a6edd22f14ba19618e251f4e7117da65ab80c8136466cfe1035cff7e7fde81'
-'b68ae22828629bc0143d2318e5ec58c94d399ec09bdac529972e35f50321628c')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  DESTDIR="$pkgdir" make install
-  install -Dm644 minidlna.conf "$pkgdir"/etc/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.sysusers 
"$pkgdir"/usr/lib/sysusers.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.service 
"$pkgdir"/usr/lib/systemd/system/minidlna.service
-  install -Dm644 "$srcdir"/$pkgname/minidlna.conf.5 
"$pkgdir"/usr/share/man/man5/minidlna.con

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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 07:41:53
  Author: eworm
Revision: 306533

use our meson wrapper packaged with meson

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 06:57:53 UTC (rev 306532)
+++ PKGBUILD2017-10-02 07:41:53 UTC (rev 306533)
@@ -129,9 +129,6 @@
   local timeservers=({0..3}.arch.pool.ntp.org)
 
   local meson_options=(
---buildtype=release
--Db_lto=true
-
 -Daudit=false
 -Dgnuefi=true
 -Dima=false
@@ -149,9 +146,12 @@
 -Dsysvrcnd-path=
   )
 
-  meson "$pkgbase-stable" build "${meson_options[@]}"
+  mkdir build
+  cd build
 
-  ninja -C build
+  arch-meson ../"$pkgbase-stable" "${meson_options[@]}"
+
+  ninja
 }
 
 package_systemd() {


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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 07:49:23
  Author: eworm
Revision: 261214

use our meson wrapper packaged with meson

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:41:35 UTC (rev 261213)
+++ PKGBUILD2017-10-02 07:49:23 UTC (rev 261214)
@@ -16,10 +16,12 @@
 sha256sums=('6a219e16923d3976f424416c944bef06913922da24bc9e6644ec114c2d563417')
 
 build() {
-   meson "${pkgname}-${pkgver}" build \
-   --prefix=/usr \
-   --sysconfdir=/etc
-   ninja -C build
+   mkdir build
+   cd build
+
+   arch-meson ../"${pkgname}-${pkgver}"
+
+   ninja
 }
 
 package() {


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:50:44
  Author: spupykin
Revision: 261215

upgpkg: nextcloud-app-richdocuments 1.12.35-1

Modified:
  nextcloud-app-richdocuments/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:49:23 UTC (rev 261214)
+++ PKGBUILD2017-10-02 07:50:44 UTC (rev 261215)
@@ -4,7 +4,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-richdocuments
-pkgver=1.12.33
+pkgver=1.12.35
 pkgrel=1
 pkgdesc="Integrate Collabora Online into NextCloud"
 arch=('any')


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:50:57
  Author: spupykin
Revision: 261216

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 07:50:44 UTC (rev 261215)
+++ PKGBUILD2017-10-02 07:50:57 UTC (rev 261216)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-richdocuments
-pkgver=1.12.33
-pkgrel=1
-pkgdesc="Integrate Collabora Online into NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/richdocuments";
-license=('AGPL')
-depends=('nextcloud' 'libreoffice-online')
-makedepends=()
-options=('!strip')
-#source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/releases/download/$pkgver/richdocuments.tar.gz";)
-source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/files/1054122/richdocuments.tar.gz";)
-sha512sums=('3f5029e1bcb342cd2603fb6058cede33bff8c59c4eeeb6fbd31ed84cfca620ed08037c9459c58f6475fde9370637f6e90e5008bdc535813d31c5079e2b66f0c3')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/richdocuments" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/richdocuments"
-}

Copied: nextcloud-app-richdocuments/repos/community-any/PKGBUILD (from rev 
261215, nextcloud-app-richdocuments/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 07:50:57 UTC (rev 261216)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-richdocuments
+pkgver=1.12.35
+pkgrel=1
+pkgdesc="Integrate Collabora Online into NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/richdocuments";
+license=('AGPL')
+depends=('nextcloud' 'libreoffice-online')
+makedepends=()
+options=('!strip')
+#source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/releases/download/$pkgver/richdocuments.tar.gz";)
+source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/files/1054122/richdocuments.tar.gz";)
+sha512sums=('3f5029e1bcb342cd2603fb6058cede33bff8c59c4eeeb6fbd31ed84cfca620ed08037c9459c58f6475fde9370637f6e90e5008bdc535813d31c5079e2b66f0c3')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/richdocuments" 
"${pkgdir}/usr/share/webapps/nextcloud/apps/richdocuments"
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:51:21
  Author: spupykin
Revision: 261218

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 07:51:06 UTC (rev 261217)
+++ PKGBUILD2017-10-02 07:51:21 UTC (rev 261218)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jonathan Kotta 
-
-pkgname=('python-sqlparse' 'python2-sqlparse')
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-#source=("https://pypi.python.org/packages/48/e4/ecd908ef40a9d0e78fc40f3abd2f329dd96b82402fee07f14dbf69948f1b/sqlparse-$pkgver.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz";)
-sha256sums=('12470ab41df1a7003a2957a79c6da9cd4ded180c8a193aa112fe0899b935ef30')
-
-prepare() {
-  cp -a sqlparse-$pkgver sqlparse2-$pkgver
-}
-
-package_python-sqlparse() {
-  depends=('python')
-
-  cd sqlparse-$pkgver/
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlparse() {
-  depends=('python2')
-
-  cd sqlparse2-$pkgver/
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/sqlformat{,2}
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 261217, 
python-sqlparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 07:51:21 UTC (rev 261218)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jonathan Kotta 
+
+pkgname=('python-sqlparse' 'python2-sqlparse')
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+#source=("https://pypi.python.org/packages/48/e4/ecd908ef40a9d0e78fc40f3abd2f329dd96b82402fee07f14dbf69948f1b/sqlparse-$pkgver.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz";)
+sha256sums=('7087a2bd385c06ac1a5cf343e2e5ea7ce2bb6386849e59ef214e02af68f73fb4')
+
+prepare() {
+  cp -a sqlparse-$pkgver sqlparse2-$pkgver
+}
+
+package_python-sqlparse() {
+  depends=('python')
+
+  cd sqlparse-$pkgver/
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlparse() {
+  depends=('python2')
+
+  cd sqlparse2-$pkgver/
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/sqlformat{,2}
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:51:27
  Author: spupykin
Revision: 261219

upgpkg: unrealircd 4.0.15-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:51:21 UTC (rev 261218)
+++ PKGBUILD2017-10-02 07:51:27 UTC (rev 261219)
@@ -3,7 +3,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=4.0.14
+pkgver=4.0.15
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
install.pl)
-sha256sums=('11db67269398668d99da6e9a02c49741ac782a9893d54bd101ba8a73a39db1a8'
+sha256sums=('a18db1c562eb8598b9262739a657582e7d0c188a286a1f6af8f701a60d2a626e'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
 '43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:51:06
  Author: spupykin
Revision: 261217

upgpkg: python-sqlparse 0.2.4-1

Modified:
  python-sqlparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:50:57 UTC (rev 261216)
+++ PKGBUILD2017-10-02 07:51:06 UTC (rev 261217)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Kotta 
 
 pkgname=('python-sqlparse' 'python2-sqlparse')
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 
#source=("https://pypi.python.org/packages/48/e4/ecd908ef40a9d0e78fc40f3abd2f329dd96b82402fee07f14dbf69948f1b/sqlparse-$pkgver.tar.gz";)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz";)
-sha256sums=('12470ab41df1a7003a2957a79c6da9cd4ded180c8a193aa112fe0899b935ef30')
+sha256sums=('7087a2bd385c06ac1a5cf343e2e5ea7ce2bb6386849e59ef214e02af68f73fb4')
 
 prepare() {
   cp -a sqlparse-$pkgver sqlparse2-$pkgver


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 07:51:54
  Author: spupykin
Revision: 261220

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 261219, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 261219, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 261219, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 261219, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 261219, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 261219, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 261219, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 261219, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 261219, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 261219, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   22 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   11 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   11 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 194 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 07:51:27 UTC (rev 261219)
+++ community-i686/PKGBUILD 2017-10-02 07:51:54 UTC (rev 261220)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.14
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com";
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-sha256sums=('11db67269398668d99da6e9a02c49741ac782a9893d54bd101ba8a73a39db1a8'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'2b2efb4b87b5b270e87fc0187ac1c559d41a41e6c81615182dc2bdd18bfcaccd'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealirc

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 08:20:57
  Author: arojas
Revision: 306534

Update to 1.9.10

Modified:
  spglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:41:53 UTC (rev 306533)
+++ PKGBUILD2017-10-02 08:20:57 UTC (rev 306534)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=spglib
-pkgver=1.9.9
+pkgver=1.9.10
 pkgrel=1
 pkgdesc="C library for finding and handling crystal symmetries"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=()
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
-md5sums=('6bbf2cb37a2294f26f2324e1142ab7d8')
+sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 08:21:27
  Author: arojas
Revision: 306535

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-02 08:20:57 UTC (rev 306534)
+++ extra-i686/PKGBUILD 2017-10-02 08:21:27 UTC (rev 306535)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(i686 x86_64)
-url="http://spglib.sf.net/";
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
-md5sums=('6bbf2cb37a2294f26f2324e1142ab7d8')
-
-build() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-i686/PKGBUILD (from rev 306534, 
spglib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-02 08:21:27 UTC (rev 306535)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.9.10
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(i686 x86_64)
+url="http://spglib.sf.net/";
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
+sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
+
+build() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-02 08:20:57 UTC (rev 306534)
+++ extra-x86_64/PKGBUILD   2017-10-02 08:21:27 UTC (rev 306535)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spglib
-pkgver=1.9.9
-pkgrel=1
-pkgdesc="C library for finding and handling crystal symmetries"
-arch=(i686 x86_64)
-url="http://spglib.sf.net/";
-license=(custom)
-depends=(glibc)
-makedepends=()
-source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
-md5sums=('6bbf2cb37a2294f26f2324e1142ab7d8')
-
-build() {
-  cd $pkgname-$pkgver
-  touch INSTALL NEWS README AUTHORS
-  autoreconf -vi
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: spglib/repos/extra-x86_64/PKGBUILD (from rev 306534, 
spglib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-02 08:21:27 UTC (rev 306535)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spglib
+pkgver=1.9.10
+pkgrel=1
+pkgdesc="C library for finding and handling crystal symmetries"
+arch=(i686 x86_64)
+url="http://spglib.sf.net/";
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=($pkgname-$pkgver.tar.gz::"https://github.com/atztogo/spglib/archive/v$pkgver.tar.gz";)
+sha256sums=('b5e66f6f693ae7cca882348fecb41fcffe08b69f53a0c249aaa755d9004c3c04')
+
+build() {
+  cd $pkgname-$pkgver
+  touch INSTALL NEWS README AUTHORS
+  autoreconf -vi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:53:32
  Author: spupykin
Revision: 261221

upgpkg: cython 0.27.1-1

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 07:51:54 UTC (rev 261220)
+++ PKGBUILD2017-10-02 08:53:32 UTC (rev 261221)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.27
+pkgver=0.27.1
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 url="http://cython.org";
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-$pkgver.tar.gz";)
-sha256sums=('b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b')
+source=("https://pypi.python.org/packages/10/32/21873ff231e069f860098b1602bb9e3ae2806d2f73ba661b5d806f200243/Cython-$pkgver.tar.gz";)
+sha256sums=('e6840a2ba2704f4ffb40e454c36f73aeb440a4005453ee8d7ff6a00d812ba176')
 
 package_cython() {
   depends=('python' 'python-setuptools')


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:53:54
  Author: spupykin
Revision: 261222

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 08:53:32 UTC (rev 261221)
+++ community-i686/PKGBUILD 2017-10-02 08:53:54 UTC (rev 261222)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.27
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(i686 x86_64)
-url="http://cython.org";
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-$pkgver.tar.gz";)
-sha256sums=('b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py install --root="$pkgdir"
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 261221, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 08:53:54 UTC (rev 261222)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.27.1
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(i686 x86_64)
+url="http://cython.org";
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/10/32/21873ff231e069f860098b1602bb9e3ae2806d2f73ba661b5d806f200243/Cython-$pkgver.tar.gz";)
+sha256sums=('e6840a2ba2704f4ffb40e454c36f73aeb440a4005453ee8d7ff6a00d812ba176')
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd "$srcdir"/Cython-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd "$srcdir"/Cython-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 08:53:32 UTC (rev 261221)
+++ community-x86_64/PKGBUILD   2017-10-02 08:53:54 UTC (rev 261222)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.27
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(i686 x86_64)
-url="http://cython.org";
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/94/63/f54920c2ddbe3e1341a4c268f7091bf1bf53c3d84f4b115aa5beea64aef9/Cython-$pkgver.tar.gz";)
-sha256sums=('b932b5194e87a8b853d493dc1b46e38632d6846a86f55b8346eb9c6ec3bdc00b')
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' "$pkgdir"/usr/bin/*
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd "$srcdir"/Cython-$pkgver
-  python2 setup.py install --root="$pkgdir"
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 261221, 
cython/trunk/PKGBUILD)
===

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:54:02
  Author: spupykin
Revision: 261223

upgpkg: ejabberd 17.09-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:53:54 UTC (rev 261222)
+++ PKGBUILD2017-10-02 08:54:02 UTC (rev 261223)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=17.08
+pkgver=17.09
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
@@ -18,40 +18,40 @@
'etc/logrotate.d/ejabberd')
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"cache_tab::git://github.com/processone/cache_tab#commit=151321560baa413d80a09965a10dda07067d7d9a"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=96a39d4ab17eef4a302dc80e712fe0ce785a9748"
+   
"eimp::git://github.com/processone/eimp.git#commit=23796118176be98195db9f831f17dde74d1553e1"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"

"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=00b418f620e4059ceae89764f06bc43a32315db6"
+   
"esip::git://github.com/processone/esip#commit=7e5ba7c6fad7897e9cb208cfb73b619457092d47"

"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b15952c35ef80a5d4fc081fe6ed941fe9fdbfe18"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=46c24036ff3c6150ad7dabb95e1aaff73a6437e6"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=a1649cd561a315ad40a1461f8a2038680cd146b2"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=432026d06ca64b640b7abbaca1fa5e11393bf62e"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=e45a28b24da67296a0f697e3975eecb99d35e41c"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=4f7fe3fed33d7ec92497f979a13b84574be8654d"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=888cbaa256bd8eff17ba73742a4b2f5706135cc6"
+   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
+   
"iconv::git://github.com/processone/iconv#commit=04018df0cb0d2effa144fd599272e0a46b390497"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"

"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"

"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"

"moka::git://github.com/processone/moka.git#commit=3eed3a6dd7dedb70a6cd18f86c7561a18626eb3b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=eab8ad1ef00bb953e61ea80b40443a7f7c5a833c"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=c856f48abb59c189f793293cd0348c5fb19c4a97"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=fb7c35e043d5213575e84ee811b78a03fe5c3fd0"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=d33b40694f510b88481e6a62356183799fbf1b24"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=2431d02f3364cbd21411a2a5b2c0ee37b3d7da6a"
-   
"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=0d0a8e56adab129836d6ff582a9bca103a0c"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=18a83eded75e092acfe7ed768f0a4bdbf310c05d"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=8c5c5cb7f1ba02358fd59ee5b98ebb43cba76fe8"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/basho/riak-erlang-client#commit=261df630afe4a998e099a8ab209a2dc7419f85de"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=9ca2395f9d6464b82bab466bbdca410cb85a0ac7"
+   
"riakc::git://github.com/processone/riak-erlang-client.git#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
+   
"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"

"samerlib::git://github.com/processone/samerlib#commit=fbbba035b1548ac4e681df00d61bf609645333a0"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=6ee3570060fbbf793a0b

[arch-commits] Commit in nextcloud/repos/community-any (7 files)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:54:54
  Author: spupykin
Revision: 261226

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 261225, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 261225, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 261225, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.script

-+
 PKGBUILD|  118 --
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 nextcloud.script|5 --
 4 files changed, 88 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 08:54:39 UTC (rev 261225)
+++ PKGBUILD2017-10-02 08:54:54 UTC (rev 261226)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=12.0.3
-pkgrel=2
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'php-xcache'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'sudo: to execute pacman hook'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook'
-'nextcloud.script')
-sha256sums=('88bcaccba886d0e5a145b15fe216d652ab68a0a4c089a102f1fa1e78e6ddfb71'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'aa664a589c62df94a25005f74fd8e02e158a44fb0204b660950247e1849f172b'
-'89dc80bd137abf48d393ce483856f3f324f022e62df9e6f3a78d7b11d03a')
-
-package() {
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-install -Dm0755 "$srcdir"/nextcloud.script 
"$pkgdir"/usr/share/libalpm/scripts/nextcloud
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 261225, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 08:54:54 UTC (rev 261226)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=12.0.3
+pkgrel=3
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'php-xcache'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+  

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:54:29
  Author: spupykin
Revision: 261224

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 261223, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 261223, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 261223, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/print-deps.sh
(from rev 261223, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 261223, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 261223, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 261223, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 261223, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 261223, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 261223, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/print-deps.sh
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  298 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /print-deps.sh  |   50 +
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  149 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/print-deps.sh|   25 --
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  149 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/print-deps.sh  |   25 --
 community-x86_64/sysuser.conf   |2 
 15 files changed, 406 insertions(+), 406 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 08:54:02 UTC (rev 261223)
+++ community-i686/PKGBUILD 2017-10-02 08:54:29 UTC (rev 261224)
@@ -1,149 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=17.08
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/";
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz";
-   
"cache_tab::git://github.com/processone/cache_tab#commit=151321560baa413d80a09965a10dda07067d7d9a"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=0ead169d7f6a3f2d0b64cca282487e4fedfbffd9"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=00b418f620e4059ceae89764f06bc43a32315db6"
-   
"ezlib::git://github.com/processone/ezlib#commit=e42ce61e60dd312ac60ef299d7f6f4522af577e5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b15952c35ef80a5d4fc081fe6ed941fe9fdbfe18"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=46c24036ff3c6150ad7dabb95e1aaff73a6437e6"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=a1649cd561a315ad40a1461f8a2038680cd146b2"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=98bc7aa19ea081478c816824aa05fc5a48acae66"
-   
"iconv::git://github.com/processone/iconv#commit=888cbaa256bd8eff17ba73742a4b2f5706135cc6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"lager::git://github.com/erlang-lager/lager#commit=a10c23c51dea6bbd63e5048c8a5a702169973114"
-   
"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
-   

[arch-commits] Commit in nextcloud/trunk (PKGBUILD nextcloud.hook nextcloud.script)

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:54:39
  Author: spupykin
Revision: 261225

upgpkg: nextcloud 12.0.3-3

Modified:
  nextcloud/trunk/PKGBUILD
  nextcloud/trunk/nextcloud.hook
Deleted:
  nextcloud/trunk/nextcloud.script

--+
 PKGBUILD |   12 
 nextcloud.hook   |2 +-
 nextcloud.script |5 -
 3 files changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:54:29 UTC (rev 261224)
+++ PKGBUILD2017-10-02 08:54:39 UTC (rev 261225)
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud
 pkgver=12.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
 url="https://nextcloud.com";
@@ -19,7 +19,6 @@
 'mariadb: to use the MySQL database backend'
 'smbclient: to mount SAMBA shares'
 'php-mcrypt'
-'sudo: to execute pacman hook'
 'ffmpeg: file preview'
 'libreoffice: file preview')
 options=('!strip')
@@ -27,13 +26,11 @@
 validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
-'nextcloud.hook'
-'nextcloud.script')
+'nextcloud.hook')
 sha256sums=('88bcaccba886d0e5a145b15fe216d652ab68a0a4c089a102f1fa1e78e6ddfb71'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'aa664a589c62df94a25005f74fd8e02e158a44fb0204b660950247e1849f172b'
-'89dc80bd137abf48d393ce483856f3f324f022e62df9e6f3a78d7b11d03a')
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
 # install project
@@ -56,6 +53,5 @@
 
 chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
 
-install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-install -Dm0755 "$srcdir"/nextcloud.script 
"$pkgdir"/usr/share/libalpm/scripts/nextcloud
+#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
 }

Modified: nextcloud.hook
===
--- nextcloud.hook  2017-10-02 08:54:29 UTC (rev 261224)
+++ nextcloud.hook  2017-10-02 08:54:39 UTC (rev 261225)
@@ -10,4 +10,4 @@
 [Action]
 Description = Updating Nextcloud installation
 When = PostTransaction
-Exec = /usr/share/libalpm/scripts/nextcloud
+Exec = /usr/bin/runuser -u http -- /usr/bin/php 
/usr/share/webapps/nextcloud/occ upgrade

Deleted: nextcloud.script
===
--- nextcloud.script2017-10-02 08:54:29 UTC (rev 261224)
+++ nextcloud.script2017-10-02 08:54:39 UTC (rev 261225)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-which sudo &>/dev/null || exit 0
-
-sudo -u http /usr/bin/php /usr/share/webapps/nextcloud/occ upgrade


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:55:06
  Author: spupykin
Revision: 261227

upgpkg: psi-plus 1.2.85-1

Modified:
  psi-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:54:54 UTC (rev 261226)
+++ PKGBUILD2017-10-02 08:55:06 UTC (rev 261227)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname="psi-plus"
-pkgver=1.2.80
+pkgver=1.2.85
 pkgrel=1
 pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
 url="http://psi-plus.com";


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 08:55:27
  Author: spupykin
Revision: 261228

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

Added:
  psi-plus/repos/community-i686/PKGBUILD
(from rev 261227, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-i686/conf.diff
(from rev 261227, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-i686/join.patch
(from rev 261227, psi-plus/trunk/join.patch)
  psi-plus/repos/community-x86_64/PKGBUILD
(from rev 261227, psi-plus/trunk/PKGBUILD)
  psi-plus/repos/community-x86_64/conf.diff
(from rev 261227, psi-plus/trunk/conf.diff)
  psi-plus/repos/community-x86_64/join.patch
(from rev 261227, psi-plus/trunk/join.patch)
Deleted:
  psi-plus/repos/community-i686/PKGBUILD
  psi-plus/repos/community-i686/conf.diff
  psi-plus/repos/community-i686/join.patch
  psi-plus/repos/community-x86_64/PKGBUILD
  psi-plus/repos/community-x86_64/conf.diff
  psi-plus/repos/community-x86_64/join.patch

-+
 /PKGBUILD   |  106 ++
 /conf.diff  |   24 +
 /join.patch |   52 
 community-i686/PKGBUILD |   53 -
 community-i686/conf.diff|   12 
 community-i686/join.patch   |   26 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/conf.diff  |   12 
 community-x86_64/join.patch |   26 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 08:55:06 UTC (rev 261227)
+++ community-i686/PKGBUILD 2017-10-02 08:55:27 UTC (rev 261228)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname="psi-plus"
-pkgver=1.2.80
-pkgrel=1
-pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
-url="http://psi-plus.com";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
-'libidn' 'aspell' 'libxss' 'qt5-svg')
-makedepends=('git' 'patch' 'qconf')
-conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
-source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
-   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
-   'conf.diff'
-   'join.patch')
-sha256sums=('SKIP'
-'SKIP'
-'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
-'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
-
-prepare() {
-  cd psi-plus-snapshots
-  # make build date in --version output a bit more readable
-  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
-  mkdir -p iconsets
-  cp -r "$srcdir"/main/iconsets/* ./iconsets
-  echo "$pkgver ($(date +"%Y-%m-%d"))" >version
-  patch -p1 <"$srcdir"/join.patch
-}
-
-build() {
-  cd psi-plus-snapshots
-  qconf
-  patch -p0 < "$srcdir"/conf.diff
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --disable-enchant \
-  --enable-whiteboarding
-  make
-  patch -Rp0 < "$srcdir"/conf.diff
-}
-
-package() {
-  cd psi-plus-snapshots
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -dm755 "$pkgdir/usr/include/psi-plus/plugins"
-  install -m644 src/plugins/include/*.h "$pkgdir/usr/include/psi-plus/plugins"
-}

Copied: psi-plus/repos/community-i686/PKGBUILD (from rev 261227, 
psi-plus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 08:55:27 UTC (rev 261228)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname="psi-plus"
+pkgver=1.2.85
+pkgrel=1
+pkgdesc="Psi+ is a powerful Jabber client (Qt, C++) designed for the Jabber 
power users (built with Qt 5.x)"
+url="http://psi-plus.com";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'qt5-x11extras' 'qca-qt5'
+'libidn' 'aspell' 'libxss' 'qt5-svg')
+makedepends=('git' 'patch' 'qconf')
+conflicts=('psi-plus-qt5-git' 'psi-plus-webkit-qt5-git' 'psi-plus-webkit-git' 
'psi-plus-git')
+source=("git://github.com/psi-plus/psi-plus-snapshots#tag=$pkgver"
+   "git://github.com/psi-plus/main.git#tag=${pkgver%.*}"
+   'conf.diff'
+   'join.patch')
+sha256sums=('SKIP'
+'SKIP'
+'690770c7c8976d536d8c4078d01c28f187f510574ddffe91251f5045fa672e53'
+'8b2ab645005fab4ca9c7fc84f57e94e1796309e780b535010b84eb0c191ad42c')
+
+prepare() {
+  cd psi-plus-snapshots
+  # make build date in --version output a bit more readable
+  #sed "s/MMdd/-MM-dd/" -i qcm/conf.qcm
+  mkdir -p iconsets
+  cp -r "$srcdir"/main/iconsets/* ./iconsets
+  echo "$pkgver ($(date +"%Y-%m-%d"))" >version
+  patch -p1 <"$srcdir"/join.patch
+}
+
+build() {
+  

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 09:05:08
  Author: heftig
Revision: 306536

3.22.4-1

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:21:27 UTC (rev 306535)
+++ PKGBUILD2017-10-02 09:05:08 UTC (rev 306536)
@@ -2,7 +2,7 @@
 # Contributor: Balló György 
 
 pkgname=hitori
-pkgver=3.22.3+10+g549fb21
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="GTK+ application to generate and let you play games of Hitori"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(gtk3)
 groups=(gnome-extra)
 makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=549fb211a01f2d1572cf211afc5ff56b8e5e9a7c  # master
+_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351  # tags/3.22.4^0
 source=("git+https://git.gnome.org/browse/hitori#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -26,12 +26,13 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-Werror
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 09:05:59
  Author: heftig
Revision: 306537

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

Added:
  hitori/repos/testing-i686/PKGBUILD
(from rev 306536, hitori/trunk/PKGBUILD)
  hitori/repos/testing-x86_64/PKGBUILD
(from rev 306536, hitori/trunk/PKGBUILD)
Deleted:
  hitori/repos/testing-i686/PKGBUILD
  hitori/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   76 ++
 testing-i686/PKGBUILD   |   37 --
 testing-x86_64/PKGBUILD |   37 --
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 09:05:08 UTC (rev 306536)
+++ testing-i686/PKGBUILD   2017-10-02 09:05:59 UTC (rev 306537)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Balló György 
-
-pkgname=hitori
-pkgver=3.22.3+10+g549fb21
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Hitori";
-license=(GPL)
-depends=(gtk3)
-groups=(gnome-extra)
-makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=549fb211a01f2d1572cf211afc5ff56b8e5e9a7c  # master
-source=("git+https://git.gnome.org/browse/hitori#commit=$_commit";)
-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-Werror
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir/" install
-}

Copied: hitori/repos/testing-i686/PKGBUILD (from rev 306536, 
hitori/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 09:05:59 UTC (rev 306537)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Balló György 
+
+pkgname=hitori
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Hitori";
+license=(GPL)
+depends=(gtk3)
+groups=(gnome-extra)
+makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
+_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351  # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/hitori#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 \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 09:05:08 UTC (rev 306536)
+++ testing-x86_64/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Balló György 
-
-pkgname=hitori
-pkgver=3.22.3+10+g549fb21
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Hitori";
-license=(GPL)
-depends=(gtk3)
-groups=(gnome-extra)
-makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=549fb211a01f2d1572cf211afc5ff56b8e5e9a7c  # master
-source=("git+https://git.gnome.org/browse/hitori#commit=$_commit";)
-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-Werror
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir/" install
-}

Copied: hitori/repos/testing-x86_64/PKGBUILD (from rev 306536, 
hitori/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Balló György 
+
+pkgname=hitori
+pkgver=3.22.4
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Hitori";
+license=(GPL)
+depends=(gtk3)
+groups=(gnome-extra)
+makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
+_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351  # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/hitori#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./confi

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:21:23
  Author: spupykin
Revision: 261229

upgpkg: bctoolbox 0.6.0-1

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 08:55:27 UTC (rev 261228)
+++ PKGBUILD2017-10-02 09:21:23 UTC (rev 261229)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=0.5.1
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('mbedtls')
 makedepends=('bcunit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
 
 build() {
   cd ${pkgname}-$pkgver


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:21:43
  Author: spupykin
Revision: 261230

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 09:21:23 UTC (rev 261229)
+++ community-i686/PKGBUILD 2017-10-02 09:21:43 UTC (rev 261230)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bctoolbox";
-license=('GPL')
-depends=('mbedtls')
-makedepends=('bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-i686/PKGBUILD (from rev 261229, 
bctoolbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 09:21:43 UTC (rev 261230)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bctoolbox";
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 09:21:23 UTC (rev 261229)
+++ community-x86_64/PKGBUILD   2017-10-02 09:21:43 UTC (rev 261230)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bctoolbox";
-license=('GPL')
-depends=('mbedtls')
-makedepends=('bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
-sha256sums=('7189367f2046deb5d9b463b4b97a7bc015464db260142648bf9226a1362ea6e3')
-
-build() {
-  cd ${pkgname}-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 261229, 
bctoolbox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 09:21:43 UTC (rev 261230)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bctoolbox";
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz";)
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:21:51
  Author: spupykin
Revision: 261231

upgpkg: bzrtp 1.0.6-1

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:21:43 UTC (rev 261230)
+++ PKGBUILD2017-10-02 09:21:51 UTC (rev 261231)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('bcunit')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('13fdb99b7b6060965a36cd4a87168a2d07fb9bd4c559b867a03db966cf557fea')
+sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 09:22:22
  Author: arodseth
Revision: 261235

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

Added:
  glide/repos/community-i686/PKGBUILD
(from rev 261233, glide/trunk/PKGBUILD)
  glide/repos/community-x86_64/PKGBUILD
(from rev 261233, glide/trunk/PKGBUILD)
Deleted:
  glide/repos/community-i686/PKGBUILD
  glide/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-10-02 09:22:20 UTC (rev 261234)
+++ community-i686/PKGBUILD 2017-10-02 09:22:22 UTC (rev 261235)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: fanningert 
-
-pkgname=glide
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='Dependency management and vendoring for Go projects'
-arch=('x86_64' 'i686')
-_gourl="github.com/Masterminds"
-url='https://github.com/Masterminds/glide'
-license=('MIT')
-makedepends=('git' 'go')
-depends=('glibc')
-provides=('glide')
-options=('!strip' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz";)
-sha256sums=('a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4')
-
-prepare() {
-  mkdir -p build/go; cd build/go
-  for f in "/usr/lib/go/"*; do ln -s "$f"; done
-  rm pkg; mkdir pkg; cd pkg
-  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
-  export GOROOT="$srcdir/build/go"
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH/src/$_gourl"
-  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
-}
-
-build() {
-  cd "$GOPATH/src/${_gourl}/${pkgname}"
-
-  go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
-}
-
-package() {
-  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: https://github.com/Masterminds/glide
-# vim:set ts=2 sw=2 et:

Copied: glide/repos/community-i686/PKGBUILD (from rev 261233, 
glide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 09:22:22 UTC (rev 261235)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: fanningert 
+
+pkgname=glide
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Dependency management and vendoring for Go projects'
+arch=('x86_64' 'i686')
+_gourl="github.com/Masterminds"
+url='https://github.com/Masterminds/glide'
+license=('MIT')
+makedepends=('git' 'go')
+depends=('glibc')
+provides=('glide')
+options=('!strip' '!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz";)
+sha256sums=('ebbfa28e547db921add3557317c810f87d4ece983213d8e9899783b3e3b43ae7')
+
+prepare() {
+  mkdir -p build/go; cd build/go
+  for f in "/usr/lib/go/"*; do ln -s "$f"; done
+  rm pkg; mkdir pkg; cd pkg
+  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
+  export GOROOT="$srcdir/build/go"
+  export GOPATH="$srcdir/build"
+  mkdir -p "$GOPATH/src/$_gourl"
+  mv "$srcdir/$pkgname-$pkgver" "$GOPATH/src/$_gourl/$pkgname"
+}
+
+build() {
+  cd "$GOPATH/src/${_gourl}/${pkgname}"
+
+  go fix && go build -o glide -ldflags "-X main.version=$pkgver" glide.go
+}
+
+package() {
+  install -Dm755 "build/src/$_gourl/$pkgname/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "build/src/$_gourl/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: https://github.com/Masterminds/glide
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 09:22:20 UTC (rev 261234)
+++ community-x86_64/PKGBUILD   2017-10-02 09:22:22 UTC (rev 261235)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: fanningert 
-
-pkgname=glide
-pkgver=0.12.3
-pkgrel=1
-pkgdesc='Dependency management and vendoring for Go projects'
-arch=('x86_64' 'i686')
-_gourl="github.com/Masterminds"
-url='https://github.com/Masterminds/glide'
-license=('MIT')
-makedepends=('git' 'go')
-depends=('glibc')
-provides=('glide')
-options=('!strip' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz";)
-sha256sums=('a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4')
-
-prepare() {
-  mkdir -p build/go; cd build/go
-  for f in "/usr/lib/go/"*; do ln -s "$f"; done
-  rm pkg; mkdir pkg; cd pkg
-  for f in "/usr/lib/go/pkg/"*; do ln -s "$f"; done
-  export GOROOT="$srcdir/build/go"
-  export GOPATH="$srcdir/build"
-  mkdir -p "$GOPATH/src/$_gourl"
-  mv "$srcd

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:22:20
  Author: spupykin
Revision: 261234

upgpkg: mediastreamer 2.16.1-1

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:22:11 UTC (rev 261233)
+++ PKGBUILD2017-10-02 09:22:20 UTC (rev 261234)
@@ -6,8 +6,8 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=2.15.1
-pkgrel=2
+pkgver=2.16.1
+pkgrel=1
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('i686' 'x86_64')
 url="https://github.com/BelledonneCommunications/mediastreamer2";
@@ -17,11 +17,11 @@
 makedepends=('intltool' 'vim' 'bcunit')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
+sha256sums=('25e0557d5b992d256a6df07466ba3c10587bdf899850b46a31e79b91147e5910')
 
 build() {
   cd ${pkgname}2-$pkgver
-#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
+  export CFLAGS="$CFLAGS -DMS2_GIT_VERSION=\"\\\"unknown\\\"\""
   [ -x ./configure ] || ./autogen.sh
   ./configure --prefix=/usr \
 --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:22:54
  Author: spupykin
Revision: 261237

upgpkg: ortp 1.0.2-1

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:22:46 UTC (rev 261236)
+++ PKGBUILD2017-10-02 09:22:54 UTC (rev 261237)
@@ -5,7 +5,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('bctoolbox')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
-sha256sums=('7baaaf82b86965e8b369ac1eede3d65c1c7223a9d8154fa85d61cedd3c577ce6')
+sha256sums=('f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:22:46
  Author: spupykin
Revision: 261236

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

Added:
  mediastreamer/repos/community-i686/PKGBUILD
(from rev 261235, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 261235, mediastreamer/trunk/PKGBUILD)
Deleted:
  mediastreamer/repos/community-i686/PKGBUILD
  mediastreamer/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-10-02 09:22:22 UTC (rev 261235)
+++ community-i686/PKGBUILD 2017-10-02 09:22:46 UTC (rev 261236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.15.1
-pkgrel=2
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/mediastreamer2";
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
-
-build() {
-  cd ${pkgname}2-$pkgver
-#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}2-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 261235, 
mediastreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 09:22:46 UTC (rev 261236)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=2.16.1
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/mediastreamer2";
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha256sums=('25e0557d5b992d256a6df07466ba3c10587bdf899850b46a31e79b91147e5910')
+
+build() {
+  cd ${pkgname}2-$pkgver
+  export CFLAGS="$CFLAGS -DMS2_GIT_VERSION=\"\\\"unknown\\\"\""
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 09:22:22 UTC (rev 261235)
+++ community-x86_64/PKGBUILD   2017-10-02 09:22:46 UTC (rev 261236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=2.15.1
-pkgrel=2
-pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/mediastreamer2";
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 
'bctoolbox')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'bcunit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz";)
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
-
-build() {
-  cd ${pkgname}2-$pkgver
-#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -x ./configure ] || ./autogen.sh
- 

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:22:11
  Author: spupykin
Revision: 261233

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 09:22:08 UTC (rev 261232)
+++ community-i686/PKGBUILD 2017-10-02 09:22:11 UTC (rev 261233)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bzrtp";
-license=('GPL2')
-depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('bcunit')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('13fdb99b7b6060965a36cd4a87168a2d07fb9bd4c559b867a03db966cf557fea')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bzrtp/repos/community-i686/PKGBUILD (from rev 261231, 
bzrtp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 09:22:11 UTC (rev 261233)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bzrtp";
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
+sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 09:22:08 UTC (rev 261232)
+++ community-x86_64/PKGBUILD   2017-10-02 09:22:11 UTC (rev 261233)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/bzrtp";
-license=('GPL2')
-depends=('libxml2' 'mbedtls' 'bctoolbox')
-makedepends=('bcunit')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
-sha256sums=('13fdb99b7b6060965a36cd4a87168a2d07fb9bd4c559b867a03db966cf557fea')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 261231, 
bzrtp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 09:22:11 UTC (rev 261233)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/bzrtp";
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz";)
+sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 09:22:08
  Author: arodseth
Revision: 261232

upgpkg: glide 0.13.0-1

Modified:
  glide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:21:51 UTC (rev 261231)
+++ PKGBUILD2017-10-02 09:22:08 UTC (rev 261232)
@@ -3,7 +3,7 @@
 # Contributor: fanningert 
 
 pkgname=glide
-pkgver=0.12.3
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='Dependency management and vendoring for Go projects'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 provides=('glide')
 options=('!strip' '!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://$_gourl/glide/archive/v${pkgver}.tar.gz";)
-sha256sums=('a304c29267cf7e00b7299b6ac8da0317f2f4f4096acb6cf817d4c745e0dee8b4')
+sha256sums=('ebbfa28e547db921add3557317c810f87d4ece983213d8e9899783b3e3b43ae7')
 
 prepare() {
   mkdir -p build/go; cd build/go


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 09:23:14
  Author: spupykin
Revision: 261238

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 09:22:54 UTC (rev 261237)
+++ community-i686/PKGBUILD 2017-10-02 09:23:14 UTC (rev 261238)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/ortp";
-license=('GPL3')
-depends=('bctoolbox')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
-sha256sums=('7baaaf82b86965e8b369ac1eede3d65c1c7223a9d8154fa85d61cedd3c577ce6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-i686/PKGBUILD (from rev 261237, 
ortp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 09:23:14 UTC (rev 261238)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/ortp";
+license=('GPL3')
+depends=('bctoolbox')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
+sha256sums=('f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 09:22:54 UTC (rev 261237)
+++ community-x86_64/PKGBUILD   2017-10-02 09:23:14 UTC (rev 261238)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/ortp";
-license=('GPL3')
-depends=('bctoolbox')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
-sha256sums=('7baaaf82b86965e8b369ac1eede3d65c1c7223a9d8154fa85d61cedd3c577ce6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 261237, 
ortp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 09:23:14 UTC (rev 261238)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/ortp";
+license=('GPL3')
+depends=('bctoolbox')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz";)
+sha256sums=('f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkg

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 10:19:36
  Author: arojas
Revision: 306538

mediastreamer 2.16.1 rebuild

Modified:
  kdenetwork-kopete/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:05:59 UTC (rev 306537)
+++ PKGBUILD2017-10-02 10:19:36 UTC (rev 306538)
@@ -5,7 +5,7 @@
 
 pkgname=kdenetwork-kopete
 pkgver=17.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant Messenger'
 url='https://kde.org/applications/internet/kopete/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4')
 makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp' 
'openssl-1.0')
 optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'openssl-1.0: jingle support')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
+source=("https://download.kde.org/stable/applications/$pkgver/src/kopete-$pkgver.tar.xz"{,.sig}
 
 kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
 sha256sums=('56a1ef3078238d4becf8ec6fe6f8f850144ab402168bd0a2608e57a100e2cbc6'
 'SKIP'


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 10:20:26
  Author: arojas
Revision: 306539

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 306538, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/extra-i686/kopete-openssl-1.1.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-openssl-1.1.patch)
  kdenetwork-kopete/repos/extra-i686/kopete-pthread-link.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-pthread-link.patch)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 306538, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-openssl-1.1.patch)
  kdenetwork-kopete/repos/extra-x86_64/kopete-pthread-link.patch
(from rev 306538, kdenetwork-kopete/trunk/kopete-pthread-link.patch)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kopete-mediastreamer2.14.patch
  kdenetwork-kopete/repos/extra-i686/kopete-openssl-1.1.patch
  kdenetwork-kopete/repos/extra-i686/kopete-pthread-link.patch
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
  kdenetwork-kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
  kdenetwork-kopete/repos/extra-x86_64/kopete-pthread-link.patch

-+
 /PKGBUILD   |  112 
 /kopete-mediastreamer2.14.patch |  166 +++
 /kopete-openssl-1.1.patch   |  600 ++
 /kopete-pthread-link.patch  |   24 +
 extra-i686/PKGBUILD |   56 --
 extra-i686/kopete-mediastreamer2.14.patch   |   83 ---
 extra-i686/kopete-openssl-1.1.patch |  300 -
 extra-i686/kopete-pthread-link.patch|   12 
 extra-x86_64/PKGBUILD   |   56 --
 extra-x86_64/kopete-mediastreamer2.14.patch |   83 ---
 extra-x86_64/kopete-openssl-1.1.patch   |  300 -
 extra-x86_64/kopete-pthread-link.patch  |   12 
 12 files changed, 902 insertions(+), 902 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-02 10:19:36 UTC (rev 306538)
+++ extra-i686/PKGBUILD 2017-10-02 10:20:26 UTC (rev 306539)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=17.08.1
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4' 'qca-qt4')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp' 
'openssl-1.0')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'openssl-1.0: jingle support')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
-sha256sums=('56a1ef3078238d4becf8ec6fe6f8f850144ab402168bd0a2608e57a100e2cbc6'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
-'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-# Fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# Fix linking to pthread in libjingle-call
-  patch -p1 -i ../kopete-pthread-link.patch
-# Fix build with OpenSSL 1.1 (based on Fedora patch for libjingle)
-#  cd protocols/jabber/libjingle
-#  patch -p1 -i "$srcdir"/kopete-openssl-1.1.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF \
--DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
--DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
--DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 306538, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)

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

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 10:21:48
  Author: arodseth
Revision: 261239

upgpkg: jedit 5.4.0-5

Modified:
  jedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 09:23:14 UTC (rev 261238)
+++ PKGBUILD2017-10-02 10:21:48 UTC (rev 261239)
@@ -7,12 +7,12 @@
 
 pkgname=jedit
 pkgver=5.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Editor for programmers'
 arch=('any')
 url='http://jedit.org/'
 license=('GPL')
-depends=('java-runtime=8')
+depends=('java-runtime>=8')
 makedepends=('gendesk')
 optdepends=('java-environment: for java development'
 'noto-fonts: usable font')


[arch-commits] Commit in jedit/repos/community-any (8 files)

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 10:21:59
  Author: arodseth
Revision: 261240

archrelease: copy trunk to community-any

Added:
  jedit/repos/community-any/PKGBUILD
(from rev 261239, jedit/trunk/PKGBUILD)
  jedit/repos/community-any/jedit.props
(from rev 261239, jedit/trunk/jedit.props)
  jedit/repos/community-any/jedit.sh
(from rev 261239, jedit/trunk/jedit.sh)
  jedit/repos/community-any/jeditbg.sh
(from rev 261239, jedit/trunk/jeditbg.sh)
Deleted:
  jedit/repos/community-any/PKGBUILD
  jedit/repos/community-any/jedit.props
  jedit/repos/community-any/jedit.sh
  jedit/repos/community-any/jeditbg.sh

-+
 PKGBUILD|   99 ++---
 jedit.props |  126 +-
 jedit.sh|   36 
 jeditbg.sh  |6 +-
 4 files changed, 132 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 10:21:48 UTC (rev 261239)
+++ PKGBUILD2017-10-02 10:21:59 UTC (rev 261240)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel J Griffiths 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-# Contributor: Dusty Phillips 
-
-pkgname=jedit
-pkgver=5.4.0
-pkgrel=3
-pkgdesc='Editor for programmers'
-arch=('any')
-url='http://jedit.org/'
-license=('GPL')
-depends=('java-runtime=8' 'bash')
-makedepends=('gendesk')
-optdepends=('java-environment: for java development'
-'noto-fonts: perfectly usable font')
-options=('!emptydirs')
-source=('jedit.sh' 'jeditbg.sh' 'jedit.props'
-
"http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-${pkgver}-noarch-1sao.tgz";)
-sha256sums=('91d9b4b0c4855c9624ceea8c6b40c90b53fb15a020b6d954f4bb6b4b934e0348'
-'5cf267b6ee1f908ee7e9a830dc98f03a3a4a53db2822fce6a2cb5ed02d444c69'
-'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347'
-'aed280800bc0d308b824087c1c71857bc4f3cc3011f20d09409298d173b37f6a')
-
-prepare() {
-  # Generate desktop shortcut
-  gendesk -f -n \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---exec 'jeditbg %U' \
---name 'jEdit' \
---genericname 'Editor'
-}
-
-package() {
-  install -d "$pkgdir/usr/share/"{doc,java}
-  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
-  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
-
-  # Launchers, properties and desktop shortcuts
-  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
-  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
-  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
-  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
-  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
-"$pkgdir/usr/share/pixmaps/jedit.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 261239, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 10:21:59 UTC (rev 261240)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel J Griffiths 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+# Contributor: Dusty Phillips 
+
+pkgname=jedit
+pkgver=5.4.0
+pkgrel=5
+pkgdesc='Editor for programmers'
+arch=('any')
+url='http://jedit.org/'
+license=('GPL')
+depends=('java-runtime>=8')
+makedepends=('gendesk')
+optdepends=('java-environment: for java development'
+'noto-fonts: usable font')
+options=('!emptydirs')
+source=("https://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit-$pkgver-noarch-1sao.tgz";
+'jedit.sh' 'jeditbg.sh' 'jedit.props')
+sha256sums=('aed280800bc0d308b824087c1c71857bc4f3cc3011f20d09409298d173b37f6a'
+'91d9b4b0c4855c9624ceea8c6b40c90b53fb15a020b6d954f4bb6b4b934e0348'
+'5cf267b6ee1f908ee7e9a830dc98f03a3a4a53db2822fce6a2cb5ed02d444c69'
+'dc5fe0050321d4f34bce556895fbc39cc6f7df194e14eb4f6ea53166a4d82347')
+
+prepare() {
+  gendesk -f -n \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--exec 'jeditbg %U' \
+--name jEdit \
+--genericname Editor
+}
+
+package() {
+  install -d "$pkgdir/usr/share/"{doc,java}
+  cp -r "usr/doc/$pkgname-$pkgver" "$pkgdir/usr/share/doc/$pkgname"
+  cp -r "usr/share/$pkgname-$pkgver" "$pkgdir/usr/share/java/$pkgname"
+  install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit"
+  install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg"
+  install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props"
+  install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \
+"$pkgdir/usr/share/pixmaps/jedit.png"
+  install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop"
+}
+
+# vim:ts=2 sw=2 et:

Deleted: jedit.props
===
--- je

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 10:42:35
  Author: svenstaro
Revision: 261241

upgpkg: lib32-nvidia-340xx-utils 340.104-1

Modified:
  lib32-nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 10:21:59 UTC (rev 261240)
+++ PKGBUILD2017-10-02 10:42:35 UTC (rev 261241)
@@ -5,8 +5,8 @@
 _pkgbasename=nvidia-340xx-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
-pkgver=340.102
-pkgrel=3
+pkgver=340.104
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -15,7 +15,7 @@
 _arch='x86'
 _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-sha512sums=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
+sha512sums=('8dacd5345a5794e862f4106ab9e8e402defa7883dd176c243d019209b560fe955d7576a13936364c01c5a249f15df58208308c9378c12c3438784376e5fb806c')
 
 create_links() {
 # create soname links


[arch-commits] Commit in lib32-nvidia-340xx-utils/repos (2 files)

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 10:42:48
  Author: svenstaro
Revision: 261242

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/
  lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/PKGBUILD
(from rev 261241, lib32-nvidia-340xx-utils/trunk/PKGBUILD)

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

Copied: lib32-nvidia-340xx-utils/repos/multilib-staging-x86_64/PKGBUILD (from 
rev 261241, lib32-nvidia-340xx-utils/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2017-10-02 10:42:48 UTC (rev 261242)
@@ -0,0 +1,98 @@
+# $Id: PKGBUILD 117364 2014-08-13 13:50:53Z svenstaro $
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-340xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-340xx-utils' 'lib32-opencl-nvidia-340xx')
+pkgver=340.104
+pkgrel=1
+arch=('x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+sha512sums=('8dacd5345a5794e862f4106ab9e8e402defa7883dd176c243d019209b560fe955d7576a13936364c01c5a249f15df58208308c9378c12c3438784376e5fb806c')
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+build() {
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-nvidia-340xx() {
+pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+provides=('lib32-opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
+}
+
+package_lib32-nvidia-340xx-utils() {
+pkgdesc="NVIDIA drivers utilities (32-bit)"
+depends=('lib32-zlib' 'lib32-gcc-libs' 'nvidia-340xx-utils')
+conflicts=('lib32-nvidia-340xx-libgl')
+provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles' 
'lib32-nvidia-340xx-libgl')
+replaces=('lib32-nvidia-340xx-libgl')
+optdepends=('lib32-opencl-nvidia-340xx')
+
+cd "${_pkg}"
+
+# OpenGL libraries
+install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
+install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
+install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
+install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
+
+# OpenGL core library
+install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glcore.so.${pkgver}"
+install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-eglcore.so.${pkgver}"
+install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-glsi.so.${pkgver}"
+
+# misc
+install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ifr.so.${pkgver}"
+install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-fbc.so.${pkgver}"
+install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-encode.so.${pkgver}"
+install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-cfg.so.${pkgver}"
+install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-ml.so.${pkgver}"
+
+# VDPAU
+install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+
+# nvidia-tls library
+install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvidia-tls.so.${pkgver}"
+
+# CUDA
+install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libcuda.so.${pkgver}"
+install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libnvcuvid.so.${pkgver}"
+
+create_links
+
+install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
+echo -e '/usr/lib32/nvidia/' > 
"${pk

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 10:44:31
  Author: svenstaro
Revision: 306540

upgpkg: nvidia-340xx-utils 340.104-1

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 10:20:26 UTC (rev 306539)
+++ PKGBUILD2017-10-02 10:44:31 UTC (rev 306540)
@@ -5,8 +5,8 @@
 
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
-pkgver=340.102
-pkgrel=8
+pkgver=340.104
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -15,8 +15,8 @@
 
source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
 
sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
-sha512sums_i686=('bea700c925a6044fcded40324bb389c5fa1aadc40831f685a76e7b0ded11161f492960950c201467e564d157dcbe0c330d13a2014f51d0073002c5a262a6f0ca')
-sha512sums_x86_64=('2a29e6418244ea384e4237d74057bd8e56247b1c503cf623dea34a3b1065d8783879aa7e6a802dd31f0a10cf81cfcab2a1b1a8269b97996f15fa1838c0a3a44b')
+sha512sums_i686=('8dacd5345a5794e862f4106ab9e8e402defa7883dd176c243d019209b560fe955d7576a13936364c01c5a249f15df58208308c9378c12c3438784376e5fb806c')
+sha512sums_x86_64=('e962494561728af5a911354bfb3560e414464f7858f30f9654eac5ca56175bc8498d1eee93a18248c63e9eee7d84807ef924fe9f53239644d7085b0f3502bf8c')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"


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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 10:44:44
  Author: svenstaro
Revision: 306541

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

Added:
  nvidia-340xx-utils/repos/staging-i686/
  nvidia-340xx-utils/repos/staging-i686/PKGBUILD
(from rev 306540, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/staging-i686/nvidia-340xx-utils.install
(from rev 306540, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/staging-i686/nvidia-drm-outputclass.conf
(from rev 306540, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/staging-x86_64/
  nvidia-340xx-utils/repos/staging-x86_64/PKGBUILD
(from rev 306540, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/staging-x86_64/nvidia-340xx-utils.install
(from rev 306540, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/staging-x86_64/nvidia-drm-outputclass.conf
(from rev 306540, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)

+
 staging-i686/PKGBUILD  |  164 +++
 staging-i686/nvidia-340xx-utils.install|   10 +
 staging-i686/nvidia-drm-outputclass.conf   |   14 ++
 staging-x86_64/PKGBUILD|  164 +++
 staging-x86_64/nvidia-340xx-utils.install  |   10 +
 staging-x86_64/nvidia-drm-outputclass.conf |   14 ++
 6 files changed, 376 insertions(+)

Copied: nvidia-340xx-utils/repos/staging-i686/PKGBUILD (from rev 306540, 
nvidia-340xx-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 10:44:44 UTC (rev 306541)
@@ -0,0 +1,164 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-340xx-utils
+pkgname=('nvidia-340xx-utils' 'opencl-nvidia-340xx')
+pkgver=340.104
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+source=(nvidia-drm-outputclass.conf)
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums=('cfea06a816ac4a8b728b1ec728d667cdcca604abb038e8b5313b434021caad06a586856b8b3a6c79f8c925629360f5a051ca3de5ab46a42af76b9d0615d2bbbe')
+sha512sums_i686=('8dacd5345a5794e862f4106ab9e8e402defa7883dd176c243d019209b560fe955d7576a13936364c01c5a249f15df58208308c9378c12c3438784376e5fb806c')
+sha512sums_x86_64=('e962494561728af5a911354bfb3560e414464f7858f30f9654eac5ca56175bc8498d1eee93a18248c63e9eee7d84807ef924fe9f53239644d7085b0f3502bf8c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia-340xx() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('opencl-nvidia')
+provides=('opencl-nvidia' 'opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-340xx-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server')
+optdepends=('gtk2: nvidia-settings'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia-340xx: OpenCL support')
+conflicts=('nvidia-304xx-utils' 'nvidia-utils' 'nvidia-340xx-libgl')
+provides=('libgl' 'libgles' 'libegl' 'nvidia-utils' 'nvidia-340xx-libgl')
+replaces=('nvidia-340xx-libgl')
+install="${pkgname}.install"
+
+cd "${_pkg}"
+
+# X driver
+install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
+
+# GLX extension module for X
+install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglx.so

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 11:25:09
  Author: arojas
Revision: 261243

Update to 1.0.0

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 10:42:48 UTC (rev 261242)
+++ PKGBUILD2017-10-02 11:25:09 UTC (rev 261243)
@@ -6,16 +6,16 @@
 # Contributor: Iván Pulido 
 
 pkgbase=python-mpmath
-pkgname=('python2-mpmath' 'python-mpmath')
-pkgver=0.19
-pkgrel=3
+pkgname=(python2-mpmath python-mpmath)
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
-arch=('any')
+arch=(any)
 url='http://mpmath.org/'
-license=('BSD')
-makedepends=('python' 'python2')
-source=("http://mpmath.org/files/mpmath-${pkgver}.tar.gz";)
-md5sums=('af5cc956b2673b33a25c3e57299bae7b')
+license=(BSD)
+makedepends=(python python2)
+source=("http://mpmath.org/files/mpmath-$pkgver.tar.gz";)
+sha256sums=('d32ba7afffbae688229a15f54fbc37c11f4989e4fac628c99b3c5b6889aee03d')
 
 prepare(){
   cp -R mpmath-$pkgver mpmath2-$pkgver
@@ -30,24 +30,23 @@
 }
 
 package_python2-mpmath() {
-  depends=('python2-gmpy2')
-  cd mpmath2-${pkgver}
+  depends=(python2-gmpy2)
+  cd mpmath2-$pkgver
 
-  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' -i
+  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env 
python2|' -i
 
   python2 setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 
 package_python-mpmath() {
-  depends=('python-gmpy2')
-  cd mpmath-${pkgver}  
+  depends=(python-gmpy2)
+  cd mpmath-$pkgver  
 
   python setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 11:25:47
  Author: arojas
Revision: 261244

archrelease: copy trunk to community-testing-any

Added:
  python-mpmath/repos/community-testing-any/
  python-mpmath/repos/community-testing-any/PKGBUILD
(from rev 261243, python-mpmath/trunk/PKGBUILD)

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

Copied: python-mpmath/repos/community-testing-any/PKGBUILD (from rev 261243, 
python-mpmath/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-10-02 11:25:47 UTC (rev 261244)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Paulo Matias 
+# Contributor: Rafael G. Martins 
+# Contributor: Iván Pulido 
+
+pkgbase=python-mpmath
+pkgname=(python2-mpmath python-mpmath)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
+arch=(any)
+url='http://mpmath.org/'
+license=(BSD)
+makedepends=(python python2)
+source=("http://mpmath.org/files/mpmath-$pkgver.tar.gz";)
+sha256sums=('d32ba7afffbae688229a15f54fbc37c11f4989e4fac628c99b3c5b6889aee03d')
+
+prepare(){
+  cp -R mpmath-$pkgver mpmath2-$pkgver
+}
+
+build() {
+  cd mpmath2-$pkgver  
+  python2 setup.py build
+
+  cd ../mpmath-$pkgver
+  python setup.py build
+}
+
+package_python2-mpmath() {
+  depends=(python2-gmpy2)
+  cd mpmath2-$pkgver
+
+  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env 
python2|' -i
+
+  python2 setup.py install --root "$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python-mpmath() {
+  depends=(python-gmpy2)
+  cd mpmath-$pkgver  
+
+  python setup.py install --root "$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 11:41:19
  Author: svenstaro
Revision: 306543

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

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

-+
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/kernel-4.11.patch  |   38 +
 staging-i686/nvidia-340xx.install   |   13 ++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/kernel-4.11.patch|   38 +
 staging-x86_64/nvidia-340xx.install |   13 ++
 6 files changed, 246 insertions(+)

Copied: nvidia-340xx/repos/staging-i686/PKGBUILD (from rev 306542, 
nvidia-340xx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 11:41:19 UTC (rev 306543)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.104
+_extramodules=extramodules-4.13-ARCH
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=("nvidia-340xx-utils=${pkgver}" 'linux' 'linux-headers>=4.13' 
'linux-headers<4.14')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)
+source=('kernel-4.11.patch')
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha512sums=('c25d90499e1deb26129a67dd7e953be8c1e31c5770e2b8b64d03af54cf1afec1a52636e74900f8ac468692207ab8a3765a12edd581142c4d2cfd2d6e66ac7ac2')
+sha512sums_i686=('8dacd5345a5794e862f4106ab9e8e402defa7883dd176c243d019209b560fe955d7576a13936364c01c5a249f15df58208308c9378c12c3438784376e5fb806c')
+sha512sums_x86_64=('e962494561728af5a911354bfb3560e414464f7858f30f9654eac5ca56175bc8498d1eee93a18248c63e9eee7d84807ef924fe9f53239644d7085b0f3502bf8c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}/kernel-4.11.patch"
+
+cp -a kernel kernel-dkms
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package_nvidia-340xx() {
+pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
+depends=('linux>=4.13' 'linux<4.14' 'libgl' "nvidia-340xx-utils=${pkgver}")
+conflict+=('nvidia-340xx-dkms')
+install=nvidia-340xx.install
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+}
+
+package_nvidia-340xx-dkms() {
+pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
+depends=('dkms' "nvidia-340xx-utils=$pkgver")
+optdepends=('linux-headers: Build the module for Arch kernel'
+'linux-lts-headers: Build the module for LTS Arch kernel')
+conflicts+=('nvidia-340xx')
+
+cd ${_pkg}
+install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
+cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}"/usr/src/nvidia-${pkgver}
+echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
+cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
+}

Copied: nvidia-340xx/repos/staging-i686/kernel-4.11.patch (from rev 306542, 
nvidia-340xx/trunk/kernel-4.11.patch)
===
--- staging-i686/kernel-4.11.patch  (rev 0)
+++ staging-i686/kernel-

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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 11:41:06
  Author: svenstaro
Revision: 306542

upgpkg: nvidia-340xx 340.104-1

Added:
  nvidia-340xx/trunk/kernel-4.11.patch
Modified:
  nvidia-340xx/trunk/PKGBUILD
Deleted:
  nvidia-340xx/trunk/4.10.0_kernel.patch
  nvidia-340xx/trunk/4.11.0_kernel.patch
  nvidia-340xx/trunk/4.12.0_kernel.patch
  nvidia-340xx/trunk/fs52243.patch

-+
 4.10.0_kernel.patch |  131 --
 4.11.0_kernel.patch |  112 --
 4.12.0_kernel.patch |   98 -
 PKGBUILD|   20 ++-
 fs52243.patch   |   14 -
 kernel-4.11.patch   |   38 ++
 6 files changed, 45 insertions(+), 368 deletions(-)

Deleted: 4.10.0_kernel.patch
===
--- 4.10.0_kernel.patch 2017-10-02 10:44:44 UTC (rev 306541)
+++ 4.10.0_kernel.patch 2017-10-02 11:41:06 UTC (rev 306542)
@@ -1,131 +0,0 @@
-From 983a2ca221a371e08bb5ad11758a729cfa5aa88c Mon Sep 17 00:00:00 2001
-From: Alberto Milone 
-Date: Wed, 15 Feb 2017 17:05:55 +0100
-Subject: [PATCH 1/1] Add support for Linux 4.10
-

- nv-linux.h|  7 +++
- nv-pat.c  | 40 
- uvm/nvidia_uvm_lite.c |  4 
- 3 files changed, 51 insertions(+)
-
-diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
-index e7068e3..2d62492 100644
 a/kernel/nv-linux.h
-+++ b/kernel/nv-linux.h
-@@ -2082,6 +2082,8 @@ static inline NvU64 nv_node_end_pfn(int nid)
-  *2016 Dec 14:5b56d49fc31dbb0487e14ead790fc81ca9fb2c99
-  */
- 
-+#include 
-+
- #if defined(NV_GET_USER_PAGES_REMOTE_PRESENT)
- #if defined(NV_GET_USER_PAGES_HAS_WRITE_AND_FORCE_ARGS)
- #define NV_GET_USER_PAGES   get_user_pages
-@@ -2129,8 +2131,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
- 
- #else
- 
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
-return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
- pages, vmas);
-+#else
-+   return get_user_pages_remote(tsk, mm, start, nr_pages, flags,
-+pages, vmas, NULL);
-+#endif
- 
- #endif
- 
-diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
-index a725533..cec6f3f 100644
 a/kernel/nv-pat.c
-+++ b/kernel/nv-pat.c
-@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
- }
- 
- #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
- static int
- nvidia_cpu_callback(struct notifier_block *nfb, unsigned long action, void 
*hcpu)
- {
-@@ -234,6 +235,34 @@ static struct notifier_block nv_hotcpu_nfb = {
- .notifier_call = nvidia_cpu_callback,
- .priority = 0
- };
-+#else
-+static int nvidia_cpu_online(unsigned int hcpu)
-+{
-+unsigned int cpu = get_cpu();
-+if (cpu == hcpu)
-+nv_setup_pat_entries(NULL);
-+else
-+NV_SMP_CALL_FUNCTION(nv_setup_pat_entries, (void *)(long int)hcpu, 1);
-+
-+put_cpu();
-+
-+return 0;
-+}
-+
-+static int nvidia_cpu_down_prep(unsigned int hcpu)
-+{
-+unsigned int cpu = get_cpu();
-+if (cpu == hcpu)
-+nv_restore_pat_entries(NULL);
-+else
-+NV_SMP_CALL_FUNCTION(nv_restore_pat_entries, (void *)(long int)hcpu, 
1);
-+
-+put_cpu();
-+
-+return 0;
-+}
-+#endif
-+
- #endif
- 
- int nv_init_pat_support(nv_stack_t *sp)
-@@ -255,7 +284,14 @@ int nv_init_pat_support(nv_stack_t *sp)
- #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
- if (nv_pat_mode == NV_PAT_MODE_BUILTIN)
- {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
- if (register_hotcpu_notifier(&nv_hotcpu_nfb) != 0)
-+#else
-+if (cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
-+  "gpu/nvidia:online",
-+  nvidia_cpu_online,
-+  nvidia_cpu_down_prep) != 0)
-+#endif
- {
- nv_disable_pat_support();
- nv_printf(NV_DBG_ERRORS,
-@@ -280,7 +316,11 @@ void nv_teardown_pat_support(void)
- {
- nv_disable_pat_support();
- #if defined(NV_ENABLE_PAT_SUPPORT) && defined(NV_ENABLE_HOTPLUG_CPU)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
- unregister_hotcpu_notifier(&nv_hotcpu_nfb);
-+#else
-+cpuhp_remove_state_nocalls(CPUHP_AP_ONLINE_DYN);
-+#endif
- #endif
- }
- }
-diff --git a/kernel/uvm/nvidia_uvm_lite.c b/kernel/uvm/nvidia_uvm_lite.c
-index 9627f60..2158b45 100644
 a/kernel/uvm/nvidia_uvm_lite.c
-+++ b/kernel/uvm/nvidia_uvm_lite.c
-@@ -820,7 +820,11 @@ done:
- #if defined(NV_VM_OPERATIONS_STRUCT_HAS_FAULT)
- int _fault(struct vm_area_struct *vma, struct vm_fault *vmf)
- {
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 10, 0)
- unsigned long vaddr = (unsigned long)vmf->virtual_address;
-+#else
-

[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD fs52243.patch)

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 11:54:10
  Author: svenstaro
Revision: 306546

upgpkg: nvidia-340xx-lts 340.104-1

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD
Deleted:
  nvidia-340xx-lts/trunk/fs52243.patch

---+
 PKGBUILD  |   12 
 fs52243.patch |   14 --
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 11:45:51 UTC (rev 306545)
+++ PKGBUILD2017-10-02 11:54:10 UTC (rev 306546)
@@ -2,9 +2,9 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-340xx-lts
-pkgver=340.102
+pkgver=340.104
 _extramodules=extramodules-4.9-lts
-pkgrel=13
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -14,12 +14,10 @@
 license=('custom')
 install=${pkgname}.install
 options=(!strip)
-source=('fs52243.patch')
 
source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
 
source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('4b9b61bbcaaea4a99a6abe4a13309016')
-md5sums_i686=('61aad6a98238bc61466e6a9e392cfd08')
-md5sums_x86_64=('81e720487caa2823586b32659da9acc1')
+md5sums_i686=('42e9c98e156f6ac2658ee526d796a428')
+md5sums_x86_64=('efbd37cde63d50f657d55a6f2b321142')
 
 [[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
 [[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -28,8 +26,6 @@
 sh ${_pkg}.run --extract-only
 cd "${_pkg}"
 # patches here
-
-patch -Np0 < "${srcdir}"/fs52243.patch
 }
 
 build() {

Deleted: fs52243.patch
===
--- fs52243.patch   2017-10-02 11:45:51 UTC (rev 306545)
+++ fs52243.patch   2017-10-02 11:54:10 UTC (rev 306546)
@@ -1,14 +0,0 @@
 kernel/nv-drm.c2016-12-15 12:41:26.0 +0100
-+++ kernel/nv-drm.c2016-12-15 12:58:48.0 +0100
-@@ -115,7 +115,11 @@
- };
- 
- static struct drm_driver nv_drm_driver = {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
-+.driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
-+#else
- .driver_features = DRIVER_GEM | DRIVER_PRIME,
-+#endif
- .load = nv_drm_load,
- .unload = nv_drm_unload,
- .fops = &nv_drm_fops,


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

2017-10-02 Thread Sven-Hendrik Haase
Date: Monday, October 2, 2017 @ 11:54:22
  Author: svenstaro
Revision: 306547

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

Added:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
(from rev 306546, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
(from rev 306546, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 306546, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install
(from rev 306546, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
  nvidia-340xx-lts/repos/extra-i686/fs52243.patch
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/fs52243.patch
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install

---+
 /PKGBUILD |  104 
 /nvidia-340xx-lts.install |   30 +
 extra-i686/PKGBUILD   |   56 -
 extra-i686/fs52243.patch  |   14 
 extra-i686/nvidia-340xx-lts.install   |   15 
 extra-x86_64/PKGBUILD |   56 -
 extra-x86_64/fs52243.patch|   14 
 extra-x86_64/nvidia-340xx-lts.install |   15 
 8 files changed, 134 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-02 11:54:10 UTC (rev 306546)
+++ extra-i686/PKGBUILD 2017-10-02 11:54:22 UTC (rev 306547)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.102
-_extramodules=extramodules-4.9-lts
-pkgrel=13
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-makedepends=('linux-lts>=4.9.51' 'linux-lts-headers>=4.9.51' 
"nvidia-340xx-utils=$pkgver")
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=('fs52243.patch')
-source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
-source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('4b9b61bbcaaea4a99a6abe4a13309016')
-md5sums_i686=('61aad6a98238bc61466e6a9e392cfd08')
-md5sums_x86_64=('81e720487caa2823586b32659da9acc1')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-cd "${_pkg}"
-# patches here
-
-patch -Np0 < "${srcdir}"/fs52243.patch
-}
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  depends=('linux-lts>=4.9.51' "nvidia-340xx-utils=$pkgver" 'libgl')
-
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/extra-i686/PKGBUILD (from rev 306546, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-02 11:54:22 UTC (rev 306547)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.104
+_extramodules=extramodules-4.9-lts
+pkgrel=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+makedepends=('linux-lts>=4.9.51' 'linux-lts-headers>=4.9.51' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums_i686=('42e9c98e156f6ac2658ee526d796a428')
+md5sums_x86_64=('efbd37cde63d50f657d55a6f2b321142')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${

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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:14:06
  Author: jsteel
Revision: 261246

upgpkg: python-botocore 1.7.20-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 11:45:26 UTC (rev 261245)
+++ PKGBUILD2017-10-02 12:14:06 UTC (rev 261246)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.7.19
+pkgver=1.7.20
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b653647e79d682d15d4c3c91d6467c30')
+md5sums=('5277763ea181c46f91797d55acf3bcee')
 
 build() {
   cd botocore-$pkgver


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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:14:29
  Author: jsteel
Revision: 261248

upgpkg: aws-cli 1.11.162-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:14:19 UTC (rev 261247)
+++ PKGBUILD2017-10-02 12:14:29 UTC (rev 261248)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.161
+pkgver=1.11.162
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('2bf825d599aab2ff804838e017b4b11d')
+md5sums=('111f8fe8f93e704406f456849651ea80')
 
 build() {
   cd $pkgname-$pkgver


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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:14:19
  Author: jsteel
Revision: 261247

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 12:14:06 UTC (rev 261246)
+++ PKGBUILD2017-10-02 12:14:19 UTC (rev 261247)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.7.19
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore";
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b653647e79d682d15d4c3c91d6467c30')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 261246, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 12:14:19 UTC (rev 261247)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.7.20
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore";
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('5277763ea181c46f91797d55acf3bcee')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:14:39
  Author: jsteel
Revision: 261249

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 12:14:29 UTC (rev 261248)
+++ PKGBUILD2017-10-02 12:14:39 UTC (rev 261249)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.161
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli";
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('2bf825d599aab2ff804838e017b4b11d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 261248, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 12:14:39 UTC (rev 261249)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.162
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli";
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('111f8fe8f93e704406f456849651ea80')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:28:52
  Author: spupykin
Revision: 261250

upgpkg: bcg729 1.0.4-1

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:14:39 UTC (rev 261249)
+++ PKGBUILD2017-10-02 12:28:52 UTC (rev 261250)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
@@ -10,12 +10,12 @@
 license=('GPL')
 depends=('mediastreamer')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz";)
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
 
 build() {
   cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr --disable-strict
   make
 }


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:29:21
  Author: spupykin
Revision: 261252

upgpkg: belle-sip 1.6.3-1

Modified:
  belle-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:29:14 UTC (rev 261251)
+++ PKGBUILD2017-10-02 12:29:21 UTC (rev 261252)
@@ -3,7 +3,7 @@
 # Contributor: Darwin Bautista 
 
 pkgname=belle-sip
-pkgver=1.6.1
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz";

"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true";)
 noextract=('antlr.jar')
-sha256sums=('60ea452d21403f59dd78fce9f385de81666e14b6b5e2533505e635611479c52e'
+sha256sums=('cbdf9f79786fe13f553964b84892e8d3a08b6eae18fc5bdea5fcb445d7f1ce17'
 '9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7')
 
 prepare() {


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:29:14
  Author: spupykin
Revision: 261251

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:28:52 UTC (rev 261250)
+++ community-i686/PKGBUILD 2017-10-02 12:29:14 UTC (rev 261251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 261250, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:29:14 UTC (rev 261251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz";)
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 12:28:52 UTC (rev 261250)
+++ community-x86_64/PKGBUILD   2017-10-02 12:29:14 UTC (rev 261251)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="g729 codec"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
-license=('GPL')
-depends=('mediastreamer')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -dm0755 "$pkgdir/usr/include/bcg729"
-  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 261250, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 12:29:14 UTC (rev 261251)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=bcg729
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html";
+license=('GPL')
+depends=('mediastreamer')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz";)
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-strict
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -dm0755 "$pkgdir/usr/include/bcg729"
+  cp include/bcg729/*.h "$pkgdir/usr/include/bcg729"
+}


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:29:41
  Author: spupykin
Revision: 261253

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

Added:
  belle-sip/repos/community-i686/PKGBUILD
(from rev 261252, belle-sip/trunk/PKGBUILD)
  belle-sip/repos/community-x86_64/PKGBUILD
(from rev 261252, belle-sip/trunk/PKGBUILD)
Deleted:
  belle-sip/repos/community-i686/PKGBUILD
  belle-sip/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:29:21 UTC (rev 261252)
+++ community-i686/PKGBUILD 2017-10-02 12:29:41 UTC (rev 261253)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-
-pkgname=belle-sip
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/belle-sip/";
-license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')
-makedepends=('java-runtime')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz";
-   
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true";)
-noextract=('antlr.jar')
-sha256sums=('60ea452d21403f59dd78fce9f385de81666e14b6b5e2533505e635611479c52e'
-'9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i \
--e "s#antlr_java_prefixes=.*#antlr_java_prefixes="$srcdir"#" \
--e "s|-Werror||g" \
-configure.ac
-  sed -i \
--e 's|bctbx_list_delete_link|bctbx_list_erase_link|g' \
--e 's|bctbx_list_remove_link|bctbx_list_unlink|g' \
-include/belle-sip/list.h
-  sed -i 's|, super->base.peer_cname ? super->base.peer_cname : 
super->base.peer_name ||' src/transports/tls_channel.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  [ -x ./configure ] || ./autogen.sh
-  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
---disable-tests --disable-static --enable-tls
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: belle-sip/repos/community-i686/PKGBUILD (from rev 261252, 
belle-sip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:29:41 UTC (rev 261253)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin 
+# Contributor: Darwin Bautista 
+
+pkgname=belle-sip
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="A Voice-over-IP phone"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/belle-sip/";
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/belle-sip/archive/$pkgver.tar.gz";
+   
"antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true";)
+noextract=('antlr.jar')
+sha256sums=('cbdf9f79786fe13f553964b84892e8d3a08b6eae18fc5bdea5fcb445d7f1ce17'
+'9d3e866b610460664522520f73b81777b5626fb0a282a5952b9800b751550bf7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i \
+-e "s#antlr_java_prefixes=.*#antlr_java_prefixes="$srcdir"#" \
+-e "s|-Werror||g" \
+configure.ac
+  sed -i \
+-e 's|bctbx_list_delete_link|bctbx_list_erase_link|g' \
+-e 's|bctbx_list_remove_link|bctbx_list_unlink|g' \
+include/belle-sip/list.h
+  sed -i 's|, super->base.peer_cname ? super->base.peer_cname : 
super->base.peer_name ||' src/transports/tls_channel.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
+--disable-tests --disable-static --enable-tls
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 12:29:21 UTC (rev 261252)
+++ community-x86_64/PKGBUILD   2017-10-02 12:29:41 UTC (rev 261253)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-
-pkgname=belle-sip
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="https://github.com/BelledonneCommunications/belle-sip/";
-license=('GPL')
-depends=('libantlr3c' 'gcc-libs' 'mbedtls' 'bctoolbox')

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:30:25
  Author: spupykin
Revision: 261254

upgpkg: flightgear 2017.3.1-1

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:29:41 UTC (rev 261253)
+++ PKGBUILD2017-10-02 12:30:25 UTC (rev 261254)
@@ -4,9 +4,9 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear
-pkgver=2017.2.1
+pkgver=2017.3.1
 _pkgver=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc="An open-source, multi-platform flight simulator"
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
@@ -17,7 +17,7 @@
 url="http://www.flightgear.org/";
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
+sha256sums=('6f2e1d992e2f202b8f9c918c9fb19124ef06824ea0e767e2f4dff6ba43728ccd')
 
 build() {
   cd "$srcdir"/flightgear-$pkgver
@@ -25,7 +25,7 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
+#  uudecode -o package/flightgear.png package/flightgear.png.uue
   make
   sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
 }
@@ -38,7 +38,7 @@
 
   install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
   install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+#  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
   install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
   install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
   ln -sf flightgear "$pkgdir"/usr/share/FlightGear


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:30:55
  Author: spupykin
Revision: 261256

upgpkg: linphone 3.12.0-1

Modified:
  linphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:30:45 UTC (rev 261255)
+++ PKGBUILD2017-10-02 12:30:55 UTC (rev 261256)
@@ -4,8 +4,8 @@
 # Contributor: Mark Lee 
 
 pkgname=linphone
-pkgver=3.11.1
-pkgrel=3
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="A Voice-over-IP phone"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org";
@@ -17,21 +17,13 @@
 optdepends=('pulseaudio')
 options=('!emptydirs')
 install=linphone.install
-source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz";
-   
"0001-Improve-linphone-config-handling-to-prevent-useless.patch::https://bugs.archlinux.org/task/53591?getfile=15156";)
-sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e'
-'4ba66e7b87b931ceeb6614b3b181eb043456627b2a9d8326f844192572c547d9')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/linphone/archive/$pkgver.tar.gz";)
+sha256sums=('60fb1e5d25823fecc7ce1955ce7e886e013118a184df1965d1877ffe6cc171b7')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
"$srcdir"/0001-Improve-linphone-config-handling-to-prevent-useless.patch
-}
-
 build() {
   cd $pkgname-$pkgver
-#  export PKG_CONFIG=/usr/bin/pkg-config
-#  unset SGML_CATALOG_FILES
-#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink 
-Dbctbx_list_delete_link=bctbx_list_erase_link"
+  export CFLAGS="$CFLAGS -DMS2_GIT_VERSION="'"unknown"'
+  touch coreapi/gitversion.h
   ./autogen.sh
   ./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
--enable-alsa --enable-pulseaudio --disable-artsc --disable-strict \


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:30:45
  Author: spupykin
Revision: 261255

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:30:25 UTC (rev 261254)
+++ community-i686/PKGBUILD 2017-10-02 12:30:45 UTC (rev 261255)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=2
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
-optdepends=('qt5-base: fgfs --launcher'
-   'qt5-declarative: fgfs --launcher')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('c7d9a63736cafd02236707d0f8e1bb36884a1a989cf49575bad13b4cbb311f5b')
-
-build() {
-  cd "$srcdir"/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd "$srcdir"/flightgear-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
-  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
-  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 261254, 
flightgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:30:45 UTC (rev 261255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear
+pkgver=2017.3.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="An open-source, multi-platform flight simulator"
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear' 'qt5-base' 
'qt5-declarative')
+optdepends=('qt5-base: fgfs --launcher'
+   'qt5-declarative: fgfs --launcher')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('6f2e1d992e2f202b8f9c918c9fb19124ef06824ea0e767e2f4dff6ba43728ccd')
+
+build() {
+  cd "$srcdir"/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING="/usr/share/flightgear/data" .
+#  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/org.flightgear.FlightGear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd "$srcdir"/flightgear-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 package/org.flightgear.FlightGear.desktop 
"$pkgdir"/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico 
"$pkgdir"/usr/share/icons/flightgear.ico
+#  install -Dm0644 package/flightgear.png 
"$pkgdir"/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/fgfs
+  install -Dm0644 scripts/completion/fg-completion.zsh 
"$pkgdir"/usr/share/zsh/site-functions/_fgfs
+  ln -sf flightgear "$pkgdir"/usr/share/FlightGear
+}

Deleted

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:31:27
  Author: spupykin
Revision: 261258

upgpkg: simgear 2017.3.1-1

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:31:16 UTC (rev 261257)
+++ PKGBUILD2017-10-02 12:31:27 UTC (rev 261258)
@@ -4,9 +4,9 @@
 # Contributor: Hans Janssen 
 
 pkgname=simgear
-pkgver=2017.2.1
+pkgver=2017.3.1
 _pkgver=${pkgver%.*}
-pkgrel=4
+pkgrel=1
 pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
 arch=(i686 x86_64)
 depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
@@ -15,7 +15,7 @@
 url="http://www.flightgear.org/";
 options=('!makeflags' 'staticlibs')
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('9924592c01cb41ad66a0ff1dc43b7678ceec69fb573d3f4e4637e26c247c7a9e')
+sha256sums=('0ee08550b737b249dcc91590ec0cb9c5dc9080998f6ba66a7d7209cdfce6e1f4')
 
 build() {
   cd "$srcdir"/simgear-$pkgver


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:31:46
  Author: spupykin
Revision: 261259

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:31:27 UTC (rev 261258)
+++ community-i686/PKGBUILD 2017-10-02 12:31:46 UTC (rev 261259)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=4
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('9924592c01cb41ad66a0ff1dc43b7678ceec69fb573d3f4e4637e26c247c7a9e')
-
-build() {
-  cd "$srcdir"/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd "$srcdir"/simgear-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 261258, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:31:46 UTC (rev 261259)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2017.3.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=("GPL")
+url="http://www.flightgear.org/";
+options=('!makeflags' 'staticlibs')
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('0ee08550b737b249dcc91590ec0cb9c5dc9080998f6ba66a7d7209cdfce6e1f4')
+
+build() {
+  cd "$srcdir"/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd "$srcdir"/simgear-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 12:31:27 UTC (rev 261258)
+++ community-x86_64/PKGBUILD   2017-10-02 12:31:46 UTC (rev 261259)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=simgear
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=4
-pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=("GPL")
-url="http://www.flightgear.org/";
-options=('!makeflags' 'staticlibs')
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('9924592c01cb41ad66a0ff1dc43b7678ceec69fb573d3f4e4637e26c247c7a9e')
-
-build() {
-  cd "$srcdir"/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd "$srcdir"/simgear-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 261258, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 12:31:46 UTC (rev 261259)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=simgear
+pkgver=2017.3.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications."
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'pl

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 12:31:16
  Author: spupykin
Revision: 261257

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 261256, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 261256, linphone/trunk/PKGBUILD)
  linphone/repos/community-i686/linphone.install
(from rev 261256, linphone/trunk/linphone.install)
  linphone/repos/community-x86_64/ChangeLog
(from rev 261256, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 261256, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/linphone.install
(from rev 261256, linphone/trunk/linphone.install)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-i686/linphone.install
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD
  linphone/repos/community-x86_64/linphone.install

---+
 /ChangeLog|   66 
 /PKGBUILD |   82 
 /linphone.install |   16 +++
 community-i686/ChangeLog  |   33 --
 community-i686/PKGBUILD   |   49 -
 community-i686/linphone.install   |8 ---
 community-x86_64/ChangeLog|   33 --
 community-x86_64/PKGBUILD |   49 -
 community-x86_64/linphone.install |8 ---
 9 files changed, 164 insertions(+), 180 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-10-02 12:30:55 UTC (rev 261256)
+++ community-i686/ChangeLog2017-10-02 12:31:16 UTC (rev 261257)
@@ -1,33 +0,0 @@
-2008-10-16  Jaroslav Lichtblau  
-* v3.0.0 build for x86_64
-
-2008-08-23  Darwin Bautista  
-* linphone 2.1.1-3
-* Fixed build against ffmpeg 20080715
-
-2008-04-20  Darwin Bautista  
-* linphone 2.1.1-2
-* Fixed md5sums
-
-2008-02-24  Darwin Bautista  
-* linphone 2.1.1-1
-* New upstream release
-* makedeps: added 'perlxml'
-* Use internal ortp
-
-2007-12-02  Darwin Bautista  
-* linphone 2.0.1-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  
-* linphone 2.0.0-1
-* New upstream release
-* depends=(): added 'libexosip2', remove 'libosip2'
-* Bumped minimum required version of dependencies
-
-2007-11-16  Darwin Bautista  
-* linphone 1.7.1-1
-* New upstream release
-* Revamped PKGBUILD
-* Fixed dependencies
-* Use external ortp

Copied: linphone/repos/community-i686/ChangeLog (from rev 261256, 
linphone/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-10-02 12:31:16 UTC (rev 261257)
@@ -0,0 +1,33 @@
+2008-10-16  Jaroslav Lichtblau  
+* v3.0.0 build for x86_64
+
+2008-08-23  Darwin Bautista  
+* linphone 2.1.1-3
+* Fixed build against ffmpeg 20080715
+
+2008-04-20  Darwin Bautista  
+* linphone 2.1.1-2
+* Fixed md5sums
+
+2008-02-24  Darwin Bautista  
+* linphone 2.1.1-1
+* New upstream release
+* makedeps: added 'perlxml'
+* Use internal ortp
+
+2007-12-02  Darwin Bautista  
+* linphone 2.0.1-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  
+* linphone 2.0.0-1
+* New upstream release
+* depends=(): added 'libexosip2', remove 'libosip2'
+* Bumped minimum required version of dependencies
+
+2007-11-16  Darwin Bautista  
+* linphone 1.7.1-1
+* New upstream release
+* Revamped PKGBUILD
+* Fixed dependencies
+* Use external ortp

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:30:55 UTC (rev 261256)
+++ community-i686/PKGBUILD 2017-10-02 12:31:16 UTC (rev 261257)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Darwin Bautista 
-# Contributor: Mark Lee 
-
-pkgname=linphone
-pkgver=3.11.1
-pkgrel=3
-pkgdesc="A Voice-over-IP phone"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org";
-license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'bzrtp' 'bcg729' 'libsoup'
-'belle-sip' 'libnotify' 'libldap')
-makedepends=('pkg-config' 'perl-xml-parser' 'intltool' 'sgml-common' 'bcunit')
-optdepends=('pulseaudio')
-options=('!emptydirs')
-install=linphone.install
-source=("https://www.linphone.org/releases/sources/linphone/linphone-$pkgver.tar.gz";
-   
"0001-Improve-linphone-config-handling-to-prevent-useless.patch::https://bugs.archlinux.org/task/53591?getfile=15156";)
-sha256sums=('dc88ef3d311495b9db6041f2ed7b99f6b00a91339c1612e63b4071a4f0a0404e'
-'4ba66e7b87b931ceeb6614b3b181eb043456627b2a9d8326f844192572c547d9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i 
"$srcdir"/00

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

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 12:42:17
  Author: arodseth
Revision: 261260

upgpkg: exa 0.8.0-1

Modified:
  exa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:31:46 UTC (rev 261259)
+++ PKGBUILD2017-10-02 12:42:17 UTC (rev 261260)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Alexander F Rødseth 
-# Contributor: 
+# Contributor: Lucas Raab 
 
 pkgname=exa
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc='ls replacement'
-arch=('x86_64' 'i686')
+arch=('x86_64')
 url='https://the.exa.website/'
 license=('MIT')
 depends=('libssh2' 'zlib')


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

2017-10-02 Thread Alexander Rødseth
Date: Monday, October 2, 2017 @ 12:42:41
  Author: arodseth
Revision: 261261

archrelease: copy trunk to community-x86_64

Added:
  exa/repos/community-x86_64/PKGBUILD
(from rev 261260, exa/trunk/PKGBUILD)
Deleted:
  exa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 12:42:17 UTC (rev 261260)
+++ PKGBUILD2017-10-02 12:42:41 UTC (rev 261261)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: 
-
-pkgname=exa
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='ls replacement'
-arch=('x86_64' 'i686')
-url='https://the.exa.website/'
-license=('MIT')
-depends=('libssh2' 'zlib')
-makedepends=('cmake' 'rust' 'cargo' 'git')
-source=("git+https://github.com/ogham/exa.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX="$pkgdir/usr" install
-
-   install -Dm644 contrib/completions.bash \
-"$pkgdir/etc/bash_completion.d/$pkgname"
-   install -Dm644 contrib/completions.zsh \
-"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-   install -Dm644 contrib/completions.fish \
-"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm644 LICEN?E \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: exa/repos/community-x86_64/PKGBUILD (from rev 261260, 
exa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 12:42:41 UTC (rev 261261)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lucas Raab 
+
+pkgname=exa
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='ls replacement'
+arch=('x86_64')
+url='https://the.exa.website/'
+license=('MIT')
+depends=('libssh2' 'zlib')
+makedepends=('cmake' 'rust' 'cargo' 'git')
+source=("git+https://github.com/ogham/exa.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX="$pkgdir/usr" install
+
+   install -Dm644 contrib/completions.bash \
+"$pkgdir/etc/bash_completion.d/$pkgname"
+   install -Dm644 contrib/completions.zsh \
+"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+   install -Dm644 contrib/completions.fish \
+"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm644 LICEN?E \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Felix Yan
Date: Monday, October 2, 2017 @ 12:52:38
  Author: felixonmars
Revision: 261262

upgpkg: uglify-js 3.1.3-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:42:41 UTC (rev 261261)
+++ PKGBUILD2017-10-02 12:52:38 UTC (rev 261262)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('90a27cce0ec8bf0dc31bd62d829e3e8a2487ab71da1e311032fc93db1d81b3c91253055e9a3e9b3c6169e9858bf357f934020e2d550a3f1052bea2d119732977')
+sha512sums=('e5950e82e7c21e337698104b7f3eb752d5933fabdadac4b306934233efe2a88e919cfcc484036607410a88a0587506dcdefeca7a89972760c9c745eaf60bd4bc')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-10-02 Thread Felix Yan
Date: Monday, October 2, 2017 @ 12:53:03
  Author: felixonmars
Revision: 261263

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 261262, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 261262, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 12:52:38 UTC (rev 261262)
+++ PKGBUILD2017-10-02 12:53:03 UTC (rev 261263)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('90a27cce0ec8bf0dc31bd62d829e3e8a2487ab71da1e311032fc93db1d81b3c91253055e9a3e9b3c6169e9858bf357f934020e2d550a3f1052bea2d119732977')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 261262, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 12:53:03 UTC (rev 261263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('e5950e82e7c21e337698104b7f3eb752d5933fabdadac4b306934233efe2a88e919cfcc484036607410a88a0587506dcdefeca7a89972760c9c745eaf60bd4bc')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-10-02 12:52:38 UTC (rev 261262)
+++ uglify-js.install   2017-10-02 12:53:03 UTC (rev 261263)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 261262, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-10-02 12:53:03 UTC (rev 261263)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:57:05
  Author: jsteel
Revision: 261264

upgpkg: isync 1.3.0-1

Modified:
  isync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 12:53:03 UTC (rev 261263)
+++ PKGBUILD2017-10-02 12:57:05 UTC (rev 261264)
@@ -5,7 +5,7 @@
 # Contributor: Leslie P. Polzer 
 
 pkgname=isync
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="IMAP and MailDir mailbox synchronizer"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('libsasl' 'zlib')
 
source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
 
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('f7b63f10dd6ab9c7d03d813cb6325a99'
+md5sums=('f64e8723ebbb081bc15510586bfa1f8f'
  'SKIP')
 validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
 


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

2017-10-02 Thread Jonathan Steel
Date: Monday, October 2, 2017 @ 12:57:37
  Author: jsteel
Revision: 261265

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-02 12:57:05 UTC (rev 261264)
+++ community-i686/PKGBUILD 2017-10-02 12:57:37 UTC (rev 261265)
@@ -1,33 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Mark Pustjens 
-# Contributor: Geoffroy Carrier 
-# Contributor: Giorgio Lando 
-# Contributor: Leslie P. Polzer 
-
-pkgname=isync
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="IMAP and MailDir mailbox synchronizer"
-arch=('i686' 'x86_64')
-url="http://isync.sourceforge.net";
-license=('GPL2')
-depends=('libsasl' 'zlib')
-source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
-
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('f7b63f10dd6ab9c7d03d813cb6325a99'
- 'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: isync/repos/community-i686/PKGBUILD (from rev 261264, 
isync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 12:57:37 UTC (rev 261265)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Mark Pustjens 
+# Contributor: Geoffroy Carrier 
+# Contributor: Giorgio Lando 
+# Contributor: Leslie P. Polzer 
+
+pkgname=isync
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('i686' 'x86_64')
+url="http://isync.sourceforge.net";
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('f64e8723ebbb081bc15510586bfa1f8f'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-02 12:57:05 UTC (rev 261264)
+++ community-x86_64/PKGBUILD   2017-10-02 12:57:37 UTC (rev 261265)
@@ -1,33 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Mark Pustjens 
-# Contributor: Geoffroy Carrier 
-# Contributor: Giorgio Lando 
-# Contributor: Leslie P. Polzer 
-
-pkgname=isync
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="IMAP and MailDir mailbox synchronizer"
-arch=('i686' 'x86_64')
-url="http://isync.sourceforge.net";
-license=('GPL2')
-depends=('libsasl' 'zlib')
-source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
-
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
-md5sums=('f7b63f10dd6ab9c7d03d813cb6325a99'
- 'SKIP')
-validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: isync/repos/community-x86_64/PKGBUILD (from rev 261264, 
isync/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 12:57:37 UTC (rev 261265)
@@ -0,0 +1,33 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Mark Pustjens 
+# Contributor: Geoffroy Carrier 
+# Contributor: Giorgio Lando 
+# Contributor: Leslie P. Polzer 
+
+pkgname=isync
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="IMAP and MailDir mailbox synchronizer"
+arch=('i686' 'x86_64')
+url="http://isync.sourceforge.net";
+license=('GPL2')
+depends=('libsasl' 'zlib')
+source=(https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz
+
https://downloads.sourceforge.net/sourceforge/isync/$pkgname-$pkgver.tar.gz.asc)
+md5sums=('f64e8723ebbb081bc15510586bfa1f8f'
+ 'SKIP')
+validpgpkeys=('96DD32BFBF9FAB04B0D95305AA283E0B2F1BB1D1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:26:05
  Author: heftig
Revision: 306548

Revert "Don't copy full DWARF, only copy symbols"

We need to upload the full symbols for the download of debug symbols to
work.

This reverts commit 8e9ac1e08898685ed616cf9c72c908841e754d72.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 11:54:22 UTC (rev 306547)
+++ PKGBUILD2017-10-02 13:26:05 UTC (rev 306548)
@@ -132,7 +132,7 @@
 package() {
   cd mozilla-unified
   DESTDIR="$pkgdir" ./mach install
-  find . -name '*crashreporter-symbols.zip' -exec cp -fvt "$startdir" {} +
+  find . -name '*crashreporter-symbols-full.zip' -exec cp -fvt "$startdir" {} +
 
   _vendorjs="$pkgdir/usr/lib/$pkgname/browser/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" <

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:29:55
  Author: heftig
Revision: 306549

0.26.0+2+g9ac8f16-1

Modified:
  dconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:26:05 UTC (rev 306548)
+++ PKGBUILD2017-10-02 13:29:55 UTC (rev 306549)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=dconf
-pkgver=0.26.0+1+g701d19d
+pkgver=0.26.0+2+g9ac8f16
 pkgrel=1
 pkgdesc="Configuration database system"
 url="https://wiki.gnome.org/Projects/dconf";
@@ -11,7 +11,7 @@
 license=(LGPL2.1)
 depends=(glib2)
 makedepends=(vala dbus git gtk-doc python)
-_commit=701d19d12d4e0599340c9bd1eb2b3e25a40d780b  # master
+_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
 source=("git+https://git.gnome.org/browse/dconf#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:32:08
  Author: heftig
Revision: 306550

3.26.1-1

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:29:55 UTC (rev 306549)
+++ PKGBUILD2017-10-02 13:32:08 UTC (rev 306550)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=dconf-editor
-pkgver=3.23.4+48+g9acdf0a
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala intltool appstream-glib git)
-_commit=9acdf0a1a79ddc1c5e46ab5535ad07fac877106c  # master
+_commit=a2cf8f75b2a77814186799cb009b56eda7ef725d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/dconf-editor#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:33:44
  Author: heftig
Revision: 306552

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

Added:
  dconf-editor/repos/testing-i686/
  dconf-editor/repos/testing-i686/PKGBUILD
(from rev 306551, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/testing-x86_64/
  dconf-editor/repos/testing-x86_64/PKGBUILD
(from rev 306551, dconf-editor/trunk/PKGBUILD)

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

Copied: dconf-editor/repos/testing-i686/PKGBUILD (from rev 306551, 
dconf-editor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:33:44 UTC (rev 306552)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf";
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=a2cf8f75b2a77814186799cb009b56eda7ef725d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/dconf-editor#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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/testing-x86_64/PKGBUILD (from rev 306551, 
dconf-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:33:44 UTC (rev 306552)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Projects/dconf";
+license=(GPL3)
+groups=(gnome-extra)
+depends=(gtk3 dconf)
+makedepends=(vala intltool appstream-glib git)
+_commit=a2cf8f75b2a77814186799cb009b56eda7ef725d  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/dconf-editor#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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:33:14
  Author: heftig
Revision: 306551

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

Added:
  dconf/repos/testing-i686/
  dconf/repos/testing-i686/PKGBUILD
(from rev 306550, dconf/trunk/PKGBUILD)
  dconf/repos/testing-x86_64/
  dconf/repos/testing-x86_64/PKGBUILD
(from rev 306550, dconf/trunk/PKGBUILD)

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

Copied: dconf/repos/testing-i686/PKGBUILD (from rev 306550, 
dconf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:33:14 UTC (rev 306551)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.26.0+2+g9ac8f16
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python)
+_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
+source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/testing-x86_64/PKGBUILD (from rev 306550, 
dconf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:33:14 UTC (rev 306551)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=dconf
+pkgver=0.26.0+2+g9ac8f16
+pkgrel=1
+pkgdesc="Configuration database system"
+url="https://wiki.gnome.org/Projects/dconf";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(glib2)
+makedepends=(vala dbus git gtk-doc python)
+_commit=9ac8f161962c8e2eeab2847caa036064d21e807f  # master
+source=("git+https://git.gnome.org/browse/dconf#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 --libexecdir=/usr/lib/dconf 
--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:37:17
  Author: heftig
Revision: 306553

1.54.1-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:33:44 UTC (rev 306552)
+++ PKGBUILD2017-10-02 13:37:17 UTC (rev 306553)
@@ -3,7 +3,7 @@
 
 pkgbase=gobject-introspection
 pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.54.0
+pkgver=1.54.1
 pkgrel=1
 pkgdesc="Introspection system for GObject-based libraries"
 url="https://wiki.gnome.org/Projects/GObjectIntrospection";
@@ -12,7 +12,7 @@
 depends=(python python-mako)
 makedepends=(cairo git gtk-doc)
 options=(!emptydirs)
-_commit=230b258b0fb0279e9f8b500d6a9cfa1313162ced  # tags/1.54.0^0
+_commit=f9e8154fb1b9612e95cf52cbeb1f52ec0a929910  # tags/1.54.1^0
 
source=("git+https://git.gnome.org/browse/gobject-introspection#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:38:44
  Author: heftig
Revision: 306554

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

Added:
  gobject-introspection/repos/testing-i686/PKGBUILD
(from rev 306553, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/testing-x86_64/PKGBUILD
(from rev 306553, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/testing-i686/PKGBUILD
  gobject-introspection/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 13:37:17 UTC (rev 306553)
+++ testing-i686/PKGBUILD   2017-10-02 13:38:44 UTC (rev 306554)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.54.0
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection";
-arch=(x86_64 i686)
-license=(LGPL GPL)
-depends=(python python-mako)
-makedepends=(cairo git gtk-doc)
-options=(!emptydirs)
-_commit=230b258b0fb0279e9f8b500d6a9cfa1313162ced  # tags/1.54.0^0
-source=("git+https://git.gnome.org/browse/gobject-introspection#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --disable-static --enable-doctool --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
-}

Copied: gobject-introspection/repos/testing-i686/PKGBUILD (from rev 306553, 
gobject-introspection/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:38:44 UTC (rev 306554)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.54.1
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection";
+arch=(x86_64 i686)
+license=(LGPL GPL)
+depends=(python python-mako)
+makedepends=(cairo git gtk-doc)
+options=(!emptydirs)
+_commit=f9e8154fb1b9612e95cf52cbeb1f52ec0a929910  # tags/1.54.1^0
+source=("git+https://git.gnome.org/browse/gobject-introspection#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgbase
+  ./configure --prefix=/usr --disable-static --enable-doctool --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install-libLTLIBRARIES install-typelibsDATA
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" uninstall-libLTLIBRARIES uninstall-typelibsDATA
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 13:37:17 UTC (rev 306553)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:38:44 UTC (rev 306554)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.54.0
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection";
-arch=(x86_64 i686)
-license=(LGPL GPL)
-depends=(python python-mako)
-makedepends=(cairo git gtk-doc)
-options=(!emptydirs)
-_commit=230b258b0fb0279e9f8b500d6a9cfa1313162ced  # tags/1.54.0^0
-source=("git+https://git.gnome.org/browse/gobject-introspection#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --disable-static --ena

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:42:38
  Author: heftig
Revision: 306555

3.26.1-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:38:44 UTC (rev 306554)
+++ PKGBUILD2017-10-02 13:42:38 UTC (rev 306555)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.26.0+9+g21214416c
+pkgver=3.26.1
 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=21214416c489c71477785527321ca35d7511b881  # gnome-3-26
+_commit=cfd2bdb29f5bbb8b6cad90072011b23753122616  # 
tags/EVOLUTION_DATA_SERVER_3_26_1^0
 
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -19,6 +19,10 @@
   git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+}
+
 build() {
   cd $pkgname
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:44:54
  Author: heftig
Revision: 306556

3.26.1-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:42:38 UTC (rev 306555)
+++ PKGBUILD2017-10-02 13:44:54 UTC (rev 306556)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.26.0+16+g920ec2c4d7
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution";
@@ -15,7 +15,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=920ec2c4d79bae16324d0a3bed7c8536aaac2c89  # gnome-3-26
+_commit=0e2e5a895434b8a671a59c5a14260877ac4b1f77  # tags/EVOLUTION_3_26_1^0
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:45:02
  Author: heftig
Revision: 306557

3.26.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:44:54 UTC (rev 306556)
+++ PKGBUILD2017-10-02 13:45:02 UTC (rev 306557)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.26.0+2+g8207f88
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS";
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(git cmake ninja intltool python)
 options=(!emptydirs)
-_commit=8207f88fe7b7f48eb88bf22faad7d37a490c29fc  # gnome-3-26
+_commit=47e1ce3f2182f6a030a2f439d03bda76d6e7b8fc  # tags/EVOLUTION_EWS_3_26_1^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:47:42
  Author: heftig
Revision: 306559

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

Added:
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 306558, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 306558, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/testing-i686/PKGBUILD
  evolution-data-server/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 13:47:03 UTC (rev 306558)
+++ testing-i686/PKGBUILD   2017-10-02 13:47:42 UTC (rev 306559)
@@ -1,48 +0,0 @@
-# $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/testing-i686/PKGBUILD (from rev 306558, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:47:42 UTC (rev 306559)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.26.1
+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=cfd2bdb29f5bbb8b6cad90072011b23753122616  # 
tags/EVOLUTION_DATA_SERVER_3_26_1^0
+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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+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
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 13:47:03 UTC (rev 306558)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:47:42 UTC (rev 306559)
@@ -1,48 +0,0 @@
-# $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 \

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:47:03
  Author: heftig
Revision: 306558

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

Added:
  evolution/repos/testing-i686/PKGBUILD
(from rev 306557, evolution/trunk/PKGBUILD)
  evolution/repos/testing-x86_64/PKGBUILD
(from rev 306557, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/testing-i686/PKGBUILD
  evolution/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 13:45:02 UTC (rev 306557)
+++ testing-i686/PKGBUILD   2017-10-02 13:47:03 UTC (rev 306558)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.26.0+16+g920ec2c4d7
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=920ec2c4d79bae16324d0a3bed7c8536aaac2c89  # gnome-3-26
-source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  ninja
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase
-  DESTDIR="$pkgdir" ninja install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/testing-i686/PKGBUILD (from rev 306557, 
evolution/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:47:03 UTC (rev 306558)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=0e2e5a895434b8a671a59c5a14260877ac4b1f77  # tags/EVOLUTION_3_26_1^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgbase
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  ninja
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plu

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 13:48:19
  Author: heftig
Revision: 306560

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

Added:
  evolution-ews/repos/testing-i686/PKGBUILD
(from rev 306559, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/testing-x86_64/PKGBUILD
(from rev 306559, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/testing-i686/PKGBUILD
  evolution-ews/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 13:47:42 UTC (rev 306559)
+++ testing-i686/PKGBUILD   2017-10-02 13:48:19 UTC (rev 306560)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.26.0+2+g8207f88
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git cmake ninja intltool python)
-options=(!emptydirs)
-_commit=8207f88fe7b7f48eb88bf22faad7d37a490c29fc  # gnome-3-26
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 306559, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:48:19 UTC (rev 306560)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git cmake ninja intltool python)
+options=(!emptydirs)
+_commit=47e1ce3f2182f6a030a2f439d03bda76d6e7b8fc  # tags/EVOLUTION_EWS_3_26_1^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 13:47:42 UTC (rev 306559)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:48:19 UTC (rev 306560)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.26.0+2+g8207f88
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS";
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git cmake ninja intltool python)
-options=(!emptydirs)
-_commit=8207f88fe7b7f48eb88bf22faad7d37a490c29fc  # gnome-3-26
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/testing-x86_64/PKGBUILD (from rev 306559, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:48:19 UTC (rev 306560)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS";
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git cmake ninja intltool python)
+options=(!emptydirs)
+_commit=47e1ce3f2182f6a030a2f439d03bda76d6e7b8fc  # tags/EVOLUTION_EWS_3_26_1^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --ta

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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 13:53:20
  Author: eworm
Revision: 306561

upgpkg: dnsmasq 2.78-1

new upstream release, fixing a number of security vulnerabilities:

* CVE-2017-14495, OOM in DNS response creation.
* CVE-2017-14496, Integer underflow in DNS response creation.
* CVE-2017-14494, Infoleak handling DHCPv6 forwarded requests.
* CVE-2017-14493, DHCPv6 - Stack buffer overflow.
* CVE-2017-14492, DHCPv6 RA heap overflow.
* CVE-2017-14491, DNS heap buffer overflow.

Modified:
  dnsmasq/trunk/PKGBUILD
Deleted:
  dnsmasq/trunk/0001-do-not-include-stdio-h-before-dnsmasq-h.patch
  dnsmasq/trunk/0002-Fix-logic-of-appending-layer-to-PXE-basename.patch

-+
 0001-do-not-include-stdio-h-before-dnsmasq-h.patch  |   24 -
 0002-Fix-logic-of-appending-layer-to-PXE-basename.patch |   35 --
 PKGBUILD|   17 +-
 3 files changed, 3 insertions(+), 73 deletions(-)

Deleted: 0001-do-not-include-stdio-h-before-dnsmasq-h.patch
===
--- 0001-do-not-include-stdio-h-before-dnsmasq-h.patch  2017-10-02 13:48:19 UTC 
(rev 306560)
+++ 0001-do-not-include-stdio-h-before-dnsmasq-h.patch  2017-10-02 13:53:20 UTC 
(rev 306561)
@@ -1,24 +0,0 @@
-Subject: [PATCH 1/1] do not include stdio.h before dnsmasq.h
-Date: Tue, 22 Aug 2017 23:19:29 +0200
-From: Christian Hesse 
-
-We define some constants in dnsmasq.h, which have an influence on
-stdio.h. So do not include stdio.h before dnsmasq.h.
-
-Signed-off-by: Christian Hesse 

- src/helper.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/helper.c b/src/helper.c
-index 635677e..281cb4a 100644
 a/src/helper.c
-+++ b/src/helper.c
-@@ -14,7 +14,6 @@
-along with this program.  If not, see .
- */
- 
--#include 
- #include "dnsmasq.h"
- 
- #ifdef HAVE_SCRIPT

Deleted: 0002-Fix-logic-of-appending-layer-to-PXE-basename.patch
===
--- 0002-Fix-logic-of-appending-layer-to-PXE-basename.patch 2017-10-02 
13:48:19 UTC (rev 306560)
+++ 0002-Fix-logic-of-appending-layer-to-PXE-basename.patch 2017-10-02 
13:53:20 UTC (rev 306561)
@@ -1,35 +0,0 @@
-From: Chris Novakovic 
-Date: Tue, 6 Jun 2017 22:02:59 + (+0100)
-Subject: Fix logic of appending "." to PXE basename
-X-Git-Tag: v2.78test1~1
-X-Git-Url: 
http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commitdiff_plain;h=2446514e716075cfe2be35e2a9b9de4eacdbac99
-
-Fix logic of appending "." to PXE basename
-
-Commit f77700aa, which fixes a compiler warning, also breaks the
-behaviour of prepending "." to basenames in --pxe-service: in
-situations where the basename contains a ".", the "." suffix is
-erroneously added, and in situations where the basename doesn't contain
-a ".", the "." suffix is erroneously omitted.
-
-A patch against the git HEAD is attached that inverts this logic and
-restores the expected behaviour of --pxe-service.

-
-diff --git a/src/rfc2131.c b/src/rfc2131.c
-index a679470..1c850e5 100644
 a/src/rfc2131.c
-+++ b/src/rfc2131.c
-@@ -836,10 +836,10 @@ size_t dhcp_reply(struct dhcp_context *context, char 
*iface_name, int int_index,
- 
- if (strchr(service->basename, '.'))
-   snprintf((char *)mess->file, sizeof(mess->file),
--  "%s.%d", service->basename, layer);
-+  "%s", service->basename);
- else
-   snprintf((char *)mess->file, sizeof(mess->file),
--  "%s", service->basename);
-+  "%s.%d", service->basename, layer);
- 
- option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK);
- option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, 
htonl(context->local.s_addr));

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:48:19 UTC (rev 306560)
+++ PKGBUILD2017-10-02 13:53:20 UTC (rev 306561)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=dnsmasq
-pkgver=2.77
-pkgrel=4
+pkgver=2.78
+pkgrel=1
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
 arch=('i686' 'x86_64')
@@ -15,26 +15,15 @@
 backup=('etc/dnsmasq.conf')
 validpgpkeys=('D6EACBD6EE46B834248D111215CDDA6AE19135A2') # Simon Kelley 

 source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
-'0001-do-not-include-stdio-h-before-dnsmasq-h.patch'
-'0002-Fix-logic-of-appending-layer-to-PXE-basename.patch'
 'dnsmasq-sysusers.conf'
 'dnsmasq.service')
-sha256sums=('6eac3b1c50ae25170e3ff8c96ddb55236cf45007633fdb8a35b1f3e02f5f8b8a'
+sha256sums=('89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b'
 'SKIP'
-'bd39af88222ec44d269734d0513656bed865fb0f0901b538fdbbe19768e91bcf'
-'5c969e79037980f3d138434a40c4

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

2017-10-02 Thread Christian Hesse
Date: Monday, October 2, 2017 @ 13:53:25
  Author: eworm
Revision: 306562

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

Added:
  dnsmasq/repos/testing-i686/
  dnsmasq/repos/testing-i686/PKGBUILD
(from rev 306561, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf
(from rev 306561, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-i686/dnsmasq.service
(from rev 306561, dnsmasq/trunk/dnsmasq.service)
  dnsmasq/repos/testing-x86_64/
  dnsmasq/repos/testing-x86_64/PKGBUILD
(from rev 306561, dnsmasq/trunk/PKGBUILD)
  dnsmasq/repos/testing-x86_64/dnsmasq-sysusers.conf
(from rev 306561, dnsmasq/trunk/dnsmasq-sysusers.conf)
  dnsmasq/repos/testing-x86_64/dnsmasq.service
(from rev 306561, dnsmasq/trunk/dnsmasq.service)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/dnsmasq-sysusers.conf   |1 
 testing-i686/dnsmasq.service |   14 
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/dnsmasq-sysusers.conf |1 
 testing-x86_64/dnsmasq.service   |   14 
 6 files changed, 142 insertions(+)

Copied: dnsmasq/repos/testing-i686/PKGBUILD (from rev 306561, 
dnsmasq/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 13:53:25 UTC (rev 306562)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=dnsmasq
+pkgver=2.78
+pkgrel=1
+pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
+url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc' 'gmp' 'libidn' 'libdbus' 'libnetfilter_conntrack' 'nettle')
+backup=('etc/dnsmasq.conf')
+validpgpkeys=('D6EACBD6EE46B834248D111215CDDA6AE19135A2') # Simon Kelley 

+source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
+'dnsmasq-sysusers.conf'
+'dnsmasq.service')
+sha256sums=('89949f438c74b0c7543f06689c319484bd126cc4b1f8c745c742ab397681252b'
+'SKIP'
+'7f6ff6a709038ae580758f4b6a754451d7f7ce22957b88a36b97f7b643d3c2ab'
+'983a3c7a68ce114cf7b44f0d9c59b74c266647a9e5ac34c1d1d5161610bc57fe')
+
+_build_copts="-DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_IDN -DHAVE_CONNTRACK"
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make \
+CFLAGS="$CPPFLAGS $CFLAGS" \
+LDFLAGS="$LDFLAGS" \
+COPTS="$_build_copts" \
+all-i18n
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # need to pass COPTS here to avoid rebuilding the binary.
+  make \
+COPTS="$_build_copts" \
+BINDIR=/usr/bin PREFIX=/usr DESTDIR="$pkgdir" \
+install install-i18n
+
+  install -Dm644 "dbus/dnsmasq.conf" 
"$pkgdir"/usr/share/dbus-1/system.d/dnsmasq.conf
+  install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/usr/lib/systemd/system/dnsmasq.service
+  install -Dm644 "$srcdir/dnsmasq-sysusers.conf" 
"$pkgdir"/usr/lib/sysusers.d/dnsmasq.conf
+
+  # DNSSEC setup
+  sed -i 's,%%PREFIX%%,/usr,' "$pkgdir"/etc/dnsmasq.conf
+  install -Dm644 "trust-anchors.conf" 
"$pkgdir"/usr/share/dnsmasq/trust-anchors.conf
+}
+
+# vim: ts=2 sw=2 et ft=sh

Copied: dnsmasq/repos/testing-i686/dnsmasq-sysusers.conf (from rev 306561, 
dnsmasq/trunk/dnsmasq-sysusers.conf)
===
--- testing-i686/dnsmasq-sysusers.conf  (rev 0)
+++ testing-i686/dnsmasq-sysusers.conf  2017-10-02 13:53:25 UTC (rev 306562)
@@ -0,0 +1 @@
+u dnsmasq - "dnsmasq daemon" /

Copied: dnsmasq/repos/testing-i686/dnsmasq.service (from rev 306561, 
dnsmasq/trunk/dnsmasq.service)
===
--- testing-i686/dnsmasq.service(rev 0)
+++ testing-i686/dnsmasq.service2017-10-02 13:53:25 UTC (rev 306562)
@@ -0,0 +1,14 @@
+[Unit]
+Description=A lightweight DHCP and caching DNS server
+After=network.target
+Documentation=man:dnsmasq(8)
+
+[Service]
+Type=dbus
+BusName=uk.org.thekelleys.dnsmasq
+ExecStartPre=/usr/bin/dnsmasq --test
+ExecStart=/usr/bin/dnsmasq -k --enable-dbus --user=dnsmasq --pid-file
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: dnsmasq/repos/testing-x86_64/PKGBUILD (from rev 306561, 
dnsmasq/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 13:53:25 UTC (rev 306562)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Contributor: Paul Mattal 
+# Contributor: Tom Newsom 
+
+pkgname=dnsmasq
+pkgver=2.78
+pkgrel=1
+pk

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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 14:11:39
  Author: heftig
Revision: 306563

3.26.1-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:53:25 UTC (rev 306562)
+++ PKGBUILD2017-10-02 14:11:39 UTC (rev 306563)
@@ -4,7 +4,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 url="https://git.gnome.org/browse/gnome-disk-utility";
@@ -13,7 +13,7 @@
 groups=(gnome)
 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
 makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
-_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
+_commit=11adbafd96fefa4c2a2f7fab5d2454cc89682d26  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 


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

2017-10-02 Thread Jan Steffens
Date: Monday, October 2, 2017 @ 14:12:48
  Author: heftig
Revision: 306564

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

Added:
  gnome-disk-utility/repos/testing-i686/PKGBUILD
(from rev 306563, gnome-disk-utility/trunk/PKGBUILD)
  gnome-disk-utility/repos/testing-x86_64/PKGBUILD
(from rev 306563, gnome-disk-utility/trunk/PKGBUILD)
Deleted:
  gnome-disk-utility/repos/testing-i686/PKGBUILD
  gnome-disk-utility/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   88 ++
 testing-i686/PKGBUILD   |   44 ---
 testing-x86_64/PKGBUILD |   44 ---
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-02 14:11:39 UTC (rev 306563)
+++ testing-i686/PKGBUILD   2017-10-02 14:12:48 UTC (rev 306564)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-url="https://git.gnome.org/browse/gnome-disk-utility";
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
-makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
-_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-disk-utility/repos/testing-i686/PKGBUILD (from rev 306563, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-02 14:12:48 UTC (rev 306564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://git.gnome.org/browse/gnome-disk-utility";
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
+makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
+_commit=11adbafd96fefa4c2a2f7fab5d2454cc89682d26  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-02 14:11:39 UTC (rev 306563)
+++ testing-x86_64/PKGBUILD 2017-10-02 14:12:48 UTC (rev 306564)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-url="https://git.gnome.org/browse/gnome-disk-utility";
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted)
-makedepends=(docbook-xsl autoconf-archive appstream-glib git meson)
-_commit=7a2bd9cd695593b3fa36327241b55bcaa2111e17  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-disk-utility#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/gnome-disk-utility --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-disk-utility/repos/testing-x86_64/PKGBUILD (from rev 306563, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 14:12:48 UTC (rev 306564)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens

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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 15:52:43
  Author: spupykin
Revision: 261267

upgpkg: flightgear-data 2017.3.1-1

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 13:10:32 UTC (rev 261266)
+++ PKGBUILD2017-10-02 15:52:43 UTC (rev 261267)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen 
 
 pkgname=flightgear-data
-pkgver=2017.2.1
+pkgver=2017.3.1
 _pkgver=${pkgver%.*}
 pkgrel=1
 pkgdesc="Base-Data for the opensource flight-simulator."
@@ -13,7 +13,7 @@
 url="http://www.flightgear.org/";
 options=(!strip)
 
source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
-sha256sums=('c9350e4500a1d97ebc515e7bb9e74081a8726a8fa244966543c9c67bcdacd1a4')
+sha256sums=('df08b06e88a29a9f80f29186afd54d278636a663281a1b68e8f484bbb403d898')
 
 package() {
   cd "$srcdir"


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

2017-10-02 Thread Sergej Pupykin
Date: Monday, October 2, 2017 @ 15:53:17
  Author: spupykin
Revision: 261268

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 261267, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-02 15:52:43 UTC (rev 261267)
+++ PKGBUILD2017-10-02 15:53:17 UTC (rev 261268)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Hans Janssen 
-
-pkgname=flightgear-data
-pkgver=2017.2.1
-_pkgver=${pkgver%.*}
-pkgrel=1
-pkgdesc="Base-Data for the opensource flight-simulator."
-arch=(any)
-license=('GPL')
-url="http://www.flightgear.org/";
-options=(!strip)
-source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
-sha256sums=('c9350e4500a1d97ebc515e7bb9e74081a8726a8fa244966543c9c67bcdacd1a4')
-
-package() {
-  cd "$srcdir"
-  mkdir -p "$pkgdir"/usr/share/flightgear
-  mv fgdata/ "$pkgdir"/usr/share/flightgear/data
-  chown root:root "$pkgdir"/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 261267, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-02 15:53:17 UTC (rev 261268)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Hans Janssen 
+
+pkgname=flightgear-data
+pkgver=2017.3.1
+_pkgver=${pkgver%.*}
+pkgrel=1
+pkgdesc="Base-Data for the opensource flight-simulator."
+arch=(any)
+license=('GPL')
+url="http://www.flightgear.org/";
+options=(!strip)
+source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2";)
+sha256sums=('df08b06e88a29a9f80f29186afd54d278636a663281a1b68e8f484bbb403d898')
+
+package() {
+  cd "$srcdir"
+  mkdir -p "$pkgdir"/usr/share/flightgear
+  mv fgdata/ "$pkgdir"/usr/share/flightgear/data
+  chown root:root "$pkgdir"/usr/share/flightgear/data
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:03:14
  Author: arojas
Revision: 306566

Update to 2.1.0

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 14:15:03 UTC (rev 306565)
+++ PKGBUILD2017-10-02 16:03:14 UTC (rev 306566)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libqalculate
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('gnuplot: for plotting support')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('86d04362f37aa5acbc78108e0044b96fbffbaa33c309c19c8c37ac4fb46c5485')
+sha256sums=('7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:03:50
  Author: arojas
Revision: 306567

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

Added:
  libqalculate/repos/staging-i686/
  libqalculate/repos/staging-i686/PKGBUILD
(from rev 306566, libqalculate/trunk/PKGBUILD)
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 306566, libqalculate/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libqalculate/repos/staging-i686/PKGBUILD (from rev 306566, 
libqalculate/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 16:03:50 UTC (rev 306567)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool')
+optdepends=('gnuplot: for plotting support')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 306566, 
libqalculate/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-02 16:03:50 UTC (rev 306567)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool')
+optdepends=('gnuplot: for plotting support')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:06:54
  Author: arojas
Revision: 306568

Update to 2.1.0

Modified:
  qalculate-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 16:03:50 UTC (rev 306567)
+++ PKGBUILD2017-10-02 16:06:54 UTC (rev 306568)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=qalculate-gtk
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="GNOME frontend for libqalculate"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 makedepends=('intltool' 'rarian')
 optdepends=('yelp: for displaying the help')
 options=('!makeflags')
-source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v${pkgver}a/$pkgname-$pkgver.tar.gz)
-sha1sums=('eb4483cc71249efec211ada5aa413caba55acb9c')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('e19f0408d646229e232b5b5cbd2a472479ddff8f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:07:32
  Author: arojas
Revision: 306569

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

Added:
  qalculate-gtk/repos/staging-i686/
  qalculate-gtk/repos/staging-i686/PKGBUILD
(from rev 306568, qalculate-gtk/trunk/PKGBUILD)
  qalculate-gtk/repos/staging-x86_64/
  qalculate-gtk/repos/staging-x86_64/PKGBUILD
(from rev 306568, qalculate-gtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   27 +++
 staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: qalculate-gtk/repos/staging-i686/PKGBUILD (from rev 306568, 
qalculate-gtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 16:07:32 UTC (rev 306569)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('e19f0408d646229e232b5b5cbd2a472479ddff8f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: qalculate-gtk/repos/staging-x86_64/PKGBUILD (from rev 306568, 
qalculate-gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-02 16:07:32 UTC (rev 306569)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=qalculate-gtk
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="GNOME frontend for libqalculate"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libqalculate' 'gtk3')
+makedepends=('intltool' 'rarian')
+optdepends=('yelp: for displaying the help')
+options=('!makeflags')
+source=(https://github.com/Qalculate/qalculate-gtk/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('e19f0408d646229e232b5b5cbd2a472479ddff8f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:10:45
  Author: arojas
Revision: 306570

libqalculate 2.1.0 rebuild

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 16:07:32 UTC (rev 306569)
+++ PKGBUILD2017-10-02 16:10:45 UTC (rev 306570)
@@ -5,7 +5,7 @@
 
 pkgname=cantor
 pkgver=17.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/";
 arch=(i686 x86_64)
@@ -47,7 +47,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF \
 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:11:07
  Author: arojas
Revision: 306571

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

Added:
  cantor/repos/staging-i686/
  cantor/repos/staging-i686/PKGBUILD
(from rev 306570, cantor/trunk/PKGBUILD)
  cantor/repos/staging-i686/cantor-julia-0.6.patch
(from rev 306570, cantor/trunk/cantor-julia-0.6.patch)
  cantor/repos/staging-x86_64/
  cantor/repos/staging-x86_64/PKGBUILD
(from rev 306570, cantor/trunk/PKGBUILD)
  cantor/repos/staging-x86_64/cantor-julia-0.6.patch
(from rev 306570, cantor/trunk/cantor-julia-0.6.patch)

---+
 staging-i686/PKGBUILD |   60 
 staging-i686/cantor-julia-0.6.patch   |   14 +++
 staging-x86_64/PKGBUILD   |   60 
 staging-x86_64/cantor-julia-0.6.patch |   14 +++
 4 files changed, 148 insertions(+)

Copied: cantor/repos/staging-i686/PKGBUILD (from rev 306570, 
cantor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 16:11:07 UTC (rev 306571)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=17.08.1
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 cantor-julia-0.6.patch)
+sha256sums=('63d871f800dd7b8dc7323409392f3e06d0aeb03deff8a58ff84058e39f88dad4'
+'SKIP'
+'0d57a2edd7eb2c156ff0dee6c67b6e5679d68f55f2426e77c92f25c2ec3b1f61')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# fix build with julia 0.6
+  patch -p1 -i ../cantor-julia-0.6.patch
+}
+
+build() {
+  cd build
+
+  if [[ $CARCH == 'i686' ]]; then
+export CFLAGS+=" -march=pentium4"
+export CXXFLAGS+=" -march=pentium4"
+  fi
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cantor/repos/staging-i686/cantor-julia-0.6.patch (from rev 306570, 
cantor/trunk/cantor-julia-0.6.patch)
===
--- staging-i686/cantor-julia-0.6.patch (rev 0)
+++ staging-i686/cantor-julia-0.6.patch 2017-10-02 16:11:07 UTC (rev 306571)
@@ -0,0 +1,14 @@
+diff --git a/src/backends/julia/juliaserver/juliaserver.cpp 
b/src/backends/julia/juliaserver/juliaserver.cpp
+index dc8a48e5..91c2c338 100644
+--- a/src/backends/julia/juliaserver/juliaserver.cpp
 b/src/backends/julia/juliaserver/juliaserver.cpp
+@@ -40,7 +40,7 @@ JuliaServer::~JuliaServer()
+ void JuliaServer::login(const QString &path) const
+ {
+ QString dir_path = QFileInfo(path).dir().absolutePath();
+-jl_init(dir_path.toLatin1().constData());
++jl_init_with_image(dir_path.toLatin1().constData(), NULL);
+ }
+ 
+ void JuliaServer::runJuliaCommand(const QString &command)
+

Copied: cantor/repos/staging-x86_64/PKGBUILD (from rev 306570, 
cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-02 16:11:07 UTC (rev 306571)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=17.08.1
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'

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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:13:47
  Author: arojas
Revision: 306572

libqalculate 2.1.0 rebuild

Modified:
  step/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 16:11:07 UTC (rev 306571)
+++ PKGBUILD2017-10-02 16:13:47 UTC (rev 306572)
@@ -5,7 +5,7 @@
 
 pkgname=step
 pkgver=17.08.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Physical Simulator"
 url="https://kde.org/applications/education/step/";
 arch=(i686 x86_64)


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:14:17
  Author: arojas
Revision: 306573

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

Added:
  step/repos/staging-i686/
  step/repos/staging-i686/PKGBUILD
(from rev 306572, step/trunk/PKGBUILD)
  step/repos/staging-x86_64/
  step/repos/staging-x86_64/PKGBUILD
(from rev 306572, step/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: step/repos/staging-i686/PKGBUILD (from rev 306572, step/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-10-02 16:14:17 UTC (rev 306573)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=17.08.1
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ea45c152a6e18765bd87460a16e19c1ffc9f100906d3121e0042900a5ecbe986'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: step/repos/staging-x86_64/PKGBUILD (from rev 306572, 
step/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-10-02 16:14:17 UTC (rev 306573)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=step
+pkgver=17.08.1
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kdelibs4support kplotting 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen mesa kdesignerplugin 
qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ea45c152a6e18765bd87460a16e19c1ffc9f100906d3121e0042900a5ecbe986'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 16:18:50
  Author: anthraxx
Revision: 261270

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

Added:
  ruby-gpgme/repos/community-i686/
  ruby-gpgme/repos/community-i686/PKGBUILD
(from rev 261269, ruby-gpgme/trunk/PKGBUILD)
  ruby-gpgme/repos/community-x86_64/
  ruby-gpgme/repos/community-x86_64/PKGBUILD
(from rev 261269, ruby-gpgme/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   38 ++
 community-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: ruby-gpgme/repos/community-i686/PKGBUILD (from rev 261269, 
ruby-gpgme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-02 16:18:50 UTC (rev 261270)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=gpgme
+pkgname=ruby-gpgme
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
+url='https://github.com/ueno/ruby-gpgme'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ruby' 'ruby-mini_portile2')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
+sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
+sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-gpgme/repos/community-x86_64/PKGBUILD (from rev 261269, 
ruby-gpgme/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-02 16:18:50 UTC (rev 261270)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=gpgme
+pkgname=ruby-gpgme
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
+url='https://github.com/ueno/ruby-gpgme'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ruby' 'ruby-mini_portile2')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
+sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
+sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-10-02 Thread Levente Polyak
Date: Monday, October 2, 2017 @ 16:18:37
  Author: anthraxx
Revision: 261269

addpkg: ruby-gpgme 2.0.13-1

Added:
  ruby-gpgme/
  ruby-gpgme/repos/
  ruby-gpgme/trunk/
  ruby-gpgme/trunk/PKGBUILD

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

Added: ruby-gpgme/trunk/PKGBUILD
===
--- ruby-gpgme/trunk/PKGBUILD   (rev 0)
+++ ruby-gpgme/trunk/PKGBUILD   2017-10-02 16:18:37 UTC (rev 261269)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=gpgme
+pkgname=ruby-gpgme
+pkgver=2.0.13
+pkgrel=1
+pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
+url='https://github.com/ueno/ruby-gpgme'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ruby' 'ruby-mini_portile2')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
+sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
+sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 16:22:10
  Author: arojas
Revision: 306574

libqalculate 2.1.0 rebuild

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 16:14:17 UTC (rev 306573)
+++ PKGBUILD2017-10-02 16:22:10 UTC (rev 306574)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
 pkgver=5.10.5
-pkgrel=3
+pkgrel=4
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


  1   2   3   >