[arch-commits] Commit in kodi-addon-visualization-waveform/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:25:54
  Author: idevolder
Revision: 172009

upgpkg: kodi-addon-visualization-waveform 20151213.89aec48-2

Modified:
  kodi-addon-visualization-waveform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:25:46 UTC (rev 172008)
+++ PKGBUILD2016-04-27 05:25:54 UTC (rev 172009)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-visualization-waveform
 _commit=89aec48
 pkgver=20151213.89aec48
-pkgrel=1
+pkgrel=2
 pkgdesc="Waveform visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.waveform'


[arch-commits] Commit in kodi-addon-visualization-waveform/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:26:06
  Author: idevolder
Revision: 172010

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

Added:
  kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD
(from rev 172009, kodi-addon-visualization-waveform/trunk/PKGBUILD)
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD
(from rev 172009, kodi-addon-visualization-waveform/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:25:54 UTC (rev 172009)
+++ community-i686/PKGBUILD 2016-04-27 05:26:06 UTC (rev 172010)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-waveform
-_commit=89aec48
-pkgver=20151213.89aec48
-pkgrel=1
-pkgdesc="Waveform visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.waveform'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD (from 
rev 172009, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:26:06 UTC (rev 172010)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=89aec48
+pkgver=20151213.89aec48
+pkgrel=2
+pkgdesc="Waveform visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.waveform'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 05:25:54 UTC (rev 172009)
+++ community-x86_64/PKGBUILD   2016-04-27 05:26:06 UTC (rev 172010)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-waveform
-_commit=89aec48
-pkgver=20151213.89aec48
-pkgrel=1
-pkgdesc="Waveform visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.waveform'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.waveform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from 
rev 172009, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:26:06 UTC (rev 172010)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=89aec48
+pkgver=20151213.89aec48
+pkgrel=2

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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:21:18
  Author: fyan
Revision: 171993

upgpkg: systemd-swap 2.26-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:18:07 UTC (rev 171992)
+++ PKGBUILD2016-04-27 05:21:18 UTC (rev 171993)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets 
 
 pkgname=systemd-swap
-pkgver=2.25.2
+pkgver=2.26
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')
@@ -22,4 +22,7 @@
   install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
   install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
   install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
+
+  install -dm755 "$pkgdir"/etc/systemd
+  ln -svf "../systemd-swap.conf" 
"$pkgdir"/etc/systemd/swap.conf
 }


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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:21:31
  Author: fyan
Revision: 171994

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 171993, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 171993, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   53 +
 systemd-swap.install |6 ++---
 2 files changed, 31 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 05:21:18 UTC (rev 171993)
+++ PKGBUILD2016-04-27 05:21:31 UTC (rev 171994)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Timofey Titovets 
-
-pkgname=systemd-swap
-pkgver=2.25.2
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
-arch=('any')
-url="https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 "$srcdir"/$pkgname/90-systemd-swap.conf 
"$pkgdir"/usr/lib/modprobe.d/90-systemd-swap.conf
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 171993, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 05:21:31 UTC (rev 171994)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Timofey Titovets 
+
+pkgname=systemd-swap
+pkgver=2.26
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
+arch=('any')
+url="https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 "$srcdir"/$pkgname/90-systemd-swap.conf 
"$pkgdir"/usr/lib/modprobe.d/90-systemd-swap.conf
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
+
+  install -dm755 "$pkgdir"/etc/systemd
+  ln -svf "../systemd-swap.conf" 
"$pkgdir"/etc/systemd/swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2016-04-27 05:21:18 UTC (rev 171993)
+++ systemd-swap.install2016-04-27 05:21:31 UTC (rev 171994)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 171993, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2016-04-27 05:21:31 UTC (rev 171994)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
+}


