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

2016-05-31 Thread Tobias Powalowski
Date: Tuesday, May 31, 2016 @ 09:13:33
  Author: tpowa
Revision: 268762

fix #49510 add soc headers

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 06:37:09 UTC (rev 268761)
+++ PKGBUILD2016-05-31 07:13:33 UTC (rev 268762)
@@ -162,7 +162,7 @@
   mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include"
 
   for i in acpi asm-generic config crypto drm generated keys linux math-emu \
-media net pcmcia scsi sound trace uapi video xen; do
+media net pcmcia scsi soc sound trace uapi video xen; do
 cp -a include/${i} "${pkgdir}/usr/lib/modules/${_kernver}/build/include/"
   done
 


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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 09:28:52
  Author: arojas
Revision: 268763

Drop krita

Modified:
  calligra/trunk/PKGBUILD
Deleted:
  calligra/trunk/calligra-braindump.install
  calligra/trunk/calligra-extras.install
  calligra/trunk/calligra-filters.install
  calligra/trunk/calligra-flow.install
  calligra/trunk/calligra-gemini.install
  calligra/trunk/calligra-karbon.install
  calligra/trunk/calligra-kexi.install
  calligra/trunk/calligra-krita.install
  calligra/trunk/calligra-plan.install
  calligra/trunk/calligra-plugins.install
  calligra/trunk/calligra-sheets.install
  calligra/trunk/calligra-stage.install
  calligra/trunk/calligra-words.install
  calligra/trunk/calligra.install

+
 PKGBUILD   |   32 +---
 calligra-braindump.install |   12 
 calligra-extras.install|   11 ---
 calligra-filters.install   |   12 
 calligra-flow.install  |   12 
 calligra-gemini.install|   12 
 calligra-karbon.install|   12 
 calligra-kexi.install  |   12 
 calligra-krita.install |   13 -
 calligra-plan.install  |   12 
 calligra-plugins.install   |   11 ---
 calligra-sheets.install|   12 
 calligra-stage.install |   12 
 calligra-words.install |   12 
 calligra.install   |   11 ---
 15 files changed, 5 insertions(+), 193 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 07:13:33 UTC (rev 268762)
+++ PKGBUILD2016-05-31 07:28:52 UTC (rev 268763)
@@ -14,7 +14,6 @@
  'calligra-handbook'
  'calligra-karbon'
  'calligra-kexi'
- 'calligra-krita'
  'calligra-libs'
  'calligra-plan'
  'calligra-plugins'
@@ -22,14 +21,14 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.11
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen' 'libmarble4'
- 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg' 
'opencolorio'
- 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 'libkdcraw4' 
'libodfgen'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc' 'libvisio'
+ 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg'
+ 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 'libodfgen'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio'
  'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 'libwps-0.4.patch')
@@ -57,6 +56,7 @@
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_active=OFF \
 -DWITH_Soprano=OFF \
+-DBUILD_krita=OFF \
 -DMARBLE_INCLUDE_DIR=/usr/include/marble4 \
 -DMARBLE_GLOBAL_HEADER=/usr/include/marble4/MarbleGlobal.h \
 -DMARBLE_LIBRARIES=/usr/lib/libmarblewidget.so
@@ -70,7 +70,6 @@
   'libwps: Microsoft Works file word processor format import'
   'libvisio: Microsoft Visio import filter'
   'libetonyek: Apple Keynote import filter')
-  install=calligra-filters.install
 
   cd build/filters
   make DESTDIR="${pkgdir}" install
@@ -92,7 +91,6 @@
   pkgdesc="Plugins for the Calligra office suite"
   depends=('calligra-libs' 'calligra-filters' 'libspnav')
   optdepends=('libmarble4: map shape for Calligra')
-  install=calligra-plugins.install
 
   cd build/plugins
   make DESTDIR="${pkgdir}" install
@@ -106,7 +104,6 @@
   depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
   optdepends=('calligra-filters: import/export filters'
   'calligra-extras: extra calligra tools')
-  install=calligra-karbon.install
 
   cd build/karbon
   make DESTDIR="${pkgdir}" install
@@ -122,7 +119,6 @@
   'calligra-sheets: Spreadsheet-to-Kexi-table import plugin'
   'libmarble4: map form widget'
   'calligra-plugins: extra calligra plugins')
-  install=calligra-kexi.install
 
   cd build/kexi
   make DESTDIR="${pkgdir}" install
