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

2014-08-19 Thread Evangelos Foutras
Date: Tuesday, August 19, 2014 @ 08:44:04
  Author: foutrelis
Revision: 220231

upgpkg: xfce4-mixer 4.10.0-3

Build with keybinder support (FS#41341).

Modified:
  xfce4-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 02:40:59 UTC (rev 220230)
+++ PKGBUILD2014-08-19 06:44:04 UTC (rev 220231)
@@ -1,15 +1,17 @@
 # $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
+# Maintainer:
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-mixer
 pkgver=4.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The volume control plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
+ 'libkeybinder2')
 optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
 makedepends=('intltool')
 install=$pkgname.install



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

2014-08-19 Thread Evangelos Foutras
Date: Tuesday, August 19, 2014 @ 08:44:23
  Author: foutrelis
Revision: 220232

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

Added:
  xfce4-mixer/repos/extra-i686/PKGBUILD
(from rev 220231, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
(from rev 220231, xfce4-mixer/trunk/xfce4-mixer.install)
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
(from rev 220231, xfce4-mixer/trunk/PKGBUILD)
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install
(from rev 220231, xfce4-mixer/trunk/xfce4-mixer.install)
Deleted:
  xfce4-mixer/repos/extra-i686/PKGBUILD
  xfce4-mixer/repos/extra-i686/xfce4-mixer.install
  xfce4-mixer/repos/extra-x86_64/PKGBUILD
  xfce4-mixer/repos/extra-x86_64/xfce4-mixer.install

--+
 /PKGBUILD|   78 +
 /xfce4-mixer.install |   26 
 extra-i686/PKGBUILD  |   37 -
 extra-i686/xfce4-mixer.install   |   13 --
 extra-x86_64/PKGBUILD|   37 -
 extra-x86_64/xfce4-mixer.install |   13 --
 6 files changed, 104 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-19 06:44:04 UTC (rev 220231)
+++ extra-i686/PKGBUILD 2014-08-19 06:44:23 UTC (rev 220232)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
-
-pkgname=xfce4-mixer
-pkgver=4.10.0
-pkgrel=2
-pkgdesc=The volume control plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique')
-optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mixer/repos/extra-i686/PKGBUILD (from rev 220231, 
xfce4-mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-19 06:44:23 UTC (rev 220232)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+
+pkgname=xfce4-mixer
+pkgver=4.10.0
+pkgrel=3
+pkgdesc=The volume control plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'libunique'
+ 'libkeybinder2')
+optdepends=('gstreamer0.10-good-plugins: for OSS and PulseAudio support')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a8c589001b438171ea5a6b46ce9895c3ffbc5081ab67805ab9870e540068dade')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-mixer.install
===
--- extra-i686/xfce4-mixer.install  2014-08-19 06:44:04 UTC (rev 220231)
+++ extra-i686/xfce4-mixer.install  2014-08-19 06:44:23 UTC (rev 220232)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-mixer/repos/extra-i686/xfce4-mixer.install (from rev 220231, 
xfce4-mixer/trunk/xfce4-mixer.install)
===
--- extra-i686/xfce4-mixer.install  (rev 0)
+++ extra-i686/xfce4-mixer.install  2014-08-19 06:44:23 UTC (rev 220232)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-19 06:44:04 UTC (rev 220231)
+++ extra-x86_64/PKGBUILD   2014-08-19 06:44:23 UTC (rev 220232)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tobias funnychar archlinux.org
-

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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 09:54:31
  Author: bpiotrowski
Revision: 220233

upgpkg: libreoffice-fresh 4.3.0-2

rebuild against glew 1.11

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 06:44:23 UTC (rev 220232)
+++ PKGBUILD2014-08-19 07:54:31 UTC (rev 220233)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=4.3.0.4 # RC4 = final
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -270,7 +270,8 @@
--with-alloc=system \
--with-system-clucene \
--disable-dependency-tracking \
-   --enable-hardlink-deliver #--help
+   --enable-hardlink-deliver \
+   --with-jdk-home=/usr/lib/jvm/java-default-runtime
 
touch src.downloaded
make build



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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 09:54:41
  Author: bpiotrowski
Revision: 220234

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

Added:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
(from rev 220233, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220233, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 220233, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 220233, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220233, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-i686/PKGBUILD
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-i686/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.install
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD |  820 
++
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   26 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  404 
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  404 
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 15 files changed, 958 insertions(+), 946 deletions(-)

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


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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 09:55:01
  Author: bpiotrowski
Revision: 117601

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

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

---+
 /PKGBUILD |   84 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   42 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   42 
 community-x86_64/sfml.install |3 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 07:54:47 UTC (rev 117600)
+++ community-i686/PKGBUILD 2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-pkgrel=4
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
-  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 117600, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 07:55:01 UTC (rev 117601)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+pkgrel=5
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+https://github.com/LaurentGomila/SFML.git#commit=${_commit};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
+  -DCMAKE_CXX_FLAGS=-DGLXContextID=XID $CXXFLAGS
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-08-19 07:54:47 UTC (rev 117600)
+++ community-i686/sfml.install 2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 117600, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-08-19 07:55:01 UTC (rev 117601)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-19 07:54:47 UTC (rev 117600)
+++ community-x86_64/PKGBUILD   2014-08-19 07:55:01 UTC (rev 117601)
@@ -1,42 +0,0 @@
-# $Id$
-# 

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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 09:54:47
  Author: bpiotrowski
Revision: 117600

upgpkg: sfml 2.1.0.4a300547f3-5

rebuild against glew 1.11

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 03:11:14 UTC (rev 117599)
+++ PKGBUILD2014-08-19 07:54:47 UTC (rev 117600)
@@ -5,7 +5,7 @@
 pkgname=sfml
 _commit=4a300547f3
 pkgver=2.1.0.$_commit
-pkgrel=4
+pkgrel=5
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'



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

2014-08-19 Thread Andrea Scarpino
Date: Tuesday, August 19, 2014 @ 09:58:28
  Author: andrea
Revision: 220236

Upstream release

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 07:57:26 UTC (rev 220235)
+++ PKGBUILD2014-08-19 07:58:28 UTC (rev 220236)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkgapi
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -13,7 +13,7 @@
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('b93450d22cfc7d11f4d070691f4b39a0')
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
 
 prepare() {
   mkdir build



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 10:10:30
  Author: fyan
Revision: 117602

upgpkg: projectm 2.1.0-9

glew 1.11 rebuild

Modified:
  projectm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 07:55:01 UTC (rev 117601)
+++ PKGBUILD2014-08-19 08:10:30 UTC (rev 117602)
@@ -7,7 +7,7 @@
 pkgbase=projectm
 pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
 pkgver=2.1.0
-pkgrel=8
+pkgrel=9
 arch=('x86_64' 'i686')
 url='http://projectm.sourceforge.net/'
 license=('LGPL')



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 10:11:25
  Author: fyan
Revision: 117603

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

Added:
  projectm/repos/community-i686/PKGBUILD
(from rev 117602, projectm/trunk/PKGBUILD)
  projectm/repos/community-i686/projectm-install-vera-ttf.patch
(from rev 117602, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-i686/projectm-test-opengl.patch
(from rev 117602, projectm/trunk/projectm-test-opengl.patch)
  projectm/repos/community-x86_64/PKGBUILD
(from rev 117602, projectm/trunk/PKGBUILD)
  projectm/repos/community-x86_64/projectm-install-vera-ttf.patch
(from rev 117602, projectm/trunk/projectm-install-vera-ttf.patch)
  projectm/repos/community-x86_64/projectm-test-opengl.patch
(from rev 117602, projectm/trunk/projectm-test-opengl.patch)
Deleted:
  projectm/repos/community-i686/PKGBUILD
  projectm/repos/community-i686/projectm-install-vera-ttf.patch
  projectm/repos/community-i686/projectm-test-opengl.patch
  projectm/repos/community-x86_64/PKGBUILD
  projectm/repos/community-x86_64/projectm-install-vera-ttf.patch
  projectm/repos/community-x86_64/projectm-test-opengl.patch

--+
 /PKGBUILD|  188 +
 /projectm-install-vera-ttf.patch |   24 ++
 /projectm-test-opengl.patch  |   38 
 community-i686/PKGBUILD  |   94 --
 community-i686/projectm-install-vera-ttf.patch   |   12 -
 community-i686/projectm-test-opengl.patch|   19 --
 community-x86_64/PKGBUILD|   94 --
 community-x86_64/projectm-install-vera-ttf.patch |   12 -
 community-x86_64/projectm-test-opengl.patch  |   19 --
 9 files changed, 250 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 08:10:30 UTC (rev 117602)
+++ community-i686/PKGBUILD 2014-08-19 08:11:25 UTC (rev 117603)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Denis A. Altoe Falqueto denisfalqu...@gmail.com
-
-pkgbase=projectm
-pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 
'projectm-qt' 'projectm-test')
-pkgver=2.1.0
-pkgrel=8
-arch=('x86_64' 'i686')
-url='http://projectm.sourceforge.net/'
-license=('LGPL')
-makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 
'sdl' 'libxext' 'pulseaudio' 'jack')
-source=(http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz;
-'projectm-test-opengl.patch'
-'projectm-install-vera-ttf.patch')
-sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee'
-'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1'
-'7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110')
-
-prepare() {
-  cd projectM-complete-$pkgver-Source
-
-  patch -p1 -i $srcdir/projectm-test-opengl.patch
-  patch -p1 -i $srcdir/projectm-install-vera-ttf.patch
-  mkdir -p $srcdir/build
-}
-
-build() {
-  cd build
-
-  cmake \
--Wno-dev \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DINCLUDE-PROJECTM-JACK=ON \
-../projectM-complete-$pkgver-Source
-  make
-}
-
-package_projectm() {
-  pkgdesc='Music visualizer which uses 3D accelerated iterative image based 
rendering'
-  depends=('ftgl' 'glew' 'libgl')
-
-  cd $srcdir/build
-  for dirs in src/{NativePresets,libprojectM}; do
-make -C $dirs DESTDIR=$pkgdir install
-  done
-}
-
-package_projectm-libvisual() {
-  pkgdesc='ProjectM plugin for XMMS'
-  depends=('projectm' 'libvisual' 'gcc-libs')
-  replaces=('libvisual-projectm')
-  provides=('libvisual-projectm')
-  
-  cd $srcdir/build/src/projectM-libvisual
-  make DESTDIR=$pkgdir install
-}
-
-package_projectm-pulseaudio() {
-  pkgdesc='ProjectM support for Pulseaudio'
-  depends=('projectm-qt' 'pulseaudio')
-  
-  cd $srcdir/build/src/projectM-pulseaudio
-  make DESTDIR=$pkgdir install
-}
-
-package_projectm-jack() {
-  pkgdesc='ProjectM support for Jack'
-  depends=('projectm-qt' 'jack')
-  
-  cd $srcdir/build/src/projectM-jack
-  make DESTDIR=$pkgdir install
-}
-
-package_projectm-qt() {
-  pkgdesc='Qt bindings for ProjectM'
-  depends=('projectm' 'qt4' 'libgl')
-  
-  cd $srcdir/build/src/projectM-qt
-  make DESTDIR=$pkgdir install
-}
-
-package_projectm-test() {
-  pkgdesc='ProjectM test applications'
-  depends=('projectm' 'sdl' 'libgl')
-  
-  cd $srcdir/build/src/projectM-test
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: projectm/repos/community-i686/PKGBUILD (from rev 117602, 
projectm/trunk/PKGBUILD)

[arch-commits] Commit in gsfonts/trunk (install)

2014-08-19 Thread Gaetan Bisson
Date: Tuesday, August 19, 2014 @ 10:29:39
  Author: bisson
Revision: 220237

implement FS#41619

Modified:
  gsfonts/trunk/install

-+
 install |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: install
===
--- install 2014-08-19 07:58:28 UTC (rev 220236)
+++ install 2014-08-19 08:29:39 UTC (rev 220237)
@@ -1,9 +1,7 @@
 post_install() {
-   echo -n Updating font cache... 
-   fc-cache -sf  /dev/null
+   fc-cache -s  /dev/null
mkfontscale /usr/share/fonts/Type1
mkfontdir /usr/share/fonts/Type1
-   echo done.
 }
 
 post_upgrade() {



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 10:31:26
  Author: alucryd
Revision: 117604

glew rebuild: widelands 18-2

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:11:25 UTC (rev 117603)
+++ PKGBUILD2014-08-19 08:31:26 UTC (rev 117604)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=18
 _realver=build${pkgver}
-pkgrel=1
+pkgrel=2
 pkgdesc=A realtime strategy game with emphasis on economy and transport
 arch=('i686' 'x86_64')
 url=http://widelands.org/;



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 10:31:41
  Author: alucryd
Revision: 117605

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

Added:
  widelands/repos/community-i686/PKGBUILD
(from rev 117604, widelands/trunk/PKGBUILD)
  widelands/repos/community-i686/widelands.desktop
(from rev 117604, widelands/trunk/widelands.desktop)
  widelands/repos/community-i686/widelands.png
(from rev 117604, widelands/trunk/widelands.png)
  widelands/repos/community-i686/widelands.sh
(from rev 117604, widelands/trunk/widelands.sh)
  widelands/repos/community-x86_64/PKGBUILD
(from rev 117604, widelands/trunk/PKGBUILD)
  widelands/repos/community-x86_64/widelands.desktop
(from rev 117604, widelands/trunk/widelands.desktop)
  widelands/repos/community-x86_64/widelands.png
(from rev 117604, widelands/trunk/widelands.png)
  widelands/repos/community-x86_64/widelands.sh
(from rev 117604, widelands/trunk/widelands.sh)
Deleted:
  widelands/repos/community-i686/PKGBUILD
  widelands/repos/community-i686/widelands.desktop
  widelands/repos/community-i686/widelands.png
  widelands/repos/community-i686/widelands.sh
  widelands/repos/community-x86_64/PKGBUILD
  widelands/repos/community-x86_64/widelands.desktop
  widelands/repos/community-x86_64/widelands.png
  widelands/repos/community-x86_64/widelands.sh

+
 /PKGBUILD  |  102 +++
 /widelands.desktop |   16 +
 /widelands.sh  |6 ++
 community-i686/PKGBUILD|   51 -
 community-i686/widelands.desktop   |8 --
 community-i686/widelands.sh|3 -
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/widelands.desktop |8 --
 community-x86_64/widelands.sh  |3 -
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 08:31:26 UTC (rev 117604)
+++ community-i686/PKGBUILD 2014-08-19 08:31:41 UTC (rev 117605)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Christoph Zeiler rabyte*gmail
-
-pkgname=widelands
-pkgver=18
-_realver=build${pkgver}
-pkgrel=1
-pkgdesc=A realtime strategy game with emphasis on economy and transport
-arch=('i686' 'x86_64')
-url=http://widelands.org/;
-license=('GPL')
-depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
-makedepends=('cmake' 'boost' 'mesa')
-source=(https://launchpad.net/widelands/${_realver}/build-${pkgver}/+download/$pkgname-$_realver-src.tar.bz2;
-$pkgname.desktop
-$pkgname.png
-$pkgname.sh)
-md5sums=('01efe8db8cd25ffeb4f82b8b4ab6652e'
- '15820bf099fd6f16251fe70a75c534bb'
- '3dfda7e9ca76ca00dd98d745d0ceb328'
- '7cae50aba5ed0cd2cfeea79124637b46')
-
-build() {
-cd $srcdir/$pkgname-$_realver-src
-
-mkdir -p build/compile  cd build/compile
-
-cmake ../.. -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWL_INSTALL_PREFIX=/usr \
--DWL_INSTALL_DATADIR=share/$pkgname \
--DWL_INSTALL_BINDIR=bin
-make
-}
-
-package() {
-depends=(${depends[@]} 'widelands-data')
-cd $srcdir/$pkgname-$_realver-src/build/compile
-
-make DESTDIR=$pkgdir install
-
-rm -r 
$pkgdir/usr/share/widelands/{campaigns,fonts,global,locale,maps,music,pics,scripting,sound,tribes,txts,worlds}
-
-# Install bin, icon and desktop file
-#install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname
-#install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: widelands/repos/community-i686/PKGBUILD (from rev 117604, 
widelands/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 08:31:41 UTC (rev 117605)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler rabyte*gmail
+
+pkgname=widelands
+pkgver=18
+_realver=build${pkgver}
+pkgrel=2
+pkgdesc=A realtime strategy game with emphasis on economy and transport
+arch=('i686' 'x86_64')
+url=http://widelands.org/;
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+source=(https://launchpad.net/widelands/${_realver}/build-${pkgver}/+download/$pkgname-$_realver-src.tar.bz2;
+$pkgname.desktop
+$pkgname.png
+$pkgname.sh)

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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 10:35:40
  Author: bpiotrowski
Revision: 220239

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

Added:
  calligra/repos/extra-i686/0001-switch-to-librevenge-based-import-libs.patch
(from rev 220238, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/extra-i686/PKGBUILD
(from rev 220238, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 220238, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-extras.install
(from rev 220238, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 220238, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 220238, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 220238, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 220238, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 220238, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 220238, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 220238, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 220238, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 220238, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 220238, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 220238, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/0001-switch-to-librevenge-based-import-libs.patch
(from rev 220238, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 220238, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 220238, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
(from rev 220238, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 220238, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 220238, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 220238, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 220238, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 220238, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 220238, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 220238, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 220238, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 220238, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 220238, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 220238, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/0001-switch-to-librevenge-based-import-libs.patch
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-extras.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/0001-switch-to-librevenge-based-import-libs.patch
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  

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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 10:35:25
  Author: bpiotrowski
Revision: 220238

upgpkg: calligra 2.8.5-2

rebuild against glew 1.11

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:29:39 UTC (rev 220237)
+++ PKGBUILD2014-08-19 08:35:25 UTC (rev 220238)
@@ -19,7 +19,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.8.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 10:51:37
  Author: fyan
Revision: 117606

upgpkg: gambas3 3.5.4-2

glew 1.11 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:31:41 UTC (rev 117605)
+++ PKGBUILD2014-08-19 08:51:37 UTC (rev 117606)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 10:52:36
  Author: fyan
Revision: 117607

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

Added:
  gambas3/repos/community-i686/PKGBUILD
(from rev 117606, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-i686/gambas3-runtime.install
(from rev 117606, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-i686/gambas3-script.install
(from rev 117606, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 117606, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas3-runtime.install
(from rev 117606, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-x86_64/gambas3-script.install
(from rev 117606, gambas3/trunk/gambas3-script.install)
Deleted:
  gambas3/repos/community-i686/PKGBUILD
  gambas3/repos/community-i686/gambas3-runtime.install
  gambas3/repos/community-i686/gambas3-script.install
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas3-runtime.install
  gambas3/repos/community-x86_64/gambas3-script.install

--+
 /PKGBUILD| 1928 +
 /gambas3-runtime.install |   20 
 /gambas3-script.install  |   30 
 community-i686/PKGBUILD  |  964 --
 community-i686/gambas3-runtime.install   |   10 
 community-i686/gambas3-script.install|   15 
 community-x86_64/PKGBUILD|  964 --
 community-x86_64/gambas3-runtime.install |   10 
 community-x86_64/gambas3-script.install  |   15 
 9 files changed, 1978 insertions(+), 1978 deletions(-)

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


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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 10:57:07
  Author: bpiotrowski
Revision: 117609

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

Added:
  warzone2100/repos/community-i686/PKGBUILD
(from rev 117608, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-i686/buildfix.patch
(from rev 117608, warzone2100/trunk/buildfix.patch)
  warzone2100/repos/community-x86_64/PKGBUILD
(from rev 117608, warzone2100/trunk/PKGBUILD)
  warzone2100/repos/community-x86_64/buildfix.patch
(from rev 117608, warzone2100/trunk/buildfix.patch)
Deleted:
  warzone2100/repos/community-i686/PKGBUILD
  warzone2100/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   72 ++
 community-i686/PKGBUILD |   29 ---
 community-i686/buildfix.patch   |   13 ++
 community-x86_64/PKGBUILD   |   29 ---
 community-x86_64/buildfix.patch |   13 ++
 5 files changed, 98 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 08:56:59 UTC (rev 117608)
+++ community-i686/PKGBUILD 2014-08-19 08:57:07 UTC (rev 117609)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-
-pkgname=warzone2100
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=3D realtime strategy game on a future Earth
-url=http://wz2100.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0b81a0012098a1310f5351a3ace2021b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --with-distributor=Archlinux
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: warzone2100/repos/community-i686/PKGBUILD (from rev 117608, 
warzone2100/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 08:57:07 UTC (rev 117609)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+
+pkgname=warzone2100
+pkgver=3.1.1
+pkgrel=2
+pkgdesc=3D realtime strategy game on a future Earth
+url=http://wz2100.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+'buildfix.patch')
+md5sums=('0b81a0012098a1310f5351a3ace2021b'
+ '7503052fc52d1cea0bae275db33544e6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../buildfix.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor=Archlinux
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: warzone2100/repos/community-i686/buildfix.patch (from rev 117608, 
warzone2100/trunk/buildfix.patch)
===
--- community-i686/buildfix.patch   (rev 0)
+++ community-i686/buildfix.patch   2014-08-19 08:57:07 UTC (rev 117609)
@@ -0,0 +1,13 @@
+diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
+index d240a63..861265d 100644
+--- a/lib/ivis_opengl/screen.cpp
 b/lib/ivis_opengl/screen.cpp
+@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
+   __glewUseProgram = __glewUseProgramObjectARB;
+   __glewGetShaderiv = __glewGetObjectParameterivARB;
+   __glewLinkProgram = __glewLinkProgramARB;
+-  __glewShaderSource = __glewShaderSourceARB;
++  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
+   __glewUniform1f = __glewUniform1fARB;
+   __glewUniform1i = __glewUniform1iARB;
+   __glewUniform4fv = __glewUniform4fvARB;

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-19 08:56:59 UTC (rev 117608)
+++ community-x86_64/PKGBUILD   2014-08-19 08:57:07 UTC (rev 117609)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-
-pkgname=warzone2100
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=3D realtime strategy game on a future Earth
-url=http://wz2100.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 

[arch-commits] Commit in warzone2100/trunk (PKGBUILD buildfix.patch)

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 10:56:59
  Author: bpiotrowski
Revision: 117608

upgpkg: warzone2100 3.1.1-2

rebuild against glew 1.11

Added:
  warzone2100/trunk/buildfix.patch
Modified:
  warzone2100/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 buildfix.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:52:36 UTC (rev 117607)
+++ PKGBUILD2014-08-19 08:56:59 UTC (rev 117608)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -11,9 +11,16 @@
 license=('GPL')
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0b81a0012098a1310f5351a3ace2021b')
+source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+'buildfix.patch')
+md5sums=('0b81a0012098a1310f5351a3ace2021b'
+ '7503052fc52d1cea0bae275db33544e6')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../buildfix.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: buildfix.patch
===
--- buildfix.patch  (rev 0)
+++ buildfix.patch  2014-08-19 08:56:59 UTC (rev 117608)
@@ -0,0 +1,13 @@
+diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
+index d240a63..861265d 100644
+--- a/lib/ivis_opengl/screen.cpp
 b/lib/ivis_opengl/screen.cpp
+@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
+   __glewUseProgram = __glewUseProgramObjectARB;
+   __glewGetShaderiv = __glewGetObjectParameterivARB;
+   __glewLinkProgram = __glewLinkProgramARB;
+-  __glewShaderSource = __glewShaderSourceARB;
++  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
+   __glewUniform1f = __glewUniform1fARB;
+   __glewUniform1i = __glewUniform1iARB;
+   __glewUniform4fv = __glewUniform4fvARB;



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

2014-08-19 Thread Andrea Scarpino
Date: Tuesday, August 19, 2014 @ 10:59:32
  Author: andrea
Revision: 220240

upgpkg: akonadi 1.13.0-2

boost rebuild

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:35:40 UTC (rev 220239)
+++ PKGBUILD2014-08-19 08:59:32 UTC (rev 220240)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'



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

2014-08-19 Thread Andrea Scarpino
Date: Tuesday, August 19, 2014 @ 10:59:43
  Author: andrea
Revision: 220241

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

Added:
  akonadi/repos/staging-i686/PKGBUILD
(from rev 220240, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-i686/akonadi.install
(from rev 220240, akonadi/trunk/akonadi.install)
  akonadi/repos/staging-x86_64/PKGBUILD
(from rev 220240, akonadi/trunk/PKGBUILD)
  akonadi/repos/staging-x86_64/akonadi.install
(from rev 220240, akonadi/trunk/akonadi.install)
Deleted:
  akonadi/repos/staging-i686/PKGBUILD
  akonadi/repos/staging-i686/akonadi.install
  akonadi/repos/staging-x86_64/PKGBUILD
  akonadi/repos/staging-x86_64/akonadi.install

+
 /PKGBUILD  |   76 +++
 /akonadi.install   |   22 +++
 staging-i686/PKGBUILD  |   38 ---
 staging-i686/akonadi.install   |   11 -
 staging-x86_64/PKGBUILD|   38 ---
 staging-x86_64/akonadi.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-08-19 08:59:32 UTC (rev 220240)
+++ staging-i686/PKGBUILD   2014-08-19 08:59:43 UTC (rev 220241)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.12.1
-pkgrel=3
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a4a99d10e003a267a515fc60de4f817')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF \
--DWITH_SOPRANO=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/staging-i686/PKGBUILD (from rev 220240, 
akonadi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-19 08:59:43 UTC (rev 220241)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.13.0
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-i686/akonadi.install
===
--- staging-i686/akonadi.install2014-08-19 08:59:32 UTC (rev 220240)
+++ staging-i686/akonadi.install2014-08-19 08:59:43 UTC (rev 220241)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/staging-i686/akonadi.install (from rev 220240, 
akonadi/trunk/akonadi.install)
===
--- staging-i686/akonadi.install(rev 0)
+++ staging-i686/akonadi.install2014-08-19 08:59:43 UTC (rev 220241)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-08-19 08:59:32 UTC (rev 220240)
+++ staging-x86_64/PKGBUILD 2014-08-19 08:59:43 UTC (rev 220241)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 

[arch-commits] Commit in dolphin-emu/trunk (Dolphin_Logo.png dolphin-emu.desktop)

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:10:25
  Author: alucryd
Revision: 117610

Remove leftovers

Deleted:
  dolphin-emu/trunk/Dolphin_Logo.png
  dolphin-emu/trunk/dolphin-emu.desktop

-+
 dolphin-emu.desktop |   11 ---
 1 file changed, 11 deletions(-)

Deleted: Dolphin_Logo.png
===
(Binary files differ)

Deleted: dolphin-emu.desktop
===
--- dolphin-emu.desktop 2014-08-19 08:57:07 UTC (rev 117609)
+++ dolphin-emu.desktop 2014-08-19 09:10:25 UTC (rev 117610)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Dolphin
-Categories=Game;Emulator;GTK;
-GenericName=GameCube and Wii Emulator
-Comment=An emulator for the GameCube and Wii consoles
-Exec=dolphin-emu
-Icon=dolphin-emu
-StartupNotify=false
-Name[en_US]=Dolphin



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:25:27
  Author: fyan
Revision: 117611

upgpkg: frogatto 1.3.1-8

glew 1.11 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:10:25 UTC (rev 117610)
+++ PKGBUILD2014-08-19 09:25:27 UTC (rev 117611)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:26:13
  Author: fyan
Revision: 117612

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

Added:
  frogatto/repos/community-i686/PKGBUILD
(from rev 117611, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-i686/frogatto
(from rev 117611, frogatto/trunk/frogatto)
  frogatto/repos/community-i686/frogatto.desktop
(from rev 117611, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-x86_64/PKGBUILD
(from rev 117611, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-x86_64/frogatto
(from rev 117611, frogatto/trunk/frogatto)
  frogatto/repos/community-x86_64/frogatto.desktop
(from rev 117611, frogatto/trunk/frogatto.desktop)
Deleted:
  frogatto/repos/community-i686/PKGBUILD
  frogatto/repos/community-i686/frogatto
  frogatto/repos/community-i686/frogatto.desktop
  frogatto/repos/community-x86_64/PKGBUILD
  frogatto/repos/community-x86_64/frogatto
  frogatto/repos/community-x86_64/frogatto.desktop

---+
 /PKGBUILD |   98 
 /frogatto |6 ++
 /frogatto.desktop |   22 
 community-i686/PKGBUILD   |   49 --
 community-i686/frogatto   |3 -
 community-i686/frogatto.desktop   |   11 
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/frogatto |3 -
 community-x86_64/frogatto.desktop |   11 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 09:25:27 UTC (rev 117611)
+++ community-i686/PKGBUILD 2014-08-19 09:26:13 UTC (rev 117612)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Federico CInelli cine...@aur.archlinux.org
-# Contributor: Tom Wambold tom5...@gmail.com
-
-pkgname='frogatto'
-arch=('i686' 'x86_64')
-pkgver=1.3.1
-pkgrel=6
-pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
-url=http://www.frogatto.com;
-license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
-makedepends=('mesa' 'boost')
-source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
-frogatto
-frogatto.desktop)
-md5sums=('SKIP'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/ccache //g' Makefile
-  sed -i 's/-lprofiler//g' Makefile
-  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
-  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
-  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
-  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
-  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
-  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  make game server
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm 755 game $pkgdir/opt/frogatto/game
-  install -Dm 755 server $pkgdir/opt/frogatto/server
-  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
-  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
-
-  # Make level editor work (FS#37139)
-  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-i686/PKGBUILD (from rev 117611, 
frogatto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 09:26:13 UTC (rev 117612)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=8
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:41:19
  Author: alucryd
Revision: 117613

glew rebuild: openimageio 1.4.5.git-3

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:26:13 UTC (rev 117612)
+++ PKGBUILD2014-08-19 09:41:19 UTC (rev 117613)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.4.12
-pkgrel=1
+pkgver=1.4.5.git
+pkgrel=3
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;
@@ -13,7 +13,7 @@
 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})
+source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
 md5sums=('SKIP')
 
 build() {



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:41:29
  Author: alucryd
Revision: 117614

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 117613, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 117613, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 117613, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 117613, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 09:41:19 UTC (rev 117613)
+++ community-i686/PKGBUILD 2014-08-19 09:41:29 UTC (rev 117614)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.5.git
-pkgrel=2
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 117613, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 09:41:29 UTC (rev 117614)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.5.git
+pkgrel=3
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-08-19 09:41:19 UTC (rev 117613)
+++ community-i686/fix32bit-fail.patch  2014-08-19 09:41:29 UTC (rev 117614)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 117613, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2014-08-19 09:41:29 UTC (rev 117614)
@@ -0,0 +1,13 @@
+--- 

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:47:49
  Author: alucryd
Revision: 117615

glew rebuild: openimageio 1.4.12-2

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:41:29 UTC (rev 117614)
+++ PKGBUILD2014-08-19 09:47:49 UTC (rev 117615)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.4.5.git
-pkgrel=3
+pkgver=1.4.12
+pkgrel=2
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#commit=0e4a24bb)
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
 md5sums=('SKIP')
 
 build() {



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 11:47:58
  Author: alucryd
Revision: 117616

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

Added:
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 117615, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 117615, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 117615, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 117615, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-staging-i686/PKGBUILD
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
  openimageio/repos/community-staging-x86_64/PKGBUILD
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 +++
 community-staging-i686/PKGBUILD  |   42 
 community-staging-i686/fix32bit-fail.patch   |   13 ---
 community-staging-x86_64/PKGBUILD|   42 
 community-staging-x86_64/fix32bit-fail.patch |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-19 09:47:49 UTC (rev 117615)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:47:58 UTC (rev 117616)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=1
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-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})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 117615, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:47:58 UTC (rev 117616)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.12
+pkgrel=2
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+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})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/fix32bit-fail.patch
===
--- community-staging-i686/fix32bit-fail.patch  2014-08-19 09:47:49 UTC (rev 
117615)
+++ community-staging-i686/fix32bit-fail.patch  2014-08-19 09:47:58 UTC (rev 
117616)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
117615, openimageio/trunk/fix32bit-fail.patch)

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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:56:33
  Author: fyan
Revision: 117617

upgpkg: jenkins 1.576-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:47:58 UTC (rev 117616)
+++ PKGBUILD2014-08-19 09:56:33 UTC (rev 117617)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.575
+pkgver=1.576
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('80adf9800775e50ee0ce72caa7cdcfed25e6163080963701ce098fd507a606b921c018df42622d569f23dd5a4c98f9cb35d04ac237ca14c6247590edb2f28057'
+sha512sums=('a31eabf68f63586198892add268fbffd39d1090d290585979e51e6ccd14f35799ae0c21dd3b39a768ed24232d0c75d44d182e5ebf99a4680fdae944fe9541e23'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:57:58
  Author: fyan
Revision: 117619

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 117617, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 117617, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 117617, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 117617, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 117617, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 117617, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-08-19 09:57:33 UTC (rev 117618)
+++ LICENSE 2014-08-19 09:57:58 UTC (rev 117619)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 117617, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-08-19 09:57:58 UTC (rev 117619)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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
===
--- PKGBUILD2014-08-19 09:57:33 UTC (rev 117618)
+++ PKGBUILD2014-08-19 09:57:58 UTC (rev 117619)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.575
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:57:33
  Author: fyan
Revision: 117618

upgpkg: frogatto 1.3.1-9

glew 1.11 rebuild + boost 1.56.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:56:33 UTC (rev 117617)
+++ PKGBUILD2014-08-19 09:57:33 UTC (rev 117618)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:59:08
  Author: fyan
Revision: 117620

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

Added:
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 117618, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 117618, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 117619, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 117619, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 117619, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 117619, frogatto/trunk/frogatto.desktop)
Deleted:
  frogatto/repos/community-staging-i686/PKGBUILD
  frogatto/repos/community-staging-i686/frogatto
  frogatto/repos/community-staging-i686/frogatto.desktop
  frogatto/repos/community-staging-x86_64/PKGBUILD
  frogatto/repos/community-staging-x86_64/frogatto
  frogatto/repos/community-staging-x86_64/frogatto.desktop

---+
 /PKGBUILD |   98 
 /frogatto |6 +
 /frogatto.desktop |   22 ++
 community-staging-i686/PKGBUILD   |   49 --
 community-staging-i686/frogatto   |3 
 community-staging-i686/frogatto.desktop   |   11 ---
 community-staging-x86_64/PKGBUILD |   49 --
 community-staging-x86_64/frogatto |3 
 community-staging-x86_64/frogatto.desktop |   11 ---
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-19 09:57:58 UTC (rev 117619)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:59:08 UTC (rev 117620)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Federico CInelli cine...@aur.archlinux.org
-# Contributor: Tom Wambold tom5...@gmail.com
-
-pkgname='frogatto'
-arch=('i686' 'x86_64')
-pkgver=1.3.1
-pkgrel=7
-pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
-url=http://www.frogatto.com;
-license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
-makedepends=('mesa' 'boost')
-source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
-frogatto
-frogatto.desktop)
-md5sums=('SKIP'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/ccache //g' Makefile
-  sed -i 's/-lprofiler//g' Makefile
-  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
-  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
-  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
-  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
-  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
-  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  make game server
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm 755 game $pkgdir/opt/frogatto/game
-  install -Dm 755 server $pkgdir/opt/frogatto/server
-  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
-  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
-
-  # Make level editor work (FS#37139)
-  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 117618, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-19 09:59:08 UTC (rev 117620)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=9
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+makedepends=('mesa' 'boost')
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 12:21:56
  Author: alucryd
Revision: 117621

glew rebuild: blender 14:2.71-2

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:59:08 UTC (rev 117620)
+++ PKGBUILD2014-08-19 10:21:56 UTC (rev 117621)
@@ -11,12 +11,12 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-#_gittag=v2.71
-_gitcommit=bb39925ec
+_gittag=v2.71
+#_gitcommit=ff
 
 pkgname=blender
 pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=2.71.git1.$_gitcommit
+[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
 pkgrel=2
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
@@ -41,11 +41,7 @@
 else
 
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
 fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 12:22:07
  Author: alucryd
Revision: 117622

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

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

--+
 /PKGBUILD|  198 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   99 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   99 --
 community-x86_64/blender.install |   13 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 10:21:56 UTC (rev 117621)
+++ community-i686/PKGBUILD 2014-08-19 10:22:07 UTC (rev 117622)
@@ -1,99 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.71
-#_gitcommit=ff
-
-pkgname=blender
-pkgver=2.71
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=1
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
--DCMAKE_CXX_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG \
--DCMAKE_C_FLAGS_RELEASE=-fno-delete-null-pointer-checks -DNDEBUG
-  # Fix for gcc 4.9 :/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 117621, 
blender/trunk/PKGBUILD)

[arch-commits] Commit in java-common/trunk (PKGBUILD install_java-common.sh)

2014-08-19 Thread Guillaume Alaux
Date: Tuesday, August 19, 2014 @ 12:34:34
  Author: guillaume
Revision: 220242

Fix wiki link in install script

Modified:
  java-common/trunk/PKGBUILD
  java-common/trunk/install_java-common.sh

+
 PKGBUILD   |2 +-
 install_java-common.sh |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:59:43 UTC (rev 220241)
+++ PKGBUILD2014-08-19 10:34:34 UTC (rev 220242)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=java-common
 pkgver=1
-pkgrel=3
+pkgrel=4
 pkgdesc='Common files for Java Environments'
 arch=('any')
 url='www.archlinux.org'

Modified: install_java-common.sh
===
--- install_java-common.sh  2014-08-19 08:59:43 UTC (rev 220241)
+++ install_java-common.sh  2014-08-19 10:34:34 UTC (rev 220242)
@@ -1,7 +1,7 @@
 post_install() {
   echo 'Installing multiple non-conflicting Java environments is now supported'
   echo 'Check the following wiki section for more info:'
-  echo '  
https://wiki.archlinux.org/index.php/Java#Multiple_official_Java_environments'
+  echo '  https://wiki.archlinux.org/index.php/Java'
   echo 'Please make sure JAVA_HOME is set to /usr/lib/jvm/java-default-runtime'
   echo 'If not, you may have to logout and login again to set it according to 
/etc/profile.d/jre.sh'
 }



[arch-commits] Commit in java-common/repos/extra-any (14 files)

2014-08-19 Thread Guillaume Alaux
Date: Tuesday, August 19, 2014 @ 12:35:12
  Author: guillaume
Revision: 220243

archrelease: copy trunk to extra-any

Added:
  java-common/repos/extra-any/PKGBUILD
(from rev 220242, java-common/trunk/PKGBUILD)
  java-common/repos/extra-any/bin_archlinux-java
(from rev 220242, java-common/trunk/bin_archlinux-java)
  java-common/repos/extra-any/bin_java-common-wrapper
(from rev 220242, java-common/trunk/bin_java-common-wrapper)
  java-common/repos/extra-any/install_java-common.sh
(from rev 220242, java-common/trunk/install_java-common.sh)
  java-common/repos/extra-any/profile_jre.csh
(from rev 220242, java-common/trunk/profile_jre.csh)
  java-common/repos/extra-any/profile_jre.sh
(from rev 220242, java-common/trunk/profile_jre.sh)
  java-common/repos/extra-any/test_archlinux-java
(from rev 220242, java-common/trunk/test_archlinux-java)
Deleted:
  java-common/repos/extra-any/PKGBUILD
  java-common/repos/extra-any/bin_archlinux-java
  java-common/repos/extra-any/bin_java-common-wrapper
  java-common/repos/extra-any/install_java-common.sh
  java-common/repos/extra-any/profile_jre.csh
  java-common/repos/extra-any/profile_jre.sh
  java-common/repos/extra-any/test_archlinux-java

-+
 PKGBUILD|   82 +++---
 bin_archlinux-java  |  368 ++---
 bin_java-common-wrapper |4 
 install_java-common.sh  |   22 -
 profile_jre.csh |   12 
 profile_jre.sh  |   12 
 test_archlinux-java |  574 +++---
 7 files changed, 537 insertions(+), 537 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 10:34:34 UTC (rev 220242)
+++ PKGBUILD2014-08-19 10:35:12 UTC (rev 220243)
@@ -1,41 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=java-common
-pkgver=1
-pkgrel=3
-pkgdesc='Common files for Java Environments'
-arch=('any')
-url='www.archlinux.org'
-license=('GPL')
-checkdepends=('wget')
-backup=(etc/profile.d/jre.sh
-etc/profile.d/jre.csh)
-# TODO remove after a while
-replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
-install=install_java-common.sh
-source=(profile_jre.csh
-profile_jre.sh
-bin_archlinux-java
-test_archlinux-java
-bin_java-common-wrapper
-https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
-
-sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
-'458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
-'5f3d1ac5de7018344fc813a1a0a8b4afe15888bfdc3b8190378b463f408c2eda'
-'0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
-'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
-'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
-
-check() {
-  cd ${srcdir}
-  ./test_archlinux-java
-}
-
-build() {
-  cd ${srcdir}
-
-  install -D -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
-  install -D -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
-  install -D -m 755 bin_java-common-wrapper 
${pkgdir}/usr/lib/java-common-wrapper
-  install -D -m 755 bin_archlinux-java ${pkgdir}/usr/bin/archlinux-java
-}

Copied: java-common/repos/extra-any/PKGBUILD (from rev 220242, 
java-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 10:35:12 UTC (rev 220243)
@@ -0,0 +1,41 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=java-common
+pkgver=1
+pkgrel=4
+pkgdesc='Common files for Java Environments'
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+checkdepends=('wget')
+backup=(etc/profile.d/jre.sh
+etc/profile.d/jre.csh)
+# TODO remove after a while
+replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+install=install_java-common.sh
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+test_archlinux-java
+bin_java-common-wrapper
+https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
+
+sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
+'458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
+'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
+'0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
+'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
+'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
+
+check() {
+  cd ${srcdir}
+  ./test_archlinux-java
+}
+
+build() {
+  cd ${srcdir}
+
+  install -D -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
+  install -D -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
+  install -D -m 755 bin_java-common-wrapper 

[arch-commits] Commit in nftables/trunk (PKGBUILD nftables.conf)

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 12:36:03
  Author: seblu
Revision: 220244

upgpkg: nftables 1:0.3-1

- upstream bump
- add service file and default config file
- close FS#41099
- close FS#40237

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables.conf

---+
 PKGBUILD  |8 
 nftables.conf |   38 ++
 2 files changed, 38 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 10:35:12 UTC (rev 220243)
+++ PKGBUILD2014-08-19 10:36:03 UTC (rev 220244)
@@ -5,13 +5,13 @@
 epoch=1
 pkgver=0.3
 pkgrel=1
-pkgdesc='Netfilter nftables userspace tools'
+pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
 license=('GPL2')
 depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
 makedepends=('docbook2x')
-backups=('etc/nftables.conf')
+backup=('etc/nftables.conf')
 
source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
 'nftables.conf'
 'nftables.service'
@@ -18,7 +18,7 @@
 'nftables-flush')
 sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
   'SKIP'
-  '7ae2ed52542e26b2fa04afc624515302ed47a13b'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
   'a9021dd71f55f985a146f26a8ec66d4e15949978'
   '194e4ab55f4b001396143f333988300541668e70')
 
@@ -27,7 +27,7 @@
   ./configure \
 --prefix=/usr \
 --sbindir=/usr/bin \
---sysconfdir=/usr/share/$pkgname \
+--sysconfdir=/usr/share \
 CONFIG_MAN=y DB2MAN=docbook2man
   make
 }

Modified: nftables.conf
===
--- nftables.conf   2014-08-19 10:35:12 UTC (rev 220243)
+++ nftables.conf   2014-08-19 10:36:03 UTC (rev 220244)
@@ -1,8 +1,38 @@
 #!/usr/bin/nft -f
-# Simple Safe Firewall
+# ipv4/ipv6 Simple  Safe Firewall
+# you can find examples in /usr/share/nftables/
 
 table inet filter {
-   chain input { type filter hook input priority 0; }
-   chain forward   { type filter hook forward priority 0; }
-   chain output{ type filter hook output priority 0; }
+  chain input {
+type filter hook input priority 0;
+
+# allow established/related connections
+ct state {established, related} accept
+
+# early drop of invalid connections
+ct state invalid drop
+
+# allow from loopback
+iifname lo accept
+
+# allow icmp
+ip protocol icmp accept
+ip6 nexthdr icmpv6 accept
+
+# allow ssh
+tcp dport ssh accept
+
+# everything else
+reject
+  }
+  chain forward {
+type filter hook forward priority 0;
+drop
+  }
+  chain output {
+type filter hook output priority 0;
+  }
+
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 12:36:24
  Author: seblu
Revision: 220245

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

Added:
  nftables/repos/testing-i686/
  nftables/repos/testing-i686/PKGBUILD
(from rev 220244, nftables/trunk/PKGBUILD)
  nftables/repos/testing-i686/nftables-flush
(from rev 220244, nftables/trunk/nftables-flush)
  nftables/repos/testing-i686/nftables.conf
(from rev 220244, nftables/trunk/nftables.conf)
  nftables/repos/testing-i686/nftables.service
(from rev 220244, nftables/trunk/nftables.service)
  nftables/repos/testing-x86_64/
  nftables/repos/testing-x86_64/PKGBUILD
(from rev 220244, nftables/trunk/PKGBUILD)
  nftables/repos/testing-x86_64/nftables-flush
(from rev 220244, nftables/trunk/nftables-flush)
  nftables/repos/testing-x86_64/nftables.conf
(from rev 220244, nftables/trunk/nftables.conf)
  nftables/repos/testing-x86_64/nftables.service
(from rev 220244, nftables/trunk/nftables.service)

-+
 testing-i686/PKGBUILD   |   46 ++
 testing-i686/nftables-flush |   30 
 testing-i686/nftables.conf  |   38 +++
 testing-i686/nftables.service   |   12 +
 testing-x86_64/PKGBUILD |   46 ++
 testing-x86_64/nftables-flush   |   30 
 testing-x86_64/nftables.conf|   38 +++
 testing-x86_64/nftables.service |   12 +
 8 files changed, 252 insertions(+)

Copied: nftables/repos/testing-i686/PKGBUILD (from rev 220244, 
nftables/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-19 10:36:24 UTC (rev 220245)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=nftables
+epoch=1
+pkgver=0.3
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-flush')
+sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
+  'SKIP'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
+  'a9021dd71f55f985a146f26a8ec66d4e15949978'
+  '194e4ab55f4b001396143f333988300541668e70')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf $pkgdir/etc/nftables.conf
+  # systemd
+  install -Dm644 nftables.service 
$pkgdir/usr/lib/systemd/system/nftables.service
+  install -Dm755 nftables-flush 
$pkgdir/usr/lib/systemd/scripts/nftables-flush
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nftables/repos/testing-i686/nftables-flush (from rev 220244, 
nftables/trunk/nftables-flush)
===
--- testing-i686/nftables-flush (rev 0)
+++ testing-i686/nftables-flush 2014-08-19 10:36:24 UTC (rev 220245)
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+# Copyright © Sébastien Luttringer
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
+
+PROTOS=(ip ip6 inet arp bridge)
+
+for proto in ${PROTOS[@]}; do
+   nft list tables $proto|cut -f 2 -d ' '| while read table; do
+   nft list table ip6 filter|awk '/^[ \t]+chain/{ print $2 
}'|while read chain; do
+   nft delete chain $proto $table $chain
+   done
+   nft delete table $proto $table
+   done
+done
+
+# vim:set ts=2 sw=2 et:

Copied: nftables/repos/testing-i686/nftables.conf (from rev 220244, 
nftables/trunk/nftables.conf)
===
--- testing-i686/nftables.conf  (rev 0)
+++ testing-i686/nftables.conf  2014-08-19 

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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 13:33:51
  Author: seblu
Revision: 117624

archrelease: copy trunk to community-x86_64

Added:
  weston/repos/community-x86_64/PKGBUILD
(from rev 117623, weston/trunk/PKGBUILD)
Deleted:
  weston/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 11:33:39 UTC (rev 117623)
+++ PKGBUILD2014-08-19 11:33:51 UTC (rev 117624)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 117623, 
weston/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 11:33:51 UTC (rev 117624)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --with-cairo=gl \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 13:33:39
  Author: seblu
Revision: 117623

upgpkg: weston 1.5.0-2

- fix FS#41475

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 10:22:07 UTC (rev 117622)
+++ PKGBUILD2014-08-19 11:33:39 UTC (rev 117623)
@@ -4,7 +4,7 @@
 
 pkgname=weston
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
@@ -18,6 +18,7 @@
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/weston \
+   --with-cairo=gl \
--enable-demo-clients-install
make
 }



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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 13:35:35
  Author: seblu
Revision: 117625

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 11:33:51 UTC (rev 117624)
+++ community-i686/PKGBUILD 2014-08-19 11:35:35 UTC (rev 117625)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 117624, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 11:35:35 UTC (rev 117625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --with-cairo=gl \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-19 11:33:51 UTC (rev 117624)
+++ community-x86_64/PKGBUILD   2014-08-19 11:35:35 UTC (rev 117625)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('42939c536bcdfbd92edb5e51af76ce7f0a4c6ed7')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --with-cairo=gl \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 117624, 
weston/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-19 11:35:35 UTC (rev 117625)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)

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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 14:01:52
  Author: bpiotrowski
Revision: 117626

upgpkg: ppsspp 0.9.9.1-2

disable the build of headless binary

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 11:35:35 UTC (rev 117625)
+++ PKGBUILD2014-08-19 12:01:52 UTC (rev 117626)
@@ -3,7 +3,7 @@
 
 pkgname=ppsspp
 pkgver=0.9.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ppsspp.org/'
@@ -35,14 +35,13 @@
 
 build() {
   cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release -DHEADLESS=ON
+  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
   install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  install -Dm755 build/PPSSPPHeadless $pkgdir/usr/bin/PPSSPPHeadless
-  chrpath -d $pkgdir/usr/bin/PPSSPP{SDL,Headless}
+  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
 
   install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
   cp -r build/assets $pkgdir/usr/share/ppsspp/



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

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 14:02:01
  Author: bpiotrowski
Revision: 117627

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

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 117626, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 117626, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 117626, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 117626, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 117626, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 117626, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

-+
 /PKGBUILD   |  102 ++
 /ppsspp.desktop |   20 +++
 /ppsspp.install |   22 
 community-i686/PKGBUILD |   52 ---
 community-i686/ppsspp.desktop   |   10 ---
 community-i686/ppsspp.install   |   11 
 community-x86_64/PKGBUILD   |   52 ---
 community-x86_64/ppsspp.desktop |   10 ---
 community-x86_64/ppsspp.install |   11 
 9 files changed, 144 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 12:01:52 UTC (rev 117626)
+++ community-i686/PKGBUILD 2014-08-19 12:02:01 UTC (rev 117627)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=ppsspp
-pkgver=0.9.9.1
-pkgrel=1
-pkgdesc='PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=2ba8e36
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=fdc4558
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
-ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'b70b8b3913079468db3469abeacaa9f6')
-
-prepare() {
-  mkdir build{,-qt}
-  cd $pkgbase
-
-  git submodule init
-  for submodule in native lang ffmpeg; do
-git config submodule.${submodule}.url $srcdir/$submodule
-git submodule update $submodule
-  done
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release -DHEADLESS=ON
-  make
-}
-
-package() {
-  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  install -Dm755 build/PPSSPPHeadless $pkgdir/usr/bin/PPSSPPHeadless
-  chrpath -d $pkgdir/usr/bin/PPSSPP{SDL,Headless}
-
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/assets $pkgdir/usr/share/ppsspp/
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
-
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
-}

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 117626, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 12:02:01 UTC (rev 117627)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=ppsspp
+pkgver=0.9.9.1
+pkgrel=2
+pkgdesc='PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('zlib' 'sdl' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
+install=ppsspp.install
+source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
+git://github.com/hrydgard/native.git#commit=2ba8e36
+lang::git://github.com/hrydgard/ppsspp-lang.git#commit=fdc4558
+ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=bc6302be
+ppsspp.desktop)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'b70b8b3913079468db3469abeacaa9f6')
+
+prepare() {
+  mkdir build{,-qt}
+  cd $pkgbase
+
+  git submodule init
+  for submodule in native lang ffmpeg; do
+git config submodule.${submodule}.url $srcdir/$submodule
+git submodule update $submodule
+  done
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
+  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
+
+  install -d $pkgdir/usr/share/ppsspp 

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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 14:02:24
  Author: seblu
Revision: 117628

upgpkg: sslh 1.16-2

- fix FS#41285

Modified:
  sslh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 12:02:01 UTC (rev 117627)
+++ PKGBUILD2014-08-19 12:02:24 UTC (rev 117628)
@@ -5,12 +5,12 @@
 
 pkgname=sslh
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
 license=('GPL2')
-depends=('libconfig')
+depends=('libcap' 'libconfig')
 backup=('etc/sslh.conf')
 install=$pkgname.install
 source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
@@ -22,7 +22,7 @@
 
 build() {
   cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\
+  make VERSION=\v$pkgver\ USELIBCAP=1
 }
 
 package() {



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

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 14:02:47
  Author: seblu
Revision: 117629

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

Added:
  sslh/repos/community-i686/PKGBUILD
(from rev 117628, sslh/trunk/PKGBUILD)
  sslh/repos/community-i686/sslh-fork.service
(from rev 117628, sslh/trunk/sslh-fork.service)
  sslh/repos/community-i686/sslh-select.service
(from rev 117628, sslh/trunk/sslh-select.service)
  sslh/repos/community-i686/sslh.install
(from rev 117628, sslh/trunk/sslh.install)
  sslh/repos/community-x86_64/PKGBUILD
(from rev 117628, sslh/trunk/PKGBUILD)
  sslh/repos/community-x86_64/sslh-fork.service
(from rev 117628, sslh/trunk/sslh-fork.service)
  sslh/repos/community-x86_64/sslh-select.service
(from rev 117628, sslh/trunk/sslh-select.service)
  sslh/repos/community-x86_64/sslh.install
(from rev 117628, sslh/trunk/sslh.install)
Deleted:
  sslh/repos/community-i686/PKGBUILD
  sslh/repos/community-i686/sslh-fork.service
  sslh/repos/community-i686/sslh-select.service
  sslh/repos/community-i686/sslh.install
  sslh/repos/community-x86_64/PKGBUILD
  sslh/repos/community-x86_64/sslh-fork.service
  sslh/repos/community-x86_64/sslh-select.service
  sslh/repos/community-x86_64/sslh.install

--+
 /PKGBUILD|   90 +
 /sslh-fork.service   |   20 +++
 /sslh-select.service |   18 ++
 /sslh.install|   26 +
 community-i686/PKGBUILD  |   45 
 community-i686/sslh-fork.service |   10 ---
 community-i686/sslh-select.service   |9 ---
 community-i686/sslh.install  |   13 
 community-x86_64/PKGBUILD|   45 
 community-x86_64/sslh-fork.service   |   10 ---
 community-x86_64/sslh-select.service |9 ---
 community-x86_64/sslh.install|   13 
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 12:02:24 UTC (rev 117628)
+++ community-i686/PKGBUILD 2014-08-19 12:02:47 UTC (rev 117629)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
-# Contributor: Jason Rodriguez jason-...@catloaf.net
-
-pkgname=sslh
-pkgver=1.16
-pkgrel=1
-pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
-arch=('i686' 'x86_64')
-url='http://www.rutschle.net/tech/sslh.shtml'
-license=('GPL2')
-depends=('libconfig')
-backup=('etc/sslh.conf')
-install=$pkgname.install
-source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
-   'sslh-select.service'
-   'sslh-fork.service')
-md5sums=('1e85b84eb82a96b81de9b1e637a3e795'
- '67e8c9511508673254afa3e1ca61ff89'
- 'a4402244a4d819beb3c6dc7ff031084e')
-
-build() {
-  cd $pkgname-v$pkgver
-  make VERSION=\v$pkgver\
-}
-
-package() {
-  # manually install to have both ssl-fork and ssl-select
-  cd $pkgname-v$pkgver
-  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
-  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
-  ln -s sslh-fork $pkgdir/usr/bin/sslh
-  # install manpage
-  install -Dm 0644 sslh.8.gz $pkgdir/usr/share/man/man8/sslh.8.gz
-  # install example file
-  install -Dm 0644 example.cfg $pkgdir/etc/sslh.conf
-  # systemd
-  install -Dm 644 $srcdir/sslh-fork.service \
-$pkgdir/usr/lib/systemd/system/sslh-fork.service
-  install -Dm 644 $srcdir/sslh-select.service \
-$pkgdir/usr/lib/systemd/system/sslh-select.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sslh/repos/community-i686/PKGBUILD (from rev 117628, 
sslh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 12:02:47 UTC (rev 117629)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Le_suisse lesuisse.dev+aur at gmail dot com
+# Contributor: Jason Rodriguez jason-...@catloaf.net
+
+pkgname=sslh
+pkgver=1.16
+pkgrel=2
+pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
+arch=('i686' 'x86_64')
+url='http://www.rutschle.net/tech/sslh.shtml'
+license=('GPL2')
+depends=('libcap' 'libconfig')
+backup=('etc/sslh.conf')
+install=$pkgname.install
+source=(http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz;
+   'sslh-select.service'
+   'sslh-fork.service')
+md5sums=('1e85b84eb82a96b81de9b1e637a3e795'
+ '67e8c9511508673254afa3e1ca61ff89'
+ 'a4402244a4d819beb3c6dc7ff031084e')
+
+build() {
+  cd $pkgname-v$pkgver
+  make VERSION=\v$pkgver\ USELIBCAP=1
+}
+
+package() {
+  # manually install to have both ssl-fork and ssl-select
+  cd $pkgname-v$pkgver
+  install -Dm 0755 sslh-fork $pkgdir/usr/bin/sslh-fork
+  install -Dm 0755 sslh-select $pkgdir/usr/bin/sslh-select
+  ln -s sslh-fork $pkgdir/usr/bin/sslh
+  

[arch-commits] Commit in backuppc/trunk (PKGBUILD backuppc.httpd)

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 14:06:37
  Author: seblu
Revision: 117630

upgpkg: backuppc 3.3.0-3

- fix FS#41201

Modified:
  backuppc/trunk/PKGBUILD
  backuppc/trunk/backuppc.httpd

+
 PKGBUILD   |4 ++--
 backuppc.httpd |8 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 12:02:47 UTC (rev 117629)
+++ PKGBUILD2014-08-19 12:06:37 UTC (rev 117630)
@@ -3,7 +3,7 @@
 
 pkgname=backuppc
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
 url='http://backuppc.sourceforge.net/'
 license=('GPL2')
@@ -44,7 +44,7 @@
  '88344dbc5f8777e04fc8e0d250a2db82'
  '67a939aa63740c52d12bbdca72d37891'
  'ef09e4dae5b4197998f5c3a74e0ec86d'
- 'c61dea98b2a2a0c944a0a6be44e4caf3'
+ '99e641c4f3ba4fbcc53e046ce7290ad5'
  'ec087e8b899450e9e7ab18bff77cb1f3'
  'b468820ed542023e1fec7ce8c88a0c3b'
  '3917c474a275e262fde246daf59ffe31'

Modified: backuppc.httpd
===
--- backuppc.httpd  2014-08-19 12:02:47 UTC (rev 117629)
+++ backuppc.httpd  2014-08-19 12:06:37 UTC (rev 117630)
@@ -3,9 +3,7 @@
   # You can change the allow line to allow access from your local
   # network, or comment out this region to allow access from all
   # machines.
-  order deny,allow
-  deny from all
-  allow from 127.0.0.1
+  Require ip 127.0.0.1
 
   # You can change the authorization method to LDAP or another method
   # besides htaccess here if you are so inclined.
@@ -16,9 +14,7 @@
 /Directory
 
 Directory /usr/share/backuppc/html
-  order deny,allow
-  deny from all
-  allow from 127.0.0.1
+  Require ip 127.0.0.1
 /Directory
 
 Alias   /backuppc /usr/share/backuppc/html



[arch-commits] Commit in backuppc/repos/community-any (24 files)

2014-08-19 Thread Sébastien Luttringer
Date: Tuesday, August 19, 2014 @ 14:07:06
  Author: seblu
Revision: 117631

archrelease: copy trunk to community-any

Added:
  backuppc/repos/community-any/01-move-socket-into-run.patch
(from rev 117630, backuppc/trunk/01-move-socket-into-run.patch)
  backuppc/repos/community-any/02-move-socket-into-run.patch
(from rev 117630, backuppc/trunk/02-move-socket-into-run.patch)
  backuppc/repos/community-any/03-fix-FS#32642.patch
(from rev 117630, backuppc/trunk/03-fix-FS#32642.patch)
  backuppc/repos/community-any/04-fix-cve-2011-4923.patch
(from rev 117630, backuppc/trunk/04-fix-cve-2011-4923.patch)
  backuppc/repos/community-any/05-fix-edit-menu-ordering.patch
(from rev 117630, backuppc/trunk/05-fix-edit-menu-ordering.patch)
  backuppc/repos/community-any/PKGBUILD
(from rev 117630, backuppc/trunk/PKGBUILD)
  backuppc/repos/community-any/backuppc.httpd
(from rev 117630, backuppc/trunk/backuppc.httpd)
  backuppc/repos/community-any/backuppc.install
(from rev 117630, backuppc/trunk/backuppc.install)
  backuppc/repos/community-any/backuppc.profile.csh
(from rev 117630, backuppc/trunk/backuppc.profile.csh)
  backuppc/repos/community-any/backuppc.profile.sh
(from rev 117630, backuppc/trunk/backuppc.profile.sh)
  backuppc/repos/community-any/backuppc.service
(from rev 117630, backuppc/trunk/backuppc.service)
  backuppc/repos/community-any/backuppc.socket
(from rev 117630, backuppc/trunk/backuppc.socket)
Deleted:
  backuppc/repos/community-any/01-move-socket-into-run.patch
  backuppc/repos/community-any/02-move-socket-into-run.patch
  backuppc/repos/community-any/03-fix-FS#32642.patch
  backuppc/repos/community-any/04-fix-cve-2011-4923.patch
  backuppc/repos/community-any/05-fix-edit-menu-ordering.patch
  backuppc/repos/community-any/PKGBUILD
  backuppc/repos/community-any/backuppc.httpd
  backuppc/repos/community-any/backuppc.install
  backuppc/repos/community-any/backuppc.profile.csh
  backuppc/repos/community-any/backuppc.profile.sh
  backuppc/repos/community-any/backuppc.service
  backuppc/repos/community-any/backuppc.socket

-+
 01-move-socket-into-run.patch   |  110 ++--
 02-move-socket-into-run.patch   |   86 
 03-fix-FS#32642.patch   |   24 ++--
 04-fix-cve-2011-4923.patch  |   28 ++---
 05-fix-edit-menu-ordering.patch |   58 +-
 PKGBUILD|  204 +++---
 backuppc.httpd  |   46 +++-
 backuppc.install|   74 ++---
 backuppc.profile.csh|2 
 backuppc.profile.sh |6 -
 backuppc.service|   22 ++--
 backuppc.socket |   16 +-
 12 files changed, 336 insertions(+), 340 deletions(-)

Deleted: 01-move-socket-into-run.patch
===
--- 01-move-socket-into-run.patch   2014-08-19 12:06:37 UTC (rev 117630)
+++ 01-move-socket-into-run.patch   2014-08-19 12:07:06 UTC (rev 117631)
@@ -1,55 +0,0 @@
-From 1cba5f001533ec6d0a728847bdc4fc57e5fed0a3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= se...@seblu.net
-Date: Tue, 16 Apr 2013 22:39:15 +0200
-Subject: [PATCH] Move pid file into /run
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-This is not a clean patch but it doesn't targeted to upstream inclusion
-
-Signed-off-by: Sébastien Luttringer se...@seblu.net

- bin/BackupPC | 10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/bin/BackupPC b/bin/BackupPC
-index c6fc7d2..d9f3dbc 100755
 a/bin/BackupPC
-+++ b/bin/BackupPC
-@@ -363,11 +363,11 @@ sub Main_Initialize
- # Write out our initial status and save our PID
- #
- StatusWrite();
--unlink($LogDir/BackupPC.pid);
--if ( open(PID, , $LogDir/BackupPC.pid) ) {
-+unlink(/run/backuppc/backuppc.pid);
-+if ( open(PID, , /run/backuppc/backuppc.pid) ) {
- print(PID $$);
- close(PID);
--chmod(0444, $LogDir/BackupPC.pid);
-+chmod(0444, /run/backuppc/backuppc.pid);
- }
- 
- #
-@@ -1846,7 +1846,7 @@ sub catch_signal
- close(LOG);
- LogFileOpen();
- print(LOG Fatal error: unhandled signal $SigName\n);
--unlink($LogDir/BackupPC.pid);
-+unlink(/run/backuppc/backuppc.pid);
- confess(Got new signal $SigName... quitting\n);
- } else {
-   $SigName = shift;
-@@ -1968,7 +1968,7 @@ sub ServerShutdown
- }
- delete($Info{pid});
- StatusWrite();
--unlink($LogDir/BackupPC.pid);
-+unlink(/run/backuppc/backuppc.pid);
- exit(1);
- }
- 
--- 
-1.8.2.1
-

Copied: backuppc/repos/community-any/01-move-socket-into-run.patch (from rev 
117630, backuppc/trunk/01-move-socket-into-run.patch)
===
--- 01-move-socket-into-run.patch  

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 14:44:41
  Author: fyan
Revision: 117632

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 117631, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 117631, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 117631, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 117631, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 117631, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 117631, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-08-19 12:07:06 UTC (rev 117631)
+++ LICENSE 2014-08-19 12:44:41 UTC (rev 117632)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 117631, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-08-19 12:44:41 UTC (rev 117632)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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
===
--- PKGBUILD2014-08-19 12:07:06 UTC (rev 117631)
+++ PKGBUILD2014-08-19 12:44:41 UTC (rev 117632)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.576
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-08-19 Thread Михаил Страшун
Date: Tuesday, August 19, 2014 @ 14:56:08
  Author: dicebot
Revision: 117633

upgpkg: lib32-libphobos 2.066.0-1

lib32-libphobos : 2.066.0

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 12:44:41 UTC (rev 117632)
+++ PKGBUILD2014-08-19 12:56:08 UTC (rev 117633)
@@ -7,7 +7,7 @@
 
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
-pkgver=2.065.0
+pkgver=2.066.0
 pkgrel=1
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')



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

2014-08-19 Thread Михаил Страшун
Date: Tuesday, August 19, 2014 @ 14:56:20
  Author: dicebot
Revision: 117634

archrelease: copy trunk to community-x86_64

Added:
  lib32-libphobos/repos/community-x86_64/
  lib32-libphobos/repos/community-x86_64/PKGBUILD
(from rev 117633, lib32-libphobos/trunk/PKGBUILD)

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

Copied: lib32-libphobos/repos/community-x86_64/PKGBUILD (from rev 117633, 
lib32-libphobos/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-19 12:56:20 UTC (rev 117634)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.066.0
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



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

2014-08-19 Thread Gaetan Bisson
Date: Tuesday, August 19, 2014 @ 15:40:25
  Author: bisson
Revision: 220247

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 220246, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 220246, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-19 13:40:16 UTC (rev 220246)
+++ core-i686/PKGBUILD  2014-08-19 13:40:25 UTC (rev 220247)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.7.5
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('3de067eee6abb69ededb0d217f2ec49817435dab')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   CFLAGS+= $CPPFLAGS
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 220246, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-19 13:40:25 UTC (rev 220247)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.6
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('019eab4f2af2be2a64691132bfc509d50d8e203a')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-08-19 13:40:16 UTC (rev 220246)
+++ core-x86_64/PKGBUILD2014-08-19 13:40:25 UTC (rev 220247)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner 

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

2014-08-19 Thread Gaetan Bisson
Date: Tuesday, August 19, 2014 @ 15:40:16
  Author: bisson
Revision: 220246

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-19 10:36:24 UTC (rev 220245)
+++ core-i686/PKGBUILD  2014-08-19 13:40:16 UTC (rev 220246)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Roman Cheplyaka r...@ro-che.info
-
-pkgname=libedit
-pkgver=20140213_3.1
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
-url='http://www.thrysoee.dk/editline/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses')
-source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
-sha1sums=('759c396a7b33829a995904d8fc595600757f0313')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
-   ./configure --prefix=/usr --enable-widec
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
-   make prefix=${pkgdir}/usr install
-
-   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
-}

Copied: libedit/repos/core-i686/PKGBUILD (from rev 220245, 
libedit/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-19 13:40:16 UTC (rev 220246)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20140620_3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
+sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   make prefix=${pkgdir}/usr install
+
+   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-08-19 10:36:24 UTC (rev 220245)
+++ core-x86_64/PKGBUILD2014-08-19 13:40:16 UTC (rev 220246)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Roman Cheplyaka r...@ro-che.info
-
-pkgname=libedit
-pkgver=20140213_3.1
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
-url='http://www.thrysoee.dk/editline/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ncurses')
-source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
-sha1sums=('759c396a7b33829a995904d8fc595600757f0313')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
-   ./configure --prefix=/usr --enable-widec
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
-   make prefix=${pkgdir}/usr install
-
-   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
-}

Copied: libedit/repos/core-x86_64/PKGBUILD (from rev 220245, 
libedit/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-08-19 13:40:16 UTC (rev 220246)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20140620_3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'

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

2014-08-19 Thread Pierre Schmitz
Date: Tuesday, August 19, 2014 @ 16:53:41
  Author: pierre
Revision: 220248

upgpkg: php-composer 1.0.0.alpha8.463-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 13:40:25 UTC (rev 220247)
+++ PKGBUILD2014-08-19 14:53:41 UTC (rev 220248)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.461
+pkgver=1.0.0.alpha8.463
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')



[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2014-08-19 Thread Pierre Schmitz
Date: Tuesday, August 19, 2014 @ 16:53:55
  Author: pierre
Revision: 220249

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 220248, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 220248, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   22 ++--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 14:53:41 UTC (rev 220248)
+++ PKGBUILD2014-08-19 14:53:55 UTC (rev 220249)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.461
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 220248, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 14:53:55 UTC (rev 220249)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.463
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '9d871623bc2ec0a37a7d78f708a7f838')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-08-19 14:53:41 UTC (rev 220248)
+++ php.ini 2014-08-19 14:53:55 UTC (rev 220249)
@@ -1,11 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 220248, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-08-19 14:53:55 UTC (rev 220249)
@@ -0,0 +1,11 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off



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

2014-08-19 Thread Pierre Schmitz
Date: Tuesday, August 19, 2014 @ 17:12:00
  Author: pierre
Revision: 220250

upgpkg: php 5.5.16-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 14:53:55 UTC (rev 220249)
+++ PKGBUILD2014-08-19 15:12:00 UTC (rev 220250)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.15
+pkgver=5.5.16
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -34,7 +34,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('63b56e64e7c25b1c6dcdf778333dfa24'
+md5sums=('e3c33f832e141535720e7634396baae5'
  'SKIP'
  '510f9092ebfe6e378e12817e197a88b6'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'



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

2014-08-19 Thread Pierre Schmitz
Date: Tuesday, August 19, 2014 @ 17:12:28
  Author: pierre
Revision: 220251

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 220250, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 220250, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 220250, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 220250, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 220250, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 220250, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 220250, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 220250, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 220250, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 220250, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 220250, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 220250, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 220250, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 220250, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 220250, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 220250, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  357 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  357 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1150 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 220250, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-19 15:12:28 UTC (rev 220251)
@@ -0,0 +1,357 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.16
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('e3c33f832e141535720e7634396baae5'
+ 'SKIP'
+ '510f9092ebfe6e378e12817e197a88b6'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   

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

2014-08-19 Thread Sergej Pupykin
Date: Tuesday, August 19, 2014 @ 17:21:39
  Author: spupykin
Revision: 117635

upgpkg: maven 3.2.3-1

upd

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 12:56:20 UTC (rev 117634)
+++ PKGBUILD2014-08-19 15:21:39 UTC (rev 117635)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=maven
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=A Java project management and project comprehension tool
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('opt/maven/conf/settings.xml')
 
source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
maven.sh)
-md5sums=('dc3c7042348859fd2358ff31648da923'
+md5sums=('d1991e64c7a9f6f294ec17d2eab362d6'
  '5ed0bddbf5c5375fe5032a76a9506426')
 
 package() {



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

2014-08-19 Thread Sergej Pupykin
Date: Tuesday, August 19, 2014 @ 17:21:48
  Author: spupykin
Revision: 117636

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/ChangeLog
(from rev 117635, maven/trunk/ChangeLog)
  maven/repos/community-any/PKGBUILD
(from rev 117635, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 117635, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/ChangeLog
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

---+
 ChangeLog |6 ++--
 PKGBUILD  |   78 ++--
 maven.sh  |   10 +++
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-08-19 15:21:39 UTC (rev 117635)
+++ ChangeLog   2014-08-19 15:21:48 UTC (rev 117636)
@@ -1,3 +0,0 @@
-2007-06-29 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Copied: maven/repos/community-any/ChangeLog (from rev 117635, 
maven/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-08-19 15:21:48 UTC (rev 117636)
@@ -0,0 +1,3 @@
+2007-06-29 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+* Not sure if the binary will work.. but lets try anyway

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 15:21:39 UTC (rev 117635)
+++ PKGBUILD2014-08-19 15:21:48 UTC (rev 117636)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=maven
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=A Java project management and project comprehension tool
-arch=('any')
-url=http://maven.apache.org;
-license=('APACHE')
-depends=('java-environment')
-makedepends=('apache-ant')
-backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
-md5sums=('dc3c7042348859fd2358ff31648da923'
- '5ed0bddbf5c5375fe5032a76a9506426')
-
-package() {
-  cd $srcdir/apache-maven-$pkgver
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  mkdir -p $srcdir/repo
-  mkdir $pkgdir/opt
-  export MAVEN_OPTS=-Xmx512m
-  export M2_HOME=$pkgdir/opt/maven
-  export PATH=$PATH:$M2_HOME/bin
-
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  ant -Dmaven.repo.local=$srcdir/repo
-  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
-  rm $pkgdir/opt/maven/*.txt
-  mkdir -p $pkgdir/usr/bin
-  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
-}

Copied: maven/repos/community-any/PKGBUILD (from rev 117635, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 15:21:48 UTC (rev 117636)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=maven
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=A Java project management and project comprehension tool
+arch=('any')
+url=http://maven.apache.org;
+license=('APACHE')
+depends=('java-environment')
+makedepends=('apache-ant')
+backup=('opt/maven/conf/settings.xml')
+source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
+   maven.sh)
+md5sums=('d1991e64c7a9f6f294ec17d2eab362d6'
+ '5ed0bddbf5c5375fe5032a76a9506426')
+
+package() {
+  cd $srcdir/apache-maven-$pkgver
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  mkdir -p $srcdir/repo
+  mkdir $pkgdir/opt
+  export MAVEN_OPTS=-Xmx512m
+  export M2_HOME=$pkgdir/opt/maven
+  export PATH=$PATH:$M2_HOME/bin
+
+  # FIXME: downloads many deps from Internet. Probably they should be
+  # packaged or added into source=()
+  ant -Dmaven.repo.local=$srcdir/repo
+  install -D -m 755 $srcdir/maven.sh $pkgdir/etc/profile.d/maven.sh
+  rm $pkgdir/opt/maven/*.txt
+  mkdir -p $pkgdir/usr/bin
+  ln -s /opt/maven/bin/mvn $pkgdir/usr/bin/mvn
+}

Deleted: maven.sh
===
--- maven.sh2014-08-19 15:21:39 UTC (rev 117635)
+++ maven.sh2014-08-19 15:21:48 UTC (rev 117636)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 117635, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2014-08-19 15:21:48 UTC (rev 117636)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin



[arch-commits] Commit in perl-xml-sax-expat/repos/community-any (4 files)

2014-08-19 Thread Sergej Pupykin
Date: Tuesday, August 19, 2014 @ 17:22:01
  Author: spupykin
Revision: 117638

archrelease: copy trunk to community-any

Added:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
(from rev 117637, perl-xml-sax-expat/trunk/PKGBUILD)
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install
(from rev 117637, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
Deleted:
  perl-xml-sax-expat/repos/community-any/PKGBUILD
  perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install

+
 PKGBUILD   |   56 +--
 perl-xml-sax-expat.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 15:21:53 UTC (rev 117637)
+++ PKGBUILD2014-08-19 15:22:01 UTC (rev 117638)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-sax-expat
-pkgver=0.51
-pkgrel=1
-pkgdesc=SAX2 Driver for Expat (XML::Parser) 
-arch=('any')
-url=http://search.cpan.org/dist/XML-SAX-Expat;
-license=('GPL' 'PerlArtistic')
-depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
-install=perl-xml-sax-expat.install
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
-md5sums=('74c540095d84e3f054d1f8703a73ef76')
-
-build() {
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make 
-}
-package(){
-  cd  $srcdir/XML-SAX-Expat-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir 
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-sax-expat/repos/community-any/PKGBUILD (from rev 117637, 
perl-xml-sax-expat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 15:22:01 UTC (rev 117638)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-sax-expat
+pkgver=0.51
+pkgrel=2
+pkgdesc=SAX2 Driver for Expat (XML::Parser) 
+arch=('any')
+url=http://search.cpan.org/dist/XML-SAX-Expat;
+license=('GPL' 'PerlArtistic')
+depends=('perl-xml-namespacesupport' 'perlxml' 'perl-xml-sax')
+install=perl-xml-sax-expat.install
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-$pkgver.tar.gz)
+md5sums=('74c540095d84e3f054d1f8703a73ef76')
+
+build() {
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make 
+}
+package(){
+  cd  $srcdir/XML-SAX-Expat-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir 
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: perl-xml-sax-expat.install
===
--- perl-xml-sax-expat.install  2014-08-19 15:21:53 UTC (rev 117637)
+++ perl-xml-sax-expat.install  2014-08-19 15:22:01 UTC (rev 117638)
@@ -1,12 +0,0 @@
-post_install() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-
-post_upgrade() {
-if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
-perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
-fi
-}
-

Copied: perl-xml-sax-expat/repos/community-any/perl-xml-sax-expat.install (from 
rev 117637, perl-xml-sax-expat/trunk/perl-xml-sax-expat.install)
===
--- perl-xml-sax-expat.install  (rev 0)
+++ perl-xml-sax-expat.install  2014-08-19 15:22:01 UTC (rev 117638)
@@ -0,0 +1,12 @@
+post_install() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+
+post_upgrade() {
+if [ ! -r /usr/lib/perl5/site_perl/current/XML/SAX/ParserDetails.ini ]; then 
+perl -MXML::SAX -e 
XML::SAX-add_parser(q(XML::SAX::Expat))-save_parsers()
+fi
+}
+



[arch-commits] Commit in perl-xml-sax-expat/trunk (PKGBUILD)

2014-08-19 Thread Sergej Pupykin
Date: Tuesday, August 19, 2014 @ 17:21:53
  Author: spupykin
Revision: 117637

upgpkg: perl-xml-sax-expat 0.51-2

upd

Modified:
  perl-xml-sax-expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 15:21:48 UTC (rev 117636)
+++ PKGBUILD2014-08-19 15:21:53 UTC (rev 117637)
@@ -4,7 +4,7 @@
 
 pkgname=perl-xml-sax-expat
 pkgver=0.51
-pkgrel=1
+pkgrel=2
 pkgdesc=SAX2 Driver for Expat (XML::Parser) 
 arch=('any')
 url=http://search.cpan.org/dist/XML-SAX-Expat;



[arch-commits] Commit in (5 files)

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 18:13:24
  Author: alucryd
Revision: 117639

Add wit

Added:
  wit/
  wit/trunk/
  wit/trunk/PKGBUILD
  wit/trunk/wit-titles.patch
  wit/trunk/wit.install

--+
 PKGBUILD |   45 +
 wit-titles.patch |   19 +++
 wit.install  |   10 ++
 3 files changed, 74 insertions(+)

Added: wit/trunk/PKGBUILD
===
--- wit/trunk/PKGBUILD  (rev 0)
+++ wit/trunk/PKGBUILD  2014-08-19 16:13:24 UTC (rev 117639)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Gordin gor...@koeln.ccc.de
+
+pkgname=wit
+pkgver=2.29a
+pkgrel=2
+pkgdesc='Wiimms ISO Tools'
+arch=('i686' 'x86_64')
+url='http://wit.wiimm.de'
+license=('GPL2')
+depends=('fuse')
+makedepends=('subversion')
+optdepends=('bash: Update titles lists'
+'wget: Update titles lists')
+install='wit.install'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=5186'
+'wit-titles.patch')
+sha256sums=('SKIP'
+'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
+
+prepare() {
+  cd wit
+
+  patch -Np1 -i ../wit-titles.patch
+}
+
+build() {
+  cd wit
+
+  export LDFLAGS=$LDFLAGS,-z,noexecstack
+
+  make INSTALL_PATH=${pkgdir}/usr tools
+  make doc
+}
+
+package () {
+  cd wit
+
+  make install
+  install -dm 755 ${pkgdir}/usr/share/doc/wit
+  install -m 644 doc/*.txt ${pkgdir}/usr/share/doc/wit/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: wit/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: wit/trunk/wit-titles.patch
===
--- wit/trunk/wit-titles.patch  (rev 0)
+++ wit/trunk/wit-titles.patch  2014-08-19 16:13:24 UTC (rev 117639)
@@ -0,0 +1,19 @@
+diff -rupN wit.orig/setup/load-titles.sh wit/setup/load-titles.sh
+--- wit.orig/setup/load-titles.sh  2014-08-19 17:54:05.351879800 +0200
 wit/setup/load-titles.sh   2014-08-19 18:04:14.235375300 +0200
+@@ -30,12 +30,11 @@
+ 
+ NEEDED=wit wget tr
+ 
+-BASE_PATH=@@INSTALL-PATH@@
+-SHARE_PATH=@@SHARE-PATH@@
+-URI_TITLES=@@URI-TITLES@@
++SHARE_PATH=/usr/share/wit
++URI_TITLES=@@URI-TITLES@@
+ LANGUAGES=@@LANGUAGES@@
+ 
+-SHARE_DIR=./share
++SHARE_DIR=/tmp
+ 
+ 
#--
+ 


Property changes on: wit/trunk/wit-titles.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: wit/trunk/wit.install
===
--- wit/trunk/wit.install   (rev 0)
+++ wit/trunk/wit.install   2014-08-19 16:13:24 UTC (rev 117639)
@@ -0,0 +1,10 @@
+post_install() {
+  echo 'WIT comes with a script to automatically update its titles lists. It 
is'
+  echo 'located in /usr/share/wit/load-titles.sh and needs to be run as root.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: wit/trunk/wit.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 18:17:13
  Author: alucryd
Revision: 117640

upgpkg: wit 2.29a-2

Modified:
  wit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 16:13:24 UTC (rev 117639)
+++ PKGBUILD2014-08-19 16:17:13 UTC (rev 117640)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://wit.wiimm.de'
 license=('GPL2')
-depends=('fuse')
+depends=('fuse' 'zlib')
 makedepends=('subversion')
 optdepends=('bash: Update titles lists'
 'wget: Update titles lists')



[arch-commits] Commit in wit (9 files)

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 18:17:22
  Author: alucryd
Revision: 117641

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

Added:
  wit/repos/
  wit/repos/community-i686/
  wit/repos/community-i686/PKGBUILD
(from rev 117640, wit/trunk/PKGBUILD)
  wit/repos/community-i686/wit-titles.patch
(from rev 117640, wit/trunk/wit-titles.patch)
  wit/repos/community-i686/wit.install
(from rev 117640, wit/trunk/wit.install)
  wit/repos/community-x86_64/
  wit/repos/community-x86_64/PKGBUILD
(from rev 117640, wit/trunk/PKGBUILD)
  wit/repos/community-x86_64/wit-titles.patch
(from rev 117640, wit/trunk/wit-titles.patch)
  wit/repos/community-x86_64/wit.install
(from rev 117640, wit/trunk/wit.install)

---+
 community-i686/PKGBUILD   |   45 
 community-i686/wit-titles.patch   |   19 +++
 community-i686/wit.install|   10 
 community-x86_64/PKGBUILD |   45 
 community-x86_64/wit-titles.patch |   19 +++
 community-x86_64/wit.install  |   10 
 6 files changed, 148 insertions(+)

Copied: wit/repos/community-i686/PKGBUILD (from rev 117640, wit/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-08-19 16:17:22 UTC (rev 117641)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Gordin gor...@koeln.ccc.de
+
+pkgname=wit
+pkgver=2.29a
+pkgrel=2
+pkgdesc='Wiimms ISO Tools'
+arch=('i686' 'x86_64')
+url='http://wit.wiimm.de'
+license=('GPL2')
+depends=('fuse' 'zlib')
+makedepends=('subversion')
+optdepends=('bash: Update titles lists'
+'wget: Update titles lists')
+install='wit.install'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=5186'
+'wit-titles.patch')
+sha256sums=('SKIP'
+'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
+
+prepare() {
+  cd wit
+
+  patch -Np1 -i ../wit-titles.patch
+}
+
+build() {
+  cd wit
+
+  export LDFLAGS=$LDFLAGS,-z,noexecstack
+
+  make INSTALL_PATH=${pkgdir}/usr tools
+  make doc
+}
+
+package () {
+  cd wit
+
+  make install
+  install -dm 755 ${pkgdir}/usr/share/doc/wit
+  install -m 644 doc/*.txt ${pkgdir}/usr/share/doc/wit/
+}
+
+# vim: ts=2 sw=2 et:

Copied: wit/repos/community-i686/wit-titles.patch (from rev 117640, 
wit/trunk/wit-titles.patch)
===
--- repos/community-i686/wit-titles.patch   (rev 0)
+++ repos/community-i686/wit-titles.patch   2014-08-19 16:17:22 UTC (rev 
117641)
@@ -0,0 +1,19 @@
+diff -rupN wit.orig/setup/load-titles.sh wit/setup/load-titles.sh
+--- wit.orig/setup/load-titles.sh  2014-08-19 17:54:05.351879800 +0200
 wit/setup/load-titles.sh   2014-08-19 18:04:14.235375300 +0200
+@@ -30,12 +30,11 @@
+ 
+ NEEDED=wit wget tr
+ 
+-BASE_PATH=@@INSTALL-PATH@@
+-SHARE_PATH=@@SHARE-PATH@@
+-URI_TITLES=@@URI-TITLES@@
++SHARE_PATH=/usr/share/wit
++URI_TITLES=@@URI-TITLES@@
+ LANGUAGES=@@LANGUAGES@@
+ 
+-SHARE_DIR=./share
++SHARE_DIR=/tmp
+ 
+ 
#--
+ 

Copied: wit/repos/community-i686/wit.install (from rev 117640, 
wit/trunk/wit.install)
===
--- repos/community-i686/wit.install(rev 0)
+++ repos/community-i686/wit.install2014-08-19 16:17:22 UTC (rev 117641)
@@ -0,0 +1,10 @@
+post_install() {
+  echo 'WIT comes with a script to automatically update its titles lists. It 
is'
+  echo 'located in /usr/share/wit/load-titles.sh and needs to be run as root.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: wit/repos/community-x86_64/PKGBUILD (from rev 117640, 
wit/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2014-08-19 16:17:22 UTC (rev 117641)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Gordin gor...@koeln.ccc.de
+
+pkgname=wit
+pkgver=2.29a
+pkgrel=2
+pkgdesc='Wiimms ISO Tools'
+arch=('i686' 'x86_64')
+url='http://wit.wiimm.de'
+license=('GPL2')
+depends=('fuse' 'zlib')
+makedepends=('subversion')
+optdepends=('bash: Update titles lists'
+'wget: Update titles lists')
+install='wit.install'
+source=('wit::svn+http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools#revision=5186'
+'wit-titles.patch')
+sha256sums=('SKIP'
+'ace3f1245430e9db8962ecb0d4f459ab73bb43f2d5d536a6fac82ad9b34186fa')
+
+prepare() {
+  cd wit
+
+  patch -Np1 -i ../wit-titles.patch
+}
+
+build() {
+  cd wit
+
+  export 

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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 18:19:27
  Author: alucryd
Revision: 117642

upgpkg: numix-themes 2.3-1

Modified:
  numix-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 16:17:22 UTC (rev 117641)
+++ PKGBUILD2014-08-19 16:19:27 UTC (rev 117642)
@@ -3,15 +3,15 @@
 # Contributor: Diego cdprinc...@gmail.com
 
 pkgname=numix-themes
-pkgver=2.2.3
+pkgver=2.3
 pkgrel=1
-pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
 arch=('any')
 url='http://numixproject.org/'
 license=('GPL3')
 depends=('gtk-engine-murrine')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('b0acc2d81300b898403766456d3406304553cc7016677381f3179dbeb1192a2d')
+sha256sums=('98bfdfb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')
 
 package() {
   cd Numix-${pkgver}



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

2014-08-19 Thread Maxime Gauduin
Date: Tuesday, August 19, 2014 @ 18:19:34
  Author: alucryd
Revision: 117643

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/community-any/PKGBUILD
(from rev 117642, numix-themes/trunk/PKGBUILD)
Deleted:
  numix-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 16:19:27 UTC (rev 117642)
+++ PKGBUILD2014-08-19 16:19:34 UTC (rev 117643)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Diego cdprinc...@gmail.com
-
-pkgname=numix-themes
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
-arch=('any')
-url='http://numixproject.org/'
-license=('GPL3')
-depends=('gtk-engine-murrine')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
-sha256sums=('b0acc2d81300b898403766456d3406304553cc7016677381f3179dbeb1192a2d')
-
-package() {
-  cd Numix-${pkgver}
-
-  install -dm 755 $pkgdir/usr/share/themes/Numix
-  rm -rf .git .gitignore CREDITS LICENSE README.md
-  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
-}
-
-# vim: ts=2 sw=2 et:

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 117642, 
numix-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 16:19:34 UTC (rev 117643)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Diego cdprinc...@gmail.com
+
+pkgname=numix-themes
+pkgver=2.3
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('98bfdfb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')
+
+package() {
+  cd Numix-${pkgver}
+
+  install -dm 755 $pkgdir/usr/share/themes/Numix
+  rm -rf .git .gitignore CREDITS LICENSE README.md
+  cp -dr --no-preserve='ownership' * $pkgdir/usr/share/themes/Numix/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in libreoffice-still/trunk (libreoffice-still-common.install)

2014-08-19 Thread Andreas Radke
Date: Tuesday, August 19, 2014 @ 20:31:13
  Author: andyrtr
Revision: 220252

upgpkg: libreoffice-still 4.2.6-2

show the branch msg only once at installation

Modified:
  libreoffice-still/trunk/libreoffice-still-common.install

--+
 libreoffice-still-common.install |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: libreoffice-still-common.install
===
--- libreoffice-still-common.install2014-08-19 15:12:28 UTC (rev 220251)
+++ libreoffice-still-common.install2014-08-19 18:31:13 UTC (rev 220252)
@@ -2,6 +2,11 @@
   xdg-icon-resource forceupdate --theme hicolor
   update-desktop-database -q
   update-mime-database usr/share/mime  /dev/null 21
+  echo Arch is now shipping LibreOffice in two branches:
+  echo * libreoffice-still: the maintenance branch you are using right now
+  echo * libreoffice-fresh: the new fresh release branch offering latest 
feature additions
+  echo If you want switch to the \fresh\ branch run
+  echo  pacman -S libreoffice-fresh
 }
 
 post_upgrade() {
@@ -8,17 +13,10 @@
   xdg-icon-resource forceupdate --theme hicolor
   update-desktop-database -q
   update-mime-database usr/share/mime  /dev/null 21
-  if [ `vercmp $2 4.2.6` -lt 0 ]; then
-echo Arch is now shipping LibreOffice in two branches:
-echo * libreoffice-still: the maintenance branch you are using right now
-echo * libreoffice-fresh: the new fresh release branch offering latest 
feature additions
-echo If you want switch to the \fresh\ branch run
-echo  pacman -S libreoffice-fresh
-  fi
 }
 
 post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
   update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
   update-mime-database usr/share/mime  /dev/null 21
 }



[arch-commits] Commit in libreoffice-still/repos (40 files)

2014-08-19 Thread Andreas Radke
Date: Tuesday, August 19, 2014 @ 20:32:12
  Author: andyrtr
Revision: 220253

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

Added:
  libreoffice-still/repos/testing-i686/PKGBUILD
(from rev 220252, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-i686/libreoffice-still-base.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-calc.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.csh
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-common.sh
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/testing-i686/libreoffice-still-draw.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-impress.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/testing-i686/libreoffice-still-writer.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220252, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/testing-x86_64/PKGBUILD
(from rev 220252, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-base.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-calc.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.csh
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.sh
(from rev 220252, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-draw.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-impress.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/testing-x86_64/libreoffice-still-writer.install
(from rev 220252, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 220252, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-still/repos/testing-i686/PKGBUILD
  libreoffice-still/repos/testing-i686/libreoffice-still-base.install
  libreoffice-still/repos/testing-i686/libreoffice-still-calc.install
  libreoffice-still/repos/testing-i686/libreoffice-still-common.csh
  libreoffice-still/repos/testing-i686/libreoffice-still-common.install
  libreoffice-still/repos/testing-i686/libreoffice-still-common.sh
  libreoffice-still/repos/testing-i686/libreoffice-still-draw.install
  libreoffice-still/repos/testing-i686/libreoffice-still-impress.install
  libreoffice-still/repos/testing-i686/libreoffice-still-writer.install
  
libreoffice-still/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice-still/repos/testing-x86_64/PKGBUILD
  libreoffice-still/repos/testing-x86_64/libreoffice-still-base.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-calc.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.csh
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-common.sh
  libreoffice-still/repos/testing-x86_64/libreoffice-still-draw.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-impress.install
  libreoffice-still/repos/testing-x86_64/libreoffice-still-writer.install
  
libreoffice-still/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff

-+
 /PKGBUILD   | 1474 
++
 /libreoffice-still-base.install |   22 
 /libreoffice-still-calc.install |   22 
 /libreoffice-still-common.csh   |   12 
 /libreoffice-still-common.install 

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

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 20:35:18
  Author: svenstaro
Revision: 220254

upgpkg: qtcreator 3.2.0-1

upstream release 3.2.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 18:32:12 UTC (rev 220253)
+++ PKGBUILD2014-08-19 18:35:18 UTC (rev 220254)
@@ -7,9 +7,9 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=3.1.2
-_pkgver=v3.1.2
-pkgrel=3
+pkgver=3.2.0
+_pkgver=v3.2.0
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'



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

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 20:35:30
  Author: svenstaro
Revision: 220255

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 220254, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 220254, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 220254, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 220254, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 220254, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 220254, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  134 +++
 /qtcreator.desktop |   18 +
 /qtcreator.install |   24 ++
 extra-i686/PKGBUILD|   67 ---
 extra-i686/qtcreator.desktop   |9 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/qtcreator.desktop |9 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-19 18:35:18 UTC (rev 220254)
+++ extra-i686/PKGBUILD 2014-08-19 18:35:30 UTC (rev 220255)
@@ -1,67 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=3.1.2
-_pkgver=v3.1.2
-pkgrel=3
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}
-git://gitorious.org/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '50880836fd62ccd87550940feb995f06')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  # Workaround for FS#40583
-  mv ${pkgdir}/usr/bin/qtcreator ${pkgdir}/usr/bin/qtcreator-bin
-  echo #!/bin/sh  ${pkgdir}/usr/bin/qtcreator
-  echo QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@  
${pkgdir}/usr/bin/qtcreator
-  chmod +x ${pkgdir}/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 220254, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-19 18:35:30 UTC (rev 220255)
@@ -0,0 +1,67 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.2.0
+_pkgver=v3.2.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')

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

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 20:43:13
  Author: svenstaro
Revision: 117645

archrelease: copy trunk to community-any

Added:
  ponysay/repos/community-any/PKGBUILD
(from rev 117644, ponysay/trunk/PKGBUILD)
Deleted:
  ponysay/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 18:43:09 UTC (rev 117644)
+++ PKGBUILD2014-08-19 18:43:13 UTC (rev 117645)
@@ -1,20 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Erkin Batu Altunbaş erkinb...@gmail.com
-
-pkgname=ponysay
-pkgver=3.0.1
-pkgrel=1
-pkgdesc=cowsay reimplemention for ponies
-url=http://erkin.github.com/ponysay/;
-arch=('any')
-license=('GPL3')
-depends=('python' 'bash')
-makedepends=('git')
-source=(ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver;)
-md5sums=('3fac23eb1a3a9d0640ecebd1919b4390')
-
-package() {
-  cd $srcdir/erkin-ponysay-*
-
-  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial 
--everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
-}

Copied: ponysay/repos/community-any/PKGBUILD (from rev 117644, 
ponysay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 18:43:13 UTC (rev 117645)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Erkin Batu Altunbaş erkinb...@gmail.com
+
+pkgname=ponysay
+pkgver=3.0.2
+pkgrel=1
+pkgdesc=cowsay reimplemention for ponies
+url=http://erkin.github.com/ponysay/;
+arch=('any')
+license=('GPL3')
+depends=('python' 'bash')
+makedepends=('git')
+source=(ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver;)
+md5sums=('84b04705a0a57b2f43327ac6b7952013')
+
+package() {
+  cd $srcdir/erkin-ponysay-*
+
+  python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=partial 
--everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
+}



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

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 20:43:09
  Author: svenstaro
Revision: 117644

upgpkg: ponysay 3.0.2-1

upstream release 3.0.2

Modified:
  ponysay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 16:19:34 UTC (rev 117643)
+++ PKGBUILD2014-08-19 18:43:09 UTC (rev 117644)
@@ -2,7 +2,7 @@
 # Contributor: Erkin Batu Altunbaş erkinb...@gmail.com
 
 pkgname=ponysay
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=cowsay reimplemention for ponies
 url=http://erkin.github.com/ponysay/;
@@ -11,7 +11,7 @@
 depends=('python' 'bash')
 makedepends=('git')
 
source=(ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver;)
-md5sums=('3fac23eb1a3a9d0640ecebd1919b4390')
+md5sums=('84b04705a0a57b2f43327ac6b7952013')
 
 package() {
   cd $srcdir/erkin-ponysay-*



[arch-commits] Commit in spring/trunk (PKGBUILD glew1.11.patch)

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 21:43:33
  Author: svenstaro
Revision: 117646

upgpkg: spring 97.0-3

glew 1.11 rebuild

Added:
  spring/trunk/glew1.11.patch
Modified:
  spring/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 glew1.11.patch |   13 +
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 18:43:13 UTC (rev 117645)
+++ PKGBUILD2014-08-19 19:43:33 UTC (rev 117646)
@@ -5,7 +5,7 @@
 
 pkgname=spring
 pkgver=97.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url=http://springrts.com/;
@@ -17,9 +17,11 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
-optional.patch)
+optional.patch
+glew1.11.patch)
 md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
- 'd7904319b17c32299b44594ccb6ff4ea')
+ 'd7904319b17c32299b44594ccb6ff4ea'
+ 'd4ec0dc8e3bce4138de4415cc445c77e')
 
 build() {
   bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
@@ -28,6 +30,7 @@
 
   sed -i /ory(test)/d tools/unitsync/CMakeLists.txt
   patch -Np1  $srcdir/optional.patch
+  patch -Np1  $srcdir/glew1.11.patch
 
   cmake. \
 -DCMAKE_INSTALL_PREFIX=/usr \

Added: glew1.11.patch
===
--- glew1.11.patch  (rev 0)
+++ glew1.11.patch  2014-08-19 19:43:33 UTC (rev 117646)
@@ -0,0 +1,13 @@
+diff --git a/rts/Rendering/GL/myGL.cpp b/rts/Rendering/GL/myGL.cpp
+index 07b7472..41c9a78 100644
+--- a/rts/Rendering/GL/myGL.cpp
 b/rts/Rendering/GL/myGL.cpp
+@@ -76,7 +76,7 @@ void PrintAvailableResolutions()
+ #else
+   #define _APIENTRY
+ #endif
+-void _APIENTRY OpenGLDebugMessageCallback(GLenum source, GLenum type, GLuint 
id, GLenum severity, GLsizei length, const GLchar* message, GLvoid* userParam)
++void _APIENTRY OpenGLDebugMessageCallback(GLenum source, GLenum type, GLuint 
id, GLenum severity, GLsizei length, const GLchar* message, const GLvoid* 
userParam)
+ {
+   std::string sourceStr;
+   std::string typeStr;



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

2014-08-19 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 21:43:44
  Author: svenstaro
Revision: 117647

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 117646, spring/trunk/PKGBUILD)
  spring/repos/community-i686/glew1.11.patch
(from rev 117646, spring/trunk/glew1.11.patch)
  spring/repos/community-i686/optional.patch
(from rev 117646, spring/trunk/optional.patch)
  spring/repos/community-i686/spring.install
(from rev 117646, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 117646, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/glew1.11.patch
(from rev 117646, spring/trunk/glew1.11.patch)
  spring/repos/community-x86_64/optional.patch
(from rev 117646, spring/trunk/optional.patch)
  spring/repos/community-x86_64/spring.install
(from rev 117646, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/spring.install

-+
 /PKGBUILD   |  102 ++
 /spring.install |   24 
 community-i686/PKGBUILD |   46 -
 community-i686/glew1.11.patch   |   13 
 community-i686/optional.patch   |   19 +++
 community-i686/spring.install   |   12 
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/glew1.11.patch |   13 
 community-x86_64/optional.patch |   19 +++
 community-x86_64/spring.install |   12 
 10 files changed, 190 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 19:43:33 UTC (rev 117646)
+++ community-i686/PKGBUILD 2014-08-19 19:43:44 UTC (rev 117647)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgname=spring
-pkgver=0.97.0
-_pkgver=97.0
-pkgrel=1
-pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('i686' 'x86_64')
-url=http://springrts.com/;
-license=('GPL')
-depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
-optdepends=('python2: python-based bots'
-'java-runtime: java-based bots')
-install=spring.install
-source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('cf37518379c2a3a8c3c9cd689ee9b034')
-
-build() {
-  bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma
-  
-  cd spring_${_pkgver}
-
-  sed -i /ory(test)/d tools/unitsync/CMakeLists.txt
-
-  cmake. \
--DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATADIR=share/spring \
--DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd spring_${_pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/etc/spring
-  echo '$HOME/.spring'  $pkgdir/etc/spring/datadir
-}
-
-# vim sw=2:ts=2 et:

Copied: spring/repos/community-i686/PKGBUILD (from rev 117646, 
spring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 19:43:44 UTC (rev 117647)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=spring
+pkgver=97.0
+pkgrel=3
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url=http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+install=spring.install
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+optional.patch
+glew1.11.patch)
+md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
+ 'd7904319b17c32299b44594ccb6ff4ea'
+ 'd4ec0dc8e3bce4138de4415cc445c77e')
+
+build() {
+  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
+  
+  cd spring_${pkgver}
+
+  sed -i /ory(test)/d tools/unitsync/CMakeLists.txt
+  patch -Np1  $srcdir/optional.patch
+  patch -Np1  $srcdir/glew1.11.patch
+
+  cmake. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATADIR=share/spring \
+-DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd spring_${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  install -d 

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

2014-08-19 Thread Dave Reisner
Date: Tuesday, August 19, 2014 @ 23:26:50
  Author: dreisner
Revision: 117648

upgpkg: ponymix 3-1

Modified:
  ponymix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 19:43:44 UTC (rev 117647)
+++ PKGBUILD2014-08-19 21:26:50 UTC (rev 117648)
@@ -2,8 +2,8 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=ponymix
-pkgver=2
-pkgrel=2
+pkgver=3
+pkgrel=1
 pkgdesc=CLI PulseAudio Volume Control
 arch=('i686' 'x86_64')
 url=http://github.com/falconindy/ponymix;
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('pulseaudio' 'libnotify')
 
source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('9874c22dbba2805c870ae663331ca4ca'
+md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
  'SKIP')
 
 build() {



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

2014-08-19 Thread Dave Reisner
Date: Tuesday, August 19, 2014 @ 23:27:20
  Author: dreisner
Revision: 117649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 21:26:50 UTC (rev 117648)
+++ community-i686/PKGBUILD 2014-08-19 21:27:20 UTC (rev 117649)
@@ -1,24 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=2
-pkgrel=2
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio' 'libnotify')
-source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('9874c22dbba2805c870ae663331ca4ca'
- 'SKIP')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: ponymix/repos/community-i686/PKGBUILD (from rev 117648, 
ponymix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 21:27:20 UTC (rev 117649)
@@ -0,0 +1,24 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=3
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio' 'libnotify')
+source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
+ 'SKIP')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-19 21:26:50 UTC (rev 117648)
+++ community-x86_64/PKGBUILD   2014-08-19 21:27:20 UTC (rev 117649)
@@ -1,24 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=2
-pkgrel=2
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio' 'libnotify')
-source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('9874c22dbba2805c870ae663331ca4ca'
- 'SKIP')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: ponymix/repos/community-x86_64/PKGBUILD (from rev 117648, 
ponymix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-19 21:27:20 UTC (rev 117649)
@@ -0,0 +1,24 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=3
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio' 'libnotify')
+source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ece4ac4f6e28a640d9b10f154b1e2e2e'
+ 'SKIP')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



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

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 03:19:07
  Author: fyan
Revision: 117650

upgpkg: nodejs 0.10.31-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 21:27:20 UTC (rev 117649)
+++ PKGBUILD2014-08-20 01:19:07 UTC (rev 117650)
@@ -9,8 +9,8 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.30
-_npmver=1.4.21
+pkgver=0.10.31
+_npmver=1.4.24
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
 git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
+sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
 'SKIP')
 
 prepare() {



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

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 03:19:37
  Author: fyan
Revision: 117651

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 01:19:07 UTC (rev 117650)
+++ community-i686/PKGBUILD 2014-08-20 01:19:37 UTC (rev 117651)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.30
-_npmver=1.4.21
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 117650, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 01:19:37 UTC (rev 117651)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.31
+_npmver=1.4.24
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 'Fixing for 

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

2014-08-19 Thread Eric Bélanger
Date: Wednesday, August 20, 2014 @ 03:32:36
  Author: eric
Revision: 220256

upgpkg: lvm2 2.02.109-2

Change thin-provisioning-tools optdepends to depends (close FS#41601)

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 18:35:30 UTC (rev 220255)
+++ PKGBUILD2014-08-20 01:32:36 UTC (rev 220256)
@@ -5,7 +5,7 @@
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
 pkgver=2.02.109
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
 license=('GPL2' 'LGPL2.1')
@@ -73,11 +73,10 @@
 
 package_lvm2() {
   pkgdesc=Logical Volume Manager 2 utilities
-  depends=('bash' device-mapper=${pkgver} 'systemd' 'readline')
+  depends=('bash' device-mapper=${pkgver} 'systemd' 'readline' 
'thin-provisioning-tools')
   conflicts=('lvm' 'mkinitcpio0.7')
   backup=('etc/lvm/lvm.conf')
   options=('!makeflags')
-  optdepends=('thin-provisioning-tools: For thin provisioning support.')
   install=lvm2.install
 
   cd LVM2.${pkgver}



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

2014-08-19 Thread Eric Bélanger
Date: Wednesday, August 20, 2014 @ 03:37:40
  Author: eric
Revision: 220257

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 220256, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 220256, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-fix-pvscan-service.patch
(from rev 220256, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 220256, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 220256, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 220256, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 220256, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2
(from rev 220256, lvm2/trunk/sd-lvm2)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 220256, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 220256, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-fix-pvscan-service.patch
(from rev 220256, lvm2/trunk/lvm2-fix-pvscan-service.patch)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 220256, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 220256, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 220256, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 220256, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2
(from rev 220256, lvm2/trunk/sd-lvm2)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  100 
 testing-i686/lvm2-fix-pvscan-service.patch|   11 ++
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 ++
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   29 ++
 testing-i686/sd-lvm2  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  100 
 testing-x86_64/lvm2-fix-pvscan-service.patch  |   11 ++
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 ++
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   29 ++
 testing-x86_64/sd-lvm2|   32 +++
 16 files changed, 464 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 220256, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2014-08-20 01:37:40 UTC (rev 220257)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 
http://git.kernel.org/?p=boot/dracut/dracut.git;a=commitdiff;h=12b9736228f2b34c15a9cb63be79cf7b6e865b54
+SUBSYSTEM==block, KERNEL==dm-[0-9]*, ACTION==add|change, 
OPTIONS=db_persist

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 220256, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-20 01:37:40 UTC (rev 220257)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.109
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('03bcb38c9b5d31ac6d32cf7e15890f118aafcdf9'
+  'SKIP'
+  'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+
+prepare() {
+  cd LVM2.${pkgver}
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+  # make systemd sockets static
+  patch -p1 -i ${srcdir}/lvm2-make-sockets-static.patch
+}
+
+build() {
+  CONFIGUREOPTS=--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  

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

2014-08-19 Thread Thomas Dziedzic
Date: Wednesday, August 20, 2014 @ 03:58:07
  Author: td123
Revision: 220259

upgpkg: vim 7.4.410-1

bump and fix FS#41616 - [vim] Change to system vimrc location

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 01:41:26 UTC (rev 220258)
+++ PKGBUILD2014-08-20 01:58:07 UTC (rev 220259)
@@ -6,11 +6,11 @@
 pkgbase=vim
 pkgname=('vim-minimal' 'vim' 'vim-python3' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=408
-__hgrev=4c08173b8b95
+_patchlevel=410
+__hgrev=7af530381fec
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('80ab31325318c52c14184a41cb70e99b'
+md5sums=('8e9722fbd9ddc3c05d21210939c23f23'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  'f3c8931847a12949bdd14c9d48fdabb3'
@@ -58,6 +58,12 @@
 }
 
 build() {
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+${pkgbase}-${pkgver}/src/feature.h
+
   for pkg in ${pkgname[@]}
   do
 cp -a ${pkgbase}-${pkgver} ${pkg}-build



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

2014-08-19 Thread Thomas Dziedzic
Date: Wednesday, August 20, 2014 @ 04:00:47
  Author: td123
Revision: 220260

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

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 220259, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 220259, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 220259, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 220259, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 220259, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 220259, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 220259, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 220259, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 220259, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 220259, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/gvim.desktop
  vim/repos/testing-x86_64/gvim.install
  vim/repos/testing-x86_64/vimrc

--+
 /PKGBUILD|  770 +
 /archlinux.vim   |   50 ++
 /gvim.desktop|  126 ++
 /gvim.install|   30 +
 /vimrc   |   32 +
 testing-i686/PKGBUILD|  379 
 testing-i686/archlinux.vim   |   25 -
 testing-i686/gvim.desktop|   63 ---
 testing-i686/gvim.install|   15 
 testing-i686/vimrc   |   16 
 testing-x86_64/PKGBUILD  |  379 
 testing-x86_64/archlinux.vim |   25 -
 testing-x86_64/gvim.desktop  |   63 ---
 testing-x86_64/gvim.install  |   15 
 testing-x86_64/vimrc |   16 
 15 files changed, 1008 insertions(+), 996 deletions(-)

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


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

2014-08-19 Thread Dan McGee
Date: Wednesday, August 20, 2014 @ 04:49:53
  Author: dan
Revision: 220262

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 220261, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 220261, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 220261, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 220261, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 220261, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 220261, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 220261, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 220261, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  218 +
 /git-daemon.socket   |   18 +++
 /git-daemon@.service |   20 +++
 /git.install |   42 +++
 extra-i686/PKGBUILD  |  110 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  110 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 298 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-20 02:49:39 UTC (rev 220261)
+++ extra-i686/PKGBUILD 2014-08-20 02:49:53 UTC (rev 220262)
@@ -1,110 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 contrib/credential/gnome-keyring/git-credential-gnome-keyring \
-  $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
-  make -C contrib/credential/gnome-keyring clean
-  # subtree installation
-  sed 

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

2014-08-19 Thread Dan McGee
Date: Wednesday, August 20, 2014 @ 04:49:39
  Author: dan
Revision: 220261

upgpkg: git 2.1.0-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 02:00:47 UTC (rev 220260)
+++ PKGBUILD2014-08-20 02:49:39 UTC (rev 220261)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.0.4
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 'perl-authen-sasl: git send-email TLS support'
 'python2: various helper scripts'
 'subversion: git svn'
-'cvsps: git cvsimport'
+'cvsps2: git cvsimport'
 'gnome-keyring: GNOME keyring credential helper')
 replaces=('git-core')
 provides=('git-core')
@@ -39,7 +39,7 @@
 
   make -C contrib/emacs prefix=/usr
   make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr all doc
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
 }
 
 check() {
@@ -83,8 +83,7 @@
   $pkgdir/usr/lib/git-core/git-credential-gnome-keyring
   make -C contrib/credential/gnome-keyring clean
   # subtree installation
-  sed s|libexec/git-core|lib/git-core| -i contrib/subtree/Makefile
-  make -C contrib/subtree prefix=/usr DESTDIR=$pkgdir install install-doc
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core 
DESTDIR=$pkgdir install install-doc
   # the rest of the contrib stuff
   cp -a ./contrib/* $pkgdir/usr/share/git/
 
@@ -105,6 +104,6 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('0caa9c54bb04612062d21823163ecb13'
+md5sums=('47b1f55d9a16be112f7ae2c778a9b30c'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')



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

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 04:52:48
  Author: fyan
Revision: 117652

upgpkg: wiznote 2.1.11-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 01:19:37 UTC (rev 117651)
+++ PKGBUILD2014-08-20 02:52:48 UTC (rev 117652)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.1.10
+pkgver=2.1.11
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')



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

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 04:53:29
  Author: fyan
Revision: 117653

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

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

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 02:52:48 UTC (rev 117652)
+++ community-i686/PKGBUILD 2014-08-20 02:53:29 UTC (rev 117653)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Albert.Zhou albert.z...@wiz.cn
-
-pkgname=wiznote
-pkgver=2.1.10
-pkgrel=1
-pkgdesc=Opensource cross-platform cloud based note-taking client
-arch=('i686' 'x86_64')
-url=http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir/ install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 117652, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 02:53:29 UTC (rev 117653)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Albert.Zhou albert.z...@wiz.cn
+
+pkgname=wiznote
+pkgver=2.1.11
+pkgrel=1
+pkgdesc=Opensource cross-platform cloud based note-taking client
+arch=('i686' 'x86_64')
+url=http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name=WizQTClient
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-08-20 02:52:48 UTC (rev 117652)
+++ community-i686/wiznote.install  2014-08-20 02:53:29 UTC (rev 117653)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 117652, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-08-20 02:53:29 UTC (rev 117653)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-20 02:52:48 UTC (rev 117652)
+++ community-x86_64/PKGBUILD   2014-08-20 02:53:29 UTC (rev 117653)
@@ -1,39 +0,0 @@
-# $Id$