[arch-commits] Commit in kodi-addon-screensaver-rsxs/repos (8 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:18:07
  Author: idevolder
Revision: 171992

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

Added:
  kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch
(from rev 171991, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
(from rev 171991, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch
(from rev 171991, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD
(from rev 171991, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch
  kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch
  kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD

--+
 /0001-fix-gcc5-compile.patch |   22 +
 /PKGBUILD|   96 +
 community-i686/0001-fix-gcc5-compile.patch   |   11 --
 community-i686/PKGBUILD  |   48 
 community-x86_64/0001-fix-gcc5-compile.patch |   11 --
 community-x86_64/PKGBUILD|   48 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/0001-fix-gcc5-compile.patch
===
--- community-i686/0001-fix-gcc5-compile.patch  2016-04-27 05:17:55 UTC (rev 
171991)
+++ community-i686/0001-fix-gcc5-compile.patch  2016-04-27 05:18:07 UTC (rev 
171992)
@@ -1,11 +0,0 @@
-diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt 
screensavers.rsxs-3241d29/CMakeLists.txt
 screensavers.rsxs-3241d29.orig/CMakeLists.txt  2015-10-20 
00:21:24.0 -0700
-+++ screensavers.rsxs-3241d29/CMakeLists.txt   2015-10-22 23:34:37.56204 
-0700
-@@ -52,6 +52,7 @@
- endif()
- externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir}
- CONFIGURE_COMMAND ${configure_start}
-+  ac_cv_type__Bool=yes
-   --prefix=
-   --without-xscreensaver
-   --disable-cyclone

Copied: 
kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch 
(from rev 171991, kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
===
--- community-i686/0001-fix-gcc5-compile.patch  (rev 0)
+++ community-i686/0001-fix-gcc5-compile.patch  2016-04-27 05:18:07 UTC (rev 
171992)
@@ -0,0 +1,11 @@
+diff -Naur screensavers.rsxs-3241d29.orig/CMakeLists.txt 
screensavers.rsxs-3241d29/CMakeLists.txt
+--- screensavers.rsxs-3241d29.orig/CMakeLists.txt  2015-10-20 
00:21:24.0 -0700
 screensavers.rsxs-3241d29/CMakeLists.txt   2015-10-22 23:34:37.56204 
-0700
+@@ -52,6 +52,7 @@
+ endif()
+ externalproject_add(rsxs SOURCE_DIR ${PROJECT_SOURCE_DIR}/${rsxs_dir}
+ CONFIGURE_COMMAND ${configure_start}
++  ac_cv_type__Bool=yes
+   --prefix=
+   --without-xscreensaver
+   --disable-cyclone

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:17:55 UTC (rev 171991)
+++ community-i686/PKGBUILD 2016-04-27 05:18:07 UTC (rev 171992)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-rsxs
-_commit=3241d29
-pkgver=20150907.3241d29
-pkgrel=1
-pkgdesc="RSXS screensaver add-ons for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensavers.rsxs'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=(
-"$pkgname::git://github.com/notspiff/screensavers.rsxs.git#commit=$_commit"
-'0001-fix-gcc5-compile.patch'
-)
-sha256sums=(
-'SKIP'
-'81608c72969da767f754c41dfbe8e5cf9af9f4f1e91e57c39a0424df58275580'
-)
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-prepare() {
-cd "$pkgname"
-patch -p1 -i "$srcdir/0001-fix-gcc5-compile.patch"
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: 

[arch-commits] Commit in kodi-addon-screensaver-pyro/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:17:44
  Author: idevolder
Revision: 171990

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

Added:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
(from rev 171989, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD
(from rev 171989, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:17:32 UTC (rev 171989)
+++ community-i686/PKGBUILD 2016-04-27 05:17:44 UTC (rev 171990)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=2476b77
-pkgver=20150921.2476b77
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 
171989, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:17:44 UTC (rev 171990)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=2476b77
+pkgver=20150921.2476b77
+pkgrel=2
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 05:17:32 UTC (rev 171989)
+++ community-x86_64/PKGBUILD   2016-04-27 05:17:44 UTC (rev 171990)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pyro
-_commit=2476b77
-pkgver=20150921.2476b77
-pkgrel=1
-pkgdesc="Pyro screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pyro'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.pyro.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 
171989, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:17:44 UTC (rev 171990)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=2476b77
+pkgver=20150921.2476b77
+pkgrel=2
+pkgdesc="Pyro screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pyro'
+license=('GPL')
+groups=('kodi-addons' 

[arch-commits] Commit in kodi-addon-screensaver-rsxs/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:17:55
  Author: idevolder
Revision: 171991

upgpkg: kodi-addon-screensaver-rsxs 20150907.3241d29-2

Modified:
  kodi-addon-screensaver-rsxs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:17:44 UTC (rev 171990)
+++ PKGBUILD2016-04-27 05:17:55 UTC (rev 171991)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-rsxs
 _commit=3241d29
 pkgver=20150907.3241d29
-pkgrel=1
+pkgrel=2
 pkgdesc="RSXS screensaver add-ons for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensavers.rsxs'


[arch-commits] Commit in fuseiso/trunk (6 files)

2016-04-26 Thread Laurent Carlier
Date: Wednesday, April 27, 2016 @ 07:17:12
  Author: lcarlier
Revision: 171985

upgpkg: fuseiso 20070708-6

add patchset from debian (FS#49008)

Added:
  fuseiso/trunk/00-support_large_iso.patch
  fuseiso/trunk/01-fix_typo.patch
  fuseiso/trunk/02-prevent-buffer-overflow.patch
  fuseiso/trunk/03-prevent-integer-overflow.patch
Modified:
  fuseiso/trunk/PKGBUILD
Deleted:
  fuseiso/trunk/fuseiso-20070708-largeiso.patch

---+
 00-support_large_iso.patch|   54 
 01-fix_typo.patch |   20 +
 02-prevent-buffer-overflow.patch  |   35 +++
 03-prevent-integer-overflow.patch |   16 ++
 PKGBUILD  |   19 +---
 fuseiso-20070708-largeiso.patch   |   48 
 6 files changed, 139 insertions(+), 53 deletions(-)

Added: 00-support_large_iso.patch
===
--- 00-support_large_iso.patch  (rev 0)
+++ 00-support_large_iso.patch  2016-04-27 05:17:12 UTC (rev 171985)
@@ -0,0 +1,54 @@
+From: Thomas Bittermann
+Subject: handle larger than 4GB isos
+Origin: vendor, http://koji.fedoraproject.org/koji/buildinfo?buildID=149397
+Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=440436
+
+---
+ src/isofs.c |6 +++---
+ src/isofs.h |6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+--- fuseiso.orig/src/isofs.c
 fuseiso/src/isofs.c
+@@ -178,7 +178,7 @@ int isofs_real_preinit( char* imagefile,
+ context.data_size = 
isonum_723(context.pd.logical_block_size);
+ 
+ if(!context.block_size) {
+-fprintf(stderr, "init: wrong block data size %d, 
using default 2048\n", context.data_size);
++fprintf(stderr, "init: wrong block data size %Lu, 
using default 2048\n", context.data_size);
+ context.data_size = 2048;
+ };
+ 
+@@ -324,7 +324,7 @@ void* isofs_real_init() {
+ 
+ if(context.block_size != 2048) {
+ // report unusual data block size
+-printf("Data block size: %d\n", context.block_size);
++printf("Data block size: %Lu\n", context.block_size);
+ };
+ 
+ char buf[129];
+@@ -479,7 +479,7 @@ static int isofs_read_raw_block(int bloc
+ };
+ size_t len = read(context.fd, buf, context.data_size);
+ if(len != context.data_size) {
+-fprintf(stderr, "isofs_read_raw_block: can`t read full block, read 
only %d bytes from offset %d, %d required; errno %d, message %s\n", 
++fprintf(stderr, "isofs_read_raw_block: can`t read full block, read 
only %d bytes from offset %d, %Lu required; errno %d, message %s\n", 
+ len, (int) off, context.data_size, errno, strerror(errno));
+ fprintf(stderr, "isofs_read_raw_block: huh? reading zeros beyond file 
end? someone want to save a penny?\n");
+ memset(buf + len, 0, context.data_size - len);
+--- fuseiso.orig/src/isofs.h
 fuseiso/src/isofs.h
+@@ -38,9 +38,9 @@ typedef struct _isofs_context {
+ struct iso_directory_record *root;
+ int file_offset; // offset to begin of useful data (for .nrg files)
+ int id_offset; // offset to CD001 inside file
+-size_t block_size; // raw block size
+-size_t block_offset; // offset from block start to data
+-size_t data_size; // data size inside block 
++off_t block_size; // raw block size
++off_t block_offset; // offset from block start to data
++off_t data_size; // data size inside block 
+ int susp; // parse susp entries
+ int susp_skip; // skip bytes from susp SP entry
+ int joliet_level; // joliet extension level (1, 2 or 3)

Added: 01-fix_typo.patch
===
--- 01-fix_typo.patch   (rev 0)
+++ 01-fix_typo.patch   2016-04-27 05:17:12 UTC (rev 171985)
@@ -0,0 +1,20 @@
+From: Jakub Wilk 
+Subject: fix typo in sourcecode
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
+
+---
+ src/fuseiso.c |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- fuseiso.orig/src/fuseiso.c
 fuseiso/src/fuseiso.c
+@@ -295,7 +295,7 @@ void usage(const char* prog) {
+ "-f -- run in foreground, do not daemonize\n"
+ "-d -- run in foreground and print debug 
information\n"
+ "-s -- run single-threaded\n"
+-"\nPlease consult with FUSE ducumentation for more information\n",
++"\nPlease consult with FUSE documentation for more information\n",
+ VERSION, 
+ prog);
+ };

Added: 02-prevent-buffer-overflow.patch

[arch-commits] Commit in kodi-addon-screensaver-pingpong/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:17:13
  Author: idevolder
Revision: 171986

upgpkg: kodi-addon-screensaver-pingpong 20150920.5c7cf6f-2

Modified:
  kodi-addon-screensaver-pingpong/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:17:12 UTC (rev 171985)
+++ PKGBUILD2016-04-27 05:17:13 UTC (rev 171986)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-pingpong
 _commit=5c7cf6f
 pkgver=20150920.5c7cf6f
-pkgrel=1
+pkgrel=2
 pkgdesc="Ping-pong screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.pingpong'


[arch-commits] Commit in kodi-addon-screensaver-pingpong/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:17:24
  Author: idevolder
Revision: 171987

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

Added:
  kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD
(from rev 171986, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD
(from rev 171986, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:17:13 UTC (rev 171986)
+++ community-i686/PKGBUILD 2016-04-27 05:17:24 UTC (rev 171987)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pingpong
-_commit=5c7cf6f
-pkgver=20150920.5c7cf6f
-pkgrel=1
-pkgdesc="Ping-pong screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pingpong'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD (from rev 
171986, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:17:24 UTC (rev 171987)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=5c7cf6f
+pkgver=20150920.5c7cf6f
+pkgrel=2
+pkgdesc="Ping-pong screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.pingpong'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 05:17:13 UTC (rev 171986)
+++ community-x86_64/PKGBUILD   2016-04-27 05:17:24 UTC (rev 171987)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-pingpong
-_commit=5c7cf6f
-pkgver=20150920.5c7cf6f
-pkgrel=1
-pkgdesc="Ping-pong screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.pingpong'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.pingpong.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from 
rev 171986, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:17:24 UTC (rev 171987)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=5c7cf6f
+pkgver=20150920.5c7cf6f
+pkgrel=2
+pkgdesc="Ping-pong screensaver for Kodi"
+arch=('i686' 'x86_64')

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

2016-04-26 Thread Laurent Carlier
Date: Wednesday, April 27, 2016 @ 07:17:25
  Author: lcarlier
Revision: 171988

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

Added:
  fuseiso/repos/community-i686/00-support_large_iso.patch
(from rev 171986, fuseiso/trunk/00-support_large_iso.patch)
  fuseiso/repos/community-i686/01-fix_typo.patch
(from rev 171986, fuseiso/trunk/01-fix_typo.patch)
  fuseiso/repos/community-i686/02-prevent-buffer-overflow.patch
(from rev 171986, fuseiso/trunk/02-prevent-buffer-overflow.patch)
  fuseiso/repos/community-i686/03-prevent-integer-overflow.patch
(from rev 171986, fuseiso/trunk/03-prevent-integer-overflow.patch)
  fuseiso/repos/community-i686/PKGBUILD
(from rev 171986, fuseiso/trunk/PKGBUILD)
  fuseiso/repos/community-x86_64/00-support_large_iso.patch
(from rev 171986, fuseiso/trunk/00-support_large_iso.patch)
  fuseiso/repos/community-x86_64/01-fix_typo.patch
(from rev 171986, fuseiso/trunk/01-fix_typo.patch)
  fuseiso/repos/community-x86_64/02-prevent-buffer-overflow.patch
(from rev 171986, fuseiso/trunk/02-prevent-buffer-overflow.patch)
  fuseiso/repos/community-x86_64/03-prevent-integer-overflow.patch
(from rev 171986, fuseiso/trunk/03-prevent-integer-overflow.patch)
  fuseiso/repos/community-x86_64/PKGBUILD
(from rev 171986, fuseiso/trunk/PKGBUILD)
Deleted:
  fuseiso/repos/community-i686/PKGBUILD
  fuseiso/repos/community-i686/fuseiso-20070708-largeiso.patch
  fuseiso/repos/community-x86_64/PKGBUILD
  fuseiso/repos/community-x86_64/fuseiso-20070708-largeiso.patch

+
 /PKGBUILD  |   84 +++
 community-i686/00-support_large_iso.patch  |   54 
 community-i686/01-fix_typo.patch   |   20 
 community-i686/02-prevent-buffer-overflow.patch|   35 +++
 community-i686/03-prevent-integer-overflow.patch   |   16 +++
 community-i686/PKGBUILD|   33 ---
 community-i686/fuseiso-20070708-largeiso.patch |   48 --
 community-x86_64/00-support_large_iso.patch|   54 
 community-x86_64/01-fix_typo.patch |   20 
 community-x86_64/02-prevent-buffer-overflow.patch  |   35 +++
 community-x86_64/03-prevent-integer-overflow.patch |   16 +++
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/fuseiso-20070708-largeiso.patch   |   48 --
 13 files changed, 334 insertions(+), 162 deletions(-)

Copied: fuseiso/repos/community-i686/00-support_large_iso.patch (from rev 
171986, fuseiso/trunk/00-support_large_iso.patch)
===
--- community-i686/00-support_large_iso.patch   (rev 0)
+++ community-i686/00-support_large_iso.patch   2016-04-27 05:17:25 UTC (rev 
171988)
@@ -0,0 +1,54 @@
+From: Thomas Bittermann
+Subject: handle larger than 4GB isos
+Origin: vendor, http://koji.fedoraproject.org/koji/buildinfo?buildID=149397
+Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=440436
+
+---
+ src/isofs.c |6 +++---
+ src/isofs.h |6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+--- fuseiso.orig/src/isofs.c
 fuseiso/src/isofs.c
+@@ -178,7 +178,7 @@ int isofs_real_preinit( char* imagefile,
+ context.data_size = 
isonum_723(context.pd.logical_block_size);
+ 
+ if(!context.block_size) {
+-fprintf(stderr, "init: wrong block data size %d, 
using default 2048\n", context.data_size);
++fprintf(stderr, "init: wrong block data size %Lu, 
using default 2048\n", context.data_size);
+ context.data_size = 2048;
+ };
+ 
+@@ -324,7 +324,7 @@ void* isofs_real_init() {
+ 
+ if(context.block_size != 2048) {
+ // report unusual data block size
+-printf("Data block size: %d\n", context.block_size);
++printf("Data block size: %Lu\n", context.block_size);
+ };
+ 
+ char buf[129];
+@@ -479,7 +479,7 @@ static int isofs_read_raw_block(int bloc
+ };
+ size_t len = read(context.fd, buf, context.data_size);
+ if(len != context.data_size) {
+-fprintf(stderr, "isofs_read_raw_block: can`t read full block, read 
only %d bytes from offset %d, %d required; errno %d, message %s\n", 
++fprintf(stderr, "isofs_read_raw_block: can`t read full block, read 
only %d bytes from offset %d, %Lu required; errno %d, message %s\n", 
+ len, (int) off, context.data_size, errno, strerror(errno));
+ fprintf(stderr, "isofs_read_raw_block: huh? reading zeros beyond file 
end? someone want to save a penny?\n");
+ memset(buf + len, 0, context.data_size - len);
+--- fuseiso.orig/src/isofs.h
 fuseiso/src/isofs.h
+@@ -38,9 +38,9 @@ typedef struct 

[arch-commits] Commit in kodi-addon-screensaver-pyro/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:17:32
  Author: idevolder
Revision: 171989

upgpkg: kodi-addon-screensaver-pyro 20150921.2476b77-2

Modified:
  kodi-addon-screensaver-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:17:25 UTC (rev 171988)
+++ PKGBUILD2016-04-27 05:17:32 UTC (rev 171989)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-pyro
 _commit=2476b77
 pkgver=20150921.2476b77
-pkgrel=1
+pkgrel=2
 pkgdesc="Pyro screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.pyro'


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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:15:57
  Author: fyan
Revision: 171983

upgpkg: python-mimeparse 1.5.2-1

Modified:
  python-mimeparse/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:13:25 UTC (rev 171982)
+++ PKGBUILD2016-04-27 05:15:57 UTC (rev 171983)
@@ -3,33 +3,34 @@
 
 pkgbase=python-mimeparse
 pkgname=(python-mimeparse python2-mimeparse)
-pkgver=1.5.1
+pkgver=1.5.2
+_commit=cc66740c6e46b85ac55e989fd4883d5697e15c35
 pkgrel=1
 pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
 arch=('any')
 url="https://github.com/dbtsai/python-mimeparse;
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-$pkgver.tar.gz;)
-md5sums=('b90629fe43e3f4ada76b938f66022721')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/dbtsai/python-mimeparse#commit=$_commit;)
+md5sums=('SKIP')
 
 prepare() {
-  cp -a python-mimeparse-$pkgver{,-py2}
+  cp -a python-mimeparse{,-py2}
 }
 
 build() {
-  cd "$srcdir"/python-mimeparse-$pkgver
+  cd "$srcdir"/python-mimeparse
   python setup.py build
 
-  cd "$srcdir"/python-mimeparse-$pkgver-py2
+  cd "$srcdir"/python-mimeparse-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/python-mimeparse-$pkgver
+  cd "$srcdir"/python-mimeparse
   python mimeparse_test.py
 
-  cd "$srcdir"/python-mimeparse-$pkgver-py2
+  cd "$srcdir"/python-mimeparse-py2
   python2 mimeparse_test.py
 }
 
@@ -36,15 +37,15 @@
 package_python-mimeparse() {
   depends=('python')
 
-  cd python-mimeparse-$pkgver
+  cd python-mimeparse
   python setup.py install -O1 --root "$pkgdir"
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-mimeparse() {
   depends=('python2')
 
-  cd python-mimeparse-$pkgver-py2
+  cd python-mimeparse-py2
   python2 setup.py install -O1 --root "$pkgdir"
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:16:11
  Author: fyan
Revision: 171984

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 05:15:57 UTC (rev 171983)
+++ PKGBUILD2016-04-27 05:16:11 UTC (rev 171984)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-mimeparse
-pkgname=(python-mimeparse python2-mimeparse)
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
-arch=('any')
-url="https://github.com/dbtsai/python-mimeparse;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-$pkgver.tar.gz;)
-md5sums=('b90629fe43e3f4ada76b938f66022721')
-
-prepare() {
-  cp -a python-mimeparse-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-mimeparse-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-mimeparse-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-mimeparse-$pkgver
-  python mimeparse_test.py
-
-  cd "$srcdir"/python-mimeparse-$pkgver-py2
-  python2 mimeparse_test.py
-}
-
-package_python-mimeparse() {
-  depends=('python')
-
-  cd python-mimeparse-$pkgver
-  python setup.py install -O1 --root "$pkgdir"
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-mimeparse() {
-  depends=('python2')
-
-  cd python-mimeparse-$pkgver-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-mimeparse/repos/community-any/PKGBUILD (from rev 171983, 
python-mimeparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 05:16:11 UTC (rev 171984)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-mimeparse
+pkgname=(python-mimeparse python2-mimeparse)
+pkgver=1.5.2
+_commit=cc66740c6e46b85ac55e989fd4883d5697e15c35
+pkgrel=1
+pkgdesc='Module of basic functions for parsing mime-type names and matching 
them against a list of media-ranges'
+arch=('any')
+url="https://github.com/dbtsai/python-mimeparse;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/dbtsai/python-mimeparse#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-mimeparse{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-mimeparse
+  python setup.py build
+
+  cd "$srcdir"/python-mimeparse-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-mimeparse
+  python mimeparse_test.py
+
+  cd "$srcdir"/python-mimeparse-py2
+  python2 mimeparse_test.py
+}
+
+package_python-mimeparse() {
+  depends=('python')
+
+  cd python-mimeparse
+  python setup.py install -O1 --root "$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-mimeparse() {
+  depends=('python2')
+
+  cd python-mimeparse-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:13:25
  Author: idevolder
Revision: 171982

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

Added:
  kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD
(from rev 171981, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD
(from rev 171981, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:13:13 UTC (rev 171981)
+++ community-i686/PKGBUILD 2016-04-27 05:13:25 UTC (rev 171982)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-matrixtrails
-_commit=16057e7
-pkgver=20151029.16057e7
-pkgrel=1
-pkgdesc="Matrix trails screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.matrixtrails'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD (from 
rev 171981, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:13:25 UTC (rev 171982)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails
+_commit=16057e7
+pkgver=20151029.16057e7
+pkgrel=2
+pkgdesc="Matrix trails screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.matrixtrails'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi' 'soil')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 05:13:13 UTC (rev 171981)
+++ community-x86_64/PKGBUILD   2016-04-27 05:13:25 UTC (rev 171982)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-matrixtrails
-_commit=16057e7
-pkgver=20151029.16057e7
-pkgrel=1
-pkgdesc="Matrix trails screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.matrixtrails'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.matrixtrails.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD 
(from rev 171981, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:13:25 UTC (rev 171982)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails

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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:12:54
  Author: fyan
Revision: 171980

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 05:12:39 UTC (rev 171979)
+++ PKGBUILD2016-04-27 05:12:54 UTC (rev 171980)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=python-pygal
-pkgname=('python-pygal' 'python2-pygal')
-epoch=1
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='A Python SVG graph plotting library'
-arch=('any')
-url='http://pygal.org/'
-license=('LGPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
-  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
-  'python-flask' 'python2-flask')
-source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "$srcdir/pygal"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pygal
-  python setup.py build
-
-  cd "$srcdir"/pygal-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pygal
-  LC_CTYPE=en_US.UTF-8 py.test pygal/
-
-  cd "$srcdir"/pygal-py2
-  py.test2 pygal/
-}
-
-package_python-pygal() {
-  depends=('python-setuptools')
-  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
-  'python-cairosvg: for PNG output')
-
-  cd pygal
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygal() {
-  depends=('python2-setuptools')
-  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
-  'python2-cairosvg: for PNG output')
-
-  cd pygal-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygal/repos/community-any/PKGBUILD (from rev 171979, 
python-pygal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 05:12:54 UTC (rev 171980)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=python-pygal
+pkgname=('python-pygal' 'python2-pygal')
+epoch=1
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='A Python SVG graph plotting library'
+arch=('any')
+url='http://pygal.org/'
+license=('LGPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
+  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
+  'python-flask' 'python2-flask')
+source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "$srcdir/pygal"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pygal
+  python setup.py build
+
+  cd "$srcdir"/pygal-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pygal
+  LC_CTYPE=en_US.UTF-8 py.test pygal/
+
+  cd "$srcdir"/pygal-py2
+  py.test2 pygal/
+}
+
+package_python-pygal() {
+  depends=('python-setuptools')
+  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
+  'python-cairosvg: for PNG output')
+
+  cd pygal
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygal() {
+  depends=('python2-setuptools')
+  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
+  'python2-cairosvg: for PNG output')
+
+  cd pygal-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in kodi-addon-screensaver-matrixtrails/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:13:13
  Author: idevolder
Revision: 171981

upgpkg: kodi-addon-screensaver-matrixtrails 20151029.16057e7-2

Modified:
  kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:12:54 UTC (rev 171980)
+++ PKGBUILD2016-04-27 05:13:13 UTC (rev 171981)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-matrixtrails
 _commit=16057e7
 pkgver=20151029.16057e7
-pkgrel=1
+pkgrel=2
 pkgdesc="Matrix trails screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.matrixtrails'


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

2016-04-26 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 07:12:39
  Author: fyan
Revision: 171979

upgpkg: python-pygal 1:2.2.2-1

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:12:34 UTC (rev 171978)
+++ PKGBUILD2016-04-27 05:12:39 UTC (rev 171979)
@@ -5,7 +5,7 @@
 pkgbase=python-pygal
 pkgname=('python-pygal' 'python2-pygal')
 epoch=1
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='A Python SVG graph plotting library'
 arch=('any')


[arch-commits] Commit in kodi-addon-screensaver-greynetic/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:12:34
  Author: idevolder
Revision: 171978

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

Added:
  kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD
(from rev 171977, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
  kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD
(from rev 171977, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 05:12:22 UTC (rev 171977)
+++ community-i686/PKGBUILD 2016-04-27 05:12:34 UTC (rev 171978)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-greynetic
-_commit=80e850e
-pkgver=20150921.80e850e
-pkgrel=1
-pkgdesc="Greynetic screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.greynetic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD (from 
rev 171977, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:12:34 UTC (rev 171978)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=80e850e
+pkgver=20150921.80e850e
+pkgrel=2
+pkgdesc="Greynetic screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.greynetic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 05:12:22 UTC (rev 171977)
+++ community-x86_64/PKGBUILD   2016-04-27 05:12:34 UTC (rev 171978)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-greynetic
-_commit=80e850e
-pkgver=20150921.80e850e
-pkgrel=1
-pkgdesc="Greynetic screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.greynetic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.greynetic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD (from 
rev 171977, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:12:34 UTC (rev 171978)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=80e850e
+pkgver=20150921.80e850e
+pkgrel=2
+pkgdesc="Greynetic screensaver for Kodi"

[arch-commits] Commit in kodi-addon-screensaver-greynetic/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:12:22
  Author: idevolder
Revision: 171977

upgpkg: kodi-addon-screensaver-greynetic 20150921.80e850e-2

Modified:
  kodi-addon-screensaver-greynetic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 05:00:02 UTC (rev 171976)
+++ PKGBUILD2016-04-27 05:12:22 UTC (rev 171977)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-greynetic
 _commit=80e850e
 pkgver=20150921.80e850e
-pkgrel=1
+pkgrel=2
 pkgdesc="Greynetic screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.greynetic'


[arch-commits] Commit in kodi-addon-screensaver-cpblobs/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 07:00:02
  Author: idevolder
Revision: 171976

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

Added:
  kodi-addon-screensaver-cpblobs/repos/community-i686/PKGBUILD
(from rev 171975, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
  kodi-addon-screensaver-cpblobs/repos/community-x86_64/PKGBUILD
(from rev 171975, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-cpblobs/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-cpblobs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:59:50 UTC (rev 171975)
+++ community-i686/PKGBUILD 2016-04-27 05:00:02 UTC (rev 171976)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-cpblobs
-_commit=87a3abf
-pkgver=20160127.87a3abf
-pkgrel=1
-pkgdesc="CpBlobs screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.cpblobs'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.cpblobs.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-cpblobs/repos/community-i686/PKGBUILD (from rev 
171975, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 05:00:02 UTC (rev 171976)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-cpblobs
+_commit=87a3abf
+pkgver=20160127.87a3abf
+pkgrel=2
+pkgdesc="CpBlobs screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.cpblobs'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi' 'soil')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.cpblobs.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:59:50 UTC (rev 171975)
+++ community-x86_64/PKGBUILD   2016-04-27 05:00:02 UTC (rev 171976)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-cpblobs
-_commit=87a3abf
-pkgver=20160127.87a3abf
-pkgrel=1
-pkgdesc="CpBlobs screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.cpblobs'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.cpblobs.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-cpblobs/repos/community-x86_64/PKGBUILD (from 
rev 171975, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 05:00:02 UTC (rev 171976)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-cpblobs
+_commit=87a3abf
+pkgver=20160127.87a3abf
+pkgrel=2
+pkgdesc="CpBlobs screensaver for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-screensaver-cpblobs/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:59:50
  Author: idevolder
Revision: 171975

upgpkg: kodi-addon-screensaver-cpblobs 20160127.87a3abf-2

Modified:
  kodi-addon-screensaver-cpblobs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:59:35 UTC (rev 171974)
+++ PKGBUILD2016-04-27 04:59:50 UTC (rev 171975)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-cpblobs
 _commit=87a3abf
 pkgver=20160127.87a3abf
-pkgrel=1
+pkgrel=2
 pkgdesc="CpBlobs screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.cpblobs'


[arch-commits] Commit in kodi-addon-screensaver-biogenesis/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:59:35
  Author: idevolder
Revision: 171974

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

Added:
  kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD
(from rev 171973, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
  kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD
(from rev 171973, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:59:07 UTC (rev 171973)
+++ community-i686/PKGBUILD 2016-04-27 04:59:35 UTC (rev 171974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-biogenesis
-_commit=39928ee
-pkgver=20150921.39928ee
-pkgrel=1
-pkgdesc="BioGenesis screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.biogenesis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD (from 
rev 171973, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:59:35 UTC (rev 171974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=39928ee
+pkgver=20150921.39928ee
+pkgrel=2
+pkgdesc="BioGenesis screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screensaver.biogenesis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:59:07 UTC (rev 171973)
+++ community-x86_64/PKGBUILD   2016-04-27 04:59:35 UTC (rev 171974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-biogenesis
-_commit=39928ee
-pkgver=20150921.39928ee
-pkgrel=1
-pkgdesc="BioGenesis screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.biogenesis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.biogenesis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD (from 
rev 171973, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:59:35 UTC (rev 171974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=39928ee
+pkgver=20150921.39928ee
+pkgrel=2

[arch-commits] Commit in kodi-addon-screensaver-asterwave/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:58:53
  Author: idevolder
Revision: 171972

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

Added:
  kodi-addon-screensaver-asterwave/repos/community-i686/PKGBUILD
(from rev 171971, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
  kodi-addon-screensaver-asterwave/repos/community-x86_64/PKGBUILD
(from rev 171971, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-asterwave/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-asterwave/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:58:26 UTC (rev 171971)
+++ community-i686/PKGBUILD 2016-04-27 04:58:53 UTC (rev 171972)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-asterwave
-_commit=0dc2c48
-pkgver=20160127.0dc2c48
-pkgrel=1
-pkgdesc="AsterWave screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.asterwave'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.asterwave.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-asterwave/repos/community-i686/PKGBUILD (from 
rev 171971, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:58:53 UTC (rev 171972)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asterwave
+_commit=0dc2c48
+pkgver=20160127.0dc2c48
+pkgrel=2
+pkgdesc="AsterWave screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screensaver.asterwave'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi' 'soil')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.asterwave.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:58:26 UTC (rev 171971)
+++ community-x86_64/PKGBUILD   2016-04-27 04:58:53 UTC (rev 171972)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-asterwave
-_commit=0dc2c48
-pkgver=20160127.0dc2c48
-pkgrel=1
-pkgdesc="AsterWave screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.asterwave'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi' 'soil')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.asterwave.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-asterwave/repos/community-x86_64/PKGBUILD (from 
rev 171971, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:58:53 UTC (rev 171972)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asterwave
+_commit=0dc2c48
+pkgver=20160127.0dc2c48
+pkgrel=2

[arch-commits] Commit in kodi-addon-screensaver-biogenesis/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:59:07
  Author: idevolder
Revision: 171973

upgpkg: kodi-addon-screensaver-biogenesis 20150921.39928ee-2

Modified:
  kodi-addon-screensaver-biogenesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:58:53 UTC (rev 171972)
+++ PKGBUILD2016-04-27 04:59:07 UTC (rev 171973)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-biogenesis
 _commit=39928ee
 pkgver=20150921.39928ee
-pkgrel=1
+pkgrel=2
 pkgdesc="BioGenesis screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.biogenesis'


[arch-commits] Commit in kodi-addon-audioencoder-wav/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:37
  Author: idevolder
Revision: 171967

upgpkg: kodi-addon-audioencoder-wav 20160219.a12bcd1-3

Modified:
  kodi-addon-audioencoder-wav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:57:22 UTC (rev 171966)
+++ PKGBUILD2016-04-27 04:57:37 UTC (rev 171967)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-audioencoder-wav
 _commit=a12bcd1
 pkgver=20160219.a12bcd1
-pkgrel=2
+pkgrel=3
 pkgdesc="WAV Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.wav'


[arch-commits] Commit in kodi-addon-screensaver-asteroids/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:59
  Author: idevolder
Revision: 171969

upgpkg: kodi-addon-screensaver-asteroids 20150921.c7ae05f-2

Modified:
  kodi-addon-screensaver-asteroids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:57:49 UTC (rev 171968)
+++ PKGBUILD2016-04-27 04:57:59 UTC (rev 171969)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-asteroids
 _commit=c7ae05f
 pkgver=20150921.c7ae05f
-pkgrel=1
+pkgrel=2
 pkgdesc="Asteroids screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.asteroids'


[arch-commits] Commit in kodi-addon-screensaver-asterwave/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:58:26
  Author: idevolder
Revision: 171971

upgpkg: kodi-addon-screensaver-asterwave 20160127.0dc2c48-2

Modified:
  kodi-addon-screensaver-asterwave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:58:11 UTC (rev 171970)
+++ PKGBUILD2016-04-27 04:58:26 UTC (rev 171971)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-screensaver-asterwave
 _commit=0dc2c48
 pkgver=20160127.0dc2c48
-pkgrel=1
+pkgrel=2
 pkgdesc="AsterWave screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.asterwave'


[arch-commits] Commit in kodi-addon-audioencoder-wav/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:49
  Author: idevolder
Revision: 171968

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

Added:
  kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD
(from rev 171967, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD
(from rev 171967, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:57:37 UTC (rev 171967)
+++ community-i686/PKGBUILD 2016-04-27 04:57:49 UTC (rev 171968)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=a12bcd1
-pkgver=20160219.a12bcd1
-pkgrel=2
-pkgdesc="WAV Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD (from rev 
171967, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:57:49 UTC (rev 171968)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-wav
+_commit=a12bcd1
+pkgver=20160219.a12bcd1
+pkgrel=3
+pkgdesc="WAV Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.wav'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-wav')
+replaces=('kodi-audioencoder-wav')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:57:37 UTC (rev 171967)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:49 UTC (rev 171968)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=a12bcd1
-pkgver=20160219.a12bcd1
-pkgrel=2
-pkgdesc="WAV Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.wav'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-wav')
-replaces=('kodi-audioencoder-wav')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.wav.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD (from rev 
171967, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:49 UTC (rev 171968)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+

[arch-commits] Commit in kodi-addon-screensaver-asteroids/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:58:11
  Author: idevolder
Revision: 171970

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

Added:
  kodi-addon-screensaver-asteroids/repos/community-i686/PKGBUILD
(from rev 171969, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
  kodi-addon-screensaver-asteroids/repos/community-x86_64/PKGBUILD
(from rev 171969, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-asteroids/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-asteroids/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:57:59 UTC (rev 171969)
+++ community-i686/PKGBUILD 2016-04-27 04:58:11 UTC (rev 171970)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-asteroids
-_commit=c7ae05f
-pkgver=20150921.c7ae05f
-pkgrel=1
-pkgdesc="Asteroids screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.asteroids'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.asteroids.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-asteroids/repos/community-i686/PKGBUILD (from 
rev 171969, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:58:11 UTC (rev 171970)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asteroids
+_commit=c7ae05f
+pkgver=20150921.c7ae05f
+pkgrel=2
+pkgdesc="Asteroids screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screensaver.asteroids'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.asteroids.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:57:59 UTC (rev 171969)
+++ community-x86_64/PKGBUILD   2016-04-27 04:58:11 UTC (rev 171970)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-asteroids
-_commit=c7ae05f
-pkgver=20150921.c7ae05f
-pkgrel=1
-pkgdesc="Asteroids screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/screensaver.asteroids'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.asteroids.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-screensaver-asteroids/repos/community-x86_64/PKGBUILD (from 
rev 171969, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:58:11 UTC (rev 171970)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asteroids
+_commit=c7ae05f
+pkgver=20150921.c7ae05f
+pkgrel=2
+pkgdesc="Asteroids 

[arch-commits] Commit in kodi-addon-audioencoder-lame/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:01
  Author: idevolder
Revision: 171964

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

Added:
  kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD
(from rev 171963, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD
(from rev 171963, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:56:49 UTC (rev 171963)
+++ community-i686/PKGBUILD 2016-04-27 04:57:01 UTC (rev 171964)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=ffaf9cb
-pkgver=20160219.ffaf9cb
-pkgrel=2
-pkgdesc="LAME Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD (from rev 
171963, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:57:01 UTC (rev 171964)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-lame
+_commit=ffaf9cb
+pkgver=20160219.ffaf9cb
+pkgrel=3
+pkgdesc="LAME Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.lame'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-lame')
+replaces=('kodi-audioencoder-lame')
+depends=('kodi' 'lame')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:56:49 UTC (rev 171963)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:01 UTC (rev 171964)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=ffaf9cb
-pkgver=20160219.ffaf9cb
-pkgrel=2
-pkgdesc="LAME Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.lame'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-lame')
-replaces=('kodi-audioencoder-lame')
-depends=('kodi' 'lame')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.lame.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD (from rev 
171963, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:01 UTC (rev 171964)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: 

[arch-commits] Commit in kodi-addon-audioencoder-vorbis/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:22
  Author: idevolder
Revision: 171966

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

Added:
  kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD
(from rev 171965, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
(from rev 171965, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:57:10 UTC (rev 171965)
+++ community-i686/PKGBUILD 2016-04-27 04:57:22 UTC (rev 171966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=47a0676
-pkgver=20160219.47a0676
-pkgrel=2
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD (from rev 
171965, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:57:22 UTC (rev 171966)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-vorbis
+_commit=47a0676
+pkgver=20160219.47a0676
+pkgrel=3
+pkgdesc="Vorbis Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.vorbis'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-vorbis')
+replaces=('kodi-audioencoder-vorbis')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:57:10 UTC (rev 171965)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:22 UTC (rev 171966)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=47a0676
-pkgver=20160219.47a0676
-pkgrel=2
-pkgdesc="Vorbis Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.vorbis'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-vorbis')
-replaces=('kodi-audioencoder-vorbis')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.vorbis.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD (from 
rev 171965, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:57:22 UTC (rev 171966)
@@ 

[arch-commits] Commit in kodi-addon-audioencoder-vorbis/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:57:10
  Author: idevolder
Revision: 171965

upgpkg: kodi-addon-audioencoder-vorbis 20160219.47a0676-3

Modified:
  kodi-addon-audioencoder-vorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:57:01 UTC (rev 171964)
+++ PKGBUILD2016-04-27 04:57:10 UTC (rev 171965)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-audioencoder-vorbis
 _commit=47a0676
 pkgver=20160219.47a0676
-pkgrel=2
+pkgrel=3
 pkgdesc="Vorbis Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.vorbis'


[arch-commits] Commit in kodi-addon-audioencoder-lame/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:56:49
  Author: idevolder
Revision: 171963

upgpkg: kodi-addon-audioencoder-lame 20160219.ffaf9cb-3

Modified:
  kodi-addon-audioencoder-lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:56:39 UTC (rev 171962)
+++ PKGBUILD2016-04-27 04:56:49 UTC (rev 171963)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-audioencoder-lame
 _commit=ffaf9cb
 pkgver=20160219.ffaf9cb
-pkgrel=2
+pkgrel=3
 pkgdesc="LAME Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.lame'


[arch-commits] Commit in kodi-addon-audioencoder-flac/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:56:39
  Author: idevolder
Revision: 171962

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

Added:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
(from rev 171961, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 171961, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
Deleted:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:56:27 UTC (rev 171961)
+++ community-i686/PKGBUILD 2016-04-27 04:56:39 UTC (rev 171962)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=176288b
-pkgver=20160219.176288b
-pkgrel=2
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD (from rev 
171961, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:56:39 UTC (rev 171962)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-flac
+_commit=176288b
+pkgver=20160219.176288b
+pkgrel=3
+pkgdesc="FLAC Audio Encoder add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/audioencoder.flac'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-audioencoder')
+provides=('kodi-audioencoder-flac')
+replaces=('kodi-audioencoder-flac')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:56:27 UTC (rev 171961)
+++ community-x86_64/PKGBUILD   2016-04-27 04:56:39 UTC (rev 171962)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=176288b
-pkgver=20160219.176288b
-pkgrel=2
-pkgdesc="FLAC Audio Encoder add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/audioencoder.flac'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-audioencoder')
-provides=('kodi-audioencoder-flac')
-replaces=('kodi-audioencoder-flac')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/audioencoder.flac.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD (from rev 
171961, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:56:39 UTC (rev 171962)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle 

[arch-commits] Commit in kodi-addon-audioencoder-flac/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:56:27
  Author: idevolder
Revision: 171961

upgpkg: kodi-addon-audioencoder-flac 20160219.176288b-3

Modified:
  kodi-addon-audioencoder-flac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:56:18 UTC (rev 171960)
+++ PKGBUILD2016-04-27 04:56:27 UTC (rev 171961)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-audioencoder-flac
 _commit=176288b
 pkgver=20160219.176288b
-pkgrel=2
+pkgrel=3
 pkgdesc="FLAC Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/audioencoder.flac'


[arch-commits] Commit in kodi-addon-adsp-basic/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:55:30
  Author: idevolder
Revision: 171956

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

Added:
  kodi-addon-adsp-basic/repos/community-i686/PKGBUILD
(from rev 171955, kodi-addon-adsp-basic/trunk/PKGBUILD)
  kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD
(from rev 171955, kodi-addon-adsp-basic/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-basic/repos/community-i686/PKGBUILD
  kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:55:18 UTC (rev 171955)
+++ community-i686/PKGBUILD 2016-04-27 04:55:30 UTC (rev 171956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-basic
-_commit=5cf12e8
-pkgver=20160325.5cf12e8
-pkgrel=1
-pkgdesc="Basic AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.basic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-basic/repos/community-i686/PKGBUILD (from rev 171955, 
kodi-addon-adsp-basic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:55:30 UTC (rev 171956)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-basic
+_commit=5cf12e8
+pkgver=20160325.5cf12e8
+pkgrel=2
+pkgdesc="Basic AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.basic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:55:18 UTC (rev 171955)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:30 UTC (rev 171956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-basic
-_commit=5cf12e8
-pkgver=20160325.5cf12e8
-pkgrel=1
-pkgdesc="Basic AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.basic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD (from rev 171955, 
kodi-addon-adsp-basic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:30 UTC (rev 171956)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-basic
+_commit=5cf12e8
+pkgver=20160325.5cf12e8
+pkgrel=2
+pkgdesc="Basic AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.basic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')

[arch-commits] Commit in kodi-addon-adsp-biquad-filters/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:55:55
  Author: idevolder
Revision: 171958

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

Added:
  kodi-addon-adsp-biquad-filters/repos/community-i686/PKGBUILD
(from rev 171957, kodi-addon-adsp-biquad-filters/trunk/PKGBUILD)
  kodi-addon-adsp-biquad-filters/repos/community-x86_64/PKGBUILD
(from rev 171957, kodi-addon-adsp-biquad-filters/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-biquad-filters/repos/community-i686/PKGBUILD
  kodi-addon-adsp-biquad-filters/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:55:43 UTC (rev 171957)
+++ community-i686/PKGBUILD 2016-04-27 04:55:55 UTC (rev 171958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-biquad-filters
-_commit=77ea50b
-pkgver=20160325.77ea50b
-pkgrel=1
-pkgdesc=""
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.biquad.filters'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform' 'asplib')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.biquad.filters.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-biquad-filters/repos/community-i686/PKGBUILD (from rev 
171957, kodi-addon-adsp-biquad-filters/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:55:55 UTC (rev 171958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-biquad-filters
+_commit=77ea50b
+pkgver=20160325.77ea50b
+pkgrel=2
+pkgdesc="Biquad Filters AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.biquad.filters'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform' 'asplib')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.biquad.filters.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:55:43 UTC (rev 171957)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:55 UTC (rev 171958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-biquad-filters
-_commit=77ea50b
-pkgver=20160325.77ea50b
-pkgrel=1
-pkgdesc=""
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.biquad.filters'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform' 'asplib')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.biquad.filters.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-biquad-filters/repos/community-x86_64/PKGBUILD (from 
rev 171957, kodi-addon-adsp-biquad-filters/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:55 UTC (rev 171958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-biquad-filters
+_commit=77ea50b
+pkgver=20160325.77ea50b
+pkgrel=2
+pkgdesc="Biquad Filters AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-adsp-freesurround/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:56:06
  Author: idevolder
Revision: 171959

upgpkg: kodi-addon-adsp-freesurround 20160325.6dc533b-2

Modified:
  kodi-addon-adsp-freesurround/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:55:55 UTC (rev 171958)
+++ PKGBUILD2016-04-27 04:56:06 UTC (rev 171959)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-adsp-freesurround
 _commit=6dc533b
 pkgver=20160325.6dc533b
-pkgrel=1
+pkgrel=2
 pkgdesc="FreeSurround AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/kodi-adsp/adsp.freesurround'


[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (4 files)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:56:18
  Author: idevolder
Revision: 171960

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

Added:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
(from rev 171959, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD
(from rev 171959, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:56:06 UTC (rev 171959)
+++ community-i686/PKGBUILD 2016-04-27 04:56:18 UTC (rev 171960)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=6dc533b
-pkgver=20160325.6dc533b
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 
171959, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:56:18 UTC (rev 171960)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=6dc533b
+pkgver=20160325.6dc533b
+pkgrel=2
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.freesurround'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:56:06 UTC (rev 171959)
+++ community-x86_64/PKGBUILD   2016-04-27 04:56:18 UTC (rev 171960)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=6dc533b
-pkgver=20160325.6dc533b
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 
171959, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:56:18 UTC (rev 171960)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=6dc533b
+pkgver=20160325.6dc533b
+pkgrel=2
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-adsp-biquad-filters/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:55:43
  Author: idevolder
Revision: 171957

upgpkg: kodi-addon-adsp-biquad-filters 20160325.77ea50b-2

Modified:
  kodi-addon-adsp-biquad-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:55:30 UTC (rev 171956)
+++ PKGBUILD2016-04-27 04:55:43 UTC (rev 171957)
@@ -4,8 +4,8 @@
 pkgname=kodi-addon-adsp-biquad-filters
 _commit=77ea50b
 pkgver=20160325.77ea50b
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="Biquad Filters AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/kodi-adsp/adsp.biquad.filters'
 license=('GPL')


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

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:55:09
  Author: idevolder
Revision: 171954

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

Added:
  kodi-platform/repos/community-i686/PKGBUILD
(from rev 171953, kodi-platform/trunk/PKGBUILD)
  kodi-platform/repos/community-x86_64/PKGBUILD
(from rev 171953, kodi-platform/trunk/PKGBUILD)
Deleted:
  kodi-platform/repos/community-i686/PKGBUILD
  kodi-platform/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:54:57 UTC (rev 171953)
+++ community-i686/PKGBUILD 2016-04-27 04:55:09 UTC (rev 171954)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-platform
-_commit=92583ef
-pkgver=20160131.92583ef
-pkgrel=1
-pkgdesc="platform library for external kodi addons"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/kodi-platform'
-license=('GPL')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-platform/repos/community-i686/PKGBUILD (from rev 171953, 
kodi-platform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 04:55:09 UTC (rev 171954)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-platform
+_commit=92583ef
+pkgver=20160131.92583ef
+pkgrel=2
+pkgdesc="platform library for external kodi addons"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/kodi-platform'
+license=('GPL')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 04:54:57 UTC (rev 171953)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:09 UTC (rev 171954)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-platform
-_commit=92583ef
-pkgver=20160131.92583ef
-pkgrel=1
-pkgdesc="platform library for external kodi addons"
-arch=('i686' 'x86_64')
-url='https://github.com/xbmc/kodi-platform'
-license=('GPL')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-platform/repos/community-x86_64/PKGBUILD (from rev 171953, 
kodi-platform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 04:55:09 UTC (rev 171954)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-platform
+_commit=92583ef
+pkgver=20160131.92583ef
+pkgrel=2
+pkgdesc="platform library for external kodi addons"
+arch=('i686' 'x86_64')
+url='https://github.com/xbmc/kodi-platform'
+license=('GPL')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/xbmc/kodi-platform.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+

[arch-commits] Commit in kodi-addon-adsp-basic/trunk (PKGBUILD)

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:55:18
  Author: idevolder
Revision: 171955

upgpkg: kodi-addon-adsp-basic 20160325.5cf12e8-2

Modified:
  kodi-addon-adsp-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:55:09 UTC (rev 171954)
+++ PKGBUILD2016-04-27 04:55:18 UTC (rev 171955)
@@ -4,7 +4,7 @@
 pkgname=kodi-addon-adsp-basic
 _commit=5cf12e8
 pkgver=20160325.5cf12e8
-pkgrel=1
+pkgrel=2
 pkgdesc="Basic AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/kodi-adsp/adsp.basic'


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

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:54:57
  Author: idevolder
Revision: 171953

upgpkg: kodi-platform 20160131.92583ef-2

Modified:
  kodi-platform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 04:52:07 UTC (rev 171952)
+++ PKGBUILD2016-04-27 04:54:57 UTC (rev 171953)
@@ -4,7 +4,7 @@
 pkgname=kodi-platform
 _commit=92583ef
 pkgver=20160131.92583ef
-pkgrel=1
+pkgrel=2
 pkgdesc="platform library for external kodi addons"
 arch=('i686' 'x86_64')
 url='https://github.com/xbmc/kodi-platform'


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

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:51:53
  Author: idevolder
Revision: 171951

upgpkg: kodi 16.1-1

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 01:37:38 UTC (rev 171950)
+++ PKGBUILD2016-04-27 04:51:53 UTC (rev 171951)
@@ -11,9 +11,9 @@
 
 pkgbase=kodi
 pkgname=('kodi' 'kodi-eventclients')
-pkgver=16.0
+pkgver=16.1
 _codename=Jarvis
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')
@@ -30,7 +30,7 @@
 source=(
   
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
 )
-sha256sums=('0421ea1337cdee674f8a36d995f54152b5ddc4100e53410b3aeeb3b3f7d53946')
+sha256sums=('7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10')
 
 prepare() {
   cd "$srcdir/xbmc-$pkgver-$_codename"


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

2016-04-26 Thread Ike Devolder
Date: Wednesday, April 27, 2016 @ 06:52:07
  Author: idevolder
Revision: 171952

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 171951, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 171951, kodi/trunk/kodi.install)
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
(from rev 171951, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 171951, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 171951, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch
(from rev 171951, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch

--+
 /PKGBUILD|  260 +
 /kodi.install|   34 +
 /prevent-taglib-from-crashing-kodi.patch |  192 +
 community-i686/PKGBUILD  |  130 --
 community-i686/kodi.install  |   17 
 community-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-x86_64/PKGBUILD|  130 --
 community-x86_64/kodi.install|   17 
 community-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 9 files changed, 486 insertions(+), 486 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 04:51:53 UTC (rev 171951)
+++ community-i686/PKGBUILD 2016-04-27 04:52:07 UTC (rev 171952)
@@ -1,130 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Brad Fanella 
-# Contributor: [vEX] 
-# Contributor: Zeqadious 
-# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Maxime Gauduin 
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=16.0
-_codename=Jarvis
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
-  'yajl' 'zip' 'mesa' 'libdcadec.so' 'libcrossguid'
-)
-source=(
-  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-)
-sha256sums=('0421ea1337cdee674f8a36d995f54152b5ddc4100e53410b3aeeb3b3f7d53946')
-
-prepare() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-
-  # patches
-}
-
-build() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=/usr --exec-prefix=/usr \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-shared-libraries \
---with-lirc-device=/run/lirc/lircd \
-ac_cv_type__Bool=yes
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc="A software media player and entertainment hub for digital media"
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl' 'mesa' 

[arch-commits] Commit in (20 files)

2016-04-26 Thread Balló György
Date: Wednesday, April 27, 2016 @ 03:37:38
  Author: bgyorgy
Revision: 171950

Mass remove --disable-static configure switches from my packages

This is no longer needed, because makepkg removes static libraries 
automatically.

Modified:
  almanah/trunk/PKGBUILD
  gdesklets/trunk/PKGBUILD
  glabels/trunk/PKGBUILD
  gnac/trunk/PKGBUILD
  gnokii/trunk/PKGBUILD
  gnome-phone-manager/trunk/PKGBUILD
  gnome-subtitles/trunk/PKGBUILD
  goobox/trunk/PKGBUILD
  gtkspell3/trunk/PKGBUILD
  guake/trunk/PKGBUILD
  gwget/trunk/PKGBUILD
  java-rxtx/trunk/PKGBUILD
  libosinfo/trunk/PKGBUILD
  libunique3/trunk/PKGBUILD
  lxappearance-obconf/trunk/PKGBUILD
  metacity/trunk/PKGBUILD
  notify-osd/trunk/PKGBUILD
  polkit-gnome/trunk/PKGBUILD
  python2-nautilus/trunk/PKGBUILD
  tasque/trunk/PKGBUILD

+
 almanah/trunk/PKGBUILD |2 +-
 gdesklets/trunk/PKGBUILD   |1 -
 glabels/trunk/PKGBUILD |2 +-
 gnac/trunk/PKGBUILD|2 +-
 gnokii/trunk/PKGBUILD  |2 +-
 gnome-phone-manager/trunk/PKGBUILD |2 +-
 gnome-subtitles/trunk/PKGBUILD |2 +-
 goobox/trunk/PKGBUILD  |2 +-
 gtkspell3/trunk/PKGBUILD   |2 +-
 guake/trunk/PKGBUILD   |2 +-
 gwget/trunk/PKGBUILD   |2 +-
 java-rxtx/trunk/PKGBUILD   |3 +--
 libosinfo/trunk/PKGBUILD   |2 +-
 libunique3/trunk/PKGBUILD  |3 +--
 lxappearance-obconf/trunk/PKGBUILD |2 +-
 metacity/trunk/PKGBUILD|2 +-
 notify-osd/trunk/PKGBUILD  |2 +-
 polkit-gnome/trunk/PKGBUILD|3 +--
 python2-nautilus/trunk/PKGBUILD|1 -
 tasque/trunk/PKGBUILD  |2 +-
 20 files changed, 18 insertions(+), 23 deletions(-)

Modified: almanah/trunk/PKGBUILD
===
--- almanah/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ almanah/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -17,7 +17,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gdesklets/trunk/PKGBUILD
===
--- gdesklets/trunk/PKGBUILD2016-04-27 01:21:01 UTC (rev 171949)
+++ gdesklets/trunk/PKGBUILD2016-04-27 01:37:38 UTC (rev 171950)
@@ -45,7 +45,6 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
   PYTHON=python2
   make
 }

Modified: glabels/trunk/PKGBUILD
===
--- glabels/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ glabels/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -19,7 +19,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gnac/trunk/PKGBUILD
===
--- gnac/trunk/PKGBUILD 2016-04-27 01:21:01 UTC (rev 171949)
+++ gnac/trunk/PKGBUILD 2016-04-27 01:37:38 UTC (rev 171950)
@@ -33,7 +33,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
+  --disable-schemas-compile
   make
 }
 

Modified: gnokii/trunk/PKGBUILD
===
--- gnokii/trunk/PKGBUILD   2016-04-27 01:21:01 UTC (rev 171949)
+++ gnokii/trunk/PKGBUILD   2016-04-27 01:37:38 UTC (rev 171950)
@@ -44,7 +44,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
-  --disable-static --enable-security
+  --enable-security
   make
   pushd xgnokii
   make

Modified: gnome-phone-manager/trunk/PKGBUILD
===
--- gnome-phone-manager/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 171949)
+++ gnome-phone-manager/trunk/PKGBUILD  2016-04-27 01:37:38 UTC (rev 171950)
@@ -27,7 +27,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-install 
--disable-bluetooth-plugin \
+  --disable-schemas-install --disable-bluetooth-plugin \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas
   make
 }

Modified: gnome-subtitles/trunk/PKGBUILD
===
--- gnome-subtitles/trunk/PKGBUILD  2016-04-27 01:21:01 UTC (rev 

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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:21:01
  Author: seblu
Revision: 171949

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/PKGBUILD
(from rev 171948, containerd/trunk/PKGBUILD)
Deleted:
  containerd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 01:18:45 UTC (rev 171948)
+++ PKGBUILD2016-04-27 01:21:01 UTC (rev 171949)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='A daemon to control runC, built for performance and density'
-url='https://containerd.tools/'
-depends=('runc')
-makedepends=('go' 'git')
-arch=('x86_64')
-source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
-license=("APACHE")
-md5sums=('SKIP')
-
-build() {
-  export GOPATH="$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-}
-
-package() {
-  cd src/github.com/docker/containerd/bin
-  for file in $(find . -type f -print); do
-install -Dm755 $file $pkgdir/usr/bin/$file
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 171948, 
containerd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 01:21:01 UTC (rev 171949)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A daemon to control runC, built for performance and density'
+url='https://containerd.tools/'
+depends=('glibc' 'runc')
+makedepends=('go' 'git')
+arch=('x86_64')
+source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/docker/containerd/bin
+  for file in $(find . -type f -print); do
+install -Dm755 $file $pkgdir/usr/bin/$file
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:18:45
  Author: seblu
Revision: 171948

archrelease: copy trunk to community-testing-x86_64

Added:
  docker/repos/community-testing-x86_64/
  docker/repos/community-testing-x86_64/PKGBUILD
(from rev 171947, docker/trunk/PKGBUILD)
  docker/repos/community-testing-x86_64/docker.install
(from rev 171947, docker/trunk/docker.install)
  docker/repos/community-testing-x86_64/docker.sysusers
(from rev 171947, docker/trunk/docker.sysusers)

-+
 PKGBUILD|   74 ++
 docker.install  |   13 +
 docker.sysusers |1 
 3 files changed, 88 insertions(+)

Copied: docker/repos/community-testing-x86_64/PKGBUILD (from rev 171947, 
docker/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-27 01:18:45 UTC (rev 171948)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.11.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh 2>/dev/null
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  # symlink containerd/run (nice integration...)
+  ln -s containerd "$pkgdir/usr/bin/docker-containerd"
+  ln -s containerd-shim "$pkgdir/usr/bin/docker-containerd-shim"
+  ln -s ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  ln -s runc "$pkgdir/usr/bin/docker-runc"
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
+  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
+  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
+  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
+  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
+  # man
+  install -dm755 "$pkgdir/usr/share/man"
+  mv man/man* "$pkgdir/usr/share/man"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-testing-x86_64/docker.install (from rev 171947, 
docker/trunk/docker.install)
===
--- community-testing-x86_64/docker.install (rev 0)
+++ community-testing-x86_64/docker.install 2016-04-27 01:18:45 UTC (rev 
171948)
@@ -0,0 +1,13 @@
+# Arg 1:  the new package version
+post_install() {
+  # create docker group (FS#38029)
+  systemd-sysusers docker.conf
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  (( $(vercmp $2 '1:0.7.1-1') < 0 )) &&  post_install "$1" || true
+}
+
+# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-testing-x86_64/docker.sysusers (from rev 171947, 
docker/trunk/docker.sysusers)
===
--- community-testing-x86_64/docker.sysusers(rev 0)
+++ community-testing-x86_64/docker.sysusers2016-04-27 01:18:45 UTC (rev 
171948)
@@ -0,0 +1 @@
+g docker - -


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:18:27
  Author: seblu
Revision: 171947

upgpkg: docker 1:1.11.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 01:17:52 UTC (rev 171946)
+++ PKGBUILD2016-04-27 01:18:27 UTC (rev 171947)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.10.3
+pkgver=1.11.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url='https://www.docker.com/'
 license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+depends=('runc' 'containerd' 'bridge-utils' 'iproute2' 'device-mapper' 
'sqlite' 'systemd')
 makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
@@ -39,7 +39,7 @@
   export AUTO_GOPATH=1
   hack/make.sh dynbinary
   # man pages
-  man/md2man-all.sh
+  man/md2man-all.sh 2>/dev/null
 }
 
 #check() {
@@ -50,7 +50,11 @@
 package() {
   cd docker
   install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
+  # symlink containerd/run (nice integration...)
+  ln -s containerd "$pkgdir/usr/bin/docker-containerd"
+  ln -s containerd-shim "$pkgdir/usr/bin/docker-containerd-shim"
+  ln -s ctr "$pkgdir/usr/bin/docker-containerd-ctr"
+  ln -s runc "$pkgdir/usr/bin/docker-runc"
   # completion
   install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
   install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:17:52
  Author: seblu
Revision: 171946

depends of the glibc

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 01:15:38 UTC (rev 171945)
+++ PKGBUILD2016-04-27 01:17:52 UTC (rev 171946)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc='A daemon to control runC, built for performance and density'
 url='https://containerd.tools/'
-depends=('runc')
+depends=('glibc' 'runc')
 makedepends=('go' 'git')
 arch=('x86_64')
 source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:15:38
  Author: seblu
Revision: 171945

archrelease: copy trunk to community-x86_64

Added:
  containerd/repos/community-x86_64/
  containerd/repos/community-x86_64/PKGBUILD
(from rev 171944, containerd/trunk/PKGBUILD)

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

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 171944, 
containerd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 01:15:38 UTC (rev 171945)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A daemon to control runC, built for performance and density'
+url='https://containerd.tools/'
+depends=('runc')
+makedepends=('go' 'git')
+arch=('x86_64')
+source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/docker/containerd/bin
+  for file in $(find . -type f -print); do
+install -Dm755 $file $pkgdir/usr/bin/$file
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 03:15:14
  Author: seblu
Revision: 171944

Add containerd. Docker dep.

Added:
  containerd/
  containerd/repos/
  containerd/trunk/
  containerd/trunk/PKGBUILD

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

Added: containerd/trunk/PKGBUILD
===
--- containerd/trunk/PKGBUILD   (rev 0)
+++ containerd/trunk/PKGBUILD   2016-04-27 01:15:14 UTC (rev 171944)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='A daemon to control runC, built for performance and density'
+url='https://containerd.tools/'
+depends=('runc')
+makedepends=('go' 'git')
+arch=('x86_64')
+source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/docker/containerd/bin
+  for file in $(find . -type f -print); do
+install -Dm755 $file $pkgdir/usr/bin/$file
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 02:52:51
  Author: seblu
Revision: 171943

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

Added:
  grafana/repos/community-i686/
  grafana/repos/community-i686/01-config.patch
(from rev 171942, grafana/trunk/01-config.patch)
  grafana/repos/community-i686/02-fix-influxdb0.11.1-multiple-queries.patch
(from rev 171942, 
grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch)
  grafana/repos/community-i686/PKGBUILD
(from rev 171942, grafana/trunk/PKGBUILD)
  grafana/repos/community-i686/grafana.install
(from rev 171942, grafana/trunk/grafana.install)
  grafana/repos/community-i686/grafana.service
(from rev 171942, grafana/trunk/grafana.service)
  grafana/repos/community-i686/grafana.sysusers
(from rev 171942, grafana/trunk/grafana.sysusers)
  grafana/repos/community-i686/grafana.tmpfiles
(from rev 171942, grafana/trunk/grafana.tmpfiles)
  grafana/repos/community-x86_64/
  grafana/repos/community-x86_64/01-config.patch
(from rev 171942, grafana/trunk/01-config.patch)
  grafana/repos/community-x86_64/02-fix-influxdb0.11.1-multiple-queries.patch
(from rev 171942, 
grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch)
  grafana/repos/community-x86_64/PKGBUILD
(from rev 171942, grafana/trunk/PKGBUILD)
  grafana/repos/community-x86_64/grafana.install
(from rev 171942, grafana/trunk/grafana.install)
  grafana/repos/community-x86_64/grafana.service
(from rev 171942, grafana/trunk/grafana.service)
  grafana/repos/community-x86_64/grafana.sysusers
(from rev 171942, grafana/trunk/grafana.sysusers)
  grafana/repos/community-x86_64/grafana.tmpfiles
(from rev 171942, grafana/trunk/grafana.tmpfiles)

---+
 community-i686/01-config.patch|   49 +
 community-i686/02-fix-influxdb0.11.1-multiple-queries.patch   |   32 +++
 community-i686/PKGBUILD   |   82 ++
 community-i686/grafana.install|   19 ++
 community-i686/grafana.service|   15 +
 community-i686/grafana.sysusers   |1 
 community-i686/grafana.tmpfiles   |2 
 community-x86_64/01-config.patch  |   49 +
 community-x86_64/02-fix-influxdb0.11.1-multiple-queries.patch |   32 +++
 community-x86_64/PKGBUILD |   82 ++
 community-x86_64/grafana.install  |   19 ++
 community-x86_64/grafana.service  |   15 +
 community-x86_64/grafana.sysusers |1 
 community-x86_64/grafana.tmpfiles |2 
 14 files changed, 400 insertions(+)

Copied: grafana/repos/community-i686/01-config.patch (from rev 171942, 
grafana/trunk/01-config.patch)
===
--- community-i686/01-config.patch  (rev 0)
+++ community-i686/01-config.patch  2016-04-27 00:52:51 UTC (rev 171943)
@@ -0,0 +1,49 @@
+diff --git a/conf/defaults.ini b/conf/defaults.ini
+index 258a019..6a7bd6b 100644
+--- a/conf/defaults.ini
 b/conf/defaults.ini
+@@ -9,11 +9,11 @@ app_mode = production
+ [paths]
+ # Path to where grafana can store temp files, sessions, and the sqlite3 db 
(if that is used)
+ #
+-data = data
++data = /var/lib/grafana
+ #
+ # Directory where grafana can store logs
+ #
+-logs = data/log
++logs = /var/log/grafana
+ 
+  Server 

+ [server]
+@@ -40,7 +40,7 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
+ router_logging = false
+ 
+ # the path relative working path
+-static_root_path = public
++static_root_path = /usr/share/grafana/public
+ 
+ # enable gzip
+ enable_gzip = false
+@@ -62,7 +62,7 @@ password =
+ ssl_mode = disable
+ 
+ # For "sqlite3" only, path relative to data_path setting
+-path = grafana.db
++path = /var/lib/grafana/grafana.db
+ 
+  Session 

+ [session]
+diff --git a/pkg/components/renderer/renderer.go 
b/pkg/components/renderer/renderer.go
+index 9d5ddd0..aa0aa9e 100644
+--- a/pkg/components/renderer/renderer.go
 b/pkg/components/renderer/renderer.go
+@@ -21,7 +21,7 @@ type RenderOpts struct {
+ 
+ func RenderToPng(params *RenderOpts) (string, error) {
+   log.Info("PhantomRenderer::renderToPng url %v", params.Url)
+-  binPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"phantomjs"))
++  binPath := "/usr/bin/phantomjs"
+   scriptPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"render.js"))
+   pngPath, _ := filepath.Abs(filepath.Join(setting.ImagesDir, 
util.GetRandomString(20)))
+   pngPath = pngPath + ".png"

Copied: 

[arch-commits] Commit in (10 files)

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 02:51:47
  Author: seblu
Revision: 171942

Move grafana from AUR

Added:
  grafana/
  grafana/repos/
  grafana/trunk/
  grafana/trunk/01-config.patch
  grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.install
  grafana/trunk/grafana.service
  grafana/trunk/grafana.sysusers
  grafana/trunk/grafana.tmpfiles

--+
 01-config.patch  |   49 ++
 02-fix-influxdb0.11.1-multiple-queries.patch |   32 +
 PKGBUILD |   82 +
 grafana.install  |   19 +
 grafana.service  |   15 
 grafana.sysusers |1 
 grafana.tmpfiles |2 
 7 files changed, 200 insertions(+)

Added: grafana/trunk/01-config.patch
===
--- grafana/trunk/01-config.patch   (rev 0)
+++ grafana/trunk/01-config.patch   2016-04-27 00:51:47 UTC (rev 171942)
@@ -0,0 +1,49 @@
+diff --git a/conf/defaults.ini b/conf/defaults.ini
+index 258a019..6a7bd6b 100644
+--- a/conf/defaults.ini
 b/conf/defaults.ini
+@@ -9,11 +9,11 @@ app_mode = production
+ [paths]
+ # Path to where grafana can store temp files, sessions, and the sqlite3 db 
(if that is used)
+ #
+-data = data
++data = /var/lib/grafana
+ #
+ # Directory where grafana can store logs
+ #
+-logs = data/log
++logs = /var/log/grafana
+ 
+  Server 

+ [server]
+@@ -40,7 +40,7 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
+ router_logging = false
+ 
+ # the path relative working path
+-static_root_path = public
++static_root_path = /usr/share/grafana/public
+ 
+ # enable gzip
+ enable_gzip = false
+@@ -62,7 +62,7 @@ password =
+ ssl_mode = disable
+ 
+ # For "sqlite3" only, path relative to data_path setting
+-path = grafana.db
++path = /var/lib/grafana/grafana.db
+ 
+  Session 

+ [session]
+diff --git a/pkg/components/renderer/renderer.go 
b/pkg/components/renderer/renderer.go
+index 9d5ddd0..aa0aa9e 100644
+--- a/pkg/components/renderer/renderer.go
 b/pkg/components/renderer/renderer.go
+@@ -21,7 +21,7 @@ type RenderOpts struct {
+ 
+ func RenderToPng(params *RenderOpts) (string, error) {
+   log.Info("PhantomRenderer::renderToPng url %v", params.Url)
+-  binPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"phantomjs"))
++  binPath := "/usr/bin/phantomjs"
+   scriptPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"render.js"))
+   pngPath, _ := filepath.Abs(filepath.Join(setting.ImagesDir, 
util.GetRandomString(20)))
+   pngPath = pngPath + ".png"

Added: grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch
===
--- grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch  
(rev 0)
+++ grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch  2016-04-27 
00:51:47 UTC (rev 171942)
@@ -0,0 +1,32 @@
+diff --git a/public/app/plugins/datasource/influxdb/datasource.js 
b/public/app/plugins/datasource/influxdb/datasource.js
+index a23937c..b401f44 100644
+--- a/public/app/plugins/datasource/influxdb/datasource.js
 b/public/app/plugins/datasource/influxdb/datasource.js
+@@ -46,7 +46,7 @@ function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
+ query = query.replace(/\$interval/g, (target.interval || 
options.interval));
+ return query;
+ 
+-  }).join("\n");
++  }).join(";\n");
+ 
+   // replace grafana variables
+   allQueries = allQueries.replace(/\$timeFilter/g, timeFilter);
+diff --git a/public/vendor/angular/angular.js 
b/public/vendor/angular/angular.js
+index f7442c0..2d283c4 100644
+--- a/public/vendor/angular/angular.js
 b/public/vendor/angular/angular.js
+@@ -1373,7 +1373,6 @@ function encodeUriQuery(val, pctEncodeSpaces) {
+  replace(/%3A/gi, ':').
+  replace(/%24/g, '$').
+  replace(/%2C/gi, ',').
+- replace(/%3B/gi, ';').
+  replace(/%20/g, (pctEncodeSpaces ? '%20' : '+'));
+ }
+ 
+@@ -28361,4 +28360,4 @@ var minlengthDirective = function() {
+ 
+ })(window, document);
+ 
+-!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 
"UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none
 
!important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}');
+\ No newline at end of file
++!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 

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

2016-04-26 Thread Anatol Pomozov
Date: Wednesday, April 27, 2016 @ 01:34:12
  Author: anatolik
Revision: 171941

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

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

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

Copied: gputils/repos/community-testing-i686/PKGBUILD (from rev 171940, 
gputils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-04-26 23:34:12 UTC (rev 171941)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.4.2
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz;)
+md5sums=('e0d074b9d481b2419b0411938d046102')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Copied: gputils/repos/community-testing-x86_64/PKGBUILD (from rev 171940, 
gputils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-04-26 23:34:12 UTC (rev 171941)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.4.2
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz;)
+md5sums=('e0d074b9d481b2419b0411938d046102')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2016-04-26 Thread Anatol Pomozov
Date: Wednesday, April 27, 2016 @ 01:33:38
  Author: anatolik
Revision: 171940

upgpkg: gputils 1.4.2-1

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 19:37:43 UTC (rev 171939)
+++ PKGBUILD2016-04-26 23:33:38 UTC (rev 171940)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gputils
-pkgver=1.4.0
+pkgver=1.4.2
 _tag=$pkgver-1
 pkgrel=1
 pkgdesc="PIC Programming Utilities"
@@ -14,15 +14,15 @@
 license=('GPL')
 depends=('glibc')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz;)
-md5sums=('6cf5d82b1d2978d6e13378d1a4a77df4')
+md5sums=('e0d074b9d481b2419b0411938d046102')
 
 build() {
-   cd "$srcdir/$pkgname-$_tag"
+   cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$_tag"
+   cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in gzip/trunk (01-fix-bug-with-l-output-to-pipes.patch)

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 01:19:16
  Author: seblu
Revision: 266193

rm

Deleted:
  gzip/trunk/01-fix-bug-with-l-output-to-pipes.patch

-+
 01-fix-bug-with-l-output-to-pipes.patch |   45 --
 1 file changed, 45 deletions(-)

Deleted: 01-fix-bug-with-l-output-to-pipes.patch
===
--- 01-fix-bug-with-l-output-to-pipes.patch 2016-04-26 23:17:03 UTC (rev 
266192)
+++ 01-fix-bug-with-l-output-to-pipes.patch 2016-04-26 23:19:16 UTC (rev 
266193)
@@ -1,45 +0,0 @@
-From 3557cd57906915eb9c990b5f386e25c395592643 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Wed, 20 Apr 2016 00:43:09 +
-Subject: gzip: fix bug with -l output to pipes
-
-Problem reported by Christian Franke via Eric Blake in:
-http://bugs.gnu.org/23314
-* NEWS: Mention this.
-* gzip.c (main): Do not close stdout twice when given -l.
-Instead, -l now just fflushes stdout, so that fdatasync
-can synchronize it if --synchronize is also specified.
-* tests/list: New test case.
-* tests/Makefile.am (TESTS): Add it.

-diff --git a/gzip.c b/gzip.c
-index d66530a..3b8de4d 100644
 a/gzip.c
-+++ b/gzip.c
-@@ -664,14 +664,16 @@ int main (int argc, char **argv)
- } else {  /* Standard input */
- treat_stdin();
- }
--if (list && !quiet && file_count > 1) {
--do_list(-1, -1); /* print totals */
--}
--if (to_stdout
--&& ((synchronous
-- && (fdatasync (STDOUT_FILENO) != 0 && errno != EINVAL))
--|| close (STDOUT_FILENO) != 0)
--&& errno != EBADF)
-+if (list)
-+  {
-+/* Output any totals, and check for output errors.  */
-+if (!quiet && 1 < file_count)
-+  do_list (-1, -1);
-+if (fflush (stdout) != 0)
-+  write_error ();
-+  }
-+if (to_stdout && synchronous && fdatasync (STDOUT_FILENO) != 0
-+&& errno != EINVAL && errno != EBADF)
-   write_error ();
- do_exit(exit_code);
- return exit_code; /* just to avoid lint warning */
---
-cgit v0.9.0.2


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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 01:17:03
  Author: seblu
Revision: 266192

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

Added:
  gzip/repos/testing-i686/01-fix-bug-with-l-output-to-pipes.patch
(from rev 266191, gzip/trunk/01-fix-bug-with-l-output-to-pipes.patch)
  gzip/repos/testing-i686/PKGBUILD
(from rev 266191, gzip/trunk/PKGBUILD)
  gzip/repos/testing-i686/gzip.install
(from rev 266191, gzip/trunk/gzip.install)
  gzip/repos/testing-x86_64/01-fix-bug-with-l-output-to-pipes.patch
(from rev 266191, gzip/trunk/01-fix-bug-with-l-output-to-pipes.patch)
  gzip/repos/testing-x86_64/PKGBUILD
(from rev 266191, gzip/trunk/PKGBUILD)
  gzip/repos/testing-x86_64/gzip.install
(from rev 266191, gzip/trunk/gzip.install)
Deleted:
  gzip/repos/testing-i686/01-fix-bug-with-l-output-to-pipes.patch
  gzip/repos/testing-i686/PKGBUILD
  gzip/repos/testing-i686/gzip.install
  gzip/repos/testing-x86_64/01-fix-bug-with-l-output-to-pipes.patch
  gzip/repos/testing-x86_64/PKGBUILD
  gzip/repos/testing-x86_64/gzip.install

+
 /01-fix-bug-with-l-output-to-pipes.patch   |   90 +
 /PKGBUILD  |   98 +++
 /gzip.install  |   44 ++
 testing-i686/01-fix-bug-with-l-output-to-pipes.patch   |   45 --
 testing-i686/PKGBUILD  |   51 ---
 testing-i686/gzip.install  |   22 ---
 testing-x86_64/01-fix-bug-with-l-output-to-pipes.patch |   45 --
 testing-x86_64/PKGBUILD|   51 ---
 testing-x86_64/gzip.install|   22 ---
 9 files changed, 232 insertions(+), 236 deletions(-)

Deleted: testing-i686/01-fix-bug-with-l-output-to-pipes.patch
===
--- testing-i686/01-fix-bug-with-l-output-to-pipes.patch2016-04-26 
23:16:31 UTC (rev 266191)
+++ testing-i686/01-fix-bug-with-l-output-to-pipes.patch2016-04-26 
23:17:03 UTC (rev 266192)
@@ -1,45 +0,0 @@
-From 3557cd57906915eb9c990b5f386e25c395592643 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Wed, 20 Apr 2016 00:43:09 +
-Subject: gzip: fix bug with -l output to pipes
-
-Problem reported by Christian Franke via Eric Blake in:
-http://bugs.gnu.org/23314
-* NEWS: Mention this.
-* gzip.c (main): Do not close stdout twice when given -l.
-Instead, -l now just fflushes stdout, so that fdatasync
-can synchronize it if --synchronize is also specified.
-* tests/list: New test case.
-* tests/Makefile.am (TESTS): Add it.

-diff --git a/gzip.c b/gzip.c
-index d66530a..3b8de4d 100644
 a/gzip.c
-+++ b/gzip.c
-@@ -664,14 +664,16 @@ int main (int argc, char **argv)
- } else {  /* Standard input */
- treat_stdin();
- }
--if (list && !quiet && file_count > 1) {
--do_list(-1, -1); /* print totals */
--}
--if (to_stdout
--&& ((synchronous
-- && (fdatasync (STDOUT_FILENO) != 0 && errno != EINVAL))
--|| close (STDOUT_FILENO) != 0)
--&& errno != EBADF)
-+if (list)
-+  {
-+/* Output any totals, and check for output errors.  */
-+if (!quiet && 1 < file_count)
-+  do_list (-1, -1);
-+if (fflush (stdout) != 0)
-+  write_error ();
-+  }
-+if (to_stdout && synchronous && fdatasync (STDOUT_FILENO) != 0
-+&& errno != EINVAL && errno != EBADF)
-   write_error ();
- do_exit(exit_code);
- return exit_code; /* just to avoid lint warning */
---
-cgit v0.9.0.2

Copied: gzip/repos/testing-i686/01-fix-bug-with-l-output-to-pipes.patch (from 
rev 266191, gzip/trunk/01-fix-bug-with-l-output-to-pipes.patch)
===
--- testing-i686/01-fix-bug-with-l-output-to-pipes.patch
(rev 0)
+++ testing-i686/01-fix-bug-with-l-output-to-pipes.patch2016-04-26 
23:17:03 UTC (rev 266192)
@@ -0,0 +1,45 @@
+From 3557cd57906915eb9c990b5f386e25c395592643 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Wed, 20 Apr 2016 00:43:09 +
+Subject: gzip: fix bug with -l output to pipes
+
+Problem reported by Christian Franke via Eric Blake in:
+http://bugs.gnu.org/23314
+* NEWS: Mention this.
+* gzip.c (main): Do not close stdout twice when given -l.
+Instead, -l now just fflushes stdout, so that fdatasync
+can synchronize it if --synchronize is also specified.
+* tests/list: New test case.
+* tests/Makefile.am (TESTS): Add it.
+---
+diff --git a/gzip.c b/gzip.c
+index d66530a..3b8de4d 100644
+--- a/gzip.c
 b/gzip.c
+@@ -664,14 +664,16 @@ int main (int argc, char **argv)
+ } else {  /* Standard input */
+ treat_stdin();
+ }
+-if (list && !quiet && file_count > 1) {
+-do_list(-1, -1); /* print totals */
+-}
+-  

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

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 01:16:31
  Author: seblu
Revision: 266191

upgpkg: gzip 1.8-1

Modified:
  gzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 22:24:38 UTC (rev 266190)
+++ PKGBUILD2016-04-26 23:16:31 UTC (rev 266191)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=gzip
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
 pkgdesc='GNU compression utility'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/gzip/'
@@ -14,11 +14,9 @@
 depends=('glibc' 'bash' 'less')
 install=gzip.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}
-'01-fix-bug-with-l-output-to-pipes.patch')
-md5sums=('d9ae97206a703a20e6c1c868deb3eb47'
- 'SKIP'
- '3fc4318cec1f036b5c340e8aa228005c')
+source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
+md5sums=('f7caabb65cddc1a4165b398009bd05b9'
+ 'SKIP')
 prepare() {
   cd $pkgname-$pkgver
   # apply patch from the source array (should be a pacman feature)


[arch-commits] Commit in firefox/repos (22 files)

2016-04-26 Thread Jan Steffens
Date: Wednesday, April 27, 2016 @ 00:24:38
  Author: heftig
Revision: 266190

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 266189, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-fixed-loading-icon.png
(from rev 266189, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/testing-i686/firefox-gtk3-20.patch
(from rev 266189, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 266189, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox-symbolic.svg
(from rev 266189, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-i686/firefox.desktop
(from rev 266189, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 266189, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 266189, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/no-libnotify.patch
(from rev 266189, firefox/trunk/no-libnotify.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 266189, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 266189, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-fixed-loading-icon.png
(from rev 266189, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/testing-x86_64/firefox-gtk3-20.patch
(from rev 266189, firefox/trunk/firefox-gtk3-20.patch)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 266189, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox-symbolic.svg
(from rev 266189, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 266189, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 266189, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 266189, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/no-libnotify.patch
(from rev 266189, firefox/trunk/no-libnotify.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 266189, firefox/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|  135 ++
 testing-i686/firefox-gtk3-20.patch   | 1614 +
 testing-i686/firefox-install-dir.patch   |   12 
 testing-i686/firefox-symbolic.svg|   30 
 testing-i686/firefox.desktop |  352 ++
 testing-i686/firefox.install |   12 
 testing-i686/mozconfig   |   37 
 testing-i686/no-libnotify.patch  |   51 
 testing-i686/vendor.js   |9 
 testing-x86_64/PKGBUILD  |  135 ++
 testing-x86_64/firefox-gtk3-20.patch | 1614 +
 testing-x86_64/firefox-install-dir.patch |   12 
 testing-x86_64/firefox-symbolic.svg  |   30 
 testing-x86_64/firefox.desktop   |  352 ++
 testing-x86_64/firefox.install   |   12 
 testing-x86_64/mozconfig |   37 
 testing-x86_64/no-libnotify.patch|   51 
 testing-x86_64/vendor.js |9 
 18 files changed, 4504 insertions(+)

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


[arch-commits] Commit in firefox/trunk (PKGBUILD firefox-gtk3-20.patch mozconfig)

2016-04-26 Thread Jan Steffens
Date: Tuesday, April 26, 2016 @ 23:52:50
  Author: heftig
Revision: 266189

46.0-1

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox-gtk3-20.patch
  firefox/trunk/mozconfig

---+
 PKGBUILD  |8 -
 firefox-gtk3-20.patch |  344 ++--
 mozconfig |2 
 3 files changed, 164 insertions(+), 190 deletions(-)

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


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

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 21:37:43
  Author: svenstaro
Revision: 171939

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

Added:
  neovim/repos/community-i686/PKGBUILD
(from rev 171938, neovim/trunk/PKGBUILD)
  neovim/repos/community-i686/neovim.install
(from rev 171938, neovim/trunk/neovim.install)
  neovim/repos/community-x86_64/PKGBUILD
(from rev 171938, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 171938, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-i686/PKGBUILD
  neovim/repos/community-i686/neovim.install
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

-+
 /PKGBUILD   |   90 ++
 /neovim.install |   20 
 community-i686/PKGBUILD |   45 ---
 community-i686/neovim.install   |   10 
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/neovim.install |   10 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-26 19:37:34 UTC (rev 171938)
+++ community-i686/PKGBUILD 2016-04-26 19:37:43 UTC (rev 171939)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Florian Walch 
-# Contributor: Florian Hahn 
-
-pkgname=neovim
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
-arch=('i686' 'x86_64')
-url='https://neovim.io'
-license=('custom:neovim')
-depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
-makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
-optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
-'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
-'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
-'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
-source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha256sums=('7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b')
-install=neovim.install
-
-build() {
-  mkdir -p "${srcdir}/build"
-  cd "${srcdir}/build"
-
-  cmake "../neovim-${pkgver}" \
--DCMAKE_BUILD_TYPE=RelWithDebInfo \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_JEMALLOC=ON
-  make
-}
-
-check() {
-  cd "${srcdir}/build"
-  ./bin/nvim --version
-  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: neovim/repos/community-i686/PKGBUILD (from rev 171938, 
neovim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-26 19:37:43 UTC (rev 171939)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+# Contributor: Florian Hahn 
+
+pkgname=neovim
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
+arch=('i686' 'x86_64')
+url='https://neovim.io'
+license=('custom:neovim')
+depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
+makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg')
+optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
+'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
+'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
+'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
+source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
+sha256sums=('bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9')
+install=neovim.install
+
+build() {
+  mkdir -p "${srcdir}/build"
+  cd "${srcdir}/build"
+
+  cmake "../neovim-${pkgver}" \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_JEMALLOC=ON
+  make
+}
+
+check() {
+  cd "${srcdir}/build"
+  ./bin/nvim --version
+  ./bin/nvim --headless -u NONE -i NONE -c ':quit'
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}/neovim-${pkgver}"/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:

Deleted: community-i686/neovim.install
===
--- community-i686/neovim.install   2016-04-26 19:37:34 UTC (rev 171938)
+++ 

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

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 21:37:34
  Author: svenstaro
Revision: 171938

upgpkg: neovim 0.1.4-1

upstream release 0.1.4

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 19:29:39 UTC (rev 171937)
+++ PKGBUILD2016-04-26 19:37:34 UTC (rev 171938)
@@ -3,7 +3,7 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.1.3
+pkgver=0.1.4
 pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('i686' 'x86_64')
@@ -10,13 +10,13 @@
 url='https://neovim.io'
 license=('custom:neovim')
 depends=('jemalloc' 'libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm')
-makedepends=('cmake' 'luajit' 'lua51-messagepack' 'lua51-lpeg')
+makedepends=('cmake' 'luajit' 'lua51-mpack' 'lua51-lpeg')
 optdepends=('python2-neovim: for Python 2 plugin support (see :help 
nvim-python)'
 'python-neovim: for Python 3 plugin support (see :help 
nvim-python)'
 'xclip: for clipboard support (or xsel) (see :help nvim-clipboard)'
 'xsel: for clipboard support (or xclip) (see :help 
nvim-clipboard)')
 source=("https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz;)
-sha256sums=('7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b')
+sha256sums=('bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9')
 install=neovim.install
 
 build() {


[arch-commits] Commit in kde-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 21:32:14
  Author: arojas
Revision: 266188

archrelease: copy trunk to extra-any

Added:
  kde-l10n/repos/extra-any/PKGBUILD
(from rev 266187, kde-l10n/trunk/PKGBUILD)
Deleted:
  kde-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  354 ++---
 1 file changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-26 19:30:42 UTC (rev 266187)
+++ PKGBUILD2016-04-26 19:32:14 UTC (rev 266188)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgver=16.04.0
-pkgrel=2
-arch=('any')
-url='http://www.kde.org/'
-license=('GPL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools' 'python')
-options=('docs')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'bg "Bulgarian"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'eo "Esperanto"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Farsi"'
-  'fi "Finnish"'
-  'fr "French"'
-  'ga "Irish"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hi "Hindi"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mr "Marathi"'
-  'nb "Norwegian Bokmal"'
-  'nds"Low Saxon"'
-  'nl "Dutch"'
-  'nn "Norwegian Nynorsk"'
-  'pa "Panjabi/Punjabi"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sr "Serbian"'
-  'sv "Swedish"'
-  'tr "Turkish"'
-  'ug "Uyghur"'
-  'uk "Ukrainian"'
-  'wa "Walloon"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-md5sums=('1d6bc75ae11874b2e36b505015197fd4'
- 'dfdeca2642c1d513d9475166685808ef'
- '27f833983e833f29ebe6dc6eb1c99555'
- '40106d88f6244aba085fa5dfc0e58353'
- '1bde56cc5634265f98ba5a2f604738c5'
- '24564c957f2236cd5e2f0e43ecdb24d3'
- '171a927fb9502a6dd41294070c6d39aa'
- 'f98840d5383ddcfaa74432bfd88ab47c'
- '613eb9c654e18ae09cf100451f9c6bbe'
- 'd28c3bfbaf5019090e4d4f38502cb3c6'
- '17189291b1515a0079e7d7182f03c184'
- 'b8d6b713cfe55a67f1538eb555cc38e1'
- 'c32feadaa17dedc07e90a975e04c3178'
- 'dfc707dafe4a076a6e9ddb2537fcab39'
- '2e5a8a4e81033e4682df2fc6d00d7f68'
- '101633e9581ef2a2d5cbb53073930d27'
- '318d0fc886b11d6f33528a08c8b8ab36'
- '811e76aeb553214a41b3e6b90a6ac2f3'
- '8448b701db04c18ffb425db71763aaab'
- 'ea0ee57f1407c0756def64127556cc1c'
- 'a986abeaff664fe74f5dd31c9f52a3b4'
- 'c4d707ccbbdb88edc220976ddfa18506'
- '34a56069e93dbfd4bdd251fd1fae68a1'
- '3377f29fe77dddb1d8ec16860e505a66'
- '6423331c8f2546c09918dc3955299b76'
- '5a436d2aa2cbfd74f91f3cae48006dc6'
- '34ff6fa6e13b10995ee46cb405318c5e'
- 'db60f494730b136a6f5d211f69c8f56c'
- 'a11c57ca50925190dd9272608a8b3c8d'
- '8027547220886583554ae3c57633b43e'
- '9c196fc297d0ce766c62440e16b0a88c'
- '237c6e209ea662d7c98928f3c9ce9357'
- 'e64bb9a577caa52f35f34d60162317a6'
- '16b76e3370d840c678b4fc6da0d85d82'
- '3184b29e10c00e3ffcd0b64b05d79a2f'
- 'c27df84f1c3929589cfe801a32d14857'
- '74ef7248f2c289ea28f67bc042481c1b'
- '395994727c90544edcfa4111e6707333'
- '36d6a3412d0af12af6afacb7ddc78a87'
- '86d96012c009a9f1f83025c8de6bd8dd'
- '54826fa75d8831e7d4e0443b09b98d36'
- 'd2008d914c6a6b3a4b4f9a17dea5d2f7'
- '645a7edef294575d986822946c19fb55'
- '1da1765d3c01d83bcee10edbeea9d438'
- 'f6eac7de17c9a80ef4fa1baa3c14fbc4'
- '708a1c2acd364337707911bd14513b80'
- 'eb192360c67e065d3451a2ca2fb7f76c'
- 'fd1eb82ad79a3ce7324ffb8daf7aeafd'
- '7e23a40c88ad73f2cdafe994a1aa4017'
- '24f227572741e501a724f210f22fe035'
- 'd03ed87db5120be21617fa6163c0d2ea'
- 

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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 21:30:42
  Author: arojas
Revision: 266187

Fix more conflicts with ki18n (FS#49097)

Modified:
  kde-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 19:18:52 UTC (rev 266186)
+++ PKGBUILD2016-04-26 19:30:42 UTC (rev 266187)
@@ -5,7 +5,7 @@
 
 pkgbase=kde-l10n
 pkgver=16.04.0
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://www.kde.org/'
 license=('GPL')
@@ -173,5 +173,5 @@
   make DESTDIR="$pkgdir" install
 
 # FS#48957
-  rm -f "$pkgdir"/usr/share/locale/*/LC_SCRIPTS/ki18n5/ki18n5.js
+  rm -fr "$pkgdir"/usr/share/locale/*/LC_SCRIPTS/ki18n5
 }


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

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 21:29:39
  Author: svenstaro
Revision: 171937

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

Added:
  lua-mpack/repos/community-i686/
  lua-mpack/repos/community-i686/PKGBUILD
(from rev 171936, lua-mpack/trunk/PKGBUILD)
  lua-mpack/repos/community-x86_64/
  lua-mpack/repos/community-x86_64/PKGBUILD
(from rev 171936, lua-mpack/trunk/PKGBUILD)

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

Copied: lua-mpack/repos/community-i686/PKGBUILD (from rev 171936, 
lua-mpack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-26 19:29:39 UTC (rev 171937)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgbase=lua-mpack
+pkgname=('lua51-mpack')
+pkgver=1.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/tarruda/libmpack'
+makedepends=('lua51' 'lua52' 'lua')
+license=('MIT')
+source=("libmpack-${pkgver}.tar.gz::https://github.com/tarruda/libmpack/archive/${pkgver}.tar.gz;)
+sha256sums=('9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9')
+
+build() {
+  cd "${srcdir}/libmpack-${pkgver}"
+
+  gcc -O2 -fPIC -I/usr/include/lua5.1 -c binding/lua/lmpack.c -o lmpack.o
+  gcc -shared -o mpack.so.5.1 lmpack.o
+
+  # Broken currently
+  # gcc -O2 -fPIC -I/usr/include/lua5.2 -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.2 lmpack.o
+  #
+  # gcc -O2 -fPIC -I/usr/include -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.3 lmpack.o
+}
+
+package_lua51-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.1'
+  depends=('lua51')
+
+  cd "${srcdir}/libmpack-${pkgver}"
+  install -Dm755 mpack.so.5.1 "${pkgdir}/usr/lib/lua/5.1/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# package_lua52-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.2'
+#   depends=('lua52')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
+#
+# package_lua-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.3'
+#   depends=('lua')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
+
+# vim:set sw=2 sts=2 et:

Copied: lua-mpack/repos/community-x86_64/PKGBUILD (from rev 171936, 
lua-mpack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-26 19:29:39 UTC (rev 171937)
@@ -0,0 +1,56 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgbase=lua-mpack
+pkgname=('lua51-mpack')
+pkgver=1.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/tarruda/libmpack'
+makedepends=('lua51' 'lua52' 'lua')
+license=('MIT')
+source=("libmpack-${pkgver}.tar.gz::https://github.com/tarruda/libmpack/archive/${pkgver}.tar.gz;)
+sha256sums=('9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9')
+
+build() {
+  cd "${srcdir}/libmpack-${pkgver}"
+
+  gcc -O2 -fPIC -I/usr/include/lua5.1 -c binding/lua/lmpack.c -o lmpack.o
+  gcc -shared -o mpack.so.5.1 lmpack.o
+
+  # Broken currently
+  # gcc -O2 -fPIC -I/usr/include/lua5.2 -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.2 lmpack.o
+  #
+  # gcc -O2 -fPIC -I/usr/include -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.3 lmpack.o
+}
+
+package_lua51-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.1'
+  depends=('lua51')
+
+  cd "${srcdir}/libmpack-${pkgver}"
+  install -Dm755 mpack.so.5.1 "${pkgdir}/usr/lib/lua/5.1/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# package_lua52-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.2'
+#   depends=('lua52')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
+#
+# package_lua-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.3'
+#   depends=('lua')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
+
+# vim:set sw=2 sts=2 et:


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

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 21:29:27
  Author: svenstaro
Revision: 171936

upgpkg: lua-mpack 1.0.2-1

Pushing lua-mpack

Modified:
  lua-mpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 19:23:00 UTC (rev 171935)
+++ PKGBUILD2016-04-26 19:29:27 UTC (rev 171936)
@@ -2,7 +2,7 @@
 # Contributor: Florian Walch 
 
 pkgbase=lua-mpack
-pkgname=('lua51-mpack' 'lua52-mpack' 'lua-mpack')
+pkgname=('lua51-mpack')
 pkgver=1.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -18,11 +18,12 @@
   gcc -O2 -fPIC -I/usr/include/lua5.1 -c binding/lua/lmpack.c -o lmpack.o
   gcc -shared -o mpack.so.5.1 lmpack.o
 
-  gcc -O2 -fPIC -I/usr/include/lua5.2 -c binding/lua/lmpack.c -o lmpack.o
-  gcc -shared -o mpack.so.5.2 lmpack.o
-
-  gcc -O2 -fPIC -I/usr/include/ -c binding/lua/lmpack.c -o lmpack.o
-  gcc -shared -o mpack.so.5.3 lmpack.o
+  # Broken currently
+  # gcc -O2 -fPIC -I/usr/include/lua5.2 -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.2 lmpack.o
+  #
+  # gcc -O2 -fPIC -I/usr/include -c binding/lua/lmpack.c -o lmpack.o
+  # gcc -shared -o mpack.so.5.3 lmpack.o
 }
 
 package_lua51-mpack() {
@@ -34,22 +35,22 @@
   install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
-package_lua52-mpack() {
-  pkgdesc='Simple implementation of msgpack in C Lua 5.2'
-  depends=('lua52')
+# package_lua52-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.2'
+#   depends=('lua52')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
+#
+# package_lua-mpack() {
+#   pkgdesc='Simple implementation of msgpack in C Lua 5.3'
+#   depends=('lua')
+#
+#   cd "${srcdir}/libmpack-${pkgver}"
+#   install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
+#   install -Dm644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+# }
 
-  cd "${srcdir}/libmpack-${pkgver}"
-  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
-  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_lua53-mpack() {
-  pkgdesc='Simple implementation of msgpack in C Lua 5.3'
-  depends=('lua')
-
-  cd "${srcdir}/libmpack-${pkgver}"
-  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
-  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
 # vim:set sw=2 sts=2 et:


[arch-commits] Commit in (4 files)

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 21:23:00
  Author: svenstaro
Revision: 171935

Moving lua-mpack from AUR as a dep of neovim

Added:
  lua-mpack/
  lua-mpack/repos/
  lua-mpack/trunk/
  lua-mpack/trunk/PKGBUILD

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

Added: lua-mpack/trunk/PKGBUILD
===
--- lua-mpack/trunk/PKGBUILD(rev 0)
+++ lua-mpack/trunk/PKGBUILD2016-04-26 19:23:00 UTC (rev 171935)
@@ -0,0 +1,55 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Florian Walch 
+
+pkgbase=lua-mpack
+pkgname=('lua51-mpack' 'lua52-mpack' 'lua-mpack')
+pkgver=1.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/tarruda/libmpack'
+makedepends=('lua51' 'lua52' 'lua')
+license=('MIT')
+source=("libmpack-${pkgver}.tar.gz::https://github.com/tarruda/libmpack/archive/${pkgver}.tar.gz;)
+sha256sums=('9c570b2aab81b0c56d97cbd8fc483dc431b69510fd9becb4a1845291563e8bc9')
+
+build() {
+  cd "${srcdir}/libmpack-${pkgver}"
+
+  gcc -O2 -fPIC -I/usr/include/lua5.1 -c binding/lua/lmpack.c -o lmpack.o
+  gcc -shared -o mpack.so.5.1 lmpack.o
+
+  gcc -O2 -fPIC -I/usr/include/lua5.2 -c binding/lua/lmpack.c -o lmpack.o
+  gcc -shared -o mpack.so.5.2 lmpack.o
+
+  gcc -O2 -fPIC -I/usr/include/ -c binding/lua/lmpack.c -o lmpack.o
+  gcc -shared -o mpack.so.5.3 lmpack.o
+}
+
+package_lua51-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.1'
+  depends=('lua51')
+
+  cd "${srcdir}/libmpack-${pkgver}"
+  install -Dm755 mpack.so.5.1 "${pkgdir}/usr/lib/lua/5.1/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua52-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.2'
+  depends=('lua52')
+
+  cd "${srcdir}/libmpack-${pkgver}"
+  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.2/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_lua53-mpack() {
+  pkgdesc='Simple implementation of msgpack in C Lua 5.3'
+  depends=('lua')
+
+  cd "${srcdir}/libmpack-${pkgver}"
+  install -Dm755 mpack.so.5.3 "${pkgdir}/usr/lib/lua/5.3/mpack.so"
+  install -Dm644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 21:18:52
  Author: arojas
Revision: 266186

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

Added:
  spectacle/repos/extra-i686/PKGBUILD
(from rev 266185, spectacle/trunk/PKGBUILD)
  spectacle/repos/extra-i686/kdebug-362241.patch
(from rev 266185, spectacle/trunk/kdebug-362241.patch)
  spectacle/repos/extra-i686/spectacle.install
(from rev 266185, spectacle/trunk/spectacle.install)
  spectacle/repos/extra-x86_64/PKGBUILD
(from rev 266185, spectacle/trunk/PKGBUILD)
  spectacle/repos/extra-x86_64/kdebug-362241.patch
(from rev 266185, spectacle/trunk/kdebug-362241.patch)
  spectacle/repos/extra-x86_64/spectacle.install
(from rev 266185, spectacle/trunk/spectacle.install)
Deleted:
  spectacle/repos/extra-i686/PKGBUILD
  spectacle/repos/extra-i686/spectacle.install
  spectacle/repos/extra-x86_64/PKGBUILD
  spectacle/repos/extra-x86_64/spectacle.install

--+
 /PKGBUILD|   96 +
 /spectacle.install   |   24 +
 extra-i686/PKGBUILD  |   38 --
 extra-i686/kdebug-362241.patch   |   52 
 extra-i686/spectacle.install |   12 
 extra-x86_64/PKGBUILD|   38 --
 extra-x86_64/kdebug-362241.patch |   52 
 extra-x86_64/spectacle.install   |   12 
 8 files changed, 224 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-26 19:18:14 UTC (rev 266185)
+++ extra-i686/PKGBUILD 2016-04-26 19:18:52 UTC (rev 266186)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=spectacle
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(i686 x86_64)
-url='https://projects.kde.org/spectacle'
-license=(GPL)
-depends=(xcb-util-cursor libkscreen libkipi purpose)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-groups=(kde-applications kdegraphics)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('231a565255ff420b2a8b0974530b1c28')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: spectacle/repos/extra-i686/PKGBUILD (from rev 266185, 
spectacle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-26 19:18:52 UTC (rev 266186)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=16.04.0
+pkgrel=2
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/graphics/'
+license=(GPL)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+
spectacle-hidpi.patch::"https://quickgit.kde.org/?p=spectacle.git=commitdiff=3d4dcacc=plain;
+kdebug-362241.patch)
+install=$pkgname.install
+md5sums=('231a565255ff420b2a8b0974530b1c28'
+ '53e7af8dd42eb968d642d110f0a69be1'
+ '4cc380edb046432832fc6a3aeb926d82')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix high DPI
+  patch -p1 -i ../spectacle-hidpi.patch
+# Unbreak rectangular image grabs for nvidia users 
http://bugs.kde.org/show_bug.cgi?id=362241
+  patch -p1 -i ../kdebug-362241.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: spectacle/repos/extra-i686/kdebug-362241.patch (from rev 266185, 
spectacle/trunk/kdebug-362241.patch)
===
--- extra-i686/kdebug-362241.patch  (rev 0)
+++ extra-i686/kdebug-362241.patch  2016-04-26 19:18:52 UTC (rev 266186)
@@ -0,0 +1,52 @@
+From: Boudhayan Gupta 
+Date: Mon, 25 Apr 2016 18:27:49 +
+Subject: Unbreak rectangular image grabs for nvidia users.
+X-Git-Url: 
http://quickgit.kde.org/?p=spectacle.git=commitdiff=abbbe6d13de870f9e9349acc2542cffc5d41b76d
+---
+Unbreak rectangular image grabs for nvidia users.
+
+BUG: 362241

[arch-commits] Commit in spectacle/trunk (PKGBUILD kdebug-362241.patch)

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 21:18:14
  Author: arojas
Revision: 266185

Backport critical bugfixes

Added:
  spectacle/trunk/kdebug-362241.patch
Modified:
  spectacle/trunk/PKGBUILD

-+
 PKGBUILD|   16 ---
 kdebug-362241.patch |   52 ++
 2 files changed, 65 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 18:56:30 UTC (rev 266184)
+++ PKGBUILD2016-04-26 19:18:14 UTC (rev 266185)
@@ -3,7 +3,7 @@
 
 pkgname=spectacle
 pkgver=16.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
 url='https://www.kde.org/applications/graphics/'
@@ -13,12 +13,22 @@
 conflicts=(kdegraphics-ksnapshot kscreengenie)
 replaces=(kdegraphics-ksnapshot kscreengenie)
 groups=(kde-applications kdegraphics)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+
spectacle-hidpi.patch::"https://quickgit.kde.org/?p=spectacle.git=commitdiff=3d4dcacc=plain;
+kdebug-362241.patch)
 install=$pkgname.install
-md5sums=('231a565255ff420b2a8b0974530b1c28')
+md5sums=('231a565255ff420b2a8b0974530b1c28'
+ '53e7af8dd42eb968d642d110f0a69be1'
+ '4cc380edb046432832fc6a3aeb926d82')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix high DPI
+  patch -p1 -i ../spectacle-hidpi.patch
+# Unbreak rectangular image grabs for nvidia users 
http://bugs.kde.org/show_bug.cgi?id=362241
+  patch -p1 -i ../kdebug-362241.patch
 }
 
 build() {

Added: kdebug-362241.patch
===
--- kdebug-362241.patch (rev 0)
+++ kdebug-362241.patch 2016-04-26 19:18:14 UTC (rev 266185)
@@ -0,0 +1,52 @@
+From: Boudhayan Gupta 
+Date: Mon, 25 Apr 2016 18:27:49 +
+Subject: Unbreak rectangular image grabs for nvidia users.
+X-Git-Url: 
http://quickgit.kde.org/?p=spectacle.git=commitdiff=abbbe6d13de870f9e9349acc2542cffc5d41b76d
+---
+Unbreak rectangular image grabs for nvidia users.
+
+BUG: 362241
+FIXED-IN: 16.04.1
+---
+
+
+--- a/src/QuickEditor/QuickEditor.cpp
 b/src/QuickEditor/QuickEditor.cpp
+@@ -138,23 +138,7 @@
+ d->mGrabRect = QRect(x, y, width, height);
+ SpectacleConfig::instance()->setCropRegion(d->mGrabRect);
+ 
+-QQuickItem *target = d->mQuickView->rootObject()->findChild(QStringLiteral("imageBackground"));
+-d->mCurrentGrabResult = target->grabToImage();
+-if (d->mCurrentGrabResult.isNull()) {
+-emit grabCancelled();
+-return;
+-}
+-
+-connect(d->mCurrentGrabResult.data(), ::ready, this, 
::grabReadyHandler);
++d->mQuickView->hide();
++emit grabDone(mImageStore->mPixmap.copy(d->mGrabRect), d->mGrabRect);
+ }
+ 
+-void QuickEditor::grabReadyHandler()
+-{
+-Q_D(QuickEditor);
+-
+-QImage croppedImage = d->mCurrentGrabResult->image().copy(d->mGrabRect);
+-QPixmap croppedPixmap = QPixmap::fromImage(croppedImage);
+-
+-d->mQuickView->hide();
+-emit grabDone(croppedPixmap, d->mGrabRect);
+-}
+
+--- a/src/QuickEditor/QuickEditor.h
 b/src/QuickEditor/QuickEditor.h
+@@ -39,7 +39,6 @@
+ private slots:
+ 
+ void acceptImageHandler(int x, int y, int width, int height);
+-void grabReadyHandler();
+ 
+ private:
+ 
+


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

2016-04-26 Thread Sergej Pupykin
Date: Tuesday, April 26, 2016 @ 21:11:55
  Author: spupykin
Revision: 171934

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

Added:
  linuxconsole/repos/community-i686/PKGBUILD
(from rev 171933, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-i686/inputattach.conf.d
(from rev 171933, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-i686/inputattach.service
(from rev 171933, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-i686/inputattachctl
(from rev 171933, linuxconsole/trunk/inputattachctl)
  linuxconsole/repos/community-x86_64/PKGBUILD
(from rev 171933, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-x86_64/inputattach.conf.d
(from rev 171933, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-x86_64/inputattach.service
(from rev 171933, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-x86_64/inputattachctl
(from rev 171933, linuxconsole/trunk/inputattachctl)
Deleted:
  linuxconsole/repos/community-i686/PKGBUILD
  linuxconsole/repos/community-i686/inputattach.conf.d
  linuxconsole/repos/community-i686/inputattach.service
  linuxconsole/repos/community-i686/inputattachctl
  linuxconsole/repos/community-x86_64/PKGBUILD
  linuxconsole/repos/community-x86_64/inputattach.conf.d
  linuxconsole/repos/community-x86_64/inputattach.service
  linuxconsole/repos/community-x86_64/inputattachctl

--+
 /PKGBUILD|   84 +
 /inputattach.conf.d  |   20 +++
 /inputattach.service |   22 
 /inputattachctl  |   28 +++
 community-i686/PKGBUILD  |   42 
 community-i686/inputattach.conf.d|   10 ---
 community-i686/inputattach.service   |   11 
 community-i686/inputattachctl|   14 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/inputattach.conf.d  |   10 ---
 community-x86_64/inputattach.service |   11 
 community-x86_64/inputattachctl  |   14 -
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-26 19:11:34 UTC (rev 171933)
+++ community-i686/PKGBUILD 2016-04-26 19:11:55 UTC (rev 171934)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Andrzej Giniewicz 
-
-pkgname=linuxconsole
-pkgver=1.4.9
-pkgrel=2
-pkgdesc="Set of utilities for joysticks and serial devices"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/linuxconsole/;
-license=('GPL')
-makedepends=('sdl')
-provides=('joystick' 'inputattach')
-replaces=('joystick' 'inputattach')
-optdepends=('sdl: for ffmvforce utility')
-source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
-   'inputattach.conf.d'
-   'inputattach.service'
-   'inputattachctl')
-md5sums=('9b91718fefabc021ca7a5adbf13e3fde'
- '7ca903e54829764c8241233af5069216'
- 'c19b9ed38b243191cf5378b87a42a4cc'
- '7dd0690a9d2fe5e1052900650906e273')
-
-prepare() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  sed -i 's|lib/udev|usr/lib/udev|g' utils/Makefile
-}
-
-build() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm755 $srcdir/inputattachctl $pkgdir/usr/bin/inputattachctl
-  install -Dm644 $srcdir/inputattach.conf.d "$pkgdir/etc/conf.d/inputattach"
-  install -Dm644 $srcdir/inputattach.service 
$pkgdir/usr/lib/systemd/system/inputattach.service
-}

Copied: linuxconsole/repos/community-i686/PKGBUILD (from rev 171933, 
linuxconsole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-26 19:11:55 UTC (rev 171934)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Andrzej Giniewicz 
+
+pkgname=linuxconsole
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Set of utilities for joysticks and serial devices"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/linuxconsole/;
+license=('GPL')
+makedepends=('sdl')
+provides=('joystick' 'inputattach')
+replaces=('joystick' 'inputattach')
+optdepends=('sdl: for ffmvforce utility')
+source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
+   'inputattach.conf.d'
+   'inputattach.service'
+   'inputattachctl')
+md5sums=('86b5c4e8fb6c91c5b7e9298f7dfe5b3e'
+ '7ca903e54829764c8241233af5069216'
+ 'c19b9ed38b243191cf5378b87a42a4cc'
+ '7dd0690a9d2fe5e1052900650906e273')
+

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

2016-04-26 Thread Sergej Pupykin
Date: Tuesday, April 26, 2016 @ 21:11:34
  Author: spupykin
Revision: 171933

upgpkg: linuxconsole 1.5.1-1

upd

Modified:
  linuxconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 17:47:15 UTC (rev 171932)
+++ PKGBUILD2016-04-26 19:11:34 UTC (rev 171933)
@@ -3,8 +3,8 @@
 # Maintainer:  Andrzej Giniewicz 
 
 pkgname=linuxconsole
-pkgver=1.4.9
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Set of utilities for joysticks and serial devices"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/linuxconsole/;
@@ -17,7 +17,7 @@
'inputattach.conf.d'
'inputattach.service'
'inputattachctl')
-md5sums=('9b91718fefabc021ca7a5adbf13e3fde'
+md5sums=('86b5c4e8fb6c91c5b7e9298f7dfe5b3e'
  '7ca903e54829764c8241233af5069216'
  'c19b9ed38b243191cf5378b87a42a4cc'
  '7dd0690a9d2fe5e1052900650906e273')


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

2016-04-26 Thread Jan Steffens
Date: Tuesday, April 26, 2016 @ 20:56:30
  Author: heftig
Revision: 266184

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

Added:
  networkmanager/repos/testing-i686/NetworkManager.conf
(from rev 266183, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/testing-i686/PKGBUILD
(from rev 266183, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/testing-i686/dhcpv6-mixed.patch
(from rev 266183, networkmanager/trunk/dhcpv6-mixed.patch)
  networkmanager/repos/testing-i686/hidepid.patch
(from rev 266183, networkmanager/trunk/hidepid.patch)
  networkmanager/repos/testing-x86_64/NetworkManager.conf
(from rev 266183, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/testing-x86_64/PKGBUILD
(from rev 266183, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/testing-x86_64/dhcpv6-mixed.patch
(from rev 266183, networkmanager/trunk/dhcpv6-mixed.patch)
  networkmanager/repos/testing-x86_64/hidepid.patch
(from rev 266183, networkmanager/trunk/hidepid.patch)
Deleted:
  networkmanager/repos/testing-i686/NetworkManager.conf
  networkmanager/repos/testing-i686/PKGBUILD
  networkmanager/repos/testing-i686/hidepid.patch
  networkmanager/repos/testing-x86_64/NetworkManager.conf
  networkmanager/repos/testing-x86_64/PKGBUILD
  networkmanager/repos/testing-x86_64/hidepid.patch

+
 /NetworkManager.conf   |   18 ++
 /PKGBUILD  |  254 +++
 /hidepid.patch |  108 ++
 testing-i686/NetworkManager.conf   |9 -
 testing-i686/PKGBUILD  |  123 
 testing-i686/dhcpv6-mixed.patch|   34 
 testing-i686/hidepid.patch |   54 ---
 testing-x86_64/NetworkManager.conf |9 -
 testing-x86_64/PKGBUILD|  123 
 testing-x86_64/dhcpv6-mixed.patch  |   34 
 testing-x86_64/hidepid.patch   |   54 ---
 11 files changed, 448 insertions(+), 372 deletions(-)

Deleted: testing-i686/NetworkManager.conf
===
--- testing-i686/NetworkManager.conf2016-04-26 18:48:48 UTC (rev 266183)
+++ testing-i686/NetworkManager.conf2016-04-26 18:56:30 UTC (rev 266184)
@@ -1,9 +0,0 @@
-[main]
-plugins=keyfile
-dhcp=internal
-dns=default
-
-## HTTP-based connectivity check
-#[connectivity]
-#uri=http://nmcheck.gnome.org/check_network_status.txt
-#interval=100

Copied: networkmanager/repos/testing-i686/NetworkManager.conf (from rev 266183, 
networkmanager/trunk/NetworkManager.conf)
===
--- testing-i686/NetworkManager.conf(rev 0)
+++ testing-i686/NetworkManager.conf2016-04-26 18:56:30 UTC (rev 266184)
@@ -0,0 +1,9 @@
+[main]
+plugins=keyfile
+dhcp=internal
+dns=default
+
+## HTTP-based connectivity check
+#[connectivity]
+#uri=http://nmcheck.gnome.org/check_network_status.txt
+#interval=100

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-26 18:48:48 UTC (rev 266183)
+++ testing-i686/PKGBUILD   2016-04-26 18:56:30 UTC (rev 266184)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm-glib)
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Network Management daemon"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/;
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc
- "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit
- wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
- libnewt libndp libteam vala perl-yaml python-gobject)
-checkdepends=(libx11 python-dbus)
-source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-hidepid.patch
-NetworkManager.conf)
-sha256sums=('e947cf30fa3d19dce88e6f6af51f06dc282b7db7996f946aaa37b03526ef2a80'
-'1de5b511b6b4a933739b0ef48ede1830fa3d6dea2277c1302b12b08fa83a73f1'
-'452e4f77c1de92b1e08f6f58674a6c52a2b2d65b7deb0ba436e9afa91ee15103')
-
-prepare() {
-  cd NetworkManager-$pkgver
-
-  # https://bugs.archlinux.org/task/48984
-  patch -Np1 -i ../hidepid.patch
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
-

[arch-commits] Commit in networkmanager/trunk (PKGBUILD dhcpv6-mixed.patch)

2016-04-26 Thread Jan Steffens
Date: Tuesday, April 26, 2016 @ 20:48:48
  Author: heftig
Revision: 266183

1.2.0-3

Added:
  networkmanager/trunk/dhcpv6-mixed.patch
Modified:
  networkmanager/trunk/PKGBUILD

+
 PKGBUILD   |8 ++--
 dhcpv6-mixed.patch |   34 ++
 2 files changed, 40 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 16:40:33 UTC (rev 266182)
+++ PKGBUILD2016-04-26 18:48:48 UTC (rev 266183)
@@ -9,7 +9,7 @@
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Network Management daemon"
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -21,10 +21,11 @@
  libnewt libndp libteam vala perl-yaml python-gobject)
 checkdepends=(libx11 python-dbus)
 
source=(https://download.gnome.org/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-hidepid.patch
+hidepid.patch dhcpv6-mixed.patch
 NetworkManager.conf)
 sha256sums=('e947cf30fa3d19dce88e6f6af51f06dc282b7db7996f946aaa37b03526ef2a80'
 '1de5b511b6b4a933739b0ef48ede1830fa3d6dea2277c1302b12b08fa83a73f1'
+'f7771790485f24d788fe35f5922ad044a29c6d89b34458d9e99938503b2a3b39'
 '452e4f77c1de92b1e08f6f58674a6c52a2b2d65b7deb0ba436e9afa91ee15103')
 
 prepare() {
@@ -33,6 +34,9 @@
   # https://bugs.archlinux.org/task/48984
   patch -Np1 -i ../hidepid.patch
 
+  # https://bugs.archlinux.org/task/49081
+  patch -Np1 -i ../dhcpv6-mixed.patch
+
   2to3 -w libnm src tools
 
   NOCONFIGURE=1 ./autogen.sh

Added: dhcpv6-mixed.patch
===
--- dhcpv6-mixed.patch  (rev 0)
+++ dhcpv6-mixed.patch  2016-04-26 18:48:48 UTC (rev 266183)
@@ -0,0 +1,34 @@
+From 50dc5fecabc2c3434d7a652b4f5642556b4e87bf Mon Sep 17 00:00:00 2001
+From: Dan Williams 
+Date: Mon, 25 Apr 2016 15:39:50 -0500
+Subject: dhcp/systemd: actually hook up information-only mode
+
+Fixes: 89d1e466157839096b446068a780cb2563424a5a
+Tested-by: Celti on IRC
+(cherry picked from commit 8c8a577a30acc0b5f1d4765493f6547f275477b0)
+
+diff --git a/src/dhcp-manager/nm-dhcp-systemd.c 
b/src/dhcp-manager/nm-dhcp-systemd.c
+index 5d49c27..1674341 100644
+--- a/src/dhcp-manager/nm-dhcp-systemd.c
 b/src/dhcp-manager/nm-dhcp-systemd.c
+@@ -857,6 +857,7 @@ dhcp6_event_cb (sd_dhcp6_client *client, int event, 
gpointer user_data)
+   nm_dhcp_client_set_state (NM_DHCP_CLIENT (user_data), 
NM_DHCP_STATE_FAIL, NULL, NULL);
+   break;
+   case SD_DHCP6_CLIENT_EVENT_IP_ACQUIRE:
++  case SD_DHCP6_CLIENT_EVENT_INFORMATION_REQUEST:
+   bound6_handle (self);
+   break;
+   default:
+@@ -893,6 +894,9 @@ ip6_start (NMDhcpClient *client,
+   return FALSE;
+   }
+ 
++  if (info_only)
++  sd_dhcp6_client_set_information_request (priv->client6, 1);
++
+   /* NM stores the entire DUID which includes the uint16 "type", while 
systemd
+* wants the type passed separately from the following data.
+*/
+-- 
+cgit v0.10.2
+


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:44:36
  Author: bisson
Revision: 171926

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

Added:
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-i686/PKGBUILD
(from rev 171925, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-staging-x86_64/
  subsurface-libdc/repos/community-staging-x86_64/PKGBUILD
(from rev 171925, subsurface-libdc/trunk/PKGBUILD)

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

Copied: subsurface-libdc/repos/community-staging-i686/PKGBUILD (from rev 
171925, subsurface-libdc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 17:44:36 UTC (rev 171926)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: subsurface-libdc/repos/community-staging-x86_64/PKGBUILD (from rev 
171925, subsurface-libdc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-26 17:44:36 UTC (rev 171926)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:44:02
  Author: bisson
Revision: 171925

fix stuff

Deleted:
  subsurface-libdc/repos/community-i686/
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-x86_64/
  subsurface-libdc/repos/community-x86_64/


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:41:42
  Author: bisson
Revision: 171924

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

Added:
  subsurface-marble/repos/community-staging-i686/PKGBUILD
(from rev 171923, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-staging-x86_64/PKGBUILD
(from rev 171923, subsurface-marble/trunk/PKGBUILD)
Deleted:
  subsurface-marble/repos/community-staging-i686/PKGBUILD
  subsurface-marble/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 community-staging-i686/PKGBUILD   |   51 --
 community-staging-x86_64/PKGBUILD |   51 --
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-04-26 17:41:10 UTC (rev 171923)
+++ community-staging-i686/PKGBUILD 2016-04-26 17:41:42 UTC (rev 171924)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual Globe'
-url='http://git.subsurface-divelog.org/'
-license=('GPL' 'LGPL' 'FDL')
-arch=('i686' 'x86_64')
-makedepends=('cmake')
-depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DQT5BUILD=ON \
-   -DQTONLY=ON \
-   -DBUILD_MARBLE_APPS=OFF \
-   -DBUILD_MARBLE_EXAMPLES=OFF \
-   -DBUILD_MARBLE_TESTS=OFF \
-   -DBUILD_MARBLE_TOOLS=OFF \
-   -DBUILD_TESTING=OFF \
-   -DWITH_DESIGNER_PLUGIN=OFF \
-   -DBUILD_WITH_DBUS=OFF \
-   .
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   cd "${pkgdir}/usr"
-   mv include subsurface
-   install -d include
-   mv subsurface include
-rm -fr share/{appdata,icons}
-
-   # Provided by marble-data, avoids conflicts.
-   rm share/marble/cmake/FindMarble.cmake
-   rm -fr share/marble/data
-
-   # Conflicts with libastro
-   rm lib/libastro.so{,.1,.0.17.20}
-}

Copied: subsurface-marble/repos/community-staging-i686/PKGBUILD (from rev 
171923, subsurface-marble/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 17:41:42 UTC (rev 171924)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-04-26 17:41:10 UTC (rev 171923)
+++ community-staging-x86_64/PKGBUILD   2016-04-26 17:41:42 UTC (rev 171924)
@@ -1,51 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne 
-# Maintainer: Gaetan Bisson 
-
-pkgname=subsurface-marble
-_pkgname=marble-subsurface-branch
-pkgver=4.5.6
-pkgrel=1
-pkgdesc='Virtual 

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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:41:10
  Author: bisson
Revision: 171923

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

Added:
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-i686/PKGBUILD
(from rev 171922, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-staging-x86_64/

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

Copied: subsurface-libdc/repos/community-staging-i686/PKGBUILD (from rev 
171922, subsurface-libdc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 17:41:10 UTC (rev 171923)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:40:24
  Author: bisson
Revision: 171922

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 17:39:47 UTC (rev 171921)
+++ PKGBUILD2016-04-26 17:40:24 UTC (rev 171922)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.5
+pkgver=4.5.6
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('921c92d4aa245c95b96a35decee64165a656b583')
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:39:17
  Author: bisson
Revision: 171919

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

Added:
  subsurface-marble/repos/community-staging-i686/
  subsurface-marble/repos/community-staging-i686/PKGBUILD
(from rev 171918, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-staging-x86_64/
  subsurface-marble/repos/community-staging-x86_64/PKGBUILD
(from rev 171918, subsurface-marble/trunk/PKGBUILD)

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

Copied: subsurface-marble/repos/community-staging-i686/PKGBUILD (from rev 
171918, subsurface-marble/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 17:39:17 UTC (rev 171919)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Copied: subsurface-marble/repos/community-staging-x86_64/PKGBUILD (from rev 
171918, subsurface-marble/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-26 17:39:17 UTC (rev 171919)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}


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

2016-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2016 @ 19:38:45
  Author: bisson
Revision: 171918

upstream update

Modified:
  subsurface-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 17:26:11 UTC (rev 171917)
+++ PKGBUILD2016-04-26 17:38:45 UTC (rev 171918)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-marble
 _pkgname=marble-subsurface-branch
-pkgver=4.5.5
+pkgver=4.5.6
 pkgrel=1
 pkgdesc='Virtual Globe'
 url='http://git.subsurface-divelog.org/'
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('6f166303218066ac19bf74afa5905fd8c61ad619')
+sha1sums=('2112aeaf4562dc29bb942f18faea894544a3a6d8')
 
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 19:26:11
  Author: arojas
Revision: 171917

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

Added:
  sagemath/repos/community-staging-i686/
  sagemath/repos/community-staging-i686/PKGBUILD
(from rev 171916, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-i686/anal.h
(from rev 171916, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-i686/clean.patch
(from rev 171916, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-i686/cython-sys-path.patch
(from rev 171916, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-i686/disable-fes.patch
(from rev 171916, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-i686/env.patch
(from rev 171916, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-i686/gap-4.8.patch
(from rev 171916, sagemath/trunk/gap-4.8.patch)
  sagemath/repos/community-staging-i686/jupyter-path.patch
(from rev 171916, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-i686/package.patch
(from rev 171916, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-i686/paths.patch
(from rev 171916, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-i686/python-2.7.11.patch
(from rev 171916, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-i686/skip-check.patch
(from rev 171916, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-i686/test-optional.patch
(from rev 171916, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-staging-x86_64/
  sagemath/repos/community-staging-x86_64/PKGBUILD
(from rev 171916, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-staging-x86_64/anal.h
(from rev 171916, sagemath/trunk/anal.h)
  sagemath/repos/community-staging-x86_64/clean.patch
(from rev 171916, sagemath/trunk/clean.patch)
  sagemath/repos/community-staging-x86_64/cython-sys-path.patch
(from rev 171916, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-staging-x86_64/disable-fes.patch
(from rev 171916, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-staging-x86_64/env.patch
(from rev 171916, sagemath/trunk/env.patch)
  sagemath/repos/community-staging-x86_64/gap-4.8.patch
(from rev 171916, sagemath/trunk/gap-4.8.patch)
  sagemath/repos/community-staging-x86_64/jupyter-path.patch
(from rev 171916, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-staging-x86_64/package.patch
(from rev 171916, sagemath/trunk/package.patch)
  sagemath/repos/community-staging-x86_64/paths.patch
(from rev 171916, sagemath/trunk/paths.patch)
  sagemath/repos/community-staging-x86_64/python-2.7.11.patch
(from rev 171916, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-staging-x86_64/skip-check.patch
(from rev 171916, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-staging-x86_64/test-optional.patch
(from rev 171916, sagemath/trunk/test-optional.patch)

+
 community-staging-i686/PKGBUILD|  161 +
 community-staging-i686/anal.h  |   65 +++
 community-staging-i686/clean.patch |   24 +
 community-staging-i686/cython-sys-path.patch   |   10 
 community-staging-i686/disable-fes.patch   |   19 +
 community-staging-i686/env.patch   |  150 +
 community-staging-i686/gap-4.8.patch   |  378 +++
 community-staging-i686/jupyter-path.patch  |   31 +
 community-staging-i686/package.patch   |   11 
 community-staging-i686/paths.patch |   39 ++
 community-staging-i686/python-2.7.11.patch |   11 
 community-staging-i686/skip-check.patch|   21 +
 community-staging-i686/test-optional.patch |   11 
 community-staging-x86_64/PKGBUILD  |  161 +
 community-staging-x86_64/anal.h|   65 +++
 community-staging-x86_64/clean.patch   |   24 +
 community-staging-x86_64/cython-sys-path.patch |   10 
 community-staging-x86_64/disable-fes.patch |   19 +
 community-staging-x86_64/env.patch |  150 +
 community-staging-x86_64/gap-4.8.patch |  378 +++
 community-staging-x86_64/jupyter-path.patch|   31 +
 community-staging-x86_64/package.patch |   11 
 community-staging-x86_64/paths.patch   |   39 ++
 community-staging-x86_64/python-2.7.11.patch   |   11 
 community-staging-x86_64/skip-check.patch  |   21 +
 community-staging-x86_64/test-optional.patch   |   11 
 26 files changed, 1862 insertions(+)

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


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 19:25:19
  Author: arojas
Revision: 171916

NTL 9.8 rebuild

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 16:31:32 UTC (rev 171915)
+++ PKGBUILD2016-04-26 17:25:19 UTC (rev 171916)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=7.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;


[arch-commits] Commit in gzip/trunk (01-fix-bug-with-l-output-to-pipes.patch PKGBUILD)

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 18:31:45
  Author: seblu
Revision: 266177

upgpkg: gzip 1.7-2

- fix FS#49068

Added:
  gzip/trunk/01-fix-bug-with-l-output-to-pipes.patch
Modified:
  gzip/trunk/PKGBUILD

-+
 01-fix-bug-with-l-output-to-pipes.patch |   45 ++
 PKGBUILD|   20 +++--
 2 files changed, 62 insertions(+), 3 deletions(-)

Added: 01-fix-bug-with-l-output-to-pipes.patch
===
--- 01-fix-bug-with-l-output-to-pipes.patch (rev 0)
+++ 01-fix-bug-with-l-output-to-pipes.patch 2016-04-26 16:31:45 UTC (rev 
266177)
@@ -0,0 +1,45 @@
+From 3557cd57906915eb9c990b5f386e25c395592643 Mon Sep 17 00:00:00 2001
+From: Paul Eggert 
+Date: Wed, 20 Apr 2016 00:43:09 +
+Subject: gzip: fix bug with -l output to pipes
+
+Problem reported by Christian Franke via Eric Blake in:
+http://bugs.gnu.org/23314
+* NEWS: Mention this.
+* gzip.c (main): Do not close stdout twice when given -l.
+Instead, -l now just fflushes stdout, so that fdatasync
+can synchronize it if --synchronize is also specified.
+* tests/list: New test case.
+* tests/Makefile.am (TESTS): Add it.
+---
+diff --git a/gzip.c b/gzip.c
+index d66530a..3b8de4d 100644
+--- a/gzip.c
 b/gzip.c
+@@ -664,14 +664,16 @@ int main (int argc, char **argv)
+ } else {  /* Standard input */
+ treat_stdin();
+ }
+-if (list && !quiet && file_count > 1) {
+-do_list(-1, -1); /* print totals */
+-}
+-if (to_stdout
+-&& ((synchronous
+- && (fdatasync (STDOUT_FILENO) != 0 && errno != EINVAL))
+-|| close (STDOUT_FILENO) != 0)
+-&& errno != EBADF)
++if (list)
++  {
++/* Output any totals, and check for output errors.  */
++if (!quiet && 1 < file_count)
++  do_list (-1, -1);
++if (fflush (stdout) != 0)
++  write_error ();
++  }
++if (to_stdout && synchronous && fdatasync (STDOUT_FILENO) != 0
++&& errno != EINVAL && errno != EBADF)
+   write_error ();
+ do_exit(exit_code);
+ return exit_code; /* just to avoid lint warning */
+--
+cgit v0.9.0.2

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 16:21:50 UTC (rev 266176)
+++ PKGBUILD2016-04-26 16:31:45 UTC (rev 266177)
@@ -5,7 +5,7 @@
 
 pkgname=gzip
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='GNU compression utility'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/gzip/'
@@ -14,9 +14,23 @@
 depends=('glibc' 'bash' 'less')
 install=gzip.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
+source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}
+'01-fix-bug-with-l-output-to-pipes.patch')
 md5sums=('d9ae97206a703a20e6c1c868deb3eb47'
- 'SKIP')
+ 'SKIP'
+ '3fc4318cec1f036b5c340e8aa228005c')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 18:24:38
  Author: arojas
Revision: 171913

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

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

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

Copied: eclib/repos/community-staging-i686/PKGBUILD (from rev 171912, 
eclib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 16:24:38 UTC (rev 171913)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=5
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Copied: eclib/repos/community-staging-x86_64/PKGBUILD (from rev 171912, 
eclib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-26 16:24:38 UTC (rev 171913)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=eclib
+pkgver=20160206
+pkgrel=5
+pkgdesc="Includes mwrank (for 2-descent on elliptic curves over Q) and modular 
symbol code used to create the elliptic curve database"
+arch=(i686 x86_64)
+url="https://github.com/JohnCremona/eclib/;
+license=(GPL)
+depends=(flint pari-sage boost-libs)
+makedepends=(boost)
+source=("https://github.com/JohnCremona/eclib/archive/v$pkgver.tar.gz;)
+md5sums=('8497ea59a0a5dcc3f32ee21bb3510eac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --with-flint=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2016-04-26 Thread Andreas Radke
Date: Tuesday, April 26, 2016 @ 18:21:32
  Author: andyrtr
Revision: 266174

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

Added:
  pigeonhole/repos/staging-i686/
  pigeonhole/repos/staging-i686/PKGBUILD
(from rev 266173, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-i686/dovecot.conf
(from rev 266173, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/staging-x86_64/
  pigeonhole/repos/staging-x86_64/PKGBUILD
(from rev 266173, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/staging-x86_64/dovecot.conf
(from rev 266173, pigeonhole/trunk/dovecot.conf)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/dovecot.conf   |1 
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/dovecot.conf |1 
 4 files changed, 100 insertions(+)

Copied: pigeonhole/repos/staging-i686/PKGBUILD (from rev 266173, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-26 16:21:32 UTC (rev 266174)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.24
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.13
+pkgrel=3
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('7fd187b8393a5048b302f90ad84adc7bf6e73bf79fd8d22a1c1aaa71f836a910'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

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

Copied: pigeonhole/repos/staging-i686/dovecot.conf (from rev 266173, 
pigeonhole/trunk/dovecot.conf)
===
--- staging-i686/dovecot.conf   (rev 0)
+++ staging-i686/dovecot.conf   2016-04-26 16:21:32 UTC (rev 266174)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Copied: pigeonhole/repos/staging-x86_64/PKGBUILD (from rev 266173, 
pigeonhole/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-26 16:21:32 UTC (rev 266174)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.24
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.13
+pkgrel=3
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/;
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('7fd187b8393a5048b302f90ad84adc7bf6e73bf79fd8d22a1c1aaa71f836a910'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

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

Copied: pigeonhole/repos/staging-x86_64/dovecot.conf (from rev 266173, 
pigeonhole/trunk/dovecot.conf)
===

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

2016-04-26 Thread Andreas Radke
Date: Tuesday, April 26, 2016 @ 18:21:20
  Author: andyrtr
Revision: 266173

upgpkg: pigeonhole 0.4.13-3

dovecot update 2.2.24 rebuild

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 15:52:02 UTC (rev 266172)
+++ PKGBUILD2016-04-26 16:21:20 UTC (rev 266173)
@@ -7,12 +7,12 @@
 # This must be built against the version of dovecot being used,
 # else mail delivery will fail.
 # Specify the version of dovecot to be used here:
-_dcpkgver=2.2.23
+_dcpkgver=2.2.24
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
 pkgver=0.4.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/;


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 18:18:51
  Author: arojas
Revision: 171910

NTL 9.8 rebuild

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 16:09:57 UTC (rev 171909)
+++ PKGBUILD2016-04-26 16:18:51 UTC (rev 171910)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.3.2
-pkgrel=12
+pkgrel=13
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/;


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

2016-04-26 Thread Sven-Hendrik Haase
Date: Tuesday, April 26, 2016 @ 18:09:57
  Author: svenstaro
Revision: 171909

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 171908, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 171908, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 171908, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 171908, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-i686/teamspeak3.png
(from rev 171908, teamspeak3/trunk/teamspeak3.png)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 171908, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 171908, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 171908, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 171908, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/teamspeak3.png
(from rev 171908, teamspeak3/trunk/teamspeak3.png)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-i686/teamspeak3.png
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/teamspeak3.png

--+
 /PKGBUILD|  132 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   66 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   66 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 171908, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-26 16:09:37 UTC (rev 171908)
+++ community-i686/PKGBUILD 2016-04-26 16:09:57 UTC (rev 171909)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.0.19
-pkgrel=1
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/;
-license=('custom')
-depends=('qt5-base' 'libxkbcommon-x11')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
"http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'teamspeak3.png'
-'teamspeak3.launcher')
-md5sums=('23f5440219a4fffa3a8e5dc911afe89a'
- '18dc8339db2b146eb4a0aa4b300fb68b'
- '98e987a42511f159fa2228f5e0bffed1'
- '1d193af5808f4ca718c800da3f127ca9'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ "$CARCH" == "i686" ]] && _TSARCH='x86'
-[[ "$CARCH" == "x86_64" ]] && _TSARCH='amd64'
-
-prepare() {
-  mkdir archive && cd archive
-  sh ../TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --tar -xf 2>/dev/null
-
-  # Delete bundled Qt libs to use system-wide ones
-  rm libQt5*
-
-  # Fix FS#34190
-  sed -i "/export QTDIR.*/d" ts3client_runscript.sh
-  sed -i "/export QT_PLUGIN_PATH*/d" ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm qt.conf
-
-  # Fix permissions
-  find -type d | xargs chmod 755
-  find -type f | xargs chmod 644
-  find -name *.so | xargs chmod 755
-  chmod +x ts3client*
-}
-
-package() {
-  install -d ${pkgdir}/{usr/bin/,opt/teamspeak3}
-
-  cp -r archive/* ${pkgdir}/opt/teamspeak3/
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/teamspeak3.png 
${pkgdir}/usr/share/pixmaps/teamspeak3.png
-
-  # Install Custom License
-  #install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D 

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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 18:01:22
  Author: arojas
Revision: 171907

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

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

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

Copied: flint/repos/community-staging-i686/PKGBUILD (from rev 171906, 
flint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-26 16:01:22 UTC (rev 171907)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=9
+pkgdesc="A C library for doing number theory"
+arch=(i686 x86_64)
+url="http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=("http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('cda885309362150196aed66a5e0f0383')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: flint/repos/community-staging-x86_64/PKGBUILD (from rev 171906, 
flint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-26 16:01:22 UTC (rev 171907)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+# Contributor: Alessandro "jakedust" Andrioni 
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=9
+pkgdesc="A C library for doing number theory"
+arch=(i686 x86_64)
+url="http://www.flintlib.org;
+license=(GPL)
+depends=(mpfr ntl)
+source=("http://www.flintlib.org/flint-$pkgver.tar.gz;)
+md5sums=('cda885309362150196aed66a5e0f0383')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-26 Thread Antonio Rojas
Date: Tuesday, April 26, 2016 @ 17:54:17
  Author: arojas
Revision: 171904

Update to 9.8.0

Modified:
  ntl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 14:38:59 UTC (rev 171903)
+++ PKGBUILD2016-04-26 15:54:17 UTC (rev 171904)
@@ -3,7 +3,7 @@
 # Contributor: Brad Conte 
 
 pkgname=ntl
-pkgver=9.7.1
+pkgver=9.8.0
 pkgrel=1
 pkgdesc="A Library for doing Number Theory"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(gf2x gmp)
 makedepends=()
 source=("http://www.shoup.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('73e313c1316fd7a729313f34131ffd2b')
+md5sums=('a7e87d859511c15023169fa0fcf9903b')
 
 build() {
   cd $pkgname-$pkgver/src


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

2016-04-26 Thread Andreas Radke
Date: Tuesday, April 26, 2016 @ 17:51:43
  Author: andyrtr
Revision: 266171

upgpkg: dovecot 2.2.24-1

upstream update 2.2.24

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 15:12:33 UTC (rev 266170)
+++ PKGBUILD2016-04-26 15:51:43 UTC (rev 266171)
@@ -8,8 +8,8 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.23
-pkgrel=2
+pkgver=2.2.24
+pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/;
@@ -24,7 +24,7 @@
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
 dovecot.tmpfilesd)
-md5sums=('0d2855c19b0603b417cd70613b4a9f36'
+md5sums=('91576b3411b436234ca5f63e1bbab60d'
  'SKIP'
  '342a28251d40f983c98c0d1f1bf3d07d')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 



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

2016-04-26 Thread Andreas Radke
Date: Tuesday, April 26, 2016 @ 17:52:02
  Author: andyrtr
Revision: 266172

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 266171, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 266171, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 266171, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 266171, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 266171, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 266171, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   95 +
 staging-i686/dovecot.install |   10 +++
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 +
 staging-x86_64/dovecot.install   |   10 +++
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 212 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 266171, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-26 15:52:02 UTC (rev 266172)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.24
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/;
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('91576b3411b436234ca5f63e1bbab60d'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

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

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 266171, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2016-04-26 15:52:02 UTC (rev 266172)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> 

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

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 17:12:33
  Author: seblu
Revision: 266170

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

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

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

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

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


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

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 17:12:10
  Author: seblu
Revision: 266169

upgpkg: file 5.26-2

- implement FS#49094

Modified:
  file/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 14:55:40 UTC (rev 266168)
+++ PKGBUILD2016-04-26 15:12:10 UTC (rev 266169)
@@ -5,7 +5,7 @@
 
 pkgname=file
 pkgver=5.26
-pkgrel=1
+pkgrel=2
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -30,7 +30,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
   make
 }
 
@@ -43,7 +43,6 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in libetpan/trunk (PKGBUILD fix_STARTTLS_negotiation.diff)

2016-04-26 Thread Andreas Radke
Date: Tuesday, April 26, 2016 @ 16:50:39
  Author: andyrtr
Revision: 266163

upgpkg: libetpan 1.7-1

upstream update 1.7

Modified:
  libetpan/trunk/PKGBUILD
Deleted:
  libetpan/trunk/fix_STARTTLS_negotiation.diff

---+
 PKGBUILD  |   30 +++--
 fix_STARTTLS_negotiation.diff |   55 
 2 files changed, 10 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 10:26:30 UTC (rev 266162)
+++ PKGBUILD2016-04-26 14:50:39 UTC (rev 266163)
@@ -2,38 +2,28 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libetpan
-pkgver=1.6
-pkgrel=4
+pkgver=1.7
+pkgrel=1
 pkgdesc="A portable middleware for email access"
 arch=('i686' 'x86_64')
 url="http://www.etpan.org/libetpan.html;
 license=("custom:etpan")
 depends=('libsasl' 'curl' 'expat')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz
-fix_STARTTLS_negotiation.diff)
-md5sums=('1158c4ce291876c2b7bb003cd4b3566e'
- '63c65052f6cd82a23ba9e15b14c85e24')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('8336a6752c814d83366d9e3f193f5099')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  # FS#48531 - 
https://github.com/dinhviethoa/libetpan/commit/7f1f97f4d59d5724af97f4d32424c2841715561c
-  patch -Np1 -i ${srcdir}/fix_STARTTLS_negotiation.diff
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  
-  # generate automake files that are not included in the tarball
-#  libtoolize --force --copy
-#  aclocal -I m4
-#  autoheader
-#  autoconf
-#  automake --add-missing --foreign --force --copy
-  #autoreconf -vfi
-
-  #./configure --prefix=/usr \
-  
-  ./autogen.sh --prefix=/usr \
+  ./configure --prefix=/usr \
 --disable-static \
 --disable-db
   make

Deleted: fix_STARTTLS_negotiation.diff
===
--- fix_STARTTLS_negotiation.diff   2016-04-26 10:26:30 UTC (rev 266162)
+++ fix_STARTTLS_negotiation.diff   2016-04-26 14:50:39 UTC (rev 266163)
@@ -1,55 +0,0 @@
-diff --git a/src/data-types/mailstream_ssl.c b/src/data-types/mailstream_ssl.c
-index 9ed676d..05a035b 100644
 a/src/data-types/mailstream_ssl.c
-+++ b/src/data-types/mailstream_ssl.c
-@@ -495,13 +495,19 @@ static struct mailstream_ssl_data * 
ssl_data_new_full(int fd, time_t timeout,
- static struct mailstream_ssl_data * ssl_data_new(int fd, time_t timeout,
-   void (* callback)(struct mailstream_ssl_context * ssl_context, void * 
cb_data), void * cb_data)
- {
--  return ssl_data_new_full(fd, timeout, SSLv23_client_method(), callback, 
cb_data);
--}
--
--static struct mailstream_ssl_data * tls_data_new(int fd, time_t timeout,
--  void (* callback)(struct mailstream_ssl_context * ssl_context, void * 
cb_data), void * cb_data)
--{
--  return ssl_data_new_full(fd, timeout, TLSv1_client_method(), callback, 
cb_data);
-+  return ssl_data_new_full(fd, timeout,
-+#if (OPENSSL_VERSION_NUMBER >= 0x1010L)
-+  TLS_client_method(),
-+#else
-+  /* Despite their name the SSLv23_*method() functions have nothing to do
-+   * with the availability of SSLv2 or SSLv3. What these functions do is
-+   * negotiate with the peer the highest available SSL/TLS protocol 
version
-+   * available. The name is as it is for historic reasons. This is a very
-+   * common confusion and is the main reason why these names have been
-+   * deprecated in the latest dev version of OpenSSL. */
-+  SSLv23_client_method(),
-+#endif
-+  callback, cb_data);
- }
- 
- #else
-@@ -635,11 +641,6 @@ static struct mailstream_ssl_data * ssl_data_new(int fd, 
time_t timeout,
-  err:
-   return NULL;
- }
--static struct mailstream_ssl_data * tls_data_new(int fd, time_t timeout,
--  void (* callback)(struct mailstream_ssl_context * ssl_context, void * 
cb_data), void * cb_data)
--{
--  return ssl_data_new(fd, timeout, callback, cb_data);
--}
- #endif
- 
- static void  ssl_data_free(struct mailstream_ssl_data * ssl_data)
-@@ -691,10 +692,7 @@ static mailstream_low * mailstream_low_ssl_open_full(int 
fd, int starttls, time_
-   mailstream_low * s;
-   struct mailstream_ssl_data * ssl_data;
- 
--  if (starttls)
--ssl_data = tls_data_new(fd, timeout, callback, cb_data);
--  else
--ssl_data = ssl_data_new(fd, timeout, callback, cb_data);
-+  ssl_data = ssl_data_new(fd, timeout, callback, cb_data);
- 
-   if (ssl_data == NULL)
- goto err;


[arch-commits] Commit in nginx-mainline/repos (16 files)

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 16:55:40
  Author: seblu
Revision: 266168

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

Added:
  nginx-mainline/repos/extra-i686/PKGBUILD
(from rev 266167, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-i686/logrotate
(from rev 266167, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-i686/nginx.install
(from rev 266167, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-i686/service
(from rev 266167, nginx-mainline/trunk/service)
  nginx-mainline/repos/extra-x86_64/PKGBUILD
(from rev 266167, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-x86_64/logrotate
(from rev 266167, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-x86_64/nginx.install
(from rev 266167, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-x86_64/service
(from rev 266167, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/extra-i686/PKGBUILD
  nginx-mainline/repos/extra-i686/logrotate
  nginx-mainline/repos/extra-i686/nginx.install
  nginx-mainline/repos/extra-i686/service
  nginx-mainline/repos/extra-x86_64/PKGBUILD
  nginx-mainline/repos/extra-x86_64/logrotate
  nginx-mainline/repos/extra-x86_64/nginx.install
  nginx-mainline/repos/extra-x86_64/service

+
 /PKGBUILD  |  244 +++
 /logrotate |   18 +++
 /nginx.install |   42 +++
 /service   |   28 
 extra-i686/PKGBUILD|  122 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  122 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   14 --
 12 files changed, 332 insertions(+), 332 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-26 14:55:09 UTC (rev 266167)
+++ extra-i686/PKGBUILD 2016-04-26 14:55:40 UTC (rev 266168)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.9.14
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('a25818039f34b5d54b017d44c76321c4'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-)
-
-_mainline_flags=(
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 16:55:09
  Author: seblu
Revision: 266167

upgpkg: nginx-mainline 1.9.15-1

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 14:52:54 UTC (rev 266166)
+++ PKGBUILD2016-04-26 14:55:09 UTC (rev 266167)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.9.14
+pkgver=1.9.15
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('a25818039f34b5d54b017d44c76321c4'
+md5sums=('13cd38e9da3789035750dd45882c4a26'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 


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

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 16:52:54
  Author: seblu
Revision: 266166

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 266165, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 266165, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 266165, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 266165, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 266165, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 266165, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 266165, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 266165, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  234 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 ++
 extra-i686/PKGBUILD|  117 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  117 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-26 14:52:23 UTC (rev 266165)
+++ extra-i686/PKGBUILD 2016-04-26 14:52:54 UTC (rev 266166)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.8.1
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('2e91695074dbdfbf1bcec0ada9fda462'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-imap 
-  --with-imap_ssl_module 
-  --with-ipv6 
-  --with-pcre-jit 
-  --with-file-aio 
-  --with-http_addition_module 
-  --with-http_auth_request_module 
-  --with-http_dav_module 
-  --with-http_degradation_module 
-  --with-http_flv_module 
-  --with-http_geoip_module 
-  --with-http_gunzip_module 
-  --with-http_gzip_static_module 
-  --with-http_mp4_module 
-  --with-http_realip_module 
-  --with-http_secure_link_module 
-  --with-http_ssl_module 
-  --with-http_stub_status_module 
-  --with-http_sub_module 
-)
-
-_stable_flags=(
-  --with-http_spdy_module
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

  1   2   >