@@ -133,7 +129,6 @@
 package_calligra-plan() {
   pkgdesc="Calligra Project Management Component"
   depends=('calligra-words')
-  install=calligra-plan.install
 
   cd build/plan
   make DESTDIR="${pkgdir}" install
@@ -145,7 +140,6 @@
 package_calligra-stage() {
   pkgdesc="Write presentation documents"
   depends=('calligra-plugins' 'kdebase-runtime')
-  install=calligra-stage.install
 
   cd build/stage
   make DESTDIR="${pkgdir}" install
@@ -153,16 +147,6 @@
   make DESTDIR="${pkgdir}" install
 }
 
-package_calligra-krita() {
-  pkgdesc="Edit and paint images"
-  depends=('calligra-plugins' 'kdebase-runtime' 'opencolorio' 'libkdcraw4'
-   'fftw' 'glew' 'curl' 'gsl')
-  install

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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 09:29:55
  Author: arojas
Revision: 268764

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

Added:
  calligra/repos/kde-unstable-i686/
  calligra/repos/kde-unstable-i686/PKGBUILD
(from rev 268763, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-i686/libwps-0.4.patch
(from rev 268763, calligra/trunk/libwps-0.4.patch)
  calligra/repos/kde-unstable-x86_64/
  calligra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268763, calligra/trunk/PKGBUILD)
  calligra/repos/kde-unstable-x86_64/libwps-0.4.patch
(from rev 268763, calligra/trunk/libwps-0.4.patch)

--+
 kde-unstable-i686/PKGBUILD   |  228 +
 kde-unstable-i686/libwps-0.4.patch   |   51 +++
 kde-unstable-x86_64/PKGBUILD |  228 +
 kde-unstable-x86_64/libwps-0.4.patch |   51 +++
 4 files changed, 558 insertions(+)

Copied: calligra/repos/kde-unstable-i686/PKGBUILD (from rev 268763, 
calligra/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-05-31 07:29:55 UTC (rev 268764)
@@ -0,0 +1,228 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgbase=calligra
+pkgname=('calligra-braindump'
+ 'calligra-devtools'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-flow'
+ 'calligra-gemini'
+ 'calligra-handbook'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-libs'
+ 'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
+ 'calligra-stage'
+ 'calligra-words')
+pkgver=2.9.11
+pkgrel=4
+arch=('i686' 'x86_64')
+url='http://www.calligra-suite.org/'
+license=('FDL1.2' 'GPL2' 'LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs4' 'eigen' 'libmarble4'
+ 'lcms2' 'libmariadbclient' 'freetds' 'xbase' 'libwpg'
+ 'libwps' 'gsl' 'glew' 'fftw' 'poppler-qt4' 'libodfgen'
+ 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'libvisio'
+ 'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
+groups=('calligra')
+source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 'libwps-0.4.patch')
+md5sums=('a1a4935debae64724cd4c0d17d61ae4e'
+ '6ea15f8b3938838d89ea0aa08921afd1')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against libwps 0.4
+  cd $pkgbase-$pkgver
+  patch -p1 -i "$srcdir"/libwps-0.4.patch
+
+# Fix build against libmarble4
+  sed -e 's|PATH_SUFFIXES marble|PATH_SUFFIXES marble4|g' -i CMakeLists.txt
+  sed -e 's|#include 
+Date: Sat, 6 Jun 2015 18:27:24 +0200
+Subject: [PATCH] adapt to libwps 0.4
+
+---
+ cmake/modules/FindLibWps.cmake   | 6 +++---
+ filters/words/works/import/WPSImport.cpp | 4 +++-
+ 2 files changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/cmake/modules/FindLibWps.cmake b/cmake/modules/FindLibWps.cmake
+index f8c8225..58ef2b5 100644
+--- a/cmake/modules/FindLibWps.cmake
 b/cmake/modules/FindLibWps.cmake
+@@ -10,16 +10,16 @@
+ 
+ include(LibFindMacros)
+ libfind_package(LIBWPS LibWpd)
+-libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.3)
++libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.4)
+ 
+ find_path(LIBWPS_INCLUDE_DIR
+ NAMES libwps/libwps.h
+ HINTS ${LIBWPS_PKGCONF_INCLUDE_DIRS} ${LIBWPS_PKGCONF_INCLUDEDIR}
+-PATH_SUFFIXES libwps-0.3
++PATH_SUFFIXES libwps-0.4
+ )
+ 
+ find_library(LIBWPS_LIBRARY
+-NAMES wps wps-0.3
++NAMES wps wps-0.4
+ HINTS ${LIBWPS_PKGCONF_LIBRARY_DIRS} ${LIBWPS_PKGCONF_LIBDIR}
+ )
+ 
+diff --git a/filters/words/works/import/WPSImport.cpp 
b/filters/words/works/import/WPSImport.cpp
+index eea2cc9..94b859d 100644
+--- a/filters/words/works/import/WPSImport.cpp
 b/filters/words/works/import/WPSImport.cpp
+@@ -91,7 +91,9 @@ public:
+ bool isSupportedFormat(librevenge::RVNGInputStream &input)
+ {
+ WPSKind kind = WPS_TEXT;
+-WPSConfidence confidence = WPSDocument::isFileFormatSupported(&input, 
kind);
++WPSCreator creator = WPS_MSWORKS;
++bool needsEncoding = false;
++WPSConfidence confidence = WPSDocument::isFileFormatSupported(&input, 
kind, creator, needsEncoding);
+ if (confidence == WPS_CONFIDENCE_NONE || kind != WPS_TEXT)
+ return false;
+ return true;
+-- 
+2.4.2

Copied: calligra/repos/kde-unstable-x86_64/PKGBUILD (from rev 268763, 
calligra/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-05-31 07:29:55 UTC (rev 268764)
@@ -0,0 +1,228 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 09:38:47
  Author: arojas
Revision: 268766

archrelease: copy trunk to kde-unstable-any

Added:
  calligra-meta/repos/kde-unstable-any/
  calligra-meta/repos/kde-unstable-any/PKGBUILD
(from rev 268765, calligra-meta/trunk/PKGBUILD)

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

Copied: calligra-meta/repos/kde-unstable-any/PKGBUILD (from rev 268765, 
calligra-meta/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-05-31 07:38:47 UTC (rev 268766)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=calligra-meta
+pkgver=2.9
+pkgrel=2
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('GPL')
+pkgdesc="Calligra meta package"
+depends=('calligra-braindump'
+ 'calligra-extras'
+ 'calligra-filters'
+ 'calligra-flow'
+ 'calligra-handbook'
+ 'calligra-karbon'
+ 'calligra-kexi'
+ 'calligra-plan'
+ 'calligra-plugins'
+ 'calligra-sheets'
+ 'calligra-stage'
+ 'calligra-words'
+'calligra-gemini')
+


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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 09:38:24
  Author: arojas
Revision: 268765

Drop krita

Modified:
  calligra-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 07:29:55 UTC (rev 268764)
+++ PKGBUILD2016-05-31 07:38:24 UTC (rev 268765)
@@ -3,7 +3,7 @@
 
 pkgname=calligra-meta
 pkgver=2.9
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.calligra-suite.org/'
 license=('GPL')
@@ -15,7 +15,6 @@
  'calligra-handbook'
  'calligra-karbon'
  'calligra-kexi'
- 'calligra-krita'
  'calligra-plan'
  'calligra-plugins'
  'calligra-sheets'


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

2016-05-31 Thread Jonathan Steel
Date: Tuesday, May 31, 2016 @ 10:09:27
  Author: jsteel
Revision: 177498

upgpkg: drbl 2.20.11-1

Modified:
  drbl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 06:32:44 UTC (rev 177497)
+++ PKGBUILD2016-05-31 08:09:27 UTC (rev 177498)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgname=drbl
-pkgver=2.19.11
+pkgver=2.20.11
 pkgrel=1
 pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
 arch=('any')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 
source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
-md5sums=('feeb119d9ab7116b29047cdf53fa4ed1'
+md5sums=('ae7d2ff042084b359671536c0d9cf20c'
  'f01eac478f1ae62f505de645de96c68a')
 
 prepare() {


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

2016-05-31 Thread Jonathan Steel
Date: Tuesday, May 31, 2016 @ 10:09:36
  Author: jsteel
Revision: 177499

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 177498, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 177498, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   74 -
 usrbin.patch |   30 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:09:27 UTC (rev 177498)
+++ PKGBUILD2016-05-31 08:09:36 UTC (rev 177499)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.19.11
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net";
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-backup=('etc/drbl/drbl.conf')
-options=('!emptydirs')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('feeb119d9ab7116b29047cdf53fa4ed1'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 177498, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:09:36 UTC (rev 177499)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.20.11
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net";
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('ae7d2ff042084b359671536c0d9cf20c'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2016-05-31 08:09:27 UTC (rev 177498)
+++ usrbin.patch2016-05-31 08:09:36 UTC (rev 177499)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 177498, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2016-05-31 08:09:36 UTC (rev 177499)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/


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

2016-05-31 Thread Jonathan Steel
Date: Tuesday, May 31, 2016 @ 10:21:27
  Author: jsteel
Revision: 177500

upgpkg: clonezilla 3.21.13-1

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:09:36 UTC (rev 177499)
+++ PKGBUILD2016-05-31 08:21:27 UTC (rev 177500)
@@ -3,8 +3,8 @@
 # Contributor: M0Rf30
 
 pkgname=clonezilla
-pkgver=3.20.21
-pkgrel=2
+pkgver=3.21.13
+pkgrel=1
 pkgdesc="ncurses partition and disk imaging/cloning program"
 arch=('any')
 url="http://clonezilla.org";
@@ -15,7 +15,7 @@
 backup=('etc/drbl/drbl-ocs.conf')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
-md5sums=('4bc18375fae387f0e4204befb4f3a9ff'
+md5sums=('e07b06d52e3ac07832d14c10f23c566c'
  'a976c9209f7bbccd352a9d0a5c8b41ae')
 
 prepare() {


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

2016-05-31 Thread Jonathan Steel
Date: Tuesday, May 31, 2016 @ 10:21:37
  Author: jsteel
Revision: 177501

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 177500, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
(from rev 177500, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

--+
 PKGBUILD |   62 -
 usrbin.patch |   26 +++
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:21:27 UTC (rev 177500)
+++ PKGBUILD2016-05-31 08:21:37 UTC (rev 177501)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.20.21
-pkgrel=2
-pkgdesc="ncurses partition and disk imaging/cloning program"
-arch=('any')
-url="http://clonezilla.org";
-license=('GPL2')
-depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
- 'xz' 'pixz' 'lzop' 'ecryptfs-utils')
-backup=('etc/drbl/drbl-ocs.conf')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('4bc18375fae387f0e4204befb4f3a9ff'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 177500, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:21:37 UTC (rev 177501)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.21.13
+pkgrel=1
+pkgdesc="ncurses partition and disk imaging/cloning program"
+arch=('any')
+url="http://clonezilla.org";
+license=('GPL2')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
+ 'xz' 'pixz' 'lzop' 'ecryptfs-utils')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('e07b06d52e3ac07832d14c10f23c566c'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install  
+}

Deleted: usrbin.patch
===
--- usrbin.patch2016-05-31 08:21:27 UTC (rev 177500)
+++ usrbin.patch2016-05-31 08:21:37 UTC (rev 177501)
@@ -1,13 +0,0 @@
 Makefile.orig  2013-05-30 17:42:49.851418658 +0100
-+++ Makefile   2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
- 
- install:
-   # install exec files
--  install -d ${DESTDIR}/usr/
--  cp -a sbin bin ${DESTDIR}/usr/
-+  install -d ${DESTDIR}/usr/bin
-+  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
- 
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/

Copied: clonezilla/repos/community-any/usrbin.patch (from rev 177500, 
clonezilla/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2016-05-31 08:21:37 UTC (rev 177501)
@@ -0,0 +1,13 @@
+--- Makefile.orig  2013-05-30 17:42:49.851418658 +0100
 Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+   # install exec files
+-  install -d ${DESTDIR}/usr/
+-  cp -a sbin bin ${DESTDIR}/usr/
++  install -d ${DESTDIR}/usr/bin
++  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/


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

2016-05-31 Thread Massimiliano Torromeo
Date: Tuesday, May 31, 2016 @ 10:39:44
  Author: mtorromeo
Revision: 177502

upgpkg: rkt 1.7.0-1

Updated to 1.7.0

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:21:37 UTC (rev 177501)
+++ PKGBUILD2016-05-31 08:39:44 UTC (rev 177502)
@@ -7,13 +7,13 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
 url="https://github.com/coreos/rkt";
 license=(apache)
-depends=('glibc' 'openssl' 'zlib')
+depends=('glibc' 'openssl' 'zlib' 'systemd')
 makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
  'intltool' 'gperf' 'git' 'libseccomp' 'bc')
 
@@ -32,7 +32,7 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('767f2ed21d6dbf00a7a264d0dbd84a2733d56dbe97bab90b3d99af47d33c9b5c'
+sha256sums=('80806ea63fe741cc569c991f98721289cd439c2239c3a8b1966ced2e467ed182'
 '2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'


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

2016-05-31 Thread Massimiliano Torromeo
Date: Tuesday, May 31, 2016 @ 10:40:06
  Author: mtorromeo
Revision: 177504

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 177502, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 177503, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 177503, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:40:03 UTC (rev 177503)
+++ PKGBUILD2016-05-31 08:40:06 UTC (rev 177504)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt";
-license=(apache)
-depends=('glibc' 'openssl' 'zlib')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1032.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('767f2ed21d6dbf00a7a264d0dbd84a2733d56dbe97bab90b3d99af47d33c9b5c'
-'2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 177502, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:40:06 UTC (rev 177504)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
+# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
+
+pkgname=rkt

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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:40:03
  Author: svenstaro
Revision: 177503

upgpkg: lib32-libxslt 1.1.29-1

upstream release 1.1.29

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:39:44 UTC (rev 177502)
+++ PKGBUILD2016-05-31 08:40:03 UTC (rev 177503)
@@ -1,17 +1,17 @@
 # Maintainer: Sven-Hendrik Haase 
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
-pkgver=1.1.28
-pkgrel=2
+pkgver=1.1.29
+pkgrel=1
 pkgdesc="XML stylesheet transformation library (32-bit)"
 arch=('x86_64')
 url="http://xmlsoft.org/XSLT/";
 license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
 makedepends=(gcc-multilib)
 options=(!libtool)
 source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('9667bf6f9310b957254fdcf6596600b7')
+md5sums=('a129d3c44c022de3b9dcf6d6f288d72e')
 
 build() {
   export CC="gcc -m32"


[arch-commits] Commit in lib32-libxslt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:40:32
  Author: svenstaro
Revision: 177505

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD
(from rev 177504, lib32-libxslt/trunk/PKGBUILD)
Deleted:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:40:06 UTC (rev 177504)
+++ PKGBUILD2016-05-31 08:40:32 UTC (rev 177505)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-_pkgbasename=libxslt
-pkgname=lib32-libxslt
-pkgver=1.1.28
-pkgrel=2
-pkgdesc="XML stylesheet transformation library (32-bit)"
-arch=('x86_64')
-url="http://xmlsoft.org/XSLT/";
-license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt')
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('9667bf6f9310b957254fdcf6596600b7')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses
-  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
-}

Copied: lib32-libxslt/repos/multilib-x86_64/PKGBUILD (from rev 177504, 
lib32-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:40:32 UTC (rev 177505)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+_pkgbasename=libxslt
+pkgname=lib32-libxslt
+pkgver=1.1.29
+pkgrel=1
+pkgdesc="XML stylesheet transformation library (32-bit)"
+arch=('x86_64')
+url="http://xmlsoft.org/XSLT/";
+license=('custom')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt' 'lib32-xz')
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('a129d3c44c022de3b9dcf6d6f288d72e')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses
+  ln -s ${_pkgbasename} "${pkgdir}"/usr/share/licenses/${pkgname}
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.a
+}


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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:41:45
  Author: svenstaro
Revision: 177507

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:41:38 UTC (rev 177506)
+++ PKGBUILD2016-05-31 08:41:45 UTC (rev 177507)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Sebastien Leduc 
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.1
-pkgrel=1
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/";
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz";)
-md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 177506, 
python2-trollius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:41:45 UTC (rev 177507)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sebastien Leduc 
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.1
+pkgrel=2
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/";
+license=('APACHE')
+depends=('python2' 'python2-futures' 'python2-six')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz";)
+md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:41:38
  Author: svenstaro
Revision: 177506

upgpkg: python2-trollius 2.1-2

Add python2-six to deps

Modified:
  python2-trollius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:40:32 UTC (rev 177505)
+++ PKGBUILD2016-05-31 08:41:38 UTC (rev 177506)
@@ -3,12 +3,12 @@
 pkgname=python2-trollius
 _realname=trollius
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
 arch=("any")
 url="http://trollius.readthedocs.org/";
 license=('APACHE')
-depends=('python2' 'python2-futures')
+depends=('python2' 'python2-futures' 'python2-six')
 optdepends=('python2-unittest2: to pass trollius unit tests')
 
source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz";)
 md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')


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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:43:44
  Author: svenstaro
Revision: 177508

upgpkg: python-flask 0.11-2

Add python-click to deps

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:41:45 UTC (rev 177507)
+++ PKGBUILD2016-05-31 08:43:44 UTC (rev 177508)
@@ -6,7 +6,7 @@
 
 pkgname=('python-flask' 'python2-flask')
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
@@ -41,7 +41,7 @@
 }
 
 package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous')
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
   cd "$pkgname-$pkgver"
 
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
@@ -49,7 +49,7 @@
 }
 
 package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
   cd "$pkgname-$pkgver"
 
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2016-05-31 Thread Sven-Hendrik Haase
Date: Tuesday, May 31, 2016 @ 10:44:08
  Author: svenstaro
Revision: 177509

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:43:44 UTC (rev 177508)
+++ PKGBUILD2016-05-31 08:44:08 UTC (rev 177509)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=('python-flask' 'python2-flask')
-pkgver=0.11
-pkgrel=1
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz";)
-sha256sums=('c222c4507f8120201767c30189f99092d9f81c10013b7b1888fc838e5d0d3c16')
-
-prepare() {
-  cp -r "flask-$pkgver" "python-flask-$pkgver"
-  cp -r "flask-$pkgver" "python2-flask-$pkgver"
-}
-
-build_python-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-build_python2-flask() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-check_python-flask() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-
-  cd "$pkgname-$pkgver"
-  python2 setup.py test
-}
-
-package_python-flask() {
-  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous')
-  cd "$pkgname-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-flask() {
-  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous')
-  cd "$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 177508, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:44:08 UTC (rev 177509)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=('python-flask' 'python2-flask')
+pkgver=0.11
+pkgrel=2
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/pallets/flask/archive/${pkgver}.tar.gz";)
+sha256sums=('c222c4507f8120201767c30189f99092d9f81c10013b7b1888fc838e5d0d3c16')
+
+prepare() {
+  cp -r "flask-$pkgver" "python-flask-$pkgver"
+  cp -r "flask-$pkgver" "python2-flask-$pkgver"
+}
+
+build_python-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+build_python2-flask() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+check_python-flask() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+
+  cd "$pkgname-$pkgver"
+  python2 setup.py test
+}
+
+package_python-flask() {
+  depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 
'python-click')
+  cd "$pkgname-$pkgver"
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-flask() {
+  depends=('python2-werkzeug' 'python2-jinja' 'python2-itsdangerous' 
'python2-click')
+  cd "$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/flask "$pkgdir"/usr/bin/flask2
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-31 Thread Massimiliano Torromeo
Date: Tuesday, May 31, 2016 @ 10:44:48
  Author: mtorromeo
Revision: 177510

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 177509, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 177509, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 177509, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:44:08 UTC (rev 177509)
+++ PKGBUILD2016-05-31 08:44:48 UTC (rev 177510)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt";
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1032.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('80806ea63fe741cc569c991f98721289cd439c2239c3a8b1966ced2e467ed182'
-'2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 177509, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:44:48 UTC (rev 177510)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
+# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
+
+p

[arch-commits] Commit in krita (kde-unstable trunk trunk/PKGBUILD trunk/krita.install)

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 11:51:51
  Author: arojas
Revision: 268767

Update to 3.0

Added:
  krita/trunk/
Modified:
  krita/trunk/PKGBUILD
Deleted:
  krita/kde-unstable/
  krita/trunk/krita.install

---+
 PKGBUILD  |   14 +++---
 krita.install |   13 -
 2 files changed, 7 insertions(+), 20 deletions(-)

Modified: trunk/PKGBUILD
===
--- kde-unstable/PKGBUILD   2016-05-31 07:38:47 UTC (rev 268766)
+++ trunk/PKGBUILD  2016-05-31 09:51:51 UTC (rev 268767)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=2.99.91
+pkgver=3.0
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
@@ -9,14 +9,12 @@
 url="http://krita.org";
 license=(LGPL)
 depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc0.7 
poppler-qt5)
 optdepends=('poppler-qt5: PDF filter')
 conflicts=(calligra-krita)
-provides=(calligra-krita)
 replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('67ba6ed65a166a42766b661eecafe8ca')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz";)
+md5sums=('beb7140471d1b6b0ae92d664743c067f')
 
 prepare() {
   mkdir -p build
@@ -28,7 +26,9 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
+-DBUILD_TESTING=OFF \
+-DPACKAGERS_BUILD=ON
+
   make
 }
 

Deleted: trunk/krita.install
===
--- kde-unstable/krita.install  2016-05-31 07:38:47 UTC (rev 268766)
+++ trunk/krita.install 2016-05-31 09:51:51 UTC (rev 268767)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 11:52:36
  Author: arojas
Revision: 268768

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

Added:
  krita/repos/kde-unstable-i686/PKGBUILD
(from rev 268767, krita/trunk/PKGBUILD)
  krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 268767, krita/trunk/PKGBUILD)
Deleted:
  krita/repos/kde-unstable-i686/PKGBUILD
  krita/repos/kde-unstable-i686/krita.install
  krita/repos/kde-unstable-x86_64/PKGBUILD
  krita/repos/kde-unstable-x86_64/krita.install

---+
 /PKGBUILD |   76 
 kde-unstable-i686/PKGBUILD|   38 --
 kde-unstable-i686/krita.install   |   13 --
 kde-unstable-x86_64/PKGBUILD  |   38 --
 kde-unstable-x86_64/krita.install |   13 --
 5 files changed, 76 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-i686/PKGBUILD  2016-05-31 09:52:36 UTC (rev 268768)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=2.99.91
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org";
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter')
-conflicts=(calligra-krita)
-provides=(calligra-krita)
-replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('67ba6ed65a166a42766b661eecafe8ca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 268767, 
krita/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-05-31 09:52:36 UTC (rev 268768)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=3.0
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org";
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc0.7 
poppler-qt5)
+optdepends=('poppler-qt5: PDF filter')
+conflicts=(calligra-krita)
+replaces=(calligra-krita)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tgz";)
+md5sums=('beb7140471d1b6b0ae92d664743c067f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DPACKAGERS_BUILD=ON
+
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/krita.install
===
--- kde-unstable-i686/krita.install 2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-i686/krita.install 2016-05-31 09:52:36 UTC (rev 268768)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-05-31 09:51:51 UTC (rev 268767)
+++ kde-unstable-x86_64/PKGBUILD2016-05-31 09:52:36 UTC (rev 268768)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=2.99.91
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org";
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter')
-conflicts=(calligra-krita)
-provides=(calligra-krita)
-replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz";)
-install=$pkgname.install
-md5sums=('67ba6ed65a166a42766b661eecafe8ca')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCM

[arch-commits] Commit in qt5-base/trunk (PKGBUILD qtbug-44964.patch)

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 12:44:24
  Author: arojas
Revision: 268772

Backport a fix required by krita 3.0

Added:
  qt5-base/trunk/qtbug-44964.patch
Modified:
  qt5-base/trunk/PKGBUILD

---+
 PKGBUILD  |   12 +++---
 qtbug-44964.patch |  100 
 2 files changed, 106 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 09:54:03 UTC (rev 268771)
+++ PKGBUILD2016-05-31 10:44:24 UTC (rev 268772)
@@ -5,7 +5,7 @@
 pkgname=qt5-base
 _qtver=5.6.0
 pkgver=${_qtver/-/}
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -27,7 +27,7 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-alsa1.11.patch
-qtbug-51648.patch qtbug-51649.patch qtbug-51676.patch qtbug-45812.patch
+qtbug-51648.patch qtbug-51649.patch qtbug-51676.patch 
qtbug-45812.patch qtbug-44964.patch
 
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch";
 
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch";)
 md5sums=('d6b6cfd333c22829c6c85fc52ceed019'
@@ -36,6 +36,7 @@
  'ef981ff6892337cdab424ebb113b3c39'
  'f59a1ea0f10a055ba930a53832933482'
  '7f152c40947027acba56023e9d693260'
+ '28cddedf6c15751d08c1382bf1074fa7'
  '462f079cd46f869def6858903a718bf5'
  'da4fd787ea877516397a027412e975e1')
 
@@ -70,15 +71,14 @@
   # Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
   patch -p1 -i ../qtbug-53071.patch
   patch -p1 -i ../qtbug-53071b.patch
+
+  # Don't compress tablet motion events
+  patch -p1 -i ../qtbug-44964.patch
 }
 
 build() {
   cd ${_pkgfqn}
 
-#  export QTDIR="${srcdir}"/${_pkgfqn}
-#  export LD_LIBRARY_PATH="${QTDIR}"/lib:"${LD_LIBRARY_PATH}"
-#  export QT_PLUGIN_PATH="${QTDIR}"/qtbase/plugins
-
   # FS#38796
   [[ "${CARCH}" = "i686" ]] && SSE2="-no-sse2"
 

Added: qtbug-44964.patch
===
--- qtbug-44964.patch   (rev 0)
+++ qtbug-44964.patch   2016-05-31 10:44:24 UTC (rev 268772)
@@ -0,0 +1,100 @@
+From 60cd1c67759642018ef93cc45a90714729100d9d Mon Sep 17 00:00:00 2001
+From: Shawn Rutledge 
+Date: Thu, 28 Apr 2016 11:30:30 +0200
+Subject: [PATCH] xcb: don't compress tablet motion events
+
+7edd10e6c added this compression feature, but it's not a good idea for
+drawing-tablet applications, because smooth drawing depends on receiving
+every movement of the stylus.
+
+Also show the device ID in qt.qpa.input.devices category logging.
+
+[ChangeLog][X11] The new X event compression feature that was added in
+5.6.0 no longer applies to motion events from drawing tablets.
+
+Task-number: QTBUG-44964
+Change-Id: Icd2ca8ca77d8f80c2f39160c74208db10e382501
+Reviewed-by: Gatis Paeglis 
+---
+ src/plugins/platforms/xcb/qxcbconnection.cpp |  7 ++-
+ src/plugins/platforms/xcb/qxcbconnection.h   |  1 +
+ src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | 21 ++---
+ 3 files changed, 21 insertions(+), 8 deletions(-)
+
+diff --git a/src/plugins/platforms/xcb/qxcbconnection.cpp 
b/src/plugins/platforms/xcb/qxcbconnection.cpp
+index edfaf2b..669ef3a 100644
+--- a/src/plugins/platforms/xcb/qxcbconnection.cpp
 b/src/plugins/platforms/xcb/qxcbconnection.cpp
+@@ -1626,8 +1626,13 @@ bool QXcbConnection::compressEvent(xcb_generic_event_t 
*event, int currentIndex,
+ if (!m_xi2Enabled)
+ return false;
+ 
+-// compress XI_Motion
++// compress XI_Motion, but not from tablet devices
+ if (isXIType(event, m_xiOpCode, XI_Motion)) {
++#ifndef QT_NO_TABLETEVENT
++xXIDeviceEvent *xdev = reinterpret_cast(event);
++if (const_cast(this)->tabletDataForDevice(xdev->sourceid))
++return false;
++#endif // QT_NO_TABLETEVENT
+ for (int j = nextIndex; j < eventqueue->size(); ++j) {
+ xcb_generic_event_t *next = eventqueue->at(j);
+ if (!isValid(next))
+diff --git a/src/plugins/platforms/xcb/qxcbconnection.h 
b/src/plugins/platforms/xcb/qxcbconnection.h
+index 7ba9588..501da1c 100644
+--- a/src/plugins/platforms/xcb/qxcbconnection.h
 b/src/plugins/platforms/xcb/qxcbconnection.h
+@@ -578,6 +578,7 @@ private slots:
+ bool xi2HandleTabletEvent(void *event, TabletData *tabletData, 
QXcbWindowEventListener *eventListener);
+ void xi2ReportTabletEvent(TabletData &tabletData, void *event);
+ QVector m_tabletData;
++TabletData *tabletDataForDevice(int id);
+ #endif // !QT_NO_TABLETEVENT
+ struct ScrollingDevice {
+ ScrollingDevice() : deviceId(0), verticalIndex(0), 
horizontalIndex(0), orientations(0), le

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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 12:45:13
  Author: arojas
Revision: 268773

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

Added:
  qt5-base/repos/testing-i686/
  qt5-base/repos/testing-i686/PKGBUILD
(from rev 268772, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-i686/qt5-alsa1.11.patch
(from rev 268772, qt5-base/trunk/qt5-alsa1.11.patch)
  qt5-base/repos/testing-i686/qtbug-44964.patch
(from rev 268772, qt5-base/trunk/qtbug-44964.patch)
  qt5-base/repos/testing-i686/qtbug-45812.patch
(from rev 268772, qt5-base/trunk/qtbug-45812.patch)
  qt5-base/repos/testing-i686/qtbug-51648.patch
(from rev 268772, qt5-base/trunk/qtbug-51648.patch)
  qt5-base/repos/testing-i686/qtbug-51649.patch
(from rev 268772, qt5-base/trunk/qtbug-51649.patch)
  qt5-base/repos/testing-i686/qtbug-51676.patch
(from rev 268772, qt5-base/trunk/qtbug-51676.patch)
  qt5-base/repos/testing-i686/rebuild.list
(from rev 268772, qt5-base/trunk/rebuild.list)
  qt5-base/repos/testing-x86_64/
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 268772, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-x86_64/qt5-alsa1.11.patch
(from rev 268772, qt5-base/trunk/qt5-alsa1.11.patch)
  qt5-base/repos/testing-x86_64/qtbug-44964.patch
(from rev 268772, qt5-base/trunk/qtbug-44964.patch)
  qt5-base/repos/testing-x86_64/qtbug-45812.patch
(from rev 268772, qt5-base/trunk/qtbug-45812.patch)
  qt5-base/repos/testing-x86_64/qtbug-51648.patch
(from rev 268772, qt5-base/trunk/qtbug-51648.patch)
  qt5-base/repos/testing-x86_64/qtbug-51649.patch
(from rev 268772, qt5-base/trunk/qtbug-51649.patch)
  qt5-base/repos/testing-x86_64/qtbug-51676.patch
(from rev 268772, qt5-base/trunk/qtbug-51676.patch)
  qt5-base/repos/testing-x86_64/rebuild.list
(from rev 268772, qt5-base/trunk/rebuild.list)

---+
 testing-i686/PKGBUILD |  129 +
 testing-i686/qt5-alsa1.11.patch   |   11 ++
 testing-i686/qtbug-44964.patch|  100 ++
 testing-i686/qtbug-45812.patch|   98 ++
 testing-i686/qtbug-51648.patch|   88 +++
 testing-i686/qtbug-51649.patch|  159 
 testing-i686/qtbug-51676.patch|  126 
 testing-i686/rebuild.list |6 +
 testing-x86_64/PKGBUILD   |  129 +
 testing-x86_64/qt5-alsa1.11.patch |   11 ++
 testing-x86_64/qtbug-44964.patch  |  100 ++
 testing-x86_64/qtbug-45812.patch  |   98 ++
 testing-x86_64/qtbug-51648.patch  |   88 +++
 testing-x86_64/qtbug-51649.patch  |  159 
 testing-x86_64/qtbug-51676.patch  |  126 
 testing-x86_64/rebuild.list   |6 +
 16 files changed, 1434 insertions(+)

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


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:47:22
  Author: idevolder
Revision: 177511

upgpkg: kodi-addon-audioencoder-flac 20160530.f7a8daa-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 08:44:48 UTC (rev 177510)
+++ PKGBUILD2016-05-31 11:47:22 UTC (rev 177511)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-flac
-_commit=36647b0
-pkgver=20160513.36647b0
+_commit=f7a8daa
+pkgver=20160530.f7a8daa
 pkgrel=1
 pkgdesc="FLAC Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:47:35
  Author: idevolder
Revision: 177512

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

Added:
  kodi-addon-audioencoder-flac/repos/community-i686/PKGBUILD
(from rev 177511, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
  kodi-addon-audioencoder-flac/repos/community-x86_64/PKGBUILD
(from rev 177511, 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-05-31 11:47:22 UTC (rev 177511)
+++ community-i686/PKGBUILD 2016-05-31 11:47:35 UTC (rev 177512)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=36647b0
-pkgver=20160513.36647b0
-pkgrel=1
-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 
177511, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:47:35 UTC (rev 177512)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-flac
+_commit=f7a8daa
+pkgver=20160530.f7a8daa
+pkgrel=1
+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-05-31 11:47:22 UTC (rev 177511)
+++ community-x86_64/PKGBUILD   2016-05-31 11:47:35 UTC (rev 177512)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-flac
-_commit=36647b0
-pkgver=20160513.36647b0
-pkgrel=1
-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 
177511, kodi-addon-audioencoder-flac/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:47:35 UTC (rev 177512)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-flac
+_commit=f7a8daa
+pkgver=20160530.f7a8daa
+pkg

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:47:59
  Author: idevolder
Revision: 177513

upgpkg: kodi-addon-audioencoder-lame 20160530.6e5c838-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:47:35 UTC (rev 177512)
+++ PKGBUILD2016-05-31 11:47:59 UTC (rev 177513)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-lame
-_commit=34c3a88
-pkgver=20160513.34c3a88
+_commit=6e5c838
+pkgver=20160530.6e5c838
 pkgrel=1
 pkgdesc="LAME Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:48:12
  Author: idevolder
Revision: 177514

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

Added:
  kodi-addon-audioencoder-lame/repos/community-i686/PKGBUILD
(from rev 177513, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
  kodi-addon-audioencoder-lame/repos/community-x86_64/PKGBUILD
(from rev 177513, 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-05-31 11:47:59 UTC (rev 177513)
+++ community-i686/PKGBUILD 2016-05-31 11:48:12 UTC (rev 177514)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=34c3a88
-pkgver=20160513.34c3a88
-pkgrel=1
-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 
177513, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:48:12 UTC (rev 177514)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-lame
+_commit=6e5c838
+pkgver=20160530.6e5c838
+pkgrel=1
+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-05-31 11:47:59 UTC (rev 177513)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:12 UTC (rev 177514)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-lame
-_commit=34c3a88
-pkgver=20160513.34c3a88
-pkgrel=1
-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 
177513, kodi-addon-audioencoder-lame/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:12 UTC (rev 177514)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-lame
+_commit=6e5c838
+pkgver=

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:48:22
  Author: idevolder
Revision: 177515

upgpkg: kodi-addon-audioencoder-vorbis 20160530.8c928ed-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:48:12 UTC (rev 177514)
+++ PKGBUILD2016-05-31 11:48:22 UTC (rev 177515)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-vorbis
-_commit=41b1b1e
-pkgver=20160513.41b1b1e
+_commit=8c928ed
+pkgver=20160530.8c928ed
 pkgrel=1
 pkgdesc="Vorbis Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:48:56
  Author: idevolder
Revision: 177518

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

Added:
  kodi-addon-audioencoder-wav/repos/community-i686/PKGBUILD
(from rev 177517, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
  kodi-addon-audioencoder-wav/repos/community-x86_64/PKGBUILD
(from rev 177517, 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-05-31 11:48:42 UTC (rev 177517)
+++ community-i686/PKGBUILD 2016-05-31 11:48:56 UTC (rev 177518)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=81149e3
-pkgver=20160513.81149e3
-pkgrel=1
-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 
177517, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:48:56 UTC (rev 177518)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-wav
+_commit=10cc651
+pkgver=20160530.10cc651
+pkgrel=1
+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-05-31 11:48:42 UTC (rev 177517)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:56 UTC (rev 177518)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-wav
-_commit=81149e3
-pkgver=20160513.81149e3
-pkgrel=1
-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 
177517, kodi-addon-audioencoder-wav/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:56 UTC (rev 177518)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-wav
+_commit=10cc651
+pkgver=20160530.10cc651
+pkgrel=1
+pkgdesc="WAV Audio Enc

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:49:03
  Author: idevolder
Revision: 177519

upgpkg: kodi-addon-screensaver-asteroids 20160523.2adf852-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:48:56 UTC (rev 177518)
+++ PKGBUILD2016-05-31 11:49:03 UTC (rev 177519)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-asteroids
-_commit=c7ae05f
-pkgver=20150921.c7ae05f
-pkgrel=2
+_commit=2adf852
+pkgver=20160523.2adf852
+pkgrel=1
 pkgdesc="Asteroids screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.asteroids'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:48:42
  Author: idevolder
Revision: 177517

upgpkg: kodi-addon-audioencoder-wav 20160530.10cc651-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:48:34 UTC (rev 177516)
+++ PKGBUILD2016-05-31 11:48:42 UTC (rev 177517)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-audioencoder-wav
-_commit=81149e3
-pkgver=20160513.81149e3
+_commit=10cc651
+pkgver=20160530.10cc651
 pkgrel=1
 pkgdesc="WAV Audio Encoder add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:48:34
  Author: idevolder
Revision: 177516

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

Added:
  kodi-addon-audioencoder-vorbis/repos/community-i686/PKGBUILD
(from rev 177515, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
  kodi-addon-audioencoder-vorbis/repos/community-x86_64/PKGBUILD
(from rev 177515, 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-05-31 11:48:22 UTC (rev 177515)
+++ community-i686/PKGBUILD 2016-05-31 11:48:34 UTC (rev 177516)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=41b1b1e
-pkgver=20160513.41b1b1e
-pkgrel=1
-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 
177515, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:48:34 UTC (rev 177516)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioencoder-vorbis
+_commit=8c928ed
+pkgver=20160530.8c928ed
+pkgrel=1
+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-05-31 11:48:22 UTC (rev 177515)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:34 UTC (rev 177516)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-audioencoder-vorbis
-_commit=41b1b1e
-pkgver=20160513.41b1b1e
-pkgrel=1
-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 177515, kodi-addon-audioencoder-vorbis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:48:34 UTC (rev 177516)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-audioenc

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:49:48
  Author: idevolder
Revision: 177523

upgpkg: kodi-addon-screensaver-biogenesis 20160523.717fea7-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:49:39 UTC (rev 177522)
+++ PKGBUILD2016-05-31 11:49:48 UTC (rev 177523)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-biogenesis
-_commit=39928ee
-pkgver=20150921.39928ee
-pkgrel=2
+_commit=717fea7
+pkgver=20160523.717fea7
+pkgrel=1
 pkgdesc="BioGenesis screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.biogenesis'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:49:18
  Author: idevolder
Revision: 177520

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

Added:
  kodi-addon-screensaver-asteroids/repos/community-i686/PKGBUILD
(from rev 177519, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
  kodi-addon-screensaver-asteroids/repos/community-x86_64/PKGBUILD
(from rev 177519, 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-05-31 11:49:03 UTC (rev 177519)
+++ community-i686/PKGBUILD 2016-05-31 11:49:18 UTC (rev 177520)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-asteroids/repos/community-i686/PKGBUILD (from 
rev 177519, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:49:18 UTC (rev 177520)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asteroids
+_commit=2adf852
+pkgver=20160523.2adf852
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:49:03 UTC (rev 177519)
+++ community-x86_64/PKGBUILD   2016-05-31 11:49:18 UTC (rev 177520)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-asteroids/repos/community-x86_64/PKGBUILD (from 
rev 177519, kodi-addon-screensaver-asteroids/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:49:18 UTC (rev 177520)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asteroids
+_commit=2adf852
+pkgver=20160523.2adf852
+pkgrel=1
+pkgdesc="Asteroids screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screensaver.asteroids'
+lic

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:49:27
  Author: idevolder
Revision: 177521

upgpkg: kodi-addon-screensaver-asterwave 20160523.c39ed33-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:49:18 UTC (rev 177520)
+++ PKGBUILD2016-05-31 11:49:27 UTC (rev 177521)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-asterwave
-_commit=0dc2c48
-pkgver=20160127.0dc2c48
-pkgrel=2
+_commit=c39ed33
+pkgver=20160523.c39ed33
+pkgrel=1
 pkgdesc="AsterWave screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/screensaver.asterwave'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:50:01
  Author: idevolder
Revision: 177524

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

Added:
  kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD
(from rev 177523, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
  kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD
(from rev 177523, 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-05-31 11:49:48 UTC (rev 177523)
+++ community-i686/PKGBUILD 2016-05-31 11:50:01 UTC (rev 177524)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-i686/PKGBUILD (from 
rev 177523, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:50:01 UTC (rev 177524)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=717fea7
+pkgver=20160523.717fea7
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:49:48 UTC (rev 177523)
+++ community-x86_64/PKGBUILD   2016-05-31 11:50:01 UTC (rev 177524)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-biogenesis/repos/community-x86_64/PKGBUILD (from 
rev 177523, kodi-addon-screensaver-biogenesis/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:50:01 UTC (rev 177524)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-biogenesis
+_commit=717fea7
+pkgver=20160523.717fea7
+pkgrel=1
+pkgdesc="BioGenesis screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/scr

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:49:39
  Author: idevolder
Revision: 177522

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

Added:
  kodi-addon-screensaver-asterwave/repos/community-i686/PKGBUILD
(from rev 177521, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
  kodi-addon-screensaver-asterwave/repos/community-x86_64/PKGBUILD
(from rev 177521, 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-05-31 11:49:27 UTC (rev 177521)
+++ community-i686/PKGBUILD 2016-05-31 11:49:39 UTC (rev 177522)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-asterwave/repos/community-i686/PKGBUILD (from 
rev 177521, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:49:39 UTC (rev 177522)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asterwave
+_commit=c39ed33
+pkgver=20160523.c39ed33
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:49:27 UTC (rev 177521)
+++ community-x86_64/PKGBUILD   2016-05-31 11:49:39 UTC (rev 177522)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-asterwave/repos/community-x86_64/PKGBUILD (from 
rev 177521, kodi-addon-screensaver-asterwave/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:49:39 UTC (rev 177522)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-asterwave
+_commit=c39ed33
+pkgver=20160523.c39ed33
+pkgrel=1
+pkgdesc="AsterWave screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/screen

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:50:23
  Author: idevolder
Revision: 177525

upgpkg: kodi-addon-screensaver-cpblobs 20160523.04c1938-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:50:01 UTC (rev 177524)
+++ PKGBUILD2016-05-31 11:50:23 UTC (rev 177525)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-cpblobs
-_commit=87a3abf
-pkgver=20160127.87a3abf
-pkgrel=2
+_commit=04c1938
+pkgver=20160523.04c1938
+pkgrel=1
 pkgdesc="CpBlobs screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.cpblobs'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:50:47
  Author: idevolder
Revision: 177526

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

Added:
  kodi-addon-screensaver-cpblobs/repos/community-i686/PKGBUILD
(from rev 177525, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
  kodi-addon-screensaver-cpblobs/repos/community-x86_64/PKGBUILD
(from rev 177525, 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-05-31 11:50:23 UTC (rev 177525)
+++ community-i686/PKGBUILD 2016-05-31 11:50:47 UTC (rev 177526)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-cpblobs/repos/community-i686/PKGBUILD (from rev 
177525, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:50:47 UTC (rev 177526)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-cpblobs
+_commit=04c1938
+pkgver=20160523.04c1938
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:50:23 UTC (rev 177525)
+++ community-x86_64/PKGBUILD   2016-05-31 11:50:47 UTC (rev 177526)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-cpblobs/repos/community-x86_64/PKGBUILD (from 
rev 177525, kodi-addon-screensaver-cpblobs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:50:47 UTC (rev 177526)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-cpblobs
+_commit=04c1938
+pkgver=20160523.04c1938
+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'

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:51:04
  Author: idevolder
Revision: 177527

upgpkg: kodi-addon-screensaver-greynetic 20160523.980e301-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:50:47 UTC (rev 177526)
+++ PKGBUILD2016-05-31 11:51:04 UTC (rev 177527)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-greynetic
-_commit=80e850e
-pkgver=20150921.80e850e
-pkgrel=2
+_commit=980e301
+pkgver=20160523.980e301
+pkgrel=1
 pkgdesc="Greynetic screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.greynetic'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:52:09
  Author: idevolder
Revision: 177529

upgpkg: kodi-addon-screensaver-matrixtrails 20160523.8cebb75-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:51:30 UTC (rev 177528)
+++ PKGBUILD2016-05-31 11:52:09 UTC (rev 177529)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-matrixtrails
-_commit=16057e7
-pkgver=20151029.16057e7
-pkgrel=2
+_commit=8cebb75
+pkgver=20160523.8cebb75
+pkgrel=1
 pkgdesc="Matrix trails screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.matrixtrails'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:51:30
  Author: idevolder
Revision: 177528

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

Added:
  kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD
(from rev 177527, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
  kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD
(from rev 177527, 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-05-31 11:51:04 UTC (rev 177527)
+++ community-i686/PKGBUILD 2016-05-31 11:51:30 UTC (rev 177528)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-i686/PKGBUILD (from 
rev 177527, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:51:30 UTC (rev 177528)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=980e301
+pkgver=20160523.980e301
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:51:04 UTC (rev 177527)
+++ community-x86_64/PKGBUILD   2016-05-31 11:51:30 UTC (rev 177528)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-greynetic/repos/community-x86_64/PKGBUILD (from 
rev 177527, kodi-addon-screensaver-greynetic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:51:30 UTC (rev 177528)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-greynetic
+_commit=980e301
+pkgver=20160523.980e301
+pkgrel=1
+pkgdesc="Greynetic screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.greynetic'
+license=('GPL')
+groups=('kodi-addo

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:03
  Author: idevolder
Revision: 177531

upgpkg: kodi-addon-screensaver-pingpong 20160523.f162213-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:52:35 UTC (rev 177530)
+++ PKGBUILD2016-05-31 11:53:03 UTC (rev 177531)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-pingpong
-_commit=5c7cf6f
-pkgver=20150920.5c7cf6f
-pkgrel=2
+_commit=f162213
+pkgver=20160523.f162213
+pkgrel=1
 pkgdesc="Ping-pong screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.pingpong'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:52:35
  Author: idevolder
Revision: 177530

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

Added:
  kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD
(from rev 177529, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
  kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD
(from rev 177529, 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-05-31 11:52:09 UTC (rev 177529)
+++ community-i686/PKGBUILD 2016-05-31 11:52:35 UTC (rev 177530)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-i686/PKGBUILD (from 
rev 177529, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:52:35 UTC (rev 177530)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails
+_commit=8cebb75
+pkgver=20160523.8cebb75
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:52:09 UTC (rev 177529)
+++ community-x86_64/PKGBUILD   2016-05-31 11:52:35 UTC (rev 177530)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-matrixtrails/repos/community-x86_64/PKGBUILD 
(from rev 177529, kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:52:35 UTC (rev 177530)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-matrixtrails
+_commit=8cebb75
+pkgver=20160523.8cebb75
+pkgrel=1
+pkgdesc="Matrix trails screensaver for Kodi"
+arch=('i686

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:16
  Author: idevolder
Revision: 177532

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

Added:
  kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD
(from rev 177531, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
  kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD
(from rev 177531, 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-05-31 11:53:03 UTC (rev 177531)
+++ community-i686/PKGBUILD 2016-05-31 11:53:16 UTC (rev 177532)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-i686/PKGBUILD (from rev 
177531, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:53:16 UTC (rev 177532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=f162213
+pkgver=20160523.f162213
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:53:03 UTC (rev 177531)
+++ community-x86_64/PKGBUILD   2016-05-31 11:53:16 UTC (rev 177532)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-pingpong/repos/community-x86_64/PKGBUILD (from 
rev 177531, kodi-addon-screensaver-pingpong/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:53:16 UTC (rev 177532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pingpong
+_commit=f162213
+pkgver=20160523.f162213
+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-scre

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:55
  Author: idevolder
Revision: 177536

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

Added:
  kodi-addon-screensaver-rsxs/repos/community-i686/0001-fix-gcc5-compile.patch
(from rev 177535, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD
(from rev 177535, kodi-addon-screensaver-rsxs/trunk/PKGBUILD)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/0001-fix-gcc5-compile.patch
(from rev 177535, 
kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch)
  kodi-addon-screensaver-rsxs/repos/community-x86_64/PKGBUILD
(from rev 177535, 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-05-31 11:53:44 UTC (rev 
177535)
+++ community-i686/0001-fix-gcc5-compile.patch  2016-05-31 11:53:55 UTC (rev 
177536)
@@ -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 177535, 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-05-31 11:53:55 UTC (rev 
177536)
@@ -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-05-31 11:53:44 UTC (rev 177535)
+++ community-i686/PKGBUILD 2016-05-31 11:53:55 UTC (rev 177536)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-rsxs
-_commit=142ec3d
-pkgver=20160513.142ec3d
-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: kodi-addon-screensaver-rsxs/repos/community-i686/PKGBUILD (from r

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:44
  Author: idevolder
Revision: 177535

upgpkg: kodi-addon-screensaver-rsxs 20160523.781f76f-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:53:36 UTC (rev 177534)
+++ PKGBUILD2016-05-31 11:53:44 UTC (rev 177535)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-rsxs
-_commit=142ec3d
-pkgver=20160513.142ec3d
+_commit=781f76f
+pkgver=20160523.781f76f
 pkgrel=1
 pkgdesc="RSXS screensaver add-ons for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:36
  Author: idevolder
Revision: 177534

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

Added:
  kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD
(from rev 177533, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
  kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD
(from rev 177533, 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-05-31 11:53:23 UTC (rev 177533)
+++ community-i686/PKGBUILD 2016-05-31 11:53:36 UTC (rev 177534)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-i686/PKGBUILD (from rev 
177533, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:53:36 UTC (rev 177534)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=4810d75
+pkgver=20160523.4810d75
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:53:23 UTC (rev 177533)
+++ community-x86_64/PKGBUILD   2016-05-31 11:53:36 UTC (rev 177534)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-screensaver-pyro/repos/community-x86_64/PKGBUILD (from rev 
177533, kodi-addon-screensaver-pyro/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:53:36 UTC (rev 177534)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-pyro
+_commit=4810d75
+pkgver=20160523.4810d75
+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/s

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:53:23
  Author: idevolder
Revision: 177533

upgpkg: kodi-addon-screensaver-pyro 20160523.4810d75-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:53:16 UTC (rev 177532)
+++ PKGBUILD2016-05-31 11:53:23 UTC (rev 177533)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-pyro
-_commit=2476b77
-pkgver=20150921.2476b77
-pkgrel=2
+_commit=4810d75
+pkgver=20160523.4810d75
+pkgrel=1
 pkgdesc="Pyro screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.pyro'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:55:06
  Author: idevolder
Revision: 177540

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

Added:
  kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD
(from rev 177539, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
  kodi-addon-visualization-fishbmc/repos/community-x86_64/PKGBUILD
(from rev 177539, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-fishbmc/repos/community-i686/PKGBUILD
  kodi-addon-visualization-fishbmc/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-05-31 11:54:43 UTC (rev 177539)
+++ community-i686/PKGBUILD 2016-05-31 11:55:06 UTC (rev 177540)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-fishbmc
-_commit=50c38c2
-pkgver=20151116.50c38c2
-pkgrel=2
-pkgdesc="Fische visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.fishbmc'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.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-fishbmc/repos/community-i686/PKGBUILD (from 
rev 177539, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:55:06 UTC (rev 177540)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-fishbmc
+_commit=93d8845
+pkgver=20160523.93d8845
+pkgrel=1
+pkgdesc="Fische visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.fishbmc'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.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-05-31 11:54:43 UTC (rev 177539)
+++ community-x86_64/PKGBUILD   2016-05-31 11:55:06 UTC (rev 177540)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-fishbmc
-_commit=50c38c2
-pkgver=20151116.50c38c2
-pkgrel=2
-pkgdesc="Fische visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.fishbmc'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.fishbmc.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-fishbmc/repos/community-x86_64/PKGBUILD (from 
rev 177539, kodi-addon-visualization-fishbmc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:55:06 UTC (rev 177540)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-fishbmc
+_commit=93d8845
+pkgver=20160523.93d8845
+pkgrel=1
+pkgdesc="Fische visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.fishbmc'
+license=('GPL

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:55:17
  Author: idevolder
Revision: 177541

upgpkg: kodi-addon-visualization-goom 20160523.a23f4ad-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:55:06 UTC (rev 177540)
+++ PKGBUILD2016-05-31 11:55:17 UTC (rev 177541)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-goom
-_commit=16747b7
-pkgver=20151116.16747b7
-pkgrel=2
+_commit=a23f4ad
+pkgver=20160523.a23f4ad
+pkgrel=1
 pkgdesc="GOOM visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/visualization.goom'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:54:23
  Author: idevolder
Revision: 177537

upgpkg: kodi-addon-screensaver-stars 20160523.55764aa-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:53:55 UTC (rev 177536)
+++ PKGBUILD2016-05-31 11:54:23 UTC (rev 177537)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-screensaver-stars
-_commit=28bf79d
-pkgver=20150921.28bf79d
-pkgrel=2
+_commit=55764aa
+pkgver=20160523.55764aa
+pkgrel=1
 pkgdesc="Starfield screensaver for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/screensaver.stars'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:54:43
  Author: idevolder
Revision: 177539

upgpkg: kodi-addon-visualization-fishbmc 20160523.93d8845-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:54:35 UTC (rev 177538)
+++ PKGBUILD2016-05-31 11:54:43 UTC (rev 177539)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-fishbmc
-_commit=50c38c2
-pkgver=20151116.50c38c2
-pkgrel=2
+_commit=93d8845
+pkgver=20160523.93d8845
+pkgrel=1
 pkgdesc="Fische visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.fishbmc'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:54:35
  Author: idevolder
Revision: 177538

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

Added:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
(from rev 177537, kodi-addon-screensaver-stars/trunk/PKGBUILD)
  kodi-addon-screensaver-stars/repos/community-x86_64/PKGBUILD
(from rev 177537, kodi-addon-screensaver-stars/trunk/PKGBUILD)
Deleted:
  kodi-addon-screensaver-stars/repos/community-i686/PKGBUILD
  kodi-addon-screensaver-stars/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-05-31 11:54:23 UTC (rev 177537)
+++ community-i686/PKGBUILD 2016-05-31 11:54:35 UTC (rev 177538)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=28bf79d
-pkgver=20150921.28bf79d
-pkgrel=2
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.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-stars/repos/community-i686/PKGBUILD (from rev 
177537, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:54:35 UTC (rev 177538)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=55764aa
+pkgver=20160523.55764aa
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.stars'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/screensaver.stars.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-05-31 11:54:23 UTC (rev 177537)
+++ community-x86_64/PKGBUILD   2016-05-31 11:54:35 UTC (rev 177538)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-screensaver-stars
-_commit=28bf79d
-pkgver=20150921.28bf79d
-pkgrel=2
-pkgdesc="Starfield screensaver for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/screensaver.stars'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-screensaver')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/screensaver.stars.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-stars/repos/community-x86_64/PKGBUILD (from rev 
177537, kodi-addon-screensaver-stars/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:54:35 UTC (rev 177538)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-screensaver-stars
+_commit=55764aa
+pkgver=20160523.55764aa
+pkgrel=1
+pkgdesc="Starfield screensaver for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/screensaver.stars'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-screensaver')
+depends=('kodi')
+makedepends=('git' 'cmake')
+sourc

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:55:40
  Author: idevolder
Revision: 177542

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

Added:
  kodi-addon-visualization-goom/repos/community-i686/PKGBUILD
(from rev 177541, kodi-addon-visualization-goom/trunk/PKGBUILD)
  kodi-addon-visualization-goom/repos/community-x86_64/PKGBUILD
(from rev 177541, kodi-addon-visualization-goom/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-goom/repos/community-i686/PKGBUILD
  kodi-addon-visualization-goom/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-05-31 11:55:17 UTC (rev 177541)
+++ community-i686/PKGBUILD 2016-05-31 11:55:40 UTC (rev 177542)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-goom
-_commit=16747b7
-pkgver=20151116.16747b7
-pkgrel=2
-pkgdesc="GOOM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.goom'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.goom.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-goom/repos/community-i686/PKGBUILD (from rev 
177541, kodi-addon-visualization-goom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:55:40 UTC (rev 177542)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-goom
+_commit=a23f4ad
+pkgver=20160523.a23f4ad
+pkgrel=1
+pkgdesc="GOOM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualization.goom'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.goom.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-05-31 11:55:17 UTC (rev 177541)
+++ community-x86_64/PKGBUILD   2016-05-31 11:55:40 UTC (rev 177542)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-goom
-_commit=16747b7
-pkgver=20151116.16747b7
-pkgrel=2
-pkgdesc="GOOM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.goom'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.goom.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-goom/repos/community-x86_64/PKGBUILD (from rev 
177541, kodi-addon-visualization-goom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:55:40 UTC (rev 177542)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-goom
+_commit=a23f4ad
+pkgver=20160523.a23f4ad
+pkgrel=1
+pkgdesc="GOOM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualization.goom'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake')
+

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:55:50
  Author: idevolder
Revision: 177543

upgpkg: kodi-addon-visualization-projectm 20160523.dcd7179-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:55:40 UTC (rev 177542)
+++ PKGBUILD2016-05-31 11:55:50 UTC (rev 177543)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-projectm
-_commit=8ca7efb
-pkgver=20151116.8ca7efb
-pkgrel=2
+_commit=dcd7179
+pkgver=20160523.dcd7179
+pkgrel=1
 pkgdesc="ProjectM visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='github.com/notspiff/visualization.projectm'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:56:14
  Author: idevolder
Revision: 177544

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

Added:
  kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD
(from rev 177543, kodi-addon-visualization-projectm/trunk/PKGBUILD)
  kodi-addon-visualization-projectm/repos/community-x86_64/PKGBUILD
(from rev 177543, kodi-addon-visualization-projectm/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-projectm/repos/community-i686/PKGBUILD
  kodi-addon-visualization-projectm/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-05-31 11:55:50 UTC (rev 177543)
+++ community-i686/PKGBUILD 2016-05-31 11:56:14 UTC (rev 177544)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-_commit=8ca7efb
-pkgver=20151116.8ca7efb
-pkgrel=2
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'projectm')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.projectm.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-projectm/repos/community-i686/PKGBUILD (from 
rev 177543, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:56:14 UTC (rev 177544)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-projectm
+_commit=dcd7179
+pkgver=20160523.dcd7179
+pkgrel=1
+pkgdesc="ProjectM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualization.projectm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'projectm')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.projectm.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-05-31 11:55:50 UTC (rev 177543)
+++ community-x86_64/PKGBUILD   2016-05-31 11:56:14 UTC (rev 177544)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-projectm
-_commit=8ca7efb
-pkgver=20151116.8ca7efb
-pkgrel=2
-pkgdesc="ProjectM visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='github.com/notspiff/visualization.projectm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'projectm')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.projectm.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-projectm/repos/community-x86_64/PKGBUILD (from 
rev 177543, kodi-addon-visualization-projectm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:56:14 UTC (rev 177544)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-projectm
+_commit=dcd7179
+pkgver=20160523.dcd7179
+pkgrel=1
+pkgdesc="ProjectM visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='github.com/notspiff/visualiz

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:56:27
  Author: idevolder
Revision: 177545

upgpkg: kodi-addon-visualization-shadertoy 20160523.81916a2-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:56:14 UTC (rev 177544)
+++ PKGBUILD2016-05-31 11:56:27 UTC (rev 177545)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-shadertoy
-_commit=e0436f4
-pkgver=20160511.e0436f4
+_commit=81916a2
+pkgver=20160523.81916a2
 pkgrel=1
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:56:41
  Author: idevolder
Revision: 177546

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

Added:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
(from rev 177545, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD
(from rev 177545, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
  kodi-addon-visualization-shadertoy/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-05-31 11:56:27 UTC (rev 177545)
+++ community-i686/PKGBUILD 2016-05-31 11:56:41 UTC (rev 177546)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=e0436f4
-pkgver=20160511.e0436f4
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.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-shadertoy/repos/community-i686/PKGBUILD (from 
rev 177545, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:56:41 UTC (rev 177546)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=81916a2
+pkgver=20160523.81916a2
+pkgrel=1
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.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-05-31 11:56:27 UTC (rev 177545)
+++ community-x86_64/PKGBUILD   2016-05-31 11:56:41 UTC (rev 177546)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=e0436f4
-pkgver=20160511.e0436f4
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.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-shadertoy/repos/community-x86_64/PKGBUILD 
(from rev 177545, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:56:41 UTC (rev 177546)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=81916a2
+pkgver=20160523.81916a2
+pkgrel=1
+pkgdesc="Shadertoy visualizer for Kodi"
+

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:57:23
  Author: idevolder
Revision: 177547

upgpkg: kodi-addon-visualization-spectrum 20160523.34929f0-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:56:41 UTC (rev 177546)
+++ PKGBUILD2016-05-31 11:57:23 UTC (rev 177547)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-spectrum
-_commit=d662ffe
-pkgver=20160401.d662ffe
-pkgrel=2
+_commit=34929f0
+pkgver=20160523.34929f0
+pkgrel=1
 pkgdesc="Spectrum visualizer for Kodi"
 arch=('i686' 'x86_64')
 url='https://github.com/notspiff/visualization.spectrum'


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:57:44
  Author: idevolder
Revision: 177549

upgpkg: kodi-addon-visualization-waveform 20160523.a603d10-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:57:36 UTC (rev 177548)
+++ PKGBUILD2016-05-31 11:57:44 UTC (rev 177549)
@@ -2,9 +2,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-waveform
-_commit=89aec48
-pkgver=20151213.89aec48
-pkgrel=2
+_commit=a603d10
+pkgver=20160523.a603d10
+pkgrel=1
 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-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:57:56
  Author: idevolder
Revision: 177550

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

Added:
  kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD
(from rev 177549, kodi-addon-visualization-waveform/trunk/PKGBUILD)
  kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD
(from rev 177549, 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-05-31 11:57:44 UTC (rev 177549)
+++ community-i686/PKGBUILD 2016-05-31 11:57:56 UTC (rev 177550)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-i686/PKGBUILD (from 
rev 177549, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:57:56 UTC (rev 177550)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=a603d10
+pkgver=20160523.a603d10
+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
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-31 11:57:44 UTC (rev 177549)
+++ community-x86_64/PKGBUILD   2016-05-31 11:57:56 UTC (rev 177550)
@@ -1,37 +0,0 @@
-# $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
-}
-

Copied: kodi-addon-visualization-waveform/repos/community-x86_64/PKGBUILD (from 
rev 177549, kodi-addon-visualization-waveform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:57:56 UTC (rev 177550)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-waveform
+_commit=a603d10
+pkgver=20160523.a603d10
+pkgrel=1
+pkgdesc="Waveform visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualiza

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:57:36
  Author: idevolder
Revision: 177548

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

Added:
  kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD
(from rev 177547, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
  kodi-addon-visualization-spectrum/repos/community-x86_64/PKGBUILD
(from rev 177547, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-spectrum/repos/community-i686/PKGBUILD
  kodi-addon-visualization-spectrum/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-05-31 11:57:23 UTC (rev 177547)
+++ community-i686/PKGBUILD 2016-05-31 11:57:36 UTC (rev 177548)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-_commit=d662ffe
-pkgver=20160401.d662ffe
-pkgrel=2
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.spectrum.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-spectrum/repos/community-i686/PKGBUILD (from 
rev 177547, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-31 11:57:36 UTC (rev 177548)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+_commit=34929f0
+pkgver=20160523.34929f0
+pkgrel=1
+pkgdesc="Spectrum visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.spectrum'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.spectrum.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-05-31 11:57:23 UTC (rev 177547)
+++ community-x86_64/PKGBUILD   2016-05-31 11:57:36 UTC (rev 177548)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-spectrum
-_commit=d662ffe
-pkgver=20160401.d662ffe
-pkgrel=2
-pkgdesc="Spectrum visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.spectrum'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.spectrum.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-spectrum/repos/community-x86_64/PKGBUILD (from 
rev 177547, kodi-addon-visualization-spectrum/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-31 11:57:36 UTC (rev 177548)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-spectrum
+_commit=34929f0
+pkgver=20160523.34929f0
+pkgrel=1
+pkgdesc="Spectrum visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualiza

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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:58:12
  Author: idevolder
Revision: 177551

upgpkg: opera 37.0.2178.54-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:57:56 UTC (rev 177550)
+++ PKGBUILD2016-05-31 11:58:12 UTC (rev 177551)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=37.0.2178.43
+pkgver=37.0.2178.54
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/";
@@ -19,7 +19,6 @@
 backup=("etc/$pkgname/default")
 arch=('i686' 'x86_64')
 depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-makedepends=('patchelf')
 optdepends=(
 'curl: opera crash reporter and autoupdate checker'
 'opera-ffmpeg-codecs: playback of proprietary video/audio'
@@ -32,8 +31,8 @@
 
source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";)
 sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
 '4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('e45778efa01ad0155fd9a0ed815a9536d17a0be703f19f7b933f581c5f9f8552')
-sha256sums_x86_64=('d51ba265a814adfe8659105800278629f26b279564626783ce8a5c902dae00c4')
+sha256sums_i686=('67b5637261a1973d2fa302b03a5c21c3751bc86bb3e84d2a49f1096efdf3fc2c')
+sha256sums_x86_64=('25a3e7a2ebc2468e251cc840a54fd4d16e3ff7d49fa1bb71511b34458179a4fc')
 
 prepare() {
 sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
@@ -51,15 +50,6 @@
 )
 rm -rf "$pkgdir/usr/lib/"*-linux-gnu
 
-# patch rpath in opera-developer binary
-if [[ "$CARCH" == "i686" ]]; then
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/lib:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-else
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-fi
-
 # suid opera_sandbox
 chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
 


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

2016-05-31 Thread Ike Devolder
Date: Tuesday, May 31, 2016 @ 13:58:30
  Author: idevolder
Revision: 177552

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 177551, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 177551, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 177551, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 177551, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 177551, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 177551, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 177551, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 177551, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  136 +++
 /default   |8 ++
 /opera |   26 +++
 /opera.install |   78 ++
 community-i686/PKGBUILD|   78 --
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 ---
 community-x86_64/PKGBUILD  |   78 --
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 ---
 12 files changed, 248 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-31 11:58:12 UTC (rev 177551)
+++ community-i686/PKGBUILD 2016-05-31 11:58:30 UTC (rev 177552)
@@ -1,78 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=37.0.2178.43
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/";
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
-makedepends=('patchelf')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb";)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb";)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('e45778efa01ad0155fd9a0ed815a9536d17a0be703f19f7b933f581c5f9f8552')
-sha256sums_x86_64=('d51ba265a814adfe8659105800278629f26b279564626783ce8a5c902dae00c4')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# patch rpath in opera-developer binary
-if [[ "$CARCH" == "i686" ]]; then
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/lib:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-else
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-fi
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 177551, 
opera/trunk/PKGBUILD)
===
--- community-i686/PKGBU

[arch-commits] Commit in curl/trunk (0001-curl-fix-q-regression.patch PKGBUILD)

2016-05-31 Thread Dave Reisner
Date: Tuesday, May 31, 2016 @ 15:14:34
  Author: dreisner
Revision: 268774

upgpkg: curl 7.49.1-1

Added:
  curl/trunk/0001-curl-fix-q-regression.patch
Modified:
  curl/trunk/PKGBUILD

--+
 0001-curl-fix-q-regression.patch |   28 
 PKGBUILD |   16 
 2 files changed, 40 insertions(+), 4 deletions(-)

Added: 0001-curl-fix-q-regression.patch
===
--- 0001-curl-fix-q-regression.patch(rev 0)
+++ 0001-curl-fix-q-regression.patch2016-05-31 13:14:34 UTC (rev 268774)
@@ -0,0 +1,28 @@
+From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Tue, 31 May 2016 14:13:33 +0200
+Subject: [PATCH] curl: fix -q [regression]
+
+This broke in 7.49.0 with commit e200034425a7625
+
+Fixes #842
+---
+ src/tool_operate.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tool_operate.c b/src/tool_operate.c
+index 5f49efb..2b53c9a 100644
+--- a/src/tool_operate.c
 b/src/tool_operate.c
+@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
+ 
+   /* Parse .curlrc if necessary */
+   if((argc == 1) ||
+- (!curlx_strequal(argv[1], "-q") ||
++ (!curlx_strequal(argv[1], "-q") &&
+   !curlx_strequal(argv[1], "--disable"))) {
+ parseconfig(NULL, config); /* ignore possible failure */
+ 
+-- 
+2.8.3
+

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 10:45:13 UTC (rev 268773)
+++ PKGBUILD2016-05-31 13:14:34 UTC (rev 268774)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.49.0
+pkgver=7.49.1
 pkgrel=1
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
@@ -16,13 +16,21 @@
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h)
-md5sums=('a50a3b683d7a785e3035e5ce611160e2'
+curlbuild.h
+'0001-curl-fix-q-regression.patch')
+md5sums=('2feb3767b958add6a177c6602ff21e8c'
  'SKIP'
- '751bd433ede935c8fae727377625a8ae')
+ '751bd433ede935c8fae727377625a8ae'
+ 'cf4fe87fc22ae744d87800891d608fa3')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
   '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
 
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 <../0001-curl-fix-q-regression.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 


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

2016-05-31 Thread Dave Reisner
Date: Tuesday, May 31, 2016 @ 15:15:06
  Author: dreisner
Revision: 268775

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

Added:
  curl/repos/testing-i686/0001-curl-fix-q-regression.patch
(from rev 268774, curl/trunk/0001-curl-fix-q-regression.patch)
  curl/repos/testing-i686/PKGBUILD
(from rev 268774, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 268774, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/0001-curl-fix-q-regression.patch
(from rev 268774, curl/trunk/0001-curl-fix-q-regression.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 268774, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 268774, curl/trunk/curlbuild.h)
Deleted:
  curl/repos/testing-i686/PKGBUILD
  curl/repos/testing-i686/curlbuild.h
  curl/repos/testing-x86_64/PKGBUILD
  curl/repos/testing-x86_64/curlbuild.h

-+
 /PKGBUILD   |  148 ++
 /curlbuild.h|   18 ++
 testing-i686/0001-curl-fix-q-regression.patch   |   28 
 testing-i686/PKGBUILD   |   66 -
 testing-i686/curlbuild.h|9 -
 testing-x86_64/0001-curl-fix-q-regression.patch |   28 
 testing-x86_64/PKGBUILD |   66 -
 testing-x86_64/curlbuild.h  |9 -
 8 files changed, 222 insertions(+), 150 deletions(-)

Copied: curl/repos/testing-i686/0001-curl-fix-q-regression.patch (from rev 
268774, curl/trunk/0001-curl-fix-q-regression.patch)
===
--- testing-i686/0001-curl-fix-q-regression.patch   
(rev 0)
+++ testing-i686/0001-curl-fix-q-regression.patch   2016-05-31 13:15:06 UTC 
(rev 268775)
@@ -0,0 +1,28 @@
+From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Tue, 31 May 2016 14:13:33 +0200
+Subject: [PATCH] curl: fix -q [regression]
+
+This broke in 7.49.0 with commit e200034425a7625
+
+Fixes #842
+---
+ src/tool_operate.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tool_operate.c b/src/tool_operate.c
+index 5f49efb..2b53c9a 100644
+--- a/src/tool_operate.c
 b/src/tool_operate.c
+@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
+ 
+   /* Parse .curlrc if necessary */
+   if((argc == 1) ||
+- (!curlx_strequal(argv[1], "-q") ||
++ (!curlx_strequal(argv[1], "-q") &&
+   !curlx_strequal(argv[1], "--disable"))) {
+ parseconfig(NULL, config); /* ignore possible failure */
+ 
+-- 
+2.8.3
+

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 13:14:34 UTC (rev 268774)
+++ testing-i686/PKGBUILD   2016-05-31 13:15:06 UTC (rev 268775)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.49.0
-pkgrel=1
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h)
-md5sums=('a50a3b683d7a785e3035e5ce611160e2'
- 'SKIP'
- '751bd433ede935c8fae727377625a8ae')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-  case $ptrsize in
-8) _curlbuild=curlbuild-64.h ;;
-4) _curlbuild=curlbuild-32.h ;;
-*) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-  exit 1
-  ;;
-  esac
-
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # devel
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
-  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
-}

Copied: curl/repos/testing-i686/PKGBUILD (from rev 268774, curl/trunk/PKGBUILD)

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

2016-05-31 Thread Dave Reisner
Date: Tuesday, May 31, 2016 @ 15:17:18
  Author: dreisner
Revision: 268776

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

Deleted:
  curl/repos/testing-i686/PKGBUILD
  curl/repos/testing-i686/curlbuild.h
  curl/repos/testing-x86_64/PKGBUILD
  curl/repos/testing-x86_64/curlbuild.h

+
 testing-i686/PKGBUILD  |   74 ---
 testing-i686/curlbuild.h   |9 -
 testing-x86_64/PKGBUILD|   74 ---
 testing-x86_64/curlbuild.h |9 -
 4 files changed, 166 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 13:15:06 UTC (rev 268775)
+++ testing-i686/PKGBUILD   2016-05-31 13:17:18 UTC (rev 268776)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.49.1
-pkgrel=1
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h
-'0001-curl-fix-q-regression.patch')
-md5sums=('2feb3767b958add6a177c6602ff21e8c'
- 'SKIP'
- '751bd433ede935c8fae727377625a8ae'
- 'cf4fe87fc22ae744d87800891d608fa3')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 <../0001-curl-fix-q-regression.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  local ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-  case $ptrsize in
-8) _curlbuild=curlbuild-64.h ;;
-4) _curlbuild=curlbuild-32.h ;;
-*) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-  exit 1
-  ;;
-  esac
-
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # devel
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/curl/$_curlbuild"
-  install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h"
-}

Deleted: testing-i686/curlbuild.h
===
--- testing-i686/curlbuild.h2016-05-31 13:15:06 UTC (rev 268775)
+++ testing-i686/curlbuild.h2016-05-31 13:17:18 UTC (rev 268776)
@@ -1,9 +0,0 @@
-#include 
-
-#if __WORDSIZE == 32
-#include "curlbuild-32.h"
-#elif __WORDSIZE == 64
-#include "curlbuild-64.h"
-#else
-#error "Unknown word size"
-#endif

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-31 13:15:06 UTC (rev 268775)
+++ testing-x86_64/PKGBUILD 2016-05-31 13:17:18 UTC (rev 268776)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=curl
-pkgver=7.49.1
-pkgrel=1
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
-provides=('libcurl.so')
-options=('strip' 'debug')
-source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
-curlbuild.h
-'0001-curl-fix-q-regression.patch')
-md5sums=('2feb3767b958add6a177c6602ff21e8c'
- 'SKIP'
- '751bd433ede935c8fae727377625a8ae'
- 'cf4fe87fc22ae744d87800891d608fa3')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
-  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 <../0001-curl-fix-q-regression.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt

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

2016-05-31 Thread Dave Reisner
Date: Tuesday, May 31, 2016 @ 15:18:11
  Author: dreisner
Revision: 268777

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

Added:
  curl/repos/testing-i686/0001-curl-fix-q-regression.patch
(from rev 268776, curl/trunk/0001-curl-fix-q-regression.patch)
  curl/repos/testing-i686/PKGBUILD
(from rev 268776, curl/trunk/PKGBUILD)
  curl/repos/testing-i686/curlbuild.h
(from rev 268776, curl/trunk/curlbuild.h)
  curl/repos/testing-x86_64/0001-curl-fix-q-regression.patch
(from rev 268776, curl/trunk/0001-curl-fix-q-regression.patch)
  curl/repos/testing-x86_64/PKGBUILD
(from rev 268776, curl/trunk/PKGBUILD)
  curl/repos/testing-x86_64/curlbuild.h
(from rev 268776, curl/trunk/curlbuild.h)
Deleted:
  curl/repos/testing-i686/0001-curl-fix-q-regression.patch
  curl/repos/testing-x86_64/0001-curl-fix-q-regression.patch

-+
 /0001-curl-fix-q-regression.patch   |   56 
 testing-i686/0001-curl-fix-q-regression.patch   |   28 
 testing-i686/PKGBUILD   |   74 ++
 testing-i686/curlbuild.h|9 ++
 testing-x86_64/0001-curl-fix-q-regression.patch |   28 
 testing-x86_64/PKGBUILD |   74 ++
 testing-x86_64/curlbuild.h  |9 ++
 7 files changed, 222 insertions(+), 56 deletions(-)

Deleted: testing-i686/0001-curl-fix-q-regression.patch
===
--- testing-i686/0001-curl-fix-q-regression.patch   2016-05-31 13:17:18 UTC 
(rev 268776)
+++ testing-i686/0001-curl-fix-q-regression.patch   2016-05-31 13:18:11 UTC 
(rev 268777)
@@ -1,28 +0,0 @@
-From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
-From: Daniel Stenberg 
-Date: Tue, 31 May 2016 14:13:33 +0200
-Subject: [PATCH] curl: fix -q [regression]
-
-This broke in 7.49.0 with commit e200034425a7625
-
-Fixes #842

- src/tool_operate.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/tool_operate.c b/src/tool_operate.c
-index 5f49efb..2b53c9a 100644
 a/src/tool_operate.c
-+++ b/src/tool_operate.c
-@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
- 
-   /* Parse .curlrc if necessary */
-   if((argc == 1) ||
-- (!curlx_strequal(argv[1], "-q") ||
-+ (!curlx_strequal(argv[1], "-q") &&
-   !curlx_strequal(argv[1], "--disable"))) {
- parseconfig(NULL, config); /* ignore possible failure */
- 
--- 
-2.8.3
-

Copied: curl/repos/testing-i686/0001-curl-fix-q-regression.patch (from rev 
268776, curl/trunk/0001-curl-fix-q-regression.patch)
===
--- testing-i686/0001-curl-fix-q-regression.patch   
(rev 0)
+++ testing-i686/0001-curl-fix-q-regression.patch   2016-05-31 13:18:11 UTC 
(rev 268777)
@@ -0,0 +1,28 @@
+From 6dbc23cfd86bbf8c1616759068a5909ced3dcc99 Mon Sep 17 00:00:00 2001
+From: Daniel Stenberg 
+Date: Tue, 31 May 2016 14:13:33 +0200
+Subject: [PATCH] curl: fix -q [regression]
+
+This broke in 7.49.0 with commit e200034425a7625
+
+Fixes #842
+---
+ src/tool_operate.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tool_operate.c b/src/tool_operate.c
+index 5f49efb..2b53c9a 100644
+--- a/src/tool_operate.c
 b/src/tool_operate.c
+@@ -1842,7 +1842,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, 
argv_item_t argv[])
+ 
+   /* Parse .curlrc if necessary */
+   if((argc == 1) ||
+- (!curlx_strequal(argv[1], "-q") ||
++ (!curlx_strequal(argv[1], "-q") &&
+   !curlx_strequal(argv[1], "--disable"))) {
+ parseconfig(NULL, config); /* ignore possible failure */
+ 
+-- 
+2.8.3
+

Copied: curl/repos/testing-i686/PKGBUILD (from rev 268776, curl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 13:18:11 UTC (rev 268777)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.49.1
+pkgrel=1
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libidn' 'libssh2' 'openssl' 'zlib')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+curlbuild.h
+'0001-curl-fix-q-regression.patch')
+md5sums=('2feb3767b958add6a177c6602ff21e8c'
+ 'SKIP'
+ '751bd433ede935c8fae727377625a8ae'
+ 'cf4fe87fc22ae744d87800891d608fa3')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA220

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

2016-05-31 Thread Evgeniy Alekseev
Date: Tuesday, May 31, 2016 @ 16:09:07
  Author: arcanis
Revision: 177553

upgpkg: pdfsam 3.0.3-2

Add openjfx as hard dep #49516

Modified:
  pdfsam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 11:58:30 UTC (rev 177552)
+++ PKGBUILD2016-05-31 14:09:07 UTC (rev 177553)
@@ -5,14 +5,14 @@
 pkgname=pdfsam
 pkgver=3.0.3
 _pkgver="${pkgver}.RELEASE"
-pkgrel=1
+pkgrel=2
 pkgdesc="A free open source tool to split and merge pdf documents"
 arch=('any')
 url="http://www.pdfsam.org/";
 license=('AGPL3')
-depends=('java-environment>=8' 'sh')
+depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
 makedepends=('desktop-file-utils' 'gendesk')
-optdepends=('java-openjfx: required if openjdk is used')
+#optdepends=('java-openjfx: required if openjdk is used')
 
source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip";
 "pdfsam"
 "pdfsam.png")


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

2016-05-31 Thread Evgeniy Alekseev
Date: Tuesday, May 31, 2016 @ 16:09:27
  Author: arcanis
Revision: 177554

archrelease: copy trunk to community-any

Added:
  pdfsam/repos/community-any/PKGBUILD
(from rev 177553, pdfsam/trunk/PKGBUILD)
  pdfsam/repos/community-any/pdfsam
(from rev 177553, pdfsam/trunk/pdfsam)
  pdfsam/repos/community-any/pdfsam.png
(from rev 177553, pdfsam/trunk/pdfsam.png)
Deleted:
  pdfsam/repos/community-any/PKGBUILD
  pdfsam/repos/community-any/pdfsam
  pdfsam/repos/community-any/pdfsam.png

--+
 PKGBUILD |   98 ++---
 pdfsam   |   72 ++--
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 14:09:07 UTC (rev 177553)
+++ PKGBUILD2016-05-31 14:09:27 UTC (rev 177554)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Tom 
-
-pkgname=pdfsam
-pkgver=3.0.3
-_pkgver="${pkgver}.RELEASE"
-pkgrel=1
-pkgdesc="A free open source tool to split and merge pdf documents"
-arch=('any')
-url="http://www.pdfsam.org/";
-license=('AGPL3')
-depends=('java-environment>=8' 'sh')
-makedepends=('desktop-file-utils' 'gendesk')
-optdepends=('java-openjfx: required if openjdk is used')
-source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip";
-"pdfsam"
-"pdfsam.png")
-md5sums=('177423a32f5ee137e283f9cd471c24eb'
- 'e98c7828d1d8b4fdb7ba76c0e0f180db'
- '033e0e52c29624ce31d86b8a8b43adb6')
-
-prepare() {
-  # create *.desktop file
-  gendesk -f -n \
-  --pkgname="${pkgname}" \
-  --pkgdesc="${pkgdesk}" \
-  --name="PDFsam" \
-  --categories="Office"
-}
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
-  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
- "${pkgdir}/usr/share/java/${pkgname}/"
-  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
- "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
-  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
- "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
-  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
- "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
-
-  # exec
-  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
-
-  # desktop
-  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
-  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: pdfsam/repos/community-any/PKGBUILD (from rev 177553, 
pdfsam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 14:09:27 UTC (rev 177554)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Tom 
+
+pkgname=pdfsam
+pkgver=3.0.3
+_pkgver="${pkgver}.RELEASE"
+pkgrel=2
+pkgdesc="A free open source tool to split and merge pdf documents"
+arch=('any')
+url="http://www.pdfsam.org/";
+license=('AGPL3')
+depends=('java-environment>=8' 'java-openjfx>=8' 'sh')
+makedepends=('desktop-file-utils' 'gendesk')
+#optdepends=('java-openjfx: required if openjdk is used')
+source=("https://github.com/torakiki/${pkgname}/releases/download/v${_pkgver}/${pkgname}-${_pkgver}-bin.zip";
+"pdfsam"
+"pdfsam.png")
+md5sums=('177423a32f5ee137e283f9cd471c24eb'
+ 'e98c7828d1d8b4fdb7ba76c0e0f180db'
+ '033e0e52c29624ce31d86b8a8b43adb6')
+
+prepare() {
+  # create *.desktop file
+  gendesk -f -n \
+  --pkgname="${pkgname}" \
+  --pkgdesc="${pkgdesk}" \
+  --name="PDFsam" \
+  --categories="Office"
+}
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/java/${pkgname}/modules"
+  install -Dm644 "${pkgname}-${_pkgver}/pdfsam-community-${_pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${pkgname}/"
+  install -Dm755 "${pkgname}-${_pkgver}/bin/pdfsam.sh" \
+ "${pkgdir}/usr/share/java/${pkgname}/bin/pdfsam.sh"
+  install -Dm755 "${pkgname}-${_pkgver}/etc/logback.xml" \
+ "${pkgdir}/usr/share/java/${pkgname}/etc/logback.xml"
+  install -Dm755 "${pkgname}-${_pkgver}/resources/splash.gif" \
+ "${pkgdir}/usr/share/java/${pkgname}/resources/splash.gif"
+
+  # exec
+  install -Dm755 "pdfsam" "${pkgdir}/usr/bin/pdfsam"
+
+  # desktop
+  install -Dm644 "pdfsam.png" "${pkgdir}/usr/share/pixmaps/pdfsam.png"
+  install -Dm644 "${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+}

Deleted: pdfsam
===
--- pdfsam  2016-05-31 14:09:07 UTC (rev 177553)
+++ pdfsam  2016-05-31 14:09:27 UTC (rev 177554)
@@ -1,36 +0,0 @@
-#!/bin/sh
-# run application with java env >= 8
-
-PDFSAM_EXECUTABLE

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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 17:44:42
  Author: anatolik
Revision: 268778

upgpkg: nghttp2 1.11.1-1

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 13:18:11 UTC (rev 268777)
+++ PKGBUILD2016-05-31 15:44:42 UTC (rev 268778)
@@ -3,7 +3,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=nghttp2
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
   etc/nghttpx/nghttpx.conf
   etc/logrotate.d/nghttpx
 )
-sha256sums=('a9ab5a81a1232d51daf086c23838726a6cf4dc59a264ee9548f118636d885865')
+sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
 
 build() {
   cd nghttp2-$pkgver


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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 17:45:20
  Author: anatolik
Revision: 268779

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 15:44:42 UTC (rev 268778)
+++ testing-i686/PKGBUILD   2016-05-31 15:45:20 UTC (rev 268779)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a9ab5a81a1232d51daf086c23838726a6cf4dc59a264ee9548f118636d885865')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 268778, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 15:45:20 UTC (rev 268779)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-31 15:44:42 UTC (rev 268778)
+++ testing-x86_64/PKGBUILD 2016-05-31 15:45:20 UTC (rev 268779)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a9ab5a81a1232d51daf086c23838726a6cf4dc59a264ee9548f118636d885865')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 17:47:07
  Author: anatolik
Revision: 268780

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 15:45:20 UTC (rev 268779)
+++ testing-i686/PKGBUILD   2016-05-31 15:47:07 UTC (rev 268780)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 268779, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 15:47:07 UTC (rev 268780)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-31 15:45:20 UTC (rev 268779)
+++ testing-x86_64/PKGBUILD 2016-05-31 15:47:07 UTC (rev 268780)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 17:54:26
  Author: anatolik
Revision: 268781

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 15:47:07 UTC (rev 268780)
+++ testing-i686/PKGBUILD   2016-05-31 15:54:26 UTC (rev 268781)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 268780, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 15:54:26 UTC (rev 268781)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-31 15:47:07 UTC (rev 268780)
+++ testing-x86_64/PKGBUILD 2016-05-31 15:54:26 UTC (rev 268781)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 17:57:24
  Author: anatolik
Revision: 268782

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 15:54:26 UTC (rev 268781)
+++ testing-i686/PKGBUILD   2016-05-31 15:57:24 UTC (rev 268782)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 268781, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 15:57:24 UTC (rev 268782)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-05-31 15:54:26 UTC (rev 268781)
+++ testing-x86_64/PKGBUILD 2016-05-31 15:57:24 UTC (rev 268782)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.11.1
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('a019c9e7722279d75e7c177c70270f84cee78a52fed9d3835523f8851135c3a4')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 18:32:27
  Author: anatolik
Revision: 177555

upgpkg: msgpack-c 1.4.2-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 14:09:27 UTC (rev 177554)
+++ PKGBUILD2016-05-31 16:32:27 UTC (rev 177555)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop 
 
 pkgname=msgpack-c
-pkgver=1.4.1
+pkgver=1.4.2
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -13,7 +13,7 @@
 depends=(glibc)
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
-sha1sums=('93f9b9be888d2d30501358ab529649f70d30adc7')
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
 
 build() {
   cd msgpack-c-$_tag 


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

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 18:33:01
  Author: anatolik
Revision: 177556

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

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
(from rev 177555, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 177555, msgpack-c/trunk/PKGBUILD)

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

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 177555, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 177555, 
msgpack-c/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel 
+# Contributor: Auguste Pop 
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 19:20:15
  Author: anatolik
Revision: 177557

upgpkg: arm-none-eabi-gcc 6.1.1-2

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 16:33:01 UTC (rev 177556)
+++ PKGBUILD2016-05-31 17:20:15 UTC (rev 177557)
@@ -5,8 +5,8 @@
 pkgname=$_target-gcc
 pkgver=6.1.1
 _islver=0.17.1
-pkgrel=1
-_snapshot=6-20160505
+pkgrel=2
+_snapshot=6-20160526
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -19,7 +19,7 @@
 ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('56f11990e16febe0927ec784801e56bfba7ec78cb9452dc0be252f1373431eb4'
+sha256sums=('afe4db2c9ddd61cc6e4c77d1606f19bd423f213d851ea1e2c38f7ad59f6b7e6a'
 'd6307bf9a59514087abac3cbaab3d99393a0abb519354f7e7834a8c842310daa'
 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 


[arch-commits] Commit in arm-none-eabi-gcc/repos (8 files)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 19:21:10
  Author: anatolik
Revision: 177558

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 177557, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 177557, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 177557, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 177557, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
Deleted:
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch

--+
 /PKGBUILD|  254 ++
 /enable-with-multilib-list-for-arm.patch |  402 
++
 community-testing-i686/PKGBUILD  |  127 ---
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 -
 community-testing-x86_64/PKGBUILD|  127 ---
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 -
 6 files changed, 656 insertions(+), 656 deletions(-)

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


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

2016-05-31 Thread Daniel Micay
Date: Tuesday, May 31, 2016 @ 19:51:11
  Author: thestinger
Revision: 177559

upgpkg: linux-grsec 4.5.5.201605291201-2

Modified:
  linux-grsec/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 17:21:10 UTC (rev 177558)
+++ PKGBUILD2016-05-31 17:51:11 UTC (rev 177559)
@@ -12,7 +12,7 @@
 _timestamp=201605291201
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -163,20 +163,6 @@
 
   # add vmlinux
   install -D -m644 vmlinux 
"${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux"
-
-  # add grsecurity gcc plugins
-  mkdir -p "$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins"
-  cp -a scripts/gcc-plugins/*.h 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
-  cp -a scripts/gcc-plugins/Makefile 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
-  install -m644 scripts/gcc-plugins/*.so 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/"
-  mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/size_overflow_plugin"
-  install -m644 scripts/gcc-plugins/size_overflow_plugin/Makefile 
scripts/gcc-plugins/size_overflow_plugin/size_overflow_plugin.so \
-
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/size_overflow_plugin"
-  if [[ $CARCH == x86_64 ]]; then
-mkdir -p 
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/rap_plugin"
-install -m644 scripts/gcc-plugins/rap_plugin/Makefile 
scripts/gcc-plugins/rap_plugin/rap_plugin.so \
-  
"$pkgdir/usr/lib/modules/${_kernver}/build/scripts/gcc-plugins/rap_plugin"
-  fi
 }
 
 _package-headers() {


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

2016-05-31 Thread Daniel Micay
Date: Tuesday, May 31, 2016 @ 19:52:08
  Author: thestinger
Revision: 177560

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 177559, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 177559, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 177559, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 177559, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 177559, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 177559, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 177559, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 177559, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 177559, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 177559, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 177559, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 177559, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  624 
 /change-default-console-loglevel.patch |   22 
 /config|16142 +++
 /config.x86_64 |15554 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  326 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8071 ---
 community-i686/config.x86_64   |  ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  326 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8071 ---
 community-x86_64/config.x86_64 |  ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32444 insertions(+), 32472 deletions(-)

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


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:10:16
  Author: bpiotrowski
Revision: 268783

upgpkg: libpng 1.6.22-1

new upstream release

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 15:57:24 UTC (rev 268782)
+++ PKGBUILD2016-05-31 18:10:16 UTC (rev 268783)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=libpng
-pkgver=1.6.21
-_apngver=1.6.21
+pkgver=1.6.22
+_apngver=1.6.22
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 depends=('zlib' 'sh')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('3bacb4728f6694a64ad9052769d6a4ce'
+md5sums=('f4ca54a3d945b8678fafed168c503f3b'
  'SKIP'
- '360346394543ec0a880f61830541608f')
+ '910526e60f82d3f91ffe3fa9e247216e')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
 
 prepare() {


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:10:26
  Author: bpiotrowski
Revision: 268784

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-31 18:10:16 UTC (rev 268783)
+++ extra-i686/PKGBUILD 2016-05-31 18:10:26 UTC (rev 268784)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.6.21
-_apngver=1.6.21
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('3bacb4728f6694a64ad9052769d6a4ce'
- 'SKIP'
- '360346394543ec0a880f61830541608f')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support. Required by Firefox
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cd contrib/pngminus
-  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
-  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libpng/repos/extra-i686/PKGBUILD (from rev 268783, 
libpng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-31 18:10:26 UTC (rev 268784)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: dorphell 
+# Contributor: Travis Willard 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=libpng
+pkgver=1.6.22
+_apngver=1.6.22
+pkgrel=1
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html";
+license=('custom')
+depends=('zlib' 'sh')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('f4ca54a3d945b8678fafed168c503f3b'
+ 'SKIP'
+ '910526e60f82d3f91ffe3fa9e247216e')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support. Required by Firefox
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cd contrib/pngminus
+  make PNGLIB="-L$pkgdir/usr/lib -lpng" -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png "$pkgdir/usr/bin/"
+  install -D -m644 ../../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-31 18:10:16 UTC (rev 268783)
+++ extra-x86_64/PKGBUILD   2016-05-31 18:10:26 UTC (rev 268784)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: dorphell 
-# Contributor: Travis Willard 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=libpng
-pkgver=1.6.21
-_apngver=1.6.21
-pkgrel=1
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib' 'sh')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
-md5sums=('3bacb4728f6694a64ad9052769d6a4ce'
- 'SKIP'
- '360346394543ec0a880f61830541608f')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F'

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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:12:08
  Author: bpiotrowski
Revision: 268785

upgpkg: nginx 1.10.1-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:10:26 UTC (rev 268784)
+++ PKGBUILD2016-05-31 18:12:08 UTC (rev 268785)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('c184c873d2798c5ba92be95ed1209c02'
+md5sums=('088292d9caf6059ef328aa7dda332e44'
  '5dd4d09914a4403b9df778ec1d66167c'
  '19a26a61c8afe78defb8b4544f79a9a0')
 


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:12:16
  Author: bpiotrowski
Revision: 268786

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 268785, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 268785, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 268785, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 268785, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 268785, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 268785, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 268785, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 268785, 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  |  246 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  122 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  122 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 342 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-31 18:12:08 UTC (rev 268785)
+++ extra-i686/PKGBUILD 2016-05-31 18:12:16 UTC (rev 268786)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.0
-pkgrel=2
-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=('c184c873d2798c5ba92be95ed1209c02'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_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
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-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|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim \
-  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nginx/repos/extra-i686/PKGBUILD (from rev 268785, nginx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-31 18:12:16 UTC (rev 268786)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor:

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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:13:27
  Author: bpiotrowski
Revision: 268787

upgpkg: nginx-mainline 1.11.1-1

new upstream release

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:12:16 UTC (rev 268786)
+++ PKGBUILD2016-05-31 18:13:27 UTC (rev 268787)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 source=($url/download/nginx-$pkgver.tar.gz
 service
 logrotate)
-md5sums=('a9dd047f277710b34e59407117e13bc6'
+md5sums=('0f3900165b11c417854535f3538913cb'
  'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
  '3441ce77cdd1aab6f0ab7e212698a8a7')
 


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:13:35
  Author: bpiotrowski
Revision: 268788

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

Added:
  nginx-mainline/repos/extra-i686/PKGBUILD
(from rev 268787, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-i686/logrotate
(from rev 268787, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-i686/nginx.install
(from rev 268787, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-i686/service
(from rev 268787, nginx-mainline/trunk/service)
  nginx-mainline/repos/extra-x86_64/PKGBUILD
(from rev 268787, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/extra-x86_64/logrotate
(from rev 268787, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/extra-x86_64/nginx.install
(from rev 268787, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/extra-x86_64/service
(from rev 268787, 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-05-31 18:13:27 UTC (rev 268787)
+++ extra-i686/PKGBUILD 2016-05-31 18:13:35 UTC (rev 268788)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.11.0
-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')
-makedepends=('hardening-wrapper')
-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=('a9dd047f277710b34e59407117e13bc6'
- '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
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_mainline_flags=(
-)
-
-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|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/${i}/nginx.vim \
-  "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nginx-mainline/repos/extra-i686/PKGBUILD (from rev 268787, 
nginx-mainline/trunk/PKGBUILD)
===
--- extra-i686/P

[arch-commits] Commit in bash/trunk (PKGBUILD bash.install)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:35:38
  Author: bpiotrowski
Revision: 268790

upgpkg: bash 4.3.042-5

hooks rebuild

Modified:
  bash/trunk/PKGBUILD
Deleted:
  bash/trunk/bash.install

--+
 PKGBUILD |5 ++---
 bash.install |   16 
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:33:11 UTC (rev 268789)
+++ PKGBUILD2016-05-31 18:35:38 UTC (rev 268790)
@@ -7,7 +7,7 @@
 _basever=4.3
 _patchlevel=042
 pkgver=$_basever.$_patchlevel
-pkgrel=4
+pkgrel=5
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,6 @@
 depends=('readline>=6.3' 'glibc' 'ncurses' 'libncursesw.so')
 optdepends=('bash-completion: for tab completion')
 provides=('sh')
-install=bash.install
 source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
 dot.bashrc
 dot.bash_profile
@@ -173,5 +172,5 @@
  'SKIP'
  '20bf63eef7cb441c0b1cc49ef3191d03'
  'SKIP'
- '4150846ca72b8ab3aa83f276726e6b09'
+ '70790646ae61e207c995e44931390e50'
  'SKIP')

Deleted: bash.install
===
--- bash.install2016-05-31 18:33:11 UTC (rev 268789)
+++ bash.install2016-05-31 18:35:38 UTC (rev 268790)
@@ -1,16 +0,0 @@
-info_dir=usr/share/info
-info_files=(bash.info)
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for f in ${info_files[@]}; do
-usr/bin/install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> 
/dev/null
-  done
-}


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:35:55
  Author: bpiotrowski
Revision: 268791

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 268790, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash-4.3-old-memleak.patch
(from rev 268790, bash/trunk/bash-4.3-old-memleak.patch)
  bash/repos/testing-i686/dot.bash_logout
(from rev 268790, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 268790, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 268790, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/privmode-setuid-fail.patch
(from rev 268790, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-i686/system.bash_logout
(from rev 268790, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 268790, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 268790, bash/trunk/PKGBUILD)
  bash/repos/testing-x86_64/bash-4.3-old-memleak.patch
(from rev 268790, bash/trunk/bash-4.3-old-memleak.patch)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 268790, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 268790, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 268790, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/privmode-setuid-fail.patch
(from rev 268790, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 268790, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 268790, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |  176 
 testing-i686/bash-4.3-old-memleak.patch   |   24 +++
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 
 testing-i686/dot.bashrc   |9 +
 testing-i686/privmode-setuid-fail.patch   |   29 
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 +++
 testing-x86_64/PKGBUILD   |  176 
 testing-x86_64/bash-4.3-old-memleak.patch |   24 +++
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 
 testing-x86_64/dot.bashrc |9 +
 testing-x86_64/privmode-setuid-fail.patch |   29 
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 +++
 16 files changed, 544 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 268790, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 18:35:55 UTC (rev 268791)
@@ -0,0 +1,176 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Aaron Griffin 
+
+pkgname=bash
+_basever=4.3
+_patchlevel=042
+pkgver=$_basever.$_patchlevel
+pkgrel=5
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline>=6.3' 'glibc' 'ncurses' 'libncursesw.so')
+optdepends=('bash-completion: for tab completion')
+provides=('sh')
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout
+privmode-setuid-fail.patch
+bash-4.3-old-memleak.patch)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+  for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
"%03d" $_p){,.sig})
+  done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+
+  for (( _p=1; _p<=$((10#${_patchlevel})); _p++ )); do
+msg "applying patch bash${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # http://hmarco.org/bugs/bash_4.3-setuid-bug.html (FS#40663)
+  patch -p0 -i ../privmode-setuid-fail.patch
+
+  # https://bugs.archlinux.org/task/45891
+  patch -p1 -i ../bash-4.3-old-memleak.patch
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/bin\"\'
+   -DSTANDARD_UTILS_PATH=\'\"/usr/bin\"\'
+   -DSYS_BASHRC=\'\"/etc/bash.bashrc\"\'
+   -DSYS_BASH_LOGOUT=\'\"/etc/bash.bash_logout\"\')
+  export CFLAGS="${CFLAGS} ${_bashconfig[@]}"
+
+  ./configure --prefix=/usr --with-curses --enable-readline \
+--withou

[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 20:36:07
  Author: anatolik
Revision: 177561

upgpkg: arm-none-eabi-newlib 2.4.0-3

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 17:52:08 UTC (rev 177560)
+++ PKGBUILD2016-05-31 18:36:07 UTC (rev 177561)
@@ -4,8 +4,8 @@
 _target=arm-none-eabi
 pkgname=$_target-newlib
 pkgver=2.4.0
-pkgrel=2
-_upstream_ver=$pkgver
+pkgrel=3
+_upstream_ver=2.4.0.20160527
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
 arch=(any)
 url='http://www.sourceware.org/newlib/'
@@ -13,7 +13,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('f2142827d7b593676b91a530e2547e31262e14e7')
+sha1sums=('abc52a5bad9c6decaa569aa32cd0882acd7908ac')
 
 build() {
   rm -rf build-{newlib,nano}


[arch-commits] Commit in gdbm/trunk (PKGBUILD gdbm.install)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:37:35
  Author: bpiotrowski
Revision: 268792

upgpkg: gdbm 1.12-2

hooks rebuild

Modified:
  gdbm/trunk/PKGBUILD
Deleted:
  gdbm/trunk/gdbm.install

--+
 PKGBUILD |3 +--
 gdbm.install |   21 -
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:35:55 UTC (rev 268791)
+++ PKGBUILD2016-05-31 18:37:35 UTC (rev 268792)
@@ -6,7 +6,7 @@
 
 pkgname=gdbm
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU database library"
 url="http://www.gnu.org/software/gdbm/gdbm.html";
 license=('GPL3')
@@ -13,7 +13,6 @@
 arch=('i686' 'x86_64')
 depends=('glibc' 'sh')
 options=('!makeflags')
-install=gdbm.install
 source=(ftp://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig}
 gdbm-1.10-zeroheaders.patch)
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')

Deleted: gdbm.install
===
--- gdbm.install2016-05-31 18:35:55 UTC (rev 268791)
+++ gdbm.install2016-05-31 18:37:35 UTC (rev 268792)
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-filelist=(gdbm.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:37:40
  Author: bpiotrowski
Revision: 268793

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

Added:
  gdbm/repos/testing-i686/PKGBUILD
(from rev 268792, gdbm/trunk/PKGBUILD)
  gdbm/repos/testing-i686/gdbm-1.10-zeroheaders.patch
(from rev 268792, gdbm/trunk/gdbm-1.10-zeroheaders.patch)
  gdbm/repos/testing-x86_64/PKGBUILD
(from rev 268792, gdbm/trunk/PKGBUILD)
  gdbm/repos/testing-x86_64/gdbm-1.10-zeroheaders.patch
(from rev 268792, gdbm/trunk/gdbm-1.10-zeroheaders.patch)
Deleted:
  gdbm/repos/testing-i686/PKGBUILD
  gdbm/repos/testing-i686/gdbm-1.10-zeroheaders.patch
  gdbm/repos/testing-i686/gdbm.install
  gdbm/repos/testing-x86_64/PKGBUILD
  gdbm/repos/testing-x86_64/gdbm-1.10-zeroheaders.patch
  gdbm/repos/testing-x86_64/gdbm.install

+
 /PKGBUILD  |  110 +++
 /gdbm-1.10-zeroheaders.patch   |   66 
 testing-i686/PKGBUILD  |   56 -
 testing-i686/gdbm-1.10-zeroheaders.patch   |   33 
 testing-i686/gdbm.install  |   21 -
 testing-x86_64/PKGBUILD|   56 -
 testing-x86_64/gdbm-1.10-zeroheaders.patch |   33 
 testing-x86_64/gdbm.install|   21 -
 8 files changed, 176 insertions(+), 220 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-05-31 18:37:35 UTC (rev 268792)
+++ testing-i686/PKGBUILD   2016-05-31 18:37:40 UTC (rev 268793)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=gdbm
-pkgver=1.12
-pkgrel=1
-pkgdesc="GNU database library"
-url="http://www.gnu.org/software/gdbm/gdbm.html";
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('glibc' 'sh')
-options=('!makeflags')
-install=gdbm.install
-source=(ftp://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig}
-gdbm-1.10-zeroheaders.patch)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-md5sums=('9ce96ff4c99e74295ea19040931c8fb9'
- 'SKIP'
- 'ac255b10452005237836cd2d3a470733')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Prevent gdbm from storing uninitialized memory content
-  # to database files. This patch improves security, as the
-  # uninitialized memory might contain sensitive informations
-  # from other applications.
-  # https://bugzilla.redhat.com/show_bug.cgi?id=4457
-  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208927
-  patch -Np1 -i ../gdbm-1.10-zeroheaders.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-libgdbm-compat
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # create symlinks for compatibility
-  install -dm755 "${pkgdir}"/usr/include/gdbm
-  ln -sf ../gdbm.h "${pkgdir}"/usr/include/gdbm/gdbm.h
-  ln -sf ../ndbm.h "${pkgdir}"/usr/include/gdbm/ndbm.h
-  ln -sf ../dbm.h  "${pkgdir}"/usr/include/gdbm/dbm.h
-}

Copied: gdbm/repos/testing-i686/PKGBUILD (from rev 268792, gdbm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 18:37:40 UTC (rev 268793)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=gdbm
+pkgver=1.12
+pkgrel=2
+pkgdesc="GNU database library"
+url="http://www.gnu.org/software/gdbm/gdbm.html";
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('glibc' 'sh')
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig}
+gdbm-1.10-zeroheaders.patch)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+md5sums=('9ce96ff4c99e74295ea19040931c8fb9'
+ 'SKIP'
+ 'ac255b10452005237836cd2d3a470733')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Prevent gdbm from storing uninitialized memory content
+  # to database files. This patch improves security, as the
+  # uninitialized memory might contain sensitive informations
+  # from other applications.
+  # https://bugzilla.redhat.com/show_bug.cgi?id=4457
+  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208927
+  patch -Np1 -i ../gdbm-1.10-zeroheaders.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-libgdbm-compat
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # create symlinks for compatibility
+  install -dm755 "${pkgdir}"/usr/

[arch-commits] Commit in arm-none-eabi-newlib/repos/community-testing-any (2 files)

2016-05-31 Thread Anatol Pomozov
Date: Tuesday, May 31, 2016 @ 20:38:33
  Author: anatolik
Revision: 177562

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 177561, arm-none-eabi-newlib/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 18:36:07 UTC (rev 177561)
+++ PKGBUILD2016-05-31 18:38:33 UTC (rev 177562)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-_target=arm-none-eabi
-pkgname=$_target-newlib
-pkgver=2.4.0
-pkgrel=2
-_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
-arch=(any)
-url='http://www.sourceware.org/newlib/'
-license=(BSD)
-makedepends=($_target-gcc)
-options=(!emptydirs !strip)
-source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('f2142827d7b593676b91a530e2547e31262e14e7')
-
-build() {
-  rm -rf build-{newlib,nano}
-  mkdir build-{newlib,nano}
-
-  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-newlib
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-io-long-long \
---enable-newlib-register-fini
-  make
-
-  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
-  cd "$srcdir"/build-nano
-  ../newlib-$_upstream_ver/configure \
---target=$_target \
---prefix=/usr \
---disable-newlib-supplied-syscalls \
---disable-nls \
---enable-newlib-reent-small   \
---disable-newlib-fvwrite-in-streamio  \
---disable-newlib-fseek-optimization   \
---disable-newlib-wide-orient  \
---enable-newlib-nano-malloc   \
---disable-newlib-unbuf-stream-opt \
---enable-lite-exit\
---enable-newlib-global-atexit \
---enable-newlib-nano-formatted-io
-  make
-}
-
-package() {
-  cd "$srcdir"/build-nano
-  make DESTDIR="$pkgdir" install -j1
-  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
-
-  cd "$srcdir"/build-newlib
-  make DESTDIR="$pkgdir" install -j1
-
-  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
-}

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
177561, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 18:38:33 UTC (rev 177562)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.4.0
+pkgrel=3
+_upstream_ver=2.4.0.20160527
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('abc52a5bad9c6decaa569aa32cd0882acd7908ac')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install -j1
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+
+  cd "$srcdir"/build-newlib
+  make DESTDIR="$pkgdir" instal

[arch-commits] Commit in guile/trunk (PKGBUILD guile.install)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:57:02
  Author: bpiotrowski
Revision: 268794

upgpkg: guile 2.0.11-4

hooks rebuild

Modified:
  guile/trunk/PKGBUILD
Deleted:
  guile/trunk/guile.install

---+
 PKGBUILD  |3 +--
 guile.install |   30 --
 2 files changed, 1 insertion(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:37:40 UTC (rev 268793)
+++ PKGBUILD2016-05-31 18:57:02 UTC (rev 268794)
@@ -5,13 +5,12 @@
 
 pkgname=guile
 pkgver=2.0.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='http://www.gnu.org/software/guile/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
-install=guile.install
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('e532c68c6f17822561e3001136635ddd')
 

Deleted: guile.install
===
--- guile.install   2016-05-31 18:37:40 UTC (rev 268793)
+++ guile.install   2016-05-31 18:57:02 UTC (rev 268794)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-files=(goops.info
-   guile-tut.info
-   guile.info
-   guile.info-1
-   guile.info-2
-   guile.info-3
-   guile.info-4
-   guile.info-5
-   guile.info-6
-   guile.info-7
-   r5rs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:57:06
  Author: bpiotrowski
Revision: 268795

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

Added:
  guile/repos/testing-i686/
  guile/repos/testing-i686/PKGBUILD
(from rev 268794, guile/trunk/PKGBUILD)
  guile/repos/testing-x86_64/
  guile/repos/testing-x86_64/PKGBUILD
(from rev 268794, guile/trunk/PKGBUILD)

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

Copied: guile/repos/testing-i686/PKGBUILD (from rev 268794, 
guile/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 18:57:06 UTC (rev 268795)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=4
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Copied: guile/repos/testing-x86_64/PKGBUILD (from rev 268794, 
guile/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-31 18:57:06 UTC (rev 268795)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Jan de Groot 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Tom Newsom 
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=4
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  rm "$pkgdir"/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}


[arch-commits] Commit in libunistring/trunk (PKGBUILD libunistring.install)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 21:01:45
  Author: bpiotrowski
Revision: 268796

upgpkg: libunistring 0.9.6-2

hooks rebuild

Modified:
  libunistring/trunk/PKGBUILD
Deleted:
  libunistring/trunk/libunistring.install

--+
 PKGBUILD |3 +--
 libunistring.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 18:57:06 UTC (rev 268795)
+++ PKGBUILD2016-05-31 19:01:45 UTC (rev 268796)
@@ -7,13 +7,12 @@
 
 pkgname=libunistring
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for manipulating Unicode strings and C strings'
 url='http://www.gnu.org/software/libunistring/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
-install=libunistring.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
 

Deleted: libunistring.install
===
--- libunistring.install2016-05-31 18:57:06 UTC (rev 268795)
+++ libunistring.install2016-05-31 19:01:45 UTC (rev 268796)
@@ -1,22 +0,0 @@
-infodir=usr/share/info
-filelist=(libunistring.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 21:01:49
  Author: bpiotrowski
Revision: 268797

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

Added:
  libunistring/repos/testing-i686/
  libunistring/repos/testing-i686/PKGBUILD
(from rev 268796, libunistring/trunk/PKGBUILD)
  libunistring/repos/testing-x86_64/
  libunistring/repos/testing-x86_64/PKGBUILD
(from rev 268796, libunistring/trunk/PKGBUILD)

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

Copied: libunistring/repos/testing-i686/PKGBUILD (from rev 268796, 
libunistring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 19:01:49 UTC (rev 268797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty 
+
+pkgname=libunistring
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: libunistring/repos/testing-x86_64/PKGBUILD (from rev 268796, 
libunistring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-31 19:01:49 UTC (rev 268797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty 
+
+pkgname=libunistring
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='Library for manipulating Unicode strings and C strings'
+url='http://www.gnu.org/software/libunistring/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dfae4ff5583649ed24d8f368f1d0543b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 21:03:15
  Author: bpiotrowski
Revision: 268799

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

Added:
  readline/repos/testing-i686/
  readline/repos/testing-i686/PKGBUILD
(from rev 268798, readline/trunk/PKGBUILD)
  readline/repos/testing-i686/inputrc
(from rev 268798, readline/trunk/inputrc)
  readline/repos/testing-x86_64/
  readline/repos/testing-x86_64/PKGBUILD
(from rev 268798, readline/trunk/PKGBUILD)
  readline/repos/testing-x86_64/inputrc
(from rev 268798, readline/trunk/inputrc)

-+
 testing-i686/PKGBUILD   |   72 ++
 testing-i686/inputrc|   36 +++
 testing-x86_64/PKGBUILD |   72 ++
 testing-x86_64/inputrc  |   36 +++
 4 files changed, 216 insertions(+)

Copied: readline/repos/testing-i686/PKGBUILD (from rev 268798, 
readline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-31 19:03:15 UTC (rev 268799)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')
+depends=('glibc' 'ncurses' 'libncursesw.so')
+backup=('etc/inputrc')
+options=('!emptydirs')
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
+
+if [ $_patchlevel -gt 0 ]; then
+for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//.}-$(printf
 "%03d" $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+  for (( _p=1; _p <= $((10#${_patchlevel})); _p++ )); do
+msg "applying patch readline${_basever//.}-$(printf "%03d" $_p)"
+patch -p0 -i ../readline${_basever//.}-$(printf "%03d" $_p)
+  done
+
+  # remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [[ $CARCH == "x86_64" ]] && CFLAGS="$CFLAGS -fPIC"
+
+  ./configure --prefix=/usr
+  make SHLIB_LIBS=-lncurses
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR="$pkgdir" install
+  install -Dm644 inputrc "$pkgdir"/etc/inputrc
+}
+
+md5sums=('33c8fb279e981274f485fd91da77e94a'
+ 'SKIP'
+ '58d54966c1191db45973cb3191ac621a'
+ '4343f5ea9b0f42447f102fb61576b398'
+ 'SKIP'
+ '700295212f7e2978577feaee584afddb'
+ 'SKIP'
+ 'af4963862f5156fbf9111c2c6fa86ed7'
+ 'SKIP'
+ '11f9def89803a5052db3ba72394ce14f'
+ 'SKIP'
+ '93721c31cd225393f80cb3aadb165544'
+ 'SKIP'
+ '71dc6ecce66d1489b96595f55d142a52'
+ 'SKIP'
+ '062a08ed60679d3c4878710b3d595b65'
+ 'SKIP'
+ 'ee1c04072154826870848d8b218d7b04'
+ 'SKIP')

Copied: readline/repos/testing-i686/inputrc (from rev 268798, 
readline/trunk/inputrc)
===
--- testing-i686/inputrc(rev 0)
+++ testing-i686/inputrc2016-05-31 19:03:15 UTC (rev 268799)
@@ -0,0 +1,36 @@
+# do not bell on tab-completion
+#set bell-style none
+
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+$if mode=emacs
+
+# for linux console and RH/Debian xterm
+"\e[1~": beginning-of-line
+"\e[4~": end-of-line
+"\e[5~": beginning-of-history
+"\e[6~": end-of-history
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[2~": quoted-insert
+"\e[5C": forward-word
+"\e[5D": backward-word
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e[1;5C": forward-word
+"\e[1;5D": backward-word
+
+# for rxvt
+"\e[8~": end-of-line
+
+# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+
+# for freebsd console
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+$endif

Copied: readline/repos/testing-x86_64/PKGBUILD (from rev 268798, 
readline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-31 19:03:15 UTC (rev 268799)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=readline
+_basever=6.3
+_patchlevel=008
+pkgver=$_basever.$_patchlevel
+pkgrel=4
+pkgdesc='GNU readline library'
+arch=('i686' 'x86_64')
+url='http://tiswww.case.edu/php/chet/readline/rltop.html'
+license=('GPL')

[arch-commits] Commit in readline/trunk (PKGBUILD readline.install)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 21:03:10
  Author: bpiotrowski
Revision: 268798

upgpkg: readline 6.3.008-4

hooks rebuild

Modified:
  readline/trunk/PKGBUILD
Deleted:
  readline/trunk/readline.install

--+
 PKGBUILD |3 +--
 readline.install |   17 -
 2 files changed, 1 insertion(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-31 19:01:49 UTC (rev 268797)
+++ PKGBUILD2016-05-31 19:03:10 UTC (rev 268798)
@@ -7,7 +7,7 @@
 _basever=6.3
 _patchlevel=008
 pkgver=$_basever.$_patchlevel
-pkgrel=3
+pkgrel=4
 pkgdesc='GNU readline library'
 arch=('i686' 'x86_64')
 url='http://tiswww.case.edu/php/chet/readline/rltop.html'
@@ -15,7 +15,6 @@
 depends=('glibc' 'ncurses' 'libncursesw.so')
 backup=('etc/inputrc')
 options=('!emptydirs')
-install=readline.install
 source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
 inputrc)
 validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey

Deleted: readline.install
===
--- readline.install2016-05-31 19:01:49 UTC (rev 268797)
+++ readline.install2016-05-31 19:03:10 UTC (rev 268798)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-filelist=(history.info readline.info rluserman.info)
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-


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

2016-05-31 Thread Antonio Rojas
Date: Tuesday, May 31, 2016 @ 21:19:46
  Author: arojas
Revision: 268800

Add krita-l10n

Added:
  krita-l10n/
  krita-l10n/trunk/
  krita-l10n/trunk/PKGBUILD

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

Added: krita-l10n/trunk/PKGBUILD
===
--- krita-l10n/trunk/PKGBUILD   (rev 0)
+++ krita-l10n/trunk/PKGBUILD   2016-05-31 19:19:46 UTC (rev 268800)
@@ -0,0 +1,114 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=krita-l10n
+pkgver=2.99.91
+pkgrel=1
+pkgdesc="Localization for Krita"
+arch=(any)
+url='http://krita.org/'
+license=(LGPL)
+depends=(krita)
+makedepends=(extra-cmake-modules kdoctools)
+options=(docs)
+
+_languages=(af ar be bg br bs ca ca@valencia cs cy da de el en_GB eo es et eu 
fa fi fr fy ga gl he hi hne hr hu ia is it ja kk km ko
+lt lv mai mk mr ms nb nds ne nl nn oc pa pl pt_BR pt ro ru se sk sl sq sv 
ta tg th tr ug uk uz uz@cyrillic vi wa xh zh_CN zh_TW)
+source=()
+
+for _locale in ${_languages[@]} ; do
+  
source+=("http://download.kde.org/unstable/krita/$pkgver/$pkgname/$pkgname-$_locale-$pkgver.tar.xz";)
+done
+
+md5sums=('52d2b66af01e56242ad2d6ae2ba7af8c'
+ '2bf170fca1f429aa7b8cd42af13eac64'
+ '23d5a4d9db4c31f0bf4e8b46e9fac801'
+ '9b9ed494731bbcf1ee94cdff487a6f30'
+ 'a53dce5c8f1061b11d0fc333110f4694'
+ '91502bbd1413aca46fa8626e067a6b6f'
+ '96dab37cc9173a354ca815ba1d73f6bb'
+ 'b7a417101deb104dd5b0b0cf3684a386'
+ 'b3f8c86432c546a7dd524b058fb2f35d'
+ '0a6b5fd808732153a4effd02032f1d8d'
+ 'a61962cdc9713593078c5ec16f7d38ef'
+ '6c7b01fcbebd6d0206c9806c4422b1e0'
+ 'a6f9bcb9d1aee32b840582eb91184ac6'
+ 'c8179e5b52751302dd5c5e5039461720'
+ '86c168d876bedcec48af99d9f957acdb'
+ '098831edcdaaf02418c6951aba06b132'
+ '7dda0f38654ad05e98219b49673954b3'
+ '4fb45c16ee499db20d53b617d3f51ee1'
+ '45345a375bde15e7623a6c5568ce7dfe'
+ 'c85018684c81a762c11390a9fa9127da'
+ 'fc294973b9d3b8143a5d27ddad1d420e'
+ 'cd21e38d379b5498ab825e7836877300'
+ 'b371dfb98eaa0165b5455f797e1caff5'
+ '3c4631061dc759c1a16a059f91f99f3a'
+ 'b0e70457f6eec3f9163503d276bafc32'
+ '70272b26e1caaa65fcb9cf9191c94130'
+ 'accfdef07cb0e23780359c9e2099db23'
+ '737751fb978e0bddc6126ceb43bc635d'
+ '9a2e9ced2037c4e48d48ef6d8f9a60e9'
+ 'd27ddceeaf8a171ec229ac7d55f03f99'
+ '8b9f740738386d35c3a71d70c7b2216a'
+ '6260b2e93b49772b36443f2ef3314bd7'
+ '62145fa9e430830d1a1d85c424d626ad'
+ 'cff53a6b73cae0926532e1a824c444f0'
+ 'f19fbf02cdc428a6b19aa85ea2b1e41c'
+ '215b8f2dc62861f078e7bcbd01c9299c'
+ '72be0775922306615a13366ab29fd956'
+ '90962204b8d62a6ed143e2443ab255b4'
+ '54cd236bd8bd2c383e8f1f3fe7f72e39'
+ '831fb6b2e9b6818bfbbde81994792edd'
+ '1246b89359c01e5bb60258023ec42989'
+ '1fdc2eff0b3f55110236b24702813bc9'
+ 'a2c0b94979db8d3120a367b76f1e58d1'
+ '146f7f1f8c121ab0e8b1950f2127373f'
+ '49fee9331c6cff35efc735c230d1b819'
+ 'c583f2d0001f4d65a9327b00443525c2'
+ 'd065d3425566a5524740307d1fb2a23f'
+ 'ce8c4d879ab17889e2afb6ddd60b13f3'
+ '03e1313f7352bd833139d3afab512c7c'
+ 'c1e493b6016c35a806cddd1e30b241a5'
+ 'bd18f05a522c720fe3b5558126c63fdc'
+ '79ec4cd9849cd6bb5bd472720f193819'
+ '65cd0f2feb9f215664c78f2358455464'
+ '627aab267ba51df69498f0e7add1929b'
+ '779716846050e0acf1ce235b1612c46b'
+ '27d793961416b4559aa7cc0315f43d05'
+ 'eab60a104aff4e1edb7a4061ddf68ac0'
+ '4070b34af077066d83fac12dd0ed833a'
+ 'c2693f8de519233891cbc9acd5a03121'
+ '0421e9c6a9ed2f0e026854463c4f15c6'
+ '2cd6c024e113b6d9f0e17388e7c06cd1'
+ 'd9947caa946103e0eaaf02331f6335df'
+ '9ecc61e594543acbbfc71e314e9bd67a'
+ '2b680e5680926b4f4cad8b90749245dd'
+ '99dfa3eade1297ff9cd9a57f42f0035f'
+ '29adcf2ba17a429e5710eaaa852c44fb'
+ 'f9cebb4dd5f4be7f8f611b112535f4bb'
+ '8f6a4c1479b0a80a1f8aefe48188c005'
+ '99909d69e8594cfcd039e545b9b6fa40'
+ '7ff031b9408a0a54d27f75e563959345'
+ '7e75e509f7fcc7edcc9c50468ec566f1'
+ '258d08718e0983209e79c5a03265b6d8')
+
+build() {
+  for _locale in ${_languages[@]} ; do
+mkdir -p build/$_locale
+cd build/$_locale
+cmake "$srcdir"/$pkgname-$_locale-$pkgver \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr
+make
+cd ../..
+  done
+}
+
+package() {
+  for _locale in ${_languages[@]} ; do
+cd build/$_locale
+make DESTDIR="$pkgdir" install
+cd ../..
+  done
+}


Property changes on: krita-l10n/trunk/PKGBUILD
___
Added: svn:

  1   2   >