[arch-commits] Commit in qtwebkit/repos/testing-x86_64 (6 files)

2013-03-15 Thread Andrea Scarpino
Date: Saturday, March 16, 2013 @ 07:42:39
  Author: andrea
Revision: 180082

archrelease: copy trunk to testing-x86_64

Added:
  qtwebkit/repos/testing-x86_64/PKGBUILD
(from rev 180081, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-x86_64/qwebview.patch
(from rev 180081, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-x86_64/use-python2.patch
(from rev 180081, qtwebkit/trunk/use-python2.patch)
Deleted:
  qtwebkit/repos/testing-x86_64/PKGBUILD
  qtwebkit/repos/testing-x86_64/qwebview.patch
  qtwebkit/repos/testing-x86_64/use-python2.patch

---+
 PKGBUILD  |  112 +--
 qwebview.patch|   42 +--
 use-python2.patch |  114 ++--
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-16 06:42:33 UTC (rev 180081)
+++ PKGBUILD2013-03-16 06:42:39 UTC (rev 180082)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qtwebkit
-pkgver=2.3.rc1
-_pkgver=2.3-rc1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://trac.webkit.org/wiki/QtWebKit'
-pkgdesc='An open source web browser engine (Qt port)'
-license=('LGPL2.1' 'GPL3')
-depends=('qt4' 'systemd' 'gstreamer0.10-base')
-makedepends=('gperf' 'python2' 'ruby' 'git')
-conflicts=('qt<4.8')
-_qtver=4.8.4
-source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver}";
-
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
-'use-python2.patch'
-'qwebview.patch')
-sha1sums=('fe668841e3b52040431f9d347677450a7ad78580'
-  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
-  '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
-
-build() {
-  cd webkit-qtwebkit-23
-
-  patch -p1 -i "${srcdir}"/use-python2.patch
-
-  OPTS="--no-webkit2"
-  if [ "${CARCH}" = "i686" ]; then
-  # FS#33418
-  OPTS="${OPTS} --no-sse2"
-  fi
-
-  export QTDIR=/usr
-  Tools/Scripts/build-webkit --qt \
---makeargs="${MAKEFLAGS}" \
---prefix=/usr \
-${OPTS}
-
-  # Build the QWebView plugin (FS#27914)
-  cd ../qt-everywhere-opensource-src-${_qtver}
-  patch -p1 -i "${srcdir}"/qwebview.patch
-  cd tools/designer/src/plugins/qwebview
-  qmake-qt4
-  make
-}
-
-package() {
-  cd webkit-qtwebkit-23
-  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
-
-  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: qtwebkit/repos/testing-x86_64/PKGBUILD (from rev 180081, 
qtwebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-16 06:42:39 UTC (rev 180082)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtwebkit
+pkgver=2.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt<4.8')
+_qtver=4.8.4
+source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver}";
+
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('8e0aa2f895376a0a88b55548bfadb270da3708ba'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i "${srcdir}"/use-python2.patch
+
+  OPTS="--no-webkit2"
+  if [ "${CARCH}" = "i686" ]; then
+  # FS#33418
+  OPTS="${OPTS} --no-force-sse2"
+  fi
+
+  export QTDIR=/usr
+  export PATH="/usr/lib/qt4/bin:$PATH"
+  Tools/Scripts/build-webkit --qt \
+--makeargs="${MAKEFLAGS}" \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: qwebview.patch
===
--- qwebview.patch  2013-03-16 06:42:33 UTC (rev 180081)
+++ qwebview.patch  2013-03-16 06:42:39 UTC (rev 180082)
@@ -1,21 +0,0 @@
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.9154

[arch-commits] Commit in qtwebkit/repos/testing-i686 (6 files)

2013-03-15 Thread Andrea Scarpino
Date: Saturday, March 16, 2013 @ 07:42:33
  Author: andrea
Revision: 180081

archrelease: copy trunk to testing-i686

Added:
  qtwebkit/repos/testing-i686/PKGBUILD
(from rev 180080, qtwebkit/trunk/PKGBUILD)
  qtwebkit/repos/testing-i686/qwebview.patch
(from rev 180080, qtwebkit/trunk/qwebview.patch)
  qtwebkit/repos/testing-i686/use-python2.patch
(from rev 180080, qtwebkit/trunk/use-python2.patch)
Deleted:
  qtwebkit/repos/testing-i686/PKGBUILD
  qtwebkit/repos/testing-i686/qwebview.patch
  qtwebkit/repos/testing-i686/use-python2.patch

---+
 PKGBUILD  |  112 +--
 qwebview.patch|   42 +--
 use-python2.patch |  114 ++--
 3 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-16 06:41:16 UTC (rev 180080)
+++ PKGBUILD2013-03-16 06:42:33 UTC (rev 180081)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=qtwebkit
-pkgver=2.3.rc1
-_pkgver=2.3-rc1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://trac.webkit.org/wiki/QtWebKit'
-pkgdesc='An open source web browser engine (Qt port)'
-license=('LGPL2.1' 'GPL3')
-depends=('qt4' 'systemd' 'gstreamer0.10-base')
-makedepends=('gperf' 'python2' 'ruby' 'git')
-conflicts=('qt<4.8')
-_qtver=4.8.4
-source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver}";
-
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
-'use-python2.patch'
-'qwebview.patch')
-sha1sums=('fe668841e3b52040431f9d347677450a7ad78580'
-  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
-  '315b6ff603f35e5492a036f7082f6aa075dfb607'
-  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
-
-build() {
-  cd webkit-qtwebkit-23
-
-  patch -p1 -i "${srcdir}"/use-python2.patch
-
-  OPTS="--no-webkit2"
-  if [ "${CARCH}" = "i686" ]; then
-  # FS#33418
-  OPTS="${OPTS} --no-sse2"
-  fi
-
-  export QTDIR=/usr
-  Tools/Scripts/build-webkit --qt \
---makeargs="${MAKEFLAGS}" \
---prefix=/usr \
-${OPTS}
-
-  # Build the QWebView plugin (FS#27914)
-  cd ../qt-everywhere-opensource-src-${_qtver}
-  patch -p1 -i "${srcdir}"/qwebview.patch
-  cd tools/designer/src/plugins/qwebview
-  qmake-qt4
-  make
-}
-
-package() {
-  cd webkit-qtwebkit-23
-  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
-
-  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: qtwebkit/repos/testing-i686/PKGBUILD (from rev 180080, 
qtwebkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-16 06:42:33 UTC (rev 180081)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=qtwebkit
+pkgver=2.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://trac.webkit.org/wiki/QtWebKit'
+pkgdesc='An open source web browser engine (Qt port)'
+license=('LGPL2.1' 'GPL3')
+depends=('qt4' 'systemd' 'gstreamer0.10-base')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
+conflicts=('qt<4.8')
+_qtver=4.8.4
+source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver}";
+
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
+'use-python2.patch'
+'qwebview.patch')
+sha1sums=('8e0aa2f895376a0a88b55548bfadb270da3708ba'
+  'f5880f11c139d7d8d01ecb8d874535f7d9553198'
+  '315b6ff603f35e5492a036f7082f6aa075dfb607'
+  'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
+
+build() {
+  cd webkit-qtwebkit-23
+
+  patch -p1 -i "${srcdir}"/use-python2.patch
+
+  OPTS="--no-webkit2"
+  if [ "${CARCH}" = "i686" ]; then
+  # FS#33418
+  OPTS="${OPTS} --no-force-sse2"
+  fi
+
+  export QTDIR=/usr
+  export PATH="/usr/lib/qt4/bin:$PATH"
+  Tools/Scripts/build-webkit --qt \
+--makeargs="${MAKEFLAGS}" \
+--prefix=/usr \
+${OPTS}
+
+  # Build the QWebView plugin (FS#27914)
+  cd ../qt-everywhere-opensource-src-${_qtver}
+  patch -p1 -i "${srcdir}"/qwebview.patch
+  cd tools/designer/src/plugins/qwebview
+  qmake-qt4
+  make
+}
+
+package() {
+  cd webkit-qtwebkit-23
+  make INSTALL_ROOT="${pkgdir}" -C WebKitBuild/Release install
+
+  cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: qwebview.patch
===
--- qwebview.patch  2013-03-16 06:41:16 UTC (rev 180080)
+++ qwebview.patch  2013-03-16 06:42:33 UTC (rev 180081)
@@ -1,21 +0,0 @@
 qt-everywhere-opensource-src-4.8.4/tools/designer/src/plugins/plugins.pri~ 
2013-01-09 12:56:08.915412090 +
-+++

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

2013-03-15 Thread Andrea Scarpino
Date: Saturday, March 16, 2013 @ 07:41:16
  Author: andrea
Revision: 180080

upgpkg: qtwebkit 2.3.0-1

Upstream release

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-16 05:17:30 UTC (rev 180079)
+++ PKGBUILD2013-03-16 06:41:16 UTC (rev 180080)
@@ -2,22 +2,21 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=qtwebkit
-pkgver=2.3.rc1
-_pkgver=2.3-rc1
+pkgver=2.3.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://trac.webkit.org/wiki/QtWebKit'
 pkgdesc='An open source web browser engine (Qt port)'
 license=('LGPL2.1' 'GPL3')
 depends=('qt4' 'systemd' 'gstreamer0.10-base')
-makedepends=('gperf' 'python2' 'ruby' 'git')
+makedepends=('gperf' 'python2' 'ruby' 'git' 'mesa')
 conflicts=('qt<4.8')
 _qtver=4.8.4
-source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${_pkgver}";
+source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/webkit/qtwebkit-23/archive-tarball/${pkgname}-${pkgver}";
 
"http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${_qtver}.tar.gz";
 'use-python2.patch'
 'qwebview.patch')
-sha1sums=('fe668841e3b52040431f9d347677450a7ad78580'
+sha1sums=('8e0aa2f895376a0a88b55548bfadb270da3708ba'
   'f5880f11c139d7d8d01ecb8d874535f7d9553198'
   '315b6ff603f35e5492a036f7082f6aa075dfb607'
   'ef467fcfc9e74aa88356f27acc21792706ed1e4d')
@@ -30,10 +29,11 @@
   OPTS="--no-webkit2"
   if [ "${CARCH}" = "i686" ]; then
   # FS#33418
-  OPTS="${OPTS} --no-sse2"
+  OPTS="${OPTS} --no-force-sse2"
   fi
 
   export QTDIR=/usr
+  export PATH="/usr/lib/qt4/bin:$PATH"
   Tools/Scripts/build-webkit --qt \
 --makeargs="${MAKEFLAGS}" \
 --prefix=/usr \



[arch-commits] Commit in wine/repos/community-i686 (4 files)

2013-03-15 Thread Sven-Hendrik Haase
Date: Saturday, March 16, 2013 @ 07:13:10
  Author: svenstaro
Revision: 86395

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/PKGBUILD
(from rev 86394, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 86394, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

--+
 PKGBUILD |  326 -
 wine.install |   24 ++--
 2 files changed, 175 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-16 05:45:14 UTC (rev 86394)
+++ PKGBUILD2013-03-16 06:13:10 UTC (rev 86395)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.5.25
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('840f6d46c360d8df1a0efb98cf41ce92'
- '1a58052df1fa4eedaaf11121e344ed53')
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd "$srcdir"
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662 and FS#34195
-  export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-  export CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 "Building Wine-64..."
-
-mkdir $pkgname-64-build
-cd "$srcdir/$pkgname-64-build"
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --without-gstreamer \
-  --enable-win64
-# Gstreamer was disabled for FS#33655
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64="$srcdir/$pkgname-64-build"
-)
-
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  fi
-
-  msg2 "Building Wine-32..."
-  cd "$srcdir/$pkgname-32-build"
-  ../$pkgname/configure \
---prefix=/usr \
---with-x \
---without-gstreamer \
-"${_wine32opts[@]}"
-
-  # These additional flags solve FS#23277
-  make CFLAGS+="-mincoming-stack-boundary=2" 
CXXFLAGS+="-mincoming-stack-boundary=2"
-}
-
-package() {
-  depends=(${_depends[@]})
-
-  msg2 "Packaging Wine-32..."
-  cd "$srcdir/$pkgname-32-build"
-
-  if [[ $CARCH == i686 ]]; then
-make prefix="$pkgdir/usr" install
-  else
-make prefix="$pkgdir/usr" \
-  libdir="$pkgdir/usr/lib32" \
-  dlldir="$pkgdir/usr/lib32/wine" install
-
-msg2 "Packaging Wine-64..."
-cd "$srcdir/$pkgname-64-build"
-make 

[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)

2013-03-15 Thread Sven-Hendrik Haase
Date: Saturday, March 16, 2013 @ 06:45:14
  Author: svenstaro
Revision: 86394

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 86393, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 86393, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  326 -
 wine.install |   24 ++--
 2 files changed, 175 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-16 05:45:02 UTC (rev 86393)
+++ PKGBUILD2013-03-16 05:45:14 UTC (rev 86394)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.5.25
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('840f6d46c360d8df1a0efb98cf41ce92'
- '1a58052df1fa4eedaaf11121e344ed53')
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  oss
-  samba
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
-  oss cups
-  samba
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("bin32-wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('bin32-wine' 'wine-wow64')
-  replaces=('bin32-wine')
-fi
-
-build() {
-  cd "$srcdir"
-
-  # Allow ccache to work
-  mv $pkgname-$_pkgbasever $pkgname
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build
-  mkdir $pkgname-32-build
-
-  # These additional CFLAGS solve FS#27662 and FS#34195
-  export CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-  export CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/} -D_FORTIFY_SOURCE=0"
-
-  if [[ $CARCH == x86_64 ]]; then
-msg2 "Building Wine-64..."
-
-mkdir $pkgname-64-build
-cd "$srcdir/$pkgname-64-build"
-../$pkgname/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --with-x \
-  --without-gstreamer \
-  --enable-win64
-# Gstreamer was disabled for FS#33655
-
-make
-
-_wine32opts=(
-  --libdir=/usr/lib32
-  --with-wine64="$srcdir/$pkgname-64-build"
-)
-
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  fi
-
-  msg2 "Building Wine-32..."
-  cd "$srcdir/$pkgname-32-build"
-  ../$pkgname/configure \
---prefix=/usr \
---with-x \
---without-gstreamer \
-"${_wine32opts[@]}"
-
-  # These additional flags solve FS#23277
-  make CFLAGS+="-mincoming-stack-boundary=2" 
CXXFLAGS+="-mincoming-stack-boundary=2"
-}
-
-package() {
-  depends=(${_depends[@]})
-
-  msg2 "Packaging Wine-32..."
-  cd "$srcdir/$pkgname-32-build"
-
-  if [[ $CARCH == i686 ]]; then
-make prefix="$pkgdir/usr" install
-  else
-make prefix="$pkgdir/usr" \
-  libdir="$pkgdir/usr/lib32" \
-  dlldir="$pkgdir/usr/lib32/wine" install
-
-msg2 "Packaging Wine-64..."
-cd "$srcdir/$pkgname-64-build"
-

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

2013-03-15 Thread Sven-Hendrik Haase
Date: Saturday, March 16, 2013 @ 06:45:02
  Author: svenstaro
Revision: 86393

upgpkg: wine 1.5.26-1

Updating to 1.5.26

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-16 05:18:24 UTC (rev 86392)
+++ PKGBUILD2013-03-16 05:45:02 UTC (rev 86393)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.5.25
-pkgrel=2
+pkgver=1.5.26
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign})
-md5sums=('840f6d46c360d8df1a0efb98cf41ce92'
- '1a58052df1fa4eedaaf11121e344ed53')
+md5sums=('a2672a60ddc3ead0e8341d5173543be4'
+ '9f26862a9e4d5d874ae0fa60fd0d9685')
 
 pkgdesc="A compatibility layer for running Windows programs"
 url="http://www.winehq.com";



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

2013-03-15 Thread Felix Yan
Date: Saturday, March 16, 2013 @ 03:52:56
  Author: fyan
Revision: 86373

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

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

-+
 community-i686/PKGBUILD |   74 ++
 community-i686/xnoise.install   |   26 ++---
 community-x86_64/PKGBUILD   |   74 ++
 community-x86_64/xnoise.install |   26 ++---
 4 files changed, 98 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-16 02:51:18 UTC (rev 86372)
+++ community-i686/PKGBUILD 2013-03-16 02:52:56 UTC (rev 86373)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: archtux 
-
-pkgname=xnoise
-pkgver=0.2.16
-pkgrel=3
-pkgdesc="Media player with a slick GUI, great speed and lots of features."
-arch=('i686' 'x86_64')
-url="http://www.xnoise-media-player.com/";
-license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo')
-optdepends=('gst-plugins-base: Basic media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-   'gst-libav: Extra media codecs')
-makedepends=('gettext' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz";)
-md5sums=('774b52c94d5b1d3de963307835ade35b')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  
-  # Remove obsolete files
-  rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
-}
-md5sums=('54a3c54bb292353075a22e49e6cc1eae')

Copied: xnoise/repos/community-i686/PKGBUILD (from rev 86372, 
xnoise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-16 02:52:56 UTC (rev 86373)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: archtux 
+
+pkgname=xnoise
+pkgver=0.2.17
+pkgrel=1
+pkgdesc="Media player with a slick GUI, great speed and lots of features."
+arch=('i686' 'x86_64')
+url="http://www.xnoise-media-player.com/";
+license=('GPL2')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo')
+optdepends=('gst-plugins-base: Basic media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+   'gst-libav: Extra media codecs')
+makedepends=('gettext' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  
+  # Remove obsolete files
+  rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
+}
+md5sums=('a72b0adf06667f682f972f9c38174f02')

Deleted: community-i686/xnoise.install
===
--- community-i686/xnoise.install   2013-03-16 02:51:18 UTC (rev 86372)
+++ community-i686/xnoise.install   2013-03-16 02:52:56 UTC (rev 86373)
@@ -1,13 +0,0 @@
- 
-post_install() {
-  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xnoise/repos/community-i686/xnoise.install (from rev 86372, 
xnoise/trunk/xnoise.install)
===
--- community-i686/xnoise.install   (rev 0)
+++ community-i686/xnoise.install   2013-03-16 02:52:56 UTC (rev 86373)
@@ -0,0 +1,13 @@
+ 
+post_install() {
+  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-16 02:51:18 UTC (rev 86372)
+++ community-x86_64/PKGBUILD   2013-03-1

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

2013-03-15 Thread Felix Yan
Date: Saturday, March 16, 2013 @ 03:51:18
  Author: fyan
Revision: 86372

upgpkg: xnoise 0.2.17-1

Modified:
  xnoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-16 00:46:44 UTC (rev 86371)
+++ PKGBUILD2013-03-16 02:51:18 UTC (rev 86372)
@@ -3,8 +3,8 @@
 # Contributor: archtux 
 
 pkgname=xnoise
-pkgver=0.2.16
-pkgrel=3
+pkgver=0.2.17
+pkgrel=1
 pkgdesc="Media player with a slick GUI, great speed and lots of features."
 arch=('i686' 'x86_64')
 url="http://www.xnoise-media-player.com/";
@@ -18,9 +18,7 @@
 options=('!libtool')
 install=$pkgname.install
 
source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz";)
-md5sums=('774b52c94d5b1d3de963307835ade35b')
 
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
@@ -35,4 +33,4 @@
   # Remove obsolete files
   rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala"
 }
-md5sums=('54a3c54bb292353075a22e49e6cc1eae')
+md5sums=('a72b0adf06667f682f972f9c38174f02')



[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:46:44
  Author: seblu
Revision: 86371

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 86370, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 86370, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 86370, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 86370, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 86370, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 86370, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 86370, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 86370, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 community-i686/PKGBUILD   |  140 
 community-i686/build.sh   |   50 ++---
 community-i686/virtualbox-guest-modules-lts.install   |   32 +--
 community-i686/virtualbox-host-modules-lts.install|   36 ++--
 community-x86_64/PKGBUILD |  140 
 community-x86_64/build.sh |   50 ++---
 community-x86_64/virtualbox-guest-modules-lts.install |   32 +--
 community-x86_64/virtualbox-host-modules-lts.install  |   36 ++--
 8 files changed, 258 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-16 00:46:31 UTC (rev 86370)
+++ community-i686/PKGBUILD 2013-03-16 00:46:44 UTC (rev 86371)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.8
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'bc')
-
-build() {
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=("linux-lts>=${_kernver%.*}" "linux-lts<$(echo 
"${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-host-modules-lts.install"
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(expac -Q '%v' linux-lts-headers)-lts
-  _extraver=extramodules-${_kernver%.*}-lts
-
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=("linux-lts>=${_kernver%.*}" "linux-lts<$(echo 
"${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-archlinux-modules-lts')
-  conflicts=('virtualbox-archlinux-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-guest-modules-lts.install
-
-  install -dm755

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:46:31
  Author: seblu
Revision: 86370

upgpkg: virtualbox-modules-lts 4.2.10-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-16 00:45:50 UTC (rev 86369)
+++ PKGBUILD2013-03-16 00:46:31 UTC (rev 86370)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.8
-pkgrel=2
+pkgver=4.2.10
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:45:50
  Author: seblu
Revision: 86369

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 86368, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 86368, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 86368, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 86368, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 86368, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 86368, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 86368, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 86368, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 community-i686/PKGBUILD   |  132 ++--
 community-i686/build.sh   |   50 +++
 community-i686/virtualbox-guest-modules.install   |   34 ++---
 community-i686/virtualbox-host-modules.install|   38 ++---
 community-x86_64/PKGBUILD |  132 ++--
 community-x86_64/build.sh |   50 +++
 community-x86_64/virtualbox-guest-modules.install |   34 ++---
 community-x86_64/virtualbox-host-modules.install  |   38 ++---
 8 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-16 00:41:58 UTC (rev 86368)
+++ community-i686/PKGBUILD 2013-03-16 00:45:50 UTC (rev 86369)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.8
-_extramodules=extramodules-3.7-ARCH
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver"
- 'expac'
- 'bc')
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" 
"$startdir/virtualbox-host-modules.install"
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules"
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" 
"$startdir/virtualbox-guest-modules.install"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/comm

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

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:41:58
  Author: seblu
Revision: 86368

upgpkg: virtualbox-modules 4.2.10-1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-16 00:39:54 UTC (rev 86367)
+++ PKGBUILD2013-03-16 00:41:58 UTC (rev 86368)
@@ -4,7 +4,7 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.8
+pkgver=4.2.10
 _extramodules=extramodules-3.7-ARCH
 pkgrel=1
 arch=('i686' 'x86_64')



[arch-commits] Commit in virtualbox/repos (56 files)

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:39:54
  Author: seblu
Revision: 86367

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 86366, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
(from rev 86366, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-i686/003-linux-3.8.patch
(from rev 86366, virtualbox/trunk/003-linux-3.8.patch)
  virtualbox/repos/community-i686/10-vboxdrv.rules
(from rev 86366, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 86366, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 86366, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 86366, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 86366, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 86366, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 86366, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 86366, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 86366, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 86366, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 86366, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 86366, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
(from rev 86366, virtualbox/trunk/002-change_default_driver_dir.patch)
  virtualbox/repos/community-x86_64/003-linux-3.8.patch
(from rev 86366, virtualbox/trunk/003-linux-3.8.patch)
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
(from rev 86366, virtualbox/trunk/10-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 86366, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 86366, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 86366, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 86366, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 86366, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 86366, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 86366, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 86366, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 86366, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 86366, virtualbox/trunk/virtualbox.install)
Deleted:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
  virtualbox/repos/community-i686/002-change_default_driver_dir.patch
  virtualbox/repos/community-i686/003-linux-3.8.patch
  virtualbox/repos/community-i686/10-vboxdrv.rules
  virtualbox/repos/community-i686/60-vboxguest.rules
  virtualbox/repos/community-i686/LocalConfig.kmk
  virtualbox/repos/community-i686/PKGBUILD
  virtualbox/repos/community-i686/vboxservice.service
  virtualbox/repos/community-i686/vboxweb.service
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
  virtualbox/repos/community-i686/virtualbox.install
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
  virtualbox/repos/community-x86_64/002-change_default_driver_dir.patch
  virtualbox/repos/community-x86_64/003-linux-3.8.patch
  virtualbox/repos/community-x86_64/10-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
  virtual

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

2013-03-15 Thread Sébastien Luttringer
Date: Saturday, March 16, 2013 @ 01:39:20
  Author: seblu
Revision: 86366

upgpkg: virtualbox 4.2.10-1

- drop user manuel. Take more than 1/4 of the package size (5M of 19M).

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 22:43:33 UTC (rev 86365)
+++ PKGBUILD2013-03-16 00:39:20 UTC (rev 86366)
@@ -9,7 +9,7 @@
  'virtualbox-sdk'
  'virtualbox-guest-utils'
  'virtualbox-ext-vnc')
-pkgver=4.2.8
+pkgver=4.2.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -44,7 +44,6 @@
  'xalan-c')
 [[ $CARCH == "x86_64" ]] && makedepends=("${makedepends[@]}" 'gcc-multilib' 
'lib32-glibc')
 
source=("http://download.virtualbox.org/virtualbox/$pkgver/VirtualBox-$pkgver.tar.bz2";
-
"UserManual-$pkgver.pdf::http://download.virtualbox.org/virtualbox/$pkgver/UserManual.pdf";
 '10-vboxdrv.rules'
 '60-vboxguest.rules'
 'LocalConfig.kmk'
@@ -52,8 +51,7 @@
 'vboxweb.service'
 '001-vboxdrv-reference.patch'
 '002-change_default_driver_dir.patch')
-md5sums=('54e35ece40457b1a9e27dd9d0429c3a1'
- '66d0619b9213a3406b76954859a8930c'
+md5sums=('99349df34caacdecbb7cf3908631c3f3'
  '5f85710e0b8606de967716ded7b2d351'
  'ed1341881437455d9735875ddf455fbe'
  '58d6e5bb4b4c1c6f3f0b3daa6aaeed03'
@@ -128,9 +126,6 @@
 cd "VirtualBox-$pkgver/out/linux.$BUILD_PLATFORM_ARCH/release/bin"
 install -dm755 
"$pkgdir"/usr/{bin,lib/virtualbox/components,lib/virtualbox/ExtensionPacks,share/virtualbox/nls,share/virtualbox/rdesktop-vrdp-keymaps}
 
-#doc
-install -m 0644 "$srcdir/UserManual-$pkgver.pdf" 
"$pkgdir/usr/share/virtualbox/UserManual.pdf"
-
 #Binaries and Wrapper with Launchers
 install -m 0755 VBox.sh "$pkgdir/usr/bin/VBox"
 



[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2013-03-15 Thread Sébastien Luttringer
Date: Friday, March 15, 2013 @ 23:43:33
  Author: seblu
Revision: 86365

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 86364, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 86364, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 86364, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   62 ++---
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-15 22:43:20 UTC (rev 86364)
+++ PKGBUILD2013-03-15 22:43:33 UTC (rev 86365)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=4.2.8
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('9939fe5672f979e4153c8937619c24f3'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 86364, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-15 22:43:33 UTC (rev 86365)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=4.2.10
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('e49046cd56398f9f9b8410154f1a0393'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2013-03-15 22:43:20 UTC (rev 86364)
+++ license 2013-03-15 22:43:33 UTC (rev 86365)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2013-03-15 Thread Sébastien Luttringer
Date: Friday, March 15, 2013 @ 23:43:20
  Author: seblu
Revision: 86364

upgpkg: virtualbox-guest-iso 4.2.10-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 22:40:51 UTC (rev 86363)
+++ PKGBUILD2013-03-15 22:43:20 UTC (rev 86364)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer:  Federico Cinelli 
+# Maintainer: Federico Cinelli 
+# Maintainer: Sébastien Luttringer
 # Contributor: Jonathan Steel 
 # Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
 # Contributor: Geoffroy Carrier 
 # Contributor: Andrea Scarpino 
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=4.2.8
+pkgver=4.2.10
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -20,7 +20,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('9939fe5672f979e4153c8937619c24f3'
+md5sums=('e49046cd56398f9f9b8410154f1a0393'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {



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

2013-03-15 Thread Sébastien Luttringer
Date: Friday, March 15, 2013 @ 23:40:51
  Author: seblu
Revision: 86363

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 86362, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 86362, acpid/trunk/acpid.service)
  acpid/repos/community-i686/acpid.socket
(from rev 86362, acpid/trunk/acpid.socket)
  acpid/repos/community-i686/anything
(from rev 86362, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 86362, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 86362, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 86362, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/acpid.socket
(from rev 86362, acpid/trunk/acpid.socket)
  acpid/repos/community-x86_64/anything
(from rev 86362, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 86362, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 community-i686/PKGBUILD|  104 +-
 community-i686/acpid.service   |   20 ++---
 community-i686/acpid.socket|   16 ++--
 community-i686/anything|6 -
 community-i686/handler.sh  |  154 +++
 community-x86_64/PKGBUILD  |  104 +-
 community-x86_64/acpid.service |   20 ++---
 community-x86_64/acpid.socket  |   16 ++--
 community-x86_64/anything  |6 -
 community-x86_64/handler.sh|  154 +++
 10 files changed, 300 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-15 22:40:37 UTC (rev 86362)
+++ community-i686/PKGBUILD 2013-03-15 22:40:51 UTC (rev 86363)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.socket'
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('7c4ff315ae960c54eea303c71c49f152'
- 'ee6cb99e50e580c50331a73045412ae9'
- '10290f69491206cd104654e5b900b661'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/sbin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 86362, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 22:40:51 UTC (rev 86363)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.socket'
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('7c4ff315ae960c54eea303c71c49f152'
+ 'd11700eb136e0489835ddaf977a7905b'
+ '10290f69491206cd104654e5b900b661'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid rights
+  chmod 755 "$pkgdir/usr/sbin/acpid"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/acpid.service
===
--- community-i686/acpid.service2013-03-15 22:40:37 UTC (rev 8636

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

2013-03-15 Thread Sébastien Luttringer
Date: Friday, March 15, 2013 @ 23:40:37
  Author: seblu
Revision: 86362

upgpkg: acpid 2.0.18-2

Modified:
  acpid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 20:08:40 UTC (rev 86361)
+++ PKGBUILD2013-03-15 22:40:37 UTC (rev 86362)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.18
-pkgrel=1
+pkgrel=2
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('i686' 'x86_64')
 url='http://tedfelix.com/linux/acpid-netlink.html'
@@ -21,7 +21,7 @@
 'anything'
 'handler.sh')
 md5sums=('7c4ff315ae960c54eea303c71c49f152'
- 'ee6cb99e50e580c50331a73045412ae9'
+ 'd11700eb136e0489835ddaf977a7905b'
  '10290f69491206cd104654e5b900b661'
  '2d37b98d6e74bab815604b8b48c6cfd4'
  '47f44ff5f02685dce8bcdab8568f0c38')



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

2013-03-15 Thread Florian Pritz
Date: Friday, March 15, 2013 @ 22:25:08
  Author: bluewind
Revision: 180065

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/PKGBUILD
(from rev 180064, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/cgi-cr-escaping.diff
(from rev 180064, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-i686/perl.install
(from rev 180064, perl/trunk/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 180064, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 180064, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 180064, perl/trunk/provides.pl)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/PKGBUILD
(from rev 180064, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/cgi-cr-escaping.diff
(from rev 180064, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-x86_64/perl.install
(from rev 180064, perl/trunk/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 180064, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 180064, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 180064, perl/trunk/provides.pl)

-+
 testing-i686/PKGBUILD   |  119 +
 testing-i686/cgi-cr-escaping.diff   |   75 
 testing-i686/perl.install   |   10 +
 testing-i686/perlbin.csh|   15 +
 testing-i686/perlbin.sh |   18 ++
 testing-i686/provides.pl|  299 ++
 testing-x86_64/PKGBUILD |  119 +
 testing-x86_64/cgi-cr-escaping.diff |   75 
 testing-x86_64/perl.install |   10 +
 testing-x86_64/perlbin.csh  |   15 +
 testing-x86_64/perlbin.sh   |   18 ++
 testing-x86_64/provides.pl  |  299 ++
 12 files changed, 1072 insertions(+)

Copied: perl/repos/testing-i686/PKGBUILD (from rev 180064, perl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-15 21:25:08 UTC (rev 180065)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Angel Velasquez 
+# Contributor: kevin 
+# Contributor: judd 
+# Contributor: francois 
+
+pkgname=perl
+pkgver=5.16.3
+pkgrel=1
+pkgdesc="A highly capable, feature-rich programming language"
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url="http://www.perl.org";
+groups=('base')
+depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
+source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
+cgi-cr-escaping.diff
+perlbin.sh
+perlbin.csh
+provides.pl)
+install=perl.install
+options=('makeflags' '!purge')
+md5sums=('025102de0e4a597cf541e57da80c6aa3'
+ '0486659c9eefe682364a3e364d814296'
+ '5ed2542fdb9a60682f215bd33701e61a'
+ '1f0cbbee783e8a6d32f01be5118e0d5e'
+ '999c3eea6464860704abbb055a0f0896')
+# workaround to let the integrity check find the correct provides array
+if [[ ${0##*/} = "parse_pkgbuilds.sh" ]]; then
+   true && provides=($(bsdtar -q -O -xf 
"/srv/ftp/pool/packages/$pkgname-$pkgver-$pkgrel-$CARCH.pkg.tar.xz" .PKGINFO | 
sed -rn 's#^provides = (.*)#\1#p'))
+fi
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -i "$srcdir/cgi-cr-escaping.diff" -p1
+
+  if [ "${CARCH}" = "x86_64" ]; then
+# for x86_64
+arch_opts="-Dcccdlflags='-fPIC'"
+  else
+# for i686
+arch_opts=""
+  fi
+
+  ./Configure -des -Dusethreads -Duseshrplib -Doptimize="${CFLAGS}" \
+-Dprefix=/usr -Dvendorprefix=/usr \
+-Dprivlib=/usr/share/perl5/core_perl \
+-Darchlib=/usr/lib/perl5/core_perl \
+-Dsitelib=/usr/share/perl5/site_perl \
+-Dsitearch=/usr/lib/perl5/site_perl \
+-Dvendorlib=/usr/share/perl5/vendor_perl \
+-Dvendorarch=/usr/lib/perl5/vendor_perl \
+-Dscriptdir=/usr/bin/core_perl \
+-Dsitescript=/usr/bin/site_perl \
+-Dvendorscript=/usr/bin/vendor_perl \
+-Dinc_version_list=none \
+-Dman1ext=1perl -Dman3ext=3perl ${arch_opts} \
+-Dlddlflags="-shared ${LDFLAGS}" -Dldflags="${LDFLAGS}"
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  TEST_JOBS=$(echo $MAKEFLAGS | sed 's/.*-j\([0-9][0-9]*\).*/\1/') make 
test_harness
+#  make test
+}
+
+package() {
+  # hack to work around makepkg running the subshell in check_sanity()
+  new_provides=($(cd "$srcdir/perl-$pkgver"; LD_PRELOAD=./libperl.so ./perl 
-Ilib "$srcdir/provides.pl" .))
+  provides=(${new_provides[@]})
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  ### Perl Settings ###
+  # Change man page extensions for site and vendor module builds.
+  # Set no mail address since bug reports should go to the bug tracker
+  # and not someone's email.
+  sed -e '/^man1ext=/ s/1perl/1p/' -e '/^man3ext=/ s/

[arch-commits] Commit in perl/trunk (CVE-2013-1667.patch PKGBUILD)

2013-03-15 Thread Florian Pritz
Date: Friday, March 15, 2013 @ 22:24:52
  Author: bluewind
Revision: 180064

upgpkg: perl 5.16.3-1

upstream update

Modified:
  perl/trunk/PKGBUILD
Deleted:
  perl/trunk/CVE-2013-1667.patch

-+
 CVE-2013-1667.patch |   50 --
 PKGBUILD|9 +++--
 2 files changed, 3 insertions(+), 56 deletions(-)

Deleted: CVE-2013-1667.patch
===
--- CVE-2013-1667.patch 2013-03-15 19:12:01 UTC (rev 180063)
+++ CVE-2013-1667.patch 2013-03-15 21:24:52 UTC (rev 180064)
@@ -1,50 +0,0 @@
-commit 9ec0b001b87d32f1d39b038b72846a5c20417be3 
(refs/remotes/origin/maint-5.16)
-Author: Andy Dougherty 
-Date:   Wed Jan 16 12:30:43 2013 -0500
-
-Avoid wraparound when casting unsigned size_t to signed ssize_t.
-
-Practically, this only affects a perl compiled with 64-bit IVs on a 32-bit
-system.  In that instance a value of count >= 2**31 would turn negative
-when cast to (ssize_t).
-
-diff --git a/perlio.c b/perlio.c
-index 7782728..cccfdcd 100644
 a/perlio.c
-+++ b/perlio.c
-@@ -2164,7 +2164,7 @@ PerlIOBase_read(pTHX_ PerlIO *f, void *vbuf, Size_t 
count)
-   SSize_t avail = PerlIO_get_cnt(f);
-   SSize_t take = 0;
-   if (avail > 0)
--  take = ((SSize_t)count < avail) ? (SSize_t)count : avail;
-+  take = (((SSize_t) count >= 0) && ((SSize_t)count < avail)) ? 
(SSize_t)count : avail;
-   if (take > 0) {
-   STDCHAR *ptr = PerlIO_get_ptr(f);
-   Copy(ptr, buf, take, STDCHAR);
-@@ -4098,7 +4098,7 @@ PerlIOBuf_unread(pTHX_ PerlIO *f, const void *vbuf, 
Size_t count)
-*/
-   b->posn -= b->bufsiz;
-   }
--  if (avail > (SSize_t) count) {
-+  if ((SSize_t) count >= 0 && avail > (SSize_t) count) {
-   /*
-* If we have space for more than count, just move count
-*/
-@@ -4148,7 +4148,7 @@ PerlIOBuf_write(pTHX_ PerlIO *f, const void *vbuf, 
Size_t count)
- }
- while (count > 0) {
-   SSize_t avail = b->bufsiz - (b->ptr - b->buf);
--  if ((SSize_t) count < avail)
-+  if ((SSize_t) count >= 0 && (SSize_t) count < avail)
-   avail = count;
-   if (flushptr > buf && flushptr <= buf + avail)
-   avail = flushptr - buf;
-@@ -4423,7 +4423,7 @@ PerlIOPending_read(pTHX_ PerlIO *f, void *vbuf, Size_t 
count)
- {
- SSize_t avail = PerlIO_get_cnt(f);
- SSize_t got = 0;
--if ((SSize_t)count < avail)
-+if ((SSize_t) count >= 0 && (SSize_t)count < avail)
-   avail = count;
- if (avail > 0)
-   got = PerlIOBuf_read(aTHX_ f, vbuf, avail);

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 19:12:01 UTC (rev 180063)
+++ PKGBUILD2013-03-15 21:24:52 UTC (rev 180064)
@@ -6,8 +6,8 @@
 # Contributor: francois 
 
 pkgname=perl
-pkgver=5.16.2
-pkgrel=4
+pkgver=5.16.3
+pkgrel=1
 pkgdesc="A highly capable, feature-rich programming language"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -16,15 +16,13 @@
 depends=('gdbm' 'db' 'coreutils' 'glibc' 'sh')
 source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2
 cgi-cr-escaping.diff
-CVE-2013-1667.patch
 perlbin.sh
 perlbin.csh
 provides.pl)
 install=perl.install
 options=('makeflags' '!purge')
-md5sums=('2818ab01672f005a4e552a713aa27b08'
+md5sums=('025102de0e4a597cf541e57da80c6aa3'
  '0486659c9eefe682364a3e364d814296'
- '3725d479a42547c6bae33b793b948054'
  '5ed2542fdb9a60682f215bd33701e61a'
  '1f0cbbee783e8a6d32f01be5118e0d5e'
  '999c3eea6464860704abbb055a0f0896')
@@ -37,7 +35,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
 
   patch -i "$srcdir/cgi-cr-escaping.diff" -p1
-  patch -i "$srcdir/CVE-2013-1667.patch" -p1
 
   if [ "${CARCH}" = "x86_64" ]; then
 # for x86_64



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

2013-03-15 Thread Giovanni Scafora
Date: Friday, March 15, 2013 @ 21:08:40
  Author: giovanni
Revision: 86361

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 86360, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 86360, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 86360, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 86360, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 86360, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 86360, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 86360, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 86360, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 community-i686/PKGBUILD|  164 ++--
 community-i686/calibre-mount-helper|   56 +++---
 community-i686/calibre.install |   24 +-
 community-i686/desktop_integration.patch   |  218 +--
 community-x86_64/PKGBUILD  |  164 ++--
 community-x86_64/calibre-mount-helper  |   56 +++---
 community-x86_64/calibre.install   |   24 +-
 community-x86_64/desktop_integration.patch |  218 +--
 8 files changed, 462 insertions(+), 462 deletions(-)

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


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

2013-03-15 Thread Giovanni Scafora
Date: Friday, March 15, 2013 @ 21:08:25
  Author: giovanni
Revision: 86360

upgpkg: calibre 0.9.23-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 17:39:45 UTC (rev 86359)
+++ PKGBUILD2013-03-15 20:08:25 UTC (rev 86360)
@@ -5,7 +5,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
@@ -23,7 +23,7 @@
 source=("http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz";
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('216f21a63db4045c741b6190badcdda1'
+md5sums=('eff937f38c5cb7a2319364c86f6b925b'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-03-15 Thread Andreas Radke
Date: Friday, March 15, 2013 @ 20:12:01
  Author: andyrtr
Revision: 180063

prepare keyboard layout detection, not yet working properly

Added:
  nx/trunk/keyboard_rule.diff
Modified:
  nx/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 keyboard_rule.diff |   11 +++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 16:00:55 UTC (rev 180062)
+++ PKGBUILD2013-03-15 19:12:01 UTC (rev 180063)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
 pkgver=3.5.0.17
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://wiki.x2go.org/";
 license=('GPL')
@@ -12,12 +12,17 @@
 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)
-md5sums=('aac9a999d4b38dedd476409e5fc2c4aa')
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
+keyboard_rule.diff)
+md5sums=('aac9a999d4b38dedd476409e5fc2c4aa'
+ 'f681bc66827cd7ddff4b81b983c20401')
 
 build() {
   cd "${srcdir}/nx-libs-$pkgver"
   
+  # fix keyboard layout with xkeyboard-config >= 2.6
+  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"

Added: keyboard_rule.diff
===
--- keyboard_rule.diff  (rev 0)
+++ keyboard_rule.diff  2013-03-15 19:12:01 UTC (rev 180063)
@@ -0,0 +1,11 @@
+--- nx-libs-3.5.0.17/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c 
2013-01-04 13:25:49.0 +0100
 nx-libs-3.5.0.17/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c.new 
2013-03-15 18:24:54.084216888 +0100
+@@ -140,7 +140,7 @@
+ #define XKB_CONFIG_FILE  "/etc/nxagent/nxagent.keyboard"
+ #endif
+ #ifndef XKB_DFLT_RULES_FILE
+-#define XKB_DFLT_RULES_FILE  "xfree86"
++#define XKB_DFLT_RULES_FILE  "base"
+ #endif
+ #ifndef XKB_ALTS_RULES_FILE
+ #define XKB_ALTS_RULES_FILE  "xorg"



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 18:39:45
  Author: arodseth
Revision: 86359

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-15 17:39:32 UTC (rev 86358)
+++ community-i686/PKGBUILD 2013-03-15 17:39:45 UTC (rev 86359)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander R�dseth 
-
-# Thanks to Moonprincessluna at DeviantArt for the default icon:
-# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
-
-pkgname=gendesk
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Utility to generate .desktop files and download icons"
-arch=('x86_64' 'i686')
-url="http://roboticoverlords.org/gendesk/";
-license=('MIT')
-depends=('glibc')
-makedepends=('go>=2:1-2')
-conflicts=('go-hg')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"http://roboticoverlords.org/images/default.png";)
-sha256sums=('10b2a294f5d57fcc2fd8612ca9cba7f0f82af03b1bd38d93a3ef757689d20a8a'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Compiling..."
-  go build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 86358, 
gendesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 17:39:45 UTC (rev 86359)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+# Thanks to Moonprincessluna at DeviantArt for the default icon:
+# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
+
+pkgname=gendesk
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Utility to generate .desktop files and download icons"
+arch=('x86_64' 'i686')
+url="http://roboticoverlords.org/gendesk/";
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
+"http://roboticoverlords.org/images/default.png";)
+sha256sums=('23ca20823dc225ebc35baf53fa07558a1ddf314fe3f9cb9d2c5fc6523ca62334'
+'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  go build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-15 17:39:32 UTC (rev 86358)
+++ community-x86_64/PKGBUILD   2013-03-15 17:39:45 UTC (rev 86359)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander R�dseth 
-
-# Thanks to Moonprincessluna at DeviantArt for the default icon:
-# http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
-
-pkgname=gendesk
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Utility to generate .desktop files and download icons"
-arch=('x86_64' 'i686')
-url="http://roboticoverlords.org/gendesk/";
-license=('MIT')
-depends=('glibc')
-makedepends=('go>=2:1-2')
-conflicts=('go-hg')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"http://roboticoverlords.org/images/default.png";)
-sha256sums=('10b2a294f5d57fcc2fd8612ca9cba7f0f82af03b1bd38d93a3ef757689d20a8a'
-'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Compiling..."
-  go build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 86358, 
gendesk/trunk/PKGBUILD)
===
--- commu

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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 18:39:32
  Author: arodseth
Revision: 86358

upgpkg: gendesk 0.4.4-1

Modified:
  gendesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 16:17:27 UTC (rev 86357)
+++ PKGBUILD2013-03-15 17:39:32 UTC (rev 86358)
@@ -5,23 +5,22 @@
 # http://mylittlepixel.deviantart.com/gallery/35405924#/d4pt23a
 
 pkgname=gendesk
-pkgver=0.4.2
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Utility to generate .desktop files and download icons"
 arch=('x86_64' 'i686')
 url="http://roboticoverlords.org/gendesk/";
 license=('MIT')
 depends=('glibc')
-makedepends=('go>=2:1-2')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.gz";
+makedepends=('go')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz";
 "http://roboticoverlords.org/images/default.png";)
-sha256sums=('10b2a294f5d57fcc2fd8612ca9cba7f0f82af03b1bd38d93a3ef757689d20a8a'
+sha256sums=('23ca20823dc225ebc35baf53fa07558a1ddf314fe3f9cb9d2c5fc6523ca62334'
 '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  msg2 "Compiling..."
   go build
 }
 
@@ -30,6 +29,7 @@
 
   install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
   install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



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

2013-03-15 Thread Florian Pritz
Date: Friday, March 15, 2013 @ 17:17:27
  Author: bluewind
Revision: 86357

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libxi/repos/multilib-testing-x86_64/
  lib32-libxi/repos/multilib-testing-x86_64/PKGBUILD
(from rev 86356, lib32-libxi/trunk/PKGBUILD)

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

Copied: lib32-libxi/repos/multilib-testing-x86_64/PKGBUILD (from rev 86356, 
lib32-libxi/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-03-15 16:17:27 UTC (rev 86357)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=libxi
+pkgname=lib32-$_pkgbasename
+pkgver=1.7
+pkgrel=1
+pkgdesc="X11 Input extension library (32-bit)"
+arch=('x86_64')
+url="http://xorg.freedesktop.org";
+depends=('lib32-libxext' 'inputproto' $_pkgbasename)
+makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha256sums=('4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/libXi-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/libXi-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2013-03-15 Thread Florian Pritz
Date: Friday, March 15, 2013 @ 17:17:22
  Author: bluewind
Revision: 86356

upgpkg: lib32-libxi 1.7-1

upstream update

Modified:
  lib32-libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 14:57:31 UTC (rev 86355)
+++ PKGBUILD2013-03-15 16:17:22 UTC (rev 86356)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libxi
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.2
+pkgver=1.7
 pkgrel=1
 pkgdesc="X11 Input extension library (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('3250fd34cdd099a15b78abdb87c7e1a9b7a2188ab893f273e90d831dbc604058')
+sha256sums=('4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc')
 
 build() {
   export CC="gcc -m32"



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

2013-03-15 Thread Andreas Radke
Date: Friday, March 15, 2013 @ 17:00:55
  Author: andyrtr
Revision: 180062

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 180061, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 180061, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-03-15 16:00:55 UTC (rev 180062)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.50
+_posixver=2003-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('41a424a405e88f2e45137485c115b8c6'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2013-03-15 Thread Andreas Radke
Date: Friday, March 15, 2013 @ 17:00:42
  Author: andyrtr
Revision: 180061

upgpkg: man-pages 3.50-1

upstream update 3.50

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 13:22:06 UTC (rev 180060)
+++ PKGBUILD2013-03-15 16:00:42 UTC (rev 180061)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.48
+pkgver=3.50
 _posixver=2003-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('16cb409678ad97f936a452f47f806044'
+md5sums=('41a424a405e88f2e45137485c115b8c6'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in (firehol me-tv)

2013-03-15 Thread Jakob Gruber
Date: Friday, March 15, 2013 @ 15:57:31
  Author: schuay
Revision: 86355

Move firehol and me-tv to the AUR

Deleted:
  firehol/
  me-tv/



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

2013-03-15 Thread Stéphane Gaudreault
Date: Friday, March 15, 2013 @ 15:40:38
  Author: stephane
Revision: 86354

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

Added:
  clementine/repos/community-testing-i686/
  clementine/repos/community-testing-i686/PKGBUILD
(from rev 86353, clementine/trunk/PKGBUILD)
  clementine/repos/community-testing-i686/clementine.install
(from rev 86353, clementine/trunk/clementine.install)
  clementine/repos/community-testing-x86_64/
  clementine/repos/community-testing-x86_64/PKGBUILD
(from rev 86353, clementine/trunk/PKGBUILD)
  clementine/repos/community-testing-x86_64/clementine.install
(from rev 86353, clementine/trunk/clementine.install)

-+
 community-testing-i686/PKGBUILD |   35 ++
 community-testing-i686/clementine.install   |   13 +
 community-testing-x86_64/PKGBUILD   |   35 ++
 community-testing-x86_64/clementine.install |   13 +
 4 files changed, 96 insertions(+)

Copied: clementine/repos/community-testing-i686/PKGBUILD (from rev 86353, 
clementine/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault 
+#Contributor: BlackEagle 
+#Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+ 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: clementine/repos/community-testing-i686/clementine.install (from rev 
86353, clementine/trunk/clementine.install)
===
--- community-testing-i686/clementine.install   (rev 0)
+++ community-testing-i686/clementine.install   2013-03-15 14:40:38 UTC (rev 
86354)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}

Copied: clementine/repos/community-testing-x86_64/PKGBUILD (from rev 86353, 
clementine/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-15 14:40:38 UTC (rev 86354)
@@ -0,0 +1,35 @@
+# $Id$
+#Maintainer: Stéphane Gaudreault 
+#Contributor: BlackEagle 
+#Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="A music player and library organizer"
+url="http://www.clementine-player.org/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
+ 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
+ 'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
+optdepends=('gstreamer0.10-base-plugins: for more open formats'
+'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
+'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
+'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
+source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('f8d3e9c8f54ac488323ab5a629c9accbe256378e')
+install=clementine.install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: clementine/repos/community-testing-x86_64/clementine.install (from rev 
86353, clementine/trunk/clementine.ins

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

2013-03-15 Thread Stéphane Gaudreault
Date: Friday, March 15, 2013 @ 15:40:00
  Author: stephane
Revision: 86353

upgpkg: clementine 1.1.1-7

mesa 9.1 unification
use system projectm (FS#34142)

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 14:34:33 UTC (rev 86352)
+++ PKGBUILD2013-03-15 14:40:00 UTC (rev 86353)
@@ -5,15 +5,15 @@
 
 pkgname=clementine
 pkgver=1.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A music player and library organizer"
 url="http://www.clementine-player.org/";
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
+depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' 'projectm'
  'libmtp' 'libplist' 'hicolor-icon-theme' 'qt4' 'libimobiledevice'
  'sparsehash' 'qjson' 'libcdio-paranoia' 'protobuf' 'qca' 'qca-ossl' 
'gvfs')
-makedepends=('cmake' 'boost' 'mesa')
+makedepends=('cmake' 'boost' 'mesa-libgl' )
 optdepends=('gstreamer0.10-base-plugins: for more open formats'
 'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
 'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
@@ -25,7 +25,7 @@
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 
-   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DUSE_SYSTEM_PROJECTM=1
make
 }
 



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

2013-03-15 Thread Laurent Carlier
Date: Friday, March 15, 2013 @ 15:34:33
  Author: lcarlier
Revision: 86352

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

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

-+
 community-i686/PKGBUILD |   98 +++---
 community-i686/chmsee   |6 --
 community-i686/chmsee.install   |   22 
 community-x86_64/PKGBUILD   |   98 +++---
 community-x86_64/chmsee |6 --
 community-x86_64/chmsee.install |   22 
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-15 14:34:22 UTC (rev 86351)
+++ community-i686/PKGBUILD 2013-03-15 14:34:33 UTC (rev 86352)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: dionydonny 
-# Contributor: Ermanno 
-
-pkgname=chmsee
-pkgver=2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
-url="http://chmsee.googlecode.com/";
-license=('GPL')
-depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
-makedepends=('python2')
-#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
-source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
-chmsee)
-install=chmsee.install
-md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '242a9390bc943cc38237fa71137fb26c')
-
-build() {
-  cd ${srcdir}/chmsee-*/src
-
-  cp Makefile.arch Makefile
-  sed -i -e 's/17.*/18.0/g' ../application.ini
-  sed -i -e 's/19.*/19.0/g' ../application.ini
-
-  make -j1
-}
-
-package() {
-  cd ${srcdir}/chmsee-*
-
-  install -d ${pkgdir}/usr/share/chmsee
-  cp -a * ${pkgdir}/usr/share/chmsee 
-  rm -r ${pkgdir}/usr/share/chmsee/src
-  install -Dm644 data/chmsee.desktop.in \
-${pkgdir}/usr/share/applications/chmsee.desktop
-  # Fix FS#25152
-  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
-  #
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
-  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
-#  install -d ${pkgdir}/usr/share/icons
-#  cp -a data/icons/* ${pkgdir}/usr/share/icons/
-}

Copied: chmsee/repos/community-i686/PKGBUILD (from rev 86351, 
chmsee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 14:34:33 UTC (rev 86352)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: dionydonny 
+# Contributor: Ermanno 
+
+pkgname=chmsee
+pkgver=2.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
+url="http://chmsee.googlecode.com/";
+license=('GPL')
+depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
+makedepends=('python2')
+#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
+chmsee)
+install=chmsee.install
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
+ '1787edd1de8aa75bd9fa75a5ab319e85')
+
+build() {
+  cd ${srcdir}/chmsee-*/src
+
+  cp Makefile.arch Makefile
+  sed -i -e 's/17.*/18.0/g' ../application.ini
+  sed -i -e 's/19.*/19.0/g' ../application.ini
+
+  make -j1
+}
+
+package() {
+  cd ${srcdir}/chmsee-*
+
+  install -d ${pkgdir}/usr/share/chmsee
+  cp -a * ${pkgdir}/usr/share/chmsee 
+  rm -r ${pkgdir}/usr/share/chmsee/src
+  install -Dm644 data/chmsee.desktop.in \
+${pkgdir}/usr/share/applications/chmsee.desktop
+  # Fix FS#25152
+  sed -i -e 's/_//g' ${pkgdir}/usr/share/applications/chmsee.desktop
+  #
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
+  install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
+#  install -d ${pkgdir}/usr/

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

2013-03-15 Thread Laurent Carlier
Date: Friday, March 15, 2013 @ 15:34:22
  Author: lcarlier
Revision: 86351

upgpkg: chmsee 2.0-3

Rebuild with new xulrunner, fix FS#33488

Modified:
  chmsee/trunk/PKGBUILD
  chmsee/trunk/chmsee

--+
 PKGBUILD |4 ++--
 chmsee   |2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 13:43:34 UTC (rev 86350)
+++ PKGBUILD2013-03-15 14:34:22 UTC (rev 86351)
@@ -5,7 +5,7 @@
 
 pkgname=chmsee
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
 url="http://chmsee.googlecode.com/";
@@ -18,7 +18,7 @@
 chmsee)
 install=chmsee.install
 md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
- '242a9390bc943cc38237fa71137fb26c')
+ '1787edd1de8aa75bd9fa75a5ab319e85')
 
 build() {
   cd ${srcdir}/chmsee-*/src

Modified: chmsee
===
--- chmsee  2013-03-15 13:43:34 UTC (rev 86350)
+++ chmsee  2013-03-15 14:34:22 UTC (rev 86351)
@@ -1,4 +1,2 @@
 #!/bin/sh
-cd /usr/share/chmsee/
 xulrunner /usr/share/chmsee/application.ini "$@"
-cd -



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 14:43:34
  Author: arodseth
Revision: 86350

setconf is no longer used in build(), removing from make dependencies

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 13:28:30 UTC (rev 86349)
+++ PKGBUILD2013-03-15 13:43:34 UTC (rev 86350)
@@ -11,7 +11,7 @@
 url="http://xmonad.org/";
 license=('BSD')
 depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
-makedepends=('setconf' 'gendesk')
+makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'
 
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 14:28:30
  Author: arodseth
Revision: 86349

Removed community-any for setconf

Deleted:
  setconf/repos/community-any/



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 14:28:26
  Author: arodseth
Revision: 86348

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

Added:
  setconf/repos/community-i686/
  setconf/repos/community-i686/PKGBUILD
(from rev 86347, setconf/trunk/PKGBUILD)
  setconf/repos/community-x86_64/
  setconf/repos/community-x86_64/PKGBUILD
(from rev 86347, setconf/trunk/PKGBUILD)

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

Copied: setconf/repos/community-i686/PKGBUILD (from rev 86347, 
setconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 13:28:26 UTC (rev 86348)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+# Comment out the makedepends if you're on a platform not supported by shedskin
+makedepends=('shedskin')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ -e "$pkgname" ]; then
+install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  else
+depends=('python')
+install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  fi
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-x86_64/PKGBUILD (from rev 86347, 
setconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-15 13:28:26 UTC (rev 86348)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+# Comment out the makedepends if you're on a platform not supported by shedskin
+makedepends=('shedskin')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ -e "$pkgname" ]; then
+install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  else
+depends=('python')
+install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  fi
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-15 Thread Alexander Rødseth
Date: Friday, March 15, 2013 @ 14:28:16
  Author: arodseth
Revision: 86347

upgpkg: setconf 0.5.3-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 12:57:11 UTC (rev 86346)
+++ PKGBUILD2013-03-15 13:28:16 UTC (rev 86347)
@@ -2,25 +2,34 @@
 # Maintainer: Alexander Rødseth 
 
 pkgname=setconf
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('any')
+arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
-license=('GPL')
-depends=('python')
-source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tbz2";)
-sha256sums=('3225a5392becbe6d679075be9ddd78e2c737d8158920c2f242f95d0765cfb250')
+license=('GPL2')
+depends=('pcre' 'gc')
+# Comment out the makedepends if you're on a platform not supported by shedskin
+makedepends=('shedskin')
+source=("http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz";)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '0,/on/s//on3/' $pkgname.py
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [ -x /usr/bin/shedskin ] && shedskin "$pkgname.py" && make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+  cd "$srcdir/$pkgname-$pkgver"
+
+  if [ -e "$pkgname" ]; then
+install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  else
+depends=('python')
+install -Dm755 "$pkgname.py" "$pkgdir/usr/bin/$pkgname"
+  fi
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-15 Thread Pierre Schmitz
Date: Friday, March 15, 2013 @ 14:22:06
  Author: pierre
Revision: 180060

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

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

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

Copied: php/repos/testing-i686/PKGBUILD (from rev 180059, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-15 13:22:06 UTC (rev 180060)
@@ -0,0 +1,348 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.4.13
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2";
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('cacd308e978b7cf9ba4993196612ccf7'
+ '0b0bc7a917fc592bdf11dcd3c5c255e9'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '5c1f4c967b66ce3eaf819b46951dcbf5'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+build() {
+   phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   phpextensions="--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --ena

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

2013-03-15 Thread Pierre Schmitz
Date: Friday, March 15, 2013 @ 14:21:39
  Author: pierre
Revision: 180059

upgpkg: php 5.4.13-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 10:06:09 UTC (rev 180058)
+++ PKGBUILD2013-03-15 13:21:39 UTC (rev 180059)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.4.12
+pkgver=5.4.13
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -33,7 +33,7 @@
 source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2";
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('5c7b614242ae12e9cacca21c8ab84818'
+md5sums=('cacd308e978b7cf9ba4993196612ccf7'
  '0b0bc7a917fc592bdf11dcd3c5c255e9'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '5c1f4c967b66ce3eaf819b46951dcbf5'



[arch-commits] Commit in open-vm-tools/repos (52 files)

2013-03-15 Thread Sergej Pupykin
Date: Friday, March 15, 2013 @ 13:57:11
  Author: spupykin
Revision: 86346

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 86345, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/modprobe.conf
(from rev 86345, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
(from rev 86345, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
(from rev 86345, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-i686/open-vm-tools.conf.d
(from rev 86345, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-i686/open-vm-tools.install
(from rev 86345, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-i686/open-vm-tools.rc.d
(from rev 86345, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
(from rev 86345, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-i686/scripts-network.patch
(from rev 86345, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 86345, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 86345, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 86345, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 86345, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 86345, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/modprobe.conf
(from rev 86345, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
(from rev 86345, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
(from rev 86345, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.conf.d
(from rev 86345, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
(from rev 86345, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.rc.d
(from rev 86345, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
(from rev 86345, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-x86_64/scripts-network.patch
(from rev 86345, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 86345, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 86345, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 86345, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 86345, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.conf.d
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/open-vm-tools.rc.d
  open-vm-tools/repos/community-i686/scripts-network-FS19541.patch
  open-vm-tools/repos/community-i686/scripts-network.patch
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/open-vm-tools-X11Bool.patch
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.conf.d
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.rc.d
  open-vm-tools/repos/community-x86_64/scripts-network-FS19541.patch
  open-vm-tools/repos/community-x86_64/scripts-network.patch
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

+
 community-i686/PKGBUILD|  200 ++---
 community-i686/modprobe.conf   |2 
 community-i686/open-vm-tools-X11Bool.patch |   30 +--
 community-i686/open-vm-tools-d

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

2013-03-15 Thread Sergej Pupykin
Date: Friday, March 15, 2013 @ 13:55:57
  Author: spupykin
Revision: 86345

upgpkg: open-vm-tools 1:9.2.2-6

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 12:52:46 UTC (rev 86344)
+++ PKGBUILD2013-03-15 12:55:57 UTC (rev 86345)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=5
+pkgrel=6
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="http://open-vm-tools.sourceforge.net/";
@@ -46,7 +46,7 @@
 
 build() {
   cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
-  export CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS
+  export CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS ${CFLAGS}"
   [ -f Makefile ] || CUSTOM_PROCPS_NAME="procps" ./configure --prefix=/usr 
--without-kernel-modules
   make
 }



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

2013-03-15 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 13:52:46
  Author: cinelli
Revision: 86344

archrelease: copy trunk to community-any

Added:
  cddb_get/repos/community-any/PKGBUILD
(from rev 86343, cddb_get/trunk/PKGBUILD)
Deleted:
  cddb_get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-15 06:27:14 UTC (rev 86343)
+++ PKGBUILD2013-03-15 12:52:46 UTC (rev 86344)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Chris Brannon 
-# Contributor  Sarah Hay 
-
-pkgname=cddb_get
-_realname=CDDB_get
-pkgver=2.27
-pkgrel=6
-pkgdesc="Fetches CDDB info for an audio cd."
-arch=('any')
-url="http://armin.emx.at/cddb/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cddb_get/repos/community-any/PKGBUILD (from rev 86343, 
cddb_get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-15 12:52:46 UTC (rev 86344)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Chris Brannon 
+# Contributor  Sarah Hay 
+
+pkgname=cddb_get
+_realname=CDDB_get
+pkgver=2.27
+pkgrel=6
+pkgdesc="Fetches CDDB info for an audio cd."
+arch=('any')
+url="http://armin.emx.at/cddb/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
+md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
+sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+  
+  make 
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-03-15 Thread Andrea Scarpino
Date: Friday, March 15, 2013 @ 11:06:09
  Author: andrea
Revision: 180058

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

Added:
  qt4/repos/testing-i686/PKGBUILD
(from rev 180057, qt4/trunk/PKGBUILD)
  qt4/repos/testing-i686/assistant-qt4.desktop
(from rev 180057, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-i686/designer-qt4.desktop
(from rev 180057, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-i686/improve-cups-support.patch
(from rev 180057, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-i686/linguist-qt4.desktop
(from rev 180057, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-i686/qt4.install
(from rev 180057, qt4/trunk/qt4.install)
  qt4/repos/testing-i686/qtconfig-qt4.desktop
(from rev 180057, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/testing-x86_64/PKGBUILD
(from rev 180057, qt4/trunk/PKGBUILD)
  qt4/repos/testing-x86_64/assistant-qt4.desktop
(from rev 180057, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-x86_64/designer-qt4.desktop
(from rev 180057, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-x86_64/improve-cups-support.patch
(from rev 180057, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-x86_64/linguist-qt4.desktop
(from rev 180057, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-x86_64/qt4.install
(from rev 180057, qt4/trunk/qt4.install)
  qt4/repos/testing-x86_64/qtconfig-qt4.desktop
(from rev 180057, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/testing-i686/PKGBUILD
  qt4/repos/testing-i686/assistant.desktop
  qt4/repos/testing-i686/designer.desktop
  qt4/repos/testing-i686/improve-cups-support.patch
  qt4/repos/testing-i686/linguist.desktop
  qt4/repos/testing-i686/qt4.install
  qt4/repos/testing-i686/qtconfig.desktop
  qt4/repos/testing-x86_64/PKGBUILD
  qt4/repos/testing-x86_64/assistant.desktop
  qt4/repos/testing-x86_64/designer.desktop
  qt4/repos/testing-x86_64/improve-cups-support.patch
  qt4/repos/testing-x86_64/linguist.desktop
  qt4/repos/testing-x86_64/qt4.install
  qt4/repos/testing-x86_64/qtconfig.desktop

---+
 testing-i686/PKGBUILD |  238 ++--
 testing-i686/assistant-qt4.desktop|9 +
 testing-i686/assistant.desktop|9 -
 testing-i686/designer-qt4.desktop |   11 +
 testing-i686/designer.desktop |   11 -
 testing-i686/improve-cups-support.patch   |  168 +--
 testing-i686/linguist-qt4.desktop |   10 +
 testing-i686/linguist.desktop |   10 -
 testing-i686/qt4.install  |   24 +-
 testing-i686/qtconfig-qt4.desktop |9 +
 testing-i686/qtconfig.desktop |9 -
 testing-x86_64/PKGBUILD   |  238 ++--
 testing-x86_64/assistant-qt4.desktop  |9 +
 testing-x86_64/assistant.desktop  |9 -
 testing-x86_64/designer-qt4.desktop   |   11 +
 testing-x86_64/designer.desktop   |   11 -
 testing-x86_64/improve-cups-support.patch |  168 +--
 testing-x86_64/linguist-qt4.desktop   |   10 +
 testing-x86_64/linguist.desktop   |   10 -
 testing-x86_64/qt4.install|   24 +-
 testing-x86_64/qtconfig-qt4.desktop   |9 +
 testing-x86_64/qtconfig.desktop   |9 -
 22 files changed, 508 insertions(+), 508 deletions(-)

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


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

2013-03-15 Thread Tobias Powalowski
Date: Friday, March 15, 2013 @ 10:48:46
  Author: tpowa
Revision: 180057

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 180056, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 180056, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 180056, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 180056, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 180056, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 180056, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 180056, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 180056, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 180056, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 180056, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 180056, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 180056, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 180056, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 180056, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 180056, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 180056, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 180056, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 180056, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 180056, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 180056, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 180056, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 180056, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-15 Thread Tobias Powalowski
Date: Friday, March 15, 2013 @ 10:48:23
  Author: tpowa
Revision: 180056

upgpkg: linux-lts 3.0.69-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 08:11:16 UTC (rev 180055)
+++ PKGBUILD2013-03-15 09:48:23 UTC (rev 180056)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.68
+pkgver=3.0.69
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -24,11 +24,11 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '4f56b1b1feac489242545448c9efab8f'
+ '4dcef62f3ac067ae1946d945f1b98f77'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-15 08:11:16 UTC (rev 180055)
+++ linux-lts.install   2013-03-15 09:48:23 UTC (rev 180056)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.68-1-lts
+KERNEL_VERSION=3.0.69-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-03-15 Thread Tobias Powalowski
Date: Friday, March 15, 2013 @ 09:11:16
  Author: tpowa
Revision: 180055

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

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

--+
 testing-i686/PKGBUILD|  636 
 testing-i686/change-default-console-loglevel.patch   |   24 
 testing-i686/config  |12396 -
 testing-i686/config.x86_64   |11954 
 testing-i686/linux.install   |  130 
 testing-i686/linux.preset|   28 
 testing-x86_64/PKGBUILD  |  636 
 testing-x86_64/change-default-console-loglevel.patch |   24 
 testing-x86_64/config|12396 -
 testing-x86_64/config.x86_64 |11954 
 testing-x86_64/linux.install |  130 
 testing-x86_64/linux.preset  |   28 
 12 files changed, 25168 insertions(+), 25168 deletions(-)

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


[arch-commits] Commit in linux/trunk (PKGBUILD linux.install)

2013-03-15 Thread Tobias Powalowski
Date: Friday, March 15, 2013 @ 09:10:52
  Author: tpowa
Revision: 180054

upgpkg: linux 3.8.3-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

---+
 PKGBUILD  |6 +++---
 linux.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 07:32:33 UTC (rev 180053)
+++ PKGBUILD2013-03-15 08:10:52 UTC (rev 180054)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.8
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -20,11 +20,11 @@
 'linux.preset'
 'change-default-console-loglevel.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
- 'e282fcff76e975e121e0636018e31a56'
+ 'ba18b5d27ed303f5e5a9cda32a451031'
  '307107a8b15060e6fc0e48bdaacaed06'
  '03b1dad90f3558dba3031901398c1ca4'
  'eb14dcfd80c00852ef81ded6e826826a'
- '9d3c56a4b999c8bfbd4018089a62f662')
+ 'f3def2cefdcbb954c21d8505d23cc83c')
 
 _kernelname=${pkgbase#linux}
 

Modified: linux.install
===
--- linux.install   2013-03-15 07:32:33 UTC (rev 180053)
+++ linux.install   2013-03-15 08:10:52 UTC (rev 180054)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.8.2-1-ARCH
+KERNEL_VERSION=3.8.3-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in qt4/trunk (9 files)

2013-03-15 Thread Andrea Scarpino
Date: Friday, March 15, 2013 @ 08:32:33
  Author: andrea
Revision: 180053

Fix conflicts

Added:
  qt4/trunk/assistant-qt4.desktop
  qt4/trunk/designer-qt4.desktop
  qt4/trunk/linguist-qt4.desktop
  qt4/trunk/qtconfig-qt4.desktop
Modified:
  qt4/trunk/PKGBUILD
Deleted:
  qt4/trunk/assistant.desktop
  qt4/trunk/designer.desktop
  qt4/trunk/linguist.desktop
  qt4/trunk/qtconfig.desktop

---+
 PKGBUILD  |6 +++---
 assistant-qt4.desktop |9 +
 assistant.desktop |9 -
 designer-qt4.desktop  |   11 +++
 designer.desktop  |   11 ---
 linguist-qt4.desktop  |   10 ++
 linguist.desktop  |   10 --
 qtconfig-qt4.desktop  |9 +
 qtconfig.desktop  |9 -
 9 files changed, 42 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 06:27:33 UTC (rev 180052)
+++ PKGBUILD2013-03-15 07:32:33 UTC (rev 180053)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.4
-pkgrel=14
+pkgrel=15
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -28,7 +28,7 @@
 conflicts=('qt')
 _pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz";
-'qtconfig.desktop' 'assistant.desktop' 'designer.desktop' 
'linguist.desktop'
+'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop' 
'linguist-qt4.desktop'
 'improve-cups-support.patch')
 md5sums=('89c5ecba180cae74c66260ac732dc5cb'
  'a16638f4781e56e7887ff8212a322ecc'
@@ -89,7 +89,7 @@
 install -D -m644 src/gui/dialogs/images/qtlogo-64.png \
   "${pkgdir}/usr/share/icons/hicolor/64x64/apps/qt4logo.png"
 install -d "${pkgdir}"/usr/share/applications
-install -m644 "${srcdir}"/{assistant,designer,linguist,qtconfig}.desktop \
+install -m644 
"${srcdir}"/{assistant,designer,linguist,qtconfig}-qt4.desktop \
   "${pkgdir}/usr/share/applications/"
 
 # Useful symlinks for cmake and configure scripts

Added: assistant-qt4.desktop
===
--- assistant-qt4.desktop   (rev 0)
+++ assistant-qt4.desktop   2013-03-15 07:32:33 UTC (rev 180053)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Qt4 Assistant 
+Comment=Shows Qt4 documentation and examples
+Exec=assistant-qt4
+Icon=assistant
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;Documentation;

Deleted: assistant.desktop
===
--- assistant.desktop   2013-03-15 06:27:33 UTC (rev 180052)
+++ assistant.desktop   2013-03-15 07:32:33 UTC (rev 180053)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Qt4 Assistant 
-Comment=Shows Qt4 documentation and examples
-Exec=assistant-qt4
-Icon=assistant
-Terminal=false
-Encoding=UTF-8
-Type=Application
-Categories=Qt;Development;Documentation;

Added: designer-qt4.desktop
===
--- designer-qt4.desktop(rev 0)
+++ designer-qt4.desktop2013-03-15 07:32:33 UTC (rev 180053)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Qt4 Designer
+GenericName=Interface Designer
+Comment=Design GUIs for Qt4 applications
+Exec=designer-qt4
+Icon=designer
+MimeType=application/x-designer;
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;

Deleted: designer.desktop
===
--- designer.desktop2013-03-15 06:27:33 UTC (rev 180052)
+++ designer.desktop2013-03-15 07:32:33 UTC (rev 180053)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=Qt4 Designer
-GenericName=Interface Designer
-Comment=Design GUIs for Qt4 applications
-Exec=designer-qt4
-Icon=designer
-MimeType=application/x-designer;
-Terminal=false
-Encoding=UTF-8
-Type=Application
-Categories=Qt;Development;

Added: linguist-qt4.desktop
===
--- linguist-qt4.desktop(rev 0)
+++ linguist-qt4.desktop2013-03-15 07:32:33 UTC (rev 180053)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Qt4 Linguist 
+Comment=Add translations to Qt4 applications
+Exec=linguist-qt4
+Icon=linguist
+MimeType=text/vnd.trolltech.linguist;application/x-linguist;
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=Qt;Development;

Deleted: linguist.desktop
===
--- linguist.desktop2013-03-15 06:27:33 UTC (rev 180052)
+++ linguist.desktop2013-03-15 07:32:33 UTC (rev 180053)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Qt4 Linguist 
-Comment=Add translations to Qt4 applications
-Exec=linguist-qt4
-Icon=linguist
-MimeType=text/vnd.trolltech.linguist;application/x-linguist;
-Terminal=false
-Encoding=UTF-8
-Type=Application
-Categories=Qt;De