[arch-commits] Commit in lib32-wxgtk2.8/repos (3 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 10:25:08
  Author: alucryd
Revision: 103449

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-wxgtk2.8/repos/multilib-staging-x86_64/
  lib32-wxgtk2.8/repos/multilib-staging-x86_64/PKGBUILD
(from rev 103448, lib32-wxgtk2.8/trunk/PKGBUILD)
  lib32-wxgtk2.8/repos/multilib-staging-x86_64/wxGTK-collision.patch
(from rev 103448, lib32-wxgtk2.8/trunk/wxGTK-collision.patch)

---+
 PKGBUILD  |   50 
 wxGTK-collision.patch |   25 
 2 files changed, 75 insertions(+)

Copied: lib32-wxgtk2.8/repos/multilib-staging-x86_64/PKGBUILD (from rev 103448, 
lib32-wxgtk2.8/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-01-06 09:25:08 UTC (rev 103449)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=lib32-wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=1
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+makedepends=('lib32-glu' 'lib32-gstreamer0.10-base-plugins' 'lib32-gtk2' 
'lib32-sdl')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
+'wxGTK-collision.patch')
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
+'582eaed73d94eba2cfe7390c59b5143daef7d1c61554c4543261fe444d46e7d8')
+
+prepare() {
+  cd wx*-${pkgver}
+
+  patch -Np1 -i ../wxGTK-collision.patch
+}
+
+build() {
+  cd wx*-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' 
--with-{gtk='2',{libjpeg,libpng,libtifflibxpm}='sys',opengl,regex='builtin',sdl}
 --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
+
+  cd wx*-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: lib32-wxgtk2.8/repos/multilib-staging-x86_64/wxGTK-collision.patch 
(from rev 103448, lib32-wxgtk2.8/trunk/wxGTK-collision.patch)
===
--- multilib-staging-x86_64/wxGTK-collision.patch   
(rev 0)
+++ multilib-staging-x86_64/wxGTK-collision.patch   2014-01-06 09:25:08 UTC 
(rev 103449)
@@ -0,0 +1,25 @@
+diff -rupN wxPython-src-2.8.12.1.orig/Makefile.in 
wxPython-src-2.8.12.1/Makefile.in
+--- wxPython-src-2.8.12.1.orig/Makefile.in 2014-01-06 09:52:42.577935546 
+0100
 wxPython-src-2.8.12.1/Makefile.in  2014-01-06 10:02:53.671582953 +0100
+@@ -12455,7 +12456,7 @@ install-wxconfig:
+   $(INSTALL_DIR) $(DESTDIR)$(bindir)
+   $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
+   $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) 
$(DESTDIR)$(libdir)/wx/config
+-  (cd $(DESTDIR)$(bindir)  rm -f wx-config  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
++  (cd $(DESTDIR)$(bindir)  rm -f wx-config-$(WX_RELEASE)  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config32-$(WX_RELEASE))
+ 
+ locale_install: 
+   $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
+diff -rupN wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in 
wxPython-src-2.8.12.1/utils/wxrc/Makefile.in
+--- wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in  2014-01-06 
09:52:42.437940198 +0100
 wxPython-src-2.8.12.1/utils/wxrc/Makefile.in   2014-01-06 
10:04:54.567685196 +0100
+@@ -119,8 +119,7 @@ distclean: clean
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+-@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+-@COND_USE_XRC_1@  (cd $(DESTDIR)$(bindir)  $(LN_S) wxrc-$(WX_RELEASE) 
wxrc$(EXEEXT))
++@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc32-$(WX_RELEASE)
+ 
+ @COND_USE_XRC_1@uninstall_wxrc: 
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT)



[arch-commits] Commit in (5 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 10:24:47
  Author: alucryd
Revision: 103448

wxgtk rebuild: Add lib32-wxgtk2.8

Added:
  lib32-wxgtk2.8/
  lib32-wxgtk2.8/repos/
  lib32-wxgtk2.8/trunk/
  lib32-wxgtk2.8/trunk/PKGBUILD
  lib32-wxgtk2.8/trunk/wxGTK-collision.patch

---+
 PKGBUILD  |   50 
 wxGTK-collision.patch |   25 
 2 files changed, 75 insertions(+)

Added: lib32-wxgtk2.8/trunk/PKGBUILD
===
--- lib32-wxgtk2.8/trunk/PKGBUILD   (rev 0)
+++ lib32-wxgtk2.8/trunk/PKGBUILD   2014-01-06 09:24:47 UTC (rev 103448)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=lib32-wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=1
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+makedepends=('lib32-glu' 'lib32-gstreamer0.10-base-plugins' 'lib32-gtk2' 
'lib32-sdl')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
+'wxGTK-collision.patch')
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
+'582eaed73d94eba2cfe7390c59b5143daef7d1c61554c4543261fe444d46e7d8')
+
+prepare() {
+  cd wx*-${pkgver}
+
+  patch -Np1 -i ../wxGTK-collision.patch
+}
+
+build() {
+  cd wx*-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' 
--with-{gtk='2',{libjpeg,libpng,libtifflibxpm}='sys',opengl,regex='builtin',sdl}
 --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
+
+  cd wx*-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-wxgtk2.8/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-wxgtk2.8/trunk/wxGTK-collision.patch
===
--- lib32-wxgtk2.8/trunk/wxGTK-collision.patch  (rev 0)
+++ lib32-wxgtk2.8/trunk/wxGTK-collision.patch  2014-01-06 09:24:47 UTC (rev 
103448)
@@ -0,0 +1,25 @@
+diff -rupN wxPython-src-2.8.12.1.orig/Makefile.in 
wxPython-src-2.8.12.1/Makefile.in
+--- wxPython-src-2.8.12.1.orig/Makefile.in 2014-01-06 09:52:42.577935546 
+0100
 wxPython-src-2.8.12.1/Makefile.in  2014-01-06 10:02:53.671582953 +0100
+@@ -12455,7 +12456,7 @@ install-wxconfig:
+   $(INSTALL_DIR) $(DESTDIR)$(bindir)
+   $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
+   $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) 
$(DESTDIR)$(libdir)/wx/config
+-  (cd $(DESTDIR)$(bindir)  rm -f wx-config  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
++  (cd $(DESTDIR)$(bindir)  rm -f wx-config-$(WX_RELEASE)  $(LN_S) 
$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config32-$(WX_RELEASE))
+ 
+ locale_install: 
+   $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
+diff -rupN wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in 
wxPython-src-2.8.12.1/utils/wxrc/Makefile.in
+--- wxPython-src-2.8.12.1.orig/utils/wxrc/Makefile.in  2014-01-06 
09:52:42.437940198 +0100
 wxPython-src-2.8.12.1/utils/wxrc/Makefile.in   2014-01-06 
10:04:54.567685196 +0100
+@@ -119,8 +119,7 @@ distclean: clean
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+ @COND_USE_XRC_1@  $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
+-@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
+-@COND_USE_XRC_1@  (cd $(DESTDIR)$(bindir)  $(LN_S) wxrc-$(WX_RELEASE) 
wxrc$(EXEEXT))
++@COND_USE_XRC_1@  mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) 
$(DESTDIR)$(bindir)/wxrc32-$(WX_RELEASE)
+ 
+ @COND_USE_XRC_1@uninstall_wxrc: 
+ @COND_USE_XRC_1@  rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT)



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

2014-01-06 Thread Pierre Schmitz
Date: Monday, January 6, 2014 @ 12:03:56
  Author: pierre
Revision: 203238

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

Added:
  zsh/repos/testing-i686/PKGBUILD
(from rev 203237, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/xattr-include.patch
(from rev 203237, zsh/trunk/xattr-include.patch)
  zsh/repos/testing-i686/zprofile
(from rev 203237, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh-doc.install
(from rev 203237, zsh/trunk/zsh-doc.install)
  zsh/repos/testing-i686/zsh.install
(from rev 203237, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 203237, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/xattr-include.patch
(from rev 203237, zsh/trunk/xattr-include.patch)
  zsh/repos/testing-x86_64/zprofile
(from rev 203237, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh-doc.install
(from rev 203237, zsh/trunk/zsh-doc.install)
  zsh/repos/testing-x86_64/zsh.install
(from rev 203237, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/testing-i686/PKGBUILD
  zsh/repos/testing-i686/zprofile
  zsh/repos/testing-i686/zsh-doc.install
  zsh/repos/testing-i686/zsh.install
  zsh/repos/testing-x86_64/PKGBUILD
  zsh/repos/testing-x86_64/zprofile
  zsh/repos/testing-x86_64/zsh-doc.install
  zsh/repos/testing-x86_64/zsh.install

+
 /PKGBUILD  |  176 +++
 /zprofile  |2 
 /zsh-doc.install   |   40 +++
 /zsh.install   |   24 
 testing-i686/PKGBUILD  |   84 
 testing-i686/xattr-include.patch   |   16 +++
 testing-i686/zprofile  |1 
 testing-i686/zsh-doc.install   |   20 ---
 testing-i686/zsh.install   |   12 --
 testing-x86_64/PKGBUILD|   84 
 testing-x86_64/xattr-include.patch |   16 +++
 testing-x86_64/zprofile|1 
 testing-x86_64/zsh-doc.install |   20 ---
 testing-x86_64/zsh.install |   12 --
 14 files changed, 274 insertions(+), 234 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-06 11:03:39 UTC (rev 203237)
+++ testing-i686/PKGBUILD   2014-01-06 11:03:56 UTC (rev 203238)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=zsh
-pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-makedepends=('pcre' 'libcap' 'gdbm')
-source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
-http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
-'zprofile')
-md5sums=('9829fe8932c25740173a272e8959cf8c'
- '2505867639d58726cd09e6884cb7863c'
- '24a9335edf77252a7b5f52e079f7aef7')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   # Set correct keymap path
-   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
-
-   # Remove unneeded and conflicting completion scripts
-   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
-   rm -rf Completion/$_fpath
-   sed s#\s*Completion/$_fpath/\*/\*##g -i Src/Zle/complete.mdd
-   done
-   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_{osc,systemd}
-}
-
-build() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   ./configure --prefix=/usr \
-   --docdir=/usr/share/doc/zsh \
-   --htmldir=/usr/share/doc/zsh/html \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   HOME=${srcdir} make check
-}
-
-package_zsh() {
-   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
-   depends=('pcre' 'libcap' 'gdbm')
-   backup=('etc/zsh/zprofile')
-   install=zsh.install
-
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   make DESTDIR=${pkgdir}/ install
-   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
-   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_zsh-doc() {
-   pkgdesc='Info, HTML and 

[arch-commits] Commit in zsh/trunk (PKGBUILD xattr-include.patch)

2014-01-06 Thread Pierre Schmitz
Date: Monday, January 6, 2014 @ 12:03:39
  Author: pierre
Revision: 203237

upgpkg: zsh 5.0.5-1

Added:
  zsh/trunk/xattr-include.patch
Modified:
  zsh/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 xattr-include.patch |   16 
 2 files changed, 25 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 07:56:25 UTC (rev 203236)
+++ PKGBUILD2014-01-06 11:03:39 UTC (rev 203237)
@@ -3,7 +3,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -11,10 +11,11 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=(http://www.zsh.org/pub/zsh-${pkgver}.tar.bz2;
 http://www.zsh.org/pub/zsh-${pkgver}-doc.tar.bz2;
-'zprofile')
-md5sums=('9829fe8932c25740173a272e8959cf8c'
- '2505867639d58726cd09e6884cb7863c'
- '24a9335edf77252a7b5f52e079f7aef7')
+'zprofile' 'xattr-include.patch')
+md5sums=('6156dc2f19b0a067bdbc0fb7f81e2017'
+ '1eea70e7401a7a2116fa8de6ee5e8d32'
+ '24a9335edf77252a7b5f52e079f7aef7'
+ 'd9af40097fcf112beba34919e8a5934f')
 
 prepare() {
cd ${srcdir}/${pkgbase}-${pkgver}
@@ -29,6 +30,9 @@
done
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f  Completion/Unix/Command/_{osc,systemd}
+
+   # Workaround for FS#38387
+   patch -p0 -i ${srcdir}/xattr-include.patch
 }
 
 build() {

Added: xattr-include.patch
===
--- xattr-include.patch (rev 0)
+++ xattr-include.patch 2014-01-06 11:03:39 UTC (rev 203237)
@@ -0,0 +1,16 @@
+--- Src/Modules/attr.c 2013-11-27 20:00:20.0 +0100
 Src/Modules/attr.c 2014-01-06 11:55:38.550079342 +0100
+@@ -27,11 +27,12 @@
+  *
+  */
+ 
++#include sys/xattr.h
++
+ #include attr.mdh
+ #include attr.pro
+ 
+ #include sys/types.h
+-#include sys/xattr.h
+ 
+ static ssize_t
+ xgetxattr(const char *path, const char *name, void *value, size_t size, int 
symlink)



[arch-commits] Commit in (5 files)

2014-01-06 Thread Evgeniy Alekseev
Date: Monday, January 6, 2014 @ 12:19:52
  Author: arcanis
Revision: 103450

Added zsh-syntax-highlighting

Added:
  zsh-syntax-highlighting/
  zsh-syntax-highlighting/repos/
  zsh-syntax-highlighting/trunk/
  zsh-syntax-highlighting/trunk/PKGBUILD
  zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install

-+
 PKGBUILD|   27 +++
 zsh-syntax-highlighting.install |8 
 2 files changed, 35 insertions(+)

Added: zsh-syntax-highlighting/trunk/PKGBUILD
===
--- zsh-syntax-highlighting/trunk/PKGBUILD  (rev 0)
+++ zsh-syntax-highlighting/trunk/PKGBUILD  2014-01-06 11:19:52 UTC (rev 
103450)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Julien Nicoulaud julien.nicoulaud at gmail dot com
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Fish shell like syntax highlighting for Zsh
+arch=(any)
+url=https://github.com/zsh-users/zsh-syntax-highlighting;
+license=('BSD')
+depends=('zsh=4.3.9')
+install=${pkgname}.install
+conflicts=(${pkgname}-git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver};)
+md5sums=('08ea2f2b5f49ab036e2820bd4d479a58')
+
+package() {
+  install -dm755 ${pkgdir}/usr/share/zsh/plugins/${pkgname}
+  cp -r ${srcdir}/zsh-users-${pkgname}-*/* 
${pkgdir}/usr/share/zsh/plugins/${pkgname}
+
+  install -dm755 ${pkgdir}/usr/share/doc
+  ln -s /usr/share/zsh/plugins/${pkgname} ${pkgdir}/usr/share/doc/${pkgname}
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s /usr/share/zsh/plugins/${pkgname}/COPYING.md 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: zsh-syntax-highlighting/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install
===
--- zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install   
(rev 0)
+++ zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install   
2014-01-06 11:19:52 UTC (rev 103450)
@@ -0,0 +1,8 @@
+post_install() {
+  cat  EOF
+To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
+source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+EOF
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (9 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 12:20:38
  Author: alucryd
Revision: 103451

Add lib32-libaio and lib32-nvidia-cg-toolkit

Added:
  lib32-libaio/
  lib32-libaio/repos/
  lib32-libaio/trunk/
  lib32-libaio/trunk/PKGBUILD
  lib32-nvidia-cg-toolkit/
  lib32-nvidia-cg-toolkit/repos/
  lib32-nvidia-cg-toolkit/trunk/
  lib32-nvidia-cg-toolkit/trunk/PKGBUILD
Modified:
  pcsx2/trunk/PKGBUILD

+
 lib32-libaio/trunk/PKGBUILD|   35 
 lib32-nvidia-cg-toolkit/trunk/PKGBUILD |   25 
 pcsx2/trunk/PKGBUILD   |   38 +--
 3 files changed, 76 insertions(+), 22 deletions(-)

Added: lib32-libaio/trunk/PKGBUILD
===
--- lib32-libaio/trunk/PKGBUILD (rev 0)
+++ lib32-libaio/trunk/PKGBUILD 2014-01-06 11:20:38 UTC (rev 103451)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor : josephgbr rafael.f.f1 at gmail.com
+# Contributor : angvp angvp at archlinux.org
+
+pkgname=lib32-libaio
+pkgver=0.3.109
+pkgrel=6
+pkgdesc='The Linux-native asynchronous I/O facility (aio) library'
+arch=('x86_64')
+url='http://lse.sourceforge.net/io/aio.html'
+license=('LGPL')
+depends=(${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!staticlibs')
+source=(http://ftp.de.debian.org/debian/pool/main/liba/${pkgname#*-}/${pkgname#*-}_${pkgver}.orig.tar.gz;)
+sha256sums=('bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make prefix=${pkgdir}/usr libdir=${pkgdir}/usr/lib32 install
+  rm -rf ${pkgdir}/usr/include
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libaio/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-nvidia-cg-toolkit/trunk/PKGBUILD
===
--- lib32-nvidia-cg-toolkit/trunk/PKGBUILD  (rev 0)
+++ lib32-nvidia-cg-toolkit/trunk/PKGBUILD  2014-01-06 11:20:38 UTC (rev 
103451)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-nvidia-cg-toolkit
+pkgver=3.1
+pkgrel=4
+pkgdesc='NVIDIA Cg libraries'
+arch=('x86_64')
+url='http://developer.nvidia.com/object/cg_toolkit.html'
+license=('custom')
+depends=('lib32-mesa' ${pkgname#*-})
+source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
+sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/lib32
+  install -m 644 ${srcdir}/usr/lib/* ${pkgdir}/usr/lib32
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-nvidia-cg-toolkit/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: pcsx2/trunk/PKGBUILD
===
--- pcsx2/trunk/PKGBUILD2014-01-06 11:19:52 UTC (rev 103450)
+++ pcsx2/trunk/PKGBUILD2014-01-06 11:20:38 UTC (rev 103451)
@@ -4,33 +4,27 @@
 # Contributor: vEX v...@niechift.com
 
 pkgname=pcsx2
-pkgver=1.0.0
-pkgrel=6
-pkgdesc=A Sony PlayStation 2 emulator
+pkgver=1.1.0
+_rev=5674
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
-url=http://www.pcsx2.net;
+url='http://www.pcsx2.net'
 license=('GPL')
 makedepends=('cmake' 'sparsehash')
 if [[ $CARCH == i686 ]]; then
-  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl' 'soundtouch' 'wxgtk2.8')
 elif [[ $CARCH == x86_64 ]]; then
-  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-sdl' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
 fi
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
+source=(http://code.google.com/p/pcsx2/downloads/detail?name=${pkgname}-${pkgver}-r${_rev}-lnx-sources.tar.bz2;
 'gcc48.patch')
 sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
 '57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')

[arch-commits] Commit in zsh-syntax-highlighting/repos (3 files)

2014-01-06 Thread Evgeniy Alekseev
Date: Monday, January 6, 2014 @ 12:21:06
  Author: arcanis
Revision: 103453

archrelease: copy trunk to community-staging-any

Added:
  zsh-syntax-highlighting/repos/community-staging-any/
  zsh-syntax-highlighting/repos/community-staging-any/PKGBUILD
(from rev 103452, zsh-syntax-highlighting/trunk/PKGBUILD)
  
zsh-syntax-highlighting/repos/community-staging-any/zsh-syntax-highlighting.install
(from rev 103452, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)

-+
 PKGBUILD|   27 +++
 zsh-syntax-highlighting.install |8 
 2 files changed, 35 insertions(+)

Copied: zsh-syntax-highlighting/repos/community-staging-any/PKGBUILD (from rev 
103452, zsh-syntax-highlighting/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-01-06 11:21:06 UTC (rev 103453)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Julien Nicoulaud julien.nicoulaud at gmail dot com
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Fish shell like syntax highlighting for Zsh
+arch=(any)
+url=https://github.com/zsh-users/zsh-syntax-highlighting;
+license=('BSD')
+depends=('zsh=4.3.9')
+install=${pkgname}.install
+conflicts=(${pkgname}-git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver};)
+md5sums=('08ea2f2b5f49ab036e2820bd4d479a58')
+
+package() {
+  install -dm755 ${pkgdir}/usr/share/zsh/plugins/${pkgname}
+  cp -r ${srcdir}/zsh-users-${pkgname}-*/* 
${pkgdir}/usr/share/zsh/plugins/${pkgname}
+
+  install -dm755 ${pkgdir}/usr/share/doc
+  ln -s /usr/share/zsh/plugins/${pkgname} ${pkgdir}/usr/share/doc/${pkgname}
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s /usr/share/zsh/plugins/${pkgname}/COPYING.md 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: 
zsh-syntax-highlighting/repos/community-staging-any/zsh-syntax-highlighting.install
 (from rev 103452, 
zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===
--- community-staging-any/zsh-syntax-highlighting.install   
(rev 0)
+++ community-staging-any/zsh-syntax-highlighting.install   2014-01-06 
11:21:06 UTC (rev 103453)
@@ -0,0 +1,8 @@
+post_install() {
+  cat  EOF
+To activate zsh-syntax-highlighting, add the following line at the end of 
~/.zshrc:
+source 
/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+EOF
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 12:20:54
  Author: alucryd
Revision: 103452

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libaio/repos/multilib-x86_64/
  lib32-libaio/repos/multilib-x86_64/PKGBUILD
(from rev 103451, lib32-libaio/trunk/PKGBUILD)

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

Copied: lib32-libaio/repos/multilib-x86_64/PKGBUILD (from rev 103451, 
lib32-libaio/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-01-06 11:20:54 UTC (rev 103452)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor : josephgbr rafael.f.f1 at gmail.com
+# Contributor : angvp angvp at archlinux.org
+
+pkgname=lib32-libaio
+pkgver=0.3.109
+pkgrel=6
+pkgdesc='The Linux-native asynchronous I/O facility (aio) library'
+arch=('x86_64')
+url='http://lse.sourceforge.net/io/aio.html'
+license=('LGPL')
+depends=(${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!staticlibs')
+source=(http://ftp.de.debian.org/debian/pool/main/liba/${pkgname#*-}/${pkgname#*-}_${pkgver}.orig.tar.gz;)
+sha256sums=('bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make prefix=${pkgdir}/usr libdir=${pkgdir}/usr/lib32 install
+  rm -rf ${pkgdir}/usr/include
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-nvidia-cg-toolkit/repos (2 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 12:21:14
  Author: alucryd
Revision: 103454

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-cg-toolkit/repos/multilib-x86_64/
  lib32-nvidia-cg-toolkit/repos/multilib-x86_64/PKGBUILD
(from rev 103453, lib32-nvidia-cg-toolkit/trunk/PKGBUILD)

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

Copied: lib32-nvidia-cg-toolkit/repos/multilib-x86_64/PKGBUILD (from rev 
103453, lib32-nvidia-cg-toolkit/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-01-06 11:21:14 UTC (rev 103454)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-nvidia-cg-toolkit
+pkgver=3.1
+pkgrel=4
+pkgdesc='NVIDIA Cg libraries'
+arch=('x86_64')
+url='http://developer.nvidia.com/object/cg_toolkit.html'
+license=('custom')
+depends=('lib32-mesa' ${pkgname#*-})
+source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
+sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/lib32
+  install -m 644 ${srcdir}/usr/lib/* ${pkgdir}/usr/lib32
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in zsh-completions/repos (3 files)

2014-01-06 Thread Evgeniy Alekseev
Date: Monday, January 6, 2014 @ 12:24:39
  Author: arcanis
Revision: 103457

archrelease: copy trunk to community-staging-any

Added:
  zsh-completions/repos/community-staging-any/
  zsh-completions/repos/community-staging-any/LICENSE-BSD
(from rev 103456, zsh-completions/trunk/LICENSE-BSD)
  zsh-completions/repos/community-staging-any/PKGBUILD
(from rev 103456, zsh-completions/trunk/PKGBUILD)

-+
 LICENSE-BSD |   24 
 PKGBUILD|   26 ++
 2 files changed, 50 insertions(+)

Copied: zsh-completions/repos/community-staging-any/LICENSE-BSD (from rev 
103456, zsh-completions/trunk/LICENSE-BSD)
===
--- community-staging-any/LICENSE-BSD   (rev 0)
+++ community-staging-any/LICENSE-BSD   2014-01-06 11:24:39 UTC (rev 103457)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-staging-any/PKGBUILD (from rev 103456, 
zsh-completions/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-01-06 11:24:39 UTC (rev 103457)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Julien Nicoulaud julien.nicoulaud at gmail dot com
+
+pkgname=zsh-completions
+pkgver=0.10.0
+pkgrel=2
+pkgdesc=Additional completion definitions for Zsh
+arch=(any)
+url=https://github.com/zsh-users/zsh-completions;
+license=('BSD' 'unknown')
+depends=('zsh')
+conflicts=(${pkgname}-git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver};
+LICENSE-BSD)
+md5sums=('63be9fa078c31d2590d6129857d53275'
+ '4f686c32a301905655f945fbbdd56880')
+
+package() {
+  install -dm755 ${pkgdir}/usr/share/zsh/site-functions
+  install -Dm644 ${srcdir}/zsh-users-${pkgname}-*/src/* 
${pkgdir}/usr/share/zsh/site-functions
+  
+  install -Dm644 ${srcdir}/LICENSE-BSD 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 12:24:25
  Author: arodseth
Revision: 103456

Fix for AA font rendering on KDE, FS#38377

Modified:
  jedit/trunk/PKGBUILD
  jedit/trunk/jedit.sh

--+
 PKGBUILD |5 ++---
 jedit.sh |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:23:39 UTC (rev 103455)
+++ PKGBUILD2014-01-06 11:24:25 UTC (rev 103456)
@@ -7,7 +7,7 @@
 
 pkgname=jedit
 pkgver=5.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Text editor for programmers, written in Java'
 arch=('any')
 url='http://www.jedit.org/'
@@ -23,7 +23,7 @@
 'jeditbg.sh'
 'jedit.props')
 sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
-'e908f2d4b15aab76e5e4633b71f25f7f25baa5b9e375d373e8729205700a57de'
+'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
 'cc8d34ab151255c97d78a08ffbc25f041fe8c8c0017094d5eef27e84f95e0c2e')
 
@@ -33,7 +33,6 @@
 }
 
 package() {
-  cd $srcdir
   install -d $pkgdir/usr/share/java/$pkgdir
   install -d $pkgdir/usr/bin
   install -d $pkgdir/usr/share/man/man1

Modified: jedit.sh
===
--- jedit.sh2014-01-06 11:23:39 UTC (rev 103455)
+++ jedit.sh2014-01-06 11:24:25 UTC (rev 103456)
@@ -13,4 +13,4 @@
 # Set jvm heap initial and maximum sizes (in megabytes).
 JAVA_HEAP_MAX_SIZE=192
 
-exec java -Xmx${JAVA_HEAP_MAX_SIZE}M -jar /usr/share/java/jedit/jedit.jar 
$@
+exec java -Xmx${JAVA_HEAP_MAX_SIZE}M -Dawt.useSystemAAFontSettings=lcd -jar 
/usr/share/java/jedit/jedit.jar $@



[arch-commits] Commit in (5 files)

2014-01-06 Thread Evgeniy Alekseev
Date: Monday, January 6, 2014 @ 12:23:39
  Author: arcanis
Revision: 103455

Added zsh-completions

Added:
  zsh-completions/
  zsh-completions/repos/
  zsh-completions/trunk/
  zsh-completions/trunk/LICENSE-BSD
  zsh-completions/trunk/PKGBUILD

-+
 LICENSE-BSD |   24 
 PKGBUILD|   26 ++
 2 files changed, 50 insertions(+)

Added: zsh-completions/trunk/LICENSE-BSD
===
--- zsh-completions/trunk/LICENSE-BSD   (rev 0)
+++ zsh-completions/trunk/LICENSE-BSD   2014-01-06 11:23:39 UTC (rev 103455)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: zsh-completions/trunk/PKGBUILD
===
--- zsh-completions/trunk/PKGBUILD  (rev 0)
+++ zsh-completions/trunk/PKGBUILD  2014-01-06 11:23:39 UTC (rev 103455)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Julien Nicoulaud julien.nicoulaud at gmail dot com
+
+pkgname=zsh-completions
+pkgver=0.10.0
+pkgrel=2
+pkgdesc=Additional completion definitions for Zsh
+arch=(any)
+url=https://github.com/zsh-users/zsh-completions;
+license=('BSD' 'unknown')
+depends=('zsh')
+conflicts=(${pkgname}-git)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver};
+LICENSE-BSD)
+md5sums=('63be9fa078c31d2590d6129857d53275'
+ '4f686c32a301905655f945fbbdd56880')
+
+package() {
+  install -dm755 ${pkgdir}/usr/share/zsh/site-functions
+  install -Dm644 ${srcdir}/zsh-users-${pkgname}-*/src/* 
${pkgdir}/usr/share/zsh/site-functions
+  
+  install -Dm644 ${srcdir}/LICENSE-BSD 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 12:27:46
  Author: arodseth
Revision: 103460

Minor change

Modified:
  jedit/trunk/PKGBUILD
  jedit/trunk/jedit.props

-+
 PKGBUILD|2 +-
 jedit.props |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:25:36 UTC (rev 103459)
+++ PKGBUILD2014-01-06 11:27:46 UTC (rev 103460)
@@ -25,7 +25,7 @@
 sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
 'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'cc8d34ab151255c97d78a08ffbc25f041fe8c8c0017094d5eef27e84f95e0c2e')
+'5b428e95d76406fcfb81ac5c27f91397b9a990f597da5cbc4b7d60787cfd322e')
 
 prepare() {
   gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \

Modified: jedit.props
===
--- jedit.props 2014-01-06 11:25:36 UTC (rev 103459)
+++ jedit.props 2014-01-06 11:27:46 UTC (rev 103460)
@@ -13,7 +13,6 @@
 # look and feel, fonts and colors
 icon-theme=tango
 lookAndFeel=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
-view.antiAlias=standard
 view.fontsize=14
 view.font=Courier 10 Pitch
 view.selectionFg=false



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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 12:30:45
  Author: arodseth
Revision: 103461

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |  103 ++
 jedit.install |   26 +--
 jedit.props   |  125 +++-
 jedit.sh  |   32 +++---
 jeditbg.sh|6 +-
 5 files changed, 145 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 11:27:46 UTC (rev 103460)
+++ PKGBUILD2014-01-06 11:30:45 UTC (rev 103461)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jeff Mickey j...@codemac.net
-# Contributor: Dusty Phillips du...@buchuki.com
-
-pkgname=jedit
-pkgver=5.1.0
-pkgrel=2
-pkgdesc='Text editor for programmers, written in Java'
-arch=('any')
-url='http://www.jedit.org/'
-license=('GPL')
-depends=('sh' 'java-runtime' 'desktop-file-utils')
-makedepends=('gendesk')
-optdepends=('java-environment: for java development')
-options=('!emptydirs')
-install=$pkgname.install
-noextract=(${pkgname}${pkgver}install.jar)
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
-'jedit.sh'
-'jeditbg.sh'
-'jedit.props')
-sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
-'e908f2d4b15aab76e5e4633b71f25f7f25baa5b9e375d373e8729205700a57de'
-'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
-'cc8d34ab151255c97d78a08ffbc25f041fe8c8c0017094d5eef27e84f95e0c2e')
-
-prepare() {
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
---name 'jEdit' --genericname 'Editor'
-}
-
-package() {
-  cd $srcdir
-  install -d $pkgdir/usr/share/java/$pkgdir
-  install -d $pkgdir/usr/bin
-  install -d $pkgdir/usr/share/man/man1
-  (java -jar ${pkgname}${pkgver}install.jar auto \
-$pkgdir/usr/share/java/$pkgname/ \
-unix-script=$pkgdir/usr/bin/ \
-unix-man=$pkgdir/usr/share/man/man1/ 21)  inst.log
-  install -Dm755 'jedit.sh' $pkgdir/usr/bin/jedit
-  install -Dm755 'jeditbg.sh' $pkgdir/usr/bin/jeditbg
-  install -Dm644 'jedit.props' $pkgdir/usr/share/jedit/default.props
-  install -Dm644 'jedit.desktop' $pkgdir/usr/share/applications/jedit.desktop
-  install -Dm644 $pkgdir/usr/share/java/jedit/doc/jedit.png \
-$pkgdir/usr/share/pixmaps/jedit.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jedit/repos/community-any/PKGBUILD (from rev 103460, 
jedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 11:30:45 UTC (rev 103461)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jeff Mickey j...@codemac.net
+# Contributor: Dusty Phillips du...@buchuki.com
+
+pkgname=jedit
+pkgver=5.1.0
+pkgrel=3
+pkgdesc='Text editor for programmers, written in Java'
+arch=('any')
+url='http://www.jedit.org/'
+license=('GPL')
+depends=('sh' 'java-runtime' 'desktop-file-utils')
+makedepends=('gendesk')
+optdepends=('java-environment: for java development')
+options=('!emptydirs')
+install=$pkgname.install
+noextract=(${pkgname}${pkgver}install.jar)
+source=(http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar;
+'jedit.sh'
+'jeditbg.sh'
+'jedit.props')
+sha256sums=('96f229d91a1effd6b0da1aee209390d8a131bd68e0cf4cd274dca14245ba30d7'
+'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a'
+'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915'
+'5b428e95d76406fcfb81ac5c27f91397b9a990f597da5cbc4b7d60787cfd322e')
+
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --exec 'jeditbg %U' \
+--name 'jEdit' --genericname 'Editor'
+}
+
+package() {
+  install -d $pkgdir/usr/share/java/$pkgdir
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  (java -jar ${pkgname}${pkgver}install.jar auto \
+

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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 12:32:22
  Author: bpiotrowski
Revision: 203240

upgpkg: gnuplot 4.6.4-3

rebuild against wxgtk 3.0.0

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:32:20 UTC (rev 203239)
+++ PKGBUILD2014-01-06 11:32:22 UTC (rev 203240)
@@ -5,7 +5,7 @@
 
 pkgname=gnuplot
 pkgver=4.6.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
 url=http://www.gnuplot.info; 



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 12:32:28
  Author: bpiotrowski
Revision: 203241

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

Added:
  gnuplot/repos/staging-i686/
  gnuplot/repos/staging-i686/PKGBUILD
(from rev 203240, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-i686/gnuplot.install
(from rev 203240, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/staging-x86_64/
  gnuplot/repos/staging-x86_64/PKGBUILD
(from rev 203240, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-x86_64/gnuplot.install
(from rev 203240, gnuplot/trunk/gnuplot.install)

+
 staging-i686/PKGBUILD  |   49 +++
 staging-i686/gnuplot.install   |   35 +++
 staging-x86_64/PKGBUILD|   49 +++
 staging-x86_64/gnuplot.install |   35 +++
 4 files changed, 168 insertions(+)

Copied: gnuplot/repos/staging-i686/PKGBUILD (from rev 203240, 
gnuplot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 11:32:28 UTC (rev 203241)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=3
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/bin \
+  --with-gihdir=/usr/share/gnuplot \
+  --with-readline=gnu --enable-qt
+  make pkglibexecdir=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install install-info
+
+  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
+  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+
+  rm -f $pkgdir/usr/share/texmf-dist/ls-R
+}

Copied: gnuplot/repos/staging-i686/gnuplot.install (from rev 203240, 
gnuplot/trunk/gnuplot.install)
===
--- staging-i686/gnuplot.install(rev 0)
+++ staging-i686/gnuplot.install2014-01-06 11:32:28 UTC (rev 203241)
@@ -0,0 +1,35 @@
+info_dir=/usr/share/info
+info_files=(gnuplot.info)
+
+post_install() {
+cat  EOF
+== To add the gnuplot mode in Emacs, add the content of 
/usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
+EOF
+
+  if [ -f /usr/bin/mktexlsr ]; then
+echo Updating TeX tree...
+mktexlsr
+  fi
+
+for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_remove() {
+  if [ -f /usr/bin/mktexlsr ]; then
+echo Updating TeX tree...
+mktexlsr
+  fi
+}
+

Copied: gnuplot/repos/staging-x86_64/PKGBUILD (from rev 203240, 
gnuplot/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-06 11:32:28 UTC (rev 203241)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=3
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the 

[arch-commits] Commit in libotr/trunk (PKGBUILD kopete.patch)

2014-01-06 Thread Gaetan Bisson
Date: Monday, January 6, 2014 @ 12:32:20
  Author: bisson
Revision: 203239

fix FS#38326

Added:
  libotr/trunk/kopete.patch
Modified:
  libotr/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 kopete.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:03:56 UTC (rev 203238)
+++ PKGBUILD2014-01-06 11:32:20 UTC (rev 203239)
@@ -5,15 +5,22 @@
 
 pkgname=libotr
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Off-the-Record Messaging Library and Toolkit'
 url='http://www.cypherpunks.ca/otr/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 depends=('libgcrypt')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;
+'kopete.patch')
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc'
+  '55988c4f11b6852491a758ea7a5b7071e8959c55')
 
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../kopete.patch # FS#38326
+}
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man

Added: kopete.patch
===
--- kopete.patch(rev 0)
+++ kopete.patch2014-01-06 11:32:20 UTC (rev 203239)
@@ -0,0 +1,12 @@
+diff -Naur old/src/message.c new/src/message.c
+--- old/src/message.c  2012-08-31 02:15:35.0 -1000
 new/src/message.c  2014-01-06 01:22:43.316831758 -1000
+@@ -441,7 +441,7 @@
+   /* Fragment and send according to policy */
+   if (!err  messagep  *messagep) {
+   if (context) {
+-  err = fragment_and_send(ops, NULL, context, *messagep,
++  err = fragment_and_send(ops, opdata, context, *messagep,
+   fragPolicy, messagep);
+   }
+   }



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

2014-01-06 Thread Gaetan Bisson
Date: Monday, January 6, 2014 @ 12:32:57
  Author: bisson
Revision: 203242

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

Added:
  libotr/repos/testing-i686/PKGBUILD
(from rev 203241, libotr/trunk/PKGBUILD)
  libotr/repos/testing-i686/kopete.patch
(from rev 203241, libotr/trunk/kopete.patch)
  libotr/repos/testing-x86_64/PKGBUILD
(from rev 203241, libotr/trunk/PKGBUILD)
  libotr/repos/testing-x86_64/kopete.patch
(from rev 203241, libotr/trunk/kopete.patch)
Deleted:
  libotr/repos/testing-i686/PKGBUILD
  libotr/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   66 ++
 testing-i686/PKGBUILD   |   26 
 testing-i686/kopete.patch   |   12 +++
 testing-x86_64/PKGBUILD |   26 
 testing-x86_64/kopete.patch |   12 +++
 5 files changed, 90 insertions(+), 52 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-06 11:32:28 UTC (rev 203241)
+++ testing-i686/PKGBUILD   2014-01-06 11:32:57 UTC (rev 203242)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=4.0.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/testing-i686/PKGBUILD (from rev 203241, 
libotr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-06 11:32:57 UTC (rev 203242)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=3
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;
+'kopete.patch')
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc'
+  '55988c4f11b6852491a758ea7a5b7071e8959c55')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../kopete.patch # FS#38326
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libotr/repos/testing-i686/kopete.patch (from rev 203241, 
libotr/trunk/kopete.patch)
===
--- testing-i686/kopete.patch   (rev 0)
+++ testing-i686/kopete.patch   2014-01-06 11:32:57 UTC (rev 203242)
@@ -0,0 +1,12 @@
+diff -Naur old/src/message.c new/src/message.c
+--- old/src/message.c  2012-08-31 02:15:35.0 -1000
 new/src/message.c  2014-01-06 01:22:43.316831758 -1000
+@@ -441,7 +441,7 @@
+   /* Fragment and send according to policy */
+   if (!err  messagep  *messagep) {
+   if (context) {
+-  err = fragment_and_send(ops, NULL, context, *messagep,
++  err = fragment_and_send(ops, opdata, context, *messagep,
+   fragPolicy, messagep);
+   }
+   }

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-01-06 11:32:28 UTC (rev 203241)
+++ testing-x86_64/PKGBUILD 2014-01-06 11:32:57 UTC (rev 203242)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=4.0.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/testing-x86_64/PKGBUILD (from rev 203241, 
libotr/trunk/PKGBUILD)

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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 12:40:23
  Author: arodseth
Revision: 103462

upgpkg: python-cx_freeze 4.3.2-1

Modified:
  python-cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:30:45 UTC (rev 103461)
+++ PKGBUILD2014-01-06 11:40:23 UTC (rev 103462)
@@ -7,7 +7,7 @@
 
 pkgbase=python-cx_freeze
 pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc='Set of utilities for freezing Python scripts into executables'
 arch=('x86_64' 'i686')
@@ -15,13 +15,13 @@
 license=('PSF')
 makedepends=('python' 'python2')
 
source=(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz;)
-sha256sums=('11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b')
+sha256sums=('d634aae1e1d20b660d24245450b8a5ea3ad9c443cd735d8fbe17c1d93b8b23df')
 
 package_python-cx_freeze() {
   depends=('python')
   conflicts=('cx_freeze' 'python2-cx_freeze')
 
-  cd $srcdir/cx_Freeze-$pkgver
+  cd cx_Freeze-$pkgver
   python setup.py install --root $pkgdir --optimize 1
 }
 
@@ -30,8 +30,9 @@
   conflicts=('cx_freeze' 'python-cx_freeze')
   replaces=('cx_freeze')
 
-  cd $srcdir/cx_Freeze-$pkgver
+  cd cx_Freeze-$pkgver
   python2 setup.py install --root $pkgdir --optimize 1
+
   # Python 2 shebang fix
   find $pkgdir -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
 }



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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 12:40:32
  Author: arodseth
Revision: 103463

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 11:40:23 UTC (rev 103462)
+++ community-i686/PKGBUILD 2014-01-06 11:40:32 UTC (rev 103463)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Set of utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz;)
-sha256sums=('11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd $srcdir/cx_Freeze-$pkgver
-  python setup.py install --root $pkgdir --optimize 1
-}
-
-package_python2-cx_freeze() {
-  depends=('python2')
-  conflicts=('cx_freeze' 'python-cx_freeze')
-  replaces=('cx_freeze')
-
-  cd $srcdir/cx_Freeze-$pkgver
-  python2 setup.py install --root $pkgdir --optimize 1
-  # Python 2 shebang fix
-  find $pkgdir -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cx_freeze/repos/community-i686/PKGBUILD (from rev 103462, 
python-cx_freeze/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 11:40:32 UTC (rev 103463)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgbase=python-cx_freeze
+pkgname=('python-cx_freeze' 'python2-cx_freeze')
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='Set of utilities for freezing Python scripts into executables'
+arch=('x86_64' 'i686')
+url='http://cx-freeze.sourceforge.net/'
+license=('PSF')
+makedepends=('python' 'python2')
+source=(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz;)
+sha256sums=('d634aae1e1d20b660d24245450b8a5ea3ad9c443cd735d8fbe17c1d93b8b23df')
+
+package_python-cx_freeze() {
+  depends=('python')
+  conflicts=('cx_freeze' 'python2-cx_freeze')
+
+  cd cx_Freeze-$pkgver
+  python setup.py install --root $pkgdir --optimize 1
+}
+
+package_python2-cx_freeze() {
+  depends=('python2')
+  conflicts=('cx_freeze' 'python-cx_freeze')
+  replaces=('cx_freeze')
+
+  cd cx_Freeze-$pkgver
+  python2 setup.py install --root $pkgdir --optimize 1
+
+  # Python 2 shebang fix
+  find $pkgdir -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-06 11:40:23 UTC (rev 103462)
+++ community-x86_64/PKGBUILD   2014-01-06 11:40:32 UTC (rev 103463)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgbase=python-cx_freeze
-pkgname=('python-cx_freeze' 'python2-cx_freeze')
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Set of utilities for freezing Python scripts into executables'
-arch=('x86_64' 'i686')
-url='http://cx-freeze.sourceforge.net/'
-license=('PSF')
-makedepends=('python' 'python2')
-source=(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz;)
-sha256sums=('11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b')
-
-package_python-cx_freeze() {
-  depends=('python')
-  conflicts=('cx_freeze' 'python2-cx_freeze')
-
-  cd $srcdir/cx_Freeze-$pkgver
-  python setup.py install --root $pkgdir --optimize 1
-}
-

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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 12:50:37
  Author: bpiotrowski
Revision: 203243

upgpkg: wxmaxima 13.04.2-2

rebuild against wxgtk 3.0.0

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:32:57 UTC (rev 203242)
+++ PKGBUILD2014-01-06 11:50:37 UTC (rev 203243)
@@ -5,12 +5,12 @@
 
 pkgname=wxmaxima
 pkgver=13.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
 arch=('i686' 'x86_64')
 url=http://wxmaxima.sourceforge.net/;
 license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
 install=wxmaxima.install
 sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
@@ -17,6 +17,7 @@
 
 build() {
   cd ${srcdir}/wxMaxima-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr
   make
 }



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 12:50:43
  Author: bpiotrowski
Revision: 203244

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

Added:
  wxmaxima/repos/staging-i686/
  wxmaxima/repos/staging-i686/PKGBUILD
(from rev 203243, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-i686/wxmaxima.install
(from rev 203243, wxmaxima/trunk/wxmaxima.install)
  wxmaxima/repos/staging-x86_64/
  wxmaxima/repos/staging-x86_64/PKGBUILD
(from rev 203243, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-x86_64/wxmaxima.install
(from rev 203243, wxmaxima/trunk/wxmaxima.install)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/wxmaxima.install   |   14 ++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/wxmaxima.install |   14 ++
 4 files changed, 104 insertions(+)

Copied: wxmaxima/repos/staging-i686/PKGBUILD (from rev 203243, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=13.04.2
+pkgrel=2
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+
+  # Fix category in .desktop file
+  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/staging-i686/wxmaxima.install (from rev 203243, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-i686/wxmaxima.install   (rev 0)
+++ staging-i686/wxmaxima.install   2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: wxmaxima/repos/staging-x86_64/PKGBUILD (from rev 203243, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=13.04.2
+pkgrel=2
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+
+  # Fix category in .desktop file
+  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/staging-x86_64/wxmaxima.install (from rev 203243, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-x86_64/wxmaxima.install (rev 0)
+++ staging-x86_64/wxmaxima.install 2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,14 @@
+post_install() {
+  

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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 13:40:56
  Author: arodseth
Revision: 103464

upgpkg: erlang R16B03-4

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:40:32 UTC (rev 103463)
+++ PKGBUILD2014-01-06 12:40:56 UTC (rev 103464)
@@ -9,11 +9,11 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=R16B03
-pkgrel=3
+pkgrel=4
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9' 'glu')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu')
 options=('staticlibs')
 source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
 http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;



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

2014-01-06 Thread Alexander Rødseth
Date: Monday, January 6, 2014 @ 13:41:09
  Author: arodseth
Revision: 103465

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 103464, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 103464, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 103464, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 103464, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 103464, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 103464, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 103464, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 103464, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  178 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   89 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   89 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 --
 12 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 12:40:56 UTC (rev 103464)
+++ community-i686/PKGBUILD 2014-01-06 12:41:09 UTC (rev 103465)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archli...@cryptocrack.de
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
-# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=R16B03
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9' 'glu')
-options=('staticlibs')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('6133b3410681a5c934e54c76eee1825f96dead8d6a12c31a64f6e160daf0bb06'
-'a2038d32e7c940d5d04f7338406e11b723cac0d26e82d7834596105eea492452'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-build() {
-  cd otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  cd otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/README.md \
-$srcdir/{README,COPYRIGHT} \
-$pkgdir/usr/share/doc/erlang
-
-  # Compressed man pages
-  for page in $srcdir/man/man?/*; do gzip $page; done
-  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
-
-  # License
-  install -Dm0644 $srcdir/otp_src_${pkgver/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir $srcdir/unixodbc
-  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
-  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
-
-  # epmd service, socket and conf
-  cd $srcdir
-  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
-  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
-  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p 

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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 14:13:21
  Author: lcarlier
Revision: 103466

upgpkg: lib32-nvidia-304xx-utils 304.117-2

Split OpenCL into a separated package, add some conflicts

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 12:41:09 UTC (rev 103465)
+++ PKGBUILD2014-01-06 13:13:21 UTC (rev 103466)
@@ -5,15 +5,13 @@
 # Contributor: James Rayner iphi...@gmail.com
 
 _pkgbasename=nvidia-304xx-utils
-pkgname=lib32-$_pkgbasename
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-304xx-nvidia')
 pkgver=304.117
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
-conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
-provides=('lib32-libgl')
 license=('custom')
 options=('!strip')
 
@@ -27,9 +25,33 @@
 sh ${_pkg}.run --extract-only
 }
 
-package() {
+package_lib32-opencl-304xx-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-304xx-nvidia')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+
 cd ${srcdir}/${_pkg}
 
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
+ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
+
+install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
+ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
+ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
+}
+
+package_lib32-nvidia-304xx-utils() {
+pkgdesc=NVIDIA drivers utilities (32-bit)
+depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 
'nvidia-304xx-utils')
+optdepends=('lib32-opencl-304xx-nvidia')
+provides=('lib32-libgl')
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils' 
'lib32-nvidia-libgl')
+
+cd ${srcdir}/${_pkg}
+
 # OpenGL library
 install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
 # OpenGL core library
@@ -44,9 +66,6 @@
 install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
 # nvidia-tls library
 install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
 
 install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
 install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}



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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 14:13:29
  Author: lcarlier
Revision: 103467

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 103466, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  153 ++---
 1 file changed, 86 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 13:13:21 UTC (rev 103466)
+++ PKGBUILD2014-01-06 13:13:29 UTC (rev 103467)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: noone currently
-# Contributor: Jason Graham ja...@the-graham.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-304xx-utils
-pkgname=lib32-$_pkgbasename
-pkgver=304.117
-pkgrel=1
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
-conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib32/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}
-

Copied: lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD (from rev 
103466, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 13:13:29 UTC (rev 103467)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: noone currently
+# Contributor: Jason Graham ja...@the-graham.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-304xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-304xx-nvidia')
+pkgver=304.117
+pkgrel=2
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package_lib32-opencl-304xx-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA (32-bit)
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-304xx-nvidia')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+conflicts=('lib32-opencl-nvidia')
+
+cd ${srcdir}/${_pkg}
+
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
+ln -s libnvidia-compiler.so.${pkgver} 

[arch-commits] Commit in (5 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 14:33:47
  Author: alucryd
Revision: 103468

Add lib32-sdl2 as well

Added:
  lib32-sdl2/
  lib32-sdl2/repos/
  lib32-sdl2/trunk/
  lib32-sdl2/trunk/PKGBUILD
Modified:
  pcsx2/trunk/PKGBUILD

---+
 lib32-sdl2/trunk/PKGBUILD |   48 
 pcsx2/trunk/PKGBUILD  |   24 +-
 2 files changed, 63 insertions(+), 9 deletions(-)

Added: lib32-sdl2/trunk/PKGBUILD
===
--- lib32-sdl2/trunk/PKGBUILD   (rev 0)
+++ lib32-sdl2/trunk/PKGBUILD   2014-01-06 13:33:47 UTC (rev 103468)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: J0k3r moebius...@gmail.com
+
+pkgname=lib32-sdl2
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
+makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxrandr')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=(${url}/release/SDL2-${pkgver}.tar.gz)
+sha256sums=('0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen} --disable-{arts,esd,nas,rpath}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-sdl2/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: pcsx2/trunk/PKGBUILD
===
--- pcsx2/trunk/PKGBUILD2014-01-06 13:13:29 UTC (rev 103467)
+++ pcsx2/trunk/PKGBUILD2014-01-06 13:33:47 UTC (rev 103468)
@@ -13,16 +13,22 @@
 license=('GPL')
 makedepends=('cmake' 'sparsehash')
 if [[ $CARCH == i686 ]]; then
-  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl' 'soundtouch' 'wxgtk2.8')
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'portaudio' 'sdl2' 
'soundtouch' 'wxgtk2.8')
 elif [[ $CARCH == x86_64 ]]; then
-  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-sdl' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-sdl2' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
 fi
 options=('!emptydirs')
-source=(http://code.google.com/p/pcsx2/downloads/detail?name=${pkgname}-${pkgver}-r${_rev}-lnx-sources.tar.bz2;
-'gcc48.patch')
-sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
-'57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')
+source=(http://pcsx2.googlecode.com/files/${pkgname}-${pkgver}-r${_rev}-lnx-sources.tar.bz2;
+'zzogl-mesa10.patch')
+sha256sums=('1353db351784dca47244c4b184e14c279218fb6933fba53b9d6a6a81182c2663'
+'e9b3a70ada333c78d94733a1b71f3a1f005a8dabb480c3fbfaf1f91f44f4c5fe')
 
+prepare() {
+  cd ${pkgname}.snapshot-${_rev}
+
+  patch -Np1 -i ../zzogl-mesa10.patch
+}
+
 build() {
   cd ${pkgname}.snapshot-${_rev}
 
@@ -32,12 +38,12 @@
   mkdir build  cd build
 
   if [[ $CARCH == i686 ]]; then
-cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib/pcsx2' -D{GAMEINDEX,GLSL_SHADER}_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
+cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,SDL2_API,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib/pcsx2' -DGAMEINDEX_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
   elif [[ $CARCH == x86_64 ]]; then
 export CC='gcc -m32'
 export CXX='g++ -m32'
 export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 

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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 14:34:14
  Author: alucryd
Revision: 103469

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 103468, lib32-sdl2/trunk/PKGBUILD)

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

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 103468, 
lib32-sdl2/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2014-01-06 13:34:14 UTC (rev 103469)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+# Contributor: J0k3r moebius...@gmail.com
+
+pkgname=lib32-sdl2
+pkgver=2.0.1
+pkgrel=2
+pkgdesc='A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)'
+arch=('x86_64')
+url='http://www.libsdl.org'
+license=('MIT')
+depends=('lib32-libgl' 'lib32-libx11' 'lib32-libxext' 'lib32-libxrender' 
${pkgname#*-})
+makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxinerama' 'lib32-libxrandr')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver')
+source=(${url}/release/SDL2-${pkgver}.tar.gz)
+sha256sums=('0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ../SDL2-${pkgver}/configure --prefix='/usr' --libdir='/usr/lib32' 
--enable-{alsa,pulseaudio-shared,sdl-dlopen} --disable-{arts,esd,nas,rpath}
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2014-01-06 Thread Felix Yan
Date: Monday, January 6, 2014 @ 14:36:55
  Author: fyan
Revision: 103470

upgpkg: fcitx-mozc 1.13.1651.102-1

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 13:34:14 UTC (rev 103469)
+++ PKGBUILD2014-01-06 13:36:55 UTC (rev 103470)
@@ -5,17 +5,17 @@
 ## Mozc compile option
 _bldtype=Release
 
-_zipcoderel=201310
+_zipcoderel=201312
 _protobuf_ver=2.5.0
-_gyp_rev=1774
+_gyp_rev=1828
 
 _pkgbase=mozc
 _revision=178
 pkgname=fcitx-mozc
 pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=1.12.1599.102
+pkgver=1.13.1651.102
 _patchver=${pkgver}.1
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/mozc/;
 license=('custom')
@@ -23,9 +23,9 @@
 makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn')
 replaces=('mozc-fcitx')
 conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(svn+http://mozc.googlecode.com/svn#revision=$_revision
+source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_revision
 gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev
-http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
+http://downloads.sourceforge.net/pnsft-aur/x-ken-all${_zipcoderel}.zip
 http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
 http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
 http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
@@ -41,7 +41,7 @@
   CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
   CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
 
-  cd svn/trunk/src
+  cd mozc
   
   # Apply fcitx patch
   rm unix/fcitx -rf
@@ -57,7 +57,7 @@
 
   # Generate zip code seed
   msg Generating zip code seed...
-  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/KEN_ALL.CSV 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
+  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/x-ken-all.csv 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
   msg Done.
 
   # Copy gyp
@@ -81,7 +81,7 @@
 }
 
 package() {
-  cd svn/trunk/src
+  cd mozc
   install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
   install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
 
@@ -114,8 +114,8 @@
 
 sha512sums=('SKIP'
 'SKIP'
-
'f4ba607dc8d8ad6b12fbf47e6a9b56e1dee5552db65bb6a21e55b3db8567601df4e916f88ee039bb4f84dd7ad9994ad9e7b494fbb06d14b8ce6c8ca316e3a571'
-
'551fd2ee44a0cdf317885351528d5248fc56c261e73b793ac46c8f043a6f5461e1e4400df67cd151a01891217185fc12993a6a0d727d9f8217947d9b23d7b69c'
+
'f05c779257c8bc6e51ba8ab9fddec918a6de29d45c756bd3b83d42cb99265ada85313e980518096338ebcadcd0fe6433cbd9ad20a74f4116975eb7c168b72d81'
+
'87e8733cfc11528fa698b0a48f4e89c0dd02e2d79c804025219531fad4776cfcba720d720003d83a65401b4631c9ae1adc3395d18965066d232a76794ae3d54f'
 
'5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee'
-
'e6a5a21520e36aa6cd27295c5a1b050a8f1a8dccf82918b0b57f17c79393c8b527c3f70dbfa2de0af42d3f85eac3095ef476a067fb24dbc2fa325c1f6a1138cc'
+
'cd879029d87fd80a70796bd83ac67decbb58b181acafcee22110cb46a50c371c82b67babcfe80b1c05fa9beef3d3a7ddd580105a70c411795cf8c9ef745661e2'
 
'5507c637e5a65c44ccf6e32118b6d16647ece865171b9a77dd3c78e6790fbd97e6b219e68d2e27750e22074eb536bccf8d553c295d939066b72994b86b2f251a')



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

2014-01-06 Thread Felix Yan
Date: Monday, January 6, 2014 @ 14:38:05
  Author: fyan
Revision: 103471

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

Added:
  fcitx-mozc/repos/community-testing-i686/
  fcitx-mozc/repos/community-testing-i686/PKGBUILD
(from rev 103470, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-testing-x86_64/
  fcitx-mozc/repos/community-testing-x86_64/PKGBUILD
(from rev 103470, fcitx-mozc/trunk/PKGBUILD)

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

Copied: fcitx-mozc/repos/community-testing-i686/PKGBUILD (from rev 103470, 
fcitx-mozc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-06 13:38:05 UTC (rev 103471)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+## Mozc compile option
+_bldtype=Release
+
+_zipcoderel=201312
+_protobuf_ver=2.5.0
+_gyp_rev=1828
+
+_pkgbase=mozc
+_revision=178
+pkgname=fcitx-mozc
+pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
+pkgver=1.13.1651.102
+_patchver=${pkgver}.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/mozc/;
+license=('custom')
+depends=('qt4' 'fcitx' 'zinnia')
+makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa' 'svn')
+replaces=('mozc-fcitx')
+conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
+source=(mozc::svn+http://mozc.googlecode.com/svn/trunk/src#revision=$_revision
+gyp::svn+http://gyp.googlecode.com/svn/trunk#revision=$_gyp_rev
+http://downloads.sourceforge.net/pnsft-aur/x-ken-all${_zipcoderel}.zip
+http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
+http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
+http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
+http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz)
+
+build() {
+  #source /etc/profile.d/qt4.sh
+
+  # Update: Fix qt4 include path too
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  #CFLAGS=${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  #CXXFLAGS=${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+
+  cd mozc
+  
+  # Apply fcitx patch
+  rm unix/fcitx -rf
+  patch -Np2 -i $srcdir/fcitx-mozc-${_patchver}.patch
+
+  # Fix qt4 binary path
+  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
+  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
+
+  # Adjust to use python2
+  find . -name  \*.py-type f -exec sed -i -e 1s|python.*$|python2|  
{} +
+  find . -regex '.*\.gypi?$' -type f -exec sed -i -e s|'python'|'python2'|g 
{} +
+
+  # Generate zip code seed
+  msg Generating zip code seed...
+  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/x-ken-all.csv 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
+  msg Done.
+
+  # Copy gyp
+  mkdir third_party/gyp
+  cp -rf ${srcdir}/gyp/* third_party/gyp
+
+  # Copy protobuf to be linked statically
+  mkdir third_party/protobuf
+  cp -rf ${srcdir}/protobuf-${_protobuf_ver}/* third_party/protobuf
+
+  msg Starting make...
+
+  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
+
+  QTDIR=/usr GYP_DEFINES=document_dir=/usr/share/licenses/$pkgname python2 
build_mozc.py gyp --channel_dev=0
+  python2 build_mozc.py build_tools -c $_bldtype
+  python2 build_mozc.py build -c $_bldtype $_targets
+
+  # Extract license part of mozc
+  head -n 29 server/mozc_server.cc  LICENSE
+}
+
+package() {
+  cd mozc
+  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
+  install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
+
+  install -d ${pkgdir}/usr/share/licenses/$pkgname/
+  install -m 644 LICENSE data/installer/*.html 
${pkgdir}/usr/share/licenses/${pkgname}/
+
+  for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
+  do
+filename=`basename $mofile`
+lang=${filename/.mo/}
+install -D -m 644 $mofile 
${pkgdir}/usr/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo
+  done
+
+  install -D -m 755 out_linux/${_bldtype}/fcitx-mozc.so 
${pkgdir}/usr/lib/fcitx/fcitx-mozc.so
+  install -D -m 644 unix/fcitx/fcitx-mozc.conf 
${pkgdir}/usr/share/fcitx/addon/fcitx-mozc.conf
+  install -D -m 644 unix/fcitx/mozc.conf 
${pkgdir}/usr/share/fcitx/inputmethod/mozc.conf
+
+  install -d ${pkgdir}/usr/share/fcitx/mozc/icon
+  install -m 644 

[arch-commits] Commit in gdc/trunk (PKGBUILD folders.diff)

2014-01-06 Thread Михаил Страшун
Date: Monday, January 6, 2014 @ 14:45:20
  Author: dicebot
Revision: 103472

upgpkg: gdc 4.8.2-5

Adjust gdc configure.ac patch to new upstream

Modified:
  gdc/trunk/PKGBUILD
  gdc/trunk/folders.diff

--+
 PKGBUILD |   21 +++--
 folders.diff |   30 --
 2 files changed, 35 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 13:38:05 UTC (rev 103471)
+++ PKGBUILD2014-01-06 13:45:20 UTC (rev 103472)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.8.2
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -17,7 +17,7 @@
 folders.diff)
 sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
 'SKIP'
-'805d1130394e3ff18ae7043e111fe2ea045a7da6f290d298a670f9e2c35ba533')
+'82f1ba0825164a74660bd5008d8f3acae1bacc3271c86475efc1601fe0da73c4')
 
 groups=('dlang' 'dlang-gdc')
 conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
@@ -86,20 +86,21 @@
 depends=('gdc')
 
 # druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
+install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
+install -D $srcdir/gdc/libphobos/libdruntime/__entrypoint.di 
${pkgdir}/usr/include/dlang/gdc/__entrypoint.di
+cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/core
+cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/gcc
 
 # workaround for auto-generated libbacktrace issue
# script needs to be re-written to first call normal gcc instalaltion 
targets to
# avoid such problems in future
-   cp $srcdir/gcc-build/$CHOST/libphobos/libdruntime/gcc/libbacktrace.d 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-   rm $pkgdir/usr/include/dlang/gdc/$pkgver/gcc/libbacktrace.d.in
+   cp $srcdir/gcc-build/$CHOST/libphobos/libdruntime/gcc/libbacktrace.d 
$pkgdir/usr/include/dlang/gdc/gcc/
+   rm $pkgdir/usr/include/dlang/gdc/gcc/libbacktrace.d.in
 
 # phobos
-cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
-cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
-cp -r $srcdir/gdc/libphobos/src/etc 
${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
+cp $srcdir/gdc/libphobos/src/crc32.d ${pkgdir}/usr/include/dlang/gdc/
+cp -r $srcdir/gdc/libphobos/src/std ${pkgdir}/usr/include/dlang/gdc/std
+cp -r $srcdir/gdc/libphobos/src/etc ${pkgdir}/usr/include/dlang/gdc/etc
 
 install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a 
$pkgdir/usr/lib/libgphobos2.a
 }

Modified: folders.diff
===
--- folders.diff2014-01-06 13:38:05 UTC (rev 103471)
+++ folders.diff2014-01-06 13:45:20 UTC (rev 103472)
@@ -1,16 +1,34 @@
 diff --git a/libphobos/configure.ac b/libphobos/configure.ac
-index 69dfc35..89b8136 100644
+index 51d9b86..6ff04f1 100644
 --- a/libphobos/configure.ac
 +++ b/libphobos/configure.ac
-@@ -215,9 +215,9 @@ dnl (# Default case for install directory for include 
files.) and on
- # will have to modify gcc/configure.ac ..
- # For now, basic workaround for cross compilers ..
- if test ${host} != ${target}; then
+@@ -239,9 +239,9 @@ else
+ fi
+ 
+ if test ${gdc_host} != ${gdc_target}; then
 -gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d
 +gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang
  else
 -gdc_include_dir='${prefix}'/include/d/${d_gcc_ver}
-+gdc_include_dir='${prefix}'/include/dlang/gcc
++gdc_include_dir='${prefix}'/include/dlang/gdc
  fi
  AC_SUBST(gdc_include_dir)
  AC_ARG_WITH([cross-host],
+
+diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
+index 17e5c45..8a656b1 100644
+--- a/gcc/d/Make-lang.in
 b/gcc/d/Make-lang.in
+@@ -25,10 +25,10 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo 
gdc|sed '$(program_transfor
+ 
+ # This should be configured
+ ifeq ($(host), $(target))
+-  D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 
's|/[^/]*|/..|g'`/include/d/$(version)
++  D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 
's|/[^/]*|/..|g'`/include/dlang/gdc
+   gcc_d_include_dir = $(libsubdir)/$(unlibsubdir)/..$(D_include_dir)
+ else
+-  gcc_d_include_dir = $(libsubdir)/include/d
++  gcc_d_include_dir = $(libsubdir)/include/dlang/gdc
+ endif
+
+



[arch-commits] Commit in gdc/repos/community-x86_64 (4 files)

2014-01-06 Thread Михаил Страшун
Date: Monday, January 6, 2014 @ 14:45:29
  Author: dicebot
Revision: 103473

archrelease: copy trunk to community-x86_64

Added:
  gdc/repos/community-x86_64/PKGBUILD
(from rev 103472, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 103472, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

--+
 PKGBUILD |  211 -
 folders.diff |   50 +
 2 files changed, 140 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 13:45:20 UTC (rev 103472)
+++ PKGBUILD2014-01-06 13:45:29 UTC (rev 103473)
@@ -1,105 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.8.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!emptydirs' '!buildflags')
-_snapshot=4.8-20130725
-source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8
-folders.diff)
-sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
-'SKIP'
-'805d1130394e3ff18ae7043e111fe2ea045a7da6f290d298a670f9e2c35ba533')
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$_snapshot
-
-# Do not run fixincludes
-sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-echo $pkgver  gcc/BASE-VER
-
-# hack! - some configure tests for header files using $CPP $CPPFLAGS
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$_snapshot
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$_snapshot/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-lto --enable-gold --enable-ld=default \
---enable-plugin --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu --disable-install-libiberty \
---disable-multilib --disable-libssp --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'binutils')
-optdepends=('libgphobos-devel: D standard library, GDC version')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language which uses gcc backend 
(2.064.2 frontend version)
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-depends=('gdc')
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-
-# workaround for auto-generated libbacktrace issue
-   # script needs to be re-written to first call normal gcc instalaltion 
targets to
-   # avoid such problems in future
-   cp $srcdir/gcc-build/$CHOST/libphobos/libdruntime/gcc/libbacktrace.d 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-   rm $pkgdir/usr/include/dlang/gdc/$pkgver/gcc/libbacktrace.d.in
-
-# phobos
-cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
-cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
-cp -r $srcdir/gdc/libphobos/src/etc 
${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
-
-install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a 
$pkgdir/usr/lib/libgphobos2.a
-}

Copied: gdc/repos/community-x86_64/PKGBUILD (from rev 103472, 
gdc/trunk/PKGBUILD)

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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 15:09:29
  Author: alucryd
Revision: 103474

wxgtk rebuild: pcsx2 1.1.0.r5797-1

Modified:
  pcsx2/trunk/PKGBUILD

--+
 PKGBUILD |   27 +--
 1 file changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 13:45:29 UTC (rev 103473)
+++ PKGBUILD2014-01-06 14:09:29 UTC (rev 103474)
@@ -4,33 +4,24 @@
 # Contributor: vEX v...@niechift.com
 
 pkgname=pcsx2
-pkgver=1.1.0
-_rev=5674
+pkgver=1.1.0.r5797
 pkgrel=1
 pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
 url='http://www.pcsx2.net'
 license=('GPL')
-makedepends=('cmake' 'sparsehash')
+makedepends=('cmake' 'sparsehash' 'svn')
 if [[ $CARCH == i686 ]]; then
-  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'portaudio' 'sdl2' 
'soundtouch' 'wxgtk2.8')
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl2' 'soundtouch' 'wxgtk2.8')
 elif [[ $CARCH == x86_64 ]]; then
-  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-sdl2' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-nvidia-cg-toolkit' 
'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2.8')
 fi
 options=('!emptydirs')
-source=(http://pcsx2.googlecode.com/files/${pkgname}-${pkgver}-r${_rev}-lnx-sources.tar.bz2;
-'zzogl-mesa10.patch')
-sha256sums=('1353db351784dca47244c4b184e14c279218fb6933fba53b9d6a6a81182c2663'
-'e9b3a70ada333c78d94733a1b71f3a1f005a8dabb480c3fbfaf1f91f44f4c5fe')
+source=(${pkgname}::svn+http://pcsx2.googlecode.com/svn/trunk/#revision=${pkgver#*r};)
+sha256sums=('SKIP')
 
-prepare() {
-  cd ${pkgname}.snapshot-${_rev}
-
-  patch -Np1 -i ../zzogl-mesa10.patch
-}
-
 build() {
-  cd ${pkgname}.snapshot-${_rev}
+  cd ${pkgname}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -50,10 +41,10 @@
 }
 
 package() {
-  cd ${pkgname}.snapshot-${_rev}/build
+  cd ${pkgname}/build
 
   if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 
'lib32-wxgtk2.8')
+depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio' 'lib32-sdl2' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
   fi
 
   make DESTDIR=${pkgdir} install



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 15:11:04
  Author: alucryd
Revision: 103476

archrelease: copy trunk to community-staging-i686

Added:
  pcsx2/repos/community-staging-i686/
  pcsx2/repos/community-staging-i686/PKGBUILD
(from rev 103475, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/community-staging-i686/PKGBUILD (from rev 103475, 
pcsx2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 14:11:04 UTC (rev 103476)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.1.0.r5797
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL')
+makedepends=('cmake' 'sparsehash' 'svn')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl2' 'soundtouch' 'wxgtk2.8')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-nvidia-cg-toolkit' 
'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2.8')
+fi
+options=('!emptydirs')
+source=(${pkgname}::svn+http://pcsx2.googlecode.com/svn/trunk/#revision=${pkgver#*r};)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,SDL2_API,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib/pcsx2' -DGAMEINDEX_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
+  elif [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,SDL2_API,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib32/pcsx2' -DGAMEINDEX_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8' 
-DCMAKE_LIBRARY_PATH='/usr/lib32'
+  fi
+
+  make
+}
+
+package() {
+  cd ${pkgname}/build
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio' 'lib32-sdl2' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in pcsx2/trunk (gcc48.patch)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 15:10:56
  Author: alucryd
Revision: 103475

wxgtk todo: pcsx2 1.1.0.r5797-1

Deleted:
  pcsx2/trunk/gcc48.patch

-+
 gcc48.patch |   65 --
 1 file changed, 65 deletions(-)

Deleted: gcc48.patch
===
--- gcc48.patch 2014-01-06 14:09:29 UTC (rev 103474)
+++ gcc48.patch 2014-01-06 14:10:56 UTC (rev 103475)
@@ -1,65 +0,0 @@
-diff -rupN pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h 
pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h
 pcsx2-1.0.0-r5350-sources.orig/common/include/PS2Eext.h2013-06-02 
18:24:59.369581900 +0200
-+++ pcsx2-1.0.0-r5350-sources/common/include/PS2Eext.h 2013-06-02 
18:27:39.091107300 +0200
-@@ -144,10 +144,9 @@ struct PluginConf
- int ReadInt(const std::string item, int defval)
- {
- int value = defval;
--  int err = 0;
- std::string buf = item +  = %d\n;
- 
--if (ConfFile) err=fscanf(ConfFile, buf.c_str(), value);
-+if (ConfFile) fscanf(ConfFile, buf.c_str(), value);
- 
- return value;
- }
-@@ -157,7 +156,7 @@ struct PluginConf
-   int err = 0;
- std::string buf = item +  = %d\n;
- 
--if (ConfFile) err=fprintf(ConfFile, buf.c_str(), value);
-+if (ConfFile) fprintf(ConfFile, buf.c_str(), value);
- }
- };
- 
-diff -rupN pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 
pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp
 pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GSDeviceSW.cpp 2013-06-02 
18:24:59.922788200 +0200
-+++ pcsx2-1.0.0-r5350-sources/plugins/GSdx/GSDeviceSW.cpp  2013-06-02 
18:29:56.088850400 +0200
-@@ -50,7 +50,7 @@ bool GSDeviceSW::Reset(int w, int h)
- 
- GSTexture* GSDeviceSW::CreateSurface(int type, int w, int h, bool msaa, int 
format)
- {
--  if(format != 0) return false; // there is only one format
-+  if(format != 0) return NULL; // there is only one format
- 
-   return new GSTextureSW(type, w, h);
- }
-diff -rupN pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GS.h 
pcsx2-1.0.0-r5350-sources/plugins/GSdx/GS.h
 pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/GS.h   2013-06-02 
18:24:59.916311000 +0200
-+++ pcsx2-1.0.0-r5350-sources/plugins/GSdx/GS.h2013-06-02 
18:29:28.940530500 +0200
-@@ -807,7 +807,8 @@ REG_END2
-   if(PSM == PSM_PSMT4) return TW  7 || TH  7;
-   }
- 
--  return (TBW  6)  (1u  TW);
-+// The recast of TBW seems useless but it avoid tons of warning from 
GCC...
-+return ((uint32)TBW  6u)  (1u  TW);
-   }
- REG_END2
- 
-diff -rupN pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/stdafx.h 
pcsx2-1.0.0-r5350-sources/plugins/GSdx/stdafx.h
 pcsx2-1.0.0-r5350-sources.orig/plugins/GSdx/stdafx.h   2013-06-02 
18:24:59.951638400 +0200
-+++ pcsx2-1.0.0-r5350-sources/plugins/GSdx/stdafx.h2013-06-02 
18:32:05.092233800 +0200
-@@ -430,7 +430,11 @@ struct aligned_free_second {templatecla
- 
-   #ifdef __GNUC__
- 
--  __forceinline unsigned long long __rdtsc()
-+  // gcc 4.8 define __rdtsc but unfortunately the compiler crash...
-+  // The redefine allow to skip the gcc __rdtsc version -- Gregory
-+  #define __rdtsc _lnx_rdtsc
-+  //__forceinline unsigned long long __rdtsc()
-+  __forceinline unsigned long long _lnx_rdtsc()
-   {
-   #if defined(__amd64__) || defined(__x86_64__)
-   unsigned long long low, high;



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 15:19:17
  Author: alucryd
Revision: 103477

archrelease: copy trunk to multilib-staging-x86_64

Added:
  pcsx2/repos/multilib-staging-x86_64/
  pcsx2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 103476, pcsx2/trunk/PKGBUILD)

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

Copied: pcsx2/repos/multilib-staging-x86_64/PKGBUILD (from rev 103476, 
pcsx2/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-01-06 14:19:17 UTC (rev 103477)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+# Contributor: vEX v...@niechift.com
+
+pkgname=pcsx2
+pkgver=1.1.0.r5797
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
+arch=('i686' 'x86_64')
+url='http://www.pcsx2.net'
+license=('GPL')
+makedepends=('cmake' 'sparsehash' 'svn')
+if [[ $CARCH == i686 ]]; then
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl2' 'soundtouch' 'wxgtk2.8')
+elif [[ $CARCH == x86_64 ]]; then
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-nvidia-cg-toolkit' 
'lib32-portaudio' 'lib32-sdl2' 'lib32-soundtouch' 'lib32-wxgtk2.8')
+fi
+options=('!emptydirs')
+source=(${pkgname}::svn+http://pcsx2.googlecode.com/svn/trunk/#revision=${pkgver#*r};)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  if [[ $CARCH == i686 ]]; then
+cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,SDL2_API,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib/pcsx2' -DGAMEINDEX_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
+  elif [[ $CARCH == x86_64 ]]; then
+export CC='gcc -m32'
+export CXX='g++ -m32'
+export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release' 
-D{GLSL_API,PACKAGE_MODE,REBUILD_SHADER,SDL2_API,XDG_STD}=TRUE 
-DPLUGIN_DIR='/usr/lib32/pcsx2' -DGAMEINDEX_DIR='/usr/share/pcsx2' 
-DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config32-2.8' 
-DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc32-2.8' 
-DCMAKE_LIBRARY_PATH='/usr/lib32'
+  fi
+
+  make
+}
+
+package() {
+  cd ${pkgname}/build
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-nvidia-cg-toolkit' 'lib32-portaudio' 'lib32-sdl2' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 15:36:49
  Author: bpiotrowski
Revision: 103478

upgpkg: electricsheep 2.7b33-13

rebuild against wxgtk 3.0.0

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 14:19:17 UTC (rev 103477)
+++ PKGBUILD2014-01-06 14:36:49 UTC (rev 103478)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=12
+pkgrel=13
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 15:37:07
  Author: bpiotrowski
Revision: 103479

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

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

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

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 103478, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 14:37:07 UTC (rev 103479)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=13
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 103478, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-06 14:37:07 UTC (rev 103479)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=13
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf 

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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 16:02:55
  Author: lcarlier
Revision: 103481

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 103480, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  172 ++---
 1 file changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 15:02:46 UTC (rev 103480)
+++ PKGBUILD2014-01-06 15:02:55 UTC (rev 103481)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: noone currently
-# Contributor: Jason Graham ja...@the-graham.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-304xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-304xx-nvidia')
-pkgver=304.117
-pkgrel=2
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-304xx-nvidia() {
-pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-304xx-nvidia')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('lib32-opencl-nvidia')
-
-cd ${srcdir}/${_pkg}
-
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.1
-ln -s libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so
-
-install -D -m755 libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver} 
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so.1
-ln -s libnvidia-opencl.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-opencl.so
-}
-
-package_lib32-nvidia-304xx-utils() {
-pkgdesc=NVIDIA drivers utilities (32-bit)
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 
'nvidia-304xx-utils')
-optdepends=('lib32-opencl-304xx-nvidia')
-provides=('lib32-libgl')
-conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils' 
'lib32-nvidia-libgl')
-
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# XvMC
-install -D -m644 libXvMCNVIDIA.a ${pkgdir}/usr/lib32/libXvMCNVIDIA.a
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}
-

Copied: lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD (from rev 
103480, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 15:02:55 UTC (rev 103481)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: noone currently
+# Contributor: Jason Graham ja...@the-graham.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-304xx-utils
+pkgbase=lib32-$_pkgbasename
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
+pkgver=304.117
+pkgrel=3
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')

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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 16:02:46
  Author: lcarlier
Revision: 103480

upgpkg: lib32-nvidia-304xx-utils 304.117-3

Fix typo with OpenCL pkgname

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 14:37:07 UTC (rev 103479)
+++ PKGBUILD2014-01-06 15:02:46 UTC (rev 103480)
@@ -6,9 +6,9 @@
 
 _pkgbasename=nvidia-304xx-utils
 pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-304xx-nvidia')
+pkgname=('lib32-nvidia-304xx-utils' 'lib32-opencl-nvidia-304xx')
 pkgver=304.117
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
@@ -25,9 +25,9 @@
 sh ${_pkg}.run --extract-only
 }
 
-package_lib32-opencl-304xx-nvidia() {
+package_lib32-opencl-nvidia-304xx() {
 pkgdesc=OpenCL implemention for NVIDIA (32-bit)
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-304xx-nvidia')
+depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
 conflicts=('lib32-opencl-nvidia')
 
@@ -46,7 +46,7 @@
 package_lib32-nvidia-304xx-utils() {
 pkgdesc=NVIDIA drivers utilities (32-bit)
 depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 
'nvidia-304xx-utils')
-optdepends=('lib32-opencl-304xx-nvidia')
+optdepends=('lib32-opencl-nvidia-304xx')
 provides=('lib32-libgl')
 conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils' 
'lib32-nvidia-libgl')
 



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

2014-01-06 Thread Jan Steffens
Date: Monday, January 6, 2014 @ 17:21:18
  Author: heftig
Revision: 203245

1.2.2

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 11:50:43 UTC (rev 203244)
+++ PKGBUILD2014-01-06 16:21:18 UTC (rev 203245)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('a4523d2471bca6cd0059a32e3b042f50faa4dadc6439852af8b43ca3f17d1fc9')
+sha256sums=('b9f12137ab663edc6c37429b38ca7911074b9c2a829267fe855d4e57d916a0b6')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 19:39:48
  Author: jelle
Revision: 103482

Initial commit

Added:
  ponymix/
  ponymix/repos/
  ponymix/trunk/
  ponymix/trunk/PKGBUILD

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

Added: ponymix/trunk/PKGBUILD
===
--- ponymix/trunk/PKGBUILD  (rev 0)
+++ ponymix/trunk/PKGBUILD  2014-01-06 18:39:48 UTC (rev 103482)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=2
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio')
+optdepends=('libnotify: desktop volume notifications')
+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


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


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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 19:42:15
  Author: jelle
Revision: 103483

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

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

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: ponymix/repos/community-i686/PKGBUILD (from rev 103482, 
ponymix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 18:42:15 UTC (rev 103483)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=2
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio')
+optdepends=('libnotify: desktop volume notifications')
+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 103482, 
ponymix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-06 18:42:15 UTC (rev 103483)
@@ -0,0 +1,25 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=ponymix
+pkgver=2
+pkgrel=1
+pkgdesc=CLI PulseAudio Volume Control
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/ponymix;
+license=('MIT')
+depends=('pulseaudio')
+optdepends=('libnotify: desktop volume notifications')
+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



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

2014-01-06 Thread Eric Bélanger
Date: Monday, January 6, 2014 @ 20:02:55
  Author: eric
Revision: 103484

upgpkg: electricsheep 2.7b33-14

Change wxgtk2.9 depends to wxgtk

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 18:42:15 UTC (rev 103483)
+++ PKGBUILD2014-01-06 19:02:55 UTC (rev 103484)
@@ -3,12 +3,12 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=13
+pkgrel=14
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;
 license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
 makedepends=('boost' 'mesa' 'glu' 'tinyxml')
 optdepends=('xscreensaver: to use electricsheep with xscreensaver')
 options=('!emptydirs')
@@ -36,7 +36,6 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
   sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
   sed -i '12 i\
 #include cstdio' Common/Singleton.h



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

2014-01-06 Thread Eric Bélanger
Date: Monday, January 6, 2014 @ 20:03:51
  Author: eric
Revision: 103485

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

Added:
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 103484, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 103484, electricsheep/trunk/PKGBUILD)
Deleted:
  electricsheep/repos/community-staging-i686/PKGBUILD
  electricsheep/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  116 
 community-staging-i686/PKGBUILD   |   59 --
 community-staging-x86_64/PKGBUILD |   59 --
 3 files changed, 116 insertions(+), 118 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-06 19:02:55 UTC (rev 103484)
+++ community-staging-i686/PKGBUILD 2014-01-06 19:03:51 UTC (rev 103485)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=13
-pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
-arch=('i686' 'x86_64')
-url=http://community.electricsheep.org/;
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=r125
-  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
-  _svnmod=${pkgname}-${pkgver}
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include cstdio' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+=-I/usr/include/lua5.1 ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
-  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
-}

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 103484, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 19:03:51 UTC (rev 103485)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=14
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar 

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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 20:30:46
  Author: jelle
Revision: 103487

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 19:30:34 UTC (rev 103486)
+++ community-i686/PKGBUILD 2014-01-06 19:30:46 UTC (rev 103487)
@@ -1,25 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=2
-pkgrel=1
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio')
-optdepends=('libnotify: desktop volume notifications')
-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 103486, 
ponymix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 19:30:46 UTC (rev 103487)
@@ -0,0 +1,24 @@
+# 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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-06 19:30:34 UTC (rev 103486)
+++ community-x86_64/PKGBUILD   2014-01-06 19:30:46 UTC (rev 103487)
@@ -1,25 +0,0 @@
-# Maintainer: Dave Reisner d...@falconindy.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=ponymix
-pkgver=2
-pkgrel=1
-pkgdesc=CLI PulseAudio Volume Control
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/ponymix;
-license=('MIT')
-depends=('pulseaudio')
-optdepends=('libnotify: desktop volume notifications')
-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 103486, 
ponymix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-06 19:30:46 UTC (rev 103487)
@@ -0,0 +1,24 @@
+# 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



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 20:30:34
  Author: jelle
Revision: 103486

upgpkg: ponymix 2-2

libnotify can not be an optional dep

Modified:
  ponymix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:03:51 UTC (rev 103485)
+++ PKGBUILD2014-01-06 19:30:34 UTC (rev 103486)
@@ -3,13 +3,12 @@
 
 pkgname=ponymix
 pkgver=2
-pkgrel=1
+pkgrel=2
 pkgdesc=CLI PulseAudio Volume Control
 arch=('i686' 'x86_64')
 url=http://github.com/falconindy/ponymix;
 license=('MIT')
-depends=('pulseaudio')
-optdepends=('libnotify: desktop volume notifications')
+depends=('pulseaudio' 'libnotify')
 
source=(http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz{,.sig})
 md5sums=('9874c22dbba2805c870ae663331ca4ca'
  'SKIP')



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 20:32:24
  Author: bpiotrowski
Revision: 203246

upgpkg: p7zip 9.20.1-9

rebuild against wxgtk 3.0.0

Modified:
  p7zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 16:21:18 UTC (rev 203245)
+++ PKGBUILD2014-01-06 19:32:24 UTC (rev 203246)
@@ -7,15 +7,15 @@
 
 pkgname=p7zip
 pkgver=9.20.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Command-line version of the 7zip compressed file archiver'
 url='http://p7zip.sourceforge.net/'
 license=('GPL' 'custom')
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
+optdepends=('wxgtk2.8: GUI'
 'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
+makedepends=('yasm' 'nasm' 'wxgtk2.8')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
 '7zFM.desktop')
 sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
@@ -30,6 +30,9 @@
[[ $CARCH = x86_64 ]] \
 cp makefile.linux_amd64_asm makefile.machine \
|| cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+
+   sed -i 's/wx-config/wx-config-2.8/g' CPP/7zip/TEST/TestUI/makefile \
+   CPP/7zip/UI/{FileManager,GUI,P7ZIP}/makefile
 }
 
 build() {



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 20:32:39
  Author: bpiotrowski
Revision: 203247

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

Added:
  p7zip/repos/staging-i686/
  p7zip/repos/staging-i686/7zFM.desktop
(from rev 203246, p7zip/trunk/7zFM.desktop)
  p7zip/repos/staging-i686/PKGBUILD
(from rev 203246, p7zip/trunk/PKGBUILD)
  p7zip/repos/staging-i686/install
(from rev 203246, p7zip/trunk/install)
  p7zip/repos/staging-x86_64/
  p7zip/repos/staging-x86_64/7zFM.desktop
(from rev 203246, p7zip/trunk/7zFM.desktop)
  p7zip/repos/staging-x86_64/PKGBUILD
(from rev 203246, p7zip/trunk/PKGBUILD)
  p7zip/repos/staging-x86_64/install
(from rev 203246, p7zip/trunk/install)

-+
 staging-i686/7zFM.desktop   |9 +
 staging-i686/PKGBUILD   |   67 ++
 staging-i686/install|   13 
 staging-x86_64/7zFM.desktop |9 +
 staging-x86_64/PKGBUILD |   67 ++
 staging-x86_64/install  |   13 
 6 files changed, 178 insertions(+)

Copied: p7zip/repos/staging-i686/7zFM.desktop (from rev 203246, 
p7zip/trunk/7zFM.desktop)
===
--- staging-i686/7zFM.desktop   (rev 0)
+++ staging-i686/7zFM.desktop   2014-01-06 19:32:39 UTC (rev 203247)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=7-Zip FM
+GenericName=7-Zip File Manager
+Type=Application
+Categories=GTK;Utility;Archiving;Compression;
+Terminal=false
+Icon=p7zip
+Exec=7zFM

Copied: p7zip/repos/staging-i686/PKGBUILD (from rev 203246, 
p7zip/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 19:32:39 UTC (rev 203247)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+# Contributor: TuxSpirittuxspi...@archlinux.fr  2007/11/17 21:22:36 UTC
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=p7zip
+pkgver=9.20.1
+pkgrel=9
+pkgdesc='Command-line version of the 7zip compressed file archiver'
+url='http://p7zip.sourceforge.net/'
+license=('GPL' 'custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'bash')
+optdepends=('wxgtk2.8: GUI'
+'desktop-file-utils: desktop entries')
+makedepends=('yasm' 'nasm' 'wxgtk2.8')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2;
+'7zFM.desktop')
+sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
+  'f2c370d6f1b286b7ce9a2804e22541b755616a40')
+
+options=('!makeflags')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}_${pkgver}
+   rm GUI/kde4/p7zip_compress.desktop
+   [[ $CARCH = x86_64 ]] \
+cp makefile.linux_amd64_asm makefile.machine \
+   || cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+
+   sed -i 's/wx-config/wx-config-2.8/g' CPP/7zip/TEST/TestUI/makefile \
+   CPP/7zip/UI/{FileManager,GUI,P7ZIP}/makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}_${pkgver}
+   make all4 OPTFLAGS=${CXXFLAGS}
+}
+
+package() {
+   cd ${srcdir}/${pkgname}_${pkgver}
+   make install \
+   DEST_DIR=${pkgdir} \
+   DEST_HOME=/usr \
+   DEST_MAN=/usr/share/man
+
+   # Licenses
+   install -d ${pkgdir}/usr/share/licenses/p7zip
+   ln -s -t ${pkgdir}/usr/share/licenses/p7zip \
+   /usr/share/doc/p7zip/DOCS/License.txt \
+   /usr/share/doc/p7zip/DOCS/unRarLicense.txt
+
+   # Integration with stuff...
+   install -Dm644 GUI/p7zip_32.png 
${pkgdir}/usr/share/icons/hicolor/32x32/apps/p7zip.png
+   install -d 
${pkgdir}/usr/share/{applications,kde4/services/ServiceMenus}
+   cp GUI/kde4/* ${pkgdir}/usr/share/kde4/services/ServiceMenus/
+   cp ../7zFM.desktop ${pkgdir}/usr/share/applications/
+   ln -s 7zCon.sfx ${pkgdir}/usr/lib/p7zip/7z.sfx
+
+   find GUI/help -type d -exec chmod 755 {} \;
+   cp -r GUI/help ${pkgdir}/usr/lib/p7zip/
+
+   chmod -R u+w ${pkgdir}/usr
+}

Copied: p7zip/repos/staging-i686/install (from rev 203246, p7zip/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2014-01-06 19:32:39 UTC (rev 203247)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q 
|| true
+   [[ -x usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor || true
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: p7zip/repos/staging-x86_64/7zFM.desktop (from rev 203246, 

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

2014-01-06 Thread Giovanni Scafora
Date: Monday, January 6, 2014 @ 20:40:50
  Author: giovanni
Revision: 203248

upgpkg: mercurial 2.8.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:32:39 UTC (rev 203247)
+++ PKGBUILD2014-01-06 19:40:50 UTC (rev 203248)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('bede5869f9b5d09ab3269bac472495e7'
+md5sums=('050d05f9efc95dfef88217b63962a09a'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2014-01-06 Thread Giovanni Scafora
Date: Monday, January 6, 2014 @ 20:40:56
  Author: giovanni
Revision: 203249

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 203248, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 203248, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 203248, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 203248, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-06 19:40:50 UTC (rev 203248)
+++ extra-i686/PKGBUILD 2014-01-06 19:40:56 UTC (rev 203249)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=2.8.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('bede5869f9b5d09ab3269bac472495e7'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 203248, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-06 19:40:56 UTC (rev 203249)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=2.8.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('050d05f9efc95dfef88217b63962a09a'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+${pkgdir}/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 

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

2014-01-06 Thread Giovanni Scafora
Date: Monday, January 6, 2014 @ 20:45:36
  Author: giovanni
Revision: 103489

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 19:45:32 UTC (rev 103488)
+++ PKGBUILD2014-01-06 19:45:36 UTC (rev 103489)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
-
-pkgname=python2-pycountry
-pkgver=1.2
-pkgrel=1
-pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
-arch=('any')
-url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
-md5sums=('109a22ae4f4526a850ff2392a8de8842')
-
-package() {
-  cd ${srcdir}/pycountry-${pkgver}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 103488, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 19:45:36 UTC (rev 103489)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
+
+pkgname=python2-pycountry
+pkgver=1.3
+pkgrel=1
+pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
+arch=('any')
+url=http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
+md5sums=('da8b6adc076cc0e70fa395a2ddcb057c')
+
+package() {
+  cd ${srcdir}/pycountry-${pkgver}
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 20:50:26
  Author: bpiotrowski
Revision: 203250

upgpkg: truecrypt 1:7.1a-2

rebuild against wxgtk 3.0.0

Modified:
  truecrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:40:56 UTC (rev 203249)
+++ PKGBUILD2014-01-06 19:50:26 UTC (rev 203250)
@@ -3,13 +3,13 @@
 
 pkgname=truecrypt
 pkgver=7.1a
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=Free open-source cross-platform disk encryption software
 url=http://www.truecrypt.org/;
 arch=('i686' 'x86_64')
 license=('custom') # TrueCrypt License v2.6
-depends=('fuse=2.8.0' 'wxgtk=2.8.9' 'libsm' 'device-mapper')
+depends=('fuse=2.8.0' 'wxgtk2.8=2.8.9' 'libsm' 'device-mapper')
 makedepends=('nasm')
 optdepends=('sudo: mounting encrypted volumes as nonroot users')
 conflicts=('truecrypt-utils')
@@ -33,6 +33,7 @@
   patch -Np1 -i ../${pkgname}-arch-detection.patch
   
   # Build
+  export WX_CONFIG=/usr/bin/wx-config-2.8
   make PKCS11_INC=${srcdir}/pkcs-2.20 LFLAGS+=-ldl
 }
 



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 20:50:32
  Author: bpiotrowski
Revision: 203251

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

Added:
  truecrypt/repos/staging-i686/
  truecrypt/repos/staging-i686/PKGBUILD
(from rev 203250, truecrypt/trunk/PKGBUILD)
  truecrypt/repos/staging-i686/truecrypt-arch-detection.patch
(from rev 203250, truecrypt/trunk/truecrypt-arch-detection.patch)
  truecrypt/repos/staging-i686/truecrypt.desktop
(from rev 203250, truecrypt/trunk/truecrypt.desktop)
  truecrypt/repos/staging-x86_64/
  truecrypt/repos/staging-x86_64/PKGBUILD
(from rev 203250, truecrypt/trunk/PKGBUILD)
  truecrypt/repos/staging-x86_64/truecrypt-arch-detection.patch
(from rev 203250, truecrypt/trunk/truecrypt-arch-detection.patch)
  truecrypt/repos/staging-x86_64/truecrypt.desktop
(from rev 203250, truecrypt/trunk/truecrypt.desktop)

---+
 staging-i686/PKGBUILD |   52 
 staging-i686/truecrypt-arch-detection.patch   |   15 ++
 staging-i686/truecrypt.desktop|9 
 staging-x86_64/PKGBUILD   |   52 
 staging-x86_64/truecrypt-arch-detection.patch |   15 ++
 staging-x86_64/truecrypt.desktop  |9 
 6 files changed, 152 insertions(+)

Copied: truecrypt/repos/staging-i686/PKGBUILD (from rev 203250, 
truecrypt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 19:50:32 UTC (rev 203251)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Paul Mattal paul.archlinux.org
+
+pkgname=truecrypt
+pkgver=7.1a
+pkgrel=2
+epoch=1
+pkgdesc=Free open-source cross-platform disk encryption software
+url=http://www.truecrypt.org/;
+arch=('i686' 'x86_64')
+license=('custom') # TrueCrypt License v2.6
+depends=('fuse=2.8.0' 'wxgtk2.8=2.8.9' 'libsm' 'device-mapper')
+makedepends=('nasm')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
+conflicts=('truecrypt-utils')
+replaces=('truecrypt-utils')
+# N.B. Truecrypt's web-based source download is incompatible with
+# makepkg. Source has been placed on ftp.archlinux.org instead
+source=(ftp://ftp.archlinux.org/other/tc/truecrypt-${pkgver}.tar.gz{,.sig} \
+'ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz' \
+${pkgname}.desktop \
+   ${pkgname}-arch-detection.patch) 
+md5sums=('102d9652681db11c813610882332ae48'
+ '5bca3d15b35d0725ff3317e568062ad8'
+ 'ce6a707b79411e82e8e558aa03e764b0'
+ '183b9bf04a943454d4e216130bcbac01'
+ '00ea70fa8437de877b31b027ac2b4060')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Work around buggy CPU type detection
+  patch -Np1 -i ../${pkgname}-arch-detection.patch
+  
+  # Build
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  make PKCS11_INC=${srcdir}/pkcs-2.20 LFLAGS+=-ldl
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-source
+
+  # Install Binary
+  install -D -m755 Main/${pkgname} ${pkgdir}/usr/bin/${pkgname}
+
+  # Install Desktop file and Icon
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -D -m644 Resources/Icons/TrueCrypt-48x48.xpm 
${pkgdir}/usr/share/pixmaps/truecrypt.xpm
+
+  # Install License
+  install -D -m644 License.txt 
${pkgdir}/usr/share/licenses/${pkgname}/License.txt
+}

Copied: truecrypt/repos/staging-i686/truecrypt-arch-detection.patch (from rev 
203250, truecrypt/trunk/truecrypt-arch-detection.patch)
===
--- staging-i686/truecrypt-arch-detection.patch (rev 0)
+++ staging-i686/truecrypt-arch-detection.patch 2014-01-06 19:50:32 UTC (rev 
203251)
@@ -0,0 +1,15 @@
+diff -urN truecrypt-7.0a-source/Makefile truecrypt-7.0a-source.fixed/Makefile
+--- truecrypt-7.0a-source/Makefile 2010-09-05 10:32:10.0 -0400
 truecrypt-7.0a-source.fixed/Makefile   2011-07-05 21:41:50.296437879 
-0400
+@@ -120,10 +120,7 @@
+ 
+ export CPU_ARCH ?= unknown
+ 
+-ARCH = $(shell uname -p)
+-ifeq $(ARCH) unknown
+-  ARCH = $(shell uname -m)
+-endif
++ARCH = $(shell uname -m)
+ 
+ ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH)))
+   CPU_ARCH = x86

Copied: truecrypt/repos/staging-i686/truecrypt.desktop (from rev 203250, 
truecrypt/trunk/truecrypt.desktop)
===
--- staging-i686/truecrypt.desktop  (rev 0)
+++ staging-i686/truecrypt.desktop  2014-01-06 19:50:32 UTC (rev 203251)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Exec=truecrypt
+Icon=truecrypt
+Comment=On-the-fly encryption
+Terminal=false
+Name=TrueCrypt
+StartupNotify=true
+Categories=System;

Copied: truecrypt/repos/staging-x86_64/PKGBUILD (from rev 203250, 
truecrypt/trunk/PKGBUILD)

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

2014-01-06 Thread Giovanni Scafora
Date: Monday, January 6, 2014 @ 20:45:32
  Author: giovanni
Revision: 103488

upgpkg: python2-pycountry 1.3-1

upstream release

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:30:46 UTC (rev 103487)
+++ PKGBUILD2014-01-06 19:45:32 UTC (rev 103488)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel kTT Salata rockplayer...@gmail.com
 
 pkgname=python2-pycountry
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
-md5sums=('109a22ae4f4526a850ff2392a8de8842')
+md5sums=('da8b6adc076cc0e70fa395a2ddcb057c')
 
 package() {
   cd ${srcdir}/pycountry-${pkgver}



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 21:00:15
  Author: jelle
Revision: 103490

upgpkg: wxcam 1.1-2

wxgtk 3.0.0 rebuild

Modified:
  wxcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:45:36 UTC (rev 103489)
+++ PKGBUILD2014-01-06 20:00:15 UTC (rev 103490)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=wxcam
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=(GPL)
 pkgdesc=Webcam application for linux



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 21:00:29
  Author: jelle
Revision: 103491

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

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

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

Copied: wxcam/repos/community-staging-i686/PKGBUILD (from rev 103490, 
wxcam/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 20:00:29 UTC (rev 103491)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.4.9
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 
'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+ 'a07cba03f6d66a9970e0b3fcc230bddc')
+
+build() {
+cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+
+mv $pkgdir/usr/doc $pkgdir/usr/share/
+}

Copied: wxcam/repos/community-staging-x86_64/PKGBUILD (from rev 103490, 
wxcam/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-06 20:00:29 UTC (rev 103491)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=2
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.4.9
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 
'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+ 'a07cba03f6d66a9970e0b3fcc230bddc')
+
+build() {
+cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir install
+
+mv $pkgdir/usr/doc $pkgdir/usr/share/
+}



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 21:24:54
  Author: jelle
Revision: 103492

upgpkg: springlobby 0.180-2

wxgtk 3.0.0 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 20:00:29 UTC (rev 103491)
+++ PKGBUILD2014-01-06 20:24:54 UTC (rev 103492)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.180
-pkgrel=1
+pkgrel=2
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;



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

2014-01-06 Thread Jelle van der Waa
Date: Monday, January 6, 2014 @ 21:26:03
  Author: jelle
Revision: 103493

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

Added:
  springlobby/repos/community-staging-i686/
  springlobby/repos/community-staging-i686/PKGBUILD
(from rev 103492, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-i686/springlobby.install
(from rev 103492, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-x86_64/
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 103492, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-x86_64/springlobby.install
(from rev 103492, springlobby/trunk/springlobby.install)

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/springlobby.install |   11 
 4 files changed, 88 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 103492, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 20:26:03 UTC (rev 103493)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=2
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
103492, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2014-01-06 20:26:03 UTC (rev 
103493)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 103492, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-06 20:26:03 UTC (rev 103493)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=2
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-x86_64/springlobby.install (from 
rev 103492, springlobby/trunk/springlobby.install)
===
--- community-staging-x86_64/springlobby.install
(rev 0)
+++ community-staging-x86_64/springlobby.install2014-01-06 20:26:03 UTC 
(rev 103493)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 21:32:13
  Author: lcarlier
Revision: 203253

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

Added:
  libzip/repos/testing-i686/
  libzip/repos/testing-i686/PKGBUILD
(from rev 203252, libzip/trunk/PKGBUILD)
  libzip/repos/testing-i686/fix-headers.patch
(from rev 203252, libzip/trunk/fix-headers.patch)
  libzip/repos/testing-x86_64/
  libzip/repos/testing-x86_64/PKGBUILD
(from rev 203252, libzip/trunk/PKGBUILD)
  libzip/repos/testing-x86_64/fix-headers.patch
(from rev 203252, libzip/trunk/fix-headers.patch)

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/fix-headers.patch   |   15 +++
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/fix-headers.patch |   15 +++
 4 files changed, 92 insertions(+)

Copied: libzip/repos/testing-i686/PKGBUILD (from rev 203252, 
libzip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-06 20:32:13 UTC (rev 203253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libzip
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=A C library for reading, creating, and modifying zip archives
+url=http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=(http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('44c99b67dca34707b5728e5f8434fe91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h ${pkgdir}/usr/include/zipconf.h
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libzip/repos/testing-i686/fix-headers.patch (from rev 203252, 
libzip/trunk/fix-headers.patch)
===
--- testing-i686/fix-headers.patch  (rev 0)
+++ testing-i686/fix-headers.patch  2014-01-06 20:32:13 UTC (rev 203253)
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
 libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ 
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++  zip.h \
++  zipconf.h
+ 
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 2:0

Copied: libzip/repos/testing-x86_64/PKGBUILD (from rev 203252, 
libzip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-06 20:32:13 UTC (rev 203253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libzip
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=A C library for reading, creating, and modifying zip archives
+url=http://www.nih.at/libzip/index.html;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('zlib')
+source=(http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('44c99b67dca34707b5728e5f8434fe91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h ${pkgdir}/usr/include/zipconf.h
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libzip/repos/testing-x86_64/fix-headers.patch (from rev 203252, 
libzip/trunk/fix-headers.patch)
===
--- testing-x86_64/fix-headers.patch(rev 0)
+++ testing-x86_64/fix-headers.patch2014-01-06 20:32:13 UTC (rev 203253)
@@ -0,0 +1,15 @@
+diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am
+--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100
 libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100
+@@ -2,8 +2,9 @@
+ 
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-libinclude_HEADERS = zipconf.h
++include_HEADERS = \
++  zip.h \
++  zipconf.h
+ 
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS=-no-undefined -version-info 2:0



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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 21:32:04
  Author: lcarlier
Revision: 203252

upgpkg: libzip 0.11.2-1

upstream update 0.11.2

Modified:
  libzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 19:50:32 UTC (rev 203251)
+++ PKGBUILD2014-01-06 20:32:04 UTC (rev 203252)
@@ -24,5 +24,8 @@
   cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
+
+  # preserve old header path for compatibility
+  ln -s /usr/lib/libzip/include/zipconf.h ${pkgdir}/usr/include/zipconf.h
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in openssl/trunk (8 files)

2014-01-06 Thread Pierre Schmitz
Date: Monday, January 6, 2014 @ 21:34:00
  Author: pierre
Revision: 203254

upgpkg: openssl 1.0.1.f-1

Added:
  openssl/trunk/openssl-1.0.1f-perl-5.18.patch
Modified:
  openssl/trunk/PKGBUILD
Deleted:
  openssl/trunk/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
  openssl/trunk/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch
  
openssl/trunk/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch
  openssl/trunk/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch
  
openssl/trunk/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
  openssl/trunk/openssl-1.0.1e-fix_pod_syntax-1.patch

--+
 PKGBUILD |   
33 
 openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch|   
31 
 openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch   |   
77 -
 openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch|   
78 -
 openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch  |   
30 
 openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch |   
32 
 openssl-1.0.1e-fix_pod_syntax-1.patch|  
393 --
 openssl-1.0.1f-perl-5.18.patch   |  
356 +
 8 files changed, 362 insertions(+), 668 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 20:32:13 UTC (rev 203253)
+++ PKGBUILD2014-01-06 20:34:00 UTC (rev 203254)
@@ -2,11 +2,11 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=openssl
-_ver=1.0.1e
+_ver=1.0.1f
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=6
+pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -19,22 +19,12 @@
 https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
 'no-rpath.patch'
 'ca-dir.patch'
-'openssl-1.0.1e-fix_pod_syntax-1.patch'
-'openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch'
-
'openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch'
-'openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch'
-'openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch'
-'openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch')
-md5sums=('66bf6f10f060d561929de96f9dfe5b8c'
+'openssl-1.0.1f-perl-5.18.patch')
+md5sums=('f26b09c028a0541cab33da697d522b25'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90'
- '88d3bef4bbdc640b0412315d8d347bdf'
- 'ae7848bb152b8834ceff30c8c480d422'
- 'c5cc62a47cef72f4e5ad119a88e97ae4'
- '3f674c14f07d9c7efd64c58e966eda83'
- '756362dfdd40cee380d3158022415fc4'
- 'fc0c0466ea2f4f8446d16050a9639dee')
+ 'ea2a61c8bd43788d81d98f1ac36c98ac')
 
 prepare() {
cd $srcdir/$pkgname-$_ver
@@ -44,18 +34,7 @@
# set ca dir to /etc/ssl by default
patch -p0 -i $srcdir/ca-dir.patch
 
-   patch -p1 -i $srcdir/openssl-1.0.1e-fix_pod_syntax-1.patch
-   # OpenSSL 1.0.0k, 1.0.1.d, 1.0.1e fail handshake with DTLS1_BAD_VER
-   # http://rt.openssl.org/Ticket/Display.html?id=2984
-   patch -p1 -i 
$srcdir/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
-   # Communication problems with 1.0.1e
-   # http://rt.openssl.org/Ticket/Display.html?id=3002
-   patch -p1 -i 
$srcdir/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
-   # CVE-2013-6449; FS#38357
-   patch -p1 -i 
$srcdir/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch
-   patch -p1 -i 
$srcdir/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch
-   # CVE-2013-6450
-   patch -p1 -i 
$srcdir/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch
+   patch -p1 -i $srcdir/openssl-1.0.1f-perl-5.18.patch
 }
 
 build() {

Deleted: openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
===
--- openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   2014-01-06 
20:32:13 UTC (rev 203253)
+++ openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   2014-01-06 
20:34:00 UTC (rev 203254)
@@ -1,31 +0,0 @@
-From 9fe4603b8245425a4c46986ed000fca054231253 Mon Sep 17 00:00:00 2001
-From: David Woodhouse dw...@infradead.org
-Date: Tue, 12 Feb 2013 14:55:32 +
-Subject: Check DTLS_BAD_VER for version number.
-
-The version check for DTLS1_VERSION was redundant as
-DTLS1_VERSION  TLS1_1_VERSION, however we do need to
-check for DTLS1_BAD_VER for compatibility.
-
-PR:2984
-(cherry picked from commit 

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

2014-01-06 Thread Pierre Schmitz
Date: Monday, January 6, 2014 @ 21:34:16
  Author: pierre
Revision: 203255

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

Added:
  openssl/repos/testing-i686/PKGBUILD
(from rev 203254, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 203254, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 203254, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-i686/openssl-1.0.1f-perl-5.18.patch
(from rev 203254, openssl/trunk/openssl-1.0.1f-perl-5.18.patch)
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 203254, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 203254, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 203254, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/openssl-1.0.1f-perl-5.18.patch
(from rev 203254, openssl/trunk/openssl-1.0.1f-perl-5.18.patch)
Deleted:
  openssl/repos/testing-i686/PKGBUILD
  openssl/repos/testing-i686/ca-dir.patch
  openssl/repos/testing-i686/no-rpath.patch
  
openssl/repos/testing-i686/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
  
openssl/repos/testing-i686/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch
  
openssl/repos/testing-i686/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch
  
openssl/repos/testing-i686/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch
  
openssl/repos/testing-i686/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
  openssl/repos/testing-i686/openssl-1.0.1e-fix_pod_syntax-1.patch
  openssl/repos/testing-x86_64/PKGBUILD
  openssl/repos/testing-x86_64/ca-dir.patch
  openssl/repos/testing-x86_64/no-rpath.patch
  
openssl/repos/testing-x86_64/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
  
openssl/repos/testing-x86_64/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch
  
openssl/repos/testing-x86_64/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch
  
openssl/repos/testing-x86_64/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch
  
openssl/repos/testing-x86_64/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
  openssl/repos/testing-x86_64/openssl-1.0.1e-fix_pod_syntax-1.patch

-+
 /PKGBUILD  
 |  148 +++
 /ca-dir.patch  
 |   66 +
 /no-rpath.patch
 |   22 
 testing-i686/PKGBUILD  
 |   95 --
 testing-i686/ca-dir.patch  
 |   33 
 testing-i686/no-rpath.patch
 |   11 
 testing-i686/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch 
 |   31 
 testing-i686/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch
 |   77 -
 testing-i686/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch 
 |   78 -
 testing-i686/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch   
 |   30 
 
testing-i686/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
   |   32 
 testing-i686/openssl-1.0.1e-fix_pod_syntax-1.patch 
 |  393 --
 testing-i686/openssl-1.0.1f-perl-5.18.patch
 |  356 +
 testing-x86_64/PKGBUILD
 |   95 --
 testing-x86_64/ca-dir.patch
 |   33 
 testing-x86_64/no-rpath.patch  
 |   11 
 testing-x86_64/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   
 |   31 
 testing-x86_64/openssl-1.0.1-Check-EVP-errors-for-handshake-digests.patch  
 |   77 -
 
testing-x86_64/openssl-1.0.1-Fix-DTLS-retransmission-from-previous-session.patch
|   78 -
 testing-x86_64/openssl-1.0.1-Use-version-in-SSL_METHOD-not-SSL-structure.patch 
 |   30 
 
testing-x86_64/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
 |   32 
 testing-x86_64/openssl-1.0.1e-fix_pod_syntax-1.patch   
 |  393 --
 testing-x86_64/openssl-1.0.1f-perl-5.18.patch  
 |  356 +
 23 files changed, 948 insertions(+), 1560 deletions(-)

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


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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 21:58:20
  Author: bpiotrowski
Revision: 103494

upgpkg: xchm 1.23-2

rebuild against wxgtk 3.0.0

Modified:
  xchm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 20:26:03 UTC (rev 103493)
+++ PKGBUILD2014-01-06 20:58:20 UTC (rev 103494)
@@ -3,12 +3,12 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc=A cross-platform GUI front-end to chmlib
 arch=('i686' 'x86_64')
 url=http://xchm.sourceforge.net/;
 license=('GPL')
-depends=('chmlib' 'wxgtk' 'desktop-file-utils')
+depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
 install=xchm.install
 
source=(http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz;
 'xchm.desktop'
@@ -21,7 +21,8 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
-  ./configure --prefix=/usr
+  #export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr --with-wx-config=wx-config-2.8
   make
 }
 



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 21:58:29
  Author: bpiotrowski
Revision: 103495

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

Added:
  xchm/repos/community-staging-i686/
  xchm/repos/community-staging-i686/PKGBUILD
(from rev 103494, xchm/trunk/PKGBUILD)
  xchm/repos/community-staging-i686/xchm.desktop
(from rev 103494, xchm/trunk/xchm.desktop)
  xchm/repos/community-staging-i686/xchm.install
(from rev 103494, xchm/trunk/xchm.install)
  xchm/repos/community-staging-i686/xchm.xml
(from rev 103494, xchm/trunk/xchm.xml)
  xchm/repos/community-staging-x86_64/
  xchm/repos/community-staging-x86_64/PKGBUILD
(from rev 103494, xchm/trunk/PKGBUILD)
  xchm/repos/community-staging-x86_64/xchm.desktop
(from rev 103494, xchm/trunk/xchm.desktop)
  xchm/repos/community-staging-x86_64/xchm.install
(from rev 103494, xchm/trunk/xchm.install)
  xchm/repos/community-staging-x86_64/xchm.xml
(from rev 103494, xchm/trunk/xchm.xml)

---+
 community-staging-i686/PKGBUILD   |   35 
 community-staging-i686/xchm.desktop   |   10 +
 community-staging-i686/xchm.install   |   15 +
 community-staging-x86_64/PKGBUILD |   35 
 community-staging-x86_64/xchm.desktop |   10 +
 community-staging-x86_64/xchm.install |   15 +
 6 files changed, 120 insertions(+)

Copied: xchm/repos/community-staging-i686/PKGBUILD (from rev 103494, 
xchm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 20:58:29 UTC (rev 103495)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=xchm
+pkgver=1.23
+pkgrel=2
+pkgdesc=A cross-platform GUI front-end to chmlib
+arch=('i686' 'x86_64')
+url=http://xchm.sourceforge.net/;
+license=('GPL')
+depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
+install=xchm.install
+source=(http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz;
+'xchm.desktop'
+'xchm.xml')
+md5sums=('486d029bd81071a2d04e7181909b1602'
+ '31fb9692b9ee9f2a205f58b9ff4bc4fe'
+ '4102b0a393f5c60236143cc034664dd0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
+  #export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr --with-wx-config=wx-config-2.8
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/xchm.desktop 
${pkgdir}/usr/share/applications/xchm.desktop
+  install -D -m644 ${srcdir}/xchm.xml 
${pkgdir}/usr/share/mime/packages/xchm.xml
+}

Copied: xchm/repos/community-staging-i686/xchm.desktop (from rev 103494, 
xchm/trunk/xchm.desktop)
===
--- community-staging-i686/xchm.desktop (rev 0)
+++ community-staging-i686/xchm.desktop 2014-01-06 20:58:29 UTC (rev 103495)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Xchm
+Comment=Views CHM files
+Exec=xchm %f
+Terminal=false
+Type=Application
+Icon=xchm-48
+Categories=Viewer;Utility;
+MimeType=application/x-chm;
+StartupNotify=true

Copied: xchm/repos/community-staging-i686/xchm.install (from rev 103494, 
xchm/trunk/xchm.install)
===
--- community-staging-i686/xchm.install (rev 0)
+++ community-staging-i686/xchm.install 2014-01-06 20:58:29 UTC (rev 103495)
@@ -0,0 +1,15 @@
+post_install() {
+  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}

Copied: xchm/repos/community-staging-i686/xchm.xml (from rev 103494, 
xchm/trunk/xchm.xml)
===
(Binary files differ)

Copied: xchm/repos/community-staging-x86_64/PKGBUILD (from rev 103494, 
xchm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-06 20:58:29 UTC (rev 103495)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=xchm
+pkgver=1.23
+pkgrel=2
+pkgdesc=A cross-platform GUI front-end to chmlib
+arch=('i686' 'x86_64')
+url=http://xchm.sourceforge.net/;
+license=('GPL')
+depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
+install=xchm.install
+source=(http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz;
+'xchm.desktop'
+

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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:06:24
  Author: bgyorgy
Revision: 103497

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

Added:
  gnome-do/repos/community-i686/PKGBUILD
(from rev 103496, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 103496, gnome-do/trunk/gnome-do.install)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 103496, gnome-do/trunk/PKGBUILD)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 103496, gnome-do/trunk/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/gio-gnomedesktop.patch
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/gio-gnomedesktop.patch
  gnome-do/repos/community-x86_64/gnome-do.install

-+
 /PKGBUILD   |   60 +++
 /gnome-do.install   |   44 +
 community-i686/PKGBUILD |   38 
 community-i686/gio-gnomedesktop.patch   |  252 --
 community-i686/gnome-do.install |   22 --
 community-x86_64/PKGBUILD   |   38 
 community-x86_64/gio-gnomedesktop.patch |  252 --
 community-x86_64/gnome-do.install   |   22 --
 8 files changed, 104 insertions(+), 624 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 21:06:16 UTC (rev 103496)
+++ community-i686/PKGBUILD 2014-01-06 21:06:24 UTC (rev 103497)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.9
-pkgrel=2
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=http://do.davebsd.com/;
-license=('GPL3')
-depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gio-gnomedesktop.patch)
-md5sums=('d360e56953915d9585c0ee71f433129c'
- 'e9ac5e4510c1475d61a20c5d94594d98')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://code.launchpad.net/~ballogy/do/gio-gnomedesktop-port/+merge/95842
-  patch -Np1 -i $srcdir/gio-gnomedesktop.patch
-
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-do/repos/community-i686/PKGBUILD (from rev 103496, 
gnome-do/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 21:06:24 UTC (rev 103497)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do
+pkgver=0.95
+pkgrel=1
+pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
+arch=('i686' 'x86_64')
+url=https://launchpad.net/do;
+license=('GPL3')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gio-sharp')
+install=$pkgname.install
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('60309cd42dcdfc25e215346b3346095f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gio-gnomedesktop.patch
===
--- community-i686/gio-gnomedesktop.patch   2014-01-06 21:06:16 UTC (rev 
103496)
+++ community-i686/gio-gnomedesktop.patch   2014-01-06 21:06:24 UTC (rev 
103497)
@@ -1,252 +0,0 @@
-diff -Naur gnome-do-0.9.orig/configure.ac gnome-do-0.9/configure.ac
 gnome-do-0.9.orig/configure.ac 2012-03-04 08:46:12.0 +0100
-+++ gnome-do-0.9/configure.ac  2012-06-24 19:31:49.150955445 +0200
-@@ -60,17 +60,29 @@
- PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
- PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0])
- PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
-+
-+dnl gio-sharp is an unstable 

[arch-commits] Commit in gnome-do/trunk (PKGBUILD gio-gnomedesktop.patch)

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:06:16
  Author: bgyorgy
Revision: 103496

upgpkg: gnome-do 0.95-1

Update to version 0.95

Modified:
  gnome-do/trunk/PKGBUILD
Deleted:
  gnome-do/trunk/gio-gnomedesktop.patch

+
 PKGBUILD   |   23 +---
 gio-gnomedesktop.patch |  252 ---
 2 files changed, 6 insertions(+), 269 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 20:58:29 UTC (rev 103495)
+++ PKGBUILD2014-01-06 21:06:16 UTC (rev 103496)
@@ -4,31 +4,20 @@
 # Contributor: Doehni do...@gmx.de
 
 pkgname=gnome-do
-pkgver=0.9
-pkgrel=2
+pkgver=0.95
+pkgrel=1
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
 url=https://launchpad.net/do;
 license=('GPL3')
-depends=('gconf-sharp' 'libgnome-desktop-sharp' 'gnome-keyring-sharp' 
'mono-addins' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'libgnome-sharp' 'gio-sharp')
+depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-gio-gnomedesktop.patch)
-md5sums=('d360e56953915d9585c0ee71f433129c'
- 'e9ac5e4510c1475d61a20c5d94594d98')
+source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('60309cd42dcdfc25e215346b3346095f')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Remove gnome-sharp dependency
-  # https://code.launchpad.net/~ballogy/do/gio-gnomedesktop-port/+merge/95842
-  patch -Np1 -i $srcdir/gio-gnomedesktop.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas

Deleted: gio-gnomedesktop.patch
===
--- gio-gnomedesktop.patch  2014-01-06 20:58:29 UTC (rev 103495)
+++ gio-gnomedesktop.patch  2014-01-06 21:06:16 UTC (rev 103496)
@@ -1,252 +0,0 @@
-diff -Naur gnome-do-0.9.orig/configure.ac gnome-do-0.9/configure.ac
 gnome-do-0.9.orig/configure.ac 2012-03-04 08:46:12.0 +0100
-+++ gnome-do-0.9/configure.ac  2012-06-24 19:31:49.150955445 +0200
-@@ -60,17 +60,29 @@
- PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
- PKG_CHECK_MODULES([GLADE_SHARP_20], [glade-sharp-2.0])
- PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
-+
-+dnl gio-sharp is an unstable api library
-+PKG_CHECK_MODULES([GIO_SHARP], [gio-sharp-2.0])
-+files=`$PKG_CONFIG --variable=Libraries gio-sharp-2.0`
-+for file in $files; do
-+  GIO_SHARP_SOURCE_ASSEMBLIES=$GIO_SHARP_SOURCE_ASSEMBLIES $file
-+  GIO_SHARP_ASSEMBLIES=$GIO_SHARP_ASSEMBLIES 
$top_srcdir/build/$(basename $file)
-+  [[ -r $file.config ]]  
GIO_SHARP_SOURCE_ASSEMBLIES=$GIO_SHARP_SOURCE_ASSEMBLIES $file.config
-+  [[ -r $file.config ]]  GIO_SHARP_ASSEMBLIES=$GIO_SHARP_ASSEMBLIES 
$top_srcdir/build/$(basename $file).config
-+
-+  GIO_SHARP_LIBS=$GIO_SHARP_LIBS -r:$top_srcdir/build/$(basename $file)
-+done
-+AC_SUBST([GIO_SHARP_SOURCE_ASSEMBLIES])
-+AC_SUBST([GIO_SHARP_ASSEMBLIES])
-+AC_SUBST([GIO_SHARP_LIBS])
-+
- PKG_CHECK_MODULES([GNOME_DESKTOP_SHARP_20], [gnome-desktop-sharp-2.0])
- PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp-1.0])
--PKG_CHECK_MODULES([GNOME_SHARP_20], [gnome-sharp-2.0])
--PKG_CHECK_MODULES([GNOME_VFS_SHARP_20], [gnome-vfs-sharp-2.0])
- PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0])
--PKG_CHECK_MODULES([LIBRSVG_SHARP], [rsvg2-sharp-2.0])
- PKG_CHECK_MODULES([MONO_ADDINS], [mono-addins])
- PKG_CHECK_MODULES([MONO_ADDINS_GUI], [mono-addins-gui])
- PKG_CHECK_MODULES([MONO_ADDINS_SETUP], [mono-addins-setup])
- PKG_CHECK_MODULES([NOTIFY_SHARP], [notify-sharp])
--PKG_CHECK_MODULES([WNCK_SHARP_10], [wnck-sharp-1.0])
- 
- 
- AC_SUBST([GCONF_SHARP_20_LIBS])
-@@ -78,10 +90,7 @@
- AC_SUBST([GLIB_SHARP_20_LIBS])
- AC_SUBST([GNOME_DESKTOP_SHARP_20_LIBS])
- AC_SUBST([GNOME_KEYRING_SHARP_LIBS])
--AC_SUBST([GNOME_SHARP_20_LIBS])
--AC_SUBST([GNOME_VFS_SHARP_20_LIBS])
- AC_SUBST([GTK_SHARP_20_LIBS])
--AC_SUBST([LIBRSVG_SHARP_LIBS])
- AC_SUBST([MONO_ADDINS_LIBS])
- AC_SUBST([MONO_ADDINS_GUI_LIBS])
- AC_SUBST([MONO_ADDINS_SETUP_LIBS])
-diff -Naur gnome-do-0.9.orig/Do.Platform.Linux/Do.Platform.Linux.dll.config.in 
gnome-do-0.9/Do.Platform.Linux/Do.Platform.Linux.dll.config.in
 gnome-do-0.9.orig/Do.Platform.Linux/Do.Platform.Linux.dll.config.in
2012-01-14 14:49:58.0 +0100
-+++ gnome-do-0.9/Do.Platform.Linux/Do.Platform.Linux.dll.config.in 
2012-06-24 19:31:49.124289904 +0200
-@@ -1,3 +1,4 @@
- configuration
-   dllmap dll=libdo 

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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:11:12
  Author: bgyorgy
Revision: 103499

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
(from rev 103498, cherrytree/trunk/PKGBUILD)
  cherrytree/repos/community-any/cherrytree.install
(from rev 103498, cherrytree/trunk/cherrytree.install)
Deleted:
  cherrytree/repos/community-any/PKGBUILD
  cherrytree/repos/community-any/cherrytree.install

+
 PKGBUILD   |   58 +--
 cherrytree.install |   28 
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 21:11:07 UTC (rev 103498)
+++ PKGBUILD2014-01-06 21:11:12 UTC (rev 103499)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.31.5
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a614f943f30265b7476b842df1722e53708934e62148cf9b0338ef7dca4fb0b5')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 103498, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 21:11:12 UTC (rev 103499)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('52bf1eebe545bd23ee1f92dc0fe47431e289c1038f5959593fcc6ff52c409a63')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-01-06 21:11:07 UTC (rev 103498)
+++ cherrytree.install  2014-01-06 21:11:12 UTC (rev 103499)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 103498, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-01-06 21:11:12 UTC (rev 103499)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:11:07
  Author: bgyorgy
Revision: 103498

upgpkg: cherrytree 0.32.0-1

Update to version 0.32.0

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:06:24 UTC (rev 103497)
+++ PKGBUILD2014-01-06 21:11:07 UTC (rev 103498)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.31.5
+pkgver=0.32.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('a614f943f30265b7476b842df1722e53708934e62148cf9b0338ef7dca4fb0b5')
+sha256sums=('52bf1eebe545bd23ee1f92dc0fe47431e289c1038f5959593fcc6ff52c409a63')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-06 Thread Andreas Radke
Date: Monday, January 6, 2014 @ 22:16:39
  Author: andyrtr
Revision: 203257

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

Added:
  x2goserver/repos/testing-i686/
  x2goserver/repos/testing-i686/PKGBUILD
(from rev 203256, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/testing-i686/x2goserver.install
(from rev 203256, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/testing-x86_64/
  x2goserver/repos/testing-x86_64/PKGBUILD
(from rev 203256, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/testing-x86_64/x2goserver.install
(from rev 203256, x2goserver/trunk/x2goserver.install)

---+
 testing-i686/PKGBUILD |  102 
 testing-i686/x2goserver.install   |   69 
 testing-x86_64/PKGBUILD   |  102 
 testing-x86_64/x2goserver.install |   69 
 4 files changed, 342 insertions(+)

Copied: x2goserver/repos/testing-i686/PKGBUILD (from rev 203256, 
x2goserver/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-06 21:16:39 UTC (rev 203257)
@@ -0,0 +1,102 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Markus Opitz mastero23 at gmail dot com
+# Contributor: Milan Knížek kni...@volny.cz
+
+pkgname=x2goserver
+pkgver=4.0.1.11
+pkgrel=1
+pkgdesc=Open source terminal server
+arch=('i686' 'x86_64')
+url=http://www.x2go.org/;
+license=('GPL2')
+# see x2goserver.spec
+depends=(#'perl-config-simple' 'perl-file-basedir'
+ #'python' 'xorg-xauth' 
+
+ # For x2goruncommand - for now
+ 'bc'
+ # For netstat in x2goresume-session
+ 'net-tools'
+ 'openssh'
+ 'perl-file-readbackwards'
+ # We need a database
+ 'perl-dbd-sqlite' 
+ # For killall in x2gosuspend-session
+ 'psmisc'
+ # For x2goshowblocks
+ 'lsof'
+ # For x2godbadmin
+'pwgen' # in community
+ # For printing, file-sharing
+ 'sshfs'
+ # For /etc/sudoers.d
+ 'sudo'
+ 'x2go-agent'
+ # For /etc/X11/Xresources
+ 'xorg-xinit'
+ 'xorg-fonts-misc'
+ 'shadow'
+ 
+ # for post install actions
+ 'desktop-file-utils'
+ 'shared-mime-info'
+
+ #x2goserver-extensions
+ #x2goserver-xsession
+ #x2goserver-fmbindings
+ #x2goserver-printing
+)
+makedepends=('man2html' 'perl-extutils-makemaker' 'systemd')
+#optdepends=('cups-x2go: printing support')
+options=('emptydirs')
+install=x2goserver.install
+backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('11f130f712d1d5910bb479b5eb599105')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # -r option does not exist in Arch linux
+  # (However, html man pages do not get installed anyway...)
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN)  @g' $Makefile
+sed -i 's@ \$(MAN2HTML_SRC)/@  \$(MAN2HTML_SRC)/@g' $Makefile
+  done
+
+  # fix some Makefile permission options
+  for Makefile in $(find . -type f -name Makefile); do
+sed -i s:-o root -g root ::g $Makefile
+  done
+  # Do not ship xsession - Debian specific
+  sed -i -e '/xsession/s/^/#/' Makefile
+  
+  make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir PERL_INSTALLDIRS=vendor
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir install
+
+  # systemd service file 
+  install -Dm 644 $srcdir/${pkgname}-${pkgver}/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
+  
+  # X2go homedir + printing spool dir
+  install -dm 770 $pkgdir/var/lib/x2go
+  install -dm 770 $pkgdir/var/spool/x2go
+  
+  # load fuse module at system start
+  install -dm755 $pkgdir/usr/lib/modules-load.d
+  echo fuse  $pkgdir/usr/lib/modules-load.d/x2goserver.conf
+
+  install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
+  install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
+
+  # fix permission
+  chmod 750 ${pkgdir}/etc/sudoers.d
+}

Copied: x2goserver/repos/testing-i686/x2goserver.install (from rev 203256, 
x2goserver/trunk/x2goserver.install)
===
--- testing-i686/x2goserver.install (rev 0)
+++ testing-i686/x2goserver.install 2014-01-06 21:16:39 UTC (rev 203257)
@@ -0,0 +1,69 @@
+pre_install() {
+  cat  'EOM'
+  == Use the following command to setup 

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

2014-01-06 Thread Andreas Radke
Date: Monday, January 6, 2014 @ 22:16:27
  Author: andyrtr
Revision: 203256

upgpkg: x2goserver 4.0.1.11-1

upstream update 4.0.1.11; use upstream service file; drop mimetype patch that 
went upstream and remove Debian specific Xsession files

Modified:
  x2goserver/trunk/PKGBUILD
Deleted:
  x2goserver/trunk/x2goserver-mimetype.patch
  x2goserver/trunk/x2goserver.service

---+
 PKGBUILD  |   19 ++-
 x2goserver-mimetype.patch |   14 --
 x2goserver.service|   10 --
 3 files changed, 6 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 20:34:16 UTC (rev 203255)
+++ PKGBUILD2014-01-06 21:16:27 UTC (rev 203256)
@@ -7,7 +7,7 @@
 # Contributor: Milan Knížek kni...@volny.cz
 
 pkgname=x2goserver
-pkgver=4.0.1.10
+pkgver=4.0.1.11
 pkgrel=1
 pkgdesc=Open source terminal server
 arch=('i686' 'x86_64')
@@ -55,19 +55,12 @@
 options=('emptydirs')
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
-x2goserver.service
-x2goserver-mimetype.patch)
-md5sums=('d6cd2f7f11e96097d8d0454a89accc4e'
- 'f76081c01e40b6206895d194dc949707'
- '2cfac1cd78080a3a1f20c29b2d10a338')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('11f130f712d1d5910bb479b5eb599105')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # fix x2gofm.desktop mimetype
-  patch -Np1 -i ${srcdir}/x2goserver-mimetype.patch
-
   # -r option does not exist in Arch linux
   # (However, html man pages do not get installed anyway...)
   for Makefile in $(find . -type f -name Makefile); do
@@ -80,7 +73,7 @@
 sed -i s:-o root -g root ::g $Makefile
   done
   # Do not ship xsession - Debian specific
-#  sed -i -e '/xsession/s/^/#/' Makefile
+  sed -i -e '/xsession/s/^/#/' Makefile
   
   make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir PERL_INSTALLDIRS=vendor
 }
@@ -89,8 +82,8 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make -j1 PREFIX=/usr SBINDIR=/usr/bin DESTDIR=$pkgdir install
 
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
+  # systemd service file 
+  install -Dm 644 $srcdir/${pkgname}-${pkgver}/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
   
   # X2go homedir + printing spool dir
   install -dm 770 $pkgdir/var/lib/x2go

Deleted: x2goserver-mimetype.patch
===
--- x2goserver-mimetype.patch   2014-01-06 20:34:16 UTC (rev 203255)
+++ x2goserver-mimetype.patch   2014-01-06 21:16:27 UTC (rev 203256)
@@ -1,14 +0,0 @@
-diff -up 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype
 
-x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop
 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop.mimetype
   2014-01-03 10:27:31.167601207 -0700
-+++ 
x2goserver-4.0.1.10/x2goserver-fmbindings/share/applications/x2gofm.desktop 
   2014-01-03 10:28:15.184321072 -0700
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Encoding=UTF-8
- Name=x2gofm
--MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go
-+MimeType=application/sshfsdisk-x2go;application/sshfscdrom-x2go;application/sshfsremovable-x2go;
- Exec=x2gofm %f
- Type=Application
- Terminal=false
-

Deleted: x2goserver.service
===
--- x2goserver.service  2014-01-06 20:34:16 UTC (rev 203255)
+++ x2goserver.service  2014-01-06 21:16:27 UTC (rev 203256)
@@ -1,10 +0,0 @@
-[Unit]
-Description=x2go - remote desktop server
-After=syslog.target network.target
-
-[Service]
-ExecStart=/usr/bin/x2gocleansessions
-PIDFile=/run/x2goserver.pid
-
-[Install]
-WantedBy=multi-user.target



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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:19:00
  Author: bgyorgy
Revision: 103500

upgpkg: uget 1.10.4-1

Update to version 1.10.4

Modified:
  uget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:11:12 UTC (rev 103499)
+++ PKGBUILD2014-01-06 21:19:00 UTC (rev 103500)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=uget
-pkgver=1.10.3
-pkgrel=2
+pkgver=1.10.4
+pkgrel=1
 pkgdesc=GTK+ download manager featuring download classification and HTML 
import
 arch=('i686' 'x86_64')
 url=http://ugetdm.com/;
@@ -13,7 +13,7 @@
 optdepends=('aria2: alternative backend')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('d71c927cfcfc3ef9f62cc9cb3ca7bab7')
+md5sums=('58139de0bd043cfeae0f22c239f4bbc5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 22:19:08
  Author: bgyorgy
Revision: 103501

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

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

---+
 /PKGBUILD |   56 
 /uget.install |   22 +++
 community-i686/PKGBUILD   |   30 -
 community-i686/uget.install   |   11 ---
 community-x86_64/PKGBUILD |   30 -
 community-x86_64/uget.install |   11 ---
 6 files changed, 78 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-06 21:19:00 UTC (rev 103500)
+++ community-i686/PKGBUILD 2014-01-06 21:19:08 UTC (rev 103501)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=uget
-pkgver=1.10.3
-pkgrel=2
-pkgdesc=GTK+ download manager featuring download classification and HTML 
import
-arch=('i686' 'x86_64')
-url=http://urlget.sourceforge.net/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('d71c927cfcfc3ef9f62cc9cb3ca7bab7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-appindicator
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: uget/repos/community-i686/PKGBUILD (from rev 103500, 
uget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-06 21:19:08 UTC (rev 103501)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=uget
+pkgver=1.10.4
+pkgrel=1
+pkgdesc=GTK+ download manager featuring download classification and HTML 
import
+arch=('i686' 'x86_64')
+url=http://ugetdm.com/;
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+md5sums=('58139de0bd043cfeae0f22c239f4bbc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/uget.install
===
--- community-i686/uget.install 2014-01-06 21:19:00 UTC (rev 103500)
+++ community-i686/uget.install 2014-01-06 21:19:08 UTC (rev 103501)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: uget/repos/community-i686/uget.install (from rev 103500, 
uget/trunk/uget.install)
===
--- community-i686/uget.install (rev 0)
+++ community-i686/uget.install 2014-01-06 21:19:08 UTC (rev 103501)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-06 21:19:00 UTC (rev 103500)
+++ community-x86_64/PKGBUILD   2014-01-06 21:19:08 UTC (rev 103501)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=uget
-pkgver=1.10.3
-pkgrel=2
-pkgdesc=GTK+ download manager featuring download classification and HTML 
import
-arch=('i686' 'x86_64')
-url=http://urlget.sourceforge.net/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-md5sums=('d71c927cfcfc3ef9f62cc9cb3ca7bab7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure 

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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 22:42:43
  Author: alucryd
Revision: 103502

wxgtk todo: filezilla 3.7.3-2

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:19:08 UTC (rev 103501)
+++ PKGBUILD2014-01-06 21:42:43 UTC (rev 103502)
@@ -4,18 +4,20 @@
 
 pkgname=filezilla
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
 url=http://filezilla-project.org/;
 license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
 install=filezilla.install
 
source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
 
 build() {
   cd ${pkgname}-${pkgver}
-   ./autogen.sh
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
   ./configure \
 --prefix=/usr \
 --disable-manualupdatecheck \



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 22:42:58
  Author: alucryd
Revision: 103503

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

Added:
  filezilla/repos/community-staging-i686/
  filezilla/repos/community-staging-i686/PKGBUILD
(from rev 103502, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
(from rev 103502, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/
  filezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 103502, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
(from rev 103502, filezilla/trunk/filezilla.install)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/filezilla.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/filezilla.install |   11 
 4 files changed, 94 insertions(+)

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103502, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 21:42:58 UTC (rev 103503)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 
103502, filezilla/trunk/filezilla.install)
===
--- community-staging-i686/filezilla.install(rev 0)
+++ community-staging-i686/filezilla.install2014-01-06 21:42:58 UTC (rev 
103503)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: filezilla/repos/community-staging-x86_64/PKGBUILD (from rev 103502, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-06 21:42:58 UTC (rev 103503)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-x86_64/filezilla.install (from rev 
103502, filezilla/trunk/filezilla.install)
===
--- community-staging-x86_64/filezilla.install  (rev 0)
+++ community-staging-x86_64/filezilla.install  2014-01-06 21:42:58 UTC (rev 
103503)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 22:54:10
  Author: alucryd
Revision: 103504

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

Added:
  filezilla/repos/community-staging-i686/PKGBUILD
(from rev 103503, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
(from rev 103503, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 103503, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
(from rev 103503, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-staging-i686/PKGBUILD
  filezilla/repos/community-staging-i686/filezilla.install
  filezilla/repos/community-staging-x86_64/PKGBUILD
  filezilla/repos/community-staging-x86_64/filezilla.install

+
 /PKGBUILD  |   72 +++
 /filezilla.install |   22 
 community-staging-i686/PKGBUILD|   36 -
 community-staging-i686/filezilla.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 -
 community-staging-x86_64/filezilla.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-06 21:42:58 UTC (rev 103503)
+++ community-staging-i686/PKGBUILD 2014-01-06 21:54:10 UTC (rev 103504)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103503, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 21:54:10 UTC (rev 103504)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-staging-i686/filezilla.install
===
--- community-staging-i686/filezilla.install2014-01-06 21:42:58 UTC (rev 
103503)
+++ community-staging-i686/filezilla.install2014-01-06 21:54:10 UTC (rev 
103504)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 
103503, filezilla/trunk/filezilla.install)
===
--- community-staging-i686/filezilla.install(rev 0)
+++ community-staging-i686/filezilla.install2014-01-06 21:54:10 UTC (rev 
103504)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   

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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 23:04:03
  Author: alucryd
Revision: 103505

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

Added:
  filezilla/repos/community-staging-i686/PKGBUILD
(from rev 103504, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
(from rev 103504, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 103504, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
(from rev 103504, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-staging-i686/PKGBUILD
  filezilla/repos/community-staging-i686/filezilla.install
  filezilla/repos/community-staging-x86_64/PKGBUILD
  filezilla/repos/community-staging-x86_64/filezilla.install

+
 /PKGBUILD  |   72 +++
 /filezilla.install |   22 
 community-staging-i686/PKGBUILD|   36 -
 community-staging-i686/filezilla.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 -
 community-staging-x86_64/filezilla.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-06 21:54:10 UTC (rev 103504)
+++ community-staging-i686/PKGBUILD 2014-01-06 22:04:03 UTC (rev 103505)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103504, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 22:04:03 UTC (rev 103505)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-staging-i686/filezilla.install
===
--- community-staging-i686/filezilla.install2014-01-06 21:54:10 UTC (rev 
103504)
+++ community-staging-i686/filezilla.install2014-01-06 22:04:03 UTC (rev 
103505)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 
103504, filezilla/trunk/filezilla.install)
===
--- community-staging-i686/filezilla.install(rev 0)
+++ community-staging-i686/filezilla.install2014-01-06 22:04:03 UTC (rev 
103505)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   

[arch-commits] Commit in xorg-server/trunk (CVE-2013-6424.diff PKGBUILD)

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 23:09:01
  Author: lcarlier
Revision: 203258

upgpkg: xorg-server 1.15.0-4

fix CVE-2013-6424 (FS#38401)

Added:
  xorg-server/trunk/CVE-2013-6424.diff
Modified:
  xorg-server/trunk/PKGBUILD

+
 CVE-2013-6424.diff |   49 +
 PKGBUILD   |   11 ---
 2 files changed, 57 insertions(+), 3 deletions(-)

Added: CVE-2013-6424.diff
===
--- CVE-2013-6424.diff  (rev 0)
+++ CVE-2013-6424.diff  2014-01-06 22:09:01 UTC (rev 203258)
@@ -0,0 +1,49 @@
+From patchwork Wed Oct  2 13:47:54 2013
+Content-Type: text/plain; charset=utf-8
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: exa: only draw valid trapezoids
+From: Maarten Lankhorst maarten.lankho...@canonical.com
+X-Patchwork-Id: 14769
+Message-Id: 524c240a.9010...@canonical.com
+To: X.Org Devel List xorg-de...@lists.freedesktop.org
+Date: Wed, 02 Oct 2013 15:47:54 +0200
+
+Fixes freedesktop.org bug https://bugs.freedesktop.org/show_bug.cgi?id=67484
+
+If t-bottom is close to MIN_INT, removing top can wraparound, so do the check 
properly.
+A similar fix should also be applied to pixman.
+
+Signed-off-by: Maarten Lankhorst maarten.lankho...@canonical.com
+
+---
+
+
+diff --git a/exa/exa_render.c b/exa/exa_render.c
+index 172e2b5..807eeba 100644
+--- a/exa/exa_render.c
 b/exa/exa_render.c
+@@ -1141,7 +1141,8 @@ exaTrapezoids(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
+ 
+ exaPrepareAccess(pPicture-pDrawable, EXA_PREPARE_DEST);
+ for (; ntrap; ntrap--, traps++)
+-(*ps-RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
++if (xTrapezoidValid(traps))
++(*ps-RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
+ exaFinishAccess(pPicture-pDrawable, EXA_PREPARE_DEST);
+ 
+ xRel = bounds.x1 + xSrc - xDst;
+diff --git a/render/picture.h b/render/picture.h
+index c85353a..fcd6401 100644
+--- a/render/picture.h
 b/render/picture.h
+@@ -211,7 +211,7 @@ typedef pixman_fixed_t xFixed;
+ /* whether 't' is a well defined not obviously empty trapezoid */
+ #define xTrapezoidValid(t)  ((t)-left.p1.y != (t)-left.p2.y  \
+(t)-right.p1.y != (t)-right.p2.y  \
+-   (int) ((t)-bottom - (t)-top)  0)
++   ((t)-bottom  (t)-top))
+ 
+ /*
+  * Standard NTSC luminance conversions:
+

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 21:16:39 UTC (rev 203257)
+++ PKGBUILD2014-01-06 22:09:01 UTC (rev 203258)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.15.0
-pkgrel=3 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=4 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -20,13 +20,15 @@
 autoconfig-sis.patch
 xvfb-run
 xvfb-run.1
-10-quirks.conf)
+10-quirks.conf
+CVE-2013-6424.diff)
 sha256sums=('613b2f2e7ee2a06d2f8e862c836dc70d319c52f1537749e027398f40086aabb8'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166')
+'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
+'89948993afd4d9aec6a0bdbaf62f494e9956bb77a0386307d497f340a818ff61')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -35,6 +37,9 @@
 
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ../autoconfig-sis.patch
+
+  # Fix CVE-2013-6424 (FS#38401)
+  patch -Np1 -i ../CVE-2013-6424.diff
 }
 
 build() {



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

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 23:09:12
  Author: alucryd
Revision: 103506

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

Added:
  filezilla/repos/community-staging-i686/PKGBUILD
(from rev 103505, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
(from rev 103505, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 103505, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
(from rev 103505, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-staging-i686/PKGBUILD
  filezilla/repos/community-staging-i686/filezilla.install
  filezilla/repos/community-staging-x86_64/PKGBUILD
  filezilla/repos/community-staging-x86_64/filezilla.install

+
 /PKGBUILD  |   72 +++
 /filezilla.install |   22 
 community-staging-i686/PKGBUILD|   36 -
 community-staging-i686/filezilla.install   |   11 
 community-staging-x86_64/PKGBUILD  |   36 -
 community-staging-x86_64/filezilla.install |   11 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-06 22:04:03 UTC (rev 103505)
+++ community-staging-i686/PKGBUILD 2014-01-06 22:09:12 UTC (rev 103506)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.3
-pkgrel=2
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
-  export WXRC='/usr/bin/wxrc-2.8'
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('df7828739a852ac3adbc1c010303115d')

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 103505, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-06 22:09:12 UTC (rev 103506)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=2
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk2.8' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export WX_CONFIG_PATH='/usr/bin/wx-config-2.8'
+  export WXRC='/usr/bin/wxrc-2.8'
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-staging-i686/filezilla.install
===
--- community-staging-i686/filezilla.install2014-01-06 22:04:03 UTC (rev 
103505)
+++ community-staging-i686/filezilla.install2014-01-06 22:09:12 UTC (rev 
103506)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 
103505, filezilla/trunk/filezilla.install)
===
--- community-staging-i686/filezilla.install(rev 0)
+++ community-staging-i686/filezilla.install2014-01-06 22:09:12 UTC (rev 
103506)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   

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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 23:09:23
  Author: lcarlier
Revision: 203259

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

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 203258, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/CVE-2013-6424.diff
(from rev 203258, xorg-server/trunk/CVE-2013-6424.diff)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 203258, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 203258, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 203258, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 203258, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 203258, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 203258, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/CVE-2013-6424.diff
(from rev 203258, xorg-server/trunk/CVE-2013-6424.diff)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 203258, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 203258, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 203258, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 203258, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 203258, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 /10-quirks.conf|   20 +
 /PKGBUILD  |  422 +++
 /autoconfig-nvidia.patch   |   56 +++
 /autoconfig-sis.patch  |   42 ++
 /xvfb-run  |  360 +++
 /xvfb-run.1|  564 +++
 testing-i686/10-quirks.conf|   10 
 testing-i686/CVE-2013-6424.diff|   49 ++
 testing-i686/PKGBUILD  |  206 ---
 testing-i686/autoconfig-nvidia.patch   |   28 -
 testing-i686/autoconfig-sis.patch  |   21 -
 testing-i686/xvfb-run  |  180 -
 testing-i686/xvfb-run.1|  282 ---
 testing-x86_64/10-quirks.conf  |   10 
 testing-x86_64/CVE-2013-6424.diff  |   49 ++
 testing-x86_64/PKGBUILD|  206 ---
 testing-x86_64/autoconfig-nvidia.patch |   28 -
 testing-x86_64/autoconfig-sis.patch|   21 -
 testing-x86_64/xvfb-run|  180 -
 testing-x86_64/xvfb-run.1  |  282 ---
 20 files changed, 1562 insertions(+), 1454 deletions(-)

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


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

2014-01-06 Thread Evangelos Foutras
Date: Monday, January 6, 2014 @ 23:12:15
  Author: foutrelis
Revision: 203260

upgpkg: llvm 3.4-1

- New upstream release
- New split package: clang-tools-extra
- Include Python bindings to libclang (FS#32707)

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 22:09:23 UTC (rev 203259)
+++ PKGBUILD2014-01-06 22:12:15 UTC (rev 203260)
@@ -9,8 +9,9 @@
 # Contributor: Roberto Alsina rals...@kde.org
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer')
-pkgver=3.3
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
+ 'clang-tools-extra')
+pkgver=3.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
@@ -18,40 +19,41 @@
 makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx')
 options=('staticlibs')
 source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/clang-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.gz
 http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.gz
 clang-3.3-use-gold-linker.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('68766b1e70d05a25e2f502e997a3cb3937187a3296595cf6e0977d5cd6727578'
-'b1b55de4ab3a57d3e0331a83e0284610191c77d924e3446498d9113d08dfb996'
-'0e2f3180d6316e6c43f064fdd406c5c6515e682c5f31c57c28335b68c7525423'
+sha256sums=('25a5612d692c48481b9b397e2b55f4870e447966d66c96d655241702d44a2628'
+'22a9780db3b85a7f2eb9ea1f7f6e00da0249e3d12851e8dea0f62f1783242b1b'
+'ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4'
+'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
 '8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
 
 prepare() {
-  cd $srcdir/llvm-$pkgver.src
+  cd $srcdir/llvm-$pkgver
 
   # At the present, clang must reside inside the LLVM source code tree to build
   # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv $srcdir/cfe-$pkgver.src tools/clang
+  mv $srcdir/clang-$pkgver tools/clang
 
-  mv $srcdir/compiler-rt-$pkgver.src projects/compiler-rt
+  mv $srcdir/clang-tools-extra-$pkgver tools/clang/tools/extra
 
+  mv $srcdir/compiler-rt-$pkgver projects/compiler-rt
+
   # Fix docs installation directory
   sed -i 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
 Makefile.config.in
 
-  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
-  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
-
   # Make -flto work; use ld.gold instead of the default linker
   patch -d tools/clang -Np1 -i $srcdir/clang-3.3-use-gold-linker.patch
 }
 
 build() {
-  cd $srcdir/llvm-$pkgver.src
+  cd $srcdir/llvm-$pkgver
 
   # Apply strip option to configure
   _optimized_switch=enable
@@ -68,7 +70,6 @@
 --enable-shared \
 --enable-libffi \
 --enable-targets=all \
---enable-experimental-targets=R600 \
 --disable-expensive-checks \
 --disable-debug-runtime \
 --disable-assertions \
@@ -86,7 +87,7 @@
   pkgdesc=Low Level Virtual Machine
   depends=(llvm-libs=$pkgver-$pkgrel 'perl')
 
-  cd $srcdir/llvm-$pkgver.src
+  cd $srcdir/llvm-$pkgver
 
   # We move the clang directory out of the tree so it won't get installed and
   # then we bring it back in for the clang package
@@ -140,11 +141,11 @@
 
 package_llvm-libs() {
   pkgdesc=Low Level Virtual Machine (runtime library)
-  depends=('gcc-libs' 'zlib' 'libffi')
+  depends=('gcc-libs' 'zlib' 'libffi' 'ncurses')
 
   install -D $srcdir/libLLVM-$pkgver.so $pkgdir/usr/lib/libLLVM-$pkgver.so
 
-  install -Dm644 $srcdir/llvm-$pkgver.src/LICENSE.TXT \
+  install -Dm644 $srcdir/llvm-$pkgver/LICENSE.TXT \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -152,7 +153,7 @@
   pkgdesc=OCaml bindings for LLVM
   depends=(llvm=$pkgver-$pkgrel 'ocaml')
 
-  cd $srcdir/llvm-$pkgver.src
+  cd $srcdir/llvm-$pkgver
 
   install -d $pkgdir/{usr/lib,usr/share/doc/llvm}
   cp -r $srcdir/ocaml $pkgdir/usr/lib
@@ -161,7 +162,7 @@
   # Remove execute bit from static libraries
   chmod -x $pkgdir/usr/lib/ocaml/libllvm*.a
 
-  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/llvm-ocaml/LICENSE
+  install -Dm644 LICENSE.TXT $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_clang() {
@@ -171,10 +172,16 @@
 
   # Fix installation path for clang docs
   sed -i 's:$(PROJ_prefix)/share/doc/llvm:$(PROJ_prefix)/share/doc/clang:' \
-

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

2014-01-06 Thread Laurent Carlier
Date: Monday, January 6, 2014 @ 23:20:54
  Author: lcarlier
Revision: 203261

fix CVE-2013-6424 (FS#38401)

Added:
  xorg-server/repos/extra-i686/CVE-2013-6424.diff
  xorg-server/repos/extra-x86_64/CVE-2013-6424.diff
Modified:
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-x86_64/PKGBUILD

-+
 extra-i686/CVE-2013-6424.diff   |   49 ++
 extra-i686/PKGBUILD |   11 ++--
 extra-x86_64/CVE-2013-6424.diff |   49 ++
 extra-x86_64/PKGBUILD   |   11 ++--
 4 files changed, 114 insertions(+), 6 deletions(-)

Added: extra-i686/CVE-2013-6424.diff
===
--- extra-i686/CVE-2013-6424.diff   (rev 0)
+++ extra-i686/CVE-2013-6424.diff   2014-01-06 22:20:54 UTC (rev 203261)
@@ -0,0 +1,49 @@
+From patchwork Wed Oct  2 13:47:54 2013
+Content-Type: text/plain; charset=utf-8
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: exa: only draw valid trapezoids
+From: Maarten Lankhorst maarten.lankho...@canonical.com
+X-Patchwork-Id: 14769
+Message-Id: 524c240a.9010...@canonical.com
+To: X.Org Devel List xorg-de...@lists.freedesktop.org
+Date: Wed, 02 Oct 2013 15:47:54 +0200
+
+Fixes freedesktop.org bug https://bugs.freedesktop.org/show_bug.cgi?id=67484
+
+If t-bottom is close to MIN_INT, removing top can wraparound, so do the check 
properly.
+A similar fix should also be applied to pixman.
+
+Signed-off-by: Maarten Lankhorst maarten.lankho...@canonical.com
+
+---
+
+
+diff --git a/exa/exa_render.c b/exa/exa_render.c
+index 172e2b5..807eeba 100644
+--- a/exa/exa_render.c
 b/exa/exa_render.c
+@@ -1141,7 +1141,8 @@ exaTrapezoids(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
+ 
+ exaPrepareAccess(pPicture-pDrawable, EXA_PREPARE_DEST);
+ for (; ntrap; ntrap--, traps++)
+-(*ps-RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
++if (xTrapezoidValid(traps))
++(*ps-RasterizeTrapezoid) (pPicture, traps, -bounds.x1, 
-bounds.y1);
+ exaFinishAccess(pPicture-pDrawable, EXA_PREPARE_DEST);
+ 
+ xRel = bounds.x1 + xSrc - xDst;
+diff --git a/render/picture.h b/render/picture.h
+index c85353a..fcd6401 100644
+--- a/render/picture.h
 b/render/picture.h
+@@ -211,7 +211,7 @@ typedef pixman_fixed_t xFixed;
+ /* whether 't' is a well defined not obviously empty trapezoid */
+ #define xTrapezoidValid(t)  ((t)-left.p1.y != (t)-left.p2.y  \
+(t)-right.p1.y != (t)-right.p2.y  \
+-   (int) ((t)-bottom - (t)-top)  0)
++   ((t)-bottom  (t)-top))
+ 
+ /*
+  * Standard NTSC luminance conversions:
+

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-06 22:12:15 UTC (rev 203260)
+++ extra-i686/PKGBUILD 2014-01-06 22:20:54 UTC (rev 203261)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.14.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -22,7 +22,8 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf
-fb-rename-wfbDestroyGlyphCache.patch)
+fb-rename-wfbDestroyGlyphCache.patch
+   CVE-2013-6424.diff)
 sha256sums=('8d0f06bf1416487a5170318477088826a8d737d4a201e996b2dc1ecff47461d1'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
@@ -32,7 +33,8 @@
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
 '94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
-'d0832cc16b5e6c1dee2959055a4b327f5c87e2a67b5f427d654663057207b2c1')
+'d0832cc16b5e6c1dee2959055a4b327f5c87e2a67b5f427d654663057207b2c1'
+'89948993afd4d9aec6a0bdbaf62f494e9956bb77a0386307d497f340a818ff61')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -53,6 +55,9 @@
 
   # 
http://cgit.freedesktop.org/xorg/xserver/commit/fb/wfbrename.h?id=5047810a4c20fab444b8c6eb146c55dcdb0d4219
   patch -Np1 -i ../fb-rename-wfbDestroyGlyphCache.patch
+
+  # Fix CVE-2013-6424 (FS#38401)
+  patch -Np1 -i ../CVE-2013-6424.diff
 }
 
 build() {

Added: extra-x86_64/CVE-2013-6424.diff
===
--- extra-x86_64/CVE-2013-6424.diff (rev 0)
+++ extra-x86_64/CVE-2013-6424.diff 2014-01-06 22:20:54 UTC (rev 203261)
@@ -0,0 +1,49 @@
+From patchwork Wed Oct  2 13:47:54 2013
+Content-Type: text/plain; charset=utf-8
+MIME-Version: 1.0
+Content-Transfer-Encoding: 

[arch-commits] Commit in smuxi/trunk (PKGBUILD fix-build.patch)

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 23:28:40
  Author: bgyorgy
Revision: 103507

upgpkg: smuxi 0.10-1

Update to version 0.10

Modified:
  smuxi/trunk/PKGBUILD
Deleted:
  smuxi/trunk/fix-build.patch

-+
 PKGBUILD|   19 +++
 fix-build.patch |   24 
 2 files changed, 7 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 22:09:12 UTC (rev 103506)
+++ PKGBUILD2014-01-06 22:28:40 UTC (rev 103507)
@@ -7,8 +7,8 @@
 
 pkgbase=smuxi
 pkgname=('smuxi-server' 'smuxi')
-pkgver=0.9
-pkgrel=3
+pkgver=0.10
+pkgrel=1
 pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
 arch=('any')
 url=http://www.smuxi.org/;
@@ -15,16 +15,9 @@
 license=('GPL')
 makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
 options=('!emptydirs')
-source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz
-fix-build.patch)
-md5sums=('e7b52fe121905fcef08ca66332c42cfb'
- 'c514fb59a34a00024d2374dd6d6ca8ca')
+source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('992dd39ef3a4d0039a236483e3d2e6e9')
 
-prepare() {
-  cd $srcdir/$pkgbase-$pkgver/lib/SmartIrc4net/
-  patch -Np1 -i $srcdir/fix-build.patch
-}
-
 build() {
   cd $srcdir/$pkgbase-$pkgver
 
@@ -49,6 +42,7 @@
  $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
  $pkgdir/usr/lib/smuxi/smuxi-frontend* \
  $pkgdir/usr/share/{applications,icons} \
+ $pkgdir/usr/share/man/man1/smuxi-frontend* \
  $srcdir/frontend/
 }
 
@@ -58,9 +52,10 @@
   install=smuxi.install
   cd $srcdir/frontend
 
-  mkdir -p $pkgdir/usr/{bin,lib/{pkgconfig,smuxi},share}
+  mkdir -p $pkgdir/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
   mv smuxi-frontend-{gnome,stfl} $pkgdir/usr/bin
   mv smuxi-frontend.pc $pkgdir/usr/lib/pkgconfig
+  mv smuxi-frontend*.1 $pkgdir/usr/share/man/man1
   mv smuxi-frontend* $pkgdir/usr/lib/smuxi
   mv {applications,icons} $pkgdir/usr/share
 }

Deleted: fix-build.patch
===
--- fix-build.patch 2014-01-06 22:09:12 UTC (rev 103506)
+++ fix-build.patch 2014-01-06 22:28:40 UTC (rev 103507)
@@ -1,24 +0,0 @@
-From 0a11643f7ca595dc03a945155921cfdb68004f1e Mon Sep 17 00:00:00 2001
-From: Mirco Bauer mee...@meebey.net
-Date: Thu, 22 Aug 2013 22:27:29 +0200
-Subject: [PATCH] Don't require a specific log4net version
-

- SmartIrc4net.csproj | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/SmartIrc4net.csproj b/SmartIrc4net.csproj
-index 58f7ab7..9633b03 100644
 a/SmartIrc4net.csproj
-+++ b/SmartIrc4net.csproj
-@@ -77,6 +77,7 @@
- Reference Include=System /
- Reference Include=log4net, Version=1.2.10.0, Culture=neutral, 
PublicKeyToken=a5715cc6d5c3540b
-   Packagelog4net/Package
-+  SpecificVersionFalse/SpecificVersion
- /Reference
- Reference Include=System.Core /
-   /ItemGroup
--- 
-1.8.4
-



[arch-commits] Commit in smuxi/repos/community-any (5 files)

2014-01-06 Thread Balló György
Date: Monday, January 6, 2014 @ 23:28:45
  Author: bgyorgy
Revision: 103508

archrelease: copy trunk to community-any

Added:
  smuxi/repos/community-any/PKGBUILD
(from rev 103507, smuxi/trunk/PKGBUILD)
  smuxi/repos/community-any/smuxi.install
(from rev 103507, smuxi/trunk/smuxi.install)
Deleted:
  smuxi/repos/community-any/PKGBUILD
  smuxi/repos/community-any/fix-build.patch
  smuxi/repos/community-any/smuxi.install

-+
 PKGBUILD|  127 +-
 fix-build.patch |   24 --
 smuxi.install   |   22 -
 3 files changed, 72 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-06 22:28:40 UTC (rev 103507)
+++ PKGBUILD2014-01-06 22:28:45 UTC (rev 103508)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Madek gonzaloseg...@gmail.com
-# Contributor: Marcelo Cavalcante marc...@marcelocavalcante.net
-# Contributor: Jens Kleikamp j...@codes-concepts.com
-# Contributor: Philipp Gildein r...@openspeak-project.org
-
-pkgbase=smuxi
-pkgname=('smuxi-server' 'smuxi')
-pkgver=0.9
-pkgrel=3
-pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
-arch=('any')
-url=http://www.smuxi.org/;
-license=('GPL')
-makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
-options=('!emptydirs')
-source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz
-fix-build.patch)
-md5sums=('e7b52fe121905fcef08ca66332c42cfb'
- 'c514fb59a34a00024d2374dd6d6ca8ca')
-
-prepare() {
-  cd $srcdir/$pkgbase-$pkgver/lib/SmartIrc4net/
-  patch -Np1 -i $srcdir/fix-build.patch
-}
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-frontend-stfl \
-  --with-vendor-package-version=Arch Linux $pkgver-$pkgrel \
-  MCS=/usr/bin/dmcs
-  LANG=C make
-}
-
-package_smuxi-server() {
-  pkgdesc+= (common files and server)
-  depends=('log4net' 'nini')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Split frontend
-  [[ -d $srcdir/frontend ]]  rm -r $srcdir/frontend/
-  mkdir $srcdir/frontend
-  mv $pkgdir/usr/bin/smuxi-frontend-{gnome,stfl} \
- $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
- $pkgdir/usr/lib/smuxi/smuxi-frontend* \
- $pkgdir/usr/share/{applications,icons} \
- $srcdir/frontend/
-}
-
-package_smuxi() {
-  pkgdesc+= (frontend) 
-  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 
'hicolor-icon-theme' 'xdg-utils')
-  install=smuxi.install
-  cd $srcdir/frontend
-
-  mkdir -p $pkgdir/usr/{bin,lib/{pkgconfig,smuxi},share}
-  mv smuxi-frontend-{gnome,stfl} $pkgdir/usr/bin
-  mv smuxi-frontend.pc $pkgdir/usr/lib/pkgconfig
-  mv smuxi-frontend* $pkgdir/usr/lib/smuxi
-  mv {applications,icons} $pkgdir/usr/share
-}

Copied: smuxi/repos/community-any/PKGBUILD (from rev 103507, 
smuxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-06 22:28:45 UTC (rev 103508)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Madek gonzaloseg...@gmail.com
+# Contributor: Marcelo Cavalcante marc...@marcelocavalcante.net
+# Contributor: Jens Kleikamp j...@codes-concepts.com
+# Contributor: Philipp Gildein r...@openspeak-project.org
+
+pkgbase=smuxi
+pkgname=('smuxi-server' 'smuxi')
+pkgver=0.10
+pkgrel=1
+pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
+arch=('any')
+url=http://www.smuxi.org/;
+license=('GPL')
+makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
+options=('!emptydirs')
+source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('992dd39ef3a4d0039a236483e3d2e6e9')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-frontend-stfl \
+  --with-vendor-package-version=Arch Linux $pkgver-$pkgrel \
+  MCS=/usr/bin/dmcs
+  LANG=C make
+}
+
+package_smuxi-server() {
+  pkgdesc+= (common files and server)
+  depends=('log4net' 'nini')
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Split frontend
+  [[ -d $srcdir/frontend ]]  rm -r $srcdir/frontend/
+  mkdir $srcdir/frontend
+  mv $pkgdir/usr/bin/smuxi-frontend-{gnome,stfl} \
+ $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
+ $pkgdir/usr/lib/smuxi/smuxi-frontend* \
+ $pkgdir/usr/share/{applications,icons} \
+ $pkgdir/usr/share/man/man1/smuxi-frontend* \
+ $srcdir/frontend/
+}
+
+package_smuxi() {
+  pkgdesc+= (frontend) 
+  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 
'hicolor-icon-theme' 'xdg-utils')
+  install=smuxi.install
+  cd 

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

2014-01-06 Thread Evangelos Foutras
Date: Monday, January 6, 2014 @ 23:31:19
  Author: foutrelis
Revision: 203262

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/PKGBUILD
(from rev 203261, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/clang-3.3-use-gold-linker.patch
(from rev 203261, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/staging-i686/llvm-Config-config.h
(from rev 203261, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-i686/llvm-Config-llvm-config.h
(from rev 203261, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 203261, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/clang-3.3-use-gold-linker.patch
(from rev 203261, llvm/trunk/clang-3.3-use-gold-linker.patch)
  llvm/repos/staging-x86_64/llvm-Config-config.h
(from rev 203261, llvm/trunk/llvm-Config-config.h)
  llvm/repos/staging-x86_64/llvm-Config-llvm-config.h
(from rev 203261, llvm/trunk/llvm-Config-llvm-config.h)

+
 staging-i686/PKGBUILD  |  256 +++
 staging-i686/clang-3.3-use-gold-linker.patch   |   12 +
 staging-i686/llvm-Config-config.h  |9 
 staging-i686/llvm-Config-llvm-config.h |9 
 staging-x86_64/PKGBUILD|  256 +++
 staging-x86_64/clang-3.3-use-gold-linker.patch |   12 +
 staging-x86_64/llvm-Config-config.h|9 
 staging-x86_64/llvm-Config-llvm-config.h   |9 
 8 files changed, 572 insertions(+)

Copied: llvm/repos/staging-i686/PKGBUILD (from rev 203261, llvm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 22:31:19 UTC (rev 203262)
@@ -0,0 +1,256 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'clang' 'clang-analyzer'
+ 'clang-tools-extra')
+pkgver=3.4
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('libffi' 'python2' 'ocaml' 'python-sphinx')
+options=('staticlibs')
+source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/clang-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.gz
+http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.gz
+clang-3.3-use-gold-linker.patch
+llvm-Config-config.h
+llvm-Config-llvm-config.h)
+sha256sums=('25a5612d692c48481b9b397e2b55f4870e447966d66c96d655241702d44a2628'
+'22a9780db3b85a7f2eb9ea1f7f6e00da0249e3d12851e8dea0f62f1783242b1b'
+'ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4'
+'f37c89b1383ce462d47537a0245ac798600887a9be9f63073e16b79ed536ab5c'
+'8240adda155d7961eeb5d07ed50ead10cb7125f70283dff7f1c9fee9df3cea09'
+'312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
+'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
+
+prepare() {
+  cd $srcdir/llvm-$pkgver
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  mv $srcdir/clang-$pkgver tools/clang
+
+  mv $srcdir/clang-tools-extra-$pkgver tools/clang/tools/extra
+
+  mv $srcdir/compiler-rt-$pkgver projects/compiler-rt
+
+  # Fix docs installation directory
+  sed -i 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+
+  # Make -flto work; use ld.gold instead of the default linker
+  patch -d tools/clang -Np1 -i $srcdir/clang-3.3-use-gold-linker.patch
+}
+
+build() {
+  cd $srcdir/llvm-$pkgver
+
+  # Apply strip option to configure
+  _optimized_switch=enable
+  [[ $(check_option strip) == n ]]  _optimized_switch=disable
+
+  # Include location of libffi headers in CPPFLAGS
+  CPPFLAGS+= $(pkg-config --cflags libffi)
+
+  # Force the use of GCC instead of clang
+  CC=gcc CXX=g++ \
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-libffi \
+--enable-targets=all \
+--disable-expensive-checks \
+--disable-debug-runtime \
+--disable-assertions \
+--with-binutils-include=/usr/include \
+--with-python=/usr/bin/python2 \
+

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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 04:16:48
  Author: fyan
Revision: 103509

upgpkg: python-boto 2.22.1-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 22:28:45 UTC (rev 103508)
+++ PKGBUILD2014-01-07 03:16:48 UTC (rev 103509)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.22.0
+pkgver=2.22.1
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2014-01-06 Thread Eric Bélanger
Date: Tuesday, January 7, 2014 @ 04:17:28
  Author: eric
Revision: 203263

upgpkg: wxpython 3.0.0.0-1

Upstream update, Use upstream editra, Remove old patches

Modified:
  wxpython/trunk/PKGBUILD
Deleted:
  wxpython/trunk/wxpython-cairo.patch
  wxpython/trunk/wxpython-fpb_default_style.patch

--+
 PKGBUILD |   37 +++---
 wxpython-cairo.patch |   51 -
 wxpython-fpb_default_style.patch |   17 
 3 files changed, 21 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-06 22:31:19 UTC (rev 203262)
+++ PKGBUILD2014-01-07 03:17:28 UTC (rev 203263)
@@ -2,31 +2,32 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=wxpython
-pkgver=2.8.12.1
-pkgrel=4
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=1
 pkgdesc=A wxWidgets GUI toolkit for Python
 arch=('i686' 'x86_64')
 license=('custom:wxWindows')
 url=http://www.wxpython.org;
 depends=('wxgtk' 'python2')
-makedepends=('mesa')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
 
-wxpython-cairo.patch wxpython-fpb_default_style.patch)
-sha1sums=('05688dc03d61631750f5904273122bb40a2115f5'
-  '420700b0a216b853352ffafd054f406a82a30bb3'
-  'b832d628b8ff38ea598f404d133899f40d687a22')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
 
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
 build() {
   cd ${srcdir}/wxPython-src-${pkgver}
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --disable-optimize --enable-mediactrl \
---with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys \
---disable-precomp-headers
-  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
-  patch -p2 -i ${srcdir}/wxpython-cairo.patch
-  patch -p1 -i ${srcdir}/wxpython-fpb_default_style.patch
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
   python2 setup.py WXPORT=gtk2 UNICODE=1 build
 }
 
@@ -34,4 +35,8 @@
   cd ${srcdir}/wxPython-src-${pkgver}/wxPython
   python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
   install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
 }

Deleted: wxpython-cairo.patch
===
--- wxpython-cairo.patch2014-01-06 22:31:19 UTC (rev 203262)
+++ wxpython-cairo.patch2014-01-07 03:17:28 UTC (rev 203263)
@@ -1,51 +0,0 @@
 wxPython/trunk/wx/lib/wxcairo.py   2011/08/25 18:50:02 68894
-+++ wxPython/trunk/wx/lib/wxcairo.py   2011/09/22 00:30:25 69181
-@@ -401,6 +401,48 @@
-   ctypes.py_object)),
- ('Check_Status', ctypes.PYFUNCTYPE(ctypes.c_int, ctypes.c_int))]
- 
-+# This structure is known good with pycairo 1.10.0. The keep adding stuff
-+# to the middle of the structure instead of only adding to the end!
-+elif cairo.version_info  (1,11):  
-+_fields_ = [
-+('Context_Type', ctypes.py_object),
-+('Context_FromContext', ctypes.PYFUNCTYPE(ctypes.py_object,
-+  ctypes.c_void_p,
-+  ctypes.py_object,
-+  ctypes.py_object)),
-+('FontFace_Type', ctypes.py_object),
-+('ToyFontFace_Type', ctypes.py_object),  #** new in 1.8.4
-+('FontFace_FromFontFace', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
-+('FontOptions_Type', ctypes.py_object),
-+('FontOptions_FromFontOptions', 
ctypes.PYFUNCTYPE(ctypes.py_object, ctypes.c_void_p)),
-+('Matrix_Type', ctypes.py_object),
-+('Matrix_FromMatrix', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
-+('Path_Type', ctypes.py_object),
-+('Path_FromPath', ctypes.PYFUNCTYPE(ctypes.py_object, 
ctypes.c_void_p)),
-+('Pattern_Type', ctypes.py_object),
-+

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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 04:17:28
  Author: fyan
Revision: 103510

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

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

Copied: python-boto/repos/community-any/LICENSE (from rev 103509, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-07 03:17:28 UTC (rev 103510)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+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-01-07 03:16:48 UTC (rev 103509)
+++ PKGBUILD2014-01-07 03:17:28 UTC (rev 103510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.22.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 103509, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-07 03:17:28 UTC (rev 103510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.22.1

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

2014-01-06 Thread Eric Bélanger
Date: Tuesday, January 7, 2014 @ 04:18:01
  Author: eric
Revision: 203264

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

Added:
  wxpython/repos/staging-i686/
  wxpython/repos/staging-i686/PKGBUILD
(from rev 203263, wxpython/trunk/PKGBUILD)
  wxpython/repos/staging-x86_64/
  wxpython/repos/staging-x86_64/PKGBUILD
(from rev 203263, wxpython/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: wxpython/repos/staging-i686/PKGBUILD (from rev 203263, 
wxpython/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-07 03:18:01 UTC (rev 203264)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=1
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}

Copied: wxpython/repos/staging-x86_64/PKGBUILD (from rev 203263, 
wxpython/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-07 03:18:01 UTC (rev 203264)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=1
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}



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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 04:22:31
  Author: fyan
Revision: 103511

upgpkg: jenkins 1.546-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 03:17:28 UTC (rev 103510)
+++ PKGBUILD2014-01-07 03:22:31 UTC (rev 103511)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.545
+pkgver=1.546
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -34,8 +34,7 @@
 }
 
 # vim:set ts=2 sw=2 et:
-
-sha256sums=('9159c2eb03fb2d6f858d7f6c5bc606087f1b151d4074c673fc03772ff83c4c61'
+sha256sums=('b89c80496c96705f382e68f36b3f6c2dab1587986841a7d53a4aaf3f483daf2e'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'



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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 04:23:42
  Author: fyan
Revision: 103512

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 103511, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 103511, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 103511, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 103511, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 103511, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 103511, 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   |   83 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 160 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-01-07 03:22:31 UTC (rev 103511)
+++ LICENSE 2014-01-07 03:23:42 UTC (rev 103512)
@@ -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 103511, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-01-07 03:23:42 UTC (rev 103512)
@@ -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-01-07 03:22:31 UTC (rev 103511)
+++ PKGBUILD2014-01-07 03:23:42 UTC (rev 103512)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# 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.545
-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')

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

2014-01-06 Thread Eric Bélanger
Date: Tuesday, January 7, 2014 @ 04:30:14
  Author: eric
Revision: 103513

upgpkg: youtube-dl 2014.01.06.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 03:23:42 UTC (rev 103512)
+++ PKGBUILD2014-01-07 03:30:14 UTC (rev 103513)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.01.05.6
+pkgver=2014.01.06.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('a09bc27bb9f63b1d44274088d83681e4582024a4'
+sha1sums=('384a68ecd3d17d95949521a8adda785b8b3506f7'
   'SKIP')
 
 prepare() {



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

2014-01-06 Thread Eric Bélanger
Date: Tuesday, January 7, 2014 @ 04:34:46
  Author: eric
Revision: 103514

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 103513, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-07 03:30:14 UTC (rev 103513)
+++ PKGBUILD2014-01-07 03:34:46 UTC (rev 103514)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.01.05.6
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('a09bc27bb9f63b1d44274088d83681e4582024a4'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 103513, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-07 03:34:46 UTC (rev 103514)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.01.06.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('384a68ecd3d17d95949521a8adda785b8b3506f7'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-01-06 Thread Dave Reisner
Date: Tuesday, January 7, 2014 @ 05:03:23
  Author: dreisner
Revision: 203265

upgpkg: systemd 208-10

- backport fix for zero length FPDT (FS#38403)

Added:
  systemd/trunk/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

+
 0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch |   26 +++
 PKGBUILD   |   12 +++--
 systemd.install|6 --
 3 files changed, 36 insertions(+), 8 deletions(-)

Added: 0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
===
--- 0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch  
(rev 0)
+++ 0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch  2014-01-07 
04:03:23 UTC (rev 203265)
@@ -0,0 +1,26 @@
+From f576cd2092bc40f9998415cdc3caf10035d4743a Mon Sep 17 00:00:00 2001
+From: Pavel Holica conscrip...@gmail.com
+Date: Wed, 6 Nov 2013 23:24:16 +0100
+Subject: [PATCH] acpi-fpdt: break on zero or negative length read
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1027478
+---
+ src/shared/acpi-fpdt.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/shared/acpi-fpdt.c b/src/shared/acpi-fpdt.c
+index 75648b4..7bae47f 100644
+--- a/src/shared/acpi-fpdt.c
 b/src/shared/acpi-fpdt.c
+@@ -109,6 +109,8 @@ int acpi_get_boot_usec(usec_t *loader_start, usec_t 
*loader_exit) {
+ for (rec = (struct acpi_fpdt_header *)(buf + sizeof(struct 
acpi_table_header));
+  (char *)rec  buf + l;
+  rec = (struct acpi_fpdt_header *)((char *)rec + rec-length)) {
++if (rec-length = 0)
++break;
+ if (rec-type != ACPI_FPDT_TYPE_BOOT)
+ continue;
+ if (rec-length != sizeof(struct acpi_fpdt_header))
+-- 
+1.8.5.2
+

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 03:18:01 UTC (rev 203264)
+++ PKGBUILD2014-01-07 04:03:23 UTC (rev 203265)
@@ -4,10 +4,10 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=208
-pkgrel=9
+pkgrel=10
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
-makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+makedepends=('acl' 'cryptsetup' 'libdbus' 'docbook-xsl' 
'gobject-introspection' 'gperf'
  'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
  'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
 options=('strip' 'debug')
@@ -28,7 +28,8 @@
 '0005-mount-service-drop-FsckPassNo-support.patch'
 '0006-efi-boot-generator-hookup-to-fsck.patch'
 '0007-fsck-root-only-run-when-requested-in-fstab.patch'
-'0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch')
+'0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch'
+'0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch')
 md5sums=('df64550d92afbffb4f67a434193ee165'
  '29245f7a240bfba66e2b1783b63b6b40'
  '8b68b0218a3897d4d37a6ccf47914774'
@@ -46,7 +47,8 @@
  'd2481a6ea199b581e243a950125b0ca6'
  'c2aee634a3a6c50778968f0d5c756f40'
  'ef8b8212d504bb73c10bf4e85f0703b2'
- '4ba2317bf4d7708fca406f49482b1bf3')
+ '4ba2317bf4d7708fca406f49482b1bf3'
+ '078f10d6fc315b329844cd20fa742eee')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -72,6 +74,8 @@
   patch -Np1  $srcdir/0001-Make-hibernation-test-work-for-swap-files.patch
   # Fix FS#35671
   patch -Np1 
$srcdir/0001-systemd-order-remote-mounts-from-mountinfo-before-re.patch
+  # Fix FS#38403
+  patch -Np1 
$srcdir/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
 
   autoreconf
 }

Modified: systemd.install
===
--- systemd.install 2014-01-07 03:18:01 UTC (rev 203264)
+++ systemd.install 2014-01-07 04:03:23 UTC (rev 203265)
@@ -13,10 +13,8 @@
 
 add_journal_acls() {
   # ignore errors, since the filesystem might not support ACLs
-  {
-setfacl -nm g:adm:rx,d:g:adm:rx var/log/journal
-setfacl -nm g:wheel:rx,d:g:wheel:rx var/log/journal
-  } 2/dev/null
+  setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ 
2/dev/null
+  :
 }
 
 post_common() {



[arch-commits] Commit in systemd/repos (78 files)

2014-01-06 Thread Dave Reisner
Date: Tuesday, January 7, 2014 @ 05:06:14
  Author: dreisner
Revision: 203266

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

Added:
  
systemd/repos/testing-i686/0001-Make-hibernation-test-work-for-swap-files.patch
(from rev 203265, 
systemd/trunk/0001-Make-hibernation-test-work-for-swap-files.patch)
  
systemd/repos/testing-i686/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
(from rev 203265, 
systemd/trunk/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch)
  
systemd/repos/testing-i686/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 203265, 
systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch)
  
systemd/repos/testing-i686/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch
(from rev 203265, 
systemd/trunk/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch)
  
systemd/repos/testing-i686/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch
(from rev 203265, 
systemd/trunk/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch)
  
systemd/repos/testing-i686/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch
(from rev 203265, 
systemd/trunk/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch)
  
systemd/repos/testing-i686/0001-mount-check-for-NULL-before-reading-pm-what.patch
(from rev 203265, 
systemd/trunk/0001-mount-check-for-NULL-before-reading-pm-what.patch)
  
systemd/repos/testing-i686/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch
(from rev 203265, 
systemd/trunk/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch)
  
systemd/repos/testing-i686/0001-systemd-order-remote-mounts-from-mountinfo-before-re.patch
(from rev 203265, 
systemd/trunk/0001-systemd-order-remote-mounts-from-mountinfo-before-re.patch)
  
systemd/repos/testing-i686/0002-fstab-generator-Generate-explicit-dependencies-on-sy.patch
(from rev 203265, 
systemd/trunk/0002-fstab-generator-Generate-explicit-dependencies-on-sy.patch)
  
systemd/repos/testing-i686/0003-gpt-auto-generator-Generate-explicit-dependencies-on.patch
(from rev 203265, 
systemd/trunk/0003-gpt-auto-generator-Generate-explicit-dependencies-on.patch)
  
systemd/repos/testing-i686/0004-Remove-FsckPassNo-from-systemd-fsck-root.service.patch
(from rev 203265, 
systemd/trunk/0004-Remove-FsckPassNo-from-systemd-fsck-root.service.patch)
  systemd/repos/testing-i686/0005-mount-service-drop-FsckPassNo-support.patch
(from rev 203265, 
systemd/trunk/0005-mount-service-drop-FsckPassNo-support.patch)
  systemd/repos/testing-i686/0006-efi-boot-generator-hookup-to-fsck.patch
(from rev 203265, 
systemd/trunk/0006-efi-boot-generator-hookup-to-fsck.patch)
  
systemd/repos/testing-i686/0007-fsck-root-only-run-when-requested-in-fstab.patch
(from rev 203265, 
systemd/trunk/0007-fsck-root-only-run-when-requested-in-fstab.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 203265, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 203265, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 203265, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 203265, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 203265, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-Make-hibernation-test-work-for-swap-files.patch
(from rev 203265, 
systemd/trunk/0001-Make-hibernation-test-work-for-swap-files.patch)
  
systemd/repos/testing-x86_64/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch
(from rev 203265, 
systemd/trunk/0001-acpi-fpdt-break-on-zero-or-negative-length-read.patch)
  
systemd/repos/testing-x86_64/0001-fix-lingering-references-to-var-lib-backlight-random.patch
(from rev 203265, 
systemd/trunk/0001-fix-lingering-references-to-var-lib-backlight-random.patch)
  
systemd/repos/testing-x86_64/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch
(from rev 203265, 
systemd/trunk/0001-fstab-generator-Do-not-try-to-fsck-non-devices.patch)
  
systemd/repos/testing-x86_64/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch
(from rev 203265, 
systemd/trunk/0001-fstab-generator-When-parsing-the-root-cmdline-option.patch)
  
systemd/repos/testing-x86_64/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch
(from rev 203265, 
systemd/trunk/0001-login-Don-t-stop-a-running-user-manager-from-garbage.patch)
  
systemd/repos/testing-x86_64/0001-mount-check-for-NULL-before-reading-pm-what.patch
(from rev 203265, 
systemd/trunk/0001-mount-check-for-NULL-before-reading-pm-what.patch)
  
systemd/repos/testing-x86_64/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch
(from rev 203265, 
systemd/trunk/0001-shared-util-fix-off-by-one-error-in-tag_to_udev_node.patch)
  

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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 05:39:08
  Author: fyan
Revision: 203267

upgpkg: libevdev 0.6-1

- upstream new release
- applied patches from Fedora to prevent crash on clutter

Added:
  libevdev/trunk/0001-Revert-Drop-deprecated-functions.patch
  libevdev/trunk/0001-Revert-Drop-some-leftover-deprecated-constants.patch
Modified:
  libevdev/trunk/PKGBUILD

---+
 0001-Revert-Drop-deprecated-functions.patch   |  163 
 0001-Revert-Drop-some-leftover-deprecated-constants.patch |   30 ++
 PKGBUILD  |   18 +
 3 files changed, 207 insertions(+), 4 deletions(-)

Added: 0001-Revert-Drop-deprecated-functions.patch
===
--- 0001-Revert-Drop-deprecated-functions.patch (rev 0)
+++ 0001-Revert-Drop-deprecated-functions.patch 2014-01-07 04:39:08 UTC (rev 
203267)
@@ -0,0 +1,163 @@
+From 51bf0ead89df5c1ddaa22d2f7fc0e04cedbdc590 Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Thu, 26 Dec 2013 18:58:23 -0800
+Subject: [PATCH] Revert Drop deprecated functions
+
+This reverts commit 7a38f4abc3ed1df368d5bad32a1d72559acdc234. It is incorrect 
and dangerous to drop functions without an soname bump. This broke GNOME.
+---
+ libevdev/libevdev.c | 49 +
+ libevdev/libevdev.h | 30 ++
+ 2 files changed, 79 insertions(+)
+
+diff --git a/libevdev/libevdev.c b/libevdev/libevdev.c
+index 8a37204..02e4f78 100644
+--- a/libevdev/libevdev.c
 b/libevdev/libevdev.c
+@@ -162,6 +162,14 @@ libevdev_free(struct libevdev *dev)
+   free(dev);
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT void
++libevdev_set_log_handler(struct libevdev *dev, libevdev_log_func_t logfunc)
++{
++  /* Can't be backwards compatible to this yet, so don't even try */
++  fprintf(stderr, libevdev: ABI change. Log function will not be 
honored.\n);
++}
++
+ LIBEVDEV_EXPORT void
+ libevdev_set_log_function(libevdev_log_func_t logfunc, void *data)
+ {
+@@ -1244,6 +1252,12 @@ libevdev_disable_event_code(struct libevdev *dev, 
unsigned int type, unsigned in
+ }
+ 
+ LIBEVDEV_EXPORT int
++libevdev_kernel_set_abs_value(struct libevdev *dev, unsigned int code, const 
struct input_absinfo *abs)
++{
++  return libevdev_kernel_set_abs_info(dev, code, abs);
++}
++
++LIBEVDEV_EXPORT int
+ libevdev_kernel_set_abs_info(struct libevdev *dev, unsigned int code, const 
struct input_absinfo *abs)
+ {
+   int rc;
+@@ -1296,12 +1310,22 @@ libevdev_grab(struct libevdev *dev, enum 
libevdev_grab_mode grab)
+   return rc  0 ? -errno : 0;
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT int
++libevdev_is_event_type(const struct input_event *ev, unsigned int type)
++ALIAS(libevdev_event_is_type);
++
+ LIBEVDEV_EXPORT int
+ libevdev_event_is_type(const struct input_event *ev, unsigned int type)
+ {
+   return type  EV_CNT  ev-type == type;
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT int
++libevdev_is_event_code(const struct input_event *ev, unsigned int type, 
unsigned int code)
++ALIAS(libevdev_event_is_code);
++
+ LIBEVDEV_EXPORT int
+ libevdev_event_is_code(const struct input_event *ev, unsigned int type, 
unsigned int code)
+ {
+@@ -1314,6 +1338,11 @@ libevdev_event_is_code(const struct input_event *ev, 
unsigned int type, unsigned
+   return (max  -1  code = (unsigned int)max  ev-code == code);
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT const char*
++libevdev_get_event_type_name(unsigned int type)
++ALIAS(libevdev_event_type_get_name);
++
+ LIBEVDEV_EXPORT const char*
+ libevdev_event_type_get_name(unsigned int type)
+ {
+@@ -1323,6 +1352,11 @@ libevdev_event_type_get_name(unsigned int type)
+   return ev_map[type];
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT const char*
++libevdev_get_event_code_name(unsigned int type, unsigned int code)
++ALIAS(libevdev_event_code_get_name);
++
+ LIBEVDEV_EXPORT const char*
+ libevdev_event_code_get_name(unsigned int type, unsigned int code)
+ {
+@@ -1334,6 +1368,16 @@ libevdev_event_code_get_name(unsigned int type, 
unsigned int code)
+   return event_type_map[type][code];
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT const char*
++libevdev_get_input_prop_name(unsigned int prop)
++ALIAS(libevdev_property_get_name);
++
++/* DEPRECATED */
++LIBEVDEV_EXPORT const char*
++libevdev_get_property_name(unsigned int prop)
++ALIAS(libevdev_property_get_name);
++
+ LIBEVDEV_EXPORT const char*
+ libevdev_property_get_name(unsigned int prop)
+ {
+@@ -1343,6 +1387,11 @@ libevdev_property_get_name(unsigned int prop)
+   return input_prop_map[prop];
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT int
++libevdev_get_event_type_max(unsigned int type)
++ALIAS(libevdev_event_type_get_max);
++
+ LIBEVDEV_EXPORT int
+ libevdev_event_type_get_max(unsigned int type)
+ {
+diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h

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

2014-01-06 Thread Felix Yan
Date: Tuesday, January 7, 2014 @ 05:40:11
  Author: fyan
Revision: 203268

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

Added:
  libevdev/repos/testing-i686/
  libevdev/repos/testing-i686/0001-Revert-Drop-deprecated-functions.patch
(from rev 203267, 
libevdev/trunk/0001-Revert-Drop-deprecated-functions.patch)
  
libevdev/repos/testing-i686/0001-Revert-Drop-some-leftover-deprecated-constants.patch
(from rev 203267, 
libevdev/trunk/0001-Revert-Drop-some-leftover-deprecated-constants.patch)
  libevdev/repos/testing-i686/PKGBUILD
(from rev 203267, libevdev/trunk/PKGBUILD)
  libevdev/repos/testing-x86_64/
  libevdev/repos/testing-x86_64/0001-Revert-Drop-deprecated-functions.patch
(from rev 203267, 
libevdev/trunk/0001-Revert-Drop-deprecated-functions.patch)
  
libevdev/repos/testing-x86_64/0001-Revert-Drop-some-leftover-deprecated-constants.patch
(from rev 203267, 
libevdev/trunk/0001-Revert-Drop-some-leftover-deprecated-constants.patch)
  libevdev/repos/testing-x86_64/PKGBUILD
(from rev 203267, libevdev/trunk/PKGBUILD)

--+
 testing-i686/0001-Revert-Drop-deprecated-functions.patch |  
163 ++
 testing-i686/0001-Revert-Drop-some-leftover-deprecated-constants.patch   |   
30 +
 testing-i686/PKGBUILD|   
36 ++
 testing-x86_64/0001-Revert-Drop-deprecated-functions.patch   |  
163 ++
 testing-x86_64/0001-Revert-Drop-some-leftover-deprecated-constants.patch |   
30 +
 testing-x86_64/PKGBUILD  |   
36 ++
 6 files changed, 458 insertions(+)

Copied: libevdev/repos/testing-i686/0001-Revert-Drop-deprecated-functions.patch 
(from rev 203267, libevdev/trunk/0001-Revert-Drop-deprecated-functions.patch)
===
--- testing-i686/0001-Revert-Drop-deprecated-functions.patch
(rev 0)
+++ testing-i686/0001-Revert-Drop-deprecated-functions.patch2014-01-07 
04:40:11 UTC (rev 203268)
@@ -0,0 +1,163 @@
+From 51bf0ead89df5c1ddaa22d2f7fc0e04cedbdc590 Mon Sep 17 00:00:00 2001
+From: Adam Williamson awill...@redhat.com
+Date: Thu, 26 Dec 2013 18:58:23 -0800
+Subject: [PATCH] Revert Drop deprecated functions
+
+This reverts commit 7a38f4abc3ed1df368d5bad32a1d72559acdc234. It is incorrect 
and dangerous to drop functions without an soname bump. This broke GNOME.
+---
+ libevdev/libevdev.c | 49 +
+ libevdev/libevdev.h | 30 ++
+ 2 files changed, 79 insertions(+)
+
+diff --git a/libevdev/libevdev.c b/libevdev/libevdev.c
+index 8a37204..02e4f78 100644
+--- a/libevdev/libevdev.c
 b/libevdev/libevdev.c
+@@ -162,6 +162,14 @@ libevdev_free(struct libevdev *dev)
+   free(dev);
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT void
++libevdev_set_log_handler(struct libevdev *dev, libevdev_log_func_t logfunc)
++{
++  /* Can't be backwards compatible to this yet, so don't even try */
++  fprintf(stderr, libevdev: ABI change. Log function will not be 
honored.\n);
++}
++
+ LIBEVDEV_EXPORT void
+ libevdev_set_log_function(libevdev_log_func_t logfunc, void *data)
+ {
+@@ -1244,6 +1252,12 @@ libevdev_disable_event_code(struct libevdev *dev, 
unsigned int type, unsigned in
+ }
+ 
+ LIBEVDEV_EXPORT int
++libevdev_kernel_set_abs_value(struct libevdev *dev, unsigned int code, const 
struct input_absinfo *abs)
++{
++  return libevdev_kernel_set_abs_info(dev, code, abs);
++}
++
++LIBEVDEV_EXPORT int
+ libevdev_kernel_set_abs_info(struct libevdev *dev, unsigned int code, const 
struct input_absinfo *abs)
+ {
+   int rc;
+@@ -1296,12 +1310,22 @@ libevdev_grab(struct libevdev *dev, enum 
libevdev_grab_mode grab)
+   return rc  0 ? -errno : 0;
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT int
++libevdev_is_event_type(const struct input_event *ev, unsigned int type)
++ALIAS(libevdev_event_is_type);
++
+ LIBEVDEV_EXPORT int
+ libevdev_event_is_type(const struct input_event *ev, unsigned int type)
+ {
+   return type  EV_CNT  ev-type == type;
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT int
++libevdev_is_event_code(const struct input_event *ev, unsigned int type, 
unsigned int code)
++ALIAS(libevdev_event_is_code);
++
+ LIBEVDEV_EXPORT int
+ libevdev_event_is_code(const struct input_event *ev, unsigned int type, 
unsigned int code)
+ {
+@@ -1314,6 +1338,11 @@ libevdev_event_is_code(const struct input_event *ev, 
unsigned int type, unsigned
+   return (max  -1  code = (unsigned int)max  ev-code == code);
+ }
+ 
++/* DEPRECATED */
++LIBEVDEV_EXPORT const char*
++libevdev_get_event_type_name(unsigned int type)
++ALIAS(libevdev_event_type_get_name);
++
+ LIBEVDEV_EXPORT const char*
+ libevdev_event_type_get_name(unsigned int type)
+ {
+@@ -1323,6 +1352,11 @@ libevdev_event_type_get_name(unsigned int type)
+   return 

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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Tuesday, January 7, 2014 @ 07:21:05
  Author: bpiotrowski
Revision: 103515

upgpkg: scummvm-tools 1.6.0-1

rebuild against wxgtk 3.0.0

Modified:
  scummvm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 03:34:46 UTC (rev 103514)
+++ PKGBUILD2014-01-07 06:21:05 UTC (rev 103515)
@@ -4,19 +4,20 @@
 # Contributor: Sebastian Hase sebastian_h...@gmx.de
 # Contributor: Joe Davison j...@thosedamnpeanuts.com
 pkgname=scummvm-tools
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
 url=http://www.scummvm.org/;
 license=('GPL')
-depends=('libpng' 'wxgtk' 'flac' 'libvorbis')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
 arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43cbf9f5c4939876cf4149dd59e68044')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
 
 build() {
   cd ${pkgname}-${pkgver}
 
+  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
   ./configure --prefix=/usr
   make
 }



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

2014-01-06 Thread Bartłomiej Piotrowski
Date: Tuesday, January 7, 2014 @ 07:21:59
  Author: bpiotrowski
Revision: 103516

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

Added:
  scummvm-tools/repos/community-staging-i686/
  scummvm-tools/repos/community-staging-i686/PKGBUILD
(from rev 103515, scummvm-tools/trunk/PKGBUILD)
  scummvm-tools/repos/community-staging-x86_64/
  scummvm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 103515, scummvm-tools/trunk/PKGBUILD)

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

Copied: scummvm-tools/repos/community-staging-i686/PKGBUILD (from rev 103515, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
+url=http://www.scummvm.org/;
+license=('GPL')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:

Copied: scummvm-tools/repos/community-staging-x86_64/PKGBUILD (from rev 103515, 
scummvm-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-07 06:21:59 UTC (rev 103516)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jérémie Dimino jere...@dimino.org
+# Contributor: Sebastian Hase sebastian_h...@gmx.de
+# Contributor: Joe Davison j...@thosedamnpeanuts.com
+pkgname=scummvm-tools
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=A set of tools that enable you to convert, compress and decode game 
datafiles for ScummVM
+url=http://www.scummvm.org/;
+license=('GPL')
+depends=('libpng' 'wxgtk2.8' 'flac' 'libvorbis')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scummvm/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a5c74a49707c513e8853004e3a699e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's/wxgtk2-2.8-config/wx-config-2.8/' configure
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README
+  install -Dm 644 convert_dxa.sh 
${pkgdir}/usr/share/doc/scummvm-tools/samples/convert_dxa.sh
+}
+#vim: sw=2 ts=2 et:



[arch-commits] Commit in glibc/trunk (PKGBUILD glibc-2.18-xattr-compat-hack.patch)

2014-01-06 Thread Allan McRae
Date: Tuesday, January 7, 2014 @ 08:09:38
  Author: allan
Revision: 203269

upgpkg: glibc 2.18-12

hack fix for xattr.h header issues, keep libcrpyt.a due to popular demand

Added:
  glibc/trunk/glibc-2.18-xattr-compat-hack.patch
Modified:
  glibc/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 glibc-2.18-xattr-compat-hack.patch |   19 +++
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 04:40:11 UTC (rev 203268)
+++ PKGBUILD2014-01-07 07:09:38 UTC (rev 203269)
@@ -8,7 +8,7 @@
 
 pkgname=glibc
 pkgver=2.18
-pkgrel=11
+pkgrel=12
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libc;
@@ -31,6 +31,7 @@
 glibc-2.18-getaddrinfo-assertion.patch
 glibc-2.18-scanf-parse-0e-0.patch
 glibc-2.18-strstr-hackfix.patch
+glibc-2.18-xattr-compat-hack.patch
 nscd.service
 nscd.tmpfiles
 locale.gen.txt
@@ -46,6 +47,7 @@
  'd4d86add33f22125777e0ecff06bc9bb'
  '01d19fe9b2aea489cf5651530e0369f2'
  '4441f6dfe7d75ced1fa75e54dd21d36e'
+ '7ca96c68a37f2a4ab91792bfa0160a24'
  'd5fab2cd3abea65aa5ae696ea4a47d6b'
  'da662ca76e7c8d7efbc7986ab7acea2d'
  '07ac979b6ab5eeb778d55f041529d623'
@@ -80,6 +82,9 @@
 
   # hack fix for strstr issues on x86
   patch -p1 -i $srcdir/glibc-2.18-strstr-hackfix.patch
+  
+  # hack fix for {linux,sys}/xattr.h incompatibility
+  patch -p1 -i $srcdir/glibc-2.18-xattr-compat-hack.patch
 
   mkdir ${srcdir}/glibc-build
 }
@@ -161,8 +166,9 @@
 ${srcdir}/glibc-${pkgver}/localedata/SUPPORTED  ${pkgdir}/etc/locale.gen
 
   # remove the static libraries that have a shared counterpart
-  # note: keep libc, libdl, libm, libpthread for binutils testsuite
-  rm $pkgdir/usr/lib/lib{anl,BrokenLocale,crypt,nsl,resolv,rt,util}.a
+  # libc, libdl, libm and libpthread are required for toolchain testsuites
+  # in addition libcrypt appears widely required
+  rm $pkgdir/usr/lib/lib{anl,BrokenLocale,nsl,resolv,rt,util}.a
 
   # Do not strip the following files for improved debugging support
   # (improved as in not breaking gdb and valgrind...):

Added: glibc-2.18-xattr-compat-hack.patch
===
--- glibc-2.18-xattr-compat-hack.patch  (rev 0)
+++ glibc-2.18-xattr-compat-hack.patch  2014-01-07 07:09:38 UTC (rev 203269)
@@ -0,0 +1,19 @@
+diff -Naur glibc-2.18-orig/misc/sys/xattr.h glibc-2.18/misc/sys/xattr.h
+--- glibc-2.18-orig/misc/sys/xattr.h   2013-08-11 08:52:55.0 +1000
 glibc-2.18/misc/sys/xattr.h2014-01-07 15:45:50.533969040 +1000
+@@ -26,13 +26,8 @@
+ 
+ /* The following constants should be used for the fifth parameter of
+`*setxattr'.  */
+-enum
+-{
+-  XATTR_CREATE = 1,   /* set value, fail if attr already exists.  */
+-#define XATTR_CREATE  XATTR_CREATE
+-  XATTR_REPLACE = 2   /* set value, fail if attr does not exist.  */
+-#define XATTR_REPLACE XATTR_REPLACE
+-};
++#define XATTR_CREATE  1
++#define XATTR_REPLACE 2
+ 
+ /* Set the attribute NAME of the file pointed to by PATH to VALUE (which
+is SIZE bytes long).  Return 0 on success, -1 for errors.  */



  1   2   >