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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 08:15:56
  Author: foutrelis
Revision: 89386

upgpkg: python-virtualenvwrapper 4.0-1

New upstream release.

Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 03:23:52 UTC (rev 89385)
+++ PKGBUILD2013-04-29 06:15:56 UTC (rev 89386)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=python-virtualenvwrapper
-pkgver=3.7.1
+pkgver=4.0
 pkgrel=1
 pkgdesc=Extensions to Ian Bicking's virtualenv tool
 arch=('any')
@@ -15,7 +15,7 @@
 replaces=('python2-virtualenvwrapper')
 
source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
 LICENSE)
-sha256sums=('d0ed67857b1eec1c923bdbeef41b6d36649728c927c5754e0d785d0937725082'
+sha256sums=('fe62ea3b8a4e177789092c9412fe2ea1a2c8efd0281216f16887e475bde44210'
 '5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
 
 package() {



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 08:16:03
  Author: foutrelis
Revision: 89387

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   30 +++---
 PKGBUILD |   60 ++--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-04-29 06:15:56 UTC (rev 89386)
+++ LICENSE 2013-04-29 06:16:03 UTC (rev 89387)
@@ -1,15 +0,0 @@
-Copyright Doug Hellmann, All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of Doug Hellmann not be used in advertising or publicity pertaining
-to distribution of the software without specific, written prior permission.
-
-DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
-HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
-DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: python-virtualenvwrapper/repos/community-any/LICENSE (from rev 89386, 
python-virtualenvwrapper/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-04-29 06:16:03 UTC (rev 89387)
@@ -0,0 +1,15 @@
+Copyright Doug Hellmann, All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of Doug Hellmann not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior permission.
+
+DOUG HELLMANN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DOUG
+HELLMANN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-29 06:15:56 UTC (rev 89386)
+++ PKGBUILD2013-04-29 06:16:03 UTC (rev 89387)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=python-virtualenvwrapper
-pkgver=3.7.1
-pkgrel=1
-pkgdesc=Extensions to Ian Bicking's virtualenv tool
-arch=('any')
-url=http://www.doughellmann.com/projects/virtualenvwrapper/;
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz
-LICENSE)
-sha256sums=('d0ed67857b1eec1c923bdbeef41b6d36649728c927c5754e0d785d0937725082'
-'5c595d48f16a4cd468f08f467b52b6b2e5e43336961176988b7e4f60cf1b651f')
-
-package() {
-  cd $srcdir/virtualenvwrapper-$pkgver
-
-  python3 setup.py install --root=$pkgdir -O1
-
-  install -Dm644 $srcdir/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 89386, 
python-virtualenvwrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-29 06:16:03 UTC (rev 89387)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=python-virtualenvwrapper
+pkgver=4.0
+pkgrel=1
+pkgdesc=Extensions to Ian Bicking's virtualenv tool
+arch=('any')
+url=http://www.doughellmann.com/projects/virtualenvwrapper/;
+license=('MIT')
+depends=('python-virtualenv' 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 08:47:47
  Author: foutrelis
Revision: 183872

upgpkg: poppler 0.22.3-3

libpng 1.6 rebuild.

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 05:43:04 UTC (rev 183871)
+++ PKGBUILD2013-04-29 06:47:47 UTC (rev 183872)
@@ -4,7 +4,7 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
 pkgver=0.22.3
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 license=('GPL')
 makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 08:47:57
  Author: foutrelis
Revision: 183873

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

Added:
  poppler/repos/staging-i686/
  poppler/repos/staging-i686/PKGBUILD
(from rev 183872, poppler/trunk/PKGBUILD)
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 183872, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/staging-i686/PKGBUILD (from rev 183872, 
poppler/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 06:47:57 UTC (rev 183873)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.3
+pkgrel=3
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('be915388eaad6865cee5a156c8119ec1'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms2')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt4')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 183872, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 06:47:57 UTC (rev 183873)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.22.3
+pkgrel=3
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms2' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('be915388eaad6865cee5a156c8119ec1'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+#  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers 

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

2013-04-29 Thread Andrea Scarpino
Date: Monday, April 29, 2013 @ 08:54:41
  Author: andrea
Revision: 89388

upgpkg: rekonq 2.3.0-1

Upstream release

Modified:
  rekonq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 06:16:03 UTC (rev 89387)
+++ PKGBUILD2013-04-29 06:54:41 UTC (rev 89388)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
 
 pkgname=rekonq
-pkgver=2.2.1
+pkgver=2.3.0
 pkgrel=1
 pkgdesc='A WebKit based web browser for KDE'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 optdepends=('qca-ossl: to use the sync handler')
 install=${pkgname}.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('aa3939af5038491c612bb113647e8a1110720d6fc1038c8c71e6cf1308efa47b')
+sha256sums=('f84fe975e79cbdcd218eb73d5371ee5ca0e11a2aea0d1d890ba9f24a505cf65c')
 
 build(){
   mkdir build



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

2013-04-29 Thread Andrea Scarpino
Date: Monday, April 29, 2013 @ 08:54:51
  Author: andrea
Revision: 89389

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

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

-+
 /PKGBUILD   |   64 ++
 /rekonq.install |   24 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/rekonq.install   |   12 ---
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/rekonq.install |   12 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-29 06:54:41 UTC (rev 89388)
+++ community-i686/PKGBUILD 2013-04-29 06:54:51 UTC (rev 89389)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
-
-pkgname=rekonq
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('aa3939af5038491c612bb113647e8a1110720d6fc1038c8c71e6cf1308efa47b')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 89388, 
rekonq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-29 06:54:51 UTC (rev 89389)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
+
+pkgname=rekonq
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('f84fe975e79cbdcd218eb73d5371ee5ca0e11a2aea0d1d890ba9f24a505cf65c')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/rekonq.install
===
--- community-i686/rekonq.install   2013-04-29 06:54:41 UTC (rev 89388)
+++ community-i686/rekonq.install   2013-04-29 06:54:51 UTC (rev 89389)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rekonq/repos/community-i686/rekonq.install (from rev 89388, 
rekonq/trunk/rekonq.install)
===
--- community-i686/rekonq.install   (rev 0)
+++ community-i686/rekonq.install   2013-04-29 06:54:51 UTC (rev 89389)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-29 06:54:41 UTC (rev 89388)
+++ community-x86_64/PKGBUILD   2013-04-29 06:54:51 UTC (rev 89389)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Panagiotis Papadopoulos pano_90 AT gmx DOT net
-
-pkgname=rekonq
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 09:09:43
  Author: foutrelis
Revision: 89390

upgpkg: python-matplotlib 1.2.1-2

libpng 1.6 rebuild.

Modified:
  python-matplotlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 06:54:51 UTC (rev 89389)
+++ PKGBUILD2013-04-29 07:09:43 UTC (rev 89390)
@@ -7,7 +7,7 @@
 pkgbase=python-matplotlib
 pkgname=('python2-matplotlib' 'python-matplotlib')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A python plotting library, making publication quality plots
 arch=('i686' 'x86_64')
 url='http://matplotlib.org'
@@ -18,7 +18,7 @@
  'pygtk' 'python-six' 'ghostscript' 'texlive-bin')
 optdepends=('pygtk: for use with the GTK or GTKAgg backend'
 'tk: used by the TkAgg backend'
-'ghostscript: usetex dependencies' 
+'ghostscript: usetex dependencies'
 'texlive-bin: usetex dependencies')
 
source=(http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz;)
 sha1sums=('82fc44d0047a713c1b0b1b4ea2503e6a41c57f98')



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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:12:47
  Author: alucryd
Revision: 89392

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-wxgtk/repos/multilib-staging-x86_64/
  lib32-wxgtk/repos/multilib-staging-x86_64/PKGBUILD
(from rev 89391, lib32-wxgtk/trunk/PKGBUILD)

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

Copied: lib32-wxgtk/repos/multilib-staging-x86_64/PKGBUILD (from rev 89391, 
lib32-wxgtk/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2013-04-29 08:12:47 UTC (rev 89392)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Limao Luo luoli...@gmail.com
+# Contributor: Devin Cofer rangu...@archlinux.us
+# Contributor: Yggdrasil tetz...@web.de
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Bob Finch w...@arrl.net
+# Contributor: J. Santiago Angelus Hirschfeld jsantia...@yahoo.com.ar
+
+pkgname=lib32-wxgtk
+pkgver=2.8.12.1
+pkgrel=5
+pkgdesc=GTK+ implementation of wxWidgets API for GUI (lib32)
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+makedepends=('lib32-gstreamer0.10-base-plugins' 'lib32-gtk2' 'lib32-mesa' 
'lib32-glu' 'lib32-libxt' 'lib32-libsm' 'lib32-sdl' 'lib32-mesa-libgl')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;)
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0')
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 
--with-{gtk=2,libjpeg=sys,libpng=sys,libtiff=sys,libxpm=sys,opengl,regex=builtin,sdl}
 --enable-{graphics_ctx,unicode} --disable-{mediactrl,optimize,precomp-headers}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+  depends=('lib32-gtk2' 'lib32-gstreamer0.10-base' 'lib32-libsm' 'lib32-sdl' 
${pkgname#*-})
+
+  cd ${srcdir}/wxPython-src-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share,bin/wxrc}
+  mv ${pkgdir}/usr/bin/wx-config{,32}
+  mv ${pkgdir}/usr/bin/wxrc{,32}-2.8
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:13:46
  Author: alucryd
Revision: 89393

upgpkg: lib32-pango 1.34.0-2

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 08:12:47 UTC (rev 89392)
+++ PKGBUILD2013-04-29 08:13:46 UTC (rev 89393)
@@ -6,7 +6,7 @@
 _pkgbasename=pango
 pkgname=lib32-$_pkgbasename
 pkgver=1.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for layout and rendering of text (32-bit)
 arch=('x86_64')
 license=('LGPL')



[arch-commits] Commit in lib32-pango/repos (3 files)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:13:56
  Author: alucryd
Revision: 89394

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-pango/repos/multilib-staging-x86_64/
  lib32-pango/repos/multilib-staging-x86_64/PKGBUILD
(from rev 89393, lib32-pango/trunk/PKGBUILD)
  lib32-pango/repos/multilib-staging-x86_64/pango.install
(from rev 89393, lib32-pango/trunk/pango.install)

---+
 PKGBUILD  |   49 +
 pango.install |   21 +
 2 files changed, 70 insertions(+)

Copied: lib32-pango/repos/multilib-staging-x86_64/PKGBUILD (from rev 89393, 
lib32-pango/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2013-04-29 08:13:56 UTC (rev 89394)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+# Maintainer: Biru Ionut io...@archlinux.ro
+
+_pkgbasename=pango
+pkgname=lib32-$_pkgbasename
+pkgver=1.34.0
+pkgrel=2
+pkgdesc=A library for layout and rendering of text (32-bit)
+arch=('x86_64')
+license=('LGPL')
+makedepends=(gcc-multilib 'lib32-fontconfig' \
+ 'lib32-mesa-libgl' 'lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' 
$_pkgbasename)
+options=('!libtool' '!emptydirs')
+install=pango.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver:0:4}/${_pkgbasename}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27')
+
+prepare() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -i 's#pango.modules#pango.modules-32#' pango/modules.c
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc \
+  
--with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc
 \
+  --disable-introspection
+  make
+}
+
+package() {
+  depends=('lib32-cairo' 'lib32-libxft' 'lib32-harfbuzz' $_pkgbasename)
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc
+  rm -rf $pkgdir/usr/{bin/pango-view,share,include}
+  mv $pkgdir/usr/bin/pango-querymodules 
$pkgdir/usr/bin/pango-querymodules-32
+}

Copied: lib32-pango/repos/multilib-staging-x86_64/pango.install (from rev 
89393, lib32-pango/trunk/pango.install)
===
--- multilib-staging-x86_64/pango.install   (rev 0)
+++ multilib-staging-x86_64/pango.install   2013-04-29 08:13:56 UTC (rev 
89394)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules-32 etc/pango/pango.modules-32
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f etc/pango/pango.modules-32 ]; then
+   rm etc/pango/pango.modules-32
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules-32
+}



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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:14:21
  Author: alucryd
Revision: 89395

upgpkg: lib32-gtk2 2.24.17-2

Modified:
  lib32-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 08:13:56 UTC (rev 89394)
+++ PKGBUILD2013-04-29 08:14:21 UTC (rev 89395)
@@ -6,7 +6,7 @@
 _pkgbasename=gtk2
 pkgname=lib32-$_pkgbasename
 pkgver=2.24.17
-pkgrel=1
+pkgrel=2
 pkgdesc=The GTK+ Toolkit (v2) (32-bit)
 arch=('x86_64')
 url=http://www.gtk.org/;



[arch-commits] Commit in lib32-gtk2/repos (5 files)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:14:33
  Author: alucryd
Revision: 89396

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-gtk2/repos/multilib-staging-x86_64/
  lib32-gtk2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 89395, lib32-gtk2/trunk/PKGBUILD)
  lib32-gtk2/repos/multilib-staging-x86_64/gtk-modules-32.patch
(from rev 89395, lib32-gtk2/trunk/gtk-modules-32.patch)
  lib32-gtk2/repos/multilib-staging-x86_64/gtk2.install
(from rev 89395, lib32-gtk2/trunk/gtk2.install)
  lib32-gtk2/repos/multilib-staging-x86_64/xid-collision-debug.patch
(from rev 89395, lib32-gtk2/trunk/xid-collision-debug.patch)

---+
 PKGBUILD  |   57 
 gtk-modules-32.patch  |   12 +
 gtk2.install  |   16 
 xid-collision-debug.patch |   15 +++
 4 files changed, 100 insertions(+)

Copied: lib32-gtk2/repos/multilib-staging-x86_64/PKGBUILD (from rev 89395, 
lib32-gtk2/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2013-04-29 08:14:33 UTC (rev 89396)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gtk2
+pkgname=lib32-$_pkgbasename
+pkgver=2.24.17
+pkgrel=2
+pkgdesc=The GTK+ Toolkit (v2) (32-bit)
+arch=('x86_64')
+url=http://www.gtk.org/;
+install=gtk2.install
+depends=(lib32-{'atk=1.30.0','pango=1.28.0','cairo=1.10.0','gdk-pixbuf2=2.22.1'}
+ 
lib32-lib{'cups=1.4.4',xcursor,'xrandr=1.3','xi=1.3',xinerama,xcomposite,xdamage}
+ $_pkgbasename)
+makedepends=('pkgconfig' 'gcc-multilib')
+options=('!libtool' '!docs')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${pkgver}.tar.xz
+xid-collision-debug.patch
+gtk-modules-32.patch)
+sha256sums=('e947b2b460156d98e8e38930b82458e1d613a71eb26e927f966f7081a640f415'
+'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558'
+'2effb13404442ae266d4c663347e88cd1ca19e9a83b452da1743bac16af9c7b0')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/gtk+-${pkgver}
+  patch -Np1 -i ${srcdir}/xid-collision-debug.patch
+  patch -p1 -i ${srcdir}/gtk-modules-32.patch
+
+  CXX=/bin/false ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libdir=/usr/lib32 \
+  --with-xinput=yes
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${srcdir}/gtk+-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  cd ${pkgdir}/usr/bin
+  mv gtk-query-immodules-2.0 gtk-query-immodules-2.0-32
+  rm -f gtk-builder-convert gtk-demo gtk-update-icon-cache
+}

Copied: lib32-gtk2/repos/multilib-staging-x86_64/gtk-modules-32.patch (from rev 
89395, lib32-gtk2/trunk/gtk-modules-32.patch)
===
--- multilib-staging-x86_64/gtk-modules-32.patch
(rev 0)
+++ multilib-staging-x86_64/gtk-modules-32.patch2013-04-29 08:14:33 UTC 
(rev 89396)
@@ -0,0 +1,12 @@
+diff -ur gtk+-2.20.1/gtk/gtkrc.c gtk+-2.20.1-32/gtk/gtkrc.c
+--- gtk+-2.20.1/gtk/gtkrc.c2010-05-03 01:28:21.0 +0200
 gtk+-2.20.1-32/gtk/gtkrc.c 2010-08-26 07:22:42.316920033 +0200
+@@ -450,7 +450,7 @@
+   if (im_module_file)
+   result = g_strdup (im_module_file);
+   else
+-  result = g_build_filename (GTK_SYSCONFDIR, gtk-2.0, gtk.immodules, 
NULL);
++  result = g_build_filename (GTK_SYSCONFDIR, gtk-2.0, 
gtk.immodules-32, NULL);
+ }
+ 
+   return result;

Copied: lib32-gtk2/repos/multilib-staging-x86_64/gtk2.install (from rev 89395, 
lib32-gtk2/trunk/gtk2.install)
===
--- multilib-staging-x86_64/gtk2.install(rev 0)
+++ multilib-staging-x86_64/gtk2.install2013-04-29 08:14:33 UTC (rev 
89396)
@@ -0,0 +1,16 @@
+post_install() {
+  GTK_PATH=/usr/lib32/gtk-2.0 usr/bin/gtk-query-immodules-2.0-32  
etc/gtk-2.0/gtk.immodules-32
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  rm -f etc/gtk-2.0/gtk.immodules-32 /dev/null
+  rm -f etc/gtk-2.0/gdk-pixbuf.loaders-32 /dev/null
+}

Copied: lib32-gtk2/repos/multilib-staging-x86_64/xid-collision-debug.patch 
(from rev 89395, lib32-gtk2/trunk/xid-collision-debug.patch)
===
--- multilib-staging-x86_64/xid-collision-debug.patch   
(rev 0)
+++ 

[arch-commits] Commit in gens-gs/repos (3 files)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:32:16
  Author: alucryd
Revision: 89397

archrelease: copy trunk to community-staging-i686

Added:
  gens-gs/repos/community-staging-i686/
  gens-gs/repos/community-staging-i686/PKGBUILD
(from rev 89396, gens-gs/trunk/PKGBUILD)
  gens-gs/repos/community-staging-i686/gens-gtk.patch
(from rev 89396, gens-gs/trunk/gens-gtk.patch)

+
 PKGBUILD   |   61 +
 gens-gtk.patch |  187 +++
 2 files changed, 248 insertions(+)

Copied: gens-gs/repos/community-staging-i686/PKGBUILD (from rev 89396, 
gens-gs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 08:32:16 UTC (rev 89397)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: Yvan madridist...@orange.fr
+
+pkgname=gens-gs
+pkgver=2.16.7
+pkgrel=3
+pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
+arch=('i686' 'x86_64')
+url=http://segaretro.org/Gens/GS;
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+conflicts=('gens')
+options=('!libtool')
+source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+'gens-gtk.patch')
+sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
+'29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-r7
+
+  patch -Np1 -i ../gens-gtk.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+  if [[ $CARCH == x86_64 ]]; then
+./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+  else
+LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: gens-gs/repos/community-staging-i686/gens-gtk.patch (from rev 89396, 
gens-gs/trunk/gens-gtk.patch)
===
--- community-staging-i686/gens-gtk.patch   (rev 0)
+++ community-staging-i686/gens-gtk.patch   2013-04-29 08:32:16 UTC (rev 
89397)
@@ -0,0 +1,187 @@
+diff -ru gens/src/gens/ui/gtk/about/about_window.cpp 
gens-build/src/gens/ui/gtk/about/about_window.cpp
+--- gens/src/gens/ui/gtk/about/about_window.cpp2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/about/about_window.cpp  2010-10-11 
15:46:25.0 +
+@@ -84,7 +84,7 @@
+   gtk_window_set_position(GTK_WINDOW(about_window), GTK_WIN_POS_CENTER);
+   gtk_window_set_resizable(GTK_WINDOW(about_window), FALSE);
+   gtk_window_set_type_hint(GTK_WINDOW(about_window), 
GDK_WINDOW_TYPE_HINT_DIALOG);
+-  gtk_dialog_set_has_separator(GTK_DIALOG(about_window), FALSE);
++  g_object_set(GTK_DIALOG(about_window), has-separator, FALSE, NULL);
+   
+   // Callbacks for if the window is closed.
+   g_signal_connect((gpointer)about_window, delete_event,
+diff -ru gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp 
gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp
+--- gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp  2010-10-11 
15:33:03.0 +
+@@ -84,7 +84,7 @@
+   gtk_window_set_position(GTK_WINDOW(bmf_window), GTK_WIN_POS_CENTER);
+   gtk_window_set_resizable(GTK_WINDOW(bmf_window), FALSE);
+   gtk_window_set_type_hint(GTK_WINDOW(bmf_window), 
GDK_WINDOW_TYPE_HINT_DIALOG);
+-  gtk_dialog_set_has_separator(GTK_DIALOG(bmf_window), FALSE);
++  g_object_set(GTK_DIALOG(bmf_window), has-separator, FALSE, NULL);
+   
+   // Callbacks for if the window is closed.
+   g_signal_connect((gpointer)bmf_window, delete_event,
+diff -ru gens/src/gens/ui/gtk/directory_config/dir_window.cpp 
gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp
+--- gens/src/gens/ui/gtk/directory_config/dir_window.cpp   2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp 2010-10-11 
15:34:21.0 +
+@@ -109,7 +109,7 @@
+   gtk_window_set_position(GTK_WINDOW(dir_window), GTK_WIN_POS_CENTER);
+   

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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:43:28
  Author: alucryd
Revision: 89398

upgpkg: gens-gs 2.16.7-4

Modified:
  gens-gs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 08:32:16 UTC (rev 89397)
+++ PKGBUILD2013-04-29 08:43:28 UTC (rev 89398)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=3
+pkgrel=4
 pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
 arch=('i686' 'x86_64')
 url=http://segaretro.org/Gens/GS;
@@ -41,7 +41,7 @@
   fi
 
   if [[ $CARCH == x86_64 ]]; then
-./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
   else
 LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
   fi



[arch-commits] Commit in gens-gs/repos/community-staging-i686 (4 files)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:43:38
  Author: alucryd
Revision: 89399

archrelease: copy trunk to community-staging-i686

Added:
  gens-gs/repos/community-staging-i686/PKGBUILD
(from rev 89398, gens-gs/trunk/PKGBUILD)
  gens-gs/repos/community-staging-i686/gens-gtk.patch
(from rev 89398, gens-gs/trunk/gens-gtk.patch)
Deleted:
  gens-gs/repos/community-staging-i686/PKGBUILD
  gens-gs/repos/community-staging-i686/gens-gtk.patch

+
 PKGBUILD   |  122 -
 gens-gtk.patch |  374 +++
 2 files changed, 248 insertions(+), 248 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-29 08:43:28 UTC (rev 89398)
+++ PKGBUILD2013-04-29 08:43:38 UTC (rev 89399)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: trya tryagainp...@gmail.com
-# Contributor: Yvan madridist...@orange.fr
-
-pkgname=gens-gs
-pkgver=2.16.7
-pkgrel=3
-pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
-arch=('i686' 'x86_64')
-url=http://segaretro.org/Gens/GS;
-license=('GPL')
-if [[ $CARCH == x86_64 ]]; then
-  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
-  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
-  'lib32-libpulse: Sound support for PulseAudio')
-else
-  depends=('gtk2' 'sdl')
-  makedepends=('nasm')
-fi
-conflicts=('gens')
-options=('!libtool')
-source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
-'gens-gtk.patch')
-sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
-'29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-r7
-
-  patch -Np1 -i ../gens-gtk.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-r7
-
-  if [[ $CARCH == x86_64 ]]; then
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  fi
-
-  if [[ $CARCH == x86_64 ]]; then
-./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
-  else
-LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
-  fi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-r7
-
-  if [[ $CARCH == x86_64 ]]; then
-depends=('lib32-gtk2' 'lib32-sdl')
-  fi
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gens-gs/repos/community-staging-i686/PKGBUILD (from rev 89398, 
gens-gs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-29 08:43:38 UTC (rev 89399)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: Yvan madridist...@orange.fr
+
+pkgname=gens-gs
+pkgver=2.16.7
+pkgrel=4
+pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
+arch=('i686' 'x86_64')
+url=http://segaretro.org/Gens/GS;
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+conflicts=('gens')
+options=('!libtool')
+source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+'gens-gtk.patch')
+sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
+'29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-r7
+
+  patch -Np1 -i ../gens-gtk.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+  if [[ $CARCH == x86_64 ]]; then
+LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+  else
+LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: gens-gtk.patch
===
--- gens-gtk.patch  2013-04-29 08:43:28 UTC (rev 89398)
+++ gens-gtk.patch  2013-04-29 08:43:38 UTC (rev 89399)
@@ -1,187 +0,0 @@
-diff -ru gens/src/gens/ui/gtk/about/about_window.cpp 
gens-build/src/gens/ui/gtk/about/about_window.cpp
 gens/src/gens/ui/gtk/about/about_window.cpp2010-10-11 
16:32:29.0 +
-+++ gens-build/src/gens/ui/gtk/about/about_window.cpp  2010-10-11 

[arch-commits] Commit in gens-gs/repos (3 files)

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 10:52:25
  Author: alucryd
Revision: 89400

archrelease: copy trunk to multilib-staging-x86_64

Added:
  gens-gs/repos/multilib-staging-x86_64/
  gens-gs/repos/multilib-staging-x86_64/PKGBUILD
(from rev 89399, gens-gs/trunk/PKGBUILD)
  gens-gs/repos/multilib-staging-x86_64/gens-gtk.patch
(from rev 89399, gens-gs/trunk/gens-gtk.patch)

+
 PKGBUILD   |   61 +
 gens-gtk.patch |  187 +++
 2 files changed, 248 insertions(+)

Copied: gens-gs/repos/multilib-staging-x86_64/PKGBUILD (from rev 89399, 
gens-gs/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2013-04-29 08:52:25 UTC (rev 89400)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: Yvan madridist...@orange.fr
+
+pkgname=gens-gs
+pkgver=2.16.7
+pkgrel=4
+pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
+arch=('i686' 'x86_64')
+url=http://segaretro.org/Gens/GS;
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+conflicts=('gens')
+options=('!libtool')
+source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+'gens-gtk.patch')
+sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
+'29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-r7
+
+  patch -Np1 -i ../gens-gtk.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+  if [[ $CARCH == x86_64 ]]; then
+LIBS='-ldl -lX11' ./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+  else
+LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-r7
+
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: gens-gs/repos/multilib-staging-x86_64/gens-gtk.patch (from rev 89399, 
gens-gs/trunk/gens-gtk.patch)
===
--- multilib-staging-x86_64/gens-gtk.patch  (rev 0)
+++ multilib-staging-x86_64/gens-gtk.patch  2013-04-29 08:52:25 UTC (rev 
89400)
@@ -0,0 +1,187 @@
+diff -ru gens/src/gens/ui/gtk/about/about_window.cpp 
gens-build/src/gens/ui/gtk/about/about_window.cpp
+--- gens/src/gens/ui/gtk/about/about_window.cpp2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/about/about_window.cpp  2010-10-11 
15:46:25.0 +
+@@ -84,7 +84,7 @@
+   gtk_window_set_position(GTK_WINDOW(about_window), GTK_WIN_POS_CENTER);
+   gtk_window_set_resizable(GTK_WINDOW(about_window), FALSE);
+   gtk_window_set_type_hint(GTK_WINDOW(about_window), 
GDK_WINDOW_TYPE_HINT_DIALOG);
+-  gtk_dialog_set_has_separator(GTK_DIALOG(about_window), FALSE);
++  g_object_set(GTK_DIALOG(about_window), has-separator, FALSE, NULL);
+   
+   // Callbacks for if the window is closed.
+   g_signal_connect((gpointer)about_window, delete_event,
+diff -ru gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp 
gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp
+--- gens/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/bios_misc_files/bmf_window.cpp  2010-10-11 
15:33:03.0 +
+@@ -84,7 +84,7 @@
+   gtk_window_set_position(GTK_WINDOW(bmf_window), GTK_WIN_POS_CENTER);
+   gtk_window_set_resizable(GTK_WINDOW(bmf_window), FALSE);
+   gtk_window_set_type_hint(GTK_WINDOW(bmf_window), 
GDK_WINDOW_TYPE_HINT_DIALOG);
+-  gtk_dialog_set_has_separator(GTK_DIALOG(bmf_window), FALSE);
++  g_object_set(GTK_DIALOG(bmf_window), has-separator, FALSE, NULL);
+   
+   // Callbacks for if the window is closed.
+   g_signal_connect((gpointer)bmf_window, delete_event,
+diff -ru gens/src/gens/ui/gtk/directory_config/dir_window.cpp 
gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp
+--- gens/src/gens/ui/gtk/directory_config/dir_window.cpp   2010-10-11 
16:32:29.0 +
 gens-build/src/gens/ui/gtk/directory_config/dir_window.cpp 2010-10-11 
15:34:21.0 +
+@@ -109,7 +109,7 @@
+   gtk_window_set_position(GTK_WINDOW(dir_window), 

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

2013-04-29 Thread Jan de Groot
Date: Monday, April 29, 2013 @ 11:27:27
  Author: jgc
Revision: 183874

upgpkg: goffice 0.10.2-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 06:47:57 UTC (rev 183873)
+++ PKGBUILD2013-04-29 09:27:27 UTC (rev 183874)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c38f4e81e874cc8e89481b080f77c47c72bfd6fe2526f4fc2ef87c17f96cad0')
+sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-29 Thread Jan de Groot
Date: Monday, April 29, 2013 @ 11:27:35
  Author: jgc
Revision: 183875

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-29 09:27:27 UTC (rev 183874)
+++ extra-i686/PKGBUILD 2013-04-29 09:27:35 UTC (rev 183875)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.1
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-options=('!libtool')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c38f4e81e874cc8e89481b080f77c47c72bfd6fe2526f4fc2ef87c17f96cad0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 183874, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-29 09:27:35 UTC (rev 183875)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-29 09:27:27 UTC (rev 183874)
+++ extra-x86_64/PKGBUILD   2013-04-29 09:27:35 UTC (rev 183875)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.1
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-options=('!libtool')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c38f4e81e874cc8e89481b080f77c47c72bfd6fe2526f4fc2ef87c17f96cad0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 183874, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-29 09:27:35 UTC (rev 183875)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.2
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+options=('!libtool')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7d38769a7af655c0f0373738c786318734400d71b6bbc8d1ce6b6de99bb95674')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  

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

2013-04-29 Thread Laurent Carlier
Date: Monday, April 29, 2013 @ 11:31:10
  Author: lcarlier
Revision: 89401

upgpkg: gambas3 3.4.1-2

libpng-1.6 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 08:52:25 UTC (rev 89400)
+++ PKGBUILD2013-04-29 09:31:10 UTC (rev 89401)
@@ -16,7 +16,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;



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

2013-04-29 Thread Laurent Carlier
Date: Monday, April 29, 2013 @ 11:31:21
  Author: lcarlier
Revision: 89402

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

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

--+
 community-staging-i686/PKGBUILD  |  899 +
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-x86_64/PKGBUILD|  899 +
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 6 files changed, 1848 insertions(+)

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


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

2013-04-29 Thread Andrea Scarpino
Date: Monday, April 29, 2013 @ 11:33:30
  Author: andrea
Revision: 183876

upgpkg: calligra 2.6.3-4

libpng rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 09:27:35 UTC (rev 183875)
+++ PKGBUILD2013-04-29 09:33:30 UTC (rev 183876)
@@ -18,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.6.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')



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

2013-04-29 Thread Andrea Scarpino
Date: Monday, April 29, 2013 @ 11:33:52
  Author: andrea
Revision: 183877

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 183876, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 183876, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 183876, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 183876, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 183876, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 183876, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 183876, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 183876, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 183876, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 183876, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 183876, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-tools.install
(from rev 183876, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 183876, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 183876, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 183876, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 183876, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 183876, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 183876, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 183876, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 183876, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 183876, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 183876, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 183876, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 183876, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 183876, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 183876, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 183876, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 183876, calligra/trunk/calligra.install)

---+
 staging-i686/PKGBUILD |  222 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-filters.install |   11 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   12 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-plugins.install |   11 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-tools.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-x86_64/PKGBUILD   |  222 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-filters.install   |   11 +
 staging-x86_64/calligra-flow.install  |   12 +
 staging-x86_64/calligra-karbon.install|   12 +
 staging-x86_64/calligra-kexi.install  |   12 +
 staging-x86_64/calligra-krita.install |   13 +
 staging-x86_64/calligra-plan.install  |   12 +
 staging-x86_64/calligra-plugins.install   |   11 +
 staging-x86_64/calligra-sheets.install|   12 +
 staging-x86_64/calligra-stage.install |   12 +
 staging-x86_64/calligra-tools.install |   12 +
 staging-x86_64/calligra-words.install |   12 +
 staging-x86_64/calligra.install   |   11 +
 28 files changed, 752 insertions(+)

Copied: 

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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 11:33:55
  Author: alucryd
Revision: 89403

upgpkg: openttd 1.3.0-2

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 09:31:21 UTC (rev 89402)
+++ PKGBUILD2013-04-29 09:33:55 UTC (rev 89403)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'



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

2013-04-29 Thread Maxime Gauduin
Date: Monday, April 29, 2013 @ 11:34:10
  Author: alucryd
Revision: 89404

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

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

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/openttd.install   |   17 ++
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/openttd.install |   17 ++
 4 files changed, 100 insertions(+)

Copied: openttd/repos/community-staging-i686/PKGBUILD (from rev 89403, 
openttd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 09:34:10 UTC (rev 89404)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('1a3525186f4486de8193992426690a1fd8c7e4d376a328056b0464a1a5d32080')
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+  make install
+}

Copied: openttd/repos/community-staging-i686/openttd.install (from rev 89403, 
openttd/trunk/openttd.install)
===
--- community-staging-i686/openttd.install  (rev 0)
+++ community-staging-i686/openttd.install  2013-04-29 09:34:10 UTC (rev 
89404)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
+  update-desktop-database  /dev/null 21
+}

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 89403, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 09:34:10 UTC (rev 89404)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('1a3525186f4486de8193992426690a1fd8c7e4d376a328056b0464a1a5d32080')
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+  make install
+}

Copied: openttd/repos/community-staging-x86_64/openttd.install (from rev 89403, 
openttd/trunk/openttd.install)
===
--- community-staging-x86_64/openttd.install(rev 0)
+++ community-staging-x86_64/openttd.install2013-04-29 09:34:10 UTC (rev 
89404)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f 

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

2013-04-29 Thread Laurent Carlier
Date: Monday, April 29, 2013 @ 11:52:37
  Author: lcarlier
Revision: 89405

upgpkg: performous 0.7.0-6

libpng-1.6 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 09:34:10 UTC (rev 89404)
+++ PKGBUILD2013-04-29 09:52:37 UTC (rev 89405)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=0.7.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A free game like Singstar, Rockband or Stepmania'
 arch=('i686' 'x86_64')
 url=http://performous.org/;



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

2013-04-29 Thread Laurent Carlier
Date: Monday, April 29, 2013 @ 11:52:55
  Author: lcarlier
Revision: 89406

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 89405, performous/trunk/PKGBUILD)
  performous/repos/community-staging-i686/performous-0.7.0-cmake.patch
(from rev 89405, performous/trunk/performous-0.7.0-cmake.patch)
  performous/repos/community-staging-x86_64/
  performous/repos/community-staging-x86_64/PKGBUILD
(from rev 89405, performous/trunk/PKGBUILD)
  performous/repos/community-staging-x86_64/performous-0.7.0-cmake.patch
(from rev 89405, performous/trunk/performous-0.7.0-cmake.patch)

---+
 community-staging-i686/PKGBUILD   |   38 +++
 community-staging-i686/performous-0.7.0-cmake.patch   |  155 
 community-staging-x86_64/PKGBUILD |   38 +++
 community-staging-x86_64/performous-0.7.0-cmake.patch |  155 
 4 files changed, 386 insertions(+)

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 89405, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 09:52:55 UTC (rev 89406)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Laurent Carlier lordhea...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=performous
+pkgver=0.7.0
+pkgrel=6
+pkgdesc='A free game like Singstar, Rockband or Stepmania'
+arch=('i686' 'x86_64')
+url=http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg') # opencv
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/performous-$pkgver.tar.bz2
+performous-0.7.0-cmake.patch)
+md5sums=('60f3f72b51a630a4aa996484aedb9526'
+ '7da8aef3f4dd28e19f95957ae9ac2bb1')
+
+build() {
+  cd performous-${pkgver}
+
+  patch -Np0 -i ../performous-0.7.0-cmake.patch
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR=$pkgdir install
+}

Copied: performous/repos/community-staging-i686/performous-0.7.0-cmake.patch 
(from rev 89405, performous/trunk/performous-0.7.0-cmake.patch)
===
--- community-staging-i686/performous-0.7.0-cmake.patch 
(rev 0)
+++ community-staging-i686/performous-0.7.0-cmake.patch 2013-04-29 09:52:55 UTC 
(rev 89406)
@@ -0,0 +1,155 @@
+From: Julian Ospald hasuf...@gentoo.org
+Date: Thu Jan 24 13:13:50 UTC 2013
+Subject: build system
+
+   - fix opencv module to prefer pkg-config results
+   - fix some module and macro names and try to use
+   system modules as much as possible (ALSA Boost Gettext Jpeg Png Tiff Z)
+
+--- cmake/Modules/FindOpenCV.cmake
 cmake/Modules/FindOpenCV.cmake
+@@ -57,13 +57,21 @@
+ include(FindPkgConfig)
+ if(PKG_CONFIG_FOUND)
+   pkg_check_modules(OPENCV_PKGCONF opencv)
+-  set(OpenCV_DIR ${OPENCV_PKGCONF_PREFIX})
+-  if(EXISTS ${OpenCV_DIR})
+-  set(OpenCV_configScript_DIR ${OpenCV_DIR}/share/opencv)
+-  if(EXISTS ${OpenCV_configScript_DIR})
+-set(OpenCV_configScript 
${OpenCV_configScript_DIR}/OpenCVConfig.cmake)
+-  endif(EXISTS ${OpenCV_configScript_DIR})
+-  endif(EXISTS ${OpenCV_DIR})
++  # prefer pkg-config values
++  if(OPENCV_PKGCONF_FOUND)
++set(OpenCV_LIBS ${OPENCV_PKGCONF_LDFLAGS})
++  set(OpenCV_FOUND true)
++  set(OpenCV_INCLUDE_DIR ${OPENCV_PKGCONF_INCLUDE_DIRS})
++  set(OpenCV_VERSION ${OPENCV_PKGCONF_VERSION})
++  else(OPENCV_PKGCONF_FOUND)
++set(OpenCV_DIR ${OPENCV_PKGCONF_PREFIX})
++if(EXISTS ${OpenCV_DIR})
++set(OpenCV_configScript_DIR ${OpenCV_DIR}/share/opencv)
++if(EXISTS ${OpenCV_configScript_DIR})
++  set(OpenCV_configScript 
${OpenCV_configScript_DIR}/OpenCVConfig.cmake)
++endif(EXISTS ${OpenCV_configScript_DIR})
++endif(EXISTS ${OpenCV_DIR})
++  endif(OPENCV_PKGCONF_FOUND)
+ endif(PKG_CONFIG_FOUND)
+   endif(NOT WIN32)
+ endif(NOT EXISTS ${OpenCV_DIR})
+@@ -72,7 +80,7 @@
+ ##
+ ## Find OpenCV libraries
+ ##
+-if(EXISTS ${OpenCV_DIR})
++if(EXISTS ${OpenCV_DIR} AND NOT OpenCV_FOUND)
+ 
+   #When its possible to use the Config script use it.
+   if(EXISTS ${OpenCV_configScript})
+@@ -257,9 +265,9 @@
+   endif(${OpenCV_VERSION} VERSION_GREATER 2.1.0)
+ 
+ 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:09:11
  Author: foutrelis
Revision: 183878

upgpkg: libreoffice 4.0.2-4

libpng 1.6 rebuild.

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 09:33:52 UTC (rev 183877)
+++ PKGBUILD2013-04-29 10:09:11 UTC (rev 183878)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.0.2.2
 pkgver=4.0.2
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:10:20
  Author: foutrelis
Revision: 183879

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 183878, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/gcc48_1.diff
(from rev 183878, libreoffice/trunk/gcc48_1.diff)
  libreoffice/repos/staging-i686/gcc48_2.diff
(from rev 183878, libreoffice/trunk/gcc48_2.diff)
  libreoffice/repos/staging-i686/gcc48_3.diff
(from rev 183878, libreoffice/trunk/gcc48_3.diff)
  libreoffice/repos/staging-i686/gcc48_4.diff
(from rev 183878, libreoffice/trunk/gcc48_4.diff)
  libreoffice/repos/staging-i686/gcc48_5.diff
(from rev 183878, libreoffice/trunk/gcc48_5.diff)
  libreoffice/repos/staging-i686/librelogo.diff
(from rev 183878, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 183878, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 183878, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 183878, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 183878, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 183878, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 183878, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 183878, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 183878, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 183878, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-i686/remove_unused_vars.diff
(from rev 183878, libreoffice/trunk/remove_unused_vars.diff)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 183878, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/gcc48_1.diff
(from rev 183878, libreoffice/trunk/gcc48_1.diff)
  libreoffice/repos/staging-x86_64/gcc48_2.diff
(from rev 183878, libreoffice/trunk/gcc48_2.diff)
  libreoffice/repos/staging-x86_64/gcc48_3.diff
(from rev 183878, libreoffice/trunk/gcc48_3.diff)
  libreoffice/repos/staging-x86_64/gcc48_4.diff
(from rev 183878, libreoffice/trunk/gcc48_4.diff)
  libreoffice/repos/staging-x86_64/gcc48_5.diff
(from rev 183878, libreoffice/trunk/gcc48_5.diff)
  libreoffice/repos/staging-x86_64/librelogo.diff
(from rev 183878, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 183878, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 183878, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 183878, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 183878, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 183878, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 183878, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 183878, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 183878, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 183878, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-x86_64/remove_unused_vars.diff
(from rev 183878, libreoffice/trunk/remove_unused_vars.diff)

-+
 staging-i686/PKGBUILD   |  675 
++
 staging-i686/gcc48_1.diff   |   52 
 staging-i686/gcc48_2.diff   |   45 
 staging-i686/gcc48_3.diff   |   46 
 staging-i686/gcc48_4.diff   |  223 +++
 staging-i686/gcc48_5.diff   |   34 
 staging-i686/librelogo.diff |   43 
 staging-i686/libreoffice-base.install   |   11 
 staging-i686/libreoffice-calc.install 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:42:29
  Author: foutrelis
Revision: 183880

upgpkg: ffmpegthumbnailer 2.0.8-3

libpng 1.6 rebuild.

Added:
  ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch
Modified:
  ffmpegthumbnailer/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   15 +++
 ffmpegthumbnailer-2.0.8-memcpy.patch |   13 +
 2 files changed, 24 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:10:20 UTC (rev 183879)
+++ PKGBUILD2013-04-29 10:42:29 UTC (rev 183880)
@@ -1,20 +1,27 @@
-# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# $Id$
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: boro...@gmail.com
 
 pkgname=ffmpegthumbnailer
 pkgver=2.0.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Lightweight video thumbnailer that can be used by file managers.
 url=http://code.google.com/p/ffmpegthumbnailer/;
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
+ffmpegthumbnailer-2.0.8-memcpy.patch)
 options=('!libtool')
-sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533')
+sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
+  'c23ef173f98c928fcacacd6e6060dab2e56f1239')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch
+}
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 


Property changes on: ffmpegthumbnailer/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ffmpegthumbnailer-2.0.8-memcpy.patch
===
--- ffmpegthumbnailer-2.0.8-memcpy.patch(rev 0)
+++ ffmpegthumbnailer-2.0.8-memcpy.patch2013-04-29 10:42:29 UTC (rev 
183880)
@@ -0,0 +1,13 @@
+libffmpegthumbnailer/pngwriter.cpp: In function 'void 
ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
+libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in 
this scope
+
+--- libffmpegthumbnailer/pngwriter.cpp
 libffmpegthumbnailer/pngwriter.cpp
+@@ -17,6 +17,7 @@
+ #include pngwriter.h
+ #include stdexcept
+ #include cassert
++#include cstring
+ 
+ using namespace std;
+ 



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:42:41
  Author: foutrelis
Revision: 183881

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

Added:
  ffmpegthumbnailer/repos/staging-i686/
  ffmpegthumbnailer/repos/staging-i686/PKGBUILD
(from rev 183880, ffmpegthumbnailer/trunk/PKGBUILD)
  ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch
(from rev 183880, 
ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
  ffmpegthumbnailer/repos/staging-x86_64/
  ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD
(from rev 183880, ffmpegthumbnailer/trunk/PKGBUILD)
  ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch
(from rev 183880, 
ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)

-+
 staging-i686/PKGBUILD   |   36 ++
 staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch   |   13 ++
 staging-x86_64/PKGBUILD |   36 ++
 staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch |   13 ++
 4 files changed, 98 insertions(+)

Copied: ffmpegthumbnailer/repos/staging-i686/PKGBUILD (from rev 183880, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 10:42:41 UTC (rev 183881)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.8
+pkgrel=3
+pkgdesc=Lightweight video thumbnailer that can be used by file managers.
+url=http://code.google.com/p/ffmpegthumbnailer/;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
+ffmpegthumbnailer-2.0.8-memcpy.patch)
+options=('!libtool')
+sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
+  'c23ef173f98c928fcacacd6e6060dab2e56f1239')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch
+}
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch (from 
rev 183880, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
===
--- staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch   
(rev 0)
+++ staging-i686/ffmpegthumbnailer-2.0.8-memcpy.patch   2013-04-29 10:42:41 UTC 
(rev 183881)
@@ -0,0 +1,13 @@
+libffmpegthumbnailer/pngwriter.cpp: In function 'void 
ffmpegthumbnailer::writeDataCallback(png_structp, png_bytep, png_size_t)':
+libffmpegthumbnailer/pngwriter.cpp:111:52: error: 'memcpy' was not declared in 
this scope
+
+--- libffmpegthumbnailer/pngwriter.cpp
 libffmpegthumbnailer/pngwriter.cpp
+@@ -17,6 +17,7 @@
+ #include pngwriter.h
+ #include stdexcept
+ #include cassert
++#include cstring
+ 
+ using namespace std;
+ 

Copied: ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD (from rev 183880, 
ffmpegthumbnailer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 10:42:41 UTC (rev 183881)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: boro...@gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.8
+pkgrel=3
+pkgdesc=Lightweight video thumbnailer that can be used by file managers.
+url=http://code.google.com/p/ffmpegthumbnailer/;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ffmpeg' 'libjpeg' 'libpng')
+optdepends=('gvfs: support for gio uris')
+source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
+ffmpegthumbnailer-2.0.8-memcpy.patch)
+options=('!libtool')
+sha1sums=('2c54ca16efd953f46547e22799cfc40bd9c24533'
+  'c23ef173f98c928fcacacd6e6060dab2e56f1239')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np0 -i ${srcdir}/ffmpegthumbnailer-2.0.8-memcpy.patch
+}
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --enable-gio --enable-thumbnailer
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: 
ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch 
(from rev 183880, ffmpegthumbnailer/trunk/ffmpegthumbnailer-2.0.8-memcpy.patch)
===
--- staging-x86_64/ffmpegthumbnailer-2.0.8-memcpy.patch 
(rev 0)
+++ 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:46:59
  Author: foutrelis
Revision: 183882

upgpkg: cups-filters 1.0.34-3

libpng 1.6 rebuild.

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:42:41 UTC (rev 183881)
+++ PKGBUILD2013-04-29 10:46:59 UTC (rev 183882)
@@ -3,7 +3,7 @@
 
 pkgname=cups-filters
 pkgver=1.0.34
-pkgrel=2
+pkgrel=3
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:47:10
  Author: foutrelis
Revision: 183883

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 183882, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 183882, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 183882, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 183882, cups-filters/trunk/cups-browsed.service)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-i686/cups-browsed.service   |   10 ++
 staging-x86_64/PKGBUILD |   49 ++
 staging-x86_64/cups-browsed.service |   10 ++
 4 files changed, 118 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 183882, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 10:47:10 UTC (rev 183883)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.3' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('fea9cad6bbb14ab0635243ed5d1d5c77'
+ '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 183882, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-04-29 10:47:10 UTC (rev 183883)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/sbin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 183882, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 10:47:10 UTC (rev 183883)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.34
+pkgrel=3
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.3' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)

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

2013-04-29 Thread Alexander Rødseth
Date: Monday, April 29, 2013 @ 12:54:40
  Author: arodseth
Revision: 89407

upgpkg: hwinfo 20.1-1

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 09:52:55 UTC (rev 89406)
+++ PKGBUILD2013-04-29 10:54:40 UTC (rev 89407)
@@ -8,8 +8,8 @@
 # Contributor: ninja_pt
 
 pkgname=hwinfo
-pkgver=20.0
-_subver=1.4
+pkgver=20.1
+_subver=3.10
 pkgrel=1
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
@@ -19,28 +19,28 @@
 makedepends=('sysfsutils' 'rpmextract' 'flex')
 
source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('466423b00fda00bc5e927352fb8d2f52b4d4e4b298401cd44c48231951c2a26b'
+sha256sums=('b0e2e51b4dd754071fb40843deaaafb0755388de5335b1d2c4c081d0f6393841'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
-build() {
+prepare() {
   cd $srcdir
 
-  msg2 Extracting source rpm...
   rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
   tar jxf $pkgname-$pkgver.tar.bz2
   cd $pkgname-$pkgver
-  msg2 Patching...
-  patch -p0  ../custom_ioctl.patch
-  msg2 Compiling...
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   make -j1 CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd LIBDIR=/usr/lib
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  msg2 Packaging files...
   make LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  msg2 Cleaning up...
   rmdir $pkgdir/sbin
 }
 



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

2013-04-29 Thread Alexander Rødseth
Date: Monday, April 29, 2013 @ 12:54:52
  Author: arodseth
Revision: 89408

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 89407, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 89407, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 89407, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 89407, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   94 ++
 /custom_ioctl.patch |   32 +++
 community-i686/PKGBUILD |   47 -
 community-i686/custom_ioctl.patch   |   16 -
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/custom_ioctl.patch |   16 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-29 10:54:40 UTC (rev 89407)
+++ community-i686/PKGBUILD 2013-04-29 10:54:52 UTC (rev 89408)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus
-# Contributor: madeye
-# Contributor: Ranguvar
-# Contributor: ninja_pt
-
-pkgname=hwinfo
-pkgver=20.0
-_subver=1.4
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('perl' 'libx86emu')
-makedepends=('sysfsutils' 'rpmextract' 'flex')
-source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('466423b00fda00bc5e927352fb8d2f52b4d4e4b298401cd44c48231951c2a26b'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-build() {
-  cd $srcdir
-
-  msg2 Extracting source rpm...
-  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
-  tar jxf $pkgname-$pkgver.tar.bz2
-  cd $pkgname-$pkgver
-  msg2 Patching...
-  patch -p0  ../custom_ioctl.patch
-  msg2 Compiling...
-  make -j1 CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd LIBDIR=/usr/lib
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Packaging files...
-  make LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  msg2 Cleaning up...
-  rmdir $pkgdir/sbin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 89407, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-29 10:54:52 UTC (rev 89408)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus
+# Contributor: madeye
+# Contributor: Ranguvar
+# Contributor: ninja_pt
+
+pkgname=hwinfo
+pkgver=20.1
+_subver=3.10
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('perl' 'libx86emu')
+makedepends=('sysfsutils' 'rpmextract' 'flex')
+source=(http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$pkgver-$_subver.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('b0e2e51b4dd754071fb40843deaaafb0755388de5335b1d2c4c081d0f6393841'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  cd $srcdir
+
+  rpmextract.sh $pkgname-$pkgver-$_subver.src.rpm
+  tar jxf $pkgname-$pkgver.tar.bz2
+  cd $pkgname-$pkgver
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 CFLAGS+=-fPIC -I$srcdir/$pkgname-$pkgver/src/hd LIBDIR=/usr/lib
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  rmdir $pkgdir/sbin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2013-04-29 10:54:40 UTC (rev 89407)
+++ community-i686/custom_ioctl.patch   2013-04-29 10:54:52 UTC (rev 89408)
@@ -1,16 +0,0 @@
 src/hd/kbd.c.old   2010-03-15 23:37:52.0 +0800
-+++ src/hd/kbd.c   2010-03-22 10:50:58.0 +0800
-@@ -146,11 +146,13 @@
-   }
- 
-   if(!dev  (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) = 0) {
-+/* Removing since TIOCGDEV is not supported by the mainline kernel
- 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:55:24
  Author: foutrelis
Revision: 183884

upgpkg: nx 3.5.0.20-2

libpng 1.6 rebuild.

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:47:10 UTC (rev 183883)
+++ PKGBUILD2013-04-29 10:55:24 UTC (rev 183884)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
 pkgver=3.5.0.20
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
 license=('GPL')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 12:55:36
  Author: foutrelis
Revision: 183885

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

Added:
  nx/repos/staging-i686/
  nx/repos/staging-i686/PKGBUILD
(from rev 183884, nx/trunk/PKGBUILD)
  nx/repos/staging-i686/keyboard_rule.diff
(from rev 183884, nx/trunk/keyboard_rule.diff)
  nx/repos/staging-x86_64/
  nx/repos/staging-x86_64/PKGBUILD
(from rev 183884, nx/trunk/PKGBUILD)
  nx/repos/staging-x86_64/keyboard_rule.diff
(from rev 183884, nx/trunk/keyboard_rule.diff)

---+
 staging-i686/PKGBUILD |  151 
 staging-i686/keyboard_rule.diff   |   11 ++
 staging-x86_64/PKGBUILD   |  151 
 staging-x86_64/keyboard_rule.diff |   11 ++
 4 files changed, 324 insertions(+)

Copied: nx/repos/staging-i686/PKGBUILD (from rev 183884, nx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 10:55:36 UTC (rev 183885)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=nx
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
+pkgver=3.5.0.20
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://wiki.x2go.org/;
+license=('GPL')
+#options=('!makeflags') # '!strip')
+makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' # runtime 
dependencies from subpackages
+ 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
+ )
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
+keyboard_rule.diff)
+md5sums=('9dd4b22579cf048c14c9c75302553f18'
+ 'f681bc66827cd7ddff4b81b983c20401')
+
+build() {
+  cd ${srcdir}/nx-libs-$pkgver
+  
+  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
+  # upstream needs to do much more work in that area
+  patch -Np1 -i ${srcdir}/keyboard_rule.diff
+  
+  # debug flags
+#  export CFLAGS=-march=x86-64 -O1 -g -pipe
+#  export CXXFLAGS=-march=x86-64 -O1 -g -pipe
+
+  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
+  # From xorg-x11-6.9.0-r3.ebuild
+  pushd ${srcdir}/nx-libs-$pkgver/nx-X11
+
+  HOSTCONF=config/cf/host.def
+  echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  ${HOSTCONF}
+  echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs  
${HOSTCONF}
+  # Respect LDFLAGS
+  echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
+  echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
+  popd
+
+  # fix a broken Makefiles
+  sed -i s:-o root -g root :: nxcompshad/Makefile.in
+
+  make \
+PREFIX=/usr \
+CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
+
+  # fake install
+  mkdir $srcdir/fakeinstall
+  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
+}
+
+package_libxcomp() {
+  
+  pkgdesc=NX X compression library
+  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
+   
+  install -dm755 ${pkgdir}/usr/lib/nx
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx
+  # symlinks
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcomp.so{,.3,.3.5.0} .
+}
+
+package_nxproxy() {
+
+  pkgdesc=NX proxy
+  depends=('libxcomp')
+  
+  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
+}
+
+package_nx-xcompext() {
+  
+  pkgdesc=Xcompext/Xcompshad library for NX
+  depends=('libxcomp' 'nx-x11')
+   
+  install -dm755 ${pkgdir}/usr/lib/nx
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
+  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
+
+  # symlinks
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
+  #ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
+}
+
+package_nx-x11() {
+ 
+  pkgdesc=NX-X11 lib for the NX framework
+  depends=('libxcomp')
+   
+  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin}}
+  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
+  # nxauth
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
+}
+
+package_nxagent() {
+  
+  pkgdesc=NX X server based on Xnest
+  depends=('nx-xcompext' 'libxml2')
+   
+  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin,share/nx}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
+  # the wrapper
+  cp 

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 12:56:18
  Author: spupykin
Revision: 89409

upgpkg: darkhttpd 1.9-1

upd

Modified:
  darkhttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:54:52 UTC (rev 89408)
+++ PKGBUILD2013-04-29 10:56:18 UTC (rev 89409)
@@ -3,15 +3,15 @@
 # Maintainer: Vesa Kaihlavirta ve...@iki.fi
 
 pkgname=darkhttpd
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc=A small, static webserver
 arch=('i686' 'x86_64')
 url=http://dmr.ath.cx/net/darkhttpd/;
 license=('BSD')
 depends=('glibc')
 source=($url/$pkgname-$pkgver.tar.bz2)
-md5sums=('cff3861af17b109d796993a990ec4c5b')
+md5sums=('156f239af542028c3fb5c2248aa0db8d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 12:56:40
  Author: spupykin
Revision: 89410

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 89409, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 89409, darkhttpd/trunk/PKGBUILD)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/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-04-29 10:56:18 UTC (rev 89409)
+++ community-i686/PKGBUILD 2013-04-29 10:56:40 UTC (rev 89410)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=darkhttpd
-pkgver=1.8
-pkgrel=2
-pkgdesc=A small, static webserver
-arch=('i686' 'x86_64')
-url=http://dmr.ath.cx/net/darkhttpd/;
-license=('BSD')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.bz2)
-md5sums=('cff3861af17b109d796993a990ec4c5b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  install -D $srcdir/$pkgname-$pkgver/darkhttpd $pkgdir/usr/sbin/darkhttpd
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  head -n 18 darkhttpd.c $pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 89409, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-29 10:56:40 UTC (rev 89410)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=darkhttpd
+pkgver=1.9
+pkgrel=1
+pkgdesc=A small, static webserver
+arch=('i686' 'x86_64')
+url=http://dmr.ath.cx/net/darkhttpd/;
+license=('BSD')
+depends=('glibc')
+source=($url/$pkgname-$pkgver.tar.bz2)
+md5sums=('156f239af542028c3fb5c2248aa0db8d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D $srcdir/$pkgname-$pkgver/darkhttpd $pkgdir/usr/sbin/darkhttpd
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  head -n 18 darkhttpd.c $pkgdir/usr/share/licenses/$pkgname/license
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-29 10:56:18 UTC (rev 89409)
+++ community-x86_64/PKGBUILD   2013-04-29 10:56:40 UTC (rev 89410)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-pkgname=darkhttpd
-pkgver=1.8
-pkgrel=2
-pkgdesc=A small, static webserver
-arch=('i686' 'x86_64')
-url=http://dmr.ath.cx/net/darkhttpd/;
-license=('BSD')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.bz2)
-md5sums=('cff3861af17b109d796993a990ec4c5b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-  install -D $srcdir/$pkgname-$pkgver/darkhttpd $pkgdir/usr/sbin/darkhttpd
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  head -n 18 darkhttpd.c $pkgdir/usr/share/licenses/$pkgname/license
-}

Copied: darkhttpd/repos/community-x86_64/PKGBUILD (from rev 89409, 
darkhttpd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-29 10:56:40 UTC (rev 89410)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=darkhttpd
+pkgver=1.9
+pkgrel=1
+pkgdesc=A small, static webserver
+arch=('i686' 'x86_64')
+url=http://dmr.ath.cx/net/darkhttpd/;
+license=('BSD')
+depends=('glibc')
+source=($url/$pkgname-$pkgver.tar.bz2)
+md5sums=('156f239af542028c3fb5c2248aa0db8d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D $srcdir/$pkgname-$pkgver/darkhttpd $pkgdir/usr/sbin/darkhttpd
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  head -n 18 darkhttpd.c $pkgdir/usr/share/licenses/$pkgname/license
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 12:56:44
  Author: spupykin
Revision: 89411

upgpkg: proguard 4.9-1

upd

Modified:
  proguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:56:40 UTC (rev 89410)
+++ PKGBUILD2013-04-29 10:56:44 UTC (rev 89411)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=proguard
-pkgver=4.8
+pkgver=4.9
 pkgrel=1
 pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
 arch=(any)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('java-runtime')
 source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('a5646dbc4d7c1a3e3608049f03dc4548')
+md5sums=('95c652d7697aabee3b666c6ed8446457')
 
 package() {
   cd $srcdir/$pkgname$pkgver/lib



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 12:56:56
  Author: spupykin
Revision: 89412

archrelease: copy trunk to community-any

Added:
  proguard/repos/community-any/PKGBUILD
(from rev 89411, proguard/trunk/PKGBUILD)
Deleted:
  proguard/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-29 10:56:44 UTC (rev 89411)
+++ PKGBUILD2013-04-29 10:56:56 UTC (rev 89412)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=proguard
-pkgver=4.8
-pkgrel=1
-pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
-arch=(any)
-url=http://proguard.sourceforge.net/;
-license=('GPL2')
-depends=('java-runtime')
-source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
-md5sums=('a5646dbc4d7c1a3e3608049f03dc4548')
-
-build() {
-  cd $srcdir/$pkgname$pkgver/lib
-
-  mkdir -p $pkgdir/usr/bin
-  mkdir -p $pkgdir/usr/share/proguard
-  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
$pkgdir/usr/share/proguard/
-
-  cat $pkgdir/usr/bin/proguardgui EOF
-#!/bin/sh
-exec java -jar /usr/share/proguard/proguardgui.jar \$*
-EOF
-  chmod 0755 $pkgdir/usr/bin/proguardgui
-
-  cat $pkgdir/usr/bin/proguard EOF
-#!/bin/sh
-exec java -jar /usr/share/proguard/proguard.jar \$*
-EOF
-  chmod 0755 $pkgdir/usr/bin/proguard
-}

Copied: proguard/repos/community-any/PKGBUILD (from rev 89411, 
proguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-29 10:56:56 UTC (rev 89412)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=proguard
+pkgver=4.9
+pkgrel=1
+pkgdesc=free Java class file shrinker, optimizer, obfuscator, and preverifier
+arch=(any)
+url=http://proguard.sourceforge.net/;
+license=('GPL2')
+depends=('java-runtime')
+source=(http://downloads.sourceforge.net/proguard/proguard$pkgver.tar.gz)
+md5sums=('95c652d7697aabee3b666c6ed8446457')
+
+package() {
+  cd $srcdir/$pkgname$pkgver/lib
+
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/proguard
+  install -D -m0644 proguardgui.jar proguard.jar retrace.jar 
$pkgdir/usr/share/proguard/
+
+  cat $pkgdir/usr/bin/proguardgui EOF
+#!/bin/sh
+exec java -jar /usr/share/proguard/proguardgui.jar \$*
+EOF
+  chmod 0755 $pkgdir/usr/bin/proguardgui
+
+  cat $pkgdir/usr/bin/proguard EOF
+#!/bin/sh
+exec java -jar /usr/share/proguard/proguard.jar \$*
+EOF
+  chmod 0755 $pkgdir/usr/bin/proguard
+}



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:09:02
  Author: bpiotrowski
Revision: 89413

upgpkg: jbig2dec 0.11-6

- rebuild against libpng 1.6

Modified:
  jbig2dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:56:56 UTC (rev 89412)
+++ PKGBUILD2013-04-29 11:09:02 UTC (rev 89413)
@@ -4,26 +4,30 @@
 
 pkgname=jbig2dec
 pkgver=0.11
-pkgrel=5
+pkgrel=6
 pkgdesc=decoder implementation of the JBIG2 image compression format
 arch=('x86_64' 'i686')
 url=http://jbig2dec.sourceforge.net/;
 license=('GPL3')
 depends=('glibc' 'libpng')
-source=(http://ghostscript.com/~giles/jbig2/$pkgname/$pkgname-$pkgver.tar.gz
+options=('!libtool')
+source=(https://github.com/rillian/jbig2dec/archive/$pkgver.tar.gz
 $pkgname-$pkgver-libpng15.patch)
-md5sums=('1f61e144852c86563fee6e5ddced63f1'
- '6d80db1f3a5581a5e38234b9ed599b20')
+sha256sums=('8af7b94b6026aff718d4b41ad990f2702f8fd4a348d565c4b48a695988ca0e9a'
+'ed871abd9419dbf35ba7f38d4835098d3838fd9400856ac4ec029e63bb42d859')
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i $srcdir/$pkgname-$pkgver-libpng15.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np0 -i $srcdir/$pkgname-$pkgver-libpng15.patch
-  autoreconf -fi
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:09:14
  Author: bpiotrowski
Revision: 89414

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

Added:
  jbig2dec/repos/community-staging-i686/
  jbig2dec/repos/community-staging-i686/PKGBUILD
(from rev 89413, jbig2dec/trunk/PKGBUILD)
  jbig2dec/repos/community-staging-i686/jbig2dec-0.11-libpng15.patch
(from rev 89413, jbig2dec/trunk/jbig2dec-0.11-libpng15.patch)
  jbig2dec/repos/community-staging-x86_64/
  jbig2dec/repos/community-staging-x86_64/PKGBUILD
(from rev 89413, jbig2dec/trunk/PKGBUILD)
  jbig2dec/repos/community-staging-x86_64/jbig2dec-0.11-libpng15.patch
(from rev 89413, jbig2dec/trunk/jbig2dec-0.11-libpng15.patch)

---+
 community-staging-i686/PKGBUILD   |   33 
 community-staging-i686/jbig2dec-0.11-libpng15.patch   |   31 +++
 community-staging-x86_64/PKGBUILD |   33 
 community-staging-x86_64/jbig2dec-0.11-libpng15.patch |   31 +++
 4 files changed, 128 insertions(+)

Copied: jbig2dec/repos/community-staging-i686/PKGBUILD (from rev 89413, 
jbig2dec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:09:14 UTC (rev 89414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=jbig2dec
+pkgver=0.11
+pkgrel=6
+pkgdesc=decoder implementation of the JBIG2 image compression format
+arch=('x86_64' 'i686')
+url=http://jbig2dec.sourceforge.net/;
+license=('GPL3')
+depends=('glibc' 'libpng')
+options=('!libtool')
+source=(https://github.com/rillian/jbig2dec/archive/$pkgver.tar.gz
+$pkgname-$pkgver-libpng15.patch)
+sha256sums=('8af7b94b6026aff718d4b41ad990f2702f8fd4a348d565c4b48a695988ca0e9a'
+'ed871abd9419dbf35ba7f38d4835098d3838fd9400856ac4ec029e63bb42d859')
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i $srcdir/$pkgname-$pkgver-libpng15.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: jbig2dec/repos/community-staging-i686/jbig2dec-0.11-libpng15.patch 
(from rev 89413, jbig2dec/trunk/jbig2dec-0.11-libpng15.patch)
===
--- community-staging-i686/jbig2dec-0.11-libpng15.patch 
(rev 0)
+++ community-staging-i686/jbig2dec-0.11-libpng15.patch 2013-04-29 11:09:14 UTC 
(rev 89414)
@@ -0,0 +1,31 @@
+--- configure.ac
 configure.ac
+@@ -45,7 +45,7 @@
+   fi
+   dnl libpng requires pow() which may be in libm
+   AC_SEARCH_LIBS([pow], [m])
+-  AC_CHECK_LIB([png], [png_check_sig], [
++  AC_CHECK_LIB([png], [png_sig_cmp], [
+ AC_CHECK_LIB([z], [deflate], [
+   AC_DEFINE(HAVE_LIBPNG, 1, [Define if libpng is available (-lpng)])
+   LIBS=-lpng -lz $LIBS
+--- jbig2_image_png.c
 jbig2_image_png.c
+@@ -33,7 +33,7 @@
+ {
+ png_size_t check;
+ 
+-check = fwrite(data, 1, length, (png_FILE_p)png_ptr-io_ptr);
++check = fwrite(data, 1, length, (png_FILE_p)png_get_io_ptr(png_ptr));
+ if (check != length) {
+   png_error(png_ptr, Write Error);
+ }
+@@ -43,7 +43,7 @@
+ jbig2_png_flush(png_structp png_ptr)
+ {
+ png_FILE_p io_ptr;
+-io_ptr = (png_FILE_p)CVT_PTR((png_ptr-io_ptr));
++io_ptr = (png_FILE_p)png_get_io_ptr(png_ptr);
+ if (io_ptr != NULL)
+ fflush(io_ptr);
+ }

Copied: jbig2dec/repos/community-staging-x86_64/PKGBUILD (from rev 89413, 
jbig2dec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:09:14 UTC (rev 89414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=jbig2dec
+pkgver=0.11
+pkgrel=6
+pkgdesc=decoder implementation of the JBIG2 image compression format
+arch=('x86_64' 'i686')
+url=http://jbig2dec.sourceforge.net/;
+license=('GPL3')
+depends=('glibc' 'libpng')
+options=('!libtool')
+source=(https://github.com/rillian/jbig2dec/archive/$pkgver.tar.gz
+$pkgname-$pkgver-libpng15.patch)
+sha256sums=('8af7b94b6026aff718d4b41ad990f2702f8fd4a348d565c4b48a695988ca0e9a'
+'ed871abd9419dbf35ba7f38d4835098d3838fd9400856ac4ec029e63bb42d859')
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i $srcdir/$pkgname-$pkgver-libpng15.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:09:34
  Author: foutrelis
Revision: 183886

upgpkg: vigra 1.9.0-3

libpng 1.6 rebuild.

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 10:55:36 UTC (rev 183885)
+++ PKGBUILD2013-04-29 11:09:34 UTC (rev 183886)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.9.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')
@@ -22,7 +22,7 @@
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
   -DWITH_VIGRANUMPY=1 \
-  -DDOCINSTALL=share/doc 
+  -DDOCINSTALL=share/doc
   make
 }
 



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:09:46
  Author: foutrelis
Revision: 183887

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 183886, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 183886, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 183886, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 183886, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 183886, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 11:09:46 UTC (rev 183887)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.9.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+options=('!libtool')
+source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
+md5sums=('b6155afe1ea967917d2be16d98a85404')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || /bin/true # i686 fails
+}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng=1.5.7' 'libtiff=4.0.0' 'gcc-libs' 'sh' 'hdf5=1.8.7' 
'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf ${pkgdir}/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc=Computer vision library - documentation and examples
+  #depends=('vigra')
+  #arch=('any')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # cleanup
+  rm -rf ${pkgdir}/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 183886, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2013-04-29 11:09:46 UTC (rev 
183887)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 183886, 
vigra/trunk/PKGBUILD)
===
--- 

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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:14:02
  Author: bpiotrowski
Revision: 89415

upgpkg: mplayer2 20130309-2

- rebuild against libpng 1.6

Modified:
  mplayer2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:09:14 UTC (rev 89414)
+++ PKGBUILD2013-04-29 11:14:02 UTC (rev 89415)
@@ -5,11 +5,11 @@
 
 pkgname=mplayer2
 pkgver=20130309
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
 arch=('i686' 'x86_64')
 license=('GPL')
-url=http://www.mplayer2.org/;
+url='http://www.mplayer2.org/'
 install=$pkgname.install
 depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
  'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
@@ -26,12 +26,15 @@
 sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343'
 'SKIP')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
-
   sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
   find -type f -exec sed -e 's/python3/python/' -i {} \;
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --confdir=/etc/mplayer \
   --enable-translation --language=all \
   --enable-runtime-cpudetection \



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:14:10
  Author: bpiotrowski
Revision: 89416

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

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

---+
 community-staging-i686/PKGBUILD   |   59 
 community-staging-i686/mplayer2.install   |   11 +
 community-staging-x86_64/PKGBUILD |   59 
 community-staging-x86_64/mplayer2.install |   11 +
 4 files changed, 140 insertions(+)

Copied: mplayer2/repos/community-staging-i686/PKGBUILD (from rev 89415, 
mplayer2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:14:10 UTC (rev 89416)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=mplayer2
+pkgver=20130309
+pkgrel=2
+pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.mplayer2.org/'
+install=$pkgname.install
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
+ 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
+ 'libcaca' 'libcdio-paranoia' 'libdca' 'libdvdcss' 'libdvdnav' 
'libdvdread'
+ 'libgl' 'libjpeg' 'libmad' 'libpulse' 'libquvi' 'libtheora' 'libvdpau'
+ 'libxinerama' 'libxss' 'libxv' 'libxxf86dga' 'libxxf86vm' 'lirc-utils'
+ 'mpg123' 'ncurses' 'sdl' 'ttf-dejavu')
+makedepends=('mesa' 'mesa-libgl' 'unzip' 'yasm' 'python' 'python-docutils')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+provides=('mplayer')
+conflicts=('mplayer')
+options=(!emptydirs)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
+  find -type f -exec sed -e 's/python3/python/' -i {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --confdir=/etc/mplayer \
+  --enable-translation --language=all \
+  --enable-runtime-cpudetection \
+  --enable-joystick \
+  --disable-speex \
+  --disable-openal \
+  --disable-libdv \
+  --disable-musepack
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/
+  install -dm755 $pkgdir/usr/share/mplayer/
+  ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
+
+  install -dm755 $pkgdir/usr/share/applications/
+  install -m 644 etc/mplayer.desktop $pkgdir/usr/share/applications/
+}

Copied: mplayer2/repos/community-staging-i686/mplayer2.install (from rev 89415, 
mplayer2/trunk/mplayer2.install)
===
--- community-staging-i686/mplayer2.install (rev 0)
+++ community-staging-i686/mplayer2.install 2013-04-29 11:14:10 UTC (rev 
89416)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mplayer2/repos/community-staging-x86_64/PKGBUILD (from rev 89415, 
mplayer2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:14:10 UTC (rev 89416)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Martin Panter vadmium+...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=mplayer2
+pkgver=20130309
+pkgrel=2
+pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer 
project'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.mplayer2.org/'
+install=$pkgname.install
+depends=('a52dec' 'aalib' 'cdparanoia' 'desktop-file-utils' 'enca' 'faad2' 
'ffmpeg'
+ 'fontconfig' 'freetype2' 'jack' 'ladspa' 'lame' 'libass' 'libbluray'
+ 'libcaca' 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:16:19
  Author: foutrelis
Revision: 183888

upgpkg: dhcpcd 5.6.8-1

New upstream release.

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:09:46 UTC (rev 183887)
+++ PKGBUILD2013-04-29 11:16:19 UTC (rev 183888)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=5.6.7
+pkgver=5.6.8
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -17,7 +17,7 @@
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2; \
 'dhcpcd.conf.d' 'dhcpcd_.service' 'dhcpcd.service')
-sha1sums=('2f9f2f432e43181497c4909725e29239c9ff004a'
+sha1sums=('93c1a071eb406084d0a71c14e5707af4cd453917'
   'b67b9ce6a2faaca75fea356966a16be2283b7db0'
   '6245b8db7e6f39a0305571726bb693a53901c400'
   'e49e01041f831281a1cd0c97ca21204e0aa07fda')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:16:49
  Author: foutrelis
Revision: 183889

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

Added:
  dhcpcd/repos/testing-i686/
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 183888, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 183888, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 183888, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 183888, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 183888, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 183888, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 183888, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/testing-x86_64/
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 183888, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 183888, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 183888, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 183888, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 183888, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 183888, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 183888, dhcpcd/trunk/remove_ifconfig.patch)

--+
 testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 testing-i686/PKGBUILD|   58 
+
 testing-i686/dhcpcd.conf.d   |6 
 testing-i686/dhcpcd.service  |   13 ++
 testing-i686/dhcpcd_.service |   15 ++
 testing-i686/remove_ifconfig.patch   |   20 +++
 testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 testing-x86_64/PKGBUILD  |   58 
+
 testing-x86_64/dhcpcd.conf.d |6 
 testing-x86_64/dhcpcd.service|   13 ++
 testing-x86_64/dhcpcd_.service   |   15 ++
 testing-x86_64/remove_ifconfig.patch |   20 +++
 14 files changed, 412 insertions(+)

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 183888, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2013-04-29 11:16:49 UTC (rev 183889)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 183888, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ 

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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:17:05
  Author: bpiotrowski
Revision: 89417

upgpkg: jwm 2.1.0-3

- rebuild against libpng 1.6

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:14:10 UTC (rev 89416)
+++ PKGBUILD2013-04-29 11:17:05 UTC (rev 89417)
@@ -4,7 +4,7 @@
 
 pkgname=jwm
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A lightweight window manager for the X11 Window System
 arch=('i686' 'x86_64')
 url=http://joewing.net/programs/jwm/;



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:17:15
  Author: bpiotrowski
Revision: 89418

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

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

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

Copied: jwm/repos/community-staging-i686/PKGBUILD (from rev 89417, 
jwm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:17:15 UTC (rev 89418)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=jwm
+pkgver=2.1.0
+pkgrel=3
+pkgdesc=A lightweight window manager for the X11 Window System
+arch=('i686' 'x86_64')
+url=http://joewing.net/programs/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
+md5sums=('e8fab21b2410eb82032b7c3472af642c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
+   SYSCONF=$pkgdir/etc install
+}

Copied: jwm/repos/community-staging-x86_64/PKGBUILD (from rev 89417, 
jwm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:17:15 UTC (rev 89418)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=jwm
+pkgver=2.1.0
+pkgrel=3
+pkgdesc=A lightweight window manager for the X11 Window System
+arch=('i686' 'x86_64')
+url=http://joewing.net/programs/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
+md5sums=('e8fab21b2410eb82032b7c3472af642c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
+   SYSCONF=$pkgdir/etc install
+}



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:23:48
  Author: foutrelis
Revision: 89419

upgpkg: tuxpaint 0.9.21-8

libpng 1.6 rebuild.

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:17:15 UTC (rev 89418)
+++ PKGBUILD2013-04-29 11:23:48 UTC (rev 89419)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=7
+pkgrel=8
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -24,12 +24,12 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  
+
   # python2 fix
   for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
 sed -i '0,/on/s//on2/' $f
   done
-  
+
   patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
   setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:23:59
  Author: foutrelis
Revision: 89420

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

Added:
  tuxpaint/repos/community-staging-i686/
  tuxpaint/repos/community-staging-i686/PKGBUILD
(from rev 89419, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
  tuxpaint/repos/community-staging-x86_64/
  tuxpaint/repos/community-staging-x86_64/PKGBUILD
(from rev 89419, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-staging-x86_64/tuxpaint-0.9.21-libpng1.5.patch
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch   |   19 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/tuxpaint-0.9.21-libpng1.5.patch |   19 
 4 files changed, 144 insertions(+)

Copied: tuxpaint/repos/community-staging-i686/PKGBUILD (from rev 89419, 
tuxpaint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:23:59 UTC (rev 89420)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Sergio Jovani Guzman moret@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=tuxpaint
+pkgver=0.9.21
+pkgrel=8
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=(http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;
+'tuxpaint-0.9.21-libpng1.5.patch')
+sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
+'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make \
+PREFIX=/usr \
+DESTDIR=$pkgdir \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX=$pkgdir/usr/share/pixmaps \
+install
+  chmod -R 644 $pkgdir/usr/share/doc/tuxpaint-dev/*
+  chmod 755 $pkgdir/usr/share/doc/tuxpaint-dev/html
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch 
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
===
--- community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch  
(rev 0)
+++ community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch  2013-04-29 
11:23:59 UTC (rev 89420)
@@ -0,0 +1,19 @@
+http://tuxpaint.cvs.sourceforge.net/viewvc/tuxpaint/tuxpaint/src/tuxpaint.c?r1=1.828r2=1.829
+No longer directly accessing PNG structure members directly, now using 
png_set_IHDR(). (Patch from SF.net Bug #3386433)
+
+--- src/tuxpaint.c 2011/07/29 21:27:39 1.828
 src/tuxpaint.c 2011/08/08 17:59:12 1.829
+@@ -13425,12 +13425,7 @@
+   {
+   png_init_io(png_ptr, fi);
+ 
+-  info_ptr-width = surf-w;
+-  info_ptr-height = surf-h;
+-  info_ptr-bit_depth = 8;
+-  info_ptr-color_type = PNG_COLOR_TYPE_RGB;
+-  info_ptr-interlace_type = 1;
+-  info_ptr-valid = 0;/* will be updated by various png_set_FOO() 
functions */
++png_set_IHDR(png_ptr, info_ptr, surf-w, surf-h, 8, 
PNG_COLOR_TYPE_RGB, 1, PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
+ 
+   png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
+  PNG_sRGB_INTENT_PERCEPTUAL);

Copied: tuxpaint/repos/community-staging-x86_64/PKGBUILD (from rev 89419, 
tuxpaint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:23:59 UTC (rev 89420)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Sergio Jovani 

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 13:34:15
  Author: spupykin
Revision: 89421

upgpkg: libvirt 1.0.4-2

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:23:59 UTC (rev 89420)
+++ PKGBUILD2013-04-29 11:34:15 UTC (rev 89421)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -61,10 +61,15 @@
--with-qemu-user=nobody --with-qemu-group=nobody \
--without-netcf --with-interface
   make
+
   sed -i 's|/etc/sysconfig/libvirtd|/etc/conf.d/libvirtd|' 
daemon/libvirtd.service
-  sed -i 's|/etc/sysconfig/libvirt-guests|/etc/conf.d/libvirtd-guests|' 
tools/libvirt-guests.service
-  sed -i 's|/etc/init.d/libvirt-g|/etc/rc.d/libvirtd-g|g' 
tools/libvirt-guests.service
+  sed -i \
+-e 's|/etc/sysconfig/libvirt-guests|/etc/conf.d/libvirtd-guests|' \
+-e 's|/etc/init.d/libvirt-g|/etc/rc.d/libvirtd-g|g' \
+-e 's|After=.*|After=syslog.target network.target libvirtd.service|' \
+tools/libvirt-guests.service
   sed -i 's|@sbindir@|/usr/sbin|g' src/virtlockd.service
+  sed -i 's|#group =.*|group=kvm|' src/qemu/qemu.conf
 }
 
 package() {
@@ -82,9 +87,6 @@
   install -D -m644 $srcdir/libvirt.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/libvirt.conf
   mv $pkgdir/lib/* $pkgdir/usr/lib/
 
-  sed -i \
-   's|After=.*|After=syslog.target network.target libvirtd.service|' \
-   $pkgdir/usr/lib/systemd/system/libvirt-guests.service
 
   rm -rf \
$pkgdir/var/run \



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 13:34:53
  Author: spupykin
Revision: 89422

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 89421, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 89421, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 89421, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 89421, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd-guests.rc.d
(from rev 89421, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 89421, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-i686/libvirtd.rc.d
(from rev 89421, libvirt/trunk/libvirtd.rc.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 89421, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 89421, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 89421, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 89421, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd-guests.rc.d
(from rev 89421, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 89421, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/libvirtd.rc.d
(from rev 89421, libvirt/trunk/libvirtd.rc.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd-guests.rc.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-i686/libvirtd.rc.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd-guests.rc.d
  libvirt/repos/community-x86_64/libvirtd.conf.d
  libvirt/repos/community-x86_64/libvirtd.rc.d

-+
 /PKGBUILD   |  194 ++
 /libvirt.install|   38 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   22 ++
 /libvirtd-guests.rc.d   |  322 ++
 /libvirtd.conf.d|6 
 /libvirtd.rc.d  |  132 
 community-i686/PKGBUILD |   95 
 community-i686/libvirt.install  |   19 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |   11 -
 community-i686/libvirtd-guests.rc.d |  161 ---
 community-i686/libvirtd.conf.d  |3 
 community-i686/libvirtd.rc.d|   66 --
 community-x86_64/PKGBUILD   |   95 
 community-x86_64/libvirt.install|   19 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |   11 -
 community-x86_64/libvirtd-guests.rc.d   |  161 ---
 community-x86_64/libvirtd.conf.d|3 
 community-x86_64/libvirtd.rc.d  |   66 --
 21 files changed, 722 insertions(+), 718 deletions(-)

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


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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:46:48
  Author: bpiotrowski
Revision: 89423

upgpkg: gemrb 0.8.0-1

- upstream release

Modified:
  gemrb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:34:53 UTC (rev 89422)
+++ PKGBUILD2013-04-29 11:46:48 UTC (rev 89423)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
@@ -13,7 +13,7 @@
 install=gemrb.install
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('4260fcd42f42ce9232668b202b320b29')
+md5sums=('dc0306d4d301726ac449225313285ea1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:47:02
  Author: bpiotrowski
Revision: 89424

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

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

+
 /PKGBUILD  |   68 +++
 /gemrb.install |   48 +++
 community-i686/PKGBUILD|   34 ---
 community-i686/gemrb.install   |   24 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/gemrb.install |   24 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-29 11:46:48 UTC (rev 89423)
+++ community-i686/PKGBUILD 2013-04-29 11:47:02 UTC (rev 89424)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=gemrb
-pkgver=0.7.2
-pkgrel=2
-pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
-arch=('i686' 'x86_64')
-url=http://www.gemrb.org/;
-license=('GPL')
-depends=('python2' 'openal' 'libpng' 'sdl_mixer')
-# optionally it is possible to build vlc plugin too
-makedepends=('cmake')
-install=gemrb.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('4260fcd42f42ce9232668b202b320b29')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ ! -d $srcdir/build ] ; then
-mkdir $srcdir/build
-  fi
-  cd $srcdir/build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}
-

Copied: gemrb/repos/community-i686/PKGBUILD (from rev 89423, 
gemrb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-29 11:47:02 UTC (rev 89424)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=gemrb
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
+arch=('i686' 'x86_64')
+url=http://www.gemrb.org/;
+license=('GPL')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer')
+# optionally it is possible to build vlc plugin too
+makedepends=('cmake')
+install=gemrb.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc0306d4d301726ac449225313285ea1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ ! -d $srcdir/build ] ; then
+mkdir $srcdir/build
+  fi
+  cd $srcdir/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-i686/gemrb.install
===
--- community-i686/gemrb.install2013-04-29 11:46:48 UTC (rev 89423)
+++ community-i686/gemrb.install2013-04-29 11:47:02 UTC (rev 89424)
@@ -1,24 +0,0 @@
-post_install() {
-  cat  EOF
-
-Installing the games
-
-   1. Install the game(s) (eg using wine or Unshield)
-   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
-   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
-   4. Now You can start the game by executing gemrb at the command line 
prompt
-
-EOF
-
-gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  echo Don't forget to remove game data files.
-  post_install
-}
-

Copied: gemrb/repos/community-i686/gemrb.install (from rev 89423, 
gemrb/trunk/gemrb.install)
===
--- community-i686/gemrb.install(rev 0)
+++ community-i686/gemrb.install2013-04-29 11:47:02 UTC (rev 89424)
@@ -0,0 +1,24 @@
+post_install() {
+  cat  EOF
+
+Installing the games
+
+   1. Install the game(s) (eg using wine or Unshield)
+   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
+   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
+   4. Now You can start the game by executing gemrb at the 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:47:26
  Author: foutrelis
Revision: 89425

upgpkg: pekwm 0.1.16-3

libpng 1.6 rebuild.

Modified:
  pekwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:47:02 UTC (rev 89424)
+++ PKGBUILD2013-04-29 11:47:26 UTC (rev 89425)
@@ -5,7 +5,7 @@
 
 pkgname=pekwm
 pkgver=0.1.16
-pkgrel=2
+pkgrel=3
 pkgdesc='Small, fast, functional, and flexible window manager'
 arch=('x86_64' 'i686')
 license=('GPL')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:47:38
  Author: foutrelis
Revision: 89426

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

Added:
  pekwm/repos/community-staging-i686/
  pekwm/repos/community-staging-i686/PKGBUILD
(from rev 89425, pekwm/trunk/PKGBUILD)
  pekwm/repos/community-staging-i686/pekwm_kdm.desktop
(from rev 89425, pekwm/trunk/pekwm_kdm.desktop)
  pekwm/repos/community-staging-x86_64/
  pekwm/repos/community-staging-x86_64/PKGBUILD
(from rev 89425, pekwm/trunk/PKGBUILD)
  pekwm/repos/community-staging-x86_64/pekwm_kdm.desktop
(from rev 89425, pekwm/trunk/pekwm_kdm.desktop)

+
 community-staging-i686/PKGBUILD|   54 +++
 community-staging-i686/pekwm_kdm.desktop   |5 ++
 community-staging-x86_64/PKGBUILD  |   54 +++
 community-staging-x86_64/pekwm_kdm.desktop |5 ++
 4 files changed, 118 insertions(+)

Copied: pekwm/repos/community-staging-i686/PKGBUILD (from rev 89425, 
pekwm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:47:38 UTC (rev 89426)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Eddie Lozon almostlu...@attbi.com
+
+pkgname=pekwm
+pkgver=0.1.16
+pkgrel=3
+pkgdesc='Small, fast, functional, and flexible window manager'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='https://www.pekwm.org/projects/pekwm'
+depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 
'libxrandr')
+makedepends=('gendesk')
+optdepends=('lxappearance: feature-rich GTK+ theme switcher'
+'nitrogen: background browser and setter'
+'tint2: basic, good-looking task manager')
+backup=(etc/pekwm/autoproperties
+etc/pekwm/autoproperties_typerules
+etc/pekwm/config
+etc/pekwm/config_system
+etc/pekwm/keys
+etc/pekwm/menu
+etc/pekwm/mouse
+etc/pekwm/mouse_click
+etc/pekwm/mouse_sloppy
+etc/pekwm/mouse_system
+etc/pekwm/start
+etc/pekwm/vars)
+source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2;
+${pkgname}_kdm.desktop)
+sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
+'4c1817d328dad84407c9ba7219015eb3be0345be9e98fc03fa693b6b443a8dc6')
+
+build() {
+  cd $srcdir
+  gendesk
+
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/xsessions/$pkgname.desktop
+  install -Dm644 $srcdir/${pkgname}_kdm.desktop \
+$pkgdir//usr/share/apps/kdm/sessions/$pkgname.desktop
+}
+
+# vim: ts=2 sw=2 et

Copied: pekwm/repos/community-staging-i686/pekwm_kdm.desktop (from rev 89425, 
pekwm/trunk/pekwm_kdm.desktop)
===
--- community-staging-i686/pekwm_kdm.desktop(rev 0)
+++ community-staging-i686/pekwm_kdm.desktop2013-04-29 11:47:38 UTC (rev 
89426)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=XSession
+Exec=pekwm
+TryExec=pekwm
+Name=PekWM

Copied: pekwm/repos/community-staging-x86_64/PKGBUILD (from rev 89425, 
pekwm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:47:38 UTC (rev 89426)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Eddie Lozon almostlu...@attbi.com
+
+pkgname=pekwm
+pkgver=0.1.16
+pkgrel=3
+pkgdesc='Small, fast, functional, and flexible window manager'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='https://www.pekwm.org/projects/pekwm'
+depends=('gcc-libs' 'libjpeg' 'libpng' 'libxft' 'libxinerama' 'libxpm' 
'libxrandr')
+makedepends=('gendesk')
+optdepends=('lxappearance: feature-rich GTK+ theme switcher'
+'nitrogen: background browser and setter'
+'tint2: basic, good-looking task manager')
+backup=(etc/pekwm/autoproperties
+etc/pekwm/autoproperties_typerules
+etc/pekwm/config
+etc/pekwm/config_system
+etc/pekwm/keys
+etc/pekwm/menu
+etc/pekwm/mouse
+etc/pekwm/mouse_click
+etc/pekwm/mouse_sloppy
+etc/pekwm/mouse_system
+etc/pekwm/start
+etc/pekwm/vars)
+source=(http://www.pekwm.org/projects/pekwm/files/${pkgname}-${pkgver}.tar.bz2;
+${pkgname}_kdm.desktop)
+sha256sums=('899eef35d5d1f472dd65a08c180b9719935cb1f42eda7fada6f9b8b551c79c96'
+

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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:52:17
  Author: bpiotrowski
Revision: 89427

upgpkg: gemrb 0.8.0-2

- rebuild against libpng 1.6

Modified:
  gemrb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:47:38 UTC (rev 89426)
+++ PKGBUILD2013-04-29 11:52:17 UTC (rev 89427)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:52:25
  Author: bpiotrowski
Revision: 89428

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

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

+
 community-staging-i686/PKGBUILD|   34 +++
 community-staging-i686/gemrb.install   |   24 +
 community-staging-x86_64/PKGBUILD  |   34 +++
 community-staging-x86_64/gemrb.install |   24 +
 4 files changed, 116 insertions(+)

Copied: gemrb/repos/community-staging-i686/PKGBUILD (from rev 89427, 
gemrb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:52:25 UTC (rev 89428)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=gemrb
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
+arch=('i686' 'x86_64')
+url=http://www.gemrb.org/;
+license=('GPL')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer')
+# optionally it is possible to build vlc plugin too
+makedepends=('cmake')
+install=gemrb.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc0306d4d301726ac449225313285ea1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ ! -d $srcdir/build ] ; then
+mkdir $srcdir/build
+  fi
+  cd $srcdir/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}
+

Copied: gemrb/repos/community-staging-i686/gemrb.install (from rev 89427, 
gemrb/trunk/gemrb.install)
===
--- community-staging-i686/gemrb.install(rev 0)
+++ community-staging-i686/gemrb.install2013-04-29 11:52:25 UTC (rev 
89428)
@@ -0,0 +1,24 @@
+post_install() {
+  cat  EOF
+
+Installing the games
+
+   1. Install the game(s) (eg using wine or Unshield)
+   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
+   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this right.
+   4. Now You can start the game by executing gemrb at the command line 
prompt
+
+EOF
+
+gtk-update-icon-cache -f /usr/share/icons/hicolor/
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  echo Don't forget to remove game data files.
+  post_install
+}
+

Copied: gemrb/repos/community-staging-x86_64/PKGBUILD (from rev 89427, 
gemrb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:52:25 UTC (rev 89428)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=gemrb
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
+arch=('i686' 'x86_64')
+url=http://www.gemrb.org/;
+license=('GPL')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer')
+# optionally it is possible to build vlc plugin too
+makedepends=('cmake')
+install=gemrb.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc0306d4d301726ac449225313285ea1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  if [ ! -d $srcdir/build ] ; then
+mkdir $srcdir/build
+  fi
+  cd $srcdir/build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}
+

Copied: gemrb/repos/community-staging-x86_64/gemrb.install (from rev 89427, 
gemrb/trunk/gemrb.install)
===
--- community-staging-x86_64/gemrb.install  (rev 0)
+++ community-staging-x86_64/gemrb.install  2013-04-29 11:52:25 UTC (rev 
89428)
@@ -0,0 +1,24 @@
+post_install() {
+  cat  EOF
+
+Installing the games
+
+   1. Install the game(s) (eg using wine or Unshield)
+   2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to 
/etc/gemrb/gemrb.cfg
+   3. Edit gemrb.cfg, mainly to set up the path to the game's data files. 
It is crucial to get this 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:53:47
  Author: foutrelis
Revision: 89429

upgpkg: netsurf 3.0-2

libpng 1.6 rebuild.

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:52:25 UTC (rev 89428)
+++ PKGBUILD2013-04-29 11:53:47 UTC (rev 89429)
@@ -6,7 +6,7 @@
 
 pkgname=netsurf
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:53:58
  Author: foutrelis
Revision: 89430

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

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

--+
 community-staging-i686/PKGBUILD  |   57 +
 community-staging-i686/netsurf.install   |   14 +++
 community-staging-x86_64/PKGBUILD|   57 +
 community-staging-x86_64/netsurf.install |   14 +++
 4 files changed, 142 insertions(+)

Copied: netsurf/repos/community-staging-i686/PKGBUILD (from rev 89429, 
netsurf/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:53:58 UTC (rev 89430)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Georgij Kondratjev sm...@bk.ru
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netsurf
+pkgver=3.0
+pkgrel=2
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('GPL')
+depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' 'gstreamer0.10'
+makedepends=('js' 're2c' 'lcms' 'gendesk' 'netsurf-buildsystem' 'libglade')
+install=$pkgname.install
+source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
+
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+'7c6a48d3cc3e9a3e3a51b532ddf60f7697e97bf8b61a6d3b2ced1a2e89fbccc6')
+
+_exec=('netsurf %U')
+_genericname=('Web Browser')
+_comment=('Lightweight web browser')
+_mimetype=('text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo')
+
+prepare() {
+  cd $srcdir
+
+  gendesk
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+PREFIX=/usr \
+TARGET=gtk \
+NETSURF_USE_WEBP=YES \
+NETSURF_USE_VIDEO=NO \
+NETSURF_USE_MOZILLA_JS=YES \
+NETSURF_USE_HARU_PDF=NO
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install PREFIX=/usr DESTDIR=$pkgdir
+  install -Dm644 ../$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 ../$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-staging-i686/netsurf.install (from rev 89429, 
netsurf/trunk/netsurf.install)
===
--- community-staging-i686/netsurf.install  (rev 0)
+++ community-staging-i686/netsurf.install  2013-04-29 11:53:58 UTC (rev 
89430)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-staging-x86_64/PKGBUILD (from rev 89429, 
netsurf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:53:58 UTC (rev 89430)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Georgij Kondratjev sm...@bk.ru
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netsurf
+pkgver=3.0
+pkgrel=2
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('GPL')
+depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' 'gstreamer0.10'
+makedepends=('js' 're2c' 'lcms' 'gendesk' 'netsurf-buildsystem' 'libglade')
+install=$pkgname.install
+source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
+
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+   

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:56:38
  Author: foutrelis
Revision: 89431

upgpkg: povray 3.7.0.RC6-7

libpng 1.6 rebuild.

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:53:58 UTC (rev 89430)
+++ PKGBUILD2013-04-29 11:56:38 UTC (rev 89431)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7.0.RC6
-pkgrel=6
+pkgrel=7
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
 license=('custom')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:56:59
  Author: foutrelis
Revision: 89432

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

Added:
  povray/repos/community-staging-i686/
  povray/repos/community-staging-i686/LICENSE
(from rev 89431, povray/trunk/LICENSE)
  povray/repos/community-staging-i686/PKGBUILD
(from rev 89431, povray/trunk/PKGBUILD)
  povray/repos/community-staging-i686/distribution-license.txt
(from rev 89431, povray/trunk/distribution-license.txt)
  povray/repos/community-staging-i686/povray3.7.0_rc3-user-conf.patch
(from rev 89431, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-staging-i686/source-license.txt
(from rev 89431, povray/trunk/source-license.txt)
  povray/repos/community-staging-x86_64/
  povray/repos/community-staging-x86_64/LICENSE
(from rev 89431, povray/trunk/LICENSE)
  povray/repos/community-staging-x86_64/PKGBUILD
(from rev 89431, povray/trunk/PKGBUILD)
  povray/repos/community-staging-x86_64/distribution-license.txt
(from rev 89431, povray/trunk/distribution-license.txt)
  povray/repos/community-staging-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 89431, povray/trunk/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-staging-x86_64/source-license.txt
(from rev 89431, povray/trunk/source-license.txt)

--+
 community-staging-i686/LICENSE   |  237 +
 community-staging-i686/PKGBUILD  |   65 +
 community-staging-i686/distribution-license.txt  |  532 +
 community-staging-i686/povray3.7.0_rc3-user-conf.patch   |   27 
 community-staging-i686/source-license.txt|  360 
 community-staging-x86_64/LICENSE |  237 +
 community-staging-x86_64/PKGBUILD|   65 +
 community-staging-x86_64/distribution-license.txt|  532 +
 community-staging-x86_64/povray3.7.0_rc3-user-conf.patch |   27 
 community-staging-x86_64/source-license.txt  |  360 
 10 files changed, 2442 insertions(+)

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


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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:58:14
  Author: bpiotrowski
Revision: 89433

upgpkg: armagetronad 0.2.8.3.2-4

- rebuild against libpng 1.6

Modified:
  armagetronad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:56:59 UTC (rev 89432)
+++ PKGBUILD2013-04-29 11:58:14 UTC (rev 89433)
@@ -5,7 +5,7 @@
 
 pkgname=armagetronad
 pkgver=0.2.8.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A Tron Clone in 3D.'
 arch=('i686' 'x86_64')
 url='http://armagetronad.net/'



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

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:58:23
  Author: bpiotrowski
Revision: 89434

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

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

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

Copied: armagetronad/repos/community-staging-i686/PKGBUILD (from rev 89433, 
armagetronad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:58:23 UTC (rev 89434)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
+
+pkgname=armagetronad
+pkgver=0.2.8.3.2
+pkgrel=4
+pkgdesc='A Tron Clone in 3D.'
+arch=('i686' 'x86_64')
+url='http://armagetronad.net/'
+license=('GPL')
+depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
+optdepends=('python2: language updater')
+source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
+md5sums=('f7796de4ef50bd33553e0a3f93fd67e6')
+
+build() {
+ cd $srcdir/armagetronad-$pkgver
+
+ # python2 fix
+ sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' language/update.py
+
+ sed -i 's|FTGL.h|ftgl.h|g' configure
+ sed -i 's|png_check_sig|png_sig_cmp|g' configure
+ ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-games \
+--enable-automakedefaults \
+--disable-uninstall
+ make
+}
+
+package() {
+ cd $srcdir/armagetronad-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m 644 desktop/armagetronad.desktop 
$pkgdir/usr/share/applications/armagetronad.desktop
+ install -d $pkgdir/usr/share/pixmaps/
+ ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
+   $pkgdir/usr/share/pixmaps/armagetronad.png
+ mv $pkgdir/usr/bin/armagetronad $pkgdir/usr/bin/armagetronad_bin
+ printf #!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad  
$pkgdir/usr/bin/armagetronad
+ chmod +x $pkgdir/usr/bin/armagetronad
+}

Copied: armagetronad/repos/community-staging-x86_64/PKGBUILD (from rev 89433, 
armagetronad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:58:23 UTC (rev 89434)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Filippo 'JoeyrS' Civiletti joe...@gmail.com
+
+pkgname=armagetronad
+pkgver=0.2.8.3.2
+pkgrel=4
+pkgdesc='A Tron Clone in 3D.'
+arch=('i686' 'x86_64')
+url='http://armagetronad.net/'
+license=('GPL')
+depends=('sdl_image' 'libxml2' 'sdl_mixer' 'ftgl')
+optdepends=('python2: language updater')
+source=(http://downloads.sourceforge.net/sourceforge/armagetronad/armagetronad-$pkgver.src.tar.gz)
+md5sums=('f7796de4ef50bd33553e0a3f93fd67e6')
+
+build() {
+ cd $srcdir/armagetronad-$pkgver
+
+ # python2 fix
+ sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' language/update.py
+
+ sed -i 's|FTGL.h|ftgl.h|g' configure
+ sed -i 's|png_check_sig|png_sig_cmp|g' configure
+ ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--disable-games \
+--enable-automakedefaults \
+--disable-uninstall
+ make
+}
+
+package() {
+ cd $srcdir/armagetronad-$pkgver
+ make DESTDIR=$pkgdir install
+ install -D -m 644 desktop/armagetronad.desktop 
$pkgdir/usr/share/applications/armagetronad.desktop
+ install -d $pkgdir/usr/share/pixmaps/
+ ln -s /usr/share/armagetronad/desktop/icons/large/armagetronad.png \
+   $pkgdir/usr/share/pixmaps/armagetronad.png
+ mv $pkgdir/usr/bin/armagetronad $pkgdir/usr/bin/armagetronad_bin
+ printf #!/bin/bash\n/usr/bin/armagetronad_bin --configdir 
/etc/armagetronad --datadir /usr/share/armagetronad  
$pkgdir/usr/bin/armagetronad
+ chmod +x $pkgdir/usr/bin/armagetronad
+}



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:58:37
  Author: foutrelis
Revision: 89435

upgpkg: mtpaint 3.40-6

libpng 1.6 rebuild.

Modified:
  mtpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:58:23 UTC (rev 89434)
+++ PKGBUILD2013-04-29 11:58:37 UTC (rev 89435)
@@ -5,7 +5,7 @@
 
 pkgname=mtpaint
 pkgver=3.40
-pkgrel=5
+pkgrel=6
 pkgdesc=Simple GTK2 paint program for creating icons and pixel based artwork
 arch=('x86_64' 'i686')
 url=http://mtpaint.sourceforge.net/;



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:58:58
  Author: foutrelis
Revision: 89436

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

Added:
  mtpaint/repos/community-staging-i686/
  mtpaint/repos/community-staging-i686/PKGBUILD
(from rev 89435, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-staging-i686/libpng15.patch
(from rev 89435, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-staging-i686/mtpaint.install
(from rev 89435, mtpaint/trunk/mtpaint.install)
  mtpaint/repos/community-staging-x86_64/
  mtpaint/repos/community-staging-x86_64/PKGBUILD
(from rev 89435, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-staging-x86_64/libpng15.patch
(from rev 89435, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-staging-x86_64/mtpaint.install
(from rev 89435, mtpaint/trunk/mtpaint.install)

--+
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-i686/libpng15.patch|   21 
 community-staging-i686/mtpaint.install   |   13 ++
 community-staging-x86_64/PKGBUILD|   37 +
 community-staging-x86_64/libpng15.patch  |   21 
 community-staging-x86_64/mtpaint.install |   13 ++
 6 files changed, 142 insertions(+)

Copied: mtpaint/repos/community-staging-i686/PKGBUILD (from rev 89435, 
mtpaint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:58:58 UTC (rev 89436)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: yosh64 yosh64.at.gmail.dot.com
+
+pkgname=mtpaint
+pkgver=3.40
+pkgrel=6
+pkgdesc=Simple GTK2 paint program for creating icons and pixel based artwork
+arch=('x86_64' 'i686')
+url=http://mtpaint.sourceforge.net/;
+license=('GPL3')
+depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
+install=mtpaint.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
+libpng15.patch)
+sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
+'be51d45d1146d6c61d1c2c12d1712134da5048dd7314e2741ff336cac6838de3')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   patch -Np1 -i ../libpng15.patch
+   ./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff
+  sed -i 's:-lpng:-lpng -lgif:' _conf.txt
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: mtpaint/repos/community-staging-i686/libpng15.patch (from rev 89435, 
mtpaint/trunk/libpng15.patch)
===
--- community-staging-i686/libpng15.patch   (rev 0)
+++ community-staging-i686/libpng15.patch   2013-04-29 11:58:58 UTC (rev 
89436)
@@ -0,0 +1,21 @@
+diff -upr mtpaint-3.31.orig/src/png.c mtpaint-3.31/src/png.c
+--- mtpaint-3.31.orig/src/png.c2010-01-25 00:43:07.0 +0200
 mtpaint-3.31/src/png.c 2010-01-25 00:43:39.0 +0200
+@@ -539,7 +539,7 @@ static int load_png(char *file_name, ls_
+   if (settings-bpp == 3)
+   {
+   png_set_strip_16(png_ptr);
+-  png_set_gray_1_2_4_to_8(png_ptr);
++  png_set_expand_gray_1_2_4_to_8(png_ptr);
+   png_set_palette_to_rgb(png_ptr);
+   png_set_gray_to_rgb(png_ptr);
+ 
+@@ -644,7 +644,7 @@ static int load_png(char *file_name, ls_
+   png_set_strip_alpha(png_ptr);
+   png_set_packing(png_ptr);
+   if ((color_type == PNG_COLOR_TYPE_GRAY)  (bit_depth  8))
+-  png_set_gray_1_2_4_to_8(png_ptr);
++  png_set_expand_gray_1_2_4_to_8(png_ptr);
+   for (i = 0; i  height; i++)
+   {
+   row_pointers[i] = settings-img[CHN_IMAGE] + i * width;

Copied: mtpaint/repos/community-staging-i686/mtpaint.install (from rev 89435, 
mtpaint/trunk/mtpaint.install)
===
--- community-staging-i686/mtpaint.install  (rev 0)
+++ community-staging-i686/mtpaint.install  2013-04-29 11:58:58 UTC (rev 
89436)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mtpaint/repos/community-staging-x86_64/PKGBUILD (from rev 89435, 
mtpaint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 14:01:16
  Author: foutrelis
Revision: 89437

upgpkg: grafx2 2.4-3

libpng 1.6 rebuild.

Modified:
  grafx2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:58:58 UTC (rev 89436)
+++ PKGBUILD2013-04-29 12:01:16 UTC (rev 89437)
@@ -3,7 +3,7 @@
 # Contributor: Simon Parzer simon.par...@gmail.com
 pkgname=grafx2
 pkgver=2.4
-pkgrel=2
+pkgrel=3
 _pkgrev=2035
 pkgdesc='Pixelart-oriented painting program'
 arch=('x86_64' 'i686')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 14:01:28
  Author: foutrelis
Revision: 89438

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

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

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/grafx2.install   |   14 ++
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/grafx2.install |   14 ++
 4 files changed, 112 insertions(+)

Copied: grafx2/repos/community-staging-i686/PKGBUILD (from rev 89437, 
grafx2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Simon Parzer simon.par...@gmail.com
+pkgname=grafx2
+pkgver=2.4
+pkgrel=3
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://code.google.com/p/grafx2/'
+license=('GPL2')
+install=grafx2.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+_name=('GrafX2')
+_genericname=('Drawing program')
+_exec=('grafx2 %U')
+_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
+_categories=('Graphics;2DGraphics;RasterGraphics')
+
+build() {
+  cd $srcdir
+
+  gendesk -n
+  cd $pkgname/src
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname/src
+
+  make prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/$pkgname/doc/README.txt \
+$pkgdir/usr/share/doc/$pkgname/readme.txt
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-i686/grafx2.install (from rev 89437, 
grafx2/trunk/grafx2.install)
===
--- community-staging-i686/grafx2.install   (rev 0)
+++ community-staging-i686/grafx2.install   2013-04-29 12:01:28 UTC (rev 
89438)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/PKGBUILD (from rev 89437, 
grafx2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 12:01:28 UTC (rev 89438)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Simon Parzer simon.par...@gmail.com
+pkgname=grafx2
+pkgver=2.4
+pkgrel=3
+_pkgrev=2035
+pkgdesc='Pixelart-oriented painting program'
+arch=('x86_64' 'i686')
+url='http://code.google.com/p/grafx2/'
+license=('GPL2')
+install=grafx2.install
+depends=('sdl_ttf' 'sdl_image' 'lua' 'desktop-file-utils' 
'gtk-update-icon-cache')
+makedepends=('gendesk')
+options=('!emptydirs')
+source=(http://grafx2.googlecode.com/files/$pkgname-$pkgver.$_pkgrev-src.tgz;)
+sha256sums=('5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b')
+_name=('GrafX2')
+_genericname=('Drawing program')
+_exec=('grafx2 %U')
+_mimetype=('image/bmp;image/gif;image/png;image/x-tga;image/tiff')
+_categories=('Graphics;2DGraphics;RasterGraphics')
+
+build() {
+  cd $srcdir
+
+  gendesk -n
+  cd $pkgname/src
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname/src
+
+  make prefix=/usr DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/$pkgname/doc/README.txt \
+$pkgdir/usr/share/doc/$pkgname/readme.txt
+}
+
+# vim:set ts=2 sw=2 et:

Copied: grafx2/repos/community-staging-x86_64/grafx2.install (from rev 89437, 
grafx2/trunk/grafx2.install)
===
--- community-staging-x86_64/grafx2.install (rev 0)
+++ community-staging-x86_64/grafx2.install 2013-04-29 12:01:28 UTC (rev 
89438)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 14:05:23
  Author: foutrelis
Revision: 89439

upgpkg: gimp-ufraw 0.19-2

libpng 1.6 rebuild.

Modified:
  gimp-ufraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:01:28 UTC (rev 89438)
+++ PKGBUILD2013-04-29 12:05:23 UTC (rev 89439)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')



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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 14:05:34
  Author: foutrelis
Revision: 89440

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

Added:
  gimp-ufraw/repos/community-staging-i686/
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
(from rev 89439, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
(from rev 89439, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-staging-x86_64/
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
(from rev 89439, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install
(from rev 89439, gimp-ufraw/trunk/gimp-ufraw.install)

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/gimp-ufraw.install   |   13 +++
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/gimp-ufraw.install |   13 +++
 4 files changed, 112 insertions(+)

Copied: gimp-ufraw/repos/community-staging-i686/PKGBUILD (from rev 89439, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 12:05:34 UTC (rev 89440)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.19
+pkgrel=2
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
+
+build() {
+  cd $srcdir/ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd $srcdir/ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install (from rev 
89439, gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-staging-i686/gimp-ufraw.install   (rev 0)
+++ community-staging-i686/gimp-ufraw.install   2013-04-29 12:05:34 UTC (rev 
89440)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-x86_64/PKGBUILD (from rev 89439, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 12:05:34 UTC (rev 89440)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.19
+pkgrel=2
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
+
+build() {
+  cd $srcdir/ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  cd $srcdir/ufraw-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install (from rev 
89439, gimp-ufraw/trunk/gimp-ufraw.install)
===
--- 

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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:32:02
  Author: jelle
Revision: 89441

upgpkg: xemacs 21.5.33-2

libpng 1.6 rebuild

Modified:
  xemacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:05:34 UTC (rev 89440)
+++ PKGBUILD2013-04-29 12:32:02 UTC (rev 89441)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=1
+pkgrel=2
 pkgdesc=An highly customizable open source text editor and application 
development system forked from GNU Emacs
 arch=('i686' 'x86_64')
 url=http://www.xemacs.org/;



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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:33:15
  Author: jelle
Revision: 89442

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

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 89441, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 89441, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 89441, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 89441, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 89441, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 89441, xemacs/trunk/xemacs.install)

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/xemacs.desktop   |   34 +
 community-staging-i686/xemacs.install   |   35 ++
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/xemacs.desktop |   34 +
 community-staging-x86_64/xemacs.install |   35 ++
 6 files changed, 252 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 89441, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 12:33:15 UTC (rev 89442)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+pkgrel=2
+pkgdesc=An highly customizable open source text editor and application 
development system forked from GNU Emacs
+arch=('i686' 'x86_64')
+url=http://www.xemacs.org/;
+license=('GPL')
+depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
+'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
+makedepends=('xbitmaps')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # correct permissions
+  chown -R root:root ${pkgdir}
+
+  rm 
${pkgdir}/usr/share/info/{info.info,texinfo.info-2,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
+}

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 89441, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-04-29 12:33:15 UTC (rev 
89442)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit 

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

2013-04-29 Thread Florian Pritz
Date: Monday, April 29, 2013 @ 14:35:56
  Author: bluewind
Revision: 183890

upgpkg: qrencode 3.4.2-2

rebuild for libpng 1.6

Modified:
  qrencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:16:49 UTC (rev 183889)
+++ PKGBUILD2013-04-29 12:35:56 UTC (rev 183890)
@@ -4,10 +4,10 @@
 
 pkgname=qrencode
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=C library for encoding data in a QR Code symbol.
 arch=(i686 x86_64)
-depends=('libpng=1.5.0')
+depends=('libpng')
 makedepends=(sdl)
 url=http://megaui.net/fukuchi/works/qrencode/index.en.html;
 license=('GPL')



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

2013-04-29 Thread Florian Pritz
Date: Monday, April 29, 2013 @ 14:36:04
  Author: bluewind
Revision: 183891

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

Added:
  qrencode/repos/staging-i686/
  qrencode/repos/staging-i686/PKGBUILD
(from rev 183890, qrencode/trunk/PKGBUILD)
  qrencode/repos/staging-x86_64/
  qrencode/repos/staging-x86_64/PKGBUILD
(from rev 183890, qrencode/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: qrencode/repos/staging-i686/PKGBUILD (from rev 183890, 
qrencode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 12:36:04 UTC (rev 183891)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=qrencode
+pkgver=3.4.2
+pkgrel=2
+pkgdesc=C library for encoding data in a QR Code symbol.
+arch=(i686 x86_64)
+depends=('libpng')
+makedepends=(sdl)
+url=http://megaui.net/fukuchi/works/qrencode/index.en.html;
+license=('GPL')
+options=(!libtool)
+source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+}

Copied: qrencode/repos/staging-x86_64/PKGBUILD (from rev 183890, 
qrencode/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 12:36:04 UTC (rev 183891)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=qrencode
+pkgver=3.4.2
+pkgrel=2
+pkgdesc=C library for encoding data in a QR Code symbol.
+arch=(i686 x86_64)
+depends=('libpng')
+makedepends=(sdl)
+url=http://megaui.net/fukuchi/works/qrencode/index.en.html;
+license=('GPL')
+options=(!libtool)
+source=(http://megaui.net/fukuchi/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2c1693a29fe2f26089ccdff9051c0a3f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+}



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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:47:34
  Author: jelle
Revision: 89443

upgpkg: tmw 0.6.1-2

libpng 1.6 rebuild

Modified:
  tmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:33:15 UTC (rev 89442)
+++ PKGBUILD2013-04-29 12:47:34 UTC (rev 89443)
@@ -4,12 +4,12 @@
 
 pkgname=tmw
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
 arch=('i686' 'x86_64')
 url=http://themanaworld.org;
 license=('GPL')
-depends=('curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
 'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
 makedepends=('cmake' 'mesa')
 
#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)



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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:48:16
  Author: jelle
Revision: 89444

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

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

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

Copied: tmw/repos/community-staging-i686/PKGBUILD (from rev 89443, 
tmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 12:48:16 UTC (rev 89444)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=2
+pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
+arch=('i686' 'x86_64')
+url=http://themanaworld.org;
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+cd $srcdir/mana-mana-*
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $srcdir/mana-mana-*
+make DESTDIR=$pkgdir install
+}

Copied: tmw/repos/community-staging-x86_64/PKGBUILD (from rev 89443, 
tmw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 12:48:16 UTC (rev 89444)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Maintainer: Mateusz Herych heni...@gmail.com
+
+pkgname=tmw
+pkgver=0.6.1
+pkgrel=2
+pkgdesc=The Mana World (TMW) is a serious effort to create an innovative free 
and open source MMORPG.
+arch=('i686' 'x86_64')
+url=http://themanaworld.org;
+license=('GPL')
+depends=('glu' 'curl' 'guichan' 'sdl_image' 'libgl' 'libxml2' 'physfs'
+'sdl_mixer' 'sdl_net' 'sdl_gfx' 'sdl_ttf')
+makedepends=('cmake' 'mesa')
+#source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.bz2)
+source=($pkgname-$pkgver.tar.gz::https://github.com/mana/mana/tarball/v$pkgver)
+md5sums=('b021e368c813fb95bea00bbf02e6d607')
+
+build() {
+cd $srcdir/mana-mana-*
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd $srcdir/mana-mana-*
+make DESTDIR=$pkgdir install
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:14:53
  Author: spupykin
Revision: 89445

upgpkg: bwbar 1.2.3-4

upd

Modified:
  bwbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:48:16 UTC (rev 89444)
+++ PKGBUILD2013-04-29 13:14:53 UTC (rev 89445)
@@ -4,7 +4,7 @@
 
 pkgname=bwbar
 pkgver=1.2.3
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 pkgdesc=Generates text and graphical readout of the current bandwidth usage.
 url=http://www.kernel.org/pub/software/web/bwbar/;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:15:15
  Author: spupykin
Revision: 89446

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

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

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

Copied: bwbar/repos/community-staging-i686/PKGBUILD (from rev 89445, 
bwbar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:15:15 UTC (rev 89446)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mark Rosenstand m...@borkware.net
+
+pkgname=bwbar
+pkgver=1.2.3
+pkgrel=4
+arch=(i686 x86_64)
+pkgdesc=Generates text and graphical readout of the current bandwidth usage.
+url=http://www.kernel.org/pub/software/web/bwbar/;
+license=(GPL)
+depends=('libpng')
+#source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz)
+md5sums=('766265ddf0615b552ff19d12f78be719')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' bwbar.c
+  sed -i 's|png_ptr-jmpbuf|png_jmpbuf(png_ptr)|' bwbar.c
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m755 bwbar $pkgdir/usr/bin/bwbar
+}

Copied: bwbar/repos/community-staging-x86_64/PKGBUILD (from rev 89445, 
bwbar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:15:15 UTC (rev 89446)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mark Rosenstand m...@borkware.net
+
+pkgname=bwbar
+pkgver=1.2.3
+pkgrel=4
+arch=(i686 x86_64)
+pkgdesc=Generates text and graphical readout of the current bandwidth usage.
+url=http://www.kernel.org/pub/software/web/bwbar/;
+license=(GPL)
+depends=('libpng')
+#source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz)
+md5sums=('766265ddf0615b552ff19d12f78be719')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' bwbar.c
+  sed -i 's|png_ptr-jmpbuf|png_jmpbuf(png_ptr)|' bwbar.c
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m755 bwbar $pkgdir/usr/bin/bwbar
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:15:18
  Author: spupykin
Revision: 89447

upgpkg: darktable 1.2-4

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:15:15 UTC (rev 89446)
+++ PKGBUILD2013-04-29 13:15:18 UTC (rev 89447)
@@ -6,7 +6,7 @@
 pkgname=darktable
 pkgver=1.2
 _pkgver=1.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:15:32
  Author: spupykin
Revision: 89448

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

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

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/darktable.install   |   11 ++
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/darktable.install |   11 ++
 4 files changed, 110 insertions(+)

Copied: darktable/repos/community-staging-i686/PKGBUILD (from rev 89447, 
darktable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:15:32 UTC (rev 89448)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2
+_pkgver=1.2
+pkgrel=4
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
+'libsoup' 'gtk-engines')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Copied: darktable/repos/community-staging-i686/darktable.install (from rev 
89447, darktable/trunk/darktable.install)
===
--- community-staging-i686/darktable.install(rev 0)
+++ community-staging-i686/darktable.install2013-04-29 13:15:32 UTC (rev 
89448)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}

Copied: darktable/repos/community-staging-x86_64/PKGBUILD (from rev 89447, 
darktable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:15:32 UTC (rev 89448)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.2
+_pkgver=1.2
+pkgrel=4
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 
'sqlite' 'libxslt'
+'libsoup' 'gtk-engines')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('31bfd13d4786aac4f99d5155a811602b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd 

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:15:38
  Author: spupykin
Revision: 89449

upgpkg: dia 0.97.2-5

upd

Modified:
  dia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:15:32 UTC (rev 89448)
+++ PKGBUILD2013-04-29 13:15:38 UTC (rev 89449)
@@ -6,7 +6,7 @@
 
 pkgname=dia
 pkgver=0.97.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A GTK+ based diagram creation program
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:15:56
  Author: spupykin
Revision: 89450

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

Added:
  dia/repos/community-staging-i686/
  dia/repos/community-staging-i686/PKGBUILD
(from rev 89449, dia/trunk/PKGBUILD)
  dia/repos/community-staging-i686/dia-overflow-fix.patch
(from rev 89449, dia/trunk/dia-overflow-fix.patch)
  dia/repos/community-staging-i686/dia.install
(from rev 89449, dia/trunk/dia.install)
  dia/repos/community-staging-x86_64/
  dia/repos/community-staging-x86_64/PKGBUILD
(from rev 89449, dia/trunk/PKGBUILD)
  dia/repos/community-staging-x86_64/dia-overflow-fix.patch
(from rev 89449, dia/trunk/dia-overflow-fix.patch)
  dia/repos/community-staging-x86_64/dia.install
(from rev 89449, dia/trunk/dia.install)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/dia-overflow-fix.patch   |   28 
 community-staging-i686/dia.install  |   13 +
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/dia-overflow-fix.patch |   28 
 community-staging-x86_64/dia.install|   13 +
 6 files changed, 184 insertions(+)

Copied: dia/repos/community-staging-i686/PKGBUILD (from rev 89449, 
dia/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:15:56 UTC (rev 89450)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Gregor Ibic gregor.i...@intelicom.si
+
+pkgname=dia
+pkgver=0.97.2
+pkgrel=5
+pkgdesc=A GTK+ based diagram creation program
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/Dia;
+install=dia.install
+depends=('libxslt' 'desktop-file-utils' 'libart-lgpl' 'gtk2' 
'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'docbook-xsl')
+optdepends=('python2')
+options=('!libtool' 'docs' '!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.97/${pkgname}-${pkgver}.tar.xz;
+   
dia-crash.patch::https://git.gnome.org/browse/dia/patch/?id=213bdfe956bf8fe57c86316f68a09408fef1647e;)
+md5sums=('1e1180a513fb567709b09bc19f12105e'
+ '2ad4fcfbfb561930a1d0335cc942a07b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHON=/usr/bin/python2
+  for file in `find -type f -name '*.py'`; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's#python2\.1#python2 python2.1#' configure
+  patch -p1 $srcdir/dia-crash.patch
+
+  ./configure --prefix=/usr \
+--with-cairo \
+--with-python \
+--disable-gnome \
+--with-hardbooks
+  sed -i 's#SUBDIRS = lib objects plug-ins shapes app bindings samples po 
sheets data doc tests installer#SUBDIRS = lib objects plug-ins shapes app 
bindings samples po sheets data tests installer#' Makefile
+  make
+  cd doc
+  make html
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd doc
+  make DESTDIR=${pkgdir} install-html
+  ln -sf ../doc/dia/html ${pkgdir}/usr/share/dia/help
+}

Copied: dia/repos/community-staging-i686/dia-overflow-fix.patch (from rev 
89449, dia/trunk/dia-overflow-fix.patch)
===
--- community-staging-i686/dia-overflow-fix.patch   
(rev 0)
+++ community-staging-i686/dia-overflow-fix.patch   2013-04-29 13:15:56 UTC 
(rev 89450)
@@ -0,0 +1,28 @@
+diff -wbBur dia-0.97.1/plug-ins/xfig/xfig-export.c 
dia-0.97.1.my/plug-ins/xfig/xfig-export.c
+--- dia-0.97.1/plug-ins/xfig/xfig-export.c 2009-11-07 17:28:34.0 
+0300
 dia-0.97.1.my/plug-ins/xfig/xfig-export.c  2010-11-15 17:44:05.640896280 
+0300
+@@ -417,6 +417,9 @@
+ if (text[i]  127) {
+   newlen += 3;
+ }
++if (text[i] == '\\') {
++  newlen += 1;
++}
+   }
+   returntext = g_malloc(sizeof(char)*(newlen+1));
+   j = 0;
+@@ -1085,10 +1088,10 @@
+   figtext = figText(renderer, (unsigned char *) text);
+   /* xfig texts are specials */
+   fprintf(renderer-file, 4 %d %d %d 0 %d %s 0.0 6 0.0 0.0 %d %d %s\\001\n,
+-figAlignment(renderer, alignment),
+-figColor(renderer, color), 
+-figDepth(renderer),
+-figFont(renderer),
++(int)figAlignment(renderer, alignment),
++(int)figColor(renderer, color), 
++(int)figDepth(renderer),
++(int)figFont(renderer),
+ xfig_dtostr(d_buf, figFontSize(renderer)),
+ (int)figCoord(renderer, pos-x),
+ (int)figCoord(renderer, pos-y),

Copied: dia/repos/community-staging-i686/dia.install (from rev 89449, 
dia/trunk/dia.install)

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:04
  Author: spupykin
Revision: 89451

upgpkg: dillo 3.0.3-2

upd

Modified:
  dillo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:15:56 UTC (rev 89450)
+++ PKGBUILD2013-04-29 13:16:04 UTC (rev 89451)
@@ -4,7 +4,7 @@
 
 pkgname=dillo
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A small, fast graphical web browser built on FLTK
 arch=(i686 x86_64)
 url=http://www.dillo.org;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:20
  Author: spupykin
Revision: 89452

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

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

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

Copied: dillo/repos/community-staging-i686/PKGBUILD (from rev 89451, 
dillo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:16:20 UTC (rev 89452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=dillo
+pkgver=3.0.3
+pkgrel=2
+pkgdesc=A small, fast graphical web browser built on FLTK
+arch=(i686 x86_64)
+url=http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('726cd0b7a18c5e25f4d80ebeffe7607e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: dillo/repos/community-staging-x86_64/PKGBUILD (from rev 89451, 
dillo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:16:20 UTC (rev 89452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=dillo
+pkgver=3.0.3
+pkgrel=2
+pkgdesc=A small, fast graphical web browser built on FLTK
+arch=(i686 x86_64)
+url=http://www.dillo.org;
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+ 'libxi' 'libxinerama')
+backup=(etc/dillo/{dillorc,dpidrc})
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2)
+md5sums=('726cd0b7a18c5e25f4d80ebeffe7607e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+  --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:25
  Author: spupykin
Revision: 89453

upgpkg: fbgrab 1.0-7

upd

Modified:
  fbgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:16:20 UTC (rev 89452)
+++ PKGBUILD2013-04-29 13:16:25 UTC (rev 89453)
@@ -4,7 +4,7 @@
 
 pkgname=fbgrab
 pkgver=1.0
-pkgrel=6
+pkgrel=7
 pkgdesc=A framebuffer screenshot grabber
 arch=(i686 x86_64)
 url=http://hem.bredband.net/gmogmo/fbgrab/;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:41
  Author: spupykin
Revision: 89454

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

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

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

Copied: fbgrab/repos/community-staging-i686/PKGBUILD (from rev 89453, 
fbgrab/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:16:41 UTC (rev 89454)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.0
+pkgrel=7
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://hem.bredband.net/gmogmo/fbgrab/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
+md5sums=('7af4d8774684182ed690d5da82d6d234')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' fbgrab.c
+  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
+  strip fbgrab
+  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
+  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
+}

Copied: fbgrab/repos/community-staging-x86_64/PKGBUILD (from rev 89453, 
fbgrab/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:16:41 UTC (rev 89454)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=fbgrab
+pkgver=1.0
+pkgrel=7
+pkgdesc=A framebuffer screenshot grabber
+arch=(i686 x86_64)
+url=http://hem.bredband.net/gmogmo/fbgrab/;
+license=(GPL)
+depends=('libpng')
+makedepends=('libpng')
+source=(http://hem.bredband.net/gmogmo/fbgrab/fbgrab-1.0.tar.gz)
+md5sums=('7af4d8774684182ed690d5da82d6d234')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include zlib.h' fbgrab.c
+  gcc -g -Wall fbgrab.c -lpng -lz -o fbgrab
+  strip fbgrab
+  install -D -m755 $srcdir/$pkgname-$pkgver/fbgrab $pkgdir/usr/bin/fbgrab
+  install -D -m644 $srcdir/$pkgname-$pkgver/fbgrab.1.man 
$pkgdir/usr/share/man/man1/fbgrab.1
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:45
  Author: spupykin
Revision: 89455

upgpkg: fbv 1.0b-6

upd

Modified:
  fbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:16:41 UTC (rev 89454)
+++ PKGBUILD2013-04-29 13:16:45 UTC (rev 89455)
@@ -4,7 +4,7 @@
 
 pkgname=fbv
 pkgver=1.0b
-pkgrel=5
+pkgrel=6
 pkgdesc=FrameBuffer image viewer
 arch=('i686' 'x86_64')
 url=http://s-tech.elsat.net.pl/fbv/;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:16:59
  Author: spupykin
Revision: 89456

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

Added:
  fbv/repos/community-staging-i686/
  fbv/repos/community-staging-i686/ChangeLog
(from rev 89455, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-i686/PKGBUILD
(from rev 89455, fbv/trunk/PKGBUILD)
  fbv/repos/community-staging-x86_64/
  fbv/repos/community-staging-x86_64/ChangeLog
(from rev 89455, fbv/trunk/ChangeLog)
  fbv/repos/community-staging-x86_64/PKGBUILD
(from rev 89455, fbv/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |2 ++
 community-staging-i686/PKGBUILD|   29 +
 community-staging-x86_64/ChangeLog |2 ++
 community-staging-x86_64/PKGBUILD  |   29 +
 4 files changed, 62 insertions(+)

Copied: fbv/repos/community-staging-i686/ChangeLog (from rev 89455, 
fbv/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,2 @@
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: fbv/repos/community-staging-i686/PKGBUILD (from rev 89455, 
fbv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aectann aect...@infoline.su
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=6
+pkgdesc=FrameBuffer image viewer
+arch=('i686' 'x86_64')
+url=http://s-tech.elsat.net.pl/fbv/;
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz)
+md5sums=('3e466375b930ec22be44f1041e77b55d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr-jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}

Copied: fbv/repos/community-staging-x86_64/ChangeLog (from rev 89455, 
fbv/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,2 @@
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: fbv/repos/community-staging-x86_64/PKGBUILD (from rev 89455, 
fbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:16:59 UTC (rev 89456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aectann aect...@infoline.su
+
+pkgname=fbv
+pkgver=1.0b
+pkgrel=6
+pkgdesc=FrameBuffer image viewer
+arch=('i686' 'x86_64')
+url=http://s-tech.elsat.net.pl/fbv/;
+license=('GPL')
+depends=('libpng' 'libungif' 'libjpeg')
+source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz)
+md5sums=('3e466375b930ec22be44f1041e77b55d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+  sed -i 's|setjmp(png_ptr-jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  mkdir -p $pkgdir/usr/share/man/man1
+  make DESTDIR=$pkgdir install
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:17:02
  Author: spupykin
Revision: 89457

upgpkg: fox 1.6.49-2

upd

Modified:
  fox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:16:59 UTC (rev 89456)
+++ PKGBUILD2013-04-29 13:17:02 UTC (rev 89457)
@@ -4,7 +4,7 @@
 
 pkgname=fox
 pkgver=1.6.49
-pkgrel=1
+pkgrel=2
 pkgdesc=Free Objects for X: GUI Toolkit for C++
 arch=('i686' 'x86_64')
 url=http://www.fox-toolkit.org/;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:17:25
  Author: spupykin
Revision: 89459

upgpkg: freewrl 1.22.13.1-5

upd

Modified:
  freewrl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:17:18 UTC (rev 89458)
+++ PKGBUILD2013-04-29 13:17:25 UTC (rev 89459)
@@ -5,13 +5,13 @@
 pkgname=freewrl
 pkgver=1.22.13.1
 _pkgver=1.22.13
-pkgrel=4
+pkgrel=5
 pkgdesc=VRML viewer
 arch=('i686' 'x86_64')
 url=http://freewrl.sourceforge.net/;
 license=('GPL')
 depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
-'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js' 
'glu')
+'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js185' 
'glu')
 makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)



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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 15:17:27
  Author: jelle
Revision: 89460

upgpkg: ogmrip 1.0.0-2

libpng 1.6 rebuild

Modified:
  ogmrip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:17:25 UTC (rev 89459)
+++ PKGBUILD2013-04-29 13:17:27 UTC (rev 89460)
@@ -6,7 +6,7 @@
 
 pkgname=ogmrip
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
 arch=('i686' 'x86_64')
 url=http://ogmrip.sourceforge.net/;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:17:18
  Author: spupykin
Revision: 89458

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

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

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

Copied: fox/repos/community-staging-i686/PKGBUILD (from rev 89457, 
fox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:17:18 UTC (rev 89458)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ben b...@benmazer.net
+
+pkgname=fox
+pkgver=1.6.49
+pkgrel=2
+pkgdesc=Free Objects for X: GUI Toolkit for C++
+arch=('i686' 'x86_64')
+url=http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa')
+optdepends=('perl')
+options=('!libtool')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
+  ./configure   --prefix=/usr \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}/tests
+  make ControlPanel
+  install -m755 ${srcdir}/${pkgname}-${pkgver}/tests/.libs/ControlPanel 
${pkgdir}/usr/bin/
+  install -Dm644 ../LICENSE_ADDENDUM 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: fox/repos/community-staging-x86_64/PKGBUILD (from rev 89457, 
fox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:17:18 UTC (rev 89458)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ben b...@benmazer.net
+
+pkgname=fox
+pkgver=1.6.49
+pkgrel=2
+pkgdesc=Free Objects for X: GUI Toolkit for C++
+arch=('i686' 'x86_64')
+url=http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa')
+optdepends=('perl')
+options=('!libtool')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
+  ./configure   --prefix=/usr \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}/tests
+  make ControlPanel
+  install -m755 ${srcdir}/${pkgname}-${pkgver}/tests/.libs/ControlPanel 
${pkgdir}/usr/bin/
+  install -Dm644 ../LICENSE_ADDENDUM 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:17:41
  Author: spupykin
Revision: 89461

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

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

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

Copied: freewrl/repos/community-staging-i686/PKGBUILD (from rev 89460, 
freewrl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:17:41 UTC (rev 89461)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=5
+pkgdesc=VRML viewer
+arch=('i686' 'x86_64')
+url=http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js185' 
'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS=-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)
+  export JAVASCRIPT_ENGINE_LIBS=$(pkg-config --libs nspr) -lmozjs185
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: freewrl/repos/community-staging-x86_64/PKGBUILD (from rev 89460, 
freewrl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:17:41 UTC (rev 89461)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=freewrl
+pkgver=1.22.13.1
+_pkgver=1.22.13
+pkgrel=5
+pkgdesc=VRML viewer
+arch=('i686' 'x86_64')
+url=http://freewrl.sourceforge.net/;
+license=('GPL')
+depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' 
'sox'
+'unzip' 'imagemagick' 'libxml2' 'ttf-bitstream-vera' 'lesstif' 'js185' 
'glu')
+makedepends=('java-environment' 'xulrunner' 'wget' 'mesa')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('27f4bf163011d8ac2088a535cb58a13d')
+
+build() {
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+  cd $srcdir/$pkgname-${_pkgver}
+  export JAVASCRIPT_ENGINE_CFLAGS=-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE 
$(pkg-config --cflags nspr)
+  export JAVASCRIPT_ENGINE_LIBS=$(pkg-config --libs nspr) -lmozjs185
+  ./configure \
+--prefix=/usr --with-fontsdir=/usr/share/fonts/TTF --enable-libeai \
+--enable-libcurl --with-expat=/usr --with-target=x11 --enable-plugin \
+--disable-mozilla-js --enable-xulrunner-js --disable-firefox-js \
+--disable-seamonkey-js
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${_pkgver}
+  make DESTDIR=$pkgdir install
+}



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

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 15:18:37
  Author: jelle
Revision: 89462

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

Added:
  ogmrip/repos/community-staging-i686/
  ogmrip/repos/community-staging-i686/PKGBUILD
(from rev 89461, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-staging-i686/ogmrip.changelog
(from rev 89461, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-staging-i686/ogmrip.install
(from rev 89461, ogmrip/trunk/ogmrip.install)
  ogmrip/repos/community-staging-x86_64/
  ogmrip/repos/community-staging-x86_64/PKGBUILD
(from rev 89461, ogmrip/trunk/PKGBUILD)
  ogmrip/repos/community-staging-x86_64/ogmrip.changelog
(from rev 89461, ogmrip/trunk/ogmrip.changelog)
  ogmrip/repos/community-staging-x86_64/ogmrip.install
(from rev 89461, ogmrip/trunk/ogmrip.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/ogmrip.changelog   |   27 +
 community-staging-i686/ogmrip.install |   11 +++
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/ogmrip.changelog |   27 +
 community-staging-x86_64/ogmrip.install   |   11 +++
 6 files changed, 162 insertions(+)

Copied: ogmrip/repos/community-staging-i686/PKGBUILD (from rev 89461, 
ogmrip/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:18:37 UTC (rev 89462)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Daenyth
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Vrob (Markus Heuser) mheu...@mi.fu-berlin.de
+
+pkgname=ogmrip
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=Libraries and GTK2 interface for DVD ripping using mencoder
+arch=('i686' 'x86_64')
+url=http://ogmrip.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread=4.1.3' 'mplayer' 'mencoder' 'enca' 'pkg-config' 'gconf' 
'libglade' 'libnotify' 'enchant')
+makedepends=('patch' 'intltool' 'perl-xml-parser' 'faac' 'lame' 'mkvtoolnix' 
'libtheora' 'ogmtools' 'gpac' 'vorbis-tools' 'tesseract')
+optdepends=('faac: support for the AAC audio codec'
+'lame: support for the MP3 audio codec'
+'mkvtoolnix: create, alter, and inspect Matroska files'
+'libtheora: decode and encode Ogg Theora files'
+'ogmtools: support for the Ogg Media container'
+'gpac: support for the MP4 container'
+'vorbis-tools: support for the Ogg Vorbis audio codec'
+'gocr: support for the SRT subtitle format'
+'ocrad: support for the SRT subtitle format'
+'tesseract: support for the SRT subtitle format')
+options=('!libtool' '!makeflags')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('6848a622152a62899b6e876e70ec36df1af7be9803b8b9c809ed631196bc18cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/usr/share
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: ogmrip/repos/community-staging-i686/ogmrip.changelog (from rev 89461, 
ogmrip/trunk/ogmrip.changelog)
===
--- community-staging-i686/ogmrip.changelog (rev 0)
+++ community-staging-i686/ogmrip.changelog 2013-04-29 13:18:37 UTC (rev 
89462)
@@ -0,0 +1,27 @@
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * ogmrip 1.0.0-1
+
+2012-06-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * ogmrip O.13.8-1
+
+2012-01-26  Eric Belanger  e...@archlinux.org
+   * Rebuild against libpng 1.5 and libtiff 4.0
+   * Add .install file
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * ogmrip O.13.7-1
+
+2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * ogmrip O.13.6-1
+
+2010-06-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release O.13.5
+
+2010-04-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release O.13.4
+
+2010-01-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#17517 fixed in minor release O.13.3-2
+
+2010-01-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release O.13.3

Copied: ogmrip/repos/community-staging-i686/ogmrip.install (from rev 89461, 
ogmrip/trunk/ogmrip.install)
===
--- community-staging-i686/ogmrip.install   (rev 0)
+++ community-staging-i686/ogmrip.install   2013-04-29 13:18:37 UTC (rev 
89462)
@@ -0,0 +1,11 @@

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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:37:00
  Author: spupykin
Revision: 89463

upgpkg: hedgewars 0.9.18-8

upd

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 13:18:37 UTC (rev 89462)
+++ PKGBUILD2013-04-29 13:37:00 UTC (rev 89463)
@@ -3,7 +3,7 @@
 
 pkgname=hedgewars
 pkgver=0.9.18
-pkgrel=7
+pkgrel=8
 pkgdesc=Free Worms-like turn based strategy game
 arch=('i686' 'x86_64')
 url=http://hedgewars.org;



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

2013-04-29 Thread Sergej Pupykin
Date: Monday, April 29, 2013 @ 15:37:22
  Author: spupykin
Revision: 89464

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

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 89463, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/hedgewars.desktop
(from rev 89463, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 89463, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 89463, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/hedgewars.desktop
(from rev 89463, hedgewars/trunk/hedgewars.desktop)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 89463, hedgewars/trunk/hedgewars.png)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/hedgewars.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/hedgewars.desktop |8 
 4 files changed, 114 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 89463, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 13:37:22 UTC (rev 89464)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=8
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.3-1'
+'haskell-network=2.4.1.2-1'
+ 'haskell-bytestring-show=0.3.5.4-4'
+'haskell-utf8-string=0.3.7-5'
+ 'haskell-dataenc=0.14.0.5-2'
+'haskell-hslogger=1.2.1-4'
+ 'haskell-vector=0.10.0.1-4')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver-3.tar.bz2
+   hedgewars.desktop
+   hedgewars.png)
+md5sums=('02465736fdcf48feea1cacaa0aa5960e'
+ '48c66a3204d4fa0a69e9aa46f7c31e0c'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  sed -i 's|instance NFData B.ByteString||' gameServer/Actions.hs
+#  sed -i 's|lua51 lua5.1 lua-5.1|lua lua51 lua5.1 lua-5.1|g' 
cmake_modules/FindLua.cmake
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share \
+   -DQT_QMAKE_EXECUTABLE=/usr/lib/qt4/bin/qmake \
+   -DQT_MOC_EXECUTABLE=/usr/lib/qt4/bin/moc \
+   -DWITH_SERVER=1 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 $srcdir/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/hedgewars.desktop (from rev 
89463, hedgewars/trunk/hedgewars.desktop)
===
--- community-staging-i686/hedgewars.desktop(rev 0)
+++ community-staging-i686/hedgewars.desktop2013-04-29 13:37:22 UTC (rev 
89464)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Hedgewars
+GenericName=Platform Game
+Comment=Worms style game
+Exec=hedgewars
+Icon=hedgewars
+Categories=Game;ArcadeGame;
\ No newline at end of file

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 89463, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 89463, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 13:37:22 UTC (rev 89464)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.18
+pkgrel=8
+pkgdesc=Free Worms-like turn based strategy game
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc=7.6.3-1'
+'haskell-network=2.4.1.2-1'
+ 'haskell-bytestring-show=0.3.5.4-4'
+'haskell-utf8-string=0.3.7-5'
+ 'haskell-dataenc=0.14.0.5-2'
+'haskell-hslogger=1.2.1-4'
+  

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

2013-04-29 Thread Gaetan Bisson
Date: Monday, April 29, 2013 @ 15:37:41
  Author: bisson
Revision: 183892

rebuild for libpng-1.6

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:36:04 UTC (rev 183891)
+++ PKGBUILD2013-04-29 13:37:41 UTC (rev 183892)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2012.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')



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

2013-04-29 Thread Gaetan Bisson
Date: Monday, April 29, 2013 @ 15:37:50
  Author: bisson
Revision: 183893

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 183892, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 183892, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 183892, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 183892, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   37 +
 staging-i686/install|   13 +
 staging-x86_64/PKGBUILD |   37 +
 staging-x86_64/install  |   13 +
 4 files changed, 100 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 183892, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-29 13:37:50 UTC (rev 183893)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=6
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 183892, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-04-29 13:37:50 UTC (rev 183893)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 183892, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-29 13:37:50 UTC (rev 183893)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=6
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export CXXFLAGS+= -fpermissive 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-x86_64/install (from rev 183892, 
hugin/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2013-04-29 13:37:50 UTC (rev 183893)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}



  1   2   3   >