[arch-commits] Commit in xf86-input-wacom/trunk (PKGBUILD)

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 09:05:36
  Author: heftig
Revision: 189776

0.21.0

Modified:
  xf86-input-wacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-07 23:18:58 UTC (rev 189775)
+++ PKGBUILD2013-07-08 07:05:36 UTC (rev 189776)
@@ -4,8 +4,8 @@
 # Contributor: M Rawash mraw...@gmail.com
 
 pkgname=xf86-input-wacom
-pkgver=0.20.0
-pkgrel=2
+pkgver=0.21.0
+pkgrel=1
 pkgdesc=X.Org Wacom tablet driver
 arch=(i686 x86_64)
 url=http://linuxwacom.sourceforge.net/;
@@ -18,7 +18,7 @@
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
 70-wacom.rules)
-md5sums=('a726649cb05c98cb1b18a3b7a4f079ed'
+md5sums=('534784a3a776451c2572e2b666266f36'
  'cc46dcb399d5ee62c9feb610c60d1270')
 
 build() {



[arch-commits] Commit in xf86-input-wacom/repos (8 files)

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 09:06:15
  Author: heftig
Revision: 189777

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

Added:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
(from rev 189776, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-i686/PKGBUILD
(from rev 189776, xf86-input-wacom/trunk/PKGBUILD)
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
(from rev 189776, xf86-input-wacom/trunk/70-wacom.rules)
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD
(from rev 189776, xf86-input-wacom/trunk/PKGBUILD)
Deleted:
  xf86-input-wacom/repos/extra-i686/70-wacom.rules
  xf86-input-wacom/repos/extra-i686/PKGBUILD
  xf86-input-wacom/repos/extra-x86_64/70-wacom.rules
  xf86-input-wacom/repos/extra-x86_64/PKGBUILD

-+
 /70-wacom.rules |   30 ++
 /PKGBUILD   |   70 ++
 extra-i686/70-wacom.rules   |   15 -
 extra-i686/PKGBUILD |   35 -
 extra-x86_64/70-wacom.rules |   15 -
 extra-x86_64/PKGBUILD   |   35 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/70-wacom.rules
===
--- extra-i686/70-wacom.rules   2013-07-08 07:05:36 UTC (rev 189776)
+++ extra-i686/70-wacom.rules   2013-07-08 07:06:15 UTC (rev 189777)
@@ -1,15 +0,0 @@
-ACTION!=add|change, GOTO=wacom_end
-
-# Match all serial wacom tablets with a serial ID starting with WACf
-# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
-#We assign the lot to subsystem pnp too because server reads NAME from
-#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
-#will do and the ENV{NAME} can be removed.
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
-
-# inputattach
-SUBSYSTEM==tty|pnp, KERNEL==ttyS[0-9]*, ATTRS{id}==WACf*, 
RUN+=/usr/sbin/modprobe wacom_w8001, RUN+=/usr/sbin/inputattach --daemon 
-w8001 /dev/%k
-
-LABEL=wacom_end
-

Copied: xf86-input-wacom/repos/extra-i686/70-wacom.rules (from rev 189776, 
xf86-input-wacom/trunk/70-wacom.rules)
===
--- extra-i686/70-wacom.rules   (rev 0)
+++ extra-i686/70-wacom.rules   2013-07-08 07:06:15 UTC (rev 189777)
@@ -0,0 +1,15 @@
+ACTION!=add|change, GOTO=wacom_end
+
+# Match all serial wacom tablets with a serial ID starting with WACf
+# Notes: We assign NAME though we shouldn't, but currently the server requires 
it
+#We assign the lot to subsystem pnp too because server reads NAME from
+#the parent device. Once all that's fixed, as simple SUBSYSTEM=tty
+#will do and the ENV{NAME} can be removed.
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==WACf*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+SUBSYSTEM==tty|pnp, SUBSYSTEMS==pnp, ATTRS{id}==FUJ*, 
ENV{ID_MODEL}=Serial Wacom Tablet $attr{id}, ENV{ID_INPUT}=1, 
ENV{ID_INPUT_TABLET}=1, ENV{NAME}=Serial Wacom Tablet $attr{id}
+
+# inputattach
+SUBSYSTEM==tty|pnp, KERNEL==ttyS[0-9]*, ATTRS{id}==WACf*, 
RUN+=/usr/sbin/modprobe wacom_w8001, RUN+=/usr/sbin/inputattach --daemon 
-w8001 /dev/%k
+
+LABEL=wacom_end
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 07:05:36 UTC (rev 189776)
+++ extra-i686/PKGBUILD 2013-07-08 07:06:15 UTC (rev 189777)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: M Rawash mraw...@gmail.com
-
-pkgname=xf86-input-wacom
-pkgver=0.20.0
-pkgrel=2
-pkgdesc=X.Org Wacom tablet driver
-arch=(i686 x86_64)
-url=http://linuxwacom.sourceforge.net/;
-license=(GPL)
-backup=('etc/X11/xorg.conf.d/50-wacom.conf')
-depends=(libxi libxinerama libxrandr)
-makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
-optdepends=('inputattach: support for serial tablets')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
-70-wacom.rules)
-md5sums=('a726649cb05c98cb1b18a3b7a4f079ed'
- 'cc46dcb399d5ee62c9feb610c60d1270')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make 

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 09:27:56
  Author: bpiotrowski
Revision: 93635

upgpkg: openbox 3.5.0-9

- add /etc/xdg/{autostart,environment} to backup array (FS#36045)

Modified:
  openbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 01:48:15 UTC (rev 93634)
+++ PKGBUILD2013-07-08 07:27:56 UTC (rev 93635)
@@ -6,7 +6,7 @@
 
 pkgname=openbox
 pkgver=3.5.0
-pkgrel=8
+pkgrel=9
 pkgdesc='Highly configurable and lightweight X11 window manager'
 arch=('i686' 'x86_64')
 url='http://openbox.org'
@@ -16,7 +16,8 @@
 optdepends=('python2: for the xdg-autostart script')
 groups=('lxde')
 options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml')
+backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
+'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
 source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
 openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
 openbox-3.5.0-title-matching.patch



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 09:28:15
  Author: bpiotrowski
Revision: 93636

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

Added:
  openbox/repos/community-i686/PKGBUILD
(from rev 93635, openbox/trunk/PKGBUILD)
  
openbox/repos/community-i686/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
(from rev 93635, 
openbox/trunk/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch)
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
(from rev 93635, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
(from rev 93635, openbox/trunk/openbox-3.5.0-which-2.20.patch)
  openbox/repos/community-x86_64/PKGBUILD
(from rev 93635, openbox/trunk/PKGBUILD)
  
openbox/repos/community-x86_64/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
(from rev 93635, 
openbox/trunk/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
(from rev 93635, openbox/trunk/openbox-3.5.0-title-matching.patch)
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch
(from rev 93635, openbox/trunk/openbox-3.5.0-which-2.20.patch)
Deleted:
  openbox/repos/community-i686/PKGBUILD
  
openbox/repos/community-i686/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
  openbox/repos/community-i686/openbox-3.5.0-title-matching.patch
  openbox/repos/community-i686/openbox-3.5.0-which-2.20.patch
  openbox/repos/community-x86_64/PKGBUILD
  
openbox/repos/community-x86_64/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
  openbox/repos/community-x86_64/openbox-3.5.0-title-matching.patch
  openbox/repos/community-x86_64/openbox-3.5.0-which-2.20.patch

+
 /PKGBUILD  |  
120 ++
 /openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch |   
56 
 /openbox-3.5.0-title-matching.patch|   
22 +
 /openbox-3.5.0-which-2.20.patch|   
22 +
 community-i686/PKGBUILD|   
59 
 community-i686/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch   |   
28 --
 community-i686/openbox-3.5.0-title-matching.patch  |   
11 
 community-i686/openbox-3.5.0-which-2.20.patch  |   
11 
 community-x86_64/PKGBUILD  |   
59 
 community-x86_64/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch |   
28 --
 community-x86_64/openbox-3.5.0-title-matching.patch|   
11 
 community-x86_64/openbox-3.5.0-which-2.20.patch|   
11 
 12 files changed, 220 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 07:27:56 UTC (rev 93635)
+++ community-i686/PKGBUILD 2013-07-08 07:28:15 UTC (rev 93636)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-
-pkgname=openbox
-pkgver=3.5.0
-pkgrel=8
-pkgdesc='Highly configurable and lightweight X11 window manager'
-arch=('i686' 'x86_64')
-url='http://openbox.org'
-license=('GPL')
-depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
- 'libxcursor' 'pango' 'imlib2')
-optdepends=('python2: for the xdg-autostart script')
-groups=('lxde')
-options=('!libtool')
-backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml')
-source=(http://www.icculus.org/openbox/releases/$pkgname-$pkgver.tar.gz
-openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch
-openbox-3.5.0-title-matching.patch
-openbox-3.5.0-which-2.20.patch)
-md5sums=('00441b53cf14c03566c8e82643544ff9'
- 'f2e5198a9dfc803c59fd42448a85f2da'
- '0a11d7149da210a31ef88f8a9c717711'
- '7ca3b5244bb092d46f5bcf1e2bdf4a18')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i 
$srcdir/openbox-3.5.0-Fix-crash-on-NET_WM_MOVERESIZE_CANCEL.patch # FS#29812
-  patch -Np1 -i $srcdir/openbox-3.5.0-title-matching.patch  # OB#5277
-  patch -Np1 -i $srcdir/openbox-3.5.0-which-2.20.patch # FS#11455
-
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-data/autostart/openbox-xdg-autostart
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-x \
---enable-startup-notification \
---sysconfdir=/etc \
---libexecdir=/usr/lib/openbox
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/bin/{gdm-control,gnome-panel-control}
-
-  sed -i 's:startkde:/usr/bin/\0:' 

[arch-commits] Commit in boost/trunk (2 files)

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 09:30:51
  Author: bpiotrowski
Revision: 189778

upgpkg: boost 1.54.0-2

- add patch to fix int128 detection (FS#36061)

Added:
  boost/trunk/boost-1.54.0-Fix-macro-for-int128-detection.patch
Modified:
  boost/trunk/PKGBUILD

---+
 PKGBUILD  |   10 -
 boost-1.54.0-Fix-macro-for-int128-detection.patch |   35 
 2 files changed, 42 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 07:06:15 UTC (rev 189777)
+++ PKGBUILD2013-07-08 07:30:51 UTC (rev 189778)
@@ -10,15 +10,17 @@
 pkgname=('boost-libs' 'boost')
 pkgver=1.54.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
 url=http://www.boost.org/;
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.53.0-python3.patch)
+boost-1.53.0-python3.patch
+boost-1.54.0-Fix-macro-for-int128-detection.patch)
 sha1sums=('069501636097d3f40ddfd996d29748bb23591c53'
-  '34026072a7cb2534164f20e77bb71a5c75093307')
+  '34026072a7cb2534164f20e77bb71a5c75093307'
+  'bf5177694ab8a0df6bc13aa47b05727c40febebb')
 
 
 build() {
@@ -27,6 +29,8 @@
 
cd ${srcdir}/${pkgbase}_${_boostver}
 
+   patch -Np2 -i ../boost-1.54.0-Fix-macro-for-int128-detection.patch
+
# Fix build errors with python 3
sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
patch -Np1 -i ../boost-1.53.0-python3.patch

Added: boost-1.54.0-Fix-macro-for-int128-detection.patch
===
--- boost-1.54.0-Fix-macro-for-int128-detection.patch   
(rev 0)
+++ boost-1.54.0-Fix-macro-for-int128-detection.patch   2013-07-08 07:30:51 UTC 
(rev 189778)
@@ -0,0 +1,35 @@
+Index: /trunk/boost/lexical_cast.hpp
+===
+--- /trunk/boost/lexical_cast.hpp  (revision 84136)
 /trunk/boost/lexical_cast.hpp  (revision 84965)
+@@ -70,8 +70,8 @@
+ #endif
+ 
+-#if (defined(BOOST_LCAST_HAS_INT128)  !defined(__GNUC__)) || GCC_VERSION  
40700
++// GCC 4.6 has some issues with int128 and uint128. Issues were fixed in GCC 
4.7
++#if defined(BOOST_HAS_INT128)  (!defined(__GNUC__) || __GNUC__  4 || 
(__GNUC__ == 4  __GNUC_MINOR__  6))
+ #define BOOST_LCAST_HAS_INT128
+ #endif
+-
+ 
+ namespace boost
+Index: /trunk/libs/conversion/test/lexical_cast_integral_types_test.cpp
+===
+--- /trunk/libs/conversion/test/lexical_cast_integral_types_test.cpp   
(revision 83717)
 /trunk/libs/conversion/test/lexical_cast_integral_types_test.cpp   
(revision 84965)
+@@ -49,5 +49,5 @@
+ #endif
+ 
+-#if (defined(BOOST_LCAST_HAS_INT128)  !defined(__GNUC__)) || GCC_VERSION  
40700
++#if defined(BOOST_HAS_INT128)  (!defined(__GNUC__) || __GNUC__  4 || 
(__GNUC__ == 4  __GNUC_MINOR__  6))
+ #define BOOST_LCAST_HAS_INT128
+ #endif
+@@ -445,6 +445,6 @@
+ 
+ // Overflow test case from David W. Birdsall
+-std::string must_owerflow_str = 16000;
+-std::string must_owerflow_negative_str = -16000;
++std::string must_owerflow_str = (sizeof(T)  16 ?  
16000 :  1600);
++std::string must_owerflow_negative_str =(sizeof(T)  16 ? 
-16000 : -1600);
+ for (int i = 0; i  15; ++i) {
+ BOOST_CHECK_THROW(lexical_castT(must_owerflow_str), 
bad_lexical_cast);



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 09:31:03
  Author: bpiotrowski
Revision: 189779

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

Added:
  boost/repos/staging-i686/PKGBUILD
(from rev 189778, boost/trunk/PKGBUILD)
  boost/repos/staging-i686/boost-1.53.0-python3.patch
(from rev 189778, boost/trunk/boost-1.53.0-python3.patch)
  boost/repos/staging-i686/boost-1.54.0-Fix-macro-for-int128-detection.patch
(from rev 189778, 
boost/trunk/boost-1.54.0-Fix-macro-for-int128-detection.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 189778, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/boost-1.53.0-python3.patch
(from rev 189778, boost/trunk/boost-1.53.0-python3.patch)
  boost/repos/staging-x86_64/boost-1.54.0-Fix-macro-for-int128-detection.patch
(from rev 189778, 
boost/trunk/boost-1.54.0-Fix-macro-for-int128-detection.patch)
Deleted:
  boost/repos/staging-i686/PKGBUILD
  boost/repos/staging-i686/boost-1.53.0-python3.patch
  boost/repos/staging-x86_64/PKGBUILD
  boost/repos/staging-x86_64/boost-1.53.0-python3.patch

--+
 /PKGBUILD|  222 
++
 /boost-1.53.0-python3.patch  |  192 

 staging-i686/PKGBUILD|  107 
 staging-i686/boost-1.53.0-python3.patch  |   96 
 staging-i686/boost-1.54.0-Fix-macro-for-int128-detection.patch   |   35 +
 staging-x86_64/PKGBUILD  |  107 
 staging-x86_64/boost-1.53.0-python3.patch|   96 
 staging-x86_64/boost-1.54.0-Fix-macro-for-int128-detection.patch |   35 +
 8 files changed, 484 insertions(+), 406 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-07-08 07:30:51 UTC (rev 189778)
+++ staging-i686/PKGBUILD   2013-07-08 07:31:03 UTC (rev 189779)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Kritoke krit...@gamebox.net
-# Contributor: Luca Roccia little_r...@users.sourceforge.net
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.54.0
-_boostver=${pkgver//./_}
-pkgrel=1
-url=http://www.boost.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.53.0-python3.patch)
-sha1sums=('069501636097d3f40ddfd996d29748bb23591c53'
-  '34026072a7cb2534164f20e77bb71a5c75093307')
-
-
-build() {
-   export _stagedir=${srcdir}/stagedir
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
-
-   cd ${srcdir}/${pkgbase}_${_boostver}
-
-   # Fix build errors with python 3
-   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
-   patch -Np1 -i ../boost-1.53.0-python3.patch
-
-   # Shut up strict aliasing warnings
-   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
-   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
-   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-   # Support for OpenMPI
-   echo using mpi ;  ./tools/build/v2/user-config.jam
-
-   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
-
-   _bindir=bin.linuxx86
-   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
-
-   install -d -m 755 ${_stagedir}/bin
-   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
-
-   pushd tools
-   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=gcc $_tool
-   done
-   ${_stagedir}/bin/bjam --toolset=gcc cflags=-std=gnu++11 library_status
-   popd
-   cp -a dist/bin/* ${_stagedir}/bin
-
-   #boostbook is needed by quickbook
-   install -d -m 755 ${_stagedir}/share/boostbook
-   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
-
-   # default minimal install: release link=shared,static
-   # runtime-link=shared threading=single,multi
-   # --layout=tagged will add the -mt suffix for multithreaded libraries
-   # and installs includes in /usr/include/boost.
-   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-   # install to ${_stagedir} in preparation for split packaging
-   ${_stagedir}/bin/bjam \
-  variant=release \
-  debug-symbols=off \
-  threading=multi \
-  runtime-link=shared \
-  link=shared \
-  toolset=gcc \
-  python=2.7 \
-  --layout=system \
-  

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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 09:36:42
  Author: tpowa
Revision: 189780

upgpkg: lirc 1:0.9.0-51

fix depends to 3.10 kernel

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 07:31:03 UTC (rev 189779)
+++ PKGBUILD2013-07-08 07:36:42 UTC (rev 189780)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=50
+pkgrel=51
 epoch=1
 _extramodules=extramodules-3.10-ARCH
 arch=('i686' 'x86_64')
@@ -57,7 +57,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.9' 'linux3.10')
+  depends=('lirc-utils' 'linux=3.10' 'linux3.11')
   replaces=('lirc+pctv')
   install=lirc.install
 



[arch-commits] Commit in lirc/repos (52 files)

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 09:37:15
  Author: tpowa
Revision: 189781

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 189780, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 189780, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 189780, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 189780, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 189780, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 189780, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 189780, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 189780, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 189780, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 189780, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 189780, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 189780, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 189780, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 189780, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 189780, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 189780, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 189780, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 189780, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 189780, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 189780, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 189780, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 189780, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 189780, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 189780, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 189780, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 189780, lirc/trunk/lircm.service)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircm.service

+
 /PKGBUILD  |  214 +++
 /irexec.service|   22 ++
 /kernel-2.6.39.patch   |  108 +++
 /linux-3.8.patch   |  160 +
 /lirc-utils.install|   14 +
 /lirc.install  |   32 +++
 /lirc.logrotate|   10 +
 /lirc.service  |   22 ++
 /lirc.tmpfiles |2 
 /lirc_atiusb-kfifo.patch   |   62 ++
 /lirc_wpc8769l.patch   |  176 ++
 /lircd-handle-large-config.patch   |   78 
 /lircm.service |   22 ++
 testing-i686/PKGBUILD  |  107 ---
 testing-i686/irexec.service|   11 -
 testing-i686/kernel-2.6.39.patch   |   54 -
 testing-i686/linux-3.8.patch   |   80 
 testing-i686/lirc-utils.install|7 
 testing-i686/lirc.install  

[arch-commits] Commit in (omniorb)

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 09:40:21
  Author: lcarlier
Revision: 93637

Moved to unsupported

Deleted:
  omniorb/



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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 10:01:25
  Author: lcarlier
Revision: 93648

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 93647, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 08:01:16 UTC (rev 93647)
+++ PKGBUILD2013-07-08 08:01:25 UTC (rev 93648)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Laurent Carlier lordhea...@gmail.com
-# Contributor: DsTr d...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-
-pkgname=winetricks
-pkgver=20130624
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
-   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('e8782918a107b63f80656aebba9d6c4c'
- '0a2456fcacbca4c9db1e700d7b42207e')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
-  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 93647, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 08:01:25 UTC (rev 93648)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: DsTr d...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+pkgname=winetricks
+pkgver=20130707
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;
+   
http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
+md5sums=('153383a6d1a0eb1ad9f070696ee9fd0b'
+ '0a2456fcacbca4c9db1e700d7b42207e')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  install -Dm755 ${srcdir}/winetricks-${pkgver} 
${pkgdir}/usr/bin/winetricks
+  install -Dm644 ${srcdir}/winetricks.1 
${pkgdir}/usr/share/man/man1/winetricks.1
+}



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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 10:01:16
  Author: lcarlier
Revision: 93647

upgpkg: winetricks 20130707-1

upstream update 20130707

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 07:44:32 UTC (rev 93646)
+++ PKGBUILD2013-07-08 08:01:16 UTC (rev 93647)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20130624
+pkgver=20130707
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 'kdebase-kdialog: GUI for KDE desktop')
 source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;

http://winetricks.googlecode.com/svn-history/r532/trunk/src/winetricks.1)
-md5sums=('e8782918a107b63f80656aebba9d6c4c'
+md5sums=('153383a6d1a0eb1ad9f070696ee9fd0b'
  '0a2456fcacbca4c9db1e700d7b42207e')
 
 package() {



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:14:13
  Author: bpiotrowski
Revision: 189790

upgpkg: enblend-enfuse 4.1.1-2

- rebuild against boost 1.54.0

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 07:43:27 UTC (rev 189789)
+++ PKGBUILD2013-07-08 08:14:13 UTC (rev 189790)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Intelligent blend tool for overlapping picture
 arch=(i686 x86_64)
 license=('GPL')



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:14:25
  Author: bpiotrowski
Revision: 189791

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 189790, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 189790, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 189790, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 189790, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 189790, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 08:14:25 UTC (rev 189791)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=2
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
189790, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2013-07-08 08:14:25 UTC (rev 189791)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 189790, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-08 08:14:25 UTC (rev 189791)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=2
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
189790, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2013-07-08 08:14:25 UTC (rev 
189791)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info 

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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 10:15:19
  Author: lcarlier
Revision: 93649

upgpkg: performous 0.7.0-8

boost 1.54.0 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:01:25 UTC (rev 93648)
+++ PKGBUILD2013-07-08 08:15:19 UTC (rev 93649)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=0.7.0
-pkgrel=7
+pkgrel=8
 pkgdesc='A free game like Singstar, Rockband or Stepmania'
 arch=('i686' 'x86_64')
 url=http://performous.org/;



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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 10:15:34
  Author: lcarlier
Revision: 93650

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

Added:
  performous/repos/community-staging-i686/
  performous/repos/community-staging-i686/PKGBUILD
(from rev 93649, performous/trunk/PKGBUILD)
  performous/repos/community-staging-i686/fix-noisy-sound-output.patch
(from rev 93649, performous/trunk/fix-noisy-sound-output.patch)
  performous/repos/community-staging-i686/performous-0.7.0-cmake.patch
(from rev 93649, performous/trunk/performous-0.7.0-cmake.patch)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 93649, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/fix-noisy-sound-output.patch
(from rev 93649, performous/trunk/fix-noisy-sound-output.patch)
  performous/repos/community-staging-x86_64/performous-0.7.0-cmake.patch
(from rev 93649, performous/trunk/performous-0.7.0-cmake.patch)

---+
 community-staging-i686/PKGBUILD   |   48 +
 community-staging-i686/fix-noisy-sound-output.patch   |  440 
 community-staging-i686/performous-0.7.0-cmake.patch   |  155 +
 community-staging-x86_64/PKGBUILD |   48 +
 community-staging-x86_64/fix-noisy-sound-output.patch |  440 
 community-staging-x86_64/performous-0.7.0-cmake.patch |  155 +
 6 files changed, 1286 insertions(+)

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


[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD git-fixes.patch)

2013-07-08 Thread Jan de Groot
Date: Monday, July 8, 2013 @ 10:15:55
  Author: jgc
Revision: 189792

upgpkg: gnome-settings-daemon 3.8.3-2

Add fixes from git, fixes random hangup and dconf segfaults on startup 
(FS#36009)

Added:
  gnome-settings-daemon/trunk/git-fixes.patch
Modified:
  gnome-settings-daemon/trunk/PKGBUILD

-+
 PKGBUILD|   16 ++-
 git-fixes.patch |  258 ++
 2 files changed, 271 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:14:25 UTC (rev 189791)
+++ PKGBUILD2013-07-08 08:15:55 UTC (rev 189792)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,11 +14,21 @@
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00e7f46c9a6fb8b148255adfcdd26bc5f2c1d393b8dfbac69da100c8dcfa1b6c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+sha256sums=('00e7f46c9a6fb8b148255adfcdd26bc5f2c1d393b8dfbac69da100c8dcfa1b6c'
+'30b0a42df9ea0c6c18ed51cb8f150008e4b5ab624eb420f0251d08ab2503c330')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
+  aclocal
+  autoconf
+  automake --add-missing
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/gnome-settings-daemon --disable-static

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-07-08 08:15:55 UTC (rev 189792)
@@ -0,0 +1,258 @@
+diff --git a/data/gnome-settings-daemon.desktop.in.in 
b/data/gnome-settings-daemon.desktop.in.in
+index c5a5518..ff71eee 100644
+--- a/data/gnome-settings-daemon.desktop.in.in
 b/data/gnome-settings-daemon.desktop.in.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Type=Application
+ _Name=GNOME Settings Daemon
+-Exec=@libexecdir@/gnome-settings-daemon
++Exec=@libexecdir@/gnome-settings-daemon-localeexec
+ OnlyShowIn=GNOME;
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=Initialization
+diff --git a/gnome-settings-daemon/Makefile.am 
b/gnome-settings-daemon/Makefile.am
+index 194a7cc..94b3861 100644
+--- a/gnome-settings-daemon/Makefile.am
 b/gnome-settings-daemon/Makefile.am
+@@ -48,6 +48,15 @@ gsddir = $(libexecdir)
+ gsd_PROGRAMS = \
+   gnome-settings-daemon
+ 
++gsd_SCRIPTS = \
++  gnome-settings-daemon-localeexec
++
++EXTRA_DIST = \
++  gnome-settings-daemon-localeexec.in
++
++gnome-settings-daemon-localeexec: gnome-settings-daemon-localeexec.in
++  $(AM_V_GEN) sed -e s|\@libexecdir\@|$(libexecdir)| -e 
s|\@prefix\@|$(prefix)|  $  $@.tmp  mv $@.tmp $@
++
+ apidir   = 
$(includedir)/gnome-settings-daemon-$(GSD_API_VERSION)/gnome-settings-daemon
+ api_DATA =\
+   gnome-settings-plugin.h
+diff --git a/gnome-settings-daemon/gnome-settings-daemon-localeexec.in 
b/gnome-settings-daemon/gnome-settings-daemon-localeexec.in
+new file mode 100755
+index 000..eed91a4
+--- /dev/null
 b/gnome-settings-daemon/gnome-settings-daemon-localeexec.in
+@@ -0,0 +1,20 @@
++#!/bin/sh
++
++SETTING=$(gsettings get org.gnome.system.locale region)
++REGION=${SETTING#\'}
++REGION=${REGION%\'}
++
++if [ -n $REGION ]; then
++  export LC_TIME=$REGION
++  export LC_NUMERIC=$REGION
++  export LC_MONETARY=$REGION
++  export LC_MEASUREMENT=$REGION
++  export LC_PAPER=$REGION
++fi
++
++if [ -x @prefix@/bin/ibus-daemon ]; then
++  export QT_IM_MODULE=ibus
++  export XMODIFIERS=@im=ibus
++fi
++
++exec @libexecdir@/gnome-settings-daemon
+diff --git a/gnome-settings-daemon/main.c b/gnome-settings-daemon/main.c
+index 24c1598..16017df 100644
+--- a/gnome-settings-daemon/main.c
 b/gnome-settings-daemon/main.c
+@@ -279,37 +279,6 @@ set_legacy_ibus_env_vars (GDBusProxy *proxy)
+ }
+ #endif
+ 
+-/* Keep synchronised with set_locale() and
+- * set_legacy_ibus_env_vars() above */
+-static void
+-set_locale_env (void)
+-{
+-GSettings *locale_settings;
+-gchar *region;
+-
+-/* Set locale environment */
+-locale_settings = g_settings_new (org.gnome.system.locale);
+-region = g_settings_get_string (locale_settings, region);
+-if (region[0]) {
+-g_setenv (LC_TIME, region, TRUE);
+-g_setenv (LC_NUMERIC, region, TRUE);
+-g_setenv (LC_MONETARY, region, TRUE);
+-g_setenv (LC_MEASUREMENT, region, TRUE);
+-g_setenv (LC_PAPER, region, TRUE);
+-}
+-g_free (region);
+-g_object_unref (locale_settings);
+-
+-#ifdef HAVE_IBUS
+-/* Set IBus legacy environment */
+- 

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

2013-07-08 Thread Jan de Groot
Date: Monday, July 8, 2013 @ 10:16:03
  Author: jgc
Revision: 189793

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 189792, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/git-fixes.patch
(from rev 189792, gnome-settings-daemon/trunk/git-fixes.patch)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 189792, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 189792, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/git-fixes.patch
(from rev 189792, gnome-settings-daemon/trunk/git-fixes.patch)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 189792, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   90 +
 /gnome-settings-daemon.install |   24 ++
 extra-i686/PKGBUILD|   35 ---
 extra-i686/git-fixes.patch |  258 +++
 extra-i686/gnome-settings-daemon.install   |   12 -
 extra-x86_64/PKGBUILD  |   35 ---
 extra-x86_64/git-fixes.patch   |  258 +++
 extra-x86_64/gnome-settings-daemon.install |   12 -
 8 files changed, 630 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 08:15:55 UTC (rev 189792)
+++ extra-i686/PKGBUILD 2013-07-08 08:16:03 UTC (rev 189793)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-settings-daemon
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=The GNOME Settings daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg')
-makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
-options=('!emptydirs' '!libtool')
-install=gnome-settings-daemon.install
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00e7f46c9a6fb8b148255adfcdd26bc5f2c1d393b8dfbac69da100c8dcfa1b6c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 189792, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 08:16:03 UTC (rev 189793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.8.3
+pkgrel=2
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+git-fixes.patch)
+sha256sums=('00e7f46c9a6fb8b148255adfcdd26bc5f2c1d393b8dfbac69da100c8dcfa1b6c'
+'30b0a42df9ea0c6c18ed51cb8f150008e4b5ab624eb420f0251d08ab2503c330')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../git-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  aclocal
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-settings-daemon/repos/extra-i686/git-fixes.patch (from rev 
189792, gnome-settings-daemon/trunk/git-fixes.patch)

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:24:16
  Author: bpiotrowski
Revision: 189795

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

Added:
  liborigin2/repos/staging-i686/
  liborigin2/repos/staging-i686/PKGBUILD
(from rev 189794, liborigin2/trunk/PKGBUILD)
  liborigin2/repos/staging-i686/liborigin.pro.archlinux
(from rev 189794, liborigin2/trunk/liborigin.pro.archlinux)
  liborigin2/repos/staging-x86_64/
  liborigin2/repos/staging-x86_64/PKGBUILD
(from rev 189794, liborigin2/trunk/PKGBUILD)
  liborigin2/repos/staging-x86_64/liborigin.pro.archlinux
(from rev 189794, liborigin2/trunk/liborigin.pro.archlinux)

+
 staging-i686/PKGBUILD  |   58 +++
 staging-i686/liborigin.pro.archlinux   |   20 ++
 staging-x86_64/PKGBUILD|   58 +++
 staging-x86_64/liborigin.pro.archlinux |   20 ++
 4 files changed, 156 insertions(+)

Copied: liborigin2/repos/staging-i686/PKGBUILD (from rev 189794, 
liborigin2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 08:24:16 UTC (rev 189795)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20110829
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://soft.proindependent.com/liborigin2/;
+license=('GPL3')
+makedepends=('doxygen' 'qt4' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+sha1sums=('13851b17b21ec49375e4f5dfbd3ab4b9bf72f5be'
+  '9bb73eccc031b3a9e7c061b8cdbaf3e20aa2669d'
+  '2fd9ff17ff6b6f34b20fc473c82bf17ac1922e86')
+
+build() {
+   cd ${srcdir}/${pkgbase}
+
+   install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
+   install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back like 
it was in previous releases
+
+   qmake-qt4 liborigin2.pro QMAKESPEC=linux-g++
+   make QTDIR=/usr/ QMAKESPEC=linux-g++
+
+# create documentation
+cd doc
+doxygen
+}
+
+package_liborigin2() {
+pkgdesc=A library for reading OriginLab OPJ project files
+depends=('boost-libs')
+
+cd ${srcdir}/${pkgbase}
+
+   INSTALL_ROOT=${pkgdir} make install
+
+# install missing includes
+install -Dm644 tree.hh ${pkgdir}/usr/include/liborigin2/tree.hh
+for i in *.h; do
+  install -Dm644 ${i} ${pkgdir}/usr/include/liborigin2/${i}
+done
+}
+package_liborigin2-docs() {
+pkgdesc=Documentation for liborigin2: a library for reading OriginLab 
OPJ project files
+
+cd ${srcdir}/${pkgbase}/doc
+   install -d ${pkgdir}/usr/share/doc/${pkgbase}
+   cp -rf html/* ${pkgdir}/usr/share/doc/${pkgbase}
+   chmod 755 ${pkgdir}/usr/share/doc/liborigin2/images
+   chmod 644 ${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png
+}

Copied: liborigin2/repos/staging-i686/liborigin.pro.archlinux (from rev 189794, 
liborigin2/trunk/liborigin.pro.archlinux)
===
--- staging-i686/liborigin.pro.archlinux(rev 0)
+++ staging-i686/liborigin.pro.archlinux2013-07-08 08:24:16 UTC (rev 
189795)
@@ -0,0 +1,20 @@
+TARGET   = origin2
+TEMPLATE = lib
+CONFIG  += warn_on release thread
+#CONFIG  += staticlib
+MOC_DIR  = ./tmp
+OBJECTS_DIR  = ./tmp
+
+DESTDIR  = ./
+
+#INCLUDEPATH += boost_1_33_0
+LIBS+= -lboost_date_time
+LIBS+= -lboost_thread
+
+headers.files = \$\$HEADERS
+headers.path = /usr/include/liborigin2
+target.path = /usr/lib
+INSTALLS = target headers
+
+include(liborigin2.pri)
+

Copied: liborigin2/repos/staging-x86_64/PKGBUILD (from rev 189794, 
liborigin2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-08 08:24:16 UTC (rev 189795)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20110829
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://soft.proindependent.com/liborigin2/;
+license=('GPL3')
+makedepends=('doxygen' 'qt4' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+sha1sums=('13851b17b21ec49375e4f5dfbd3ab4b9bf72f5be'
+  '9bb73eccc031b3a9e7c061b8cdbaf3e20aa2669d'
+  

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:24:08
  Author: bpiotrowski
Revision: 189794

upgpkg: liborigin2 20110829-3

- rebuild against boost 1.54.0

Modified:
  liborigin2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:16:03 UTC (rev 189793)
+++ PKGBUILD2013-07-08 08:24:08 UTC (rev 189794)
@@ -5,7 +5,7 @@
 pkgbase=liborigin2
 pkgname=('liborigin2' 'liborigin2-docs')
 pkgver=20110829
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/liborigin2/;
 license=('GPL3')
@@ -22,11 +22,10 @@
 build() {
cd ${srcdir}/${pkgbase}
 
-. /etc/profile.d/qt4.sh
+   install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
+   install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back like 
it was in previous releases
 
-   install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
-install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back 
like it was in previous releases
-   qmake liborigin2.pro QMAKESPEC=linux-g++
+   qmake-qt4 liborigin2.pro QMAKESPEC=linux-g++
make QTDIR=/usr/ QMAKESPEC=linux-g++
 
 # create documentation



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:59:20
  Author: bpiotrowski
Revision: 189797

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

Added:
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 189796, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 189796, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 189796, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 189796, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 189796, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 189796, texlive-bin/trunk/texlive.install)
Deleted:
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
  texlive-bin/repos/testing-i686/PKGBUILD
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-i686/poppler-0.20.patch
  texlive-bin/repos/testing-i686/texlive.install
  texlive-bin/repos/testing-i686/texmf.cnf
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/testing-x86_64/PKGBUILD
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
  texlive-bin/repos/testing-x86_64/texlive.install
  texlive-bin/repos/testing-x86_64/texmf.cnf

--+
 /PKGBUILD|  596 ++
 /fix-fontforge-encoding.patch|   24 
 /texlive.install |  100 +
 testing-i686/PKGBUILD|  323 -
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 -
 testing-x86_64/PKGBUILD  |  323 -
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 -
 15 files changed, 720 insertions(+), 2294 deletions(-)

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


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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 10:59:03
  Author: bpiotrowski
Revision: 189796

upgpkg: texlive-bin 2013.30973-2

- gd 2.1.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/texlive.install
Deleted:
  texlive-bin/trunk/09-texlive-fonts.conf
  texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/trunk/poppler-0.20.patch
  texlive-bin/trunk/texmf.cnf

---+
 PKGBUILD  |  227 +++-
 luatex-r4449-radical-rule-thickness.patch |   23 
 poppler-0.20.patch|   22 
 texlive.install   |   33 -
 texmf.cnf |  724 
 5 files changed, 121 insertions(+), 908 deletions(-)

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


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

2013-07-08 Thread Felix Yan
Date: Monday, July 8, 2013 @ 11:23:20
  Author: fyan
Revision: 93651

upgpkg: mongodb 2.4.5-2 boost 1.54.0 rebuild

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:15:34 UTC (rev 93650)
+++ PKGBUILD2013-07-08 09:23:20 UTC (rev 93651)
@@ -7,7 +7,7 @@
 
 pkgname=mongodb
 pkgver=2.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'



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

2013-07-08 Thread Pierre Schmitz
Date: Monday, July 8, 2013 @ 11:42:49
  Author: pierre
Revision: 189798

upgpkg: grml-zsh-config 0.8.2-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 08:59:20 UTC (rev 189797)
+++ PKGBUILD2013-07-08 09:42:49 UTC (rev 189798)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('50e7aec49a2678a19a6ab4d965e1226736b2ea70ceaaa2a41d640d43c2306bc9')
+sha256sums=('76d4ef8d1b1301a9324305cb74f0f4dc3a040906406c24a67152c25f547340fe')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2013-07-08 Thread Pierre Schmitz
Date: Monday, July 8, 2013 @ 11:44:49
  Author: pierre
Revision: 189799

fuck svn

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 189798, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 09:42:49 UTC (rev 189798)
+++ PKGBUILD2013-07-08 09:44:49 UTC (rev 189799)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.8.1
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('50e7aec49a2678a19a6ab4d965e1226736b2ea70ceaaa2a41d640d43c2306bc9')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 189798, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 09:44:49 UTC (rev 189799)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('76d4ef8d1b1301a9324305cb74f0f4dc3a040906406c24a67152c25f547340fe')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



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

2013-07-08 Thread Felix Yan
Date: Monday, July 8, 2013 @ 11:45:01
  Author: fyan
Revision: 93652

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

Added:
  mongodb/repos/community-staging-i686/
  mongodb/repos/community-staging-i686/PKGBUILD
(from rev 93651, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-i686/SConscript.client.patch
(from rev 93651, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-i686/mongodb.conf
(from rev 93651, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-i686/mongodb.install
(from rev 93651, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-i686/mongodb.service
(from rev 93651, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-i686/removeWerror.patch
(from rev 93651, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-staging-x86_64/
  mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 93651, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-x86_64/SConscript.client.patch
(from rev 93651, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-staging-x86_64/mongodb.conf
(from rev 93651, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-x86_64/mongodb.install
(from rev 93651, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-x86_64/mongodb.service
(from rev 93651, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-x86_64/removeWerror.patch
(from rev 93651, mongodb/trunk/removeWerror.patch)

--+
 community-staging-i686/PKGBUILD  |   82 +
 community-staging-i686/SConscript.client.patch   |   13 +++
 community-staging-i686/mongodb.conf  |8 ++
 community-staging-i686/mongodb.install   |   32 
 community-staging-i686/mongodb.service   |   10 ++
 community-staging-i686/removeWerror.patch|   21 +
 community-staging-x86_64/PKGBUILD|   82 +
 community-staging-x86_64/SConscript.client.patch |   13 +++
 community-staging-x86_64/mongodb.conf|8 ++
 community-staging-x86_64/mongodb.install |   32 
 community-staging-x86_64/mongodb.service |   10 ++
 community-staging-x86_64/removeWerror.patch  |   21 +
 12 files changed, 332 insertions(+)

Copied: mongodb/repos/community-staging-i686/PKGBUILD (from rev 93651, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 09:45:01 UTC (rev 93652)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.4.5
+pkgrel=2
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't 
work
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') 
doesn't work
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service' 'removeWerror.patch')
+
+build() {
+  # fucking mongo aint no fun to package
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  # failed to build with -Werror since 2.4.0
+  patch -Np1 -i $srcdir/removeWerror.patch
+
+  scons all \
+--use-system-boost \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--ssl \
+--sharedclient
+# --use-sasl-client doesn't work
+# --use-system-v8 doesn't work
+}
+
+COMMENT
+check() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smokeAll --smokedbprefix=$srcdir
+}
+COMMENT
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install \
+--use-system-boost \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--ssl \
+--sharedclient \
+--full \
+--prefix=$pkgdir/usr
+# --use-sasl-client doesn't work
+# --use-system-v8 doesn't work
+
+  rm $pkgdir/usr/lib/libmongoclient.a
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 $pkgdir/var/log/mongodb
+}
+
+sha512sums=('07a46770c5acc0e046750e0299e669b934f6093705f5979bc5fa8bb56e73761f9602a5bdbaaad688700e4dde32d1e5f48a6cf3763ffab4d80a47f0158d8fb89e'
+ 

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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 12:05:54
  Author: lcarlier
Revision: 93654

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

Added:
  kmymoney/repos/community-staging-i686/
  kmymoney/repos/community-staging-i686/PKGBUILD
(from rev 93653, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-i686/git-fixes.diff
(from rev 93653, kmymoney/trunk/git-fixes.diff)
  kmymoney/repos/community-staging-i686/kmymoney.changelog
(from rev 93653, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-staging-i686/kmymoney.install
(from rev 93653, kmymoney/trunk/kmymoney.install)
  kmymoney/repos/community-staging-x86_64/
  kmymoney/repos/community-staging-x86_64/PKGBUILD
(from rev 93653, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-staging-x86_64/git-fixes.diff
(from rev 93653, kmymoney/trunk/git-fixes.diff)
  kmymoney/repos/community-staging-x86_64/kmymoney.changelog
(from rev 93653, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-staging-x86_64/kmymoney.install
(from rev 93653, kmymoney/trunk/kmymoney.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/git-fixes.diff   |   43 ++
 community-staging-i686/kmymoney.changelog   |   32 
 community-staging-i686/kmymoney.install |   13 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/git-fixes.diff |   43 ++
 community-staging-x86_64/kmymoney.changelog |   32 
 community-staging-x86_64/kmymoney.install   |   13 ++
 8 files changed, 274 insertions(+)

Copied: kmymoney/repos/community-staging-i686/PKGBUILD (from rev 93653, 
kmymoney/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 10:05:54 UTC (rev 93654)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.6.3
+pkgrel=3
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-workspace' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/project/kmymoney2/KMyMoney-KDE4/$pkgver/$pkgname-$pkgver.tar.bz2
+git-fixes.diff)
+sha256sums=('94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e'
+'e618cc5531f00c14171c5cae837d8b5fb58bccaac363a5b09eed863355c242d3')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ../git-fixes.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make VERBOSE=1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kmymoney/repos/community-staging-i686/git-fixes.diff (from rev 93653, 
kmymoney/trunk/git-fixes.diff)
===
--- community-staging-i686/git-fixes.diff   (rev 0)
+++ community-staging-i686/git-fixes.diff   2013-07-08 10:05:54 UTC (rev 
93654)
@@ -0,0 +1,43 @@
+commit 77209f84a85360e98d2e805d412956a8f2a77db3
+Author: Alex Merry k...@randomguy3.me.uk
+Date:   Fri Feb 1 15:31:54 2013 +
+
+Fix build with GMP 5.1.0
+
+GMP 5.1.0 no longer has implicit conversions to mpz_class from mpq_class
+or mpf_class.  So we have to have an explicit conversion.
+
+BUG: 312481
+
+diff --git a/kmymoney/mymoney/mymoneymoney.cpp 
b/kmymoney/mymoney/mymoneymoney.cpp
+index aeed135..5de7fa9 100644
+--- a/kmymoney/mymoney/mymoneymoney.cpp
 b/kmymoney/mymoney/mymoneymoney.cpp
+@@ -158,7 +158,7 @@ QString MyMoneyMoney::formatMoney(const QString currency, 
const int prec, bool
+   // be much better than using KGlobal::locale()-formatMoney.
+   bool bNegative = false;
+   mpz_class left = value / 
static_castMyMoneyMoney(convertDenominator(d)).valueRef().get_den();
+-  mpz_class right = (valueRef() - mpq_class(left)) * denom;
++  mpz_class right = mpz_class((valueRef() - mpq_class(left)) * denom);
+ 
+   if (right  0) {
+ right = -right;
+commit 

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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 12:05:36
  Author: lcarlier
Revision: 93653

upgpkg: kmymoney 4.6.3-3

boost 1.54.0 rebuild

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 09:45:01 UTC (rev 93652)
+++ PKGBUILD2013-07-08 10:05:36 UTC (rev 93653)
@@ -8,7 +8,7 @@
 
 pkgname=kmymoney
 pkgver=4.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
 arch=('i686' 'x86_64')
 url=http://kmymoney2.sourceforge.net/;



[arch-commits] Commit in mesa/trunk (MesaLib-9.1.4-llvm_fixes-1.patch PKGBUILD)

2013-07-08 Thread Jan de Groot
Date: Monday, July 8, 2013 @ 12:16:22
  Author: jgc
Revision: 189800

upgpkg: mesa 9.1.4-4

Build with llvm 3.3, add patch from BLFS to fix compilation of Radeon driver

Added:
  mesa/trunk/MesaLib-9.1.4-llvm_fixes-1.patch
Modified:
  mesa/trunk/PKGBUILD

--+
 MesaLib-9.1.4-llvm_fixes-1.patch |   72 +
 PKGBUILD |   16 +---
 2 files changed, 83 insertions(+), 5 deletions(-)

Added: MesaLib-9.1.4-llvm_fixes-1.patch
===
--- MesaLib-9.1.4-llvm_fixes-1.patch(rev 0)
+++ MesaLib-9.1.4-llvm_fixes-1.patch2013-07-08 10:16:22 UTC (rev 189800)
@@ -0,0 +1,72 @@
+Submitted By:Armin K. krejzi at email dot com
+Date:2013-07-02
+Initial Package Version: 9.1.4
+Upstream Status: Fixed upstream
+Origin:  Upstream
+Description: Fixes building with LLVM 3.3.
+
+--- a/src/gallium/drivers/r600/llvm_wrapper.cpp2013-03-05 
23:54:28.0 +0100
 b/src/gallium/drivers/r600/llvm_wrapper.cpp2013-07-02 
12:58:39.294793737 +0200
+@@ -1,8 +1,16 @@
+ #include llvm/ADT/OwningPtr.h
+ #include llvm/ADT/StringRef.h
++#if HAVE_LLVM  0x0303
+ #include llvm/LLVMContext.h
+-#include llvm/PassManager.h
+ #include llvm/Support/IRReader.h
++#else
++#include llvm/IR/LLVMContext.h
++#include llvm/IR/Module.h
++#include llvm/IR/Function.h
++#include llvm/IR/DataLayout.h
++#include llvm/IRReader/IRReader.h
++#endif
++#include llvm/PassManager.h
+ #include llvm/Support/MemoryBuffer.h
+ #include llvm/Support/SourceMgr.h
+ #include llvm/Transforms/IPO.h
+--- a/src/gallium/drivers/r600/Makefile.am 2013-03-05 23:54:28.0 
+0100
 b/src/gallium/drivers/r600/Makefile.am 2013-07-02 12:58:39.294793737 
+0200
+@@ -26,7 +26,8 @@
+   -I$(top_srcdir)/src/gallium/drivers/radeon/
+ 
+ AM_CXXFLAGS= \
+-  $(LLVM_CXXFLAGS)
++  $(LLVM_CXXFLAGS) \
++  $(DEFINES)
+ endif
+ 
+ if USE_R600_LLVM_COMPILER
+--- a/src/gallium/drivers/radeon/radeon_llvm_emit.cpp  2013-06-25 
23:24:55.0 +0200
 b/src/gallium/drivers/radeon/radeon_llvm_emit.cpp  2013-07-02 
12:58:39.294793737 +0200
+@@ -25,13 +25,21 @@
+  */
+ #include radeon_llvm_emit.h
+ 
++#if HAVE_LLVM  0x0303
+ #include llvm/LLVMContext.h
+ #include llvm/Module.h
++#include llvm/DataLayout.h
++#else
++#include llvm/IR/LLVMContext.h
++#include llvm/IR/Module.h
++#include llvm/IR/DataLayout.h
++#include llvm/Support/CBindingWrapping.h
++#endif
++
+ #include llvm/PassManager.h
+ #include llvm/ADT/Triple.h
+ #include llvm/Support/FormattedStream.h
+ #include llvm/Support/Host.h
+-#include llvm/Support/IRReader.h
+ #include llvm/Support/SourceMgr.h
+ #include llvm/Support/TargetRegistry.h
+ #include llvm/Support/TargetSelect.h
+@@ -39,7 +47,6 @@
+ #include llvm/Target/TargetMachine.h
+ #include llvm/Transforms/Scalar.h
+ #include llvm-c/Target.h
+-#include llvm/DataLayout.h
+ 
+ #include iostream
+ #include stdlib.h

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 09:44:49 UTC (rev 189799)
+++ PKGBUILD2013-07-08 10:16:22 UTC (rev 189800)
@@ -5,18 +5,25 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.1.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
- 'libvdpau' 'wayland' 'llvm-amdgpu-snapshot' 'systemd')
+ 'libvdpau' 'wayland' 'llvm' 'systemd')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
+MesaLib-9.1.4-llvm_fixes-1.patch
 LICENSE)
 md5sums=('a2c4e25d0e27918bc67f61bae04d0cb8'
+ '57bd9bb4d2bd47f56ea8478bf2c04525'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
+prepare() {
+cd ?esa-*
+patch -Np1 -i ../MesaLib-9.1.4-llvm_fixes-1.patch
+}
+
 build() {
 cd ${srcdir}/?esa-*
 
@@ -44,7 +51,6 @@
 --enable-xa \
 --enable-vdpau \
 # --help
-# --with-llvm-shared-libs \ # enabling this would force us to move 
llvm-amdgpu-snapshot from community to extra, delay it until llvm 3.3 / Mesa 
9.2/10.0
 
 make
 # fake installation
@@ -102,7 +108,7 @@
 
 package_svga-dri() {
   pkgdesc=Gallium3D VMware guest GL driver
-  depends=('libdrm' 'expat' 'llvm-amdgpu-lib-snapshot')
+  depends=('libdrm' 'expat' 'llvm-libs')
 
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/vmwgfx_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri/
@@ -116,7 +122,7 @@
 
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
-  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 'systemd' 
'llvm-amdgpu-lib-snapshot')
+  depends=('libdrm' 

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

2013-07-08 Thread Jan de Groot
Date: Monday, July 8, 2013 @ 12:19:05
  Author: jgc
Revision: 189801

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 189800, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/MesaLib-9.1.4-llvm_fixes-1.patch
(from rev 189800, mesa/trunk/MesaLib-9.1.4-llvm_fixes-1.patch)
  mesa/repos/testing-i686/PKGBUILD
(from rev 189800, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 189800, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/MesaLib-9.1.4-llvm_fixes-1.patch
(from rev 189800, mesa/trunk/MesaLib-9.1.4-llvm_fixes-1.patch)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 189800, mesa/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   82 +++
 testing-i686/MesaLib-9.1.4-llvm_fixes-1.patch   |   72 ++
 testing-i686/PKGBUILD   |  156 ++
 testing-x86_64/LICENSE  |   82 +++
 testing-x86_64/MesaLib-9.1.4-llvm_fixes-1.patch |   72 ++
 testing-x86_64/PKGBUILD |  156 ++
 6 files changed, 620 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 189800, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-07-08 10:19:05 UTC (rev 189801)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+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
+BRIAN PAUL 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.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul   

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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 13:01:22
  Author: lcarlier
Revision: 93655

upgpkg: widelands 17-8

boost 1.54.0 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 10:05:54 UTC (rev 93654)
+++ PKGBUILD2013-07-08 11:01:22 UTC (rev 93655)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=17
 _realver=build17
-pkgrel=7
+pkgrel=8
 pkgdesc=A realtime strategy game with emphasis on economy and transport
 arch=('i686' 'x86_64')
 url=http://widelands.org/;



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

2013-07-08 Thread Laurent Carlier
Date: Monday, July 8, 2013 @ 13:01:46
  Author: lcarlier
Revision: 93656

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/6233_6232.diff
(from rev 93655, widelands/trunk/6233_6232.diff)
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 93655, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands-0.16-libpng15.patch
(from rev 93655, widelands/trunk/widelands-0.16-libpng15.patch)
  widelands/repos/community-staging-i686/widelands-build15-gcc-4.5-patch
(from rev 93655, widelands/trunk/widelands-build15-gcc-4.5-patch)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 93655, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 93655, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 93655, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/6233_6232.diff
(from rev 93655, widelands/trunk/6233_6232.diff)
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 93655, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands-0.16-libpng15.patch
(from rev 93655, widelands/trunk/widelands-0.16-libpng15.patch)
  widelands/repos/community-staging-x86_64/widelands-build15-gcc-4.5-patch
(from rev 93655, widelands/trunk/widelands-build15-gcc-4.5-patch)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 93655, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 93655, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 93655, widelands/trunk/widelands.sh)

--+
 community-staging-i686/6233_6232.diff|   59 
 community-staging-i686/PKGBUILD  |   54 +++
 community-staging-i686/widelands-0.16-libpng15.patch |   61 +
 community-staging-i686/widelands-build15-gcc-4.5-patch   |   51 ++
 community-staging-i686/widelands.desktop |8 +
 community-staging-i686/widelands.sh  |3 
 community-staging-x86_64/6233_6232.diff  |   59 
 community-staging-x86_64/PKGBUILD|   54 +++
 community-staging-x86_64/widelands-0.16-libpng15.patch   |   61 +
 community-staging-x86_64/widelands-build15-gcc-4.5-patch |   51 ++
 community-staging-x86_64/widelands.desktop   |8 +
 community-staging-x86_64/widelands.sh|3 
 12 files changed, 472 insertions(+)

Copied: widelands/repos/community-staging-i686/6233_6232.diff (from rev 93655, 
widelands/trunk/6233_6232.diff)
===
--- community-staging-i686/6233_6232.diff   (rev 0)
+++ community-staging-i686/6233_6232.diff   2013-07-08 11:01:46 UTC (rev 
93656)
@@ -0,0 +1,59 @@
+=== modified file 'src/graphic/graphic.cc'
+--- src/graphic/graphic.cc 2011-11-30 21:38:37 +
 src/graphic/graphic.cc 2012-02-19 17:10:12 +
+@@ -725,6 +725,18 @@
+   if (!png_ptr)
+   throw wexception(Graphic::save_png: could not create png 
struct);
+ 
++  png_infop info_ptr = png_create_info_struct(png_ptr);
++  if (!info_ptr) {
++  png_destroy_write_struct(png_ptr, static_castpng_infopp(0));
++  throw wexception(Graphic::save_png: could not create png info 
struct);
++  }
++
++  // Set jump for error
++  if (setjmp(png_jmpbuf(png_ptr))) {
++  png_destroy_write_struct(png_ptr, info_ptr);
++  throw wexception(Graphic::save_png: Error writing PNG!);
++  }
++
+   //  Set another write function. This is potentially dangerouse because 
the
+   //  flush function is internally called by png_write_end(), this will 
crash
+   //  on newer libpngs. See here:
+@@ -736,35 +748,14 @@
+sw,
+Graphic::m_png_write_function, 
Graphic::m_png_flush_function);
+ 
+-  png_infop info_ptr = png_create_info_struct(png_ptr);
+-
+-  if (!info_ptr) {
+-  png_destroy_write_struct(png_ptr, static_castpng_infopp(0));
+-  throw wexception(Graphic::save_png: could not create png info 
struct);
+-  }
+-
+-  // Set jump for error
+-  if (setjmp(png_jmpbuf(png_ptr))) {
+-  png_destroy_write_struct(png_ptr, info_ptr);
+-  throw wexception(Graphic::save_png: could not set png setjmp);
+-  }
+-
+   // Fill info struct
+   png_set_IHDR
+   (png_ptr, info_ptr, pix.get_w(), pix.get_h(),
+8, 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:17:06
  Author: spupykin
Revision: 93657

upgpkg: gloox 1.0.2-1

upd

Modified:
  gloox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:01:46 UTC (rev 93656)
+++ PKGBUILD2013-07-08 11:17:06 UTC (rev 93657)
@@ -3,8 +3,8 @@
 # Maintainer: William Rea sillywi...@gmail.com
 
 pkgname=gloox
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc=C++ libraries for development of Jabber client/component/server
 arch=(i686 x86_64)
 url=http://camaya.net/gloox;
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=('libidn' 'gnutls')
 source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('f8eacf1c6476e0a309b453fd04f90e31')
+md5sums=('4c446ee186406c3b3a24402418127faa')
 
 build() {
   cd $srcdir/gloox-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:17:46
  Author: spupykin
Revision: 93660

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 93659, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 93659, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 93659, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   91 +-
 block-changed.patch |   84 +++---
 gramps.install  |   26 +++---
 3 files changed, 101 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 11:17:34 UTC (rev 93659)
+++ PKGBUILD2013-07-08 11:17:46 UTC (rev 93660)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Cory Farmer rbgk...@ameritech.net
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gramps
-pkgver=4.0.1
-pkgrel=1
-epoch=2
-pkgdesc=A genealogy program, which helps you track your family tree
-arch=('any')
-url=http://gramps-project.org/;
-license=('GPL')
-depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-'gnome-icon-theme' 'xdg-utils' 'python2-bsddb')
-makedepends=('intltool' 'python2-distribute')
-optdepends=('python2-gnomevfs: mime functions support'
-'python2-gtkspell: spellchecking support'
-'pywebkitgtk: html rendering support'
-'graphviz: graph exporting support'
-'ttf-freefont: more font support')
-#'python-osmgpsmap: openstreetmap support'
-#'pyexiv2: exif support'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('078ae6f9138570447081b64f8ae8a701'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 $srcdir/block-changed.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
$pkgdir/usr/lib/python2.7/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 93659, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 11:17:46 UTC (rev 93660)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Cory Farmer rbgk...@ameritech.net
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gramps
+pkgver=4.0.1
+pkgrel=2
+epoch=2
+pkgdesc=A genealogy program, which helps you track your family tree
+arch=('any')
+url=http://gramps-project.org/;
+license=('GPL')
+depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
+'gnome-icon-theme' 'xdg-utils' 'python2-bsddb'
+'python2-gobject')
+makedepends=('intltool' 'python2-distribute')
+optdepends=('python2-gnomevfs: mime functions support'
+'python2-gtkspell: spellchecking support'
+'pywebkitgtk: html rendering support'
+'graphviz: graph exporting support'
+'ttf-freefont: more font support')
+#'python-osmgpsmap: openstreetmap support'
+#'pyexiv2: exif support'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('078ae6f9138570447081b64f8ae8a701'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 $srcdir/block-changed.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
$pkgdir/usr/lib/python2.7/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch
===
--- block-changed.patch 2013-07-08 11:17:34 UTC (rev 93659)
+++ block-changed.patch 2013-07-08 11:17:46 UTC (rev 93660)
@@ -1,42 +0,0 @@
-Index: gramps/gui/widgets/validatedmaskedentry.py
-===
 gramps/gui/widgets/validatedmaskedentry.py (revision 22628)
-+++ gramps/gui/widgets/validatedmaskedentry.py (revision 22630)
-@@ -235,6 +235,7 @@
- __gtype_name__ = 'MaskedEntry'
- 
- def __init__(self):
-+self._block_changed = False
- UndoableEntry.__init__(self)

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:17:34
  Author: spupykin
Revision: 93659

upgpkg: gramps 2:4.0.1-2

upd

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:17:28 UTC (rev 93658)
+++ PKGBUILD2013-07-08 11:17:34 UTC (rev 93659)
@@ -6,14 +6,15 @@
 
 pkgname=gramps
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc=A genealogy program, which helps you track your family tree
 arch=('any')
 url=http://gramps-project.org/;
 license=('GPL')
 depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-'gnome-icon-theme' 'xdg-utils' 'python2-bsddb')
+'gnome-icon-theme' 'xdg-utils' 'python2-bsddb'
+'python2-gobject')
 makedepends=('intltool' 'python2-distribute')
 optdepends=('python2-gnomevfs: mime functions support'
 'python2-gtkspell: spellchecking support'



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:17:28
  Author: spupykin
Revision: 93658

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

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

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   22 --
 community-x86_64/PKGBUILD |   22 --
 3 files changed, 52 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:17:06 UTC (rev 93657)
+++ community-i686/PKGBUILD 2013-07-08 11:17:28 UTC (rev 93658)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0
-pkgrel=3
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-options=('!libtool')
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('f8eacf1c6476e0a309b453fd04f90e31')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 93657, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:17:28 UTC (rev 93658)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+options=('!libtool')
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('4c446ee186406c3b3a24402418127faa')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 11:17:06 UTC (rev 93657)
+++ community-x86_64/PKGBUILD   2013-07-08 11:17:28 UTC (rev 93658)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0
-pkgrel=3
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-options=('!libtool')
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('f8eacf1c6476e0a309b453fd04f90e31')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-x86_64/PKGBUILD (from rev 93657, 
gloox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 11:17:28 UTC (rev 93658)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+options=('!libtool')
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('4c446ee186406c3b3a24402418127faa')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:17:52
  Author: spupykin
Revision: 93661

upgpkg: gxmessage 2.20.0-1

upd

Modified:
  gxmessage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:17:46 UTC (rev 93660)
+++ PKGBUILD2013-07-08 11:17:52 UTC (rev 93661)
@@ -4,8 +4,8 @@
 # Contributor: Jaroslav Lichtblau t...@dragonlord.cz
 
 pkgname=gxmessage
-pkgver=2.12.4
-pkgrel=2
+pkgver=2.20.0
+pkgrel=1
 pkgdesc=A GTK2 based xmessage clone.
 arch=('i686' 'x86_64')
 url=http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage;
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://homepages.ihug.co.nz/~trmusson/stuff/$pkgname-$pkgver.tar.gz
 $pkgname.desktop)
-md5sums=('7c94c714ebedbfa2db2d645cc4a4092a'
+md5sums=('f4160442548bdd90895b008b85df0f6e'
  'af92506581c1aae70e3845a66a983f22')
 
 build() {



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:39
  Author: spupykin
Revision: 93665

upgpkg: passenger 4.0.7-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:34 UTC (rev 93664)
+++ PKGBUILD2013-07-08 11:18:39 UTC (rev 93665)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=passenger
-pkgver=4.0.5
+pkgver=4.0.7
 pkgrel=1
 pkgdesc=mod_rails passenger
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('c1818eb097edc3f13715f884d938b690')
+md5sums=('07f892d34164bfcc883a46d8b730b8e5')
 
 build(){
   cd $srcdir/passenger-release-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:13
  Author: spupykin
Revision: 93662

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

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

+
 /PKGBUILD  |   64 +++
 /gxmessage.desktop |   20 ++
 /gxmessage.install |8 
 community-i686/PKGBUILD|   28 ---
 community-i686/gxmessage.desktop   |   10 -
 community-i686/gxmessage.install   |4 --
 community-x86_64/PKGBUILD  |   28 ---
 community-x86_64/gxmessage.desktop |   10 -
 community-x86_64/gxmessage.install |4 --
 9 files changed, 92 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:17:52 UTC (rev 93661)
+++ community-i686/PKGBUILD 2013-07-08 11:18:13 UTC (rev 93662)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Jaroslav Lichtblau t...@dragonlord.cz
-
-pkgname=gxmessage
-pkgver=2.12.4
-pkgrel=2
-pkgdesc=A GTK2 based xmessage clone.
-arch=('i686' 'x86_64')
-url=http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage;
-license=('GPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('pkgconfig' 'intltool')
-install=$pkgname.install
-source=(http://homepages.ihug.co.nz/~trmusson/stuff/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-md5sums=('7c94c714ebedbfa2db2d645cc4a4092a'
- 'af92506581c1aae70e3845a66a983f22')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/$pkgname.desktop \
-${pkgdir}/usr/share/applications/$pkgname.desktop
-}

Copied: gxmessage/repos/community-i686/PKGBUILD (from rev 93661, 
gxmessage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:18:13 UTC (rev 93662)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Jaroslav Lichtblau t...@dragonlord.cz
+
+pkgname=gxmessage
+pkgver=2.20.0
+pkgrel=1
+pkgdesc=A GTK2 based xmessage clone.
+arch=('i686' 'x86_64')
+url=http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage;
+license=('GPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('pkgconfig' 'intltool')
+install=$pkgname.install
+source=(http://homepages.ihug.co.nz/~trmusson/stuff/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+md5sums=('f4160442548bdd90895b008b85df0f6e'
+ 'af92506581c1aae70e3845a66a983f22')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 $srcdir/$pkgname.desktop \
+${pkgdir}/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/gxmessage.desktop
===
--- community-i686/gxmessage.desktop2013-07-08 11:17:52 UTC (rev 93661)
+++ community-i686/gxmessage.desktop2013-07-08 11:18:13 UTC (rev 93662)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Gxmessage
-GenericName=gxmessage
-Comment=A GTK2 based xmessage clone.
-Comment[cs]=Klon xmessage postavený na knihovně GTK2.
-Icon=gxmessage
-Exec=gxmessage
-Terminal=false
-Categories=Utility;

Copied: gxmessage/repos/community-i686/gxmessage.desktop (from rev 93661, 
gxmessage/trunk/gxmessage.desktop)
===
--- community-i686/gxmessage.desktop(rev 0)
+++ community-i686/gxmessage.desktop2013-07-08 11:18:13 UTC (rev 93662)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=Gxmessage

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:56
  Author: spupykin
Revision: 93666

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

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

+
 /PKGBUILD  |   72 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   36 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:18:39 UTC (rev 93665)
+++ community-i686/PKGBUILD 2013-07-08 11:18:56 UTC (rev 93666)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=passenger
-pkgver=4.0.5
-pkgrel=1
-pkgdesc=mod_rails passenger
-arch=('i686' 'x86_64')
-url=http://www.modrails.com;
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('c1818eb097edc3f13715f884d938b690')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-
-#  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 93665, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:18:56 UTC (rev 93666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=passenger
+pkgver=4.0.7
+pkgrel=1
+pkgdesc=mod_rails passenger
+arch=('i686' 'x86_64')
+url=http://www.modrails.com;
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('07f892d34164bfcc883a46d8b730b8e5')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+
+#  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-07-08 11:18:39 UTC (rev 93665)
+++ community-i686/passenger.install2013-07-08 11:18:56 UTC (rev 93666)
@@ -1,32 +0,0 @@
-post_install() {
-   echo Please edit your Apache configuration file, and add these lines:
-   echo 
-   echo LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so
-   echo PassengerRoot /usr/lib/passenger
-   echo PassengerRuby /usr/bin/ruby
-   echo 
-   echo After you restart Apache, you are ready to deploy any number of 
Ruby on Rails
-   echo applications on Apache, without any further Ruby on 
Rails-specific
-   echo configuration!
-   echo 
-   echo 
-   echo Deploying a Ruby on Rails application: an example
-   echo 
-   echo Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host
-   echo to your Apache configuration file, and set its DocumentRoot to
-   echo /somewhere/public, like this:
-   echo 
-   echo VirtualHost *:80
-   echo   ServerName www.yourhost.com
-   

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:34
  Author: spupykin
Revision: 93664

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

Added:
  mcelog/repos/community-i686/PKGBUILD
(from rev 93663, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-i686/mcelog.service
(from rev 93663, mcelog/trunk/mcelog.service)
  mcelog/repos/community-x86_64/PKGBUILD
(from rev 93663, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-x86_64/mcelog.service
(from rev 93663, mcelog/trunk/mcelog.service)
Deleted:
  mcelog/repos/community-i686/PKGBUILD
  mcelog/repos/community-i686/mcelog.service
  mcelog/repos/community-x86_64/PKGBUILD
  mcelog/repos/community-x86_64/mcelog.service

-+
 /PKGBUILD   |   78 ++
 /mcelog.service |   22 ++
 community-i686/PKGBUILD |   39 ---
 community-i686/mcelog.service   |   11 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/mcelog.service |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:18:17 UTC (rev 93663)
+++ community-i686/PKGBUILD 2013-07-08 11:18:34 UTC (rev 93664)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Thomas Mudrunka harvie@@email..cz
-# Maintainer: Thomas Mudrunka harvie@@email..cz
-
-pkgname=mcelog
-pkgver=20130530
-pkgrel=1
-pkgdesc=Print machine check event log from x86-64 kernel
-url=http://freshmeat.net/projects/mcelog/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('git')
-options=('docs')
-backup=('etc/mcelog/mcelog.conf')
-source=(git://github.com/andikleen/mcelog.git
-   mcelog.service)
-md5sums=('SKIP'
- 'afd7fc2b7a2f92a75e040b23d6b15958')
-
-prepare() {
-  cd ${srcdir}/mcelog
-  sed -i 's|sbin|bin|g' Makefile mcelog.cron
-}
-
-build() {
-  cd ${srcdir}/mcelog
-  make
-}
-
-package() {
-  cd ${srcdir}/mcelog
-  mkdir -p $pkgdir/usr/share/doc/mcelog
-  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
-  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
-  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
-  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: mcelog/repos/community-i686/PKGBUILD (from rev 93663, 
mcelog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:18:34 UTC (rev 93664)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Thomas Mudrunka harvie@@email..cz
+# Maintainer: Thomas Mudrunka harvie@@email..cz
+
+pkgname=mcelog
+pkgver=20130708
+pkgrel=1
+pkgdesc=Print machine check event log from x86-64 kernel
+url=http://freshmeat.net/projects/mcelog/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('git')
+options=('docs')
+backup=('etc/mcelog/mcelog.conf')
+source=(git://github.com/andikleen/mcelog.git
+   mcelog.service)
+md5sums=('SKIP'
+ 'afd7fc2b7a2f92a75e040b23d6b15958')
+
+prepare() {
+  cd ${srcdir}/mcelog
+  sed -i 's|sbin|bin|g' Makefile mcelog.cron
+}
+
+build() {
+  cd ${srcdir}/mcelog
+  make
+}
+
+package() {
+  cd ${srcdir}/mcelog
+  mkdir -p $pkgdir/usr/share/doc/mcelog
+  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
+  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
+  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
+  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/mcelog.service
===
--- community-i686/mcelog.service   2013-07-08 11:18:17 UTC (rev 93663)
+++ community-i686/mcelog.service   2013-07-08 11:18:34 UTC (rev 93664)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Machine Check Exception Logging Daemon
-After=syslog.target
-
-[Service]
-PIDFile=/run/mcelog.pid
-ExecStart=/usr/bin/mcelog --ignorenodev --daemon --foreground --pidfile 
/run/mcelog.pid
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: mcelog/repos/community-i686/mcelog.service (from rev 93663, 
mcelog/trunk/mcelog.service)
===
--- community-i686/mcelog.service   (rev 0)
+++ community-i686/mcelog.service   2013-07-08 11:18:34 UTC (rev 93664)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Machine Check Exception Logging Daemon
+After=syslog.target
+
+[Service]
+PIDFile=/run/mcelog.pid

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:17
  Author: spupykin
Revision: 93663

upgpkg: mcelog 20130708-1

upd

Modified:
  mcelog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:13 UTC (rev 93662)
+++ PKGBUILD2013-07-08 11:18:17 UTC (rev 93663)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Mudrunka harvie@@email..cz
 
 pkgname=mcelog
-pkgver=20130530
+pkgver=20130708
 pkgrel=1
 pkgdesc=Print machine check event log from x86-64 kernel
 url=http://freshmeat.net/projects/mcelog/;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:39
  Author: spupykin
Revision: 93669

upgpkg: perl-gdgraph 1.47-1

upd

Modified:
  perl-gdgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:35 UTC (rev 93668)
+++ PKGBUILD2013-07-08 11:19:39 UTC (rev 93669)
@@ -4,16 +4,16 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-gdgraph
-pkgver=1.44
-pkgrel=3
+pkgver=1.47
+pkgrel=1
 pkgdesc=Create charts using GD
 arch=('any')
 url=http://search.cpan.org/dist/GDGraph;
 license=('GPL' 'PerlArtistic')
 depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-$pkgver.tar.gz)
-md5sums=('a8a4ab62741258803b5744cb8882e68c')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+md5sums=('03d5a2167281fe25564cdbde832fa92b')
 
 build() {
   cd  $srcdir/GDGraph-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:15
  Author: spupykin
Revision: 93667

upgpkg: perl-berkeleydb 0.52-1

upd

Modified:
  perl-berkeleydb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:56 UTC (rev 93666)
+++ PKGBUILD2013-07-08 11:19:15 UTC (rev 93667)
@@ -4,8 +4,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
+pkgver=0.52
+pkgrel=1
 pkgdesc=Interface to Berkeley DB version 2, 3 or 4
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/BerkeleyDB/;
@@ -13,7 +13,7 @@
 depends=('perl' 'db')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
+md5sums=('e1031f4cd3062fdb1597af4373789d79')
 
 build() {
   cd  $srcdir/BerkeleyDB-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:50
  Author: spupykin
Revision: 93670

archrelease: copy trunk to community-any

Added:
  perl-gdgraph/repos/community-any/PKGBUILD
(from rev 93669, perl-gdgraph/trunk/PKGBUILD)
Deleted:
  perl-gdgraph/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:39 UTC (rev 93669)
+++ PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gdgraph
-pkgver=1.44
-pkgrel=3
-pkgdesc=Create charts using GD
-arch=('any')
-url=http://search.cpan.org/dist/GDGraph;
-license=('GPL' 'PerlArtistic')
-depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-$pkgver.tar.gz)
-md5sums=('a8a4ab62741258803b5744cb8882e68c')
-
-build() {
-  cd  $srcdir/GDGraph-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gdgraph/repos/community-any/PKGBUILD (from rev 93669, 
perl-gdgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gdgraph
+pkgver=1.47
+pkgrel=1
+pkgdesc=Create charts using GD
+arch=('any')
+url=http://search.cpan.org/dist/GDGraph;
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd=1.18' 'perl-gdtextutil=0.80')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+md5sums=('03d5a2167281fe25564cdbde832fa92b')
+
+build() {
+  cd  $srcdir/GDGraph-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/GDGraph-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:35
  Author: spupykin
Revision: 93668

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

Added:
  perl-berkeleydb/repos/community-i686/PKGBUILD
(from rev 93667, perl-berkeleydb/trunk/PKGBUILD)
  perl-berkeleydb/repos/community-x86_64/PKGBUILD
(from rev 93667, perl-berkeleydb/trunk/PKGBUILD)
Deleted:
  perl-berkeleydb/repos/community-i686/PKGBUILD
  perl-berkeleydb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:19:15 UTC (rev 93667)
+++ community-i686/PKGBUILD 2013-07-08 11:19:35 UTC (rev 93668)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
-pkgdesc=Interface to Berkeley DB version 2, 3 or 4
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/BerkeleyDB/;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
-  depends=('perl' db=$_dbver)
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-i686/PKGBUILD (from rev 93667, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:19:35 UTC (rev 93668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-berkeleydb
+pkgver=0.52
+pkgrel=1
+pkgdesc=Interface to Berkeley DB version 2, 3 or 4
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/BerkeleyDB/;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'db')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
+md5sums=('e1031f4cd3062fdb1597af4373789d79')
+
+build() {
+  cd  $srcdir/BerkeleyDB-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
+  depends=('perl' db=$_dbver)
+
+  cd  $srcdir/BerkeleyDB-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 11:19:15 UTC (rev 93667)
+++ community-x86_64/PKGBUILD   2013-07-08 11:19:35 UTC (rev 93668)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
-pkgdesc=Interface to Berkeley DB version 2, 3 or 4
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/BerkeleyDB/;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
-  depends=('perl' db=$_dbver)
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-x86_64/PKGBUILD (from rev 93667, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 11:19:35 UTC (rev 93668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-berkeleydb
+pkgver=0.52
+pkgrel=1
+pkgdesc=Interface to Berkeley DB version 2, 3 or 4
+arch=('i686' 'x86_64')

[arch-commits] Commit in perl-poe-component-ikc/trunk (PKGBUILD)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:55
  Author: spupykin
Revision: 93671

upgpkg: perl-poe-component-ikc 0.2305-1

upd

Modified:
  perl-poe-component-ikc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
+++ PKGBUILD2013-07-08 11:19:55 UTC (rev 93671)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-ikc
-pkgver=0.2304
+pkgver=0.2305
 pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::IKC
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(perl-poe)
 depends=(perl-poe)
 
source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
+md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
 
 build() {
   cd $srcdir/POE-Component-IKC-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:11
  Author: spupykin
Revision: 93673

upgpkg: recoll 1.19.5-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
+++ PKGBUILD2013-07-08 11:20:11 UTC (rev 93673)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=recoll
-pkgver=1.19.2
+pkgver=1.19.5
 pkgrel=1
 pkgdesc=Full text search tool based on Xapian backend
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
'aspell-en: English stemming support')
 install=recoll.install
 source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('caffd86c122476ca0bcdde55177b393b')
+md5sums=('4a770950d47dee4f6b4ef95e1bc16a5a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in perl-poe-component-ikc/repos/community-any (2 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:07
  Author: spupykin
Revision: 93672

archrelease: copy trunk to community-any

Added:
  perl-poe-component-ikc/repos/community-any/PKGBUILD
(from rev 93671, perl-poe-component-ikc/trunk/PKGBUILD)
Deleted:
  perl-poe-component-ikc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:55 UTC (rev 93671)
+++ PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-ikc
-pkgver=0.2304
-pkgrel=1
-pkgdesc=Perl/CPAN Module POE::Component::IKC
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-IKC/;
-license=(GPL PerlArtistic)
-makedepends=(perl-poe)
-depends=(perl-poe)
-source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
-
-build() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-ikc/repos/community-any/PKGBUILD (from rev 93671, 
perl-poe-component-ikc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2305
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::IKC
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-IKC/;
+license=(GPL PerlArtistic)
+makedepends=(perl-poe)
+depends=(perl-poe)
+source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
+md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
+
+build() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:34
  Author: spupykin
Revision: 93675

upgpkg: rsyslog 7.4.2-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:28 UTC (rev 93674)
+++ PKGBUILD2013-07-08 11:20:34 UTC (rev 93675)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=rsyslog
-pkgver=7.4.1
+pkgver=7.4.2
 pkgrel=1
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
@@ -22,7 +22,7 @@
 source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('8e0e868a425bfa5c2c13bdc28338e1af'
+md5sums=('52ba87ddce153625ec4e4a2e60c4ec0e'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:28
  Author: spupykin
Revision: 93674

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

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

-+
 /PKGBUILD   |  124 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 ---
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/recoll.install |   13 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:20:11 UTC (rev 93673)
+++ community-i686/PKGBUILD 2013-07-08 11:20:28 UTC (rev 93674)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=recoll
-pkgver=1.19.2
-pkgrel=1
-pkgdesc=Full text search tool based on Xapian backend
-arch=('i686' 'x86_64')
-url=http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'xpdf: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('caffd86c122476ca0bcdde55177b393b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Python2 fix
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include unistd.h' utils/rclionice.cpp
-
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 93673, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:20:28 UTC (rev 93674)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=recoll
+pkgver=1.19.5
+pkgrel=1
+pkgdesc=Full text search tool based on Xapian backend
+arch=('i686' 'x86_64')
+url=http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'xpdf: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'aspell-en: 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:55
  Author: spupykin
Revision: 93676

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 93675, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 93675, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 93675, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 93675, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 93675, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 93675, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:20:34 UTC (rev 93675)
+++ community-i686/PKGBUILD 2013-07-08 11:20:55 UTC (rev 93676)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.4.1
-pkgrel=1
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog'
-   'etc/conf.d/rsyslog')
-options=('strip' 'zipman' '!libtool')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('8e0e868a425bfa5c2c13bdc28338e1af'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 93675, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:20:55 UTC (rev 93676)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=7.4.2
+pkgrel=1
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog'
+   'etc/conf.d/rsyslog')
+options=('strip' 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:29:03
  Author: spupykin
Revision: 93677

upgpkg: perl-gd 2.50-1

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:55 UTC (rev 93676)
+++ PKGBUILD2013-07-08 11:29:03 UTC (rev 93677)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
+pkgver=2.50
+pkgrel=1
 pkgdesc=Interface to Gd Graphics Library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/GD;
@@ -12,7 +12,7 @@
 depends=('gd')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
 
 build() {
   cd  $srcdir/GD-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:29:22
  Author: spupykin
Revision: 93678

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

Added:
  perl-gd/repos/community-i686/PKGBUILD
(from rev 93677, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-x86_64/PKGBUILD
(from rev 93677, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-i686/PKGBUILD
  perl-gd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:29:03 UTC (rev 93677)
+++ community-i686/PKGBUILD 2013-07-08 11:29:22 UTC (rev 93678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=2
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-i686/PKGBUILD (from rev 93677, 
perl-gd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:29:22 UTC (rev 93678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=1
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 11:29:03 UTC (rev 93677)
+++ community-x86_64/PKGBUILD   2013-07-08 11:29:22 UTC (rev 93678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=2
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 93677, 
perl-gd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 11:29:22 UTC (rev 93678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=1
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete

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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:40:13
  Author: bisson
Revision: 93679

fix FS#36030

Modified:
  thttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:29:22 UTC (rev 93678)
+++ PKGBUILD2013-07-08 11:40:13 UTC (rev 93679)
@@ -5,7 +5,7 @@
 
 pkgname=thttpd
 pkgver=2.25b
-pkgrel=10
+pkgrel=11
 pkgdesc='Simple, small, portable, fast, and secure HTTP server'
 url='http://www.acme.com/software/thttpd/'
 license=('custom:BSD')
@@ -64,4 +64,8 @@
install -d ${pkgdir}/var/log/thttpd
install -d ${pkgdir}/usr/share/licenses/${pkgname}
head -n 26 thttpd.c  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   # conflicts with apache
+   mv ${pkgdir}/usr/bin/htpasswd{,-thttpd}
+   mv ${pkgdir}/usr/share/man/man1/htpasswd{,-thttpd}.1
 }



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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:41:45
  Author: bisson
Revision: 93680

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

Added:
  thttpd/repos/community-i686/PKGBUILD
(from rev 93679, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-i686/config
(from rev 93679, thttpd/trunk/config)
  thttpd/repos/community-i686/discreet.patch
(from rev 93679, thttpd/trunk/discreet.patch)
  thttpd/repos/community-i686/forwarded-for.patch
(from rev 93679, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-i686/getline.patch
(from rev 93679, thttpd/trunk/getline.patch)
  thttpd/repos/community-i686/logrotate.d
(from rev 93679, thttpd/trunk/logrotate.d)
  thttpd/repos/community-i686/service
(from rev 93679, thttpd/trunk/service)
  thttpd/repos/community-x86_64/PKGBUILD
(from rev 93679, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-x86_64/config
(from rev 93679, thttpd/trunk/config)
  thttpd/repos/community-x86_64/discreet.patch
(from rev 93679, thttpd/trunk/discreet.patch)
  thttpd/repos/community-x86_64/forwarded-for.patch
(from rev 93679, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-x86_64/getline.patch
(from rev 93679, thttpd/trunk/getline.patch)
  thttpd/repos/community-x86_64/logrotate.d
(from rev 93679, thttpd/trunk/logrotate.d)
  thttpd/repos/community-x86_64/service
(from rev 93679, thttpd/trunk/service)
Deleted:
  thttpd/repos/community-i686/PKGBUILD
  thttpd/repos/community-i686/config
  thttpd/repos/community-i686/discreet.patch
  thttpd/repos/community-i686/forwarded-for.patch
  thttpd/repos/community-i686/getline.patch
  thttpd/repos/community-i686/logrotate.d
  thttpd/repos/community-i686/service
  thttpd/repos/community-x86_64/PKGBUILD
  thttpd/repos/community-x86_64/config
  thttpd/repos/community-x86_64/discreet.patch
  thttpd/repos/community-x86_64/forwarded-for.patch
  thttpd/repos/community-x86_64/getline.patch
  thttpd/repos/community-x86_64/logrotate.d
  thttpd/repos/community-x86_64/service

--+
 /PKGBUILD|  142 +
 /config  |   14 +++
 /discreet.patch  |   68 +++
 /forwarded-for.patch |   32 +++
 /getline.patch   |   42 +
 /logrotate.d |   24 +
 /service |   20 
 community-i686/PKGBUILD  |   67 ---
 community-i686/config|7 -
 community-i686/discreet.patch|   34 ---
 community-i686/forwarded-for.patch   |   16 ---
 community-i686/getline.patch |   21 
 community-i686/logrotate.d   |   12 --
 community-i686/service   |   10 --
 community-x86_64/PKGBUILD|   67 ---
 community-x86_64/config  |7 -
 community-x86_64/discreet.patch  |   34 ---
 community-x86_64/forwarded-for.patch |   16 ---
 community-x86_64/getline.patch   |   21 
 community-x86_64/logrotate.d |   12 --
 community-x86_64/service |   10 --
 21 files changed, 342 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:40:13 UTC (rev 93679)
+++ community-i686/PKGBUILD 2013-07-08 11:41:45 UTC (rev 93680)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Stewart Starbuck stew...@stewartstarbuck.co.uk
-
-pkgname=thttpd
-pkgver=2.25b
-pkgrel=10
-pkgdesc='Simple, small, portable, fast, and secure HTTP server'
-url='http://www.acme.com/software/thttpd/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-backup=('etc/thttpd.conf')
-source=(http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz;
-'forwarded-for.patch'
-'discreet.patch'
-'getline.patch'
-'logrotate.d'
-'service'
-'config')
-sha1sums=('cd0e823233ad73e34ee1c9b871b01050feb9db52'
-  '1293fbaf83a489c65d6d2b107d797c687233d96a'
-  '1e73fca7d9ac2579da317f985c8666a181dc37c1'
-  '5ac14035a10b9155d813b363520e9aa74c5d91fc'
-  '36ffeefd1675ca4920605b1b5ca32dd5141a8f23'
-  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
-  '16640870a69cfc48021ee3acfea7c95834549d46')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../forwarded-for.patch
-   patch -p1 -i ../discreet.patch
-   patch -p1 -i ../getline.patch
-   echo 'mkv   video/x-matroska'  mime_types.txt
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   CPPFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man
-   sed \
-   -e 's/^CFLAGS =/CFLAGS +=/' \
-   -e '/^STATICFLAG =/c STATICFLAG =' \
-   -i Makefile */Makefile
-

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:44:12
  Author: spupykin
Revision: 93681

upgpkg: perl-gd 2.50-2

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:41:45 UTC (rev 93680)
+++ PKGBUILD2013-07-08 11:44:12 UTC (rev 93681)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gd
 pkgver=2.50
-pkgrel=1
+pkgrel=2
 pkgdesc=Interface to Gd Graphics Library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/GD;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:44:31
  Author: spupykin
Revision: 93682

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

Added:
  perl-gd/repos/community-testing-i686/PKGBUILD
(from rev 93681, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-testing-x86_64/PKGBUILD
(from rev 93681, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-testing-i686/PKGBUILD
  perl-gd/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-07-08 11:44:12 UTC (rev 93681)
+++ community-testing-i686/PKGBUILD 2013-07-08 11:44:31 UTC (rev 93682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-testing-i686/PKGBUILD (from rev 93681, 
perl-gd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-08 11:44:31 UTC (rev 93682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=2
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-07-08 11:44:12 UTC (rev 93681)
+++ community-testing-x86_64/PKGBUILD   2013-07-08 11:44:31 UTC (rev 93682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-testing-x86_64/PKGBUILD (from rev 93681, 
perl-gd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-08 11:44:31 UTC (rev 93682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=2
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE 

[arch-commits] Commit in (4 files)

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:52:25
  Author: bisson
Revision: 189802

initial commit for libsidplayfp, new dependency of audacious-plugins

Added:
  libsidplayfp/
  libsidplayfp/repos/
  libsidplayfp/trunk/
  libsidplayfp/trunk/PKGBUILD

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

Added: libsidplayfp/trunk/PKGBUILD
===
--- libsidplayfp/trunk/PKGBUILD (rev 0)
+++ libsidplayfp/trunk/PKGBUILD 2013-07-08 11:52:25 UTC (rev 189802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}


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


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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:53:30
  Author: bisson
Revision: 189803

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

Added:
  libsidplayfp/repos/extra-i686/
  libsidplayfp/repos/extra-i686/PKGBUILD
(from rev 189802, libsidplayfp/trunk/PKGBUILD)
  libsidplayfp/repos/extra-x86_64/
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 189802, libsidplayfp/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   29 +
 extra-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 189802, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 189802, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Simon Perry aur [at] sanxion [dot] net
+# Contributor: Jonas Nyrén jonas.nyren*mindkiller.com
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2013-07-08 Thread Sven-Hendrik Haase
Date: Monday, July 8, 2013 @ 13:57:52
  Author: svenstaro
Revision: 93683

upgpkg: qtcreator 2.7.2-2

Rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:44:31 UTC (rev 93682)
+++ PKGBUILD2013-07-08 11:57:52 UTC (rev 93683)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=2.7.2
 _pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'



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

2013-07-08 Thread Sven-Hendrik Haase
Date: Monday, July 8, 2013 @ 13:58:09
  Author: svenstaro
Revision: 93684

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 93683, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 93683, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 93683, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 93683, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 93683, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 93683, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 93683, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 93683, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 /PKGBUILD  |  102 +++
 /fix-build.patch   |   20 ++
 /qtcreator.desktop |   18 ++
 /qtcreator.install |   24 
 community-i686/PKGBUILD|   51 -
 community-i686/fix-build.patch |   10 ---
 community-i686/qtcreator.desktop   |9 ---
 community-i686/qtcreator.install   |   12 
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/fix-build.patch   |   10 ---
 community-x86_64/qtcreator.desktop |9 ---
 community-x86_64/qtcreator.install |   12 
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:57:52 UTC (rev 93683)
+++ community-i686/PKGBUILD 2013-07-08 11:58:09 UTC (rev 93684)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=2.7.2
-_pkgver=2.7.2
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(http://download.qt-project.org/official_releases/qtcreator/2.7/${pkgver}/qt-creator-${pkgver}-src.tar.gz;
-'qtcreator.desktop')
-md5sums=('7f1c10740784d3edf2347c27be21fd1a'
- '82888d4be900e7833d768050a135cd37')
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  qmake ../qt-creator-${pkgver}-src/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 93683, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:58:09 UTC (rev 93684)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=2.7.2
+_pkgver=2.7.2
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')

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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 14:09:48
  Author: bisson
Revision: 189804

fix FS#36060

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:53:30 UTC (rev 189803)
+++ PKGBUILD2013-07-08 12:09:48 UTC (rev 189804)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')
@@ -13,7 +13,7 @@
 
 makedepends=(audacious=${pkgver}
  'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplay' 'wavpack'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
  'libnotify' 'lirc-utils' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')
 
@@ -31,7 +31,7 @@
 'libmodplug: modplug input'
 'fluidsynth: MIDI FluidSynth backend input'
 'libcdio-paranoia: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
+'libsidplayfp: Commodore 64 audio input'
 'wavpack: WavPack input'
 
 'libnotify: libnotify OSD'



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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 14:10:17
  Author: bisson
Revision: 189805

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

Added:
  audacious-plugins/repos/testing-i686/
  audacious-plugins/repos/testing-i686/PKGBUILD
(from rev 189804, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/testing-x86_64/
  audacious-plugins/repos/testing-x86_64/PKGBUILD
(from rev 189804, audacious-plugins/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: audacious-plugins/repos/testing-i686/PKGBUILD (from rev 189804, 
audacious-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:10:17 UTC (rev 189805)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('2b2f1d30f0b790e6cc3e00483ed4774b0fa1fc42')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-amidiplug \
+   --disable-adplug \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: audacious-plugins/repos/testing-x86_64/PKGBUILD (from rev 189804, 
audacious-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:10:17 UTC (rev 189805)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=audacious-plugins
+pkgver=3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=(audacious=${pkgver}
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: 

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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:12:42
  Author: tpowa
Revision: 189806

upgpkg: syslinux 6.01-3

fix syslinux-update script

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update

-+
 PKGBUILD|   10 ++--
 syslinux-install_update |  108 --
 2 files changed, 52 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:10:17 UTC (rev 189805)
+++ PKGBUILD2013-07-08 12:12:42 UTC (rev 189806)
@@ -4,7 +4,7 @@
 
 pkgname=syslinux
 pkgver=6.01
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
 url=http://syslinux.zytor.com/;
@@ -26,11 +26,10 @@
 
source=(https://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgname}-${pkgver}.tar.xz;
 'syslinux.cfg'
 'syslinux-install_update')
+md5sums=('5fe8959b92255143a334167ca1c395a6'
+ 'bbd97c4c735b8e5c52b79572d9296246'
+ '0e7d47e1f791f0c5e7bd40ed5c6d80cc')
 
-sha1sums=('d7bc1b188677f77ac2d7060d25491dc29877a9c4'
-  'b0f174bcc0386fdf699e03d0090e3ac841098010'
-  'b1d915045fe3094f5359df043c53e73a4dc32745')
-
 _build_syslinux_bios() {
 
 rm -rf ${srcdir}/${pkgname}-${pkgver}-bios/ || true
@@ -162,3 +161,4 @@
 _package_syslinux_bios
 
 }
+

Modified: syslinux-install_update
===
--- syslinux-install_update 2013-07-08 12:10:17 UTC (rev 189805)
+++ syslinux-install_update 2013-07-08 12:12:42 UTC (rev 189806)
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Sylinux Installer / Updater Scripts
-# Copyright (C) 2011  Matthew Gyurgyik pyt...@pyther.net
+# Syslinux Installer / Updater Script (for BIOS only)
+# Copyright (C) 2013  Matthew Gyurgyik pyt...@pyther.net
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -26,13 +26,13 @@
 #
 shopt -s nullglob
 
-libpath=/usr/lib/syslinux/bios
-bootpath=/boot/syslinux
-extlinux=/usr/bin/extlinux
+bios_libpath=/usr/lib/syslinux/bios/
+bios_bootpath=/boot/syslinux/
+EXTLINUX=/usr/bin/extlinux
 
-core_modules=(ldlinux.c32)
-autoupdate_file=/boot/syslinux/SYSLINUX_AUTOUPDATE
-pciids_file=/usr/share/hwdata/pci.ids
+bios_core_modules=(config.c32 chain.c32 ldlinux.c32 libcom32.c32 libgpl.c32 
liblua.c32 libmenu.c32 libutil.c32 linux.c32 menu.c32 vesamenu.c32)
+bios_autoupdate_file=/boot/syslinux/SYSLINUX_AUTOUPDATE
+pciids_file=/usr/share/hwdata/pci.ids
 
 ## Helper functions ##
 # Taken from libui-sh
@@ -120,7 +120,7 @@
 cat  EOF
 usage: $0 options
 
-This script will install or upgrade Syslinux
+This script will install or upgrade Syslinux (for BIOS only)
 
 OPTIONS:
   -hShow this message
@@ -133,16 +133,16 @@
  Arguments Required:
   -cChroot install (ex: -c /mnt)
 
-Example Usage: syslinux-install_update.sh -i -a -m (install, set boot flag, 
install mbr)
-   syslinux-install_update.sh -u (update)
+Example Usage: $0 -i -a -m # (install, set boot flag, install mbr)
+   $0 -u   # (update)
 EOF
 }
 
 # Trys to find the partition that /boot resides on
 # This will either be on /boot or / (root)
 getBoot() {
-if [[ ! -d $bootpath ]]; then
-echo Could not find $bootpath
+if [[ ! -d $bios_bootpath ]]; then
+echo Could not find $bios_bootpath
 echo Is boot mounted? Is Syslinux installed?
 exit 1
 fi
@@ -278,9 +278,9 @@
 { echo ABORT! MBR installation to partition ($disk)!; exit 4;}
 
 if [[ $ptb = MBR ]]; then
-mbrfile=$libpath/mbr.bin
+mbrfile=$bios_libpath/mbr.bin
 elif [[ $ptb = GPT ]]; then
-mbrfile=$libpath/gptmbr.bin
+mbrfile=$bios_libpath/gptmbr.bin
 fi
 
 if dd bs=440 count=1 conv=notrunc if=$mbrfile of=$disk  
/dev/null; then
@@ -293,79 +293,65 @@
 return 0
 }
 
-_install() {
+install_modules() {
 # Copy all com32 files to /boot
-for file in ${libpath}/*.c32; do
+for file in ${bios_libpath}/*.c32; do
 file=${file##*/}
-# Symlink files if /boot resides on the same partition as root
+rm $bios_bootpath/$file  /dev/null
 if [[ $boot = root ]]; then
-ln -s ${libpath#$CHROOT}/$file $bootpath/$file  /dev/null
+# Symlink files if /boot resides on the same partition as root
+ln -sf ${bios_libpath#$CHROOT}/$file $bios_bootpath/$file  
/dev/null
 elif [[ $boot = boot ]]; then
-cp $libpath/$file $bootpath/$file
+cp $bios_libpath/$file $bios_bootpath/$file
 fi
 done
 
 # Copy / Symlink pci.ids if pci.ids exists on the FS
 if [[ -f $pciids_file ]]; then
+rm $bios_bootpath/pci.ids  /dev/null
 if [[ $boot = root ]]; 

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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:04
  Author: tpowa
Revision: 189807

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 189806, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 189806, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 189806, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 189806, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 189806, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 189806, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 189806, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 189806, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 189806, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 189806, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 /PKGBUILD|  328 +++
 /syslinux-6.00-efi-export-kbdmap.patch   |   76 
 /syslinux-6.00-efi-fix-libcom32.patch|   90 
 /syslinux-dont-build-dos-windows-targets.patch   |   24 
 /syslinux-install_update |  922 ++
 /syslinux.cfg|  156 +
 /syslinux.install|   72 
 testing-i686/PKGBUILD|  164 -
 testing-i686/syslinux-6.00-efi-export-kbdmap.patch   |   38 
 testing-i686/syslinux-6.00-efi-fix-libcom32.patch|   45 
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  475 -
 testing-i686/syslinux.cfg|   78 
 testing-i686/syslinux.install|   36 
 testing-x86_64/PKGBUILD  |  164 -
 testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch |   38 
 testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch  |   45 
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  475 -
 testing-x86_64/syslinux.cfg  |   78 
 testing-x86_64/syslinux.install  |   36 
 21 files changed, 1668 insertions(+), 1696 deletions(-)

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


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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:34
  Author: tpowa
Revision: 189809

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

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

--+
 testing-i686/PKGBUILD|   34 ++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   34 ++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 108 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 189808, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 189808, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 189808, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 189808, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:26
  Author: tpowa
Revision: 189808

upgpkg: gpgme 1.4.2-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:13:04 UTC (rev 189807)
+++ PKGBUILD2013-07-08 12:13:26 UTC (rev 189808)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba'
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
  'SKIP')
 
 build() {



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:31:33
  Author: arodseth
Revision: 93685

upgpkg: gigi 6142-1

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:58:09 UTC (rev 93684)
+++ PKGBUILD2013-07-08 12:31:33 UTC (rev 93685)
@@ -6,9 +6,8 @@
 # Contributor: Manuel Gaul inka...@hotmail.com
 
 pkgname=gigi
-pkgver=0.8.0
-pkgrel=21
-_fixedrevision=5780 #5407
+pkgver=6142
+pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
 url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
@@ -16,25 +15,18 @@
 license=('LGPL')
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
 
-prepare() {
-  cd $srcdir
+pkgver() {
+  cd $pkgname
 
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf $pkgname-build
-  svn export $pkgname $pkgname-build
+  svnversion | tr -d [A-z]
 }
 
 build() {
-  cd $srcdir/$pkgname-build
+  cd $srcdir/$pkgname
 
   msg2 'Configuring...'
   setconf cmake/GiGiOgre.pc.in prefix /usr
@@ -49,17 +41,17 @@
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
 .
 
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
 
   msg2 'Compiling...'
   make -j1
 }
 
 package() {
-  cd $srcdir/$pkgname-build
+  cd $srcdir/$pkgname
 
   msg2 'Packaging files...'
   make install
@@ -67,13 +59,13 @@
   msg2 'Moving files to the right location...'
   mv -v $srcdir/pkg/usr $pkgdir/
 
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+  #msg2 'Fixing documentation...'
+  #mkdir -p $pkgdir/usr/share/doc
+  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
 
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
+  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+  #  sed -i s:$srcdir:/:g $f
+  #done
 
   msg2 'Python 3 fix...'
   for f in `find $pkgdir/usr -name *.py`; do



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:31:42
  Author: arodseth
Revision: 93686

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

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

---+
 /PKGBUILD |  160 
 community-i686/PKGBUILD   |   85 ---
 community-x86_64/PKGBUILD |   85 ---
 3 files changed, 160 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 12:31:33 UTC (rev 93685)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=20
-_fixedrevision=5780 #5407
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-
-build() {
-  cd $srcdir
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93685, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D 

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:32:27
  Author: arodseth
Revision: 93687

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

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

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

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  #msg2 'Fixing documentation...'
+  #mkdir -p $pkgdir/usr/share/doc
+  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+  #  sed -i s:$srcdir:/:g $f
+  #done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building 

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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:37:01
  Author: tpowa
Revision: 189810

upgpkg: gettext 0.18.3-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:13:34 UTC (rev 189809)
+++ PKGBUILD2013-07-08 12:37:01 UTC (rev 189810)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.18.2.1
+pkgver=0.18.3
 pkgrel=1
 pkgdesc=GNU internationalization library
 arch=('i686' 'x86_64')
@@ -14,9 +14,8 @@
 options=(!libtool !docs)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('034c8103b14654ebd300fadac44d6f14'
- 'e4658c30795a12f8d0b4d95fbb0f')
-
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:37:12
  Author: tpowa
Revision: 189811

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

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

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 110 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 189810, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.3
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-i686/gettext.install (from rev 189810, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 189810, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.3
+pkgrel=1
+pkgdesc=GNU internationalization library
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gettext/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 189810, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:02:44
  Author: spupykin
Revision: 93688

upgpkg: mapnik 2.2.0-3

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:32:27 UTC (rev 93687)
+++ PKGBUILD2013-07-08 13:02:44 UTC (rev 93688)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0
-pkgrel=1
+pkgrel=3
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:21
  Author: spupykin
Revision: 93690

upgpkg: schroot 1.6.5-3

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:03:09 UTC (rev 93689)
+++ PKGBUILD2013-07-08 13:03:21 UTC (rev 93690)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot).
 url=http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 15:04:07
  Author: tpowa
Revision: 189812

remove not needed patches

Deleted:
  syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch

---+
 syslinux-6.00-efi-export-kbdmap.patch |   38 
 syslinux-6.00-efi-fix-libcom32.patch  |   45 
 syslinux-dont-build-dos-windows-targets.patch |   12 --
 3 files changed, 95 deletions(-)

Deleted: syslinux-6.00-efi-export-kbdmap.patch
===
--- syslinux-6.00-efi-export-kbdmap.patch   2013-07-08 12:37:12 UTC (rev 
189811)
+++ syslinux-6.00-efi-export-kbdmap.patch   2013-07-08 13:04:07 UTC (rev 
189812)
@@ -1,38 +0,0 @@
-From 2a81889c7d680fbe51de63dbbeb4e8c290ec46fa Mon Sep 17 00:00:00 2001
-From: Matt Fleming matt.flem...@intel.com
-Date: Fri, 21 Jun 2013 07:14:24 +
-Subject: efi: Tag symbols with __export
-
-I missed some symbols previously that are required to be exported when
-loading vesamenu.c32.
-
-Signed-off-by: Matt Fleming matt.flem...@intel.com

-diff --git a/efi/main.c b/efi/main.c
-index 51ff9f3..71333a4 100644
 a/efi/main.c
-+++ b/efi/main.c
-@@ -21,7 +21,7 @@ uint32_t _IdleTimer = 0;
- char __lowmem_heap[32];
- uint32_t BIOS_timer_next;
- uint32_t timer_irq;
--uint8_t KbdMap[256];
-+__export uint8_t KbdMap[256];
- char aux_seg[256];
- 
- static inline EFI_STATUS
-diff --git a/efi/vesa.c b/efi/vesa.c
-index d259f60..b4a541b 100644
 a/efi/vesa.c
-+++ b/efi/vesa.c
-@@ -297,7 +297,7 @@ static int efi_vesacon_font_query(uint8_t **font)
- return cp865_8x16_font_height;
- }
- 
--int __vesacon_i915resolution(int x, int y)
-+__export int __vesacon_i915resolution(int x, int y)
- {
-   /* We don't support this function */
-   return 1;
---
-cgit v0.9.2

Deleted: syslinux-6.00-efi-fix-libcom32.patch
===
--- syslinux-6.00-efi-fix-libcom32.patch2013-07-08 12:37:12 UTC (rev 
189811)
+++ syslinux-6.00-efi-fix-libcom32.patch2013-07-08 13:04:07 UTC (rev 
189812)
@@ -1,45 +0,0 @@
-From 013ef7679a573b3b3454f914f3a7f865991db9f2 Mon Sep 17 00:00:00 2001
-From: Matt Fleming matt.flem...@intel.com
-Date: Fri, 21 Jun 2013 07:13:16 +
-Subject: efi: Export __bcopyxx_len
-
-We need to provide a __bcopyxx_len symbol for EFI because it's
-referenced in generic code in libcom32.c32. Without this change,
-libcom32.c32 will fail to load under EFI.
-
-Signed-off-by: Matt Fleming matt.flem...@intel.com

-diff --git a/core/include/core.h b/core/include/core.h
-index 5736d39..127ac65 100644
 a/core/include/core.h
-+++ b/core/include/core.h
-@@ -26,6 +26,7 @@ extern char cmd_line[];
- extern char ConfigFile[];
- extern char syslinux_banner[];
- extern char copyright_str[];
-+extern unsigned int __bcopyxx_len;
- 
- /*
-  * Mark symbols that are only used by BIOS as __weak until we can move
-@@ -35,7 +36,6 @@ extern char copyright_str[];
- extern __weak uint16_t BIOSName;
- extern __weak char KernelName[];
- extern __weak char StackBuf[];
--extern __weak unsigned int __bcopyxx_len;
- 
- extern uint8_t KbdMap[256];
- 
-diff --git a/efi/main.c b/efi/main.c
-index 438e88c..51ff9f3 100644
 a/efi/main.c
-+++ b/efi/main.c
-@@ -153,6 +153,7 @@ void pxenv(void)
- uint16_t BIOS_fbm = 1;
- far_ptr_t InitStack;
- far_ptr_t PXEEntry;
-+__export unsigned int __bcopyxx_len = 0;
- 
- void gpxe_unload(void)
- {
---
-cgit v0.9.2

Deleted: syslinux-dont-build-dos-windows-targets.patch
===
--- syslinux-dont-build-dos-windows-targets.patch   2013-07-08 12:37:12 UTC 
(rev 189811)
+++ syslinux-dont-build-dos-windows-targets.patch   2013-07-08 13:04:07 UTC 
(rev 189812)
@@ -1,12 +0,0 @@
-diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile
 syslinux-4.02.orig//Makefile   2010-07-21 21:33:13.0 +0200
-+++ syslinux-4.02//Makefile2010-07-22 11:14:03.325522937 +0200
-@@ -54,7 +54,7 @@
- # files that depend only on the B phase, but may have to be regenerated
- # for make installer.
- BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
-- diag libinstaller dos win32 win64 dosutil txt
-+ libinstaller txt
- ITARGET  =
- IOBJECTS = $(ITARGET) \
-   utils/gethostip utils/isohybrid utils/mkdiskimage \



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:59
  Author: spupykin
Revision: 93691

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

Added:
  schroot/repos/community-staging-i686/
  schroot/repos/community-staging-i686/PKGBUILD
(from rev 93690, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-i686/arch32-config
(from rev 93690, schroot/trunk/arch32-config)
  schroot/repos/community-staging-i686/arch32-copyfiles
(from rev 93690, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-i686/arch32-example
(from rev 93690, schroot/trunk/arch32-example)
  schroot/repos/community-staging-i686/arch32-mount
(from rev 93690, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-i686/arch32-nssdatabases
(from rev 93690, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-i686/colon-completion.patch
(from rev 93690, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-i686/fix-bash-completion.patch
(from rev 93690, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-i686/pam.d.schroot.patch
(from rev 93690, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-staging-x86_64/
  schroot/repos/community-staging-x86_64/PKGBUILD
(from rev 93690, schroot/trunk/PKGBUILD)
  schroot/repos/community-staging-x86_64/arch32-config
(from rev 93690, schroot/trunk/arch32-config)
  schroot/repos/community-staging-x86_64/arch32-copyfiles
(from rev 93690, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-staging-x86_64/arch32-example
(from rev 93690, schroot/trunk/arch32-example)
  schroot/repos/community-staging-x86_64/arch32-mount
(from rev 93690, schroot/trunk/arch32-mount)
  schroot/repos/community-staging-x86_64/arch32-nssdatabases
(from rev 93690, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-staging-x86_64/colon-completion.patch
(from rev 93690, schroot/trunk/colon-completion.patch)
  schroot/repos/community-staging-x86_64/fix-bash-completion.patch
(from rev 93690, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-staging-x86_64/pam.d.schroot.patch
(from rev 93690, schroot/trunk/pam.d.schroot.patch)

+
 community-staging-i686/PKGBUILD|   77 +++
 community-staging-i686/arch32-config   |   11 ++
 community-staging-i686/arch32-copyfiles|6 +
 community-staging-i686/arch32-example  |   10 ++
 community-staging-i686/arch32-mount|   12 ++
 community-staging-i686/arch32-nssdatabases |6 +
 community-staging-i686/colon-completion.patch  |   20 
 community-staging-i686/fix-bash-completion.patch   |   11 ++
 community-staging-i686/pam.d.schroot.patch |   15 +++
 community-staging-x86_64/PKGBUILD  |   77 +++
 community-staging-x86_64/arch32-config |   11 ++
 community-staging-x86_64/arch32-copyfiles  |6 +
 community-staging-x86_64/arch32-example|   10 ++
 community-staging-x86_64/arch32-mount  |   12 ++
 community-staging-x86_64/arch32-nssdatabases   |6 +
 community-staging-x86_64/colon-completion.patch|   20 
 community-staging-x86_64/fix-bash-completion.patch |   11 ++
 community-staging-x86_64/pam.d.schroot.patch   |   15 +++
 18 files changed, 336 insertions(+)

Copied: schroot/repos/community-staging-i686/PKGBUILD (from rev 93690, 
schroot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:03:59 UTC (rev 93691)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
+
+pkgname=schroot
+pkgver=1.6.5
+pkgrel=3
+pkgdesc=Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot).
+url=http://packages.qa.debian.org/s/schroot.html;
+license=('GPL3')
+depends=('pam' 'lockdev' 'boost' 'e2fsprogs')
+optdepends=('btrfs-progs-unstable' 'lvm2')
+arch=('i686' 'x86_64')
+conflicts=('dchroot')
+replaces=('dchroot')
+provides=('schroot' 'sbuild' 'dchroot')
+backup=('etc/schroot/schroot.conf'
+   'etc/schroot/arch32/config'
+   'etc/schroot/arch32/copyfiles'
+   'etc/schroot/arch32/mount'
+   'etc/schroot/arch32/nssdatabases')
+options=(!libtool)
+source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz;
+   'arch32-example'
+   'arch32-config'
+   'arch32-copyfiles'
+   'arch32-mount'
+   'arch32-nssdatabases'
+   'pam.d.schroot.patch'
+   'colon-completion.patch'
+   'fix-bash-completion.patch')
+md5sums=('99f679d68f180a56289b3ec40d214ae4'
+ 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:09
  Author: spupykin
Revision: 93689

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 93688, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 93688, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 93688, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 93688, mapnik/trunk/mapnik.install)

+
 community-staging-i686/PKGBUILD|   46 
++
 community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch   |   36 
+++
 community-staging-i686/mapnik.install  |   11 
++
 community-staging-x86_64/PKGBUILD  |   46 
++
 community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch |   36 
+++
 community-staging-x86_64/mapnik.install|   11 
++
 6 files changed, 186 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 93688, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:03:09 UTC (rev 93689)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0
+pkgrel=3
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=(https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+md5sums=('b837931c7f1a4dc630d8550d3e635036')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  scons install
+}

Copied: 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
 (from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
===
--- community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(rev 0)
+++ community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
2013-07-08 13:03:09 UTC (rev 93689)
@@ -0,0 +1,36 @@
+From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001
+From: Dane Springmeyer d...@dbsgeo.com
+Date: Sun, 10 Feb 2013 07:24:35 -0800
+Subject: [PATCH] fix compile of json feature_collection grammar when building
+ against = boost 1.52 - refs #1658 and #1716
+
+---
+ src/json/feature_collection_parser.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/json/feature_collection_parser.cpp 
b/src/json/feature_collection_parser.cpp
+index 3faeda7..51ad824 100644
+--- a/src/json/feature_collection_parser.cpp
 b/src/json/feature_collection_parser.cpp
+@@ -20,12 +20,17 @@
+  *
+  
*/
+ 
++// TODO https://github.com/mapnik/mapnik/issues/1658
++#include boost/version.hpp
++#if BOOST_VERSION = 105200
++#define BOOST_SPIRIT_USE_PHOENIX_V3
++#endif
++
+ // mapnik
+ #include mapnik/json/feature_collection_parser.hpp
+ #include mapnik/json/feature_collection_grammar.hpp
+ 
+ // boost
+-#include boost/version.hpp
+ #include 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:04
  Author: spupykin
Revision: 93692

upgpkg: sdcc 3.3.0-2

upd

Modified:
  sdcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:03:59 UTC (rev 93691)
+++ PKGBUILD2013-07-08 13:04:04 UTC (rev 93692)
@@ -4,7 +4,7 @@
 
 pkgname=sdcc
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:34
  Author: spupykin
Revision: 93694

upgpkg: synfig 0.64.0-4

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:20 UTC (rev 93693)
+++ PKGBUILD2013-07-08 13:04:34 UTC (rev 93694)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.0
-pkgrel=2
+pkgrel=4
 pkgdesc=Professional vector animation program (CLI renderer only)
 arch=(i686 x86_64)
 url=http://synfig.org;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:20
  Author: spupykin
Revision: 93693

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

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

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

Copied: sdcc/repos/community-staging-i686/PKGBUILD (from rev 93692, 
sdcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:04:20 UTC (rev 93693)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jose Negron josenj.a...@mailnull.net
+
+pkgname=sdcc
+pkgver=3.3.0
+pkgrel=2
+pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url=http://sdcc.sourceforge.net/;
+options=(!strip)
+source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
+md5sums=('c7c6aa75415580795ecc4fd31948e5ba')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  if [ -d $pkgdir/usr/lib/lib ]; then
+mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
+rm -rf $pkgdir/usr/lib/lib
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
+}

Copied: sdcc/repos/community-staging-x86_64/PKGBUILD (from rev 93692, 
sdcc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 13:04:20 UTC (rev 93693)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jose Negron josenj.a...@mailnull.net
+
+pkgname=sdcc
+pkgver=3.3.0
+pkgrel=2
+pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url=http://sdcc.sourceforge.net/;
+options=(!strip)
+source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
+md5sums=('c7c6aa75415580795ecc4fd31948e5ba')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  if [ -d $pkgdir/usr/lib/lib ]; then
+mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
+rm -rf $pkgdir/usr/lib/lib
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:55
  Author: spupykin
Revision: 93695

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

Added:
  synfig/repos/community-staging-i686/
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 93694, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 93694, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 93694, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 93694, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 93694, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 93694, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 93694, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 93694, synfig/trunk/ffmpeg-loop.patch)

+
 community-staging-i686/PKGBUILD|   46 
 community-staging-i686/build-fix.patch |   31 +
 community-staging-i686/ffmpeg-0.8.patch|   60 +++
 community-staging-i686/ffmpeg-loop.patch   |   56 +
 community-staging-x86_64/PKGBUILD  |   46 
 community-staging-x86_64/build-fix.patch   |   31 +
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 +++
 community-staging-x86_64/ffmpeg-loop.patch |   56 +
 8 files changed, 386 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 93694, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:04:55 UTC (rev 93695)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=0.64.0
+pkgrel=4
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch
+   ffmpeg-loop.patch)
+md5sums=('124cb4059b9f48dc5c37204660053d6f'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
+  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
+  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include string.h' src/modules/mod_png/trgt_png.cpp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synfig/repos/community-staging-i686/build-fix.patch (from rev 93694, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2013-07-08 13:04:55 UTC (rev 
93695)
@@ -0,0 +1,31 @@
+diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
 synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
+@@ -31,6 +31,10 @@
+ # include config.h
+ #endif
+ 
++#include libavcodec/avcodec.h
++#include libavformat/avformat.h
++#include libswscale/swscale.h
++
+ #include trgt_av.h
+ 
+ extern C
+@@ -116,14 +120,14 @@
+ picture = avcodec_alloc_frame();
+ if (!picture)
+ return NULL;
+-size = avpicture_get_size(pix_fmt, width, height);
++size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
+ picture_buf = (uint8_t *)malloc(size);
+ if (!picture_buf) {
+ av_free(picture);
+ return NULL;
+ }
+ 

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:32:56
  Author: spupykin
Revision: 93696

upgpkg: wt 3.3.0-2

upd

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:55 UTC (rev 93695)
+++ PKGBUILD2013-07-08 13:32:56 UTC (rev 93696)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.0
 _pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;



[arch-commits] Commit in wt/repos (community-staging-i686 community-staging-x86_64)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:34:38
  Author: spupykin
Revision: 93697

Added:
  wt/repos/community-staging-i686/
  wt/repos/community-staging-x86_64/



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:35:00
  Author: spupykin
Revision: 93698

Added:
  wt/repos/community-staging-i686/PKGBUILD
  wt/repos/community-staging-x86_64/PKGBUILD

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

Added: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:35:00 UTC (rev 93698)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=2
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Added: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 13:35:00 UTC (rev 93698)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=2
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}



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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:09:55
  Author: aginiewicz
Revision: 93699

upgpkg: python-pytables 3.0.0-2

Rename python2 binaries to resolve conflict (FS#36015)

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:35:00 UTC (rev 93698)
+++ PKGBUILD2013-07-08 14:09:55 UTC (rev 93699)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
 url=http://www.pytables.org;
@@ -34,6 +34,11 @@
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
 
   install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # see FS#36015
+  mv $pkgdir/usr/bin/pt2to3{,-2.7}
+  mv $pkgdir/usr/bin/ptdump{,-2.7}
+  mv $pkgdir/usr/bin/ptrepack{,-2.7}
 }
 
 package_python-pytables() {



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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:10:27
  Author: aginiewicz
Revision: 93700

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

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

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   47 ---
 community-x86_64/PKGBUILD |   47 ---
 3 files changed, 104 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:09:55 UTC (rev 93699)
+++ community-i686/PKGBUILD 2013-07-08 14:10:27 UTC (rev 93700)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
-url=http://www.pytables.org;
-license=(BSD)
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
-md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
-
-build() {
-  cd $srcdir
-  cp -a tables-$pkgver tables-py2-$pkgver
-
-  msg Building Python2
-  cd $srcdir/tables-py2-$pkgver
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/tables-$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-
-  cd $srcdir/tables-py2-${pkgver}
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pytables() {
-  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
-
-  cd $srcdir/tables-${pkgver}
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 93699, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:10:27 UTC (rev 93700)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=2
+arch=(i686 x86_64)
+pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
+url=http://www.pytables.org;
+license=(BSD)
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd $srcdir
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg Building Python2
+  cd $srcdir/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd $srcdir/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # see FS#36015
+  mv $pkgdir/usr/bin/pt2to3{,-2.7}
+  mv $pkgdir/usr/bin/ptdump{,-2.7}
+  mv $pkgdir/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd $srcdir/tables-${pkgver}
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 14:09:55 UTC (rev 93699)
+++ community-x86_64/PKGBUILD   2013-07-08 14:10:27 UTC (rev 93700)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
-url=http://www.pytables.org;
-license=(BSD)
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')

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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:15:46
  Author: aginiewicz
Revision: 93701

upgpkg: python-pytables 3.0.0-3

Second try at FS#36015, I don't know what just happened

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:10:27 UTC (rev 93700)
+++ PKGBUILD2013-07-08 14:15:46 UTC (rev 93701)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
 url=http://www.pytables.org;



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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:16:08
  Author: aginiewicz
Revision: 93702

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:15:46 UTC (rev 93701)
+++ community-i686/PKGBUILD 2013-07-08 14:16:08 UTC (rev 93702)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
-url=http://www.pytables.org;
-license=(BSD)
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
-md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
-
-build() {
-  cd $srcdir
-  cp -a tables-$pkgver tables-py2-$pkgver
-
-  msg Building Python2
-  cd $srcdir/tables-py2-$pkgver
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/tables-$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-
-  cd $srcdir/tables-py2-${pkgver}
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # see FS#36015
-  mv $pkgdir/usr/bin/pt2to3{,-2.7}
-  mv $pkgdir/usr/bin/ptdump{,-2.7}
-  mv $pkgdir/usr/bin/ptrepack{,-2.7}
-}
-
-package_python-pytables() {
-  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
-
-  cd $srcdir/tables-${pkgver}
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 93701, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:16:08 UTC (rev 93702)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=3
+arch=(i686 x86_64)
+pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
+url=http://www.pytables.org;
+license=(BSD)
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd $srcdir
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg Building Python2
+  cd $srcdir/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd $srcdir/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # see FS#36015
+  mv $pkgdir/usr/bin/pt2to3{,-2.7}
+  mv $pkgdir/usr/bin/ptdump{,-2.7}
+  mv $pkgdir/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd $srcdir/tables-${pkgver}
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 14:15:46 UTC (rev 93701)
+++ community-x86_64/PKGBUILD   2013-07-08 14:16:08 UTC (rev 93702)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=2
-arch=(i686 x86_64)
-pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:22:15
  Author: bpiotrowski
Revision: 189813

upgpkg: licq 1.7.1-5

- rebuild against boost 1.54.0

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:07 UTC (rev 189812)
+++ PKGBUILD2013-07-08 14:22:15 UTC (rev 189813)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Advanced graphical ICQ clone and more for Unix
 arch=('i686' 'x86_64')
 url=http://www.licq.org;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:30:18
  Author: spupykin
Revision: 93703

upgpkg: gpsdrive 2.11-19

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:16:08 UTC (rev 93702)
+++ PKGBUILD2013-07-08 14:30:18 UTC (rev 93703)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=18
+pkgrel=19
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:30:38
  Author: spupykin
Revision: 93704

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

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

---+
 community-staging-i686/PKGBUILD   |   67 
 community-staging-i686/gpsdrive.install   |4 +
 community-staging-x86_64/PKGBUILD |   67 
 community-staging-x86_64/gpsdrive.install |4 +
 4 files changed, 142 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 93703, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 14:30:38 UTC (rev 93704)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=19
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;)
+md5sums=('bc53792529788b81c291a32d628a4850')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive.install (from rev 93703, 
gpsdrive/trunk/gpsdrive.install)
===
--- community-staging-i686/gpsdrive.install (rev 0)
+++ community-staging-i686/gpsdrive.install 2013-07-08 14:30:38 UTC (rev 
93704)
@@ -0,0 +1,4 @@
+post_install() {
+  echo Don't forget to generate geoinfo.db with geoinfo.pl script
+  echo Also you can check http://wiki.archlinux.org/index.php/GpsDrive;
+}

Copied: gpsdrive/repos/community-staging-x86_64/PKGBUILD (from rev 93703, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 14:30:38 UTC (rev 93704)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=19
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:22:30
  Author: bpiotrowski
Revision: 189814

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 189813, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 189813, licq/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 189813, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 14:22:30 UTC (rev 189814)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=5
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 189813, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-08 14:22:30 UTC (rev 189814)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=5
+pkgdesc=Advanced graphical ICQ clone and more for Unix
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:39:57
  Author: bpiotrowski
Revision: 189815

upgpkg: lyx 2.0.6-3

- rebuild against boost 1.54.0

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:22:30 UTC (rev 189814)
+++ PKGBUILD2013-07-08 14:39:57 UTC (rev 189815)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.0.6
-pkgrel=1
+pkgrel=3
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
 url=http://www.lyx.org;



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:40:14
  Author: bpiotrowski
Revision: 189816

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 189815, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 189815, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 189815, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 189815, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 189815, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 189815, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 189815, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 189815, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/lyx.desktop   |   14 
 staging-i686/lyx.install   |   14 
 staging-i686/lyxrc.dist|   14 
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/lyx.desktop |   14 
 staging-x86_64/lyx.install |   14 
 staging-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 189815, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.0.6
+pkgrel=3
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('d73ba7a5e796acdf32282207be0b29d66411c5f8'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install desktop entry
+  install -Dm644 ${srcdir}/lyx.desktop \
+${pkgdir}/usr/share/applications/lyx.desktop
+  install -Dm644 lib/images/lyx.png \
+${pkgdir}/usr/share/pixmaps/lyx.png
+
+  # install default config file
+  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
+  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 189815, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 189815, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 189815, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist 

[arch-commits] Commit in pygobject2/trunk (4 files)

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 16:45:57
  Author: heftig
Revision: 189817

move to git maint branch head

Modified:
  pygobject2/trunk/PKGBUILD
Deleted:
  pygobject2/trunk/python2-fix-type.patch
  pygobject2/trunk/python3-fix-build.patch
  pygobject2/trunk/python3-fix-maketrans.patch

-+
 PKGBUILD|   73 ++
 python2-fix-type.patch  |   50 
 python3-fix-build.patch |   34 ---
 python3-fix-maketrans.patch |   36 
 4 files changed, 32 insertions(+), 161 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:40:14 UTC (rev 189816)
+++ PKGBUILD2013-07-08 14:45:57 UTC (rev 189817)
@@ -4,77 +4,68 @@
 pkgbase=pygobject2
 pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
 pkgver=2.28.6
-pkgrel=8
-arch=('i686' 'x86_64')
+pkgrel=9
+arch=(i686 x86_64)
 url=http://www.pygtk.org/;
-license=('LGPL')
-makedepends=('python' 'python2')
-source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
-python2-fix-type.patch
-python3-fix-build.patch
-python3-fix-maketrans.patch)
+license=(LGPL)
+makedepends=(python python2 git)
 options=('!libtool')
-sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
-'b7b415499ffc0817cf551edf76a3fe47938db2c9f6240046eae681e6ef9b37ea'
-'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
-'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
 
-build() {
-  cd pygobject-$pkgver
+# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
+source=('git://git.gnome.org/pygobject#commit=9456ba7')
+sha256sums=('SKIP')
 
-  # patches available in 2.28 branch but unreleased.
-  patch -Np1 -i ${srcdir}/python2-fix-type.patch
-  patch -Np1 -i ${srcdir}/python3-fix-build.patch
-  patch -Np1 -i ${srcdir}/python3-fix-maketrans.patch
+prepare() {
+  cd pygobject
+  autoreconf -fi
 
   cd ..
-  cp -a pygobject-${pkgver} python2-build
+  cp -a pygobject python2-build
+}
 
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr --disable-introspection
-make
-  )
+build() {
+  cd python2-build
+  ./configure --prefix=/usr --disable-introspection \
+PYTHON=/usr/bin/python2
+  make
 
-  (
-cd pygobject-${pkgver}
-./configure --prefix=/usr --disable-introspection
-make
-  )
+  cd ../pygobject
+  ./configure --prefix=/usr --disable-introspection
+  make
 }
 
 package_python-gobject2() {
   pkgdesc=Python 3 bindings for GObject2
-  depends=('glib2' 'pygobject2-devel' 'python')
-  replaces=('py3gobject')
+  depends=(glib2 pygobject2-devel python)
+  replaces=(py3gobject)
   provides=(py3gobject=$pkgver)
 
-  cd pygobject-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd pygobject
+  make DESTDIR=$pkgdir install
 
   # Delete devel stuff
-  rm -r 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
+  rm -r $pkgdir/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}}
 }
 
 package_python2-gobject2() {
   pkgdesc=Python 2 bindings for GObject2
-  depends=('glib2' 'pygobject2-devel' 'python2')
-  replaces=('pygobject')
+  depends=(glib2 pygobject2-devel python2)
+  replaces=(pygobject)
   provides=(pygobject=$pkgver)
 
   cd python2-build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 
-  find $pkgdir/usr/share/pygobject -name '*.py' | \
-xargs sed -i s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
+  find $pkgdir/usr/share/pygobject -name '*.py' -exec \
+sed -i '1s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' {} +
 
+  rm -r $pkgdir/usr/share/gtk-doc
+
   # Split devel stuff
   cd ..
   mkdir -p devel/usr/{lib,share/pygobject}
   mv {$pkgdir,devel}/usr/include
   mv {$pkgdir,devel}/usr/lib/pkgconfig
-  mv {$pkgdir,devel}/usr/share/gtk-doc
   mv {$pkgdir,devel}/usr/share/pygobject/xsl
 }
 

Deleted: python2-fix-type.patch
===
--- python2-fix-type.patch  2013-07-08 14:40:14 UTC (rev 189816)
+++ python2-fix-type.patch  2013-07-08 14:45:57 UTC (rev 189817)
@@ -1,50 +0,0 @@
-From 42d01f060c5d764baa881d13c103d68897163a49 Mon Sep 17 00:00:00 2001
-From: Ryan Lortie de...@desrt.ca
-Date: Mon, 12 Mar 2012 16:44:14 -0400
-Subject: gio-types.defs: change some enums to flags
-
-These flags types were originally incorrectly handled in glib as being
-enums.  That bug was fixed, but they're still enums here, leading to
-warnings about the mismatch.
-
-Change them to flags.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=668522

- gio/gio-types.defs |6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gio/gio-types.defs b/gio/gio-types.defs
-index 331e0bc..7eee5c8 100644
 

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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 16:49:55
  Author: heftig
Revision: 189818

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

Added:
  pygobject2/repos/extra-i686/PKGBUILD
(from rev 189817, pygobject2/trunk/PKGBUILD)
  pygobject2/repos/extra-x86_64/PKGBUILD
(from rev 189817, pygobject2/trunk/PKGBUILD)
Deleted:
  pygobject2/repos/extra-i686/PKGBUILD
  pygobject2/repos/extra-i686/python2-fix-type.patch
  pygobject2/repos/extra-i686/python3-fix-build.patch
  pygobject2/repos/extra-i686/python3-fix-maketrans.patch
  pygobject2/repos/extra-x86_64/PKGBUILD
  pygobject2/repos/extra-x86_64/python2-fix-type.patch
  pygobject2/repos/extra-x86_64/python3-fix-build.patch
  pygobject2/repos/extra-x86_64/python3-fix-maketrans.patch

--+
 /PKGBUILD|  150 +
 extra-i686/PKGBUILD  |   84 
 extra-i686/python2-fix-type.patch|   50 -
 extra-i686/python3-fix-build.patch   |   34 --
 extra-i686/python3-fix-maketrans.patch   |   36 --
 extra-x86_64/PKGBUILD|   84 
 extra-x86_64/python2-fix-type.patch  |   50 -
 extra-x86_64/python3-fix-build.patch |   34 --
 extra-x86_64/python3-fix-maketrans.patch |   36 --
 9 files changed, 150 insertions(+), 408 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 14:45:57 UTC (rev 189817)
+++ extra-i686/PKGBUILD 2013-07-08 14:49:55 UTC (rev 189818)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=pygobject2
-pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
-pkgver=2.28.6
-pkgrel=8
-arch=('i686' 'x86_64')
-url=http://www.pygtk.org/;
-license=('LGPL')
-makedepends=('python' 'python2')
-source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
-python2-fix-type.patch
-python3-fix-build.patch
-python3-fix-maketrans.patch)
-options=('!libtool')
-sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
-'b7b415499ffc0817cf551edf76a3fe47938db2c9f6240046eae681e6ef9b37ea'
-'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
-'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
-
-build() {
-  cd pygobject-$pkgver
-
-  # patches available in 2.28 branch but unreleased.
-  patch -Np1 -i ${srcdir}/python2-fix-type.patch
-  patch -Np1 -i ${srcdir}/python3-fix-build.patch
-  patch -Np1 -i ${srcdir}/python3-fix-maketrans.patch
-
-  cd ..
-  cp -a pygobject-${pkgver} python2-build
-
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr --disable-introspection
-make
-  )
-
-  (
-cd pygobject-${pkgver}
-./configure --prefix=/usr --disable-introspection
-make
-  )
-}
-
-package_python-gobject2() {
-  pkgdesc=Python 3 bindings for GObject2
-  depends=('glib2' 'pygobject2-devel' 'python')
-  replaces=('py3gobject')
-  provides=(py3gobject=$pkgver)
-
-  cd pygobject-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Delete devel stuff
-  rm -r 
$pkgdir/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
-}
-
-package_python2-gobject2() {
-  pkgdesc=Python 2 bindings for GObject2
-  depends=('glib2' 'pygobject2-devel' 'python2')
-  replaces=('pygobject')
-  provides=(pygobject=$pkgver)
-
-  cd python2-build
-  make DESTDIR=${pkgdir} install
-
-  find $pkgdir/usr/share/pygobject -name '*.py' | \
-xargs sed -i s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
-
-  # Split devel stuff
-  cd ..
-  mkdir -p devel/usr/{lib,share/pygobject}
-  mv {$pkgdir,devel}/usr/include
-  mv {$pkgdir,devel}/usr/lib/pkgconfig
-  mv {$pkgdir,devel}/usr/share/gtk-doc
-  mv {$pkgdir,devel}/usr/share/pygobject/xsl
-}
-
-package_pygobject2-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  mv devel/* $pkgdir
-}

Copied: pygobject2/repos/extra-i686/PKGBUILD (from rev 189817, 
pygobject2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 14:49:55 UTC (rev 189818)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=pygobject2
+pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgver=2.28.6
+pkgrel=9
+arch=(i686 x86_64)
+url=http://www.pygtk.org/;
+license=(LGPL)
+makedepends=(python python2 git)
+options=('!libtool')
+
+# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
+source=('git://git.gnome.org/pygobject#commit=9456ba7')
+sha256sums=('SKIP')
+
+prepare() {
+  cd pygobject
+  autoreconf -fi
+
+  cd ..
+  cp -a pygobject python2-build
+}
+
+build() {
+  cd python2-build
+  ./configure --prefix=/usr --disable-introspection 

[arch-commits] Commit in tigervnc/trunk (10 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:56:34
  Author: spupykin
Revision: 93705

upgpkg: tigervnc 1.3.0-1

upd

Modified:
  tigervnc/trunk/PKGBUILD
Deleted:
  tigervnc/trunk/cmakelists.patch
  tigervnc/trunk/gethomedir.patch
  tigervnc/trunk/glx.patch
  tigervnc/trunk/gnutls.patch
  tigervnc/trunk/xorg111.patch
  tigervnc/trunk/xorg112.patch
  tigervnc/trunk/xorg113.patch
  tigervnc/trunk/xorg114.patch
  tigervnc/trunk/xserver113.patch

--+
 PKGBUILD |   52 +-
 cmakelists.patch |   70 
 gethomedir.patch |   16 -
 glx.patch|   85 --
 gnutls.patch |   36 
 xorg111.patch|  235 ---
 xorg112.patch|  447 -
 xorg113.patch|  275 
 xorg114.patch|   28 ---
 xserver113.patch |   92 --
 10 files changed, 15 insertions(+), 1321 deletions(-)

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


[arch-commits] Commit in tigervnc/repos (34 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:56:58
  Author: spupykin
Revision: 93706

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 93705, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/vncserver.service
(from rev 93705, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 93705, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xserver114.patch
(from rev 93705, tigervnc/trunk/xserver114.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 93705, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 93705, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 93705, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xserver114.patch
(from rev 93705, tigervnc/trunk/xserver114.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/cmakelists.patch
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/glx.patch
  tigervnc/repos/community-i686/gnutls.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg111.patch
  tigervnc/repos/community-i686/xorg112.patch
  tigervnc/repos/community-i686/xorg113.patch
  tigervnc/repos/community-i686/xorg114.patch
  tigervnc/repos/community-i686/xserver113.patch
  tigervnc/repos/community-i686/xserver114.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/cmakelists.patch
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/glx.patch
  tigervnc/repos/community-x86_64/gnutls.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg111.patch
  tigervnc/repos/community-x86_64/xorg112.patch
  tigervnc/repos/community-x86_64/xorg113.patch
  tigervnc/repos/community-x86_64/xorg114.patch
  tigervnc/repos/community-x86_64/xserver113.patch
  tigervnc/repos/community-x86_64/xserver114.patch

+
 /PKGBUILD  |  138 ++
 /vncserver.service |   56 
 /vncviewer.desktop |   20 +
 /xserver114.patch  |  168 +
 community-i686/PKGBUILD|   91 ---
 community-i686/cmakelists.patch|   70 -
 community-i686/gethomedir.patch|   16 -
 community-i686/glx.patch   |   85 --
 community-i686/gnutls.patch|   36 --
 community-i686/vncserver.service   |   28 --
 community-i686/vncviewer.desktop   |   10 
 community-i686/xorg111.patch   |  235 --
 community-i686/xorg112.patch   |  447 ---
 community-i686/xorg113.patch   |  275 -
 community-i686/xorg114.patch   |   28 --
 community-i686/xserver113.patch|   92 ---
 community-i686/xserver114.patch|   84 --
 community-x86_64/PKGBUILD  |   91 ---
 community-x86_64/cmakelists.patch  |   70 -
 community-x86_64/gethomedir.patch  |   16 -
 community-x86_64/glx.patch |   85 --
 community-x86_64/gnutls.patch  |   36 --
 community-x86_64/vncserver.service |   28 --
 community-x86_64/vncviewer.desktop |   10 
 community-x86_64/xorg111.patch |  235 --
 community-x86_64/xorg112.patch |  447 ---
 community-x86_64/xorg113.patch |  275 -
 community-x86_64/xorg114.patch |   28 --
 community-x86_64/xserver113.patch  |   92 ---
 community-x86_64/xserver114.patch  |   84 --
 30 files changed, 382 insertions(+), 2994 deletions(-)

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


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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 16:58:16
  Author: arodseth
Revision: 93707

upgpkg: gigi 6141-1

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:56:58 UTC (rev 93706)
+++ PKGBUILD2013-07-08 14:58:16 UTC (rev 93707)
@@ -6,7 +6,7 @@
 # Contributor: Manuel Gaul inka...@hotmail.com
 
 pkgname=gigi
-pkgver=6142
+pkgver=6141
 pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141;)
 # 5780 # 5407
 sha256sums=('SKIP')
 
 pkgver() {



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 16:58:25
  Author: arodseth
Revision: 93708

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:58:16 UTC (rev 93707)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  svnversion | tr -d [A-z]
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  #msg2 'Building documentation...'
-  #cd doc
-  #doxygen
-  #cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  #msg2 'Fixing documentation...'
-  #mkdir -p $pkgdir/usr/share/doc
-  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-  #  sed -i s:$srcdir:/:g $f
-  #done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93707, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6141
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  

  1   2   >