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

2015-06-25 Thread Tobias Powalowski
Date: Thursday, June 25, 2015 @ 08:43:23
  Author: tpowa
Revision: 241272

db-move: moved linux from [testing] to [core] (i686, x86_64)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 241271, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 241271, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 241271, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 241271, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/linux.install
(from rev 241271, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 241271, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/PKGBUILD
(from rev 241271, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 241271, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 241271, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 241271, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/linux.install
(from rev 241271, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 241271, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  596 
 /change-default-console-loglevel.patch|   22 
 /config   |14928 
 /config.x86_64|14422 +++
 /linux.install|   74 
 /linux.preset |   28 
 core-i686/PKGBUILD|  298 
 core-i686/change-default-console-loglevel.patch   |   11 
 core-i686/config  | 7464 --
 core-i686/config.x86_64   | 7211 -
 core-i686/linux.install   |   37 
 core-i686/linux.preset|   14 
 core-x86_64/PKGBUILD  |  298 
 core-x86_64/change-default-console-loglevel.patch |   11 
 core-x86_64/config| 7464 --
 core-x86_64/config.x86_64 | 7211 -
 core-x86_64/linux.install |   37 
 core-x86_64/linux.preset  |   14 
 18 files changed, 30070 insertions(+), 30070 deletions(-)

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


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

2015-06-25 Thread Ray Rashif
Date: Thursday, June 25, 2015 @ 22:01:21
  Author: schiv
Revision: 241281

upgpkg: ardour 4.1-1

upstream release

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 19:48:50 UTC (rev 241280)
+++ PKGBUILD2015-06-25 20:01:21 UTC (rev 241281)
@@ -4,8 +4,8 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=4.0
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc=Professional-grade digital audio workstation
 arch=('i686' 'x86_64')
 url=http://ardour.org/;


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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 06:41:13
  Author: foutrelis
Revision: 135887

Fix build with GCC 5.1 and C++11 ABI

Force the old C++ ABI to avoid reference to 'list' is ambiguous errors.

Modified:
  kicad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 04:04:09 UTC (rev 135886)
+++ PKGBUILD2015-06-26 04:41:13 UTC (rev 135887)
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glu' 'wxgtk2.8' 'hicolor-icon-theme' 'desktop-file-utils' 'libsm')
 makedepends=('cmake' 'zlib' 'mesa')
-optdepends=('kicad-docs-bzr: for documentation' 
+optdepends=('kicad-docs-bzr: for documentation'
 'kicad-library-bzr: for footprints')
 install=kicad.install
 
source=(http://iut-tice.ujf-grenoble.fr/cao/${pkgname}-sources-stable_${_pkgver}_BZR${_pkgbzr}.zip
@@ -43,6 +43,10 @@
   # FS#31559
   sed -i 's/-O2/-O1/' CMakeLists.txt
 
+  # Fix build with GCC 5.1 and C++11 ABI
+  CXXFLAGS+=' -D_GLIBCXX_USE_CXX11_ABI=0'
+  CXXFLAGS+=' -Wno-deprecated-declarations -Wno-unused-local-typedefs'
+
   # build and install kicad
   mkdir -p build/Release
   cd build/Release


[arch-commits] Commit in speexdsp/trunk (PKGBUILD speexdsp-fixbuilds-774c87d.patch)

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 07:32:47
  Author: foutrelis
Revision: 241287

upgpkg: speexdsp 1.2rc3-2

Fix build of dependent packages with GCC 5.1

Added:
  speexdsp/trunk/speexdsp-fixbuilds-774c87d.patch
Modified:
  speexdsp/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 speexdsp-fixbuilds-774c87d.patch |   36 
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 03:22:28 UTC (rev 241286)
+++ PKGBUILD2015-06-26 05:32:47 UTC (rev 241287)
@@ -3,15 +3,23 @@
 
 pkgname=speexdsp
 pkgver=1.2rc3
-pkgrel=1
+pkgrel=2
 pkgdesc=DSP library derived from Speex
 arch=(i686 x86_64)
 url=http://www.speex.org/;
 license=(BSD)
 depends=(glibc)
-source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
-sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1')
+source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz
+speexdsp-fixbuilds-774c87d.patch)
+sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1'
+'76cd6b1187f415d966c8d62003cd87cfb66e4030b250a316aab8f0fbc2de226a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../speexdsp-fixbuilds-774c87d.patch
+  autoreconf -vi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static

Added: speexdsp-fixbuilds-774c87d.patch
===
--- speexdsp-fixbuilds-774c87d.patch(rev 0)
+++ speexdsp-fixbuilds-774c87d.patch2015-06-26 05:32:47 UTC (rev 241287)
@@ -0,0 +1,36 @@
+diff --git a/configure.ac b/configure.ac
+index 2cd2d1e..1de0c23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -334,6 +334,12 @@ AC_SUBST([USIZE16])
+ AC_SUBST([SIZE32])
+ AC_SUBST([USIZE32])
+ 
++AS_IF([test $ac_cv_header_stdint_h = yes],[INCLUDE_STDINT=#include 
stdint.h],
++  [test $ac_cv_header_inttypes_h = yes],  [INCLUDE_STDINT=#include 
inttypes.h],
++  [test $ac_cv_header_sys_types_h = yes], [INCLUDE_STDINT=#include 
sys/types.h])
++
++AC_SUBST([INCLUDE_STDINT])
++
+ AC_CONFIG_FILES([
+Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec
+include/Makefile include/speex/Makefile speexdsp.pc
+diff --git a/include/speex/speexdsp_config_types.h.in 
b/include/speex/speexdsp_config_types.h.in
+index 02b82fd..5ea7b55 100644
+--- a/include/speex/speexdsp_config_types.h.in
 b/include/speex/speexdsp_config_types.h.in
+@@ -1,13 +1,7 @@
+ #ifndef __SPEEX_TYPES_H__
+ #define __SPEEX_TYPES_H__
+ 
+-#if defined HAVE_STDINT_H
+-#  include stdint.h
+-#elif defined HAVE_INTTYPES_H
+-#  include inttypes.h
+-#elif defined HAVE_SYS_TYPES_H
+-#  include sys/types.h
+-#endif
++@INCLUDE_STDINT@
+ 
+ typedef @SIZE16@ spx_int16_t;
+ typedef @USIZE16@ spx_uint16_t;


[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2015-06-25 Thread Jaroslav Lichtblau
Date: Friday, June 26, 2015 @ 07:47:47
  Author: jlichtblau
Revision: 135890

upgpkg: subtitleeditor 0.52.1-1 - new upstream release

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |6 +++---
 subtitleeditor.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 05:47:22 UTC (rev 135889)
+++ PKGBUILD2015-06-26 05:47:47 UTC (rev 135890)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 
 pkgname=subtitleeditor
-pkgver=0.51.0
+pkgver=0.52.1
 pkgrel=1
 pkgdesc=A GTK+3 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.51/$pkgname-$pkgver.tar.gz)
-sha256sums=('4cb772d373c76ec8ab7c3c481535ff0818ea4680ddb33f5374d10c273b020675')
+source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2015-06-26 05:47:22 UTC (rev 135889)
+++ subtitleeditor.changelog2015-06-26 05:47:47 UTC (rev 135890)
@@ -1,3 +1,6 @@
+2015-06-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * subtitleeditor 0.52.1-1
+
 2015-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* subtitleeditor 0.51.0-1
 


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

2015-06-25 Thread Jaroslav Lichtblau
Date: Friday, June 26, 2015 @ 07:48:03
  Author: jlichtblau
Revision: 135891

archrelease: copy trunk to community-x86_64

Added:
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 135890, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 135890, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/subtitleeditor.install
(from rev 135890, subtitleeditor/trunk/subtitleeditor.install)
Deleted:
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/subtitleeditor.install

--+
 PKGBUILD |   60 +-
 subtitleeditor.changelog |  143 ++---
 subtitleeditor.install   |   24 +++
 3 files changed, 115 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-26 05:47:47 UTC (rev 135890)
+++ PKGBUILD2015-06-26 05:48:03 UTC (rev 135891)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgname=subtitleeditor
-pkgver=0.51.0
-pkgrel=1
-pkgdesc=A GTK+3 tool to edit subtitles for GNU/Linux/*BSD
-arch=('i686' 'x86_64')
-url=http://home.gna.org/subtitleeditor/;
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
- 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.51/$pkgname-$pkgver.tar.gz)
-sha256sums=('4cb772d373c76ec8ab7c3c481535ff0818ea4680ddb33f5374d10c273b020675')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: subtitleeditor/repos/community-x86_64/PKGBUILD (from rev 135890, 
subtitleeditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-26 05:48:03 UTC (rev 135891)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgname=subtitleeditor
+pkgver=0.52.1
+pkgrel=1
+pkgdesc=A GTK+3 tool to edit subtitles for GNU/Linux/*BSD
+arch=('i686' 'x86_64')
+url=http://home.gna.org/subtitleeditor/;
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gst-plugins-base' 'gstreamermm' 
'gst-libav'
+ 'gtkmm3' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.52/$pkgname-$pkgver.tar.gz)
+sha256sums=('5b3e5fc1f12bcf0d4bcf5014249b6832181bd3b513ac04ee665ec979441412d5')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: subtitleeditor.changelog
===
--- subtitleeditor.changelog2015-06-26 05:47:47 UTC (rev 135890)
+++ subtitleeditor.changelog2015-06-26 05:48:03 UTC (rev 135891)
@@ -1,70 +0,0 @@
-2015-04-18 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.51.0-1
-
-2014-11-12 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.41.0-2
-   * dependency change to gstreamer0.10-mm
-
-2013-08-08 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.41.0-1
-
-2012-02-22 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.34.0
-
-2009-06-25 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.33.0
-
-2009-06-03 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.32.0
-
-2009-04-22 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * Update to major release v0.31.0
-

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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 07:47:22
  Author: foutrelis
Revision: 135889

Unset makeflags; race condition with multiple jobs

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 05:08:12 UTC (rev 135888)
+++ PKGBUILD2015-06-26 05:47:22 UTC (rev 135889)
@@ -10,6 +10,7 @@
 url='http://www.tuxpaint.org'
 license='GPL'
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
 
source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
 sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
 


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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 07:08:12
  Author: foutrelis
Revision: 135888

Fix build with GCC 5.1 and Swig 3

Added:
  python-openbabel/trunk/openbabel-gcc5.patch
  python-openbabel/trunk/openbabel-swig3.patch
Modified:
  python-openbabel/trunk/PKGBUILD

---+
 PKGBUILD  |   20 +++-
 openbabel-gcc5.patch  |   12 ++
 openbabel-swig3.patch |  199 
 3 files changed, 226 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 04:41:13 UTC (rev 135887)
+++ PKGBUILD2015-06-26 05:08:12 UTC (rev 135888)
@@ -12,13 +12,23 @@
 license=('GPL')
 depends=('gcc-libs' openbabel=${pkgver} 'eigen2')
 makedepends=('swig' 'cmake' 'python-setuptools' 'python2-setuptools')
-source=(http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz;)
-sha256sums=('4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188')
+source=(http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz;
+openbabel-gcc5.patch
+openbabel-swig3.patch)
+sha256sums=('4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188'
+'0b022f4adeb16c8531e13871f6c6d256c8939defb5be0fe32d0a28711f2d933e'
+'6c8fb33199d4b4fa03128278110275502266b915ca9c43ef0dc87f24a0cadf06')
 
+prepare() {
+  patch -d openbabel-$pkgver -Np1  openbabel-gcc5.patch
+  patch -d openbabel-$pkgver -Np1  openbabel-swig3.patch
+
+  cp -r openbabel-$pkgver python2-openbabel-$pkgver
+}
+
 build() {
-  cp -r openbabel-$pkgver python2-openbabel-$pkgver
-  cd $srcdir/openbabel-$pkgver
-  
+  cd $srcdir/openbabel-$pkgver
+
   # Create babelconfig.h
   cmake .
 

Added: openbabel-gcc5.patch
===
--- openbabel-gcc5.patch(rev 0)
+++ openbabel-gcc5.patch2015-06-26 05:08:12 UTC (rev 135888)
@@ -0,0 +1,12 @@
+diff -upr openbabel-2.3.2.orig/include/openbabel/shared_ptr.h 
openbabel-2.3.2/include/openbabel/shared_ptr.h
+--- openbabel-2.3.2.orig/include/openbabel/shared_ptr.h2011-10-12 
23:24:02.0 +0300
 openbabel-2.3.2/include/openbabel/shared_ptr.h 2015-06-26 
08:00:31.909272930 +0300
+@@ -21,7 +21,7 @@ GNU General Public License for more deta
+   #define shared_ptr boost::shared_ptr
+ #else
+   #include memory
+-  #if __GNUC__ == 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
++  #if __GNUC__ = 4  // __GNUC_MINOR__  3  removed at the suggestion of 
Konstantin Tokarev
+ #include tr1/memory
+   #endif
+   using std::tr1::shared_ptr;

Added: openbabel-swig3.patch
===
--- openbabel-swig3.patch   (rev 0)
+++ openbabel-swig3.patch   2015-06-26 05:08:12 UTC (rev 135888)
@@ -0,0 +1,199 @@
+From 673dd2e864ba8a51e83d20cbdcabf3772f9df9d7 Mon Sep 17 00:00:00 2001
+From: David Hall da...@acpharis.com
+Date: Thu, 12 Feb 2015 08:50:23 -0500
+Subject: [PATCH] Swig3 patch from Fedora
+
+---
+ scripts/openbabel-perl.i   | 20 ++--
+ scripts/openbabel-python.i | 34 +-
+ scripts/openbabel-ruby.i   | 18 +-
+ 3 files changed, 36 insertions(+), 36 deletions(-)
+
+diff --git a/scripts/openbabel-perl.i b/scripts/openbabel-perl.i
+index f3b35ed..4047859 100644
+--- a/scripts/openbabel-perl.i
 b/scripts/openbabel-perl.i
+@@ -179,7 +179,7 @@ CAST_GENERICDATA_TO(VirtualBond)
+ 
+ %import openbabel/math/spacegroup.h
+ 
+-# CloneData should be used instead of the following method
++%# CloneData should be used instead of the following method
+ %ignore OpenBabel::OBBase::SetData;
+ %rename(_local) OpenBabel::local;
+ %include openbabel/base.h
+@@ -224,7 +224,7 @@ namespace std { class stringbuf {}; }
+ %ignore OpenBabel::OBForceField::DiverseConfGen;
+ #endif
+ 
+-# Ignore shadowed methods
++%# Ignore shadowed methods
+ %ignore OpenBabel::OBForceField::VectorSubtract(const double *const, const 
double *const, double *);
+ %ignore OpenBabel::OBForceField::VectorMultiply(const double *const, const 
double, double *);
+ %include openbabel/forcefield.h
+@@ -234,20 +234,20 @@ namespace std { class stringbuf {}; }
+ 
+ %warnfilter(503) OpenBabel::OBBitVec; // Not wrapping any of the overloaded 
operators
+ %include openbabel/bitvec.h
+-# Ignore shadowed method
++%# Ignore shadowed method
+ %ignore OpenBabel::OBRotor::GetRotAtoms() const;
+ %warnfilter(314); // 'next' is a Perl keyword
+ %include openbabel/rotor.h
+ %ignore OpenBabel::Swab;
+ %include openbabel/rotamer.h
+ 
+-# The following %ignores avoid warning messages due to shadowed classes.
+-# This does not imply a loss of functionality as (in this case)
+-# the shadowed class is identical (from the point of view of SWIG) to
+-# the shadowing class.
+-# This is because C++ references () are transformed by SWIG back into
+-# 

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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 07:32:59
  Author: foutrelis
Revision: 241288

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

Added:
  speexdsp/repos/extra-i686/PKGBUILD
(from rev 241287, speexdsp/trunk/PKGBUILD)
  speexdsp/repos/extra-i686/speexdsp-fixbuilds-774c87d.patch
(from rev 241287, speexdsp/trunk/speexdsp-fixbuilds-774c87d.patch)
  speexdsp/repos/extra-x86_64/PKGBUILD
(from rev 241287, speexdsp/trunk/PKGBUILD)
  speexdsp/repos/extra-x86_64/speexdsp-fixbuilds-774c87d.patch
(from rev 241287, speexdsp/trunk/speexdsp-fixbuilds-774c87d.patch)
Deleted:
  speexdsp/repos/extra-i686/PKGBUILD
  speexdsp/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   30 -
 extra-i686/speexdsp-fixbuilds-774c87d.patch   |   36 +++
 extra-x86_64/PKGBUILD |   30 -
 extra-x86_64/speexdsp-fixbuilds-774c87d.patch |   36 +++
 5 files changed, 148 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-26 05:32:47 UTC (rev 241287)
+++ extra-i686/PKGBUILD 2015-06-26 05:32:59 UTC (rev 241288)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=speexdsp
-pkgver=1.2rc3
-pkgrel=1
-pkgdesc=DSP library derived from Speex
-arch=(i686 x86_64)
-url=http://www.speex.org/;
-license=(BSD)
-depends=(glibc)
-source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz)
-sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: speexdsp/repos/extra-i686/PKGBUILD (from rev 241287, 
speexdsp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-26 05:32:59 UTC (rev 241288)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=speexdsp
+pkgver=1.2rc3
+pkgrel=2
+pkgdesc=DSP library derived from Speex
+arch=(i686 x86_64)
+url=http://www.speex.org/;
+license=(BSD)
+depends=(glibc)
+source=(http://downloads.us.xiph.org/releases/speex/$pkgname-$pkgver.tar.gz
+speexdsp-fixbuilds-774c87d.patch)
+sha256sums=('4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1'
+'76cd6b1187f415d966c8d62003cd87cfb66e4030b250a316aab8f0fbc2de226a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../speexdsp-fixbuilds-774c87d.patch
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: speexdsp/repos/extra-i686/speexdsp-fixbuilds-774c87d.patch (from rev 
241287, speexdsp/trunk/speexdsp-fixbuilds-774c87d.patch)
===
--- extra-i686/speexdsp-fixbuilds-774c87d.patch (rev 0)
+++ extra-i686/speexdsp-fixbuilds-774c87d.patch 2015-06-26 05:32:59 UTC (rev 
241288)
@@ -0,0 +1,36 @@
+diff --git a/configure.ac b/configure.ac
+index 2cd2d1e..1de0c23 100644
+--- a/configure.ac
 b/configure.ac
+@@ -334,6 +334,12 @@ AC_SUBST([USIZE16])
+ AC_SUBST([SIZE32])
+ AC_SUBST([USIZE32])
+ 
++AS_IF([test $ac_cv_header_stdint_h = yes],[INCLUDE_STDINT=#include 
stdint.h],
++  [test $ac_cv_header_inttypes_h = yes],  [INCLUDE_STDINT=#include 
inttypes.h],
++  [test $ac_cv_header_sys_types_h = yes], [INCLUDE_STDINT=#include 
sys/types.h])
++
++AC_SUBST([INCLUDE_STDINT])
++
+ AC_CONFIG_FILES([
+Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec
+include/Makefile include/speex/Makefile speexdsp.pc
+diff --git a/include/speex/speexdsp_config_types.h.in 
b/include/speex/speexdsp_config_types.h.in
+index 02b82fd..5ea7b55 100644
+--- a/include/speex/speexdsp_config_types.h.in
 b/include/speex/speexdsp_config_types.h.in
+@@ -1,13 +1,7 @@
+ #ifndef __SPEEX_TYPES_H__
+ #define __SPEEX_TYPES_H__
+ 
+-#if defined HAVE_STDINT_H
+-#  include stdint.h
+-#elif defined HAVE_INTTYPES_H
+-#  include inttypes.h
+-#elif defined HAVE_SYS_TYPES_H
+-#  include sys/types.h
+-#endif
++@INCLUDE_STDINT@
+ 
+ typedef @SIZE16@ spx_int16_t;
+ typedef @USIZE16@ spx_uint16_t;

Deleted: extra-x86_64/PKGBUILD

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

2015-06-25 Thread Gaetan Bisson
Date: Thursday, June 25, 2015 @ 12:52:59
  Author: bisson
Revision: 241276

upstream update

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 06:45:46 UTC (rev 241275)
+++ PKGBUILD2015-06-25 10:52:59 UTC (rev 241276)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=fontforge
-pkgver=20150430
-pkgrel=2
+pkgver=20150612
+pkgrel=1
 pkgdesc='Outline and bitmap font editor'
 url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
 'http://fontforge.org/cidmaps.tgz')
-sha1sums=('3497280231d65b8339315e61420f8e9d05d2e03d'
+sha1sums=('a29ef3ff4df9b77344e29b25c632b36fb79c13e9'
   'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
 
 install=install


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

2015-06-25 Thread Gaetan Bisson
Date: Thursday, June 25, 2015 @ 12:53:34
  Author: bisson
Revision: 241277

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 241276, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 241276, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 241276, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 241276, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |   98 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   49 
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/install  |   12 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-25 10:52:59 UTC (rev 241276)
+++ extra-i686/PKGBUILD 2015-06-25 10:53:34 UTC (rev 241277)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20150430
-pkgrel=2
-pkgdesc='Outline and bitmap font editor'
-url='http://www.fontforge.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('git')
-depends=('libtool' 'libxkbui' 'libxi'
- 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
- 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
-source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
-'http://fontforge.org/cidmaps.tgz')
-sha1sums=('3497280231d65b8339315e61420f8e9d05d2e03d'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBZMQ_LIBS=-lzmq
-   ./bootstrap --force
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-python-extension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/fontforge
-   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
-
-   install -d ${pkgdir}/usr/share/icons
-   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 241276, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-25 10:53:34 UTC (rev 241277)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20150612
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('git')
+depends=('libtool' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libxml2' 'libspiro' 'libunicodenames' 
'zeromq'
+ 'python' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=(https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz;
+'http://fontforge.org/cidmaps.tgz')
+sha1sums=('a29ef3ff4df9b77344e29b25c632b36fb79c13e9'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBZMQ_LIBS=-lzmq
+   ./bootstrap --force
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/fontforge
+   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
+
+   install -d ${pkgdir}/usr/share/icons
+   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
+   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2015-06-25 10:52:59 UTC (rev 241276)
+++ 

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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 15:24:06
  Author: spupykin
Revision: 135851

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 135850, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 135850, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 135850, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 135850, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 135850, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 135850, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 135850, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 135850, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  186 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  112 ++
 community-i686/PKGBUILD  |   93 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   56 ---
 community-x86_64/PKGBUILD|   93 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   56 ---
 9 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 13:23:37 UTC (rev 135850)
+++ community-i686/PKGBUILD 2015-06-25 13:24:06 UTC (rev 135851)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-# Maintainer: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=sdlmame
-pkgver=0.162
-#_patchlevel=`echo $pkgver | cut -f2 -du`
-#_basever=`echo $pkgver | cut -f1,2 -d.`
-_basever=$pkgver
-pkgrel=1
-pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
-url=http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'libxinerama' 'sdl2_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-#DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-#for i in `seq 1 ${_patchlevel}`; do
-#  _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-#done
-
-source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=mame${_basever/./}/mame${_basever/./}s.zip;
-   sdlmame.sh
-   extras.tar.gz
-   ${_patches})
-md5sums=('ca9d6b62473cdd7abdef2487c3f39a8e'
- '0cced0fe9868cc56129600fb4bd5b9ed'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-prepare() {
-  cd $srcdir/
-  unzip mame.zip
-  find . -type f -not -name \*.png | xargs -i_arg_ perl -pi -e 's/\r\n?/\n/g' 
_arg_
-#  for i in `seq 1 ${_patchlevel}`; do
-#msg Patch#$i
-#patch -p0 -E ${_basever/./}u$i.diff
-#  done
-}
-
-build() {
-  cd $srcdir/
-  make NOWERROR=1 OPTIMIZE=2 PYTHON_EXECUTABLE=/usr/bin/python2 TOOLS=1
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/modules/opengl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 

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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 15:23:37
  Author: spupykin
Revision: 135850

upgpkg: sdlmame 0.163-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 12:08:31 UTC (rev 135849)
+++ PKGBUILD2015-06-25 13:23:37 UTC (rev 135850)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=sdlmame
-pkgver=0.162
+pkgver=0.163
 #_patchlevel=`echo $pkgver | cut -f2 -du`
 #_basever=`echo $pkgver | cut -f1,2 -d.`
 _basever=$pkgver
@@ -26,7 +26,7 @@
sdlmame.sh
extras.tar.gz
${_patches})
-md5sums=('ca9d6b62473cdd7abdef2487c3f39a8e'
+md5sums=('193813e8c73ed3eb3895e489efea0918'
  '0cced0fe9868cc56129600fb4bd5b9ed'
  '420b61240bf5ae11615ba7c6100ee00d')
 


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

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 14:06:53
  Author: arojas
Revision: 135848

Update to 1.8.3

Modified:
  owncloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 10:42:49 UTC (rev 135847)
+++ PKGBUILD2015-06-25 12:06:53 UTC (rev 135848)
@@ -4,7 +4,7 @@
 
 _name=owncloudclient
 pkgname=owncloud-client
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='ownCloud client based on mirall'
 arch=(i686 x86_64)
@@ -15,10 +15,9 @@
 optdepends=('python2-nautilus: integration with Nautilus')
 install=$pkgname.install
 backup=('etc/ownCloud/sync-exclude.lst')
-#source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
-# see https://mailman.owncloud.org/pipermail/devel/2015-June/001323.html
-source=(https://sources.archlinux.org/other/community/owncloud-client/$_name-$pkgver.tar.xz;)
-md5sums=('08c6abccdc6105146715bfa9b90f7be2')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
+md5sums=('f1d933a0f7e327a74688c3c356ac8a92'
+ 'SKIP')
 validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
 
 prepare() {


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

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 14:08:31
  Author: arojas
Revision: 135849

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

Added:
  owncloud-client/repos/community-i686/PKGBUILD
(from rev 135848, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-i686/owncloud-client.install
(from rev 135848, owncloud-client/trunk/owncloud-client.install)
  owncloud-client/repos/community-x86_64/PKGBUILD
(from rev 135848, owncloud-client/trunk/PKGBUILD)
  owncloud-client/repos/community-x86_64/owncloud-client.install
(from rev 135848, owncloud-client/trunk/owncloud-client.install)
Deleted:
  owncloud-client/repos/community-i686/PKGBUILD
  owncloud-client/repos/community-i686/owncloud-client.install
  owncloud-client/repos/community-x86_64/PKGBUILD
  owncloud-client/repos/community-x86_64/owncloud-client.install

--+
 /PKGBUILD|   88 +
 /owncloud-client.install |   22 +++
 community-i686/PKGBUILD  |   43 --
 community-i686/owncloud-client.install   |   11 ---
 community-x86_64/PKGBUILD|   43 --
 community-x86_64/owncloud-client.install |   11 ---
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 12:06:53 UTC (rev 135848)
+++ community-i686/PKGBUILD 2015-06-25 12:08:31 UTC (rev 135849)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
-
-_name=owncloudclient
-pkgname=owncloud-client
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='ownCloud client based on mirall'
-arch=(i686 x86_64)
-url='http://owncloud.org/'
-license=(GPL2)
-depends=(qtkeychain-qt4 qtwebkit neon)
-makedepends=(cmake python-sphinx)
-optdepends=('python2-nautilus: integration with Nautilus')
-install=$pkgname.install
-backup=('etc/ownCloud/sync-exclude.lst')
-source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz;)
-md5sums=('08c6abccdc6105146715bfa9b90f7be2')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$_name-$pkgver \
-   -DBUILD_WITH_QT4=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
-
-  make
-  make doc-man
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: owncloud-client/repos/community-i686/PKGBUILD (from rev 135848, 
owncloud-client/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 12:08:31 UTC (rev 135849)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Kuba Serafinowski zizzfizzix(at)gmail(dot)com
+
+_name=owncloudclient
+pkgname=owncloud-client
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='ownCloud client based on mirall'
+arch=(i686 x86_64)
+url='http://owncloud.org/'
+license=(GPL2)
+depends=(qtkeychain-qt4 qtwebkit neon)
+makedepends=(cmake python-sphinx)
+optdepends=('python2-nautilus: integration with Nautilus')
+install=$pkgname.install
+backup=('etc/ownCloud/sync-exclude.lst')
+source=(https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz{,.asc})
+md5sums=('f1d933a0f7e327a74688c3c356ac8a92'
+ 'SKIP')
+validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$_name-$pkgver \
+   -DBUILD_WITH_QT4=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \
+
+  make
+  make doc-man
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/owncloud-client.install
===
--- community-i686/owncloud-client.install  2015-06-25 12:06:53 UTC (rev 
135848)
+++ community-i686/owncloud-client.install  2015-06-25 12:08:31 UTC (rev 
135849)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: owncloud-client/repos/community-i686/owncloud-client.install (from rev 
135848, owncloud-client/trunk/owncloud-client.install)
===
--- community-i686/owncloud-client.install  (rev 0)
+++ community-i686/owncloud-client.install  2015-06-25 12:08:31 UTC (rev 
135849)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  

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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 12:42:28
  Author: spupykin
Revision: 135845

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 10:42:03 UTC (rev 135844)
+++ community-i686/PKGBUILD 2015-06-25 10:42:28 UTC (rev 135845)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20150505
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('9c7e96aec4a951d2b763ded8ae0ab880')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd $srcdir/bmake-build
-# Fix directory permissions on install
-install -dm0755 $pkgdir/usr/bin
-install -dm0755 $pkgdir/usr/share/man/cat1
-install -dm0755 $pkgdir/usr/share/licenses/$pkgname
-sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
-head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 135844, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 10:42:28 UTC (rev 135845)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko alex at szc dot ca
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Imanol Celaya ilcra1...@gmail.com
+
+pkgname=bmake
+pkgver=20150606
+pkgrel=1
+pkgdesc=Portable version of the NetBSD 'make' build tool
+arch=('i686' 'x86_64')
+url=http://www.crufty.net/help/sjg/bmake.html;
+license=('BSD')
+source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+md5sums=('0f61b2181452bd6e68d63abe0d62aabf')
+
+prepare() {
+cd $srcdir/$pkgname
+# Add missing bsd.*.mk symlinks
+_links_orig=dep doc init lib links man nls obj own prog subdir
+_links_new=dep doc inc init lib links man nls obj own prog subdir
+sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
+}
+
+build() {
+cd $srcdir
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd $srcdir/bmake-build
+# Fix directory permissions on install
+install -dm0755 $pkgdir/usr/bin
+install -dm0755 $pkgdir/usr/share/man/cat1
+install -dm0755 $pkgdir/usr/share/licenses/$pkgname
+sh ../bmake/boot-strap --prefix=/usr --install-destdir=$pkgdir op=install
+head -n70 ../bmake/main.c $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-25 10:42:03 UTC (rev 135844)
+++ community-x86_64/PKGBUILD   2015-06-25 10:42:28 UTC (rev 135845)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko alex at szc dot ca
-# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
-# Contributor: Imanol Celaya ilcra1...@gmail.com
-
-pkgname=bmake
-pkgver=20150505
-pkgrel=1
-pkgdesc=Portable version of the NetBSD 'make' build tool
-arch=('i686' 'x86_64')
-url=http://www.crufty.net/help/sjg/bmake.html;
-license=('BSD')
-source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('9c7e96aec4a951d2b763ded8ae0ab880')
-
-prepare() {
-cd $srcdir/$pkgname
-# Add missing bsd.*.mk symlinks
-_links_orig=dep doc init lib links man nls obj own prog subdir
-_links_new=dep doc inc init lib links man nls obj own prog subdir
-sed -i -e s/$_links_orig/$_links_new/ mk/install-mk
-}
-
-build() {
-cd $srcdir
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd $srcdir/bmake-build
-# Fix directory permissions on install
-install -dm0755 $pkgdir/usr/bin
-install -dm0755 

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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 12:42:03
  Author: spupykin
Revision: 135844

upgpkg: bmake 20150606-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 07:34:53 UTC (rev 135843)
+++ PKGBUILD2015-06-25 10:42:03 UTC (rev 135844)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya ilcra1...@gmail.com
 
 pkgname=bmake
-pkgver=20150505
+pkgver=20150606
 pkgrel=1
 pkgdesc=Portable version of the NetBSD 'make' build tool
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url=http://www.crufty.net/help/sjg/bmake.html;
 license=('BSD')
 source=(http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-md5sums=('9c7e96aec4a951d2b763ded8ae0ab880')
+md5sums=('0f61b2181452bd6e68d63abe0d62aabf')
 
 prepare() {
 cd $srcdir/$pkgname


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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 12:42:49
  Author: spupykin
Revision: 135847

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 10:42:33 UTC (rev 135846)
+++ community-i686/PKGBUILD 2015-06-25 10:42:49 UTC (rev 135847)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.52
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-i686/PKGBUILD (from rev 135846, 
qmc2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 10:42:49 UTC (rev 135847)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.53
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('62957861e2f61643c93360d36c602f10')
+
+build() {
+  cd $srcdir/$pkgname
+  export CTIME=0
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/{applications,pixmaps}
+  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-25 10:42:33 UTC (rev 135846)
+++ community-x86_64/PKGBUILD   2015-06-25 10:42:49 UTC (rev 135847)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=qmc2
-pkgver=0.52
-pkgrel=1
-pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
-url=http://qmc2.arcadehits.net;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
-
-build() {
-  cd $srcdir/$pkgname
-  export CTIME=0
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr 
QMAKE=qmake-qt4 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/{applications,pixmaps}
-  install -D -m644 $srcdir/qmc2/data/img/mame.png $pkgdir/usr/share/pixmaps
-}

Copied: qmc2/repos/community-x86_64/PKGBUILD (from rev 135846, 
qmc2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-25 10:42:49 UTC (rev 135847)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: JJDaNiMoTh jjdanim...@gmail.com
+
+pkgname=qmc2
+pkgver=0.53
+pkgrel=1
+pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
+url=http://qmc2.arcadehits.net;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'phonon' 'sdl')
+makedepends=('rsync' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
+md5sums=('62957861e2f61643c93360d36c602f10')
+
+build() {
+  cd $srcdir/$pkgname
+  

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

2015-06-25 Thread Sergej Pupykin
Date: Thursday, June 25, 2015 @ 12:42:33
  Author: spupykin
Revision: 135846

upgpkg: qmc2 0.53-1

upd

Modified:
  qmc2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 10:42:28 UTC (rev 135845)
+++ PKGBUILD2015-06-25 10:42:33 UTC (rev 135846)
@@ -3,7 +3,7 @@
 # Contributor: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=qmc2
-pkgver=0.52
+pkgver=0.53
 pkgrel=1
 pkgdesc=Qt 4 based UNIX MAME frontend supporting SDLMAME
 url=http://qmc2.arcadehits.net;
@@ -12,7 +12,7 @@
 depends=('qtwebkit' 'phonon' 'sdl')
 makedepends=('rsync' 'mesa')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2;)
-md5sums=('f0e5e4973efd83674b98d1ffaa907cac')
+md5sums=('62957861e2f61643c93360d36c602f10')
 
 build() {
   cd $srcdir/$pkgname


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

2015-06-25 Thread Guillaume Alaux
Date: Thursday, June 25, 2015 @ 22:30:11
  Author: guillaume
Revision: 241283

Add patch to fix hotspot memory leak

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 20:01:34 UTC (rev 241282)
+++ PKGBUILD2015-06-25 20:30:11 UTC (rev 241283)
@@ -39,7 +39,8 @@
 icedtea_${_icedtea_ver}_hotspot.tar.bz2::${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
-icedtea-7.2.5.5-gcc5.diff)
+icedtea-7.2.5.5-gcc5.diff
+hotspot_fix_memory_leak.diff)
 
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
 
@@ -53,7 +54,8 @@
 'd724a9749f51a3c66351ad8a27bc4570640720eace33cd03f1a52e2e45731dfb'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
-'49f8b65e24f6e6c8afa9e48b11f6e1675ef2c5d3bfe31fd7d73c8de1f4150cf2')
+'49f8b65e24f6e6c8afa9e48b11f6e1675ef2c5d3bfe31fd7d73c8de1f4150cf2'
+'0de78abc8ff96e11ba3ad43f1e8194c26c5d06363cb5b7c8aa660e1ea21127a1')
 
 noextract=(icedtea_${_icedtea_ver}_openjdk.tar.bz2
icedtea_${_icedtea_ver}_corba.tar.bz2
@@ -86,7 +88,8 @@
   cp ${srcdir}/*.diff ${srcdir}/icedtea-${_icedtea_ver}/patches
   export DISTRIBUTION_PATCHES=patches/fontconfig-paths.diff \
patches/openjdk7_nonreparenting-wm.diff \
-   patches/icedtea-7.2.5.5-gcc5.diff
+   patches/icedtea-7.2.5.5-gcc5.diff \
+   patches/hotspot_fix_memory_leak.diff
 
   if [ $_bootstrap = 1 ]; then
  BOOTSTRAPOPT=--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar


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

2015-06-25 Thread Alexander Rødseth
Date: Thursday, June 25, 2015 @ 22:40:53
  Author: arodseth
Revision: 135877

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 135876, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-25 20:39:55 UTC (rev 135876)
+++ PKGBUILD2015-06-25 20:40:53 UTC (rev 135877)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.6.6
-pkgrel=1
-pkgdesc='Utility for easily changing settings in configuration files'
-arch=('any')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('python2')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('1554877f771fd3e509df5fd75c452460fd4ed78d2b23a4cd97710d5cb9831e4f')
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-any/PKGBUILD (from rev 135876, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-25 20:40:53 UTC (rev 135877)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6.7
+pkgrel=1
+pkgdesc='Utility for easily changing settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python2')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('dcc38c2864c4a6d76d161a7aa34eb425f45ee4e7e76ad95050988b437750bb4f')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-25 Thread Ray Rashif
Date: Thursday, June 25, 2015 @ 22:01:34
  Author: schiv
Revision: 241282

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 241281, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 241281, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 241281, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/.contrib
(from rev 241281, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 241281, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 241281, ardour/trunk/ardour.desktop)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop

-+
 /.contrib   |4 +
 /PKGBUILD   |  106 ++
 /ardour.desktop |   18 +++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   53 -
 extra-i686/ardour.desktop   |9 ---
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   53 -
 extra-x86_64/ardour.desktop |9 ---
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2015-06-25 20:01:21 UTC (rev 241281)
+++ extra-i686/.contrib 2015-06-25 20:01:34 UTC (rev 241282)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros bernardobar...@gmail.com
-# Contributor: Uli Armbruster uli_armbrus...@web.de

Copied: ardour/repos/extra-i686/.contrib (from rev 241281, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2015-06-25 20:01:34 UTC (rev 241282)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros bernardobar...@gmail.com
+# Contributor: Uli Armbruster uli_armbrus...@web.de

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-25 20:01:21 UTC (rev 241281)
+++ extra-i686/PKGBUILD 2015-06-25 20:01:34 UTC (rev 241282)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: see .contrib
-
-pkgname=ardour
-pkgver=4.0
-pkgrel=2
-pkgdesc=Professional-grade digital audio workstation
-arch=('i686' 'x86_64')
-url=http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
- 'aubio' 'rubberband' 'gtkmm')
-makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=($pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver;
-$pkgname.desktop)
-md5sums=('SKIP'
- 'c376b07a961137386d6b47594acb38ca')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---with-backends=jack,alsa \
---libjack=weak \
---optimize \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-
-  # install some freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 241281, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-25 20:01:34 UTC (rev 241282)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=4.1
+pkgrel=1
+pkgdesc=Professional-grade digital audio workstation
+arch=('i686' 'x86_64')
+url=http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=($pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver;
+$pkgname.desktop)
+md5sums=('SKIP'
+ 'c376b07a961137386d6b47594acb38ca')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

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

2015-06-25 Thread Ray Rashif
Date: Thursday, June 25, 2015 @ 21:48:50
  Author: schiv
Revision: 241280

archrelease: copy trunk to testing-any

Added:
  scons/repos/testing-any/
  scons/repos/testing-any/PKGBUILD
(from rev 241279, scons/trunk/PKGBUILD)

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

Copied: scons/repos/testing-any/PKGBUILD (from rev 241279, scons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-06-25 19:48:50 UTC (rev 241280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Lukas Sabota punkrockguy...@comcast.net
+# Contributor: Brice Carpentier br...@dlfp.org
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=2.3.5
+pkgrel=1
+pkgdesc=Extensible Python-based build utility
+arch=('any')
+url=http://scons.org;
+license=('MIT')
+depends=('python2')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('a8988c7ef11133bb3b6ccf0af67ce010')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --standard-lib \
+   --prefix=/usr \
+   --install-data=/usr/share \
+   --optimize=1 \
+   --root=$pkgdir
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+$pkgdir/usr/bin/*
+
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-25 Thread Ray Rashif
Date: Thursday, June 25, 2015 @ 21:48:14
  Author: schiv
Revision: 241279

upgpkg: scons 2.3.5-1

upstream release

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:58:07 UTC (rev 241278)
+++ PKGBUILD2015-06-25 19:48:14 UTC (rev 241279)
@@ -4,10 +4,10 @@
 # Contributor: Lukas Sabota punkrockguy...@comcast.net
 # Contributor: Brice Carpentier br...@dlfp.org
 
-# reminder: scons moving to py3 after 2.3.4
+# reminder: scons moving to py3 any time soon
 
 pkgname=scons
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc=Extensible Python-based build utility
 arch=('any')
@@ -15,7 +15,7 @@
 license=('MIT')
 depends=('python2')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('91fbbb67c2c65b03c746601baac4a6a5')
+md5sums=('a8988c7ef11133bb3b6ccf0af67ce010')
 
 package() {
   cd $srcdir/$pkgname-$pkgver


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

2015-06-25 Thread Alexander Rødseth
Date: Thursday, June 25, 2015 @ 22:39:55
  Author: arodseth
Revision: 135876

upgpkg: setconf 0.6.7-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 19:03:14 UTC (rev 135875)
+++ PKGBUILD2015-06-25 20:39:55 UTC (rev 135876)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('python2')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('1554877f771fd3e509df5fd75c452460fd4ed78d2b23a4cd97710d5cb9831e4f')
+sha256sums=('dcc38c2864c4a6d76d161a7aa34eb425f45ee4e7e76ad95050988b437750bb4f')
 
 package() {
   cd $pkgname-$pkgver


[arch-commits] Commit in mate-sensors-applet/trunk (PKGBUILD)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:07:54
  Author: flexiondotorg
Revision: 135856

upgpkg: mate-sensors-applet 1.10.2-1 - New upstream release

Modified:
  mate-sensors-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:05:22 UTC (rev 135855)
+++ PKGBUILD2015-06-25 15:07:54 UTC (rev 135856)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase})
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2aff79a5c5b6e7ae7d8f9f4db876c475f47b5070')
+sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
 install=${_pkgbase}.install
 
 build() {


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

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:11:55
  Author: flexiondotorg
Revision: 135860

upgpkg: mate-netspeed 1.10.1-1 - New upstream release

Modified:
  mate-netspeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:08:30 UTC (rev 135859)
+++ PKGBUILD2015-06-25 15:11:55 UTC (rev 135860)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-netspeed
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-netspeed-gtk3/trunk (PKGBUILD)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:12:18
  Author: flexiondotorg
Revision: 135862

upgpkg: mate-netspeed-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-netspeed-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:12:02 UTC (rev 135861)
+++ PKGBUILD2015-06-25 15:12:18 UTC (rev 135862)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-netspeed
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
+sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-netspeed-gtk3/repos (8 files)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:12:25
  Author: flexiondotorg
Revision: 135863

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

Added:
  mate-netspeed-gtk3/repos/community-i686/PKGBUILD
(from rev 135862, mate-netspeed-gtk3/trunk/PKGBUILD)
  mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install
(from rev 135862, mate-netspeed-gtk3/trunk/mate-netspeed.install)
  mate-netspeed-gtk3/repos/community-x86_64/PKGBUILD
(from rev 135862, mate-netspeed-gtk3/trunk/PKGBUILD)
  mate-netspeed-gtk3/repos/community-x86_64/mate-netspeed.install
(from rev 135862, mate-netspeed-gtk3/trunk/mate-netspeed.install)
Deleted:
  mate-netspeed-gtk3/repos/community-i686/PKGBUILD
  mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install
  mate-netspeed-gtk3/repos/community-x86_64/PKGBUILD
  mate-netspeed-gtk3/repos/community-x86_64/mate-netspeed.install

+
 /PKGBUILD  |   68 +++
 /mate-netspeed.install |   24 ++
 community-i686/PKGBUILD|   35 ---
 community-i686/mate-netspeed.install   |   12 -
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/mate-netspeed.install |   12 -
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:12:18 UTC (rev 135862)
+++ community-i686/PKGBUILD 2015-06-25 15:12:25 UTC (rev 135863)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-netspeed
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libgtop' 'mate-panel-gtk3=1.10' 'wireless_tools')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-netspeed-gtk3/repos/community-i686/PKGBUILD (from rev 135862, 
mate-netspeed-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:12:25 UTC (rev 135863)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK3 version [EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libgtop' 'mate-panel-gtk3=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-netspeed.install
===
--- community-i686/mate-netspeed.install2015-06-25 15:12:18 UTC (rev 
135862)
+++ community-i686/mate-netspeed.install2015-06-25 15:12:25 UTC (rev 
135863)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netspeed-gtk3/repos/community-i686/mate-netspeed.install (from rev 
135862, mate-netspeed-gtk3/trunk/mate-netspeed.install)
===
--- community-i686/mate-netspeed.install(rev 0)
+++ community-i686/mate-netspeed.install2015-06-25 15:12:25 UTC (rev 
135863)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q 

[arch-commits] Commit in mate-sensors-applet-gtk3/trunk (PKGBUILD)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:08:22
  Author: flexiondotorg
Revision: 135858

upgpkg: mate-sensors-applet-gtk3 1.10.2-1 - New upstream release

Modified:
  mate-sensors-applet-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:08:06 UTC (rev 135857)
+++ PKGBUILD2015-06-25 15:08:22 UTC (rev 135858)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-sensors-applet
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
+pkgver=${_ver}.2
 pkgrel=1
 pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
 url=http://mate-desktop.org;
@@ -16,7 +16,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2aff79a5c5b6e7ae7d8f9f4db876c475f47b5070')
+sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
 install=${_pkgbase}.install
 
 build() {


[arch-commits] Commit in mate-applets-gtk3/repos (8 files)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:05:22
  Author: flexiondotorg
Revision: 135855

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

Added:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
(from rev 135854, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-i686/mate-applets.install
(from rev 135854, mate-applets-gtk3/trunk/mate-applets.install)
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
(from rev 135854, mate-applets-gtk3/trunk/PKGBUILD)
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install
(from rev 135854, mate-applets-gtk3/trunk/mate-applets.install)
Deleted:
  mate-applets-gtk3/repos/community-i686/PKGBUILD
  mate-applets-gtk3/repos/community-i686/mate-applets.install
  mate-applets-gtk3/repos/community-x86_64/PKGBUILD
  mate-applets-gtk3/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   88 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   44 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:05:13 UTC (rev 135854)
+++ community-i686/PKGBUILD 2015-06-25 15:05:22 UTC (rev 135855)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-applets
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
-arch=('i686' 'x86_64')
-url=http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'mate-panel-gtk3=1.10' 'python2-dbus' 
'python2-gobject' 'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=3.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-applets-gtk3/repos/community-i686/PKGBUILD (from rev 135854, 
mate-applets-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:05:22 UTC (rev 135855)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
+arch=('i686' 'x86_64')
+url=http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'mate-panel-gtk3=1.10' 'python2-dbus' 
'python2-gobject' 'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=3.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-06-25 15:05:13 UTC (rev 135854)
+++ community-i686/mate-applets.install 2015-06-25 15:05:22 UTC (rev 135855)
@@ -1,13 +0,0 @@
-post_install() {
-

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

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:04:17
  Author: flexiondotorg
Revision: 135852

upgpkg: mate-applets 1.10.1-1 - New upstream release

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 13:24:06 UTC (rev 135851)
+++ PKGBUILD2015-06-25 15:04:17 UTC (rev 135852)
@@ -3,7 +3,7 @@
 _ver=1.10
 _pkgbase=mate-applets
 pkgname=(${_pkgbase})
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=Applets for MATE panel (GTK2 version)
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('mate-extra')
 conflicts=(${_pkgbase}-gtk3)
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
+sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-applets-gtk3/trunk (PKGBUILD)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:05:13
  Author: flexiondotorg
Revision: 135854

upgpkg: mate-applets-gtk3 1.10.1-1 - New upstream release

Modified:
  mate-applets-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:04:34 UTC (rev 135853)
+++ PKGBUILD2015-06-25 15:05:13 UTC (rev 135854)
@@ -4,7 +4,7 @@
 _ver=1.10
 _pkgbase=mate-applets
 pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc=Applets for MATE panel (GTK3 version [EXPERIMENTAL])
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 groups=('mate-extra-gtk3')
 conflicts=(${_pkgbase})
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
+sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
 install=${_pkgbase}.install
 
 prepare() {


[arch-commits] Commit in mate-sensors-applet/repos (8 files)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:08:06
  Author: flexiondotorg
Revision: 135857

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

Added:
  mate-sensors-applet/repos/community-i686/PKGBUILD
(from rev 135856, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
(from rev 135856, mate-sensors-applet/trunk/mate-sensors-applet.install)
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 135856, mate-sensors-applet/trunk/PKGBUILD)
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install
(from rev 135856, mate-sensors-applet/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet/repos/community-i686/PKGBUILD
  mate-sensors-applet/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
  mate-sensors-applet/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   70 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   35 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   35 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:07:54 UTC (rev 135856)
+++ community-i686/PKGBUILD 2015-06-25 15:08:06 UTC (rev 135857)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
- 'mate-panel=1.10')
-makedepends=('docbook-xml' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2aff79a5c5b6e7ae7d8f9f4db876c475f47b5070')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---disable-static
-  make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-sensors-applet/repos/community-i686/PKGBUILD (from rev 135856, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:08:06 UTC (rev 135857)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk2' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
+ 'mate-panel=1.10')
+makedepends=('docbook-xml' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--disable-static
+  make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-06-25 15:07:54 UTC (rev 
135856)
+++ community-i686/mate-sensors-applet.install  2015-06-25 15:08:06 UTC (rev 
135857)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-sensors-applet/repos/community-i686/mate-sensors-applet.install 
(from rev 135856, mate-sensors-applet/trunk/mate-sensors-applet.install)
===
--- 

[arch-commits] Commit in mate-sensors-applet-gtk3/repos (8 files)

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:08:30
  Author: flexiondotorg
Revision: 135859

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

Added:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
(from rev 135858, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
(from rev 135858, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
(from rev 135858, mate-sensors-applet-gtk3/trunk/PKGBUILD)
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install
(from rev 135858, 
mate-sensors-applet-gtk3/trunk/mate-sensors-applet.install)
Deleted:
  mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install
  mate-sensors-applet-gtk3/repos/community-x86_64/PKGBUILD
  mate-sensors-applet-gtk3/repos/community-x86_64/mate-sensors-applet.install

--+
 /PKGBUILD|   70 +
 /mate-sensors-applet.install |   24 
 community-i686/PKGBUILD  |   35 
 community-i686/mate-sensors-applet.install   |   12 
 community-x86_64/PKGBUILD|   35 
 community-x86_64/mate-sensors-applet.install |   12 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:08:22 UTC (rev 135858)
+++ community-i686/PKGBUILD 2015-06-25 15:08:30 UTC (rev 135859)
@@ -1,35 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-sensors-applet
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'gtk3' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
- 'mate-panel-gtk3=1.10')
-makedepends=('docbook-xml' 'mate-common' 'rarian' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra-gtk3')
-conflicts=(${_pkgbase})
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('2aff79a5c5b6e7ae7d8f9f4db876c475f47b5070')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=3.0 \
---disable-static
-  make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-sensors-applet-gtk3/repos/community-i686/PKGBUILD (from rev 
135858, mate-sensors-applet-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:08:30 UTC (rev 135859)
@@ -0,0 +1,35 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-sensors-applet
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc=A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings. (GTK3 version 
[EXPERIMENTAL])
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'gtk3' 'libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors'
+ 'mate-panel-gtk3=1.10')
+makedepends=('docbook-xml' 'mate-common' 'rarian' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=(${_pkgbase})
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('d5dab31c42db7ebcd38cf31e8a9f2faef0da5ebc')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=3.0 \
+--disable-static
+  make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-sensors-applet.install
===
--- community-i686/mate-sensors-applet.install  2015-06-25 15:08:22 UTC (rev 
135858)
+++ community-i686/mate-sensors-applet.install  2015-06-25 15:08:30 UTC (rev 
135859)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
mate-sensors-applet-gtk3/repos/community-i686/mate-sensors-applet.install (from 
rev 135858, 

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

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:12:02
  Author: flexiondotorg
Revision: 135861

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

Added:
  mate-netspeed/repos/community-i686/PKGBUILD
(from rev 135860, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-i686/mate-netspeed.install
(from rev 135860, mate-netspeed/trunk/mate-netspeed.install)
  mate-netspeed/repos/community-x86_64/PKGBUILD
(from rev 135860, mate-netspeed/trunk/PKGBUILD)
  mate-netspeed/repos/community-x86_64/mate-netspeed.install
(from rev 135860, mate-netspeed/trunk/mate-netspeed.install)
Deleted:
  mate-netspeed/repos/community-i686/PKGBUILD
  mate-netspeed/repos/community-i686/mate-netspeed.install
  mate-netspeed/repos/community-x86_64/PKGBUILD
  mate-netspeed/repos/community-x86_64/mate-netspeed.install

+
 /PKGBUILD  |   68 +++
 /mate-netspeed.install |   24 ++
 community-i686/PKGBUILD|   34 ---
 community-i686/mate-netspeed.install   |   12 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/mate-netspeed.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:11:55 UTC (rev 135860)
+++ community-i686/PKGBUILD 2015-06-25 15:12:02 UTC (rev 135861)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-netspeed
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libgtop' 'mate-panel=1.10' 'wireless_tools')
-makedepends=('mate-common' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('ce27b63cb2ee92bc24071f1df1f34a52069be5b6')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-netspeed/repos/community-i686/PKGBUILD (from rev 135860, 
mate-netspeed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:12:02 UTC (rev 135861)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-netspeed
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=A MATE applet that shows how much traffic occurs on a specified 
network device. (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libgtop' 'mate-panel=1.10' 'wireless_tools')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('7276d9a97204dfda484ceba32d93fb1181585b96')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-netspeed.install
===
--- community-i686/mate-netspeed.install2015-06-25 15:11:55 UTC (rev 
135860)
+++ community-i686/mate-netspeed.install2015-06-25 15:12:02 UTC (rev 
135861)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-netspeed/repos/community-i686/mate-netspeed.install (from rev 
135860, mate-netspeed/trunk/mate-netspeed.install)
===
--- community-i686/mate-netspeed.install(rev 0)
+++ community-i686/mate-netspeed.install2015-06-25 15:12:02 UTC (rev 
135861)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2015-06-25 Thread Martin Wimpress
Date: Thursday, June 25, 2015 @ 17:04:34
  Author: flexiondotorg
Revision: 135853

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 135852, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-i686/mate-applets.install
(from rev 135852, mate-applets/trunk/mate-applets.install)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 135852, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/mate-applets.install
(from rev 135852, mate-applets/trunk/mate-applets.install)
Deleted:
  mate-applets/repos/community-i686/PKGBUILD
  mate-applets/repos/community-i686/mate-applets.install
  mate-applets/repos/community-x86_64/PKGBUILD
  mate-applets/repos/community-x86_64/mate-applets.install

---+
 /PKGBUILD |   86 
 /mate-applets.install |   26 +
 community-i686/PKGBUILD   |   43 
 community-i686/mate-applets.install   |   13 
 community-x86_64/PKGBUILD |   43 
 community-x86_64/mate-applets.install |   13 
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 15:04:17 UTC (rev 135852)
+++ community-i686/PKGBUILD 2015-06-25 15:04:34 UTC (rev 135853)
@@ -1,43 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=mate-applets
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=Applets for MATE panel (GTK2 version)
-arch=('i686' 'x86_64')
-url=http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview2' 'mate-panel=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
-makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('953fcbb9865dbbfbb1a8ccfc85884b1f336b33b2')
-install=${_pkgbase}.install
-
-prepare() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${_pkgbase} \
---enable-polkit \
---enable-ipv6 \
---with-gtk=2.0 \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 135852, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 15:04:34 UTC (rev 135853)
@@ -0,0 +1,43 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=mate-applets
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=Applets for MATE panel (GTK2 version)
+arch=('i686' 'x86_64')
+url=http://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview2' 'mate-panel=1.10' 'python2-dbus' 'python2-gobject' 
'upower')
+makedepends=('docbook2x' 'docbook-xsl' 'mate-common' 'yelp-tools')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('b3585b1f7e78f1dadcc97419cf60299291d52fab')
+install=${_pkgbase}.install
+
+prepare() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${_pkgbase} \
+--enable-polkit \
+--enable-ipv6 \
+--with-gtk=2.0 \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-applets.install
===
--- community-i686/mate-applets.install 2015-06-25 15:04:17 UTC (rev 135852)
+++ community-i686/mate-applets.install 2015-06-25 15:04:34 UTC (rev 135853)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-gtk-update-icon-cache -q -t -f 

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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:18:21
  Author: jsteel
Revision: 135865

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

Added:
  facter/repos/community-i686/
  facter/repos/community-i686/PKGBUILD
(from rev 135864, facter/trunk/PKGBUILD)
  facter/repos/community-x86_64/
  facter/repos/community-x86_64/PKGBUILD
(from rev 135864, facter/trunk/PKGBUILD)

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

Copied: facter/repos/community-i686/PKGBUILD (from rev 135864, 
facter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 17:18:21 UTC (rev 135865)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=facter
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=Collect and display system facts
+arch=('i686' 'x86_64')
+url=http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a7015bb0f4919b8d709cace19ae84278')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: facter/repos/community-x86_64/PKGBUILD (from rev 135864, 
facter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-25 17:18:21 UTC (rev 135865)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=facter
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=Collect and display system facts
+arch=('i686' 'x86_64')
+url=http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a7015bb0f4919b8d709cace19ae84278')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:23:17
  Author: jsteel
Revision: 135867

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 17:18:33 UTC (rev 135866)
+++ community-i686/PKGBUILD 2015-06-25 17:23:17 UTC (rev 135867)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
-# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=facter
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=Collect and display system facts
-arch=('i686' 'x86_64')
-url=http://puppetlabs.com/facter;
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake')
-replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a7015bb0f4919b8d709cace19ae84278')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR=$pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-i686/PKGBUILD (from rev 135866, 
facter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 17:23:17 UTC (rev 135867)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=facter
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=Collect and display system facts
+arch=('i686' 'x86_64')
+url=http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a7015bb0f4919b8d709cace19ae84278')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-25 17:18:33 UTC (rev 135866)
+++ community-x86_64/PKGBUILD   2015-06-25 17:23:17 UTC (rev 135867)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
-# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail.com
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=facter
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=Collect and display system facts
-arch=('i686' 'x86_64')
-url=http://puppetlabs.com/facter;
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake')
-replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a7015bb0f4919b8d709cace19ae84278')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR=$pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-x86_64/PKGBUILD (from rev 135866, 
facter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-25 17:23:17 UTC (rev 135867)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: Greg Sutcliffe facter_aur (at) emeraldreverie.orgr
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Thomas S Hatch thatch45 (at) 

[arch-commits] Commit in (cfacter)

2015-06-25 Thread Bartłomiej Piotrowski
Date: Thursday, June 25, 2015 @ 19:44:37
  Author: bpiotrowski
Revision: 135873

cfacter has been replaced by facter 3.x

Deleted:
  cfacter/


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:32:18
  Author: jsteel
Revision: 135870

upgpkg: hiera 3.0.1-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 17:26:21 UTC (rev 135869)
+++ PKGBUILD2015-06-25 17:32:18 UTC (rev 135870)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel jsteel at archlinux.org
 
 pkgname=hiera
-pkgver=2.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Lightweight pluggable hierarchical database
 arch=('any')
@@ -10,8 +10,8 @@
 license=('APACHE')
 depends=('ruby')
 backup=('etc/hiera.yaml')
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a9c8884705d7f32e51ce357553487b93')
 
 package() {
   cd $pkgname-$pkgver


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:32:27
  Author: jsteel
Revision: 135871

archrelease: copy trunk to community-any

Added:
  hiera/repos/community-any/PKGBUILD
(from rev 135870, hiera/trunk/PKGBUILD)
Deleted:
  hiera/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-25 17:32:18 UTC (rev 135870)
+++ PKGBUILD2015-06-25 17:32:27 UTC (rev 135871)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at archlinux.org
-
-pkgname=hiera
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=Lightweight pluggable hierarchical database
-arch=('any')
-url=http://projects.puppetlabs.com/projects/hiera;
-license=('APACHE')
-depends=('ruby')
-backup=('etc/hiera.yaml')
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' ) --mandir=/
-
-  install -d $pkgdir/var/lib/hiera/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 135870, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-25 17:32:27 UTC (rev 135871)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+
+pkgname=hiera
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=Lightweight pluggable hierarchical database
+arch=('any')
+url=http://projects.puppetlabs.com/projects/hiera;
+license=('APACHE')
+depends=('ruby')
+backup=('etc/hiera.yaml')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a9c8884705d7f32e51ce357553487b93')
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' ) --mandir=/
+
+  install -d $pkgdir/var/lib/hiera/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:18:05
  Author: jsteel
Revision: 135864

upgpkg: facter 3.0.0-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 15:12:25 UTC (rev 135863)
+++ PKGBUILD2015-06-25 17:18:05 UTC (rev 135864)
@@ -7,22 +7,30 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=facter
-pkgver=2.4.4
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc=Collect and display system facts
-arch=('any')
+arch=('i686' 'x86_64')
 url=http://puppetlabs.com/facter;
 license=('APACHE')
-depends=('ruby' 'inetutils' 'net-tools')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('97e5daae4c9571013506867f1ba8da0a')
+md5sums=('a7015bb0f4919b8d709cace19ae84278')
 
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
 package() {
   cd $pkgname-$pkgver
 
-  ruby install.rb --destdir=$pkgdir --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
+  make install DESTDIR=$pkgdir
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-06-25 Thread Jonathan Steel
Date: Thursday, June 25, 2015 @ 19:18:33
  Author: jsteel
Revision: 135866

Removed community-any for facter

Deleted:
  facter/repos/community-any/


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

2015-06-25 Thread Anatol Pomozov
Date: Thursday, June 25, 2015 @ 21:01:56
  Author: anatolik
Revision: 135874

upgpkg: android-tools 5.1.1_r5-1

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 17:44:37 UTC (rev 135873)
+++ PKGBUILD2015-06-25 19:01:56 UTC (rev 135874)
@@ -4,7 +4,7 @@
 # Contributor: Alucryd alucryd at gmail dot com
 
 pkgname=android-tools
-pkgver=5.1.1_r4
+pkgver=5.1.1_r5
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)


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

2015-06-25 Thread Anatol Pomozov
Date: Thursday, June 25, 2015 @ 21:03:14
  Author: anatolik
Revision: 135875

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

Added:
  android-tools/repos/community-testing-i686/
  android-tools/repos/community-testing-i686/Makefile
(from rev 135874, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-i686/PKGBUILD
(from rev 135874, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-i686/bash_completion
(from rev 135874, android-tools/trunk/bash_completion)
  android-tools/repos/community-testing-x86_64/
  android-tools/repos/community-testing-x86_64/Makefile
(from rev 135874, android-tools/trunk/Makefile)
  android-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 135874, android-tools/trunk/PKGBUILD)
  android-tools/repos/community-testing-x86_64/bash_completion
(from rev 135874, android-tools/trunk/bash_completion)

--+
 community-testing-i686/Makefile  |  101 ++
 community-testing-i686/PKGBUILD  |   41 +
 community-testing-i686/bash_completion   |  202 +
 community-testing-x86_64/Makefile|  101 ++
 community-testing-x86_64/PKGBUILD|   41 +
 community-testing-x86_64/bash_completion |  202 +
 6 files changed, 688 insertions(+)

Copied: android-tools/repos/community-testing-i686/Makefile (from rev 135874, 
android-tools/trunk/Makefile)
===
--- community-testing-i686/Makefile (rev 0)
+++ community-testing-i686/Makefile 2015-06-25 19:03:14 UTC (rev 135875)
@@ -0,0 +1,101 @@
+all: mkbootimg fastboot adb
+
+install:
+   install -m755 -d $(DESTDIR)/usr/bin
+   install -m755 -t $(DESTDIR)/usr/bin mkbootimg fastboot adb
+
+clean:
+   rm -f **/*.o
+
+.PHONY: clean
+
+
+
+
+MKBOOTIMG_SRCS += $(wildcard core/libmincrypt/*.c)
+MKBOOTIMG_SRCS += core/mkbootimg/mkbootimg.c
+
+MKBOOTIMG_CFLAGS += -Icore/include
+
+mkbootimg: $(MKBOOTIMG_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(MKBOOTIMG_CFLAGS) $(LDFLAGS) $(MKBOOTIMG_LIBS) 
$(MKBOOTIMG_SRCS)
+
+
+
+
+ADB_SRCS += core/adb/adb.c
+ADB_SRCS += core/adb/adb_auth_host.c
+ADB_SRCS += core/adb/adb_client.c
+ADB_SRCS += core/adb/commandline.c
+ADB_SRCS += core/adb/console.c
+ADB_SRCS += core/adb/fdevent.c
+ADB_SRCS += core/adb/file_sync_client.c
+ADB_SRCS += core/adb/get_my_path_linux.c
+ADB_SRCS += core/adb/services.c
+ADB_SRCS += core/adb/sockets.c
+ADB_SRCS += core/adb/transport.c
+ADB_SRCS += core/adb/transport_local.c
+ADB_SRCS += core/adb/transport_usb.c
+ADB_SRCS += core/adb/usb_linux.c
+ADB_SRCS += core/adb/usb_vendors.c
+ADB_SRCS += core/libcutils/load_file.c
+ADB_SRCS += core/libcutils/socket_inaddr_any_server.c
+ADB_SRCS += core/libcutils/socket_local_client.c
+ADB_SRCS += core/libcutils/socket_local_server.c
+ADB_SRCS += core/libcutils/socket_loopback_client.c
+ADB_SRCS += core/libcutils/socket_loopback_server.c
+ADB_SRCS += core/libcutils/socket_network_client.c
+ADB_SRCS += core/libzipfile/centraldir.c
+ADB_SRCS += core/libzipfile/zipfile.c
+
+ADB_CFLAGS  += -DADB_HOST=1 -DHAVE_FORKEXEC=1 -DHAVE_OFF64_T=1 -DHAVE_TERMIO_H 
-I core/include -I core/adb
+ADB_LIBS += -lcrypto -lpthread -lz
+
+adb: $(ADB_SRCS)
+   $(CC) -o $@ $(CFLAGS) $(ADB_CFLAGS) $(LDFLAGS) $(ADB_SRCS) $(ADB_LIBS)
+
+
+
+FASTBOOT_SRCS += core/fastboot/bootimg.c
+FASTBOOT_SRCS += core/fastboot/engine.c
+FASTBOOT_SRCS += core/fastboot/fastboot.c
+FASTBOOT_SRCS += core/fastboot/protocol.c
+FASTBOOT_SRCS += core/fastboot/usb_linux.c
+FASTBOOT_SRCS += core/fastboot/util_linux.c
+FASTBOOT_SRCS += core/fastboot/util.c
+FASTBOOT_SRCS += core/fastboot/fs.c
+FASTBOOT_SRCS += core/libsparse/backed_block.c
+FASTBOOT_SRCS += core/libsparse/output_file.c
+FASTBOOT_SRCS += core/libsparse/sparse.c
+FASTBOOT_SRCS += core/libsparse/sparse_crc32.c
+FASTBOOT_SRCS += core/libsparse/sparse_err.c
+FASTBOOT_SRCS += core/libsparse/sparse_read.c
+FASTBOOT_SRCS += core/libzipfile/centraldir.c
+FASTBOOT_SRCS += core/libzipfile/zipfile.c
+FASTBOOT_SRCS += extras/ext4_utils/allocate.c
+FASTBOOT_SRCS += extras/ext4_utils/contents.c
+FASTBOOT_SRCS += extras/ext4_utils/crc16.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_utils.c
+FASTBOOT_SRCS += extras/ext4_utils/ext4_sb.c
+FASTBOOT_SRCS += extras/ext4_utils/extent.c
+FASTBOOT_SRCS += extras/ext4_utils/indirect.c
+FASTBOOT_SRCS += extras/ext4_utils/make_ext4fs.c
+FASTBOOT_SRCS += extras/ext4_utils/sha1.c
+FASTBOOT_SRCS += extras/ext4_utils/uuid.c
+FASTBOOT_SRCS += extras/ext4_utils/wipe.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_utils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_dlutils.c
+FASTBOOT_SRCS += extras/f2fs_utils/f2fs_ioutils.c
+FASTBOOT_SRCS += libselinux/src/callbacks.c
+FASTBOOT_SRCS += libselinux/src/check_context.c
+FASTBOOT_SRCS += libselinux/src/freecon.c
+FASTBOOT_SRCS += libselinux/src/init.c

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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 04:54:02
  Author: fyan
Revision: 135880

archrelease: copy trunk to community-any

Added:
  python-qiniu/repos/community-any/LICENSE
(from rev 135879, python-qiniu/trunk/LICENSE)
  python-qiniu/repos/community-any/PKGBUILD
(from rev 135879, python-qiniu/trunk/PKGBUILD)
Deleted:
  python-qiniu/repos/community-any/LICENSE
  python-qiniu/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +++
 PKGBUILD |   84 ++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-06-26 02:53:42 UTC (rev 135879)
+++ LICENSE 2015-06-26 02:54:02 UTC (rev 135880)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Qiniu, Ltd.s...@qiniu.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: python-qiniu/repos/community-any/LICENSE (from rev 135879, 
python-qiniu/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-06-26 02:54:02 UTC (rev 135880)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Qiniu, Ltd.s...@qiniu.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-26 02:53:42 UTC (rev 135879)
+++ PKGBUILD2015-06-26 02:54:02 UTC (rev 135880)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-qiniu
-pkgname=(python-qiniu python2-qiniu)
-_pkgname=qiniu
-pkgver=7.0.4
-pkgrel=1
-pkgdesc=Qiniu Resource Storage SDK for Python
-arch=('any')
-url='https://github.com/qiniu/python-sdk'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
-LICENSE)
-sha512sums=('36a984a61ebeaa08974788be6378de761009cd265beec6b8be9a1302eadc1e596d05506ff5bfc07a0ed5177253d2f02edf4f224ed55db861896dcc646426fd34'
-
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
-
-prepare() {
-  cp -a ${_pkgname}-$pkgver{,-py2}
-}
-
-package_python-qiniu() {
-  depends=('python-requests' 'python-setuptools')
-
-  cd ${_pkgname}-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-qiniu() {
-  depends=('python2-requests' 'python2-setuptools')
-
-  cd ${_pkgname}-$pkgver-py2
-  python2 setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # Don't conflict with python 3.x version
-  mv $pkgdir/usr/bin/qiniupy{,2}
-}

Copied: python-qiniu/repos/community-any/PKGBUILD (from rev 135879, 
python-qiniu/trunk/PKGBUILD)

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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 04:53:42
  Author: fyan
Revision: 135879

upgpkg: python-qiniu 7.0.5-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 23:55:36 UTC (rev 135878)
+++ PKGBUILD2015-06-26 02:53:42 UTC (rev 135879)
@@ -4,7 +4,7 @@
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
 _pkgname=qiniu
-pkgver=7.0.4
+pkgver=7.0.5
 pkgrel=1
 pkgdesc=Qiniu Resource Storage SDK for Python
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(https://pypi.python.org/packages/source/q/qiniu/qiniu-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('36a984a61ebeaa08974788be6378de761009cd265beec6b8be9a1302eadc1e596d05506ff5bfc07a0ed5177253d2f02edf4f224ed55db861896dcc646426fd34'
+sha512sums=('7ac090fd910e9556eb666ae935b30def4797ed52635413c689da6c20122f4195d4d587bc39765e7f0d4d1bc521cce86c6a9ec0525ef9ff34294dad14d24477c2'
 
'4fbb1090b3ee0d230d40b45db7bcd164873872d1860bd83b51197ed5d03e9d4be7785a400f1d314d6e3c0a6fcba7e1afdf3fdab04ae9970df59f96b18862c529')
 
 prepare() {


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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 04:59:02
  Author: fyan
Revision: 135881

upgpkg: python-sqlalchemy 1.0.6-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 02:54:02 UTC (rev 135880)
+++ PKGBUILD2015-06-26 02:59:02 UTC (rev 135881)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 arch=('i686' 'x86_64') # python2 package contain .so
 url=http://www.sqlalchemy.org/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
 
source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('e9e54eb24b148d065e42e0826523657a'
+md5sums=('a433793d8dea5d302553217d8dbbf3be'
  'SKIP')
 
 prepare() {


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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 05:04:24
  Author: fyan
Revision: 135884

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-26 03:03:52 UTC (rev 135883)
+++ community-i686/PKGBUILD 2015-06-26 03:04:24 UTC (rev 135884)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('fd9c0edf8b0fc57b653af28f93eed9b2f601c4edc682a119ec7f3618a107e9b05c1838c75d1d6fcb7fdec392e3685208f1971b49bdff796311ea0fe8571b8cba')
-sha512sums_i686=('07bb7d56fb56f96b470d76410fa9443dac0c5117ff7ff8847d457ea958b264a095224049e6e81c509fb0f0f2579354ea9e64cdd55f373f01e4a07530265cba64')
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  cd $pkgname-sdk/bin
-
-  # Configure paths
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 135883, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-26 03:04:24 UTC (rev 135884)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('5e34457c58da8b4993f0dde0af06db3406e12d00a99f0e39d0aa5780a4a3d9fead381349e59e87f5aee0933d4a9d71e4da821182825a65314c86218474a09eae')
+sha512sums_i686=('6781634cdf414a73a2483f69e6028837e7f0184ff3f32861e74b09c26b42345105b029e10b811d7b4a0a4650818d2301130952ef91663bd34827063d82ea53e4')
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 

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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 05:03:52
  Author: fyan
Revision: 135883

upgpkg: dart 1.11.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 02:59:37 UTC (rev 135882)
+++ PKGBUILD2015-06-26 03:03:52 UTC (rev 135883)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('fd9c0edf8b0fc57b653af28f93eed9b2f601c4edc682a119ec7f3618a107e9b05c1838c75d1d6fcb7fdec392e3685208f1971b49bdff796311ea0fe8571b8cba')
-sha512sums_i686=('07bb7d56fb56f96b470d76410fa9443dac0c5117ff7ff8847d457ea958b264a095224049e6e81c509fb0f0f2579354ea9e64cdd55f373f01e4a07530265cba64')
+sha512sums_x86_64=('5e34457c58da8b4993f0dde0af06db3406e12d00a99f0e39d0aa5780a4a3d9fead381349e59e87f5aee0933d4a9d71e4da821182825a65314c86218474a09eae')
+sha512sums_i686=('6781634cdf414a73a2483f69e6028837e7f0184ff3f32861e74b09c26b42345105b029e10b811d7b4a0a4650818d2301130952ef91663bd34827063d82ea53e4')
 
 prepare() {
   # Fix permissions


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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 05:49:47
  Author: foutrelis
Revision: 135885

Fix build with GCC 5.1 and revert switch to clang

https://bugzilla.redhat.com/show_bug.cgi?id=1223612

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 03:04:24 UTC (rev 135884)
+++ PKGBUILD2015-06-26 03:49:47 UTC (rev 135885)
@@ -8,19 +8,22 @@
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
 license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
  'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'clang')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
 install=ogre.install
 source=(hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
+
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
+
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
 md5sums=('SKIP'
+ '3debee4514a33a0a642370aecdc41975'
  '116fb8009c8d4b499f9a885052cc0ea6')
 
 prepare() {
   cd ogre
 
-  patch -Np1  $srcdir/cmake30.patch
+  patch -Np1  $srcdir/ogre-template-fix.patch
+  patch -Np1  $srcdir/ogre-cmake30.patch
 }
 
 build() {
@@ -29,9 +32,9 @@
   [[ -d build ]]  rm -rf build
   mkdir build  cd build
 
-  export CC=clang
-  export CXX=clang++
-  export CXXFLAGS=-msse4
+  # Silence warnings about deprecated declarations
+  CXXFLAGS+=' -Wno-deprecated-declarations'
+
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DOGRE_INSTALL_SAMPLES=TRUE \


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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 04:59:37
  Author: fyan
Revision: 135882

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-26 02:59:02 UTC (rev 135881)
+++ community-i686/PKGBUILD 2015-06-26 02:59:37 UTC (rev 135882)
@@ -1,62 +0,0 @@
-# $Id$ 
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.0.5
-pkgrel=1
-arch=('i686' 'x86_64') # python2 package contain .so
-url=http://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
-source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-md5sums=('e9e54eb24b148d065e42e0826523657a'
- 'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd ../SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd SQLAlchemy-${pkgver}
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
- 
-  cd ../SQLAlchemy2-$pkgver  
-  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-i686/PKGBUILD (from rev 135881, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-26 02:59:37 UTC (rev 135882)
@@ -0,0 +1,62 @@
+# $Id$ 
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sébastien Luttringer se...@aur.archlinux.org
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.0.6
+pkgrel=1
+arch=('i686' 'x86_64') # python2 package contain .so
+url=http://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock')
+source=(https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+md5sums=('a433793d8dea5d302553217d8dbbf3be'
+ 'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd ../SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd SQLAlchemy-${pkgver}
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+ 
+  cd ../SQLAlchemy2-$pkgver  
+  PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-${pkgver}
+  python setup.py install --root=${pkgdir}
+  install -D -m644 LICENSE \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE \
+ 

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

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 05:11:04
  Author: fyan
Revision: 241284

upgpkg: perl-uri 1.68-1

Modified:
  perl-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 20:30:11 UTC (rev 241283)
+++ PKGBUILD2015-06-26 03:11:04 UTC (rev 241284)
@@ -5,7 +5,7 @@
 
 pkgname=perl-uri
 _realname=URI
-pkgver=1.67
+pkgver=1.68
 pkgrel=1
 pkgdesc=Uniform Resource Identifiers (absolute and relative)
 arch=('any')
@@ -15,7 +15,7 @@
 provides=('perl-uri-escape=3.30')
 options=('!emptydirs')
 
source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
-md5sums=('d0ef53b6c63bcc02ba55f405c30741e3')
+md5sums=('4a954ab8d79f831616ca817ba4b26cb9')
 
 build() {
   cd ${srcdir}/${_realname}-$pkgver


[arch-commits] Commit in perl-uri/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-25 Thread Felix Yan
Date: Friday, June 26, 2015 @ 05:11:29
  Author: fyan
Revision: 241285

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
(from rev 241284, perl-uri/trunk/PKGBUILD)
Deleted:
  perl-uri/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-26 03:11:04 UTC (rev 241284)
+++ PKGBUILD2015-06-26 03:11:29 UTC (rev 241285)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus francois.archlinux.org 
-
-pkgname=perl-uri
-_realname=URI
-pkgver=1.67
-pkgrel=1
-pkgdesc=Uniform Resource Identifiers (absolute and relative)
-arch=('any')
-url=http://search.cpan.org/dist/${_realname}/;
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-uri-escape=3.30')
-options=('!emptydirs')
-source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
-md5sums=('d0ef53b6c63bcc02ba55f405c30741e3')
-
-build() {
-  cd ${srcdir}/${_realname}-$pkgver
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-$pkgver
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 241284, 
perl-uri/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-26 03:11:29 UTC (rev 241285)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=perl-uri
+_realname=URI
+pkgver=1.68
+pkgrel=1
+pkgdesc=Uniform Resource Identifiers (absolute and relative)
+arch=('any')
+url=http://search.cpan.org/dist/${_realname}/;
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=(http://cpan.metacpan.org/authors/id/E/ET/ETHER/${_realname}-${pkgver}.tar.gz;)
+md5sums=('4a954ab8d79f831616ca817ba4b26cb9')
+
+build() {
+  cd ${srcdir}/${_realname}-$pkgver
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-$pkgver
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh


[arch-commits] Commit in openimageio/trunk (PKGBUILD fix-compiler-warning.patch)

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 06:04:09
  Author: foutrelis
Revision: 135886

Fix build with GCC 5.1 and revert switch to clang

Added:
  openimageio/trunk/fix-compiler-warning.patch
Modified:
  openimageio/trunk/PKGBUILD

+
 PKGBUILD   |   11 +--
 fix-compiler-warning.patch |   22 ++
 2 files changed, 27 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 03:49:47 UTC (rev 135885)
+++ PKGBUILD2015-06-26 04:04:09 UTC (rev 135886)
@@ -10,18 +10,21 @@
 url=http://www.openimageio.org/;
 license=('custom')
 depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'clang') # Remove 
clang when this compiles with gcc 5.1
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver}
+fix-compiler-warning.patch
 stdmath.patch)
 md5sums=('SKIP'
+ 'f41243f93ad9370060efdad931750289'
  '7b819bf20cf2c13cbde5fc6511e39f35')
 
 prepare() {
   cd oiio
 
-  patch -Np1  $srcdir/stdmath.patch
+  patch -Np1  $srcdir/fix-compiler-warning.patch
+  patch -Np1  $srcdir/stdmath.patch
 }
 
 build() {
@@ -30,10 +33,6 @@
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 
-  export CC=clang
-  export CXX=clang++
-  export CXXFLAGS=-Wno-error -w
-
   cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \

Added: fix-compiler-warning.patch
===
--- fix-compiler-warning.patch  (rev 0)
+++ fix-compiler-warning.patch  2015-06-26 04:04:09 UTC (rev 135886)
@@ -0,0 +1,22 @@
+From 4e3371d2e37512c5fa8b1f297ad9af52417fec9e Mon Sep 17 00:00:00 2001
+From: Larry Gritz l...@larrygritz.com
+Date: Wed, 11 Feb 2015 15:27:40 -0800
+Subject: [PATCH] Fix compiler warning about unused variable
+
+---
+ src/ptex.imageio/ptex/PtexHalf.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ptex.imageio/ptex/PtexHalf.cpp 
b/src/ptex.imageio/ptex/PtexHalf.cpp
+index a880971..3c17369 100644
+--- a/src/ptex.imageio/ptex/PtexHalf.cpp
 b/src/ptex.imageio/ptex/PtexHalf.cpp
+@@ -80,7 +80,7 @@ static bool PtexHalfInit()
+ return 1;
+ }
+ 
+-static bool PtexHalfInitialized = PtexHalfInit();
++bool PtexHalfInitialized = PtexHalfInit();
+ 
+ 
+ /** Handle exceptional cases for half-to-float conversion */


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

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 08:28:32
  Author: arojas
Revision: 135841

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-25 06:27:50 UTC (rev 135840)
+++ community-i686/PKGBUILD 2015-06-25 06:28:32 UTC (rev 135841)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: Tim Jester-Pfadt t.jpatgmx.de
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Provides a standard for creating app stores across distributions
-arch=('i686' 'x86_64')
-url=http://distributions.freedesktop.org/wiki/AppStream;
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
-source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR=$pkgdir install
-  
-# provided by -qt subpackage
-  rm -r $pkgdir/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
-
-  cd build/qt
-  make DESTDIR=$pkgdir install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 135840, 
appstream/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-25 06:28:32 UTC (rev 135841)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: Tim Jester-Pfadt t.jpatgmx.de
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Provides a standard for creating app stores across distributions
+arch=(i686 x86_64)
+url=http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
+source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
+sha256sums=('59bff4431f48e30c43d5edebb280a81b3d6f06effc2eae58678478f1d81b7603')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR=$pkgdir install
+  
+# provided by -qt subpackage
+  rm -r $pkgdir/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-25 06:27:50 UTC (rev 135840)
+++ community-x86_64/PKGBUILD   2015-06-25 06:28:32 UTC (rev 135841)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Jameson Pugh imntr...@gmail.com
-# Contributor: Tim Jester-Pfadt t.jpatgmx.de
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Provides a standard for creating app stores across distributions
-arch=('i686' 'x86_64')
-url=http://distributions.freedesktop.org/wiki/AppStream;
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
-source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 
-DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR=$pkgdir install
-  
-# provided by -qt subpackage
-  rm -r 

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

2015-06-25 Thread Tobias Powalowski
Date: Thursday, June 25, 2015 @ 08:45:46
  Author: tpowa
Revision: 241275

db-move: moved efibootmgr from [testing] to [core] (i686, x86_64)

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 241273, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 241273, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 241273, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 241273, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  106 +++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   53 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   53 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-06-25 06:45:44 UTC (rev 241274)
+++ core-i686/PKGBUILD  2015-06-25 06:45:46 UTC (rev 241275)
@@ -1,53 +0,0 @@
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efibootmgr
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.11.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
-#source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/efibootmgr/
-   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 241273, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-25 06:45:46 UTC (rev 241275)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efibootmgr
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+pkgver=0.12
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+#source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efibootmgr/
+   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 

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

2015-06-25 Thread Tobias Powalowski
Date: Thursday, June 25, 2015 @ 08:45:34
  Author: tpowa
Revision: 241273

db-move: moved dosfstools from [testing] to [core] (i686, x86_64)

Added:
  dosfstools/repos/core-i686/PKGBUILD
(from rev 241272, dosfstools/repos/testing-i686/PKGBUILD)
  dosfstools/repos/core-x86_64/PKGBUILD
(from rev 241272, dosfstools/repos/testing-x86_64/PKGBUILD)
Deleted:
  dosfstools/repos/core-i686/PKGBUILD
  dosfstools/repos/core-x86_64/PKGBUILD
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-06-25 06:43:23 UTC (rev 241272)
+++ core-i686/PKGBUILD  2015-06-25 06:45:34 UTC (rev 241273)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.27
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-)
-url=https://github.com/dosfstools/dosfstools;
-license=('GPL2')
-md5sums=('3254566ea66b185920abb7f694df2c2a'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-i686/PKGBUILD (from rev 241272, 
dosfstools/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-25 06:45:34 UTC (rev 241273)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.28
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url=https://github.com/dosfstools/dosfstools;
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('6a047a6c65186b9ebb1853709adb36db'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-06-25 06:43:23 UTC (rev 241272)
+++ core-x86_64/PKGBUILD2015-06-25 06:45:34 UTC (rev 241273)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-pkgname=dosfstools
-pkgver=3.0.27
-pkgrel=1
-pkgdesc=DOS filesystem utilities
-arch=(i686 x86_64)
-depends=('glibc')
-source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
-)
-url=https://github.com/dosfstools/dosfstools;
-license=('GPL2')
-md5sums=('3254566ea66b185920abb7f694df2c2a'
- 'SKIP')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   make
-}
-
-package () {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
-}

Copied: dosfstools/repos/core-x86_64/PKGBUILD (from rev 241272, 
dosfstools/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-06-25 06:45:34 UTC (rev 241273)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+pkgname=dosfstools
+pkgver=3.0.28
+pkgrel=1
+pkgdesc=DOS filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url=https://github.com/dosfstools/dosfstools;
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('6a047a6c65186b9ebb1853709adb36db'
+ 'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man 
DOCDIR=/usr/share/doc install
+}


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

2015-06-25 Thread Tobias Powalowski
Date: Thursday, June 25, 2015 @ 08:45:44
  Author: tpowa
Revision: 241274

db-move: moved efivar from [testing] to [core] (i686, x86_64)

Added:
  efivar/repos/core-i686/PKGBUILD
(from rev 241273, efivar/repos/testing-i686/PKGBUILD)
  efivar/repos/core-x86_64/PKGBUILD
(from rev 241273, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-i686/PKGBUILD
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-i686/
  efivar/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-06-25 06:45:34 UTC (rev 241273)
+++ core-i686/PKGBUILD  2015-06-25 06:45:44 UTC (rev 241274)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar
-pkgdesc=Tools and library to manipulate EFI variables
-pkgver=0.15
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=(libefivar=${pkgver})
-options=('strip' 'zipman' 'docs')
-
-source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
-#source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/efivar/
-   echo $(git describe --tags) | sed -e 's|efivar-||g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efivar/
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efivar/
-   
-   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efivar/
-   
-   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
-   echo
-   
-   install -d ${pkgdir}/usr/bin
-   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 241273, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-06-25 06:45:44 UTC (rev 241274)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efivar
+pkgdesc=Tools and library to manipulate EFI variables
+pkgver=0.20
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('strip' 'zipman' 'docs')
+
+source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
+#source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efivar/
+   echo $(git describe --tags) | sed -e 's|efivar-||g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efivar/
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efivar/
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efivar/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-06-25 06:45:34 UTC (rev 241273)
+++ core-x86_64/PKGBUILD2015-06-25 06:45:44 UTC (rev 241274)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar
-pkgdesc=Tools and 

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

2015-06-25 Thread Maxime Gauduin
Date: Thursday, June 25, 2015 @ 09:34:53
  Author: alucryd
Revision: 135843

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-25 07:34:36 UTC (rev 135842)
+++ PKGBUILD2015-06-25 07:34:53 UTC (rev 135843)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Chuan Ji jichua...@gmail.com
-
-pkgbase=python-wikipedia
-pkgname=('python-wikipedia' 'python2-wikipedia')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A Pythonic wrapper for the Wikipedia API'
-arch=('any')
-url='https://github.com/goldsmith/Wikipedia'
-license=('MIT')
-depends=('python-beautifulsoup4' 'python-requests')
-source=(https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz;)
-sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
-
-prepare() {
-  cp -r wikipedia-${pkgver} python-wikipedia-${pkgver}
-  mv wikipedia-${pkgver} python2-wikipedia-${pkgver}
-}
-
-build() {
-  cd python-wikipedia-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-wikipedia-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-wikipedia() {
-  cd python-wikipedia-${pkgver}
-
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/python-wikipedia
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python-wikipedia/
-
-}
-
-package_python2-wikipedia() {
-  cd python2-wikipedia-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/python2-wikipedia
-  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-wikipedia/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-wikipedia/repos/community-any/PKGBUILD (from rev 135842, 
python-wikipedia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-25 07:34:53 UTC (rev 135843)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Chuan Ji jichua...@gmail.com
+
+pkgbase=python-wikipedia
+pkgname=('python-wikipedia' 'python2-wikipedia')
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='A Pythonic wrapper for the Wikipedia API'
+arch=('any')
+url='https://github.com/goldsmith/Wikipedia'
+license=('MIT')
+depends=('python-beautifulsoup4' 'python-requests')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz;)
+sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
+
+prepare() {
+  cp -r wikipedia-${pkgver} python-wikipedia-${pkgver}
+  mv wikipedia-${pkgver} python2-wikipedia-${pkgver}
+}
+
+build() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-wikipedia-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-wikipedia() {
+  cd python-wikipedia-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python-wikipedia
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python-wikipedia/
+
+}
+
+package_python2-wikipedia() {
+  cd python2-wikipedia-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-wikipedia
+  install -m 644 LICENSE ${pkgdir}/usr/share/licenses/python2-wikipedia/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-06-25 Thread Maxime Gauduin
Date: Thursday, June 25, 2015 @ 09:34:36
  Author: alucryd
Revision: 135842

FS#45448: python-wikipedia 1.4.0-2

Modified:
  python-wikipedia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 06:28:32 UTC (rev 135841)
+++ PKGBUILD2015-06-25 07:34:36 UTC (rev 135842)
@@ -5,12 +5,13 @@
 pkgbase=python-wikipedia
 pkgname=('python-wikipedia' 'python2-wikipedia')
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Pythonic wrapper for the Wikipedia API'
 arch=('any')
 url='https://github.com/goldsmith/Wikipedia'
 license=('MIT')
 depends=('python-beautifulsoup4' 'python-requests')
+makedepends=('python-setuptools' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/w/wikipedia/wikipedia-${pkgver}.tar.gz;)
 sha256sums=('db0fad1829fdd441b1852306e9856398204dc0786d2996dd2e0c8bb8e26133b2')
 


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

2015-06-25 Thread Antonio Rojas
Date: Thursday, June 25, 2015 @ 08:27:50
  Author: arojas
Revision: 135840

Update to 0.8.1

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-25 04:01:26 UTC (rev 135839)
+++ PKGBUILD2015-06-25 06:27:50 UTC (rev 135840)
@@ -5,16 +5,16 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Provides a standard for creating app stores across distributions
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://distributions.freedesktop.org/wiki/AppStream;
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 
'docbook-xsl' 'qt5-base')
+license=(GPL)
+depends=(xapian-core polkit libyaml libxml2)
+makedepends=(cmake xmlto intltool gobject-introspection python2 docbook-xsl 
qt5-base)
 
source=(http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz;)
-sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
+sha256sums=('59bff4431f48e30c43d5edebb280a81b3d6f06effc2eae58678478f1d81b7603')
 
 prepare() {
   mkdir -p build
@@ -38,7 +38,7 @@
 
 package_appstream-qt() {
   pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
+  depends=(appstream qt5-base)
 
   cd build/qt
   make DESTDIR=$pkgdir install