[arch-commits] Commit in avidemux/trunk (PKGBUILD.WIP)

2013-03-14 Thread Eric Bélanger
Date: Thursday, March 14, 2013 @ 09:05:07
  Author: eric
Revision: 180003

Update WIP PKGBUILD

Modified:
  avidemux/trunk/PKGBUILD.WIP

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

Modified: PKGBUILD.WIP
===
--- PKGBUILD.WIP2013-03-14 03:55:31 UTC (rev 180002)
+++ PKGBUILD.WIP2013-03-14 08:05:07 UTC (rev 180003)
@@ -3,18 +3,18 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://fixounet.free.fr/avidemux/;
-makedepends=('cmake' 'libxslt' 'gtk3' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
+makedepends=('cmake' 'libxslt' 'gtk3' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv' \
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' \
  'libvdpau' 'libdca' 'fribidi' 'glu')
 options=('!makeflags' '!emptydirs')
 source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha1sums=('a34ffc6409d96c3df30394fbd221e6693ec081ec')
+sha1sums=('e207be822fc21ce52fe51608ad173b931f11adec')
 #source=(http://www.avidemux.org/nightly/source/snapshot_8273.tgz)
 #sha1sums=('cf5256ce189a51898a2e1071ffd46cd993f453f2')
 
@@ -69,7 +69,7 @@
 
 package_avidemux-qt() {
   pkgdesc=A graphical tool to edit video (filter/re-encode/split) - QT GUI
-  depends=(avidemux-cli=${pkgver} 'qt' 'x264' 'glu')
+  depends=(avidemux-cli=${pkgver} 'qt4' 'x264' 'glu')
   install=avidemux.install
 
   cd ${srcdir}/${pkgbase}_${pkgver}



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

2013-03-14 Thread Massimiliano Torromeo
Date: Thursday, March 14, 2013 @ 09:55:33
  Author: mtorromeo
Revision: 86244

upgpkg: meteorjs 0.5.8-1

Updated meteorjs to version 0.5.8

Modified:
  meteorjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 07:16:15 UTC (rev 86243)
+++ PKGBUILD2013-03-14 08:55:33 UTC (rev 86244)
@@ -4,7 +4,7 @@
 # Contributor: Tom Vincent http://tlvince.com/contact/
 
 pkgname=meteorjs
-pkgver=0.5.7
+pkgver=0.5.8
 pkgrel=1
 pkgdesc=Open-source platform for building top-quality web apps in a fraction 
of the time.
 arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@
 depends=('nodejs' 'mongodb')
 options=('!strip')
 
-sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
+sha256sums=('232d7a0bf0947e29fcd6ff8e7314d5783c1b4b7e5c6b5b68ed9ef2ed8d75c6cc'
 'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
 
 if [ $CARCH = x86_64 ]; then
 _arch=amd64
 else
 _arch=i386
-
sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
+
sha256sums[0]='b9c45ad56b2ccd2d6fa41740b20c671ea642ce84271474c319ddc8a67a0c77ff'
 fi
 
 source=(http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb; 
meteor)



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

2013-03-14 Thread Massimiliano Torromeo
Date: Thursday, March 14, 2013 @ 09:59:11
  Author: mtorromeo
Revision: 86245

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

Added:
  meteorjs/repos/community-i686/PKGBUILD
(from rev 86244, meteorjs/trunk/PKGBUILD)
  meteorjs/repos/community-i686/meteor
(from rev 86244, meteorjs/trunk/meteor)
  meteorjs/repos/community-x86_64/PKGBUILD
(from rev 86244, meteorjs/trunk/PKGBUILD)
  meteorjs/repos/community-x86_64/meteor
(from rev 86244, meteorjs/trunk/meteor)
Deleted:
  meteorjs/repos/community-i686/PKGBUILD
  meteorjs/repos/community-i686/meteor
  meteorjs/repos/community-x86_64/PKGBUILD
  meteorjs/repos/community-x86_64/meteor

---+
 community-i686/PKGBUILD   |  104 ++--
 community-i686/meteor |   26 +--
 community-x86_64/PKGBUILD |  104 ++--
 community-x86_64/meteor   |   26 +--
 4 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 08:55:33 UTC (rev 86244)
+++ community-i686/PKGBUILD 2013-03-14 08:59:11 UTC (rev 86245)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Parth Buch parthbuch115 at gmail dot com
-# Contributor: Tom Vincent http://tlvince.com/contact/
-
-pkgname=meteorjs
-pkgver=0.5.7
-pkgrel=1
-pkgdesc=Open-source platform for building top-quality web apps in a fraction 
of the time.
-arch=('i686' 'x86_64')
-url=https://github.com/meteor/meteor;
-license=('MIT')
-depends=('nodejs' 'mongodb')
-options=('!strip')
-
-sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
-'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
-
-if [ $CARCH = x86_64 ]; then
-_arch=amd64
-else
-_arch=i386
-
sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
-fi
-
-source=(http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb; 
meteor)
-
-package() {
-tar xf data.tar.gz -C $pkgdir ./usr/lib/meteor
-
-install -Dm644 $pkgdir/usr/lib/meteor/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-install -Dm755 $srcdir/meteor $pkgdir/usr/bin/meteor
-
-cd $pkgdir/usr/lib/meteor
-rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
-   
lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
-   lib/node_modules/websocket/build/Release/obj.target/xor.node \
-   lib/node_modules/websocket/build/Release/obj.target/validation.node
-
-# mongodb links
-rm -rf mongodb
-install -dm755 mongodb/bin
-ln -s /usr/bin/mongod mongodb/bin/mongod
-ln -s /usr/bin/mongo mongodb/bin/mongo
-
-# node links
-rm -rf bin
-install -dm755 bin
-ln -s /usr/bin/node bin/node
-ln -s /usr/bin/node-waf bin/node-waf
-ln -s /usr/bin/npm bin/npm
-}

Copied: meteorjs/repos/community-i686/PKGBUILD (from rev 86244, 
meteorjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 08:59:11 UTC (rev 86245)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Parth Buch parthbuch115 at gmail dot com
+# Contributor: Tom Vincent http://tlvince.com/contact/
+
+pkgname=meteorjs
+pkgver=0.5.8
+pkgrel=1
+pkgdesc=Open-source platform for building top-quality web apps in a fraction 
of the time.
+arch=('i686' 'x86_64')
+url=https://github.com/meteor/meteor;
+license=('MIT')
+depends=('nodejs' 'mongodb')
+options=('!strip')
+
+sha256sums=('232d7a0bf0947e29fcd6ff8e7314d5783c1b4b7e5c6b5b68ed9ef2ed8d75c6cc'
+'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
+
+if [ $CARCH = x86_64 ]; then
+_arch=amd64
+else
+_arch=i386
+
sha256sums[0]='b9c45ad56b2ccd2d6fa41740b20c671ea642ce84271474c319ddc8a67a0c77ff'
+fi
+
+source=(http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb; 
meteor)
+
+package() {
+tar xf data.tar.gz -C $pkgdir ./usr/lib/meteor
+
+install -Dm644 $pkgdir/usr/lib/meteor/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+install -Dm755 $srcdir/meteor $pkgdir/usr/bin/meteor
+
+cd $pkgdir/usr/lib/meteor
+rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
+   
lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
+   lib/node_modules/websocket/build/Release/obj.target/xor.node \
+   lib/node_modules/websocket/build/Release/obj.target/validation.node
+
+# mongodb links
+rm -rf mongodb
+install -dm755 mongodb/bin
+ln -s /usr/bin/mongod mongodb/bin/mongod
+ln -s /usr/bin/mongo mongodb/bin/mongo
+
+# 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 10:35:50
  Author: arodseth
Revision: 86246

Added a note to self

Modified:
  volumeicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 08:59:11 UTC (rev 86245)
+++ PKGBUILD2013-03-14 09:35:50 UTC (rev 86246)
@@ -2,6 +2,10 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Maato maato softwarebakery com
 
+# TODO: Consider adding an install-time message about
+#   removing ~/.config/volumeicon/volumeicon if there are
+#   problems running volumeicon. Ref FS#34239
+
 pkgname=volumeicon
 pkgver=0.5.0
 pkgrel=1



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

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 11:43:52
  Author: spupykin
Revision: 86247

upgpkg: lazarus 1.0.6-2

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 09:35:50 UTC (rev 86246)
+++ PKGBUILD2013-03-14 10:43:52 UTC (rev 86247)
@@ -7,7 +7,7 @@
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
 pkgver=1.0.6
 _pkgsubver=0
-pkgrel=1
+pkgrel=2
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:LGPL')
 arch=('i686' 'x86_64')



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

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 11:44:31
  Author: spupykin
Revision: 86248

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 86247, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 86247, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 86247, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 86247, lazarus/trunk/lazcontrols2.diff)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 86247, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 86247, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 86247, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 86247, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

--+
 community-i686/ChangeLog |   36 ++--
 community-i686/PKGBUILD  |  248 -
 community-i686/lazarus-ide.install   |   68 -
 community-i686/lazcontrols2.diff |   92 ++--
 community-x86_64/ChangeLog   |   36 ++--
 community-x86_64/PKGBUILD|  248 -
 community-x86_64/lazarus-ide.install |   68 -
 community-x86_64/lazcontrols2.diff   |   92 ++--
 8 files changed, 444 insertions(+), 444 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-03-14 10:43:52 UTC (rev 86247)
+++ community-i686/ChangeLog2013-03-14 10:44:31 UTC (rev 86248)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 86247, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-03-14 10:44:31 UTC (rev 86248)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 10:43:52 UTC (rev 86247)
+++ community-i686/PKGBUILD 2013-03-14 10:44:31 UTC (rev 86248)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.6
-_pkgsubver=0
-pkgrel=1
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:LGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
-   'lazcontrols2.diff')
-md5sums=('bfab7c877996df911d883ca749c7cc4e'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  mv startlazarus startlazarus-qt
-}
-
-package_lazarus() {
-  pkgdesc='Delphi-like IDE for FreePascal common files'
-  depends=('fpc' 'fpc-src')
-  optdepends=(
-'perl: to run 

[arch-commits] Commit in (4 files)

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 11:57:43
  Author: spupykin
Revision: 86249

Added:
  xbmc-pvr-addons/
  xbmc-pvr-addons/repos/
  xbmc-pvr-addons/trunk/
  xbmc-pvr-addons/trunk/PKGBUILD

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

Added: xbmc-pvr-addons/trunk/PKGBUILD
===
--- xbmc-pvr-addons/trunk/PKGBUILD  (rev 0)
+++ xbmc-pvr-addons/trunk/PKGBUILD  2013-03-14 10:57:43 UTC (rev 86249)
@@ -0,0 +1,24 @@
+pkgname=xbmc-pvr-addons
+pkgver=12.0_Frodo
+pkgrel=1
+pkgdesc=XBMC PVR add-ons for current stable xbmc
+arch=('i686' 'x86_64')
+url=https://github.com/opdenkamp/xbmc-pvr-addons;
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+conflicts=('xbmc-pvr-addons-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir/ install
+}



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

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 12:04:59
  Author: spupykin
Revision: 86250

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 10:57:43 UTC (rev 86249)
+++ PKGBUILD2013-03-14 11:04:59 UTC (rev 86250)
@@ -4,24 +4,24 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.10.0
+pkgver=2.10.1
 pkgrel=1
-_distdate=20121205-235900
-_distsha=18481cef9b
+_distdate=20130312-235900
+_distsha=33e32179fd
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;
 license=('custom')
-depends=('java-runtime=6')
+depends=('java-runtime')
 makedepends=('apache-ant' 'git')
 
source=(http://www.scala-lang.org/downloads/distrib/files/scala-sources-$pkgver.tgz

http://www.scala-lang.org/downloads/distrib/files/scala-docs-$pkgver.txz)
-md5sums=('4f9e70bb90bab9f3d4565ae9f439322b'
- '4c500dfb17786fa7b47f4083276b7155')
+md5sums=('352476f0129bae79269f4881bb2e4853'
+ '81cd7033dd767109681f577449b2980e')
 
 # workaround#1: build requires unicode
-export LC_ALL=en_US.UTF-8
-export LANG=en_US.UTF-8
+#export LC_ALL=en_US.UTF-8
+#export LANG=en_US.UTF-8
 # workaround#2: set nobody's homedir to /tmp in chroot if using devtools
 
 build(){
@@ -40,41 +40,44 @@
 package_scala()
 {
   depends=('java-runtime')
-  optdepends=('scala-docs'
-   'scala-sources')
+  optdepends=('scala-docs' 'scala-sources')
 
-cd ${srcdir}/${pkgname}-${pkgver}-sources/dists/latest/
-install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-cp -r {lib,misc} ${pkgdir}/usr/share/scala/
-cp -r man ${pkgdir}/usr/share/
-install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-install -D -m0644 doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
+  cd ${srcdir}/${pkgname}-${pkgver}-sources/dists/latest/
+
+  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
+  cp -r {lib,misc} ${pkgdir}/usr/share/scala/
+  cp -r man ${pkgdir}/usr/share/
+  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
+  install -D -m0644 doc/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm -f $pkgdir/usr/share/scala/lib/scalacheck.jar
+
+  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
+  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
+  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
+  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
+  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
 }
 
 package_scala-docs()
 {
-replaces=('scala-doc' 'scala-devel-docs')
-pkgdesc=Scala documentation
-depends=('scala')
+  replaces=('scala-doc' 'scala-devel-docs')
+  pkgdesc=Scala documentation
+  depends=('scala')
 
-cd ${srcdir}
-mkdir -p $pkgdir/usr/share/doc/
-cp -r scala-docs-$pkgver $pkgdir/usr/share/doc/scala
+  cd ${srcdir}
+  mkdir -p $pkgdir/usr/share/doc/
+  cp -r scala-docs-$pkgver $pkgdir/usr/share/doc/scala
 }
 
 package_scala-sources()
 {
-replaces=('scala-src')
-pkgdesc=Scala sources
-depends=('scala')
+  replaces=('scala-src')
+  pkgdesc=Scala sources
+  depends=('scala')
 
-cd ${srcdir}/scala-${pkgver}-sources/dists
-cd latest
-mkdir -p $pkgdir/usr/share/scala/
-cp -r src $pkgdir/usr/share/scala/src
+  cd ${srcdir}/scala-${pkgver}-sources/dists
+  cd latest
+  mkdir -p $pkgdir/usr/share/scala/
+  cp -r src $pkgdir/usr/share/scala/src
 }



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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 12:07:29
  Author: andrea
Revision: 180004

Use our kdegraphics libs (fixes FS#34258)

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 08:05:07 UTC (rev 180003)
+++ PKGBUILD2013-03-14 11:07:29 UTC (rev 180004)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,7 +24,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF
+-DBUILD_tests=OFF \
+-DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
   make
 }
 



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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 12:10:20
  Author: andrea
Revision: 180005

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 180004, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 180004, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 180004, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 180004, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 180004, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 180004, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 extra-i686/PKGBUILD   |  187 ++--
 extra-i686/digikam.install|   24 ++--
 extra-i686/kipi-plugins.install   |   24 ++--
 extra-x86_64/PKGBUILD |  187 ++--
 extra-x86_64/digikam.install  |   24 ++--
 extra-x86_64/kipi-plugins.install |   24 ++--
 6 files changed, 236 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 11:07:29 UTC (rev 180004)
+++ extra-i686/PKGBUILD 2013-03-14 11:10:20 UTC (rev 180005)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.0.0
-pkgrel=2
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'mesa' 'lensfun')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('45a9490b2b10b7b42fa9f90b7389eeb248326718')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-*
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-   'opencv' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-  'libmediawiki'
-  'libgpod'
-  'hugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR=${pkgdir} install
-}

Copied: digikam/repos/extra-i686/PKGBUILD (from rev 180004, 
digikam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-14 11:10:20 UTC (rev 180005)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias 

[arch-commits] Commit in xbmc-pvr-addons/trunk (PKGBUILD)

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 12:10:23
  Author: spupykin
Revision: 86251

upgpkg: xbmc-pvr-addons 12.0_Frodo-1

upd

Modified:
  xbmc-pvr-addons/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:04:59 UTC (rev 86250)
+++ PKGBUILD2013-03-14 11:10:23 UTC (rev 86251)
@@ -1,3 +1,6 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
 pkgname=xbmc-pvr-addons
 pkgver=12.0_Frodo
 pkgrel=1
@@ -10,6 +13,7 @@
 optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
 conflicts=('xbmc-pvr-addons-git')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
+md5sums=('4411848a648597037daf97562dd0fcd2')
 
 build() {
   cd $srcdir/$pkgname-${pkgver/_/-}


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


[arch-commits] Commit in xbmc-pvr-addons/repos (4 files)

2013-03-14 Thread Sergej Pupykin
Date: Thursday, March 14, 2013 @ 12:10:40
  Author: spupykin
Revision: 86252

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

Added:
  xbmc-pvr-addons/repos/community-i686/
  xbmc-pvr-addons/repos/community-i686/PKGBUILD
(from rev 86251, xbmc-pvr-addons/trunk/PKGBUILD)
  xbmc-pvr-addons/repos/community-x86_64/
  xbmc-pvr-addons/repos/community-x86_64/PKGBUILD
(from rev 86251, xbmc-pvr-addons/trunk/PKGBUILD)

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

Copied: xbmc-pvr-addons/repos/community-i686/PKGBUILD (from rev 86251, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 11:10:40 UTC (rev 86252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xbmc-pvr-addons
+pkgver=12.0_Frodo
+pkgrel=1
+pkgdesc=XBMC PVR add-ons for current stable xbmc
+arch=('i686' 'x86_64')
+url=https://github.com/opdenkamp/xbmc-pvr-addons;
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+conflicts=('xbmc-pvr-addons-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
+md5sums=('4411848a648597037daf97562dd0fcd2')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir/ install
+}

Copied: xbmc-pvr-addons/repos/community-x86_64/PKGBUILD (from rev 86251, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 11:10:40 UTC (rev 86252)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xbmc-pvr-addons
+pkgver=12.0_Frodo
+pkgrel=1
+pkgdesc=XBMC PVR add-ons for current stable xbmc
+arch=('i686' 'x86_64')
+url=https://github.com/opdenkamp/xbmc-pvr-addons;
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+conflicts=('xbmc-pvr-addons-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver/_/-}.tar.gz;)
+md5sums=('4411848a648597037daf97562dd0fcd2')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/-}
+  make DESTDIR=$pkgdir/ install
+}



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

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:37:31
  Author: alucryd
Revision: 86253

upgpkg: lightdm 1:1.4.0-1
Downgrade to latest stable release. Create lightdm-devel for 1.5.1 in AUR.

Modified:
  lightdm/trunk/PKGBUILD
Deleted:
  lightdm/trunk/lightdm-1.5.1-systemd_login1_power.patch

--+
 PKGBUILD |   36 +---
 lightdm-1.5.1-systemd_login1_power.patch |  211 -
 2 files changed, 8 insertions(+), 239 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:10:40 UTC (rev 86252)
+++ PKGBUILD2013-03-14 11:37:31 UTC (rev 86253)
@@ -3,33 +3,32 @@
 # Contributor: Morfeo morfe...@hotmail.it
 
 pkgbase=lightdm
-pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.5.1
-pkgrel=6
+pkgname=('lightdm' 'liblightdm-qt4')
+pkgver=1.4.0
+pkgrel=1
+epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
 url=https://launchpad.net/lightdm;
 license=('GPL3' 'LGPL3')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 
'libxklavier' 'qt4' 'qt5-base')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 
'libxklavier' 'qt4')
 options=('!emptydirs' '!libtool')
-source=(https://launchpad.net/lightdm/1.6/${pkgver}/+download/${pkgbase}-${pkgver}.tar.xz;
+source=(https://launchpad.net/lightdm/1.4/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;
 'lightdm.service'
 'lightdm.tmpfiles'
 'lightdm.pam'
 'lightdm-autologin.pam'
 'lightdm.rules'
 'lightdm-default-config.patch'
-'lightdm-1.5.1-systemd_login1_power.patch'
 'lightdm-lock-screen-before-switch.patch'
 'xsession')
-sha256sums=('645db2d763cc514d6aecb1838f4a9c33c3dcf0c94567a7ef36c6b23d8aa56c86'
+sha256sums=('3486a9f828864a78d452696cf6fef6e1dec2f4ef92a72e90ab37edf9a0824c43'
 '2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b08747d966c45125'
 'ec10378992907f06a6960c4644aba2f81744fbcaf38f6bdc7c364979be3207e4'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 'cd0a9591b61118c6de1b07e1cd9a1b74cd74e9e95288f8b41eba32e26fd22023'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 '51ec7eb1c50c0ba0b96b846662707533ebc1d6558cea75cb7424afddf0d064f0'
-'8c8432294d361475293852f45673bc042eb252dbc58a17445fd10e5e874dc608'
 '4793eaee5915f5c519f569a4cd9158822d4c57c8b6e405895d2eddf82fa00822'
 '7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4')
 
@@ -38,7 +37,6 @@
 
 # Patch
   patch -Np1 -i ../lightdm-default-config.patch
-  patch -Np1 -i ../lightdm-1.5.1-systemd_login1_power.patch
   patch -Np1 -i ../lightdm-lock-screen-before-switch.patch
 
 # Build
@@ -47,7 +45,7 @@
 }
 
 package_lightdm() {
-depends=('libgcrypt' 'libxklavier' 'pam')
+depends=('libxklavier' 'pam')
 optdepends=('xorg-server-xephyr: LightDM test mode'
 'accountsservice: limit visible accounts')
 backup=('etc/apparmor.d/lightdm-guest-session'
@@ -88,24 +86,6 @@
   make DESTDIR=${pkgdir} -C liblightdm-gobject install
   make DESTDIR=${pkgdir} -C liblightdm-qt install
   make DESTDIR=${pkgdir} -C liblightdm-gobject uninstall
-  find ${pkgdir} -type d -name *qt5* -exec rm -rf {} +
-  find ${pkgdir} -type f  -name *qt5* -exec rm {} +
-  find ${pkgdir} -type l  -name *qt5* -exec rm {} +
 }
 
-package_liblightdm-qt5() {
-pkgdesc=('LightDM Qt client library')
-depends=('lightdm' 'qt5-base')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} -C liblightdm-gobject install
-  make DESTDIR=${pkgdir} -C liblightdm-qt install
-  make DESTDIR=${pkgdir} -C liblightdm-gobject uninstall
-  find ${pkgdir} -type d -name *qt[!5]* -exec rm -rf {} +
-  find ${pkgdir} -type f  -name *qt[!5]* -exec rm {} +
-  find ${pkgdir} -type l  -name *qt[!5]* -exec rm {} +
-}
-
 # vim: ts=2 sw=2 et:

Deleted: lightdm-1.5.1-systemd_login1_power.patch
===
--- lightdm-1.5.1-systemd_login1_power.patch2013-03-14 11:10:40 UTC (rev 
86252)
+++ lightdm-1.5.1-systemd_login1_power.patch2013-03-14 11:37:31 UTC (rev 
86253)
@@ -1,211 +0,0 @@
-diff -up lightdm-1.5.1/liblightdm-gobject/power.c.systemd_login1_power 
lightdm-1.5.1/liblightdm-gobject/power.c
 lightdm-1.5.1/liblightdm-gobject/power.c.systemd_login1_power  
2013-03-05 20:40:10.0 -0600
-+++ lightdm-1.5.1/liblightdm-gobject/power.c   2013-03-09 11:31:00.169897568 
-0600
-@@ -17,6 +17,7 @@
- 
- static GDBusProxy *upower_proxy = NULL;
- static GDBusProxy *ck_proxy = NULL;
-+static GDBusProxy *login1_proxy = NULL;
- 
- static gboolean
- upower_call_function (const gchar *function, gboolean default_result, GError 
**error)
-@@ -147,6 +148,59 @@ ck_call_function (const gchar *function,
- return function_result;
- }
- 
-+static gboolean

[arch-commits] Commit in lightdm/repos (42 files)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:38:24
  Author: alucryd
Revision: 86254

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 86253, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 86253, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 86253, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 86253, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 86253, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 86253, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 86253, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 86253, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 86253, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-i686/xsession
(from rev 86253, lightdm/trunk/xsession)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 86253, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 86253, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 86253, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 86253, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 86253, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 86253, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 86253, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 86253, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 86253, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/xsession
(from rev 86253, lightdm/trunk/xsession)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/lightdm-1.5.1-systemd_login1_power.patch
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-i686/xsession
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/lightdm-1.5.1-systemd_login1_power.patch
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles
  lightdm/repos/community-x86_64/xsession

---+
 community-i686/PKGBUILD   |  202 +--
 community-i686/lightdm-1.5.1-systemd_login1_power.patch   |  211 
 community-i686/lightdm-autologin.pam  |   22 -
 community-i686/lightdm-default-config.patch   |   70 +--
 community-i686/lightdm-lock-screen-before-switch.patch|  110 +++---
 community-i686/lightdm.install|   30 -
 community-i686/lightdm.pam|   14 
 community-i686/lightdm.rules  |   30 -
 community-i686/lightdm.service|   28 -
 community-i686/lightdm.tmpfiles   |4 
 community-i686/xsession   |  146 
 community-x86_64/PKGBUILD |  202 +--
 community-x86_64/lightdm-1.5.1-systemd_login1_power.patch |  211 
 community-x86_64/lightdm-autologin.pam|   22 -
 community-x86_64/lightdm-default-config.patch |   70 +--
 community-x86_64/lightdm-lock-screen-before-switch.patch  |  110 +++---
 community-x86_64/lightdm.install  |   30 -
 community-x86_64/lightdm.pam  |   14 
 community-x86_64/lightdm.rules|   30 -
 community-x86_64/lightdm.service  |   28 -
 community-x86_64/lightdm.tmpfiles |4 
 community-x86_64/xsession

[arch-commits] Commit in lightdm-gtk3-greeter/trunk (PKGBUILD onscreen-keyboard.patch)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:39:12
  Author: alucryd
Revision: 86255

upgpkg: lightdm-gtk3-greeter 1:1.3.1-1
Same downgrade as lightdm. Devel in AUR too.

Modified:
  lightdm-gtk3-greeter/trunk/PKGBUILD
Deleted:
  lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch

-+
 PKGBUILD|   17 --
 onscreen-keyboard.patch |  306 --
 2 files changed, 6 insertions(+), 317 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:38:24 UTC (rev 86254)
+++ PKGBUILD2013-03-14 11:39:12 UTC (rev 86255)
@@ -3,30 +3,25 @@
 # Contributor: Padfoot padf...@exemail.com.au
 
 pkgname=lightdm-gtk3-greeter
-pkgver=1.5.1
+pkgver=1.3.1
 pkgrel=1
+epoch=1
 pkgdesc=GTK+ greeter for LightDM
 arch=('i686' 'x86_64')
 url=https://launchpad.net/lightdm-gtk-greeter;
 license=('GPL3' 'LGPL3')
 depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'intltool')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
 provides=(${pkgname/3/})
-conflicts=(${pkgname/3/2})
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;
-onscreen-keyboard.patch)
-sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621'
-'381c4da15ed2482800aaf3258217cd48c2313aee5da4f7ade77f7ef55659d0b9')
+source=(https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
+sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
 
 build() {
   cd ${srcdir}/${pkgname/3/}-${pkgver}
 
-# Patch
-  patch -Np1 -i ../onscreen-keyboard.patch
-
 # Build
-  AUTOMAKE=automake ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static
   make
 }
 

Deleted: onscreen-keyboard.patch
===
--- onscreen-keyboard.patch 2013-03-14 11:38:24 UTC (rev 86254)
+++ onscreen-keyboard.patch 2013-03-14 11:39:12 UTC (rev 86255)
@@ -1,306 +0,0 @@
-diff -aur lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf 
lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf
 lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf
2013-02-11 00:19:17.0 +1100
-+++ lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf  
2013-02-20 19:17:39.382817993 +1100
-@@ -9,6 +9,7 @@
- # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
- # show-language-selector (true or false)
- # show-indicators = semi-colon ; separated list of allowed indicator 
modules (e.g. indicator-sound.so)
-+# keyboard = Command to launch on screen keyboard. Ensure it does not steal 
focus.
- #
- [greeter]
- #background=
-@@ -21,3 +22,4 @@
- #xft-rgba=
- #show-language-selector=
- #show-indicators=
-+#keyboard=
-diff -aur lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c 
lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c
 lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c2013-02-11 
00:48:21.0 +1100
-+++ lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c  2013-02-20 
20:09:30.219150045 +1100
-@@ -23,6 +23,7 @@
- #include cairo-xlib.h
- #include gdk-pixbuf/gdk-pixbuf.h
- #include gdk/gdkx.h
-+#include glib.h
- 
- #ifdef HAVE_LIBINDICATOR
- #include libindicator/indicator-object.h
-@@ -44,6 +45,7 @@
- static GtkComboBox *user_combo;
- static GtkComboBox *session_combo;
- static GtkComboBox *language_combo;
-+static GtkCheckMenuItem *keyboard_menuitem;
- static gchar *default_font_name, *default_theme_name, 
*default_icon_theme_name;
- static GdkPixbuf *default_background_pixbuf = NULL;
- #if GTK_CHECK_VERSION (3, 0, 0)
-@@ -52,6 +54,10 @@
- static GdkColor *default_background_color = NULL;
- #endif
- static gboolean cancelling = FALSE, prompted = FALSE;
-+static gchar **a11y_keyboard_command;
-+static int a11y_kbd_pid = 0;
-+static GPid *a11y_keyboard_pid = a11y_kbd_pid;
-+static GError *a11y_keyboard_error;
- 
- 
- #ifdef HAVE_LIBINDICATOR
-@@ -649,7 +655,10 @@
- if (lightdm_greeter_get_is_authenticated (greeter))
- {
- if (prompted)
--start_session ();
-+{
-+ gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM 
(keyboard_menuitem), FALSE);
-+ start_session ();
-+}
- }
- else
- {
-@@ -864,6 +873,32 @@
- }
- }
- 
-+void a11y_keyboard_cb (GtkWidget *widget);
-+G_MODULE_EXPORT
-+void
-+a11y_keyboard_cb (GtkWidget *widget)
-+{
-+if (gtk_check_menu_item_get_active (GTK_CHECK_MENU_ITEM (widget)))
-+{
-+if (!g_spawn_async(NULL, a11y_keyboard_command, NULL, 
G_SPAWN_SEARCH_PATH, NULL, NULL, a11y_keyboard_pid, a11y_keyboard_error))

[arch-commits] Commit in lightdm-gtk3-greeter/repos (6 files)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:39:30
  Author: alucryd
Revision: 86256

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

Added:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
(from rev 86255, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
(from rev 86255, lightdm-gtk3-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
  lightdm-gtk3-greeter/repos/community-i686/onscreen-keyboard.patch
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
  lightdm-gtk3-greeter/repos/community-x86_64/onscreen-keyboard.patch

--+
 community-i686/PKGBUILD  |   75 +++
 community-i686/onscreen-keyboard.patch   |  306 -
 community-x86_64/PKGBUILD|   75 +++
 community-x86_64/onscreen-keyboard.patch |  306 -
 4 files changed, 70 insertions(+), 692 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 11:39:12 UTC (rev 86255)
+++ community-i686/PKGBUILD 2013-03-14 11:39:30 UTC (rev 86256)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Padfoot padf...@exemail.com.au
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=GTK+ greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://launchpad.net/lightdm-gtk-greeter;
-license=('GPL3' 'LGPL3')
-depends=('gtk3' 'lightdm')
-makedepends=('exo' 'gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'intltool')
-provides=(${pkgname/3/})
-conflicts=(${pkgname/3/2})
-backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;
-onscreen-keyboard.patch)
-sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621'
-'381c4da15ed2482800aaf3258217cd48c2313aee5da4f7ade77f7ef55659d0b9')
-
-build() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Patch
-  patch -Np1 -i ../onscreen-keyboard.patch
-
-# Build
-  AUTOMAKE=automake ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname/3/}-${pkgver}
-
-# Install
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/PKGBUILD (from rev 86255, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 11:39:30 UTC (rev 86256)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
+provides=(${pkgname/3/})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/3/}/1.4/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;)
+sha256sums=('a384b6413a52e6c6aeaf3242b2420e857ad7e2e4e5bec47da663e67076c0ee87')
+
+build() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Build
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/lightdm 
--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/onscreen-keyboard.patch
===
--- community-i686/onscreen-keyboard.patch  2013-03-14 11:39:12 UTC (rev 
86255)
+++ community-i686/onscreen-keyboard.patch  2013-03-14 11:39:30 UTC (rev 
86256)
@@ -1,306 +0,0 @@
-diff -aur lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf 
lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf
 lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf
2013-02-11 00:19:17.0 +1100
-+++ lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf  
2013-02-20 19:17:39.382817993 +1100
-@@ -9,6 +9,7 @@
- # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
- # show-language-selector (true or false)
- # show-indicators = semi-colon ; separated list of allowed indicator 
modules (e.g. indicator-sound.so)
-+# keyboard = Command to launch on screen keyboard. Ensure it does not steal 
focus.
- #
- [greeter]
- #background=
-@@ -21,3 +22,4 @@
- #xft-rgba=
- #show-language-selector=
- #show-indicators=
-+#keyboard=
-diff -aur lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c 
lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c
 

[arch-commits] Commit in lightdm-kde-greeter/trunk (PKGBUILD)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:39:59
  Author: alucryd
Revision: 86257

upgpkg: lightdm-kde-greeter 0.3.1-2
Rebuild against downgraded lightdm.

Modified:
  lightdm-kde-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:39:30 UTC (rev 86256)
+++ PKGBUILD2013-03-14 11:39:59 UTC (rev 86257)
@@ -6,7 +6,7 @@
 
 pkgname=lightdm-kde-greeter
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE greeter for LightDM
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/base/lightdm;



[arch-commits] Commit in lightdm-kde-greeter/repos (8 files)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:40:16
  Author: alucryd
Revision: 86258

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

Added:
  lightdm-kde-greeter/repos/community-i686/PKGBUILD
(from rev 86257, lightdm-kde-greeter/trunk/PKGBUILD)
  lightdm-kde-greeter/repos/community-i686/lightdm-kde-greeter.conf
(from rev 86257, lightdm-kde-greeter/trunk/lightdm-kde-greeter.conf)
  lightdm-kde-greeter/repos/community-x86_64/PKGBUILD
(from rev 86257, lightdm-kde-greeter/trunk/PKGBUILD)
  lightdm-kde-greeter/repos/community-x86_64/lightdm-kde-greeter.conf
(from rev 86257, lightdm-kde-greeter/trunk/lightdm-kde-greeter.conf)
Deleted:
  lightdm-kde-greeter/repos/community-i686/PKGBUILD
  lightdm-kde-greeter/repos/community-i686/lightdm-kde-greeter.conf
  lightdm-kde-greeter/repos/community-x86_64/PKGBUILD
  lightdm-kde-greeter/repos/community-x86_64/lightdm-kde-greeter.conf

---+
 community-i686/PKGBUILD   |   88 ++--
 community-i686/lightdm-kde-greeter.conf   |4 -
 community-x86_64/PKGBUILD |   88 ++--
 community-x86_64/lightdm-kde-greeter.conf |4 -
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 11:39:59 UTC (rev 86257)
+++ community-i686/PKGBUILD 2013-03-14 11:40:16 UTC (rev 86258)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Mladen Pejakovic pej...@gmail.com
-# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
-
-pkgname=lightdm-kde-greeter
-pkgver=0.3.1
-pkgrel=1
-pkgdesc=KDE greeter for LightDM
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/base/lightdm;
-license=('GPL')
-depends=('kdelibs' 'liblightdm-qt4')
-makedepends=('cmake' 'automoc4')
-backup=('etc/lightdm/lightdm-kde-greeter.conf'
-'etc/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf')
-source=(ftp://ftp.kde.org/pub/kde/unstable/${pkgname%-*}/src/${pkgname%-*}-${pkgver}.tar.bz2;
-'lightdm-kde-greeter.conf')
-sha256sums=('855cffaccc6500e25016e104cd593189cad9aa88ee34f237b01964fce1bcfcf9'
-'a8fe10ef68d553781b91b1377106f95915c3ca14d835bd66910e08f922ef64c8')
-
-build() {
-  cd ${srcdir}/lightdm-${pkgver}
-
-# Build
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/lightdm-${pkgver}/build
-
-# Install
-  make DESTDIR=${pkgdir} install
-  install -dm 755 ${pkgdir}/etc/lightdm
-  install -m 644 ../../lightdm-kde-greeter.conf 
${pkgdir}/etc/lightdm/lightdm-kde-greeter.conf
-}
-
-# vim ts=2 sw=2 et:

Copied: lightdm-kde-greeter/repos/community-i686/PKGBUILD (from rev 86257, 
lightdm-kde-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 11:40:16 UTC (rev 86258)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Mladen Pejakovic pej...@gmail.com
+# Contributor: Xiao-Long Chen chenxiaol...@cxl.epac.to
+
+pkgname=lightdm-kde-greeter
+pkgver=0.3.1
+pkgrel=2
+pkgdesc=KDE greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/base/lightdm;
+license=('GPL')
+depends=('kdelibs' 'liblightdm-qt4')
+makedepends=('cmake' 'automoc4')
+backup=('etc/lightdm/lightdm-kde-greeter.conf'
+'etc/dbus-1/system.d/org.kde.kcontrol.kcmlightdm.conf')
+source=(ftp://ftp.kde.org/pub/kde/unstable/${pkgname%-*}/src/${pkgname%-*}-${pkgver}.tar.bz2;
+'lightdm-kde-greeter.conf')
+sha256sums=('855cffaccc6500e25016e104cd593189cad9aa88ee34f237b01964fce1bcfcf9'
+'a8fe10ef68d553781b91b1377106f95915c3ca14d835bd66910e08f922ef64c8')
+
+build() {
+  cd ${srcdir}/lightdm-${pkgver}
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/lightdm-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+  install -dm 755 ${pkgdir}/etc/lightdm
+  install -m 644 ../../lightdm-kde-greeter.conf 
${pkgdir}/etc/lightdm/lightdm-kde-greeter.conf
+}
+
+# vim ts=2 sw=2 et:

Deleted: community-i686/lightdm-kde-greeter.conf
===
--- community-i686/lightdm-kde-greeter.conf 2013-03-14 11:39:59 UTC (rev 
86257)
+++ community-i686/lightdm-kde-greeter.conf 2013-03-14 11:40:16 UTC (rev 
86258)
@@ -1,2 +0,0 @@
-[greeter]
-theme-name=classic

Copied: lightdm-kde-greeter/repos/community-i686/lightdm-kde-greeter.conf (from 
rev 86257, 

[arch-commits] Commit in (lightdm-gtk2-greeter)

2013-03-14 Thread Maxime Gauduin
Date: Thursday, March 14, 2013 @ 12:41:58
  Author: alucryd
Revision: 86259

Remove gtk2 lightdm greeter, only available from 1.5.1.

Deleted:
  lightdm-gtk2-greeter/



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

2013-03-14 Thread Stéphane Gaudreault
Date: Thursday, March 14, 2013 @ 12:52:23
  Author: stephane
Revision: 180006

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

Added:
  libffi/repos/core-i686/PKGBUILD
(from rev 180005, libffi/repos/testing-i686/PKGBUILD)
  libffi/repos/core-i686/libffi.install
(from rev 180005, libffi/repos/testing-i686/libffi.install)
  libffi/repos/core-x86_64/PKGBUILD
(from rev 180005, libffi/repos/testing-x86_64/PKGBUILD)
  libffi/repos/core-x86_64/libffi.install
(from rev 180005, libffi/repos/testing-x86_64/libffi.install)
Deleted:
  libffi/repos/core-i686/PKGBUILD
  libffi/repos/core-i686/libffi.install
  libffi/repos/core-x86_64/PKGBUILD
  libffi/repos/core-x86_64/libffi.install
  libffi/repos/testing-i686/
  libffi/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   67 +--
 core-i686/libffi.install   |   40 -
 core-x86_64/PKGBUILD   |   67 +--
 core-x86_64/libffi.install |   40 -
 4 files changed, 108 insertions(+), 106 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-03-14 11:10:20 UTC (rev 180005)
+++ core-i686/PKGBUILD  2013-03-14 11:52:23 UTC (rev 180006)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libffi
-pkgver=3.0.11
-pkgrel=1
-pkgdesc=A portable, high level programming interface to various calling 
conventions
-arch=('i686' 'x86_64')
-url=http://sourceware.org/libffi;
-license=('MIT')
-depends=('glibc')
-checkdepends=('dejagnu')
-options=('!libtool')
-install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-md5sums=('f69b9693227d976835b4857b1ba7d0e3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libffi/repos/core-i686/PKGBUILD (from rev 180005, 
libffi/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-03-14 11:52:23 UTC (rev 180006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.12
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: core-i686/libffi.install
===
--- core-i686/libffi.install2013-03-14 11:10:20 UTC (rev 180005)
+++ core-i686/libffi.install2013-03-14 11:52:23 UTC (rev 180006)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libffi.info.gz)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: libffi/repos/core-i686/libffi.install (from rev 180005, 
libffi/repos/testing-i686/libffi.install)
===
--- core-i686/libffi.install(rev 0)
+++ core-i686/libffi.install2013-03-14 11:52:23 UTC (rev 180006)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-03-14 11:10:20 UTC (rev 180005)
+++ core-x86_64/PKGBUILD2013-03-14 

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

2013-03-14 Thread Stéphane Gaudreault
Date: Thursday, March 14, 2013 @ 12:52:25
  Author: stephane
Revision: 180007

db-move: moved libdvdcss from [testing] to [extra] (i686, x86_64)

Added:
  libdvdcss/repos/extra-i686/PKGBUILD
(from rev 180006, libdvdcss/repos/testing-i686/PKGBUILD)
  libdvdcss/repos/extra-x86_64/PKGBUILD
(from rev 180006, libdvdcss/repos/testing-x86_64/PKGBUILD)
Deleted:
  libdvdcss/repos/extra-i686/PKGBUILD
  libdvdcss/repos/extra-x86_64/PKGBUILD
  libdvdcss/repos/testing-i686/
  libdvdcss/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 11:52:23 UTC (rev 180006)
+++ extra-i686/PKGBUILD 2013-03-14 11:52:25 UTC (rev 180007)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-# Contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdcss
-pkgver=1.2.12
-pkgrel=1
-pkgdesc=A portable abstraction library for DVD decryption
-url=http://www.videolan.org/libdvdcss;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2218a193900e3203aa10dc24cdf54275')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: libdvdcss/repos/extra-i686/PKGBUILD (from rev 180006, 
libdvdcss/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-14 11:52:25 UTC (rev 180007)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdcss
+pkgver=1.2.13
+pkgrel=1
+pkgdesc=A portable abstraction library for DVD decryption
+url=http://www.videolan.org/libdvdcss;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1a4a5e55c7529da46386c1c40eee2c325a77')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-14 11:52:23 UTC (rev 180006)
+++ extra-x86_64/PKGBUILD   2013-03-14 11:52:25 UTC (rev 180007)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: arjan ar...@archlinux.org
-# Contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=libdvdcss
-pkgver=1.2.12
-pkgrel=1
-pkgdesc=A portable abstraction library for DVD decryption
-url=http://www.videolan.org/libdvdcss;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2218a193900e3203aa10dc24cdf54275')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: libdvdcss/repos/extra-x86_64/PKGBUILD (from rev 180006, 
libdvdcss/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-14 11:52:25 UTC (rev 180007)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: arjan ar...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=libdvdcss
+pkgver=1.2.13
+pkgrel=1
+pkgdesc=A portable abstraction library for DVD decryption
+url=http://www.videolan.org/libdvdcss;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1a4a5e55c7529da46386c1c40eee2c325a77')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:10:08
  Author: dwallace
Revision: 86260

upgpkg: steam 1.0.0.36-1

upgpkg: steam 1.0.0.36-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:41:58 UTC (rev 86259)
+++ PKGBUILD2013-03-14 12:10:08 UTC (rev 86260)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.35
+pkgver=1.0.0.36
 pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
@@ -32,7 +32,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
+md5sums=('85b0e502ee7842225935348da85e4c85'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:10:52
  Author: dwallace
Revision: 86261

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 86260, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 86260, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 12:10:08 UTC (rev 86260)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.35
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 86260, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.36
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:13:09
  Author: dwallace
Revision: 86262

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 86261, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 86261, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 86261, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 86261, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-14 12:10:52 UTC (rev 86261)
+++ PKGBUILD2013-03-14 12:13:09 UTC (rev 86262)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.35
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 86261, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-14 12:13:09 UTC (rev 86262)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.36
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('85b0e502ee7842225935348da85e4c85'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 15:26:01
  Author: svenstaro
Revision: 86263

upgpkg: spring 0.93.1-1

Updating to 0.93.1

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 12:13:09 UTC (rev 86262)
+++ PKGBUILD2013-03-14 14:26:01 UTC (rev 86263)
@@ -4,8 +4,8 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=0.93.0
-_pkgver=93.0
+pkgver=0.93.1
+_pkgver=93.1
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('770b2f1aefddb9752d3a5bb70ba76cca')
+md5sums=('a7a093c9113d7a4e62c2c53b80e8de52')
 
 build() {
   bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 15:26:17
  Author: svenstaro
Revision: 86264

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 86263, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 86263, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 86263, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 86263, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 86263, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 86263, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 community-i686/PKGBUILD   |   88 
 community-i686/boost-1.50.patch   | 5078 ++--
 community-i686/spring.install |   24 
 community-x86_64/PKGBUILD |   88 
 community-x86_64/boost-1.50.patch | 5078 ++--
 community-x86_64/spring.install   |   24 
 6 files changed, 5190 insertions(+), 5190 deletions(-)

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


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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 15:33:07
  Author: arodseth
Revision: 86265

upgpkg: ruby-gtk2 1.2.2-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 14:26:17 UTC (rev 86264)
+++ PKGBUILD2013-03-14 14:33:07 UTC (rev 86265)
@@ -8,28 +8,31 @@
 pkgbase=ruby-gtk2
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
  'ruby-pango')
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2')
 source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;
 '0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch')
-sha256sums=('cb6e329f64042c8d24248204e11bb4652f9b2984ac2965d82dab49634deb1125'
+sha256sums=('f99ff4888fc69317e1dae61c9ca684bf2f38a20534f1f1b4b3b182c66247910c'
 '9180b6b8d146b815de63bd2c4f0e215ab7591e3ebaca913120ae962695f3c388')
 
 build() {
   cd $srcdir/ruby-gtk2-$pkgver
-  patch -Np1 -i 
${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
-  #find . -name extconf.rb -exec sed -i 's/glib2/glib-2.0/' {} \;
-  #sed -i 's/glib2/glib-2.0/' extconf.rb
+
+  #patch -Np1 -i 
${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
   LANG=en_US.UTF-8 \
 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/2.0.0/i686-linux
-  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/site_ruby/2.0.0/x86_64-linux
-  export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
+  #mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/2.0.0/i686-linux
+  #mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/site_ruby/2.0.0/x86_64-linux
+  mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+  mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/site_ruby/1.9.1/i686-linux
+  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux
+  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
+  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make
 }
 
@@ -38,8 +41,8 @@
   depends=(ruby-glib2=$pkgver 'atk')
 
   cd $srcdir/ruby-gtk2-$pkgver/atk
-  export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
+  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
+  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir install
 }
 
@@ -48,8 +51,8 @@
   depends=(ruby-glib2=$pkgver 'gdk-pixbuf2')
 
   cd $srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2
-  export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
+  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
+  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir install
 }
 
@@ -58,8 +61,8 @@
   depends=(ruby-glib2=$pkgver)
 
   cd $srcdir/ruby-gtk2-$pkgver/gio2
-  export CXXFLAGS=$CXXFLAGS -lglib-2.0
-  export CFLAGS=$CFLAGS -lglib-2.0
+  #export CXXFLAGS=$CXXFLAGS -lglib-2.0
+  #export CFLAGS=$CFLAGS -lglib-2.0
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -68,8 +71,8 @@
   depends=('glib2' 'ruby')
 
   cd $srcdir/ruby-gtk2-$pkgver/glib2
-  export CXXFLAGS=$CXXFLAGS -lglib-2.0
-  export CFLAGS=$CFLAGS -lglib-2.0
+  #export CXXFLAGS=$CXXFLAGS -lglib-2.0
+  #export CFLAGS=$CFLAGS -lglib-2.0
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -79,8 +82,8 @@
ruby-gdkpixbuf2=$pkgver)
 
   cd $srcdir/ruby-gtk2-$pkgver/gtk2
-  export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
+  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
+  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 
@@ -89,8 +92,8 @@
   depends=(ruby-glib2=$pkgver 'ruby-cairo' 'pango')
 
   cd $srcdir/ruby-gtk2-$pkgver/pango
-  export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
-  export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
+  #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
+  #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make includedir=/usr/include DESTDIR=$pkgdir/ install
 }
 



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 15:33:19
  Author: arodseth
Revision: 86266

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

Added:
  
ruby-gtk2/repos/community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86265, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-i686/PKGBUILD
(from rev 86265, ruby-gtk2/trunk/PKGBUILD)
  
ruby-gtk2/repos/community-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86265, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-x86_64/PKGBUILD
(from rev 86265, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  ruby-gtk2/repos/community-i686/PKGBUILD
  ruby-gtk2/repos/community-x86_64/PKGBUILD

--+
 community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch 
  |   55 +++
 community-i686/PKGBUILD
  |  178 +-
 
community-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 |   55 +++
 community-x86_64/PKGBUILD  
  |  178 +-
 4 files changed, 310 insertions(+), 156 deletions(-)

Copied: 
ruby-gtk2/repos/community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 (from rev 86265, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
===
--- 
community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch  
(rev 0)
+++ 
community-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch  
2013-03-14 14:33:19 UTC (rev 86266)
@@ -0,0 +1,55 @@
+From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 10 Mar 2013 08:51:02 -0700
+Subject: [PATCH] backport
+ 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
+ to fix syntax errors with NIL_P
+
+---
+ gtk2/ext/gtk2/rbgdkevent.c| 2 +-
+ gtk2/ext/gtk2/rbgdkscreen.c   | 2 +-
+ gtk2/ext/gtk2/rbgtkcalendar.c | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c
+index 783ec72..63b1502 100644
+--- a/gtk2/ext/gtk2/rbgdkevent.c
 b/gtk2/ext/gtk2/rbgdkevent.c
+@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c
+index 243ed92..3095e38 100644
+--- a/gtk2/ext/gtk2/rbgdkscreen.c
 b/gtk2/ext/gtk2/rbgdkscreen.c
+@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c
+index e895f81..f9b0666 100644
+--- a/gtk2/ext/gtk2/rbgtkcalendar.c
 b/gtk2/ext/gtk2/rbgtkcalendar.c
+@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
+ VALUE flags;
+ rb_scan_args(argc, argv, 01, flags);
+ 
+-if NIL_P(flags){
++if (NIL_P(flags)){
+ #if GTK_CHECK_VERSION(2,4,0)
+ return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
+GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
+-- 
+1.8.1.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 14:33:07 UTC (rev 86265)
+++ community-i686/PKGBUILD 2013-03-14 14:33:19 UTC (rev 86266)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk2
-pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
- 'ruby-pango')
-pkgver=1.2.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz;)
-sha256sums=('cb6e329f64042c8d24248204e11bb4652f9b2984ac2965d82dab49634deb1125')
-
-build() {
-  cd $srcdir/ruby-gtk2-$pkgver
-  LANG=en_US.UTF-8 \
-ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  #mkdir -p \
-  #  

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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 15:35:55
  Author: bpiotrowski
Revision: 86267

upgpkg: haveged 1.7.a-1

Modified:
  haveged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 14:33:19 UTC (rev 86266)
+++ PKGBUILD2013-03-14 14:35:55 UTC (rev 86267)
@@ -4,26 +4,27 @@
 # Contributor: pootzko pootzko at gmail dot com
 
 pkgname=haveged
-pkgver=1.7a
+pkgver=1.7.a
+_pkgver=${pkgver/.a/a}
 pkgrel=1
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('i686' 'x86_64')
 url='http://www.issihosts.com/haveged'
 license=('GPL')
 depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
+source=($url/$pkgname-$_pkgver.tar.gz
 service)
 sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
 '85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$_pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$_pkgver
   make DESTDIR=$pkgdir install
 
   rm -rf $pkgdir/etc/init.d



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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 15:36:13
  Author: bpiotrowski
Revision: 86268

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

Added:
  haveged/repos/community-i686/PKGBUILD
(from rev 86267, haveged/trunk/PKGBUILD)
  haveged/repos/community-i686/haveged-1.7-build.patch
(from rev 86267, haveged/trunk/haveged-1.7-build.patch)
  haveged/repos/community-i686/service
(from rev 86267, haveged/trunk/service)
  haveged/repos/community-x86_64/PKGBUILD
(from rev 86267, haveged/trunk/PKGBUILD)
  haveged/repos/community-x86_64/haveged-1.7-build.patch
(from rev 86267, haveged/trunk/haveged-1.7-build.patch)
  haveged/repos/community-x86_64/service
(from rev 86267, haveged/trunk/service)
Deleted:
  haveged/repos/community-i686/PKGBUILD
  haveged/repos/community-i686/haveged-1.7-build.patch
  haveged/repos/community-i686/service
  haveged/repos/community-x86_64/PKGBUILD
  haveged/repos/community-x86_64/haveged-1.7-build.patch
  haveged/repos/community-x86_64/service

--+
 community-i686/PKGBUILD  |   63 ++---
 community-i686/haveged-1.7-build.patch   |   26 +--
 community-i686/service   |   22 +-
 community-x86_64/PKGBUILD|   63 ++---
 community-x86_64/haveged-1.7-build.patch |   26 +--
 community-x86_64/service |   22 +-
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 14:35:55 UTC (rev 86267)
+++ community-i686/PKGBUILD 2013-03-14 14:36:13 UTC (rev 86268)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: kfgz kfgz at interia dot pl
-# Contributor: pootzko pootzko at gmail dot com
-
-pkgname=haveged
-pkgver=1.7a
-pkgrel=1
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.gz
-service)
-sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
-'85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/etc/init.d
-  install -D -m644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/community-i686/PKGBUILD (from rev 86267, 
haveged/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 14:36:13 UTC (rev 86268)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: kfgz kfgz at interia dot pl
+# Contributor: pootzko pootzko at gmail dot com
+
+pkgname=haveged
+pkgver=1.7.a
+_pkgver=${pkgver/.a/a}
+pkgrel=1
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+source=($url/$pkgname-$_pkgver.tar.gz
+service)
+sha256sums=('8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051'
+'85aed005b7d0d0bae74f7fc0ca70907a6f67ddbcb2df77ca004f9a919028564a')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/etc/init.d
+  install -D -m644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/haveged.service
+}

Deleted: community-i686/haveged-1.7-build.patch
===
--- community-i686/haveged-1.7-build.patch  2013-03-14 14:35:55 UTC (rev 
86267)
+++ community-i686/haveged-1.7-build.patch  2013-03-14 14:36:13 UTC (rev 
86268)
@@ -1,13 +0,0 @@
-Index: haveged-1.7/src/Makefile.am
-===
 haveged-1.7.orig/src/Makefile.am
-+++ haveged-1.7/src/Makefile.am
-@@ -27,7 +27,7 @@ pkginclude_HEADERS = havege.h
- 
- haveged_SOURCES = haveged.c haveged.h
- 
--haveged_LDADD = @HA_LDFLAGS@ $(top_builddir)/src/libhavege.la
-+haveged_LDADD = @HA_LDFLAGS@ libhavege.la
- ##libtool_end##
- 
- MAINTAINERCLEANFILES = Makefile.in

Copied: haveged/repos/community-i686/haveged-1.7-build.patch (from rev 86267, 
haveged/trunk/haveged-1.7-build.patch)
===
--- community-i686/haveged-1.7-build.patch  (rev 0)
+++ community-i686/haveged-1.7-build.patch  2013-03-14 14:36:13 UTC (rev 
86268)
@@ -0,0 +1,13 @@
+Index: haveged-1.7/src/Makefile.am

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 15:56:07
  Author: arodseth
Revision: 86269

upgpkg: ruby-gtk2 1.2.2-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 14:36:13 UTC (rev 86268)
+++ PKGBUILD2013-03-14 14:56:07 UTC (rev 86269)
@@ -25,12 +25,10 @@
   #patch -Np1 -i 
${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
   LANG=en_US.UTF-8 \
 ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor
-  #mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/2.0.0/i686-linux
-  #mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/site_ruby/2.0.0/x86_64-linux
-  mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-  mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/site_ruby/1.9.1/i686-linux
-  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/site_ruby/1.9.1/i686-linux
+  mkdir -p $pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+  mkdir -p $pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+  mkdir -p $pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+  mkdir -p $pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
   #export CFLAGS=$CFLAGS `pkg-config --libs glib-2.0`
   #export CXXFLAGS=$CXXFLAGS `pkg-config --libs glib-2.0`
   make



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 15:56:20
  Author: arodseth
Revision: 86270

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

Added:
  
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86269, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-staging-i686/PKGBUILD
(from rev 86269, ruby-gtk2/trunk/PKGBUILD)
  
ruby-gtk2/repos/community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86269, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-staging-x86_64/PKGBUILD
(from rev 86269, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-staging-i686/PKGBUILD
  
ruby-gtk2/repos/community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-staging-x86_64/PKGBUILD

--+
 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
   |  110 ++---
 community-staging-i686/PKGBUILD
  |  195 +-
 
community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 |  110 ++---
 community-staging-x86_64/PKGBUILD  
  |  195 +-
 4 files changed, 306 insertions(+), 304 deletions(-)

Deleted: 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
===
--- 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 14:56:07 UTC (rev 86269)
+++ 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 14:56:20 UTC (rev 86270)
@@ -1,55 +0,0 @@
-From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 08:51:02 -0700
-Subject: [PATCH] backport
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
- to fix syntax errors with NIL_P
-

- gtk2/ext/gtk2/rbgdkevent.c| 2 +-
- gtk2/ext/gtk2/rbgdkscreen.c   | 2 +-
- gtk2/ext/gtk2/rbgtkcalendar.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c
-index 783ec72..63b1502 100644
 a/gtk2/ext/gtk2/rbgdkevent.c
-+++ b/gtk2/ext/gtk2/rbgdkevent.c
-@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c
-index 243ed92..3095e38 100644
 a/gtk2/ext/gtk2/rbgdkscreen.c
-+++ b/gtk2/ext/gtk2/rbgdkscreen.c
-@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c
-index e895f81..f9b0666 100644
 a/gtk2/ext/gtk2/rbgtkcalendar.c
-+++ b/gtk2/ext/gtk2/rbgtkcalendar.c
-@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
- VALUE flags;
- rb_scan_args(argc, argv, 01, flags);
- 
--if NIL_P(flags){
-+if (NIL_P(flags)){
- #if GTK_CHECK_VERSION(2,4,0)
- return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
-GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
--- 
-1.8.1.5
-

Copied: 
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 (from rev 86269, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
===
--- 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  (rev 0)
+++ 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 14:56:20 UTC (rev 86270)
@@ -0,0 +1,55 @@
+From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 10 Mar 2013 08:51:02 -0700
+Subject: [PATCH] backport
+ 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
+ to fix syntax errors with NIL_P
+
+---
+ gtk2/ext/gtk2/rbgdkevent.c| 2 +-
+ 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 16:05:34
  Author: arodseth
Revision: 86271

upgpkg: ruby-gtk2 1.2.2-2

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 14:56:20 UTC (rev 86270)
+++ PKGBUILD2013-03-14 15:05:34 UTC (rev 86271)
@@ -9,7 +9,7 @@
 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2'
  'ruby-pango')
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 16:05:46
  Author: arodseth
Revision: 86272

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

Added:
  
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86271, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-staging-i686/PKGBUILD
(from rev 86271, ruby-gtk2/trunk/PKGBUILD)
  
ruby-gtk2/repos/community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
(from rev 86271, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
  ruby-gtk2/repos/community-staging-x86_64/PKGBUILD
(from rev 86271, ruby-gtk2/trunk/PKGBUILD)
Deleted:
  
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-staging-i686/PKGBUILD
  
ruby-gtk2/repos/community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  ruby-gtk2/repos/community-staging-x86_64/PKGBUILD

--+
 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
   |  110 ++---
 community-staging-i686/PKGBUILD
  |  196 +-
 
community-staging-x86_64/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 |  110 ++---
 community-staging-x86_64/PKGBUILD  
  |  196 +-
 4 files changed, 306 insertions(+), 306 deletions(-)

Deleted: 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
===
--- 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 15:05:34 UTC (rev 86271)
+++ 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 15:05:46 UTC (rev 86272)
@@ -1,55 +0,0 @@
-From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 08:51:02 -0700
-Subject: [PATCH] backport
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
- to fix syntax errors with NIL_P
-

- gtk2/ext/gtk2/rbgdkevent.c| 2 +-
- gtk2/ext/gtk2/rbgdkscreen.c   | 2 +-
- gtk2/ext/gtk2/rbgtkcalendar.c | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c
-index 783ec72..63b1502 100644
 a/gtk2/ext/gtk2/rbgdkevent.c
-+++ b/gtk2/ext/gtk2/rbgdkevent.c
-@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c
-index 243ed92..3095e38 100644
 a/gtk2/ext/gtk2/rbgdkscreen.c
-+++ b/gtk2/ext/gtk2/rbgdkscreen.c
-@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c
-index e895f81..f9b0666 100644
 a/gtk2/ext/gtk2/rbgtkcalendar.c
-+++ b/gtk2/ext/gtk2/rbgtkcalendar.c
-@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self)
- VALUE flags;
- rb_scan_args(argc, argv, 01, flags);
- 
--if NIL_P(flags){
-+if (NIL_P(flags)){
- #if GTK_CHECK_VERSION(2,4,0)
- return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)),
-GTK_TYPE_CALENDAR_DISPLAY_OPTIONS);
--- 
-1.8.1.5
-

Copied: 
ruby-gtk2/repos/community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
 (from rev 86271, 
ruby-gtk2/trunk/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch)
===
--- 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  (rev 0)
+++ 
community-staging-i686/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch
  2013-03-14 15:05:46 UTC (rev 86272)
@@ -0,0 +1,55 @@
+From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 10 Mar 2013 08:51:02 -0700
+Subject: [PATCH] backport
+ 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
+ to fix syntax errors with NIL_P
+
+---
+ gtk2/ext/gtk2/rbgdkevent.c| 2 +-
+ 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 16:41:10
  Author: arodseth
Revision: 86273

upgpkg: ruby-gtk3 1.2.2-1

Added:
  ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
(from rev 85992, 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch)
Modified:
  ruby-gtk3/trunk/PKGBUILD
Deleted:
  
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch

-+
 0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch |   40 
--
 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  |   40 
++
 PKGBUILD|   12 +--
 3 files changed, 46 insertions(+), 46 deletions(-)

Deleted: 0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
===
--- 0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch 
2013-03-14 15:05:46 UTC (rev 86272)
+++ 0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch 
2013-03-14 15:41:10 UTC (rev 86273)
@@ -1,40 +0,0 @@
-From c0d6f9ad4ab23dc980746078a127905ea56c9bf1 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 09:39:45 -0700
-Subject: [PATCH] backport fix for syntax error
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
-

- gdk3/ext/gdk3/rbgdkevent.c  | 2 +-
- gdk3/ext/gdk3/rbgdkscreen.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gdk3/ext/gdk3/rbgdkevent.c b/gdk3/ext/gdk3/rbgdkevent.c
-index 62bb35d..a5478a6 100644
 a/gdk3/ext/gdk3/rbgdkevent.c
-+++ b/gdk3/ext/gdk3/rbgdkevent.c
-@@ -370,7 +370,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gdk3/ext/gdk3/rbgdkscreen.c b/gdk3/ext/gdk3/rbgdkscreen.c
-index 8f5bffb..7439ad1 100644
 a/gdk3/ext/gdk3/rbgdkscreen.c
-+++ b/gdk3/ext/gdk3/rbgdkscreen.c
-@@ -214,7 +214,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
--- 
-1.8.1.5
-

Copied: 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch 
(from rev 85992, 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch)
===
--- 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  
(rev 0)
+++ 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  
2013-03-14 15:41:10 UTC (rev 86273)
@@ -0,0 +1,40 @@
+From c0d6f9ad4ab23dc980746078a127905ea56c9bf1 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 10 Mar 2013 09:39:45 -0700
+Subject: [PATCH] backport fix for syntax error
+ 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
+
+---
+ gdk3/ext/gdk3/rbgdkevent.c  | 2 +-
+ gdk3/ext/gdk3/rbgdkscreen.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gdk3/ext/gdk3/rbgdkevent.c b/gdk3/ext/gdk3/rbgdkevent.c
+index 62bb35d..a5478a6 100644
+--- a/gdk3/ext/gdk3/rbgdkevent.c
 b/gdk3/ext/gdk3/rbgdkevent.c
+@@ -370,7 +370,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+diff --git a/gdk3/ext/gdk3/rbgdkscreen.c b/gdk3/ext/gdk3/rbgdkscreen.c
+index 8f5bffb..7439ad1 100644
+--- a/gdk3/ext/gdk3/rbgdkscreen.c
 b/gdk3/ext/gdk3/rbgdkscreen.c
+@@ -214,7 +214,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+-- 
+1.8.1.5
+

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 15:05:46 UTC (rev 86272)
+++ PKGBUILD2013-03-14 15:41:10 UTC (rev 86273)
@@ -8,22 +8,22 @@
 pkgbase=ruby-gtk3
 pkgname=('ruby-gtk3' 'ruby-gdk3')
 depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
 source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;
-

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 16:41:22
  Author: arodseth
Revision: 86274

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

Added:
  
ruby-gtk3/repos/community-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
(from rev 86273, 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch)
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 86273, ruby-gtk3/trunk/PKGBUILD)
  
ruby-gtk3/repos/community-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
(from rev 86273, 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 86273, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

-+
 community-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  
 |   40 
 community-i686/PKGBUILD
 |   93 +-
 
community-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch 
|   40 
 community-x86_64/PKGBUILD  
 |   93 +-
 4 files changed, 178 insertions(+), 88 deletions(-)

Copied: 
ruby-gtk3/repos/community-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
 (from rev 86273, 
ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch)
===
--- 
community-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch   
(rev 0)
+++ 
community-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch   
2013-03-14 15:41:22 UTC (rev 86274)
@@ -0,0 +1,40 @@
+From c0d6f9ad4ab23dc980746078a127905ea56c9bf1 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 10 Mar 2013 09:39:45 -0700
+Subject: [PATCH] backport fix for syntax error
+ 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
+
+---
+ gdk3/ext/gdk3/rbgdkevent.c  | 2 +-
+ gdk3/ext/gdk3/rbgdkscreen.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gdk3/ext/gdk3/rbgdkevent.c b/gdk3/ext/gdk3/rbgdkevent.c
+index 62bb35d..a5478a6 100644
+--- a/gdk3/ext/gdk3/rbgdkevent.c
 b/gdk3/ext/gdk3/rbgdkevent.c
+@@ -370,7 +370,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+diff --git a/gdk3/ext/gdk3/rbgdkscreen.c b/gdk3/ext/gdk3/rbgdkscreen.c
+index 8f5bffb..7439ad1 100644
+--- a/gdk3/ext/gdk3/rbgdkscreen.c
 b/gdk3/ext/gdk3/rbgdkscreen.c
+@@ -214,7 +214,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
+ VALUE value;
+ 
+ rb_scan_args(argc, argv, 11, name, type);
+-if NIL_P(type) 
++if (NIL_P(type)) 
+ gtype = G_TYPE_STRING;
+ else
+ gtype = CLASS2GTYPE(type);
+-- 
+1.8.1.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 15:41:10 UTC (rev 86273)
+++ community-i686/PKGBUILD 2013-03-14 15:41:22 UTC (rev 86274)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 86273, 
ruby-gtk3/trunk/PKGBUILD)

[arch-commits] Commit in (4 files)

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 17:20:41
  Author: svenstaro
Revision: 86275

Moving lib32-virtualgl from AUR

Added:
  lib32-virtualgl/
  lib32-virtualgl/repos/
  lib32-virtualgl/trunk/
  lib32-virtualgl/trunk/PKGBUILD

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

Added: lib32-virtualgl/trunk/PKGBUILD
===
--- lib32-virtualgl/trunk/PKGBUILD  (rev 0)
+++ lib32-virtualgl/trunk/PKGBUILD  2013-03-14 16:20:41 UTC (rev 86275)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+
+pkgname=lib32-virtualgl
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=32-bit serverside components for 64-bit VirtualGL servers.
+arch=('x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('virtualgl' 'lib32-libxv' 'lib32-turbojpeg' 'lib32-mesa' 
'lib32-libx11' 'lib32-libxext' 'lib32-libxau')
+makedepends=('cmake' 'gcc-multilib')
+conflicts=('virtualgl32-bin')
+md5sums=('29aaf0607a1031fa326444ff0321bcec')
+ 
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+ 
+  mkdir -p build
+  cd build
+ 
+  cmake .. -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL 
-DTJPEG_INCLUDE_DIR=/usr/include -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+-DVGL_LIBDIR=/usr/lib32 -DVGL_BINDIR=/usr/bin 
-DX11_X11_LIB=/usr/lib32/libX11.so -DX11_Xext_LIB=/usr/lib32/libXext.so \
+-DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  cd $pkgdir/usr
+  mv bin/glxspheres glxspheres-32
+  rm -rf bin
+  mkdir -p bin
+  mv glxspheres-32 bin/
+ 
+  cd $pkgdir/opt/VirtualGL
+  rm -rf doc
+  rm -rf include
+}



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

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 17:21:21
  Author: andyrtr
Revision: 180009

upgpkg: mesa 9.1-3

fix FS#33994 + FS#33983

Added:
  mesa/trunk/git-fixes.patch
Modified:
  mesa/trunk/PKGBUILD

-+
 PKGBUILD|9 -
 git-fixes.patch |   52 
 2 files changed, 60 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 15:49:01 UTC (rev 180008)
+++ PKGBUILD2013-03-14 16:21:21 UTC (rev 180009)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=9.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
  'libvdpau' 'wayland' 'llvm-amdgpu-snapshot')
@@ -14,13 +14,20 @@
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
#ftp://ftp.freedesktop.org/pub/mesa/9.1/MesaLib-9.1-rc2.tar.bz2 # 
for RC testing
+   git-fixes.patch
 LICENSE)
 md5sums=('d3891e02215422e120271d976ff1947e'
+ 'c3e45fe7287bbf8f620c209a872330dc'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {
 cd ${srcdir}/?esa-*
 
+# pick 2 commits from master to
+# fix a nouveau crash: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=17f1cb1d99e66227d1e05925ef937643f5c1089a
+# and intel kwin slowness 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e062a4187d8ea518a39c913ae7562cf1d8ac3205
+patch -Np1 -i ${srcdir}/git-fixes.patch
+
 autoreconf -vfi # our automake is far too new for their build system :)
 
 ./configure --prefix=/usr \

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2013-03-14 16:21:21 UTC (rev 180009)
@@ -0,0 +1,52 @@
+From 17f1cb1d99e66227d1e05925ef937643f5c1089a Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@jgc.homeip.net
+Date: Thu, 07 Mar 2013 18:48:13 +
+Subject: dri/nouveau: fix crash in nouveau_flush
+
+https://bugs.freedesktop.org/show_bug.cgi?id=61947
+
+Note: this is a candidate for the stable branches
+---
+diff --git a/src/mesa/drivers/dri/nouveau/nouveau_driver.c 
b/src/mesa/drivers/dri/nouveau/nouveau_driver.c
+index f56b3b2..6c119d5 100644
+--- a/src/mesa/drivers/dri/nouveau/nouveau_driver.c
 b/src/mesa/drivers/dri/nouveau/nouveau_driver.c
+@@ -69,7 +69,8 @@ nouveau_flush(struct gl_context *ctx)
+   __DRIdri2LoaderExtension *dri2 = screen-dri2.loader;
+   __DRIdrawable *drawable = nctx-dri_context-driDrawablePriv;
+ 
+-  dri2-flushFrontBuffer(drawable, drawable-loaderPrivate);
++  if (drawable  drawable-loaderPrivate)
++  dri2-flushFrontBuffer(drawable, 
drawable-loaderPrivate);
+   }
+ }
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From e062a4187d8ea518a39c913ae7562cf1d8ac3205 Mon Sep 17 00:00:00 2001
+From: Tapani Pälli tapani.pa...@intel.com
+Date: Mon, 28 Jan 2013 06:53:56 +
+Subject: intel: Fix regression in intel_create_image_from_name stride handling
+
+Strangely, the DRIimage interface we have passes the pitch in pixels
+instead of bytes, which anholt missed in the change to using bytes for
+region pitch.
+
+Signed-off-by: Tapani Pälli tapani.pa...@intel.com
+Reviewed-by: Eric Anholt e...@anholt.net
+---
+diff --git a/src/mesa/drivers/dri/intel/intel_screen.c 
b/src/mesa/drivers/dri/intel/intel_screen.c
+index defcd73..d223a0b 100644
+--- a/src/mesa/drivers/dri/intel/intel_screen.c
 b/src/mesa/drivers/dri/intel/intel_screen.c
+@@ -377,7 +377,7 @@ intel_create_image_from_name(__DRIscreen *screen,
+cpp = _mesa_get_format_bytes(image-format);
+ image-region = intel_region_alloc_for_handle(intelScreen,
+ cpp, width, height,
+-pitch, name, image);
++pitch * cpp, name, image);
+ if (image-region == NULL) {
+free(image);
+return NULL;
+--
+cgit v0.9.0.2-2-gbebe



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

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 17:21:55
  Author: andyrtr
Revision: 180010

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 180009, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 180009, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/git-fixes.patch
(from rev 180009, mesa/trunk/git-fixes.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 180009, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 180009, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/git-fixes.patch
(from rev 180009, mesa/trunk/git-fixes.patch)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/LICENSE   |  164 +++---
 extra-i686/PKGBUILD  |  303 -
 extra-i686/git-fixes.patch   |   52 +++
 extra-x86_64/LICENSE |  164 +++---
 extra-x86_64/PKGBUILD|  303 -
 extra-x86_64/git-fixes.patch |   52 +++
 6 files changed, 578 insertions(+), 460 deletions(-)

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


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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 17:43:43
  Author: svenstaro
Revision: 86276

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

Added:
  virtualgl/repos/community-i686/
  virtualgl/repos/community-i686/PKGBUILD
(from rev 86275, virtualgl/trunk/PKGBUILD)
  virtualgl/repos/community-x86_64/
  virtualgl/repos/community-x86_64/PKGBUILD
(from rev 86275, virtualgl/trunk/PKGBUILD)

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

Copied: virtualgl/repos/community-i686/PKGBUILD (from rev 86275, 
virtualgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 16:43:43 UTC (rev 86276)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
+arch=('i686' 'x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('libgl' 'libxv' 'glu' 'turbojpeg')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib \
+  -DVGL_BINDIR=/usr/bin
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  mkdir -p $pkgdir/opt/VirtualGL/bin
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/opt/VirtualGL/bin
+}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 86275, 
virtualgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 16:43:43 UTC (rev 86276)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
+arch=('i686' 'x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('libgl' 'libxv' 'glu' 'turbojpeg')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib \
+  -DVGL_BINDIR=/usr/bin
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  mkdir -p $pkgdir/opt/VirtualGL/bin
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/opt/VirtualGL/bin
+}



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 18:09:39
  Author: svenstaro
Revision: 86277

upgpkg: virtualgl 2.3.2-2

Use normal system root

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 16:43:43 UTC (rev 86276)
+++ PKGBUILD2013-03-14 17:09:39 UTC (rev 86277)
@@ -4,12 +4,12 @@
 
 pkgname=virtualgl
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
 arch=('i686' 'x86_64')
 url=http://virtualgl.org;
 license=('LGPL')
-depends=('libgl' 'libxv' 'glu' 'turbojpeg')
+depends=('libxv' 'glu' 'turbojpeg')
 makedepends=('cmake' 'mesa')
 
source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
 sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
@@ -20,7 +20,7 @@
   mkdir -p build  cd build
  
   cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
   -DTJPEG_INCLUDE_DIR=/usr/include \
   -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
   -DVGL_LIBDIR=/usr/lib \
@@ -32,6 +32,5 @@
   cd $srcdir/VirtualGL-$pkgver/build
   make install DESTDIR=$pkgdir
  
-  mkdir -p $pkgdir/opt/VirtualGL/bin
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/opt/VirtualGL/bin
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
 }



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 18:09:49
  Author: svenstaro
Revision: 86278

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

Added:
  virtualgl/repos/community-i686/PKGBUILD
(from rev 86277, virtualgl/trunk/PKGBUILD)
  virtualgl/repos/community-x86_64/PKGBUILD
(from rev 86277, virtualgl/trunk/PKGBUILD)
Deleted:
  virtualgl/repos/community-i686/PKGBUILD
  virtualgl/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-14 17:09:39 UTC (rev 86277)
+++ community-i686/PKGBUILD 2013-03-14 17:09:49 UTC (rev 86278)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libgl' 'libxv' 'glu' 'turbojpeg')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mkdir -p $pkgdir/opt/VirtualGL/bin
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/opt/VirtualGL/bin
-}

Copied: virtualgl/repos/community-i686/PKGBUILD (from rev 86277, 
virtualgl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 17:09:49 UTC (rev 86278)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+# Contributor: Andres Jimenez
+
+pkgname=virtualgl
+pkgver=2.3.2
+pkgrel=2
+pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
+arch=('i686' 'x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+depends=('libxv' 'glu' 'turbojpeg')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib \
+  -DVGL_BINDIR=/usr/bin
+  make
+}
+ 
+package() {
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  mv $pkgdir/usr/bin/glxinfo $pkgdir/usr/bin/vglxinfo
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-14 17:09:39 UTC (rev 86277)
+++ community-x86_64/PKGBUILD   2013-03-14 17:09:49 UTC (rev 86278)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: FigoDaPaura ffigoDaPaura
-# Contributor: Andres Jimenez
-
-pkgname=virtualgl
-pkgver=2.3.2
-pkgrel=1
-pkgdesc=Redirects 3D commands from an OpenGL application onto a server-side 
3D graphics card
-arch=('i686' 'x86_64')
-url=http://virtualgl.org;
-license=('LGPL')
-depends=('libgl' 'libxv' 'glu' 'turbojpeg')
-makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
-sha1sums=('f042862c21ceaba57c6e1f0ec72adb4f838725e9')
- 
-build() {
-  cd $srcdir/VirtualGL-$pkgver
- 
-  mkdir -p build  cd build
- 
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL \
-  -DTJPEG_INCLUDE_DIR=/usr/include \
-  -DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so \
-  -DVGL_LIBDIR=/usr/lib \
-  -DVGL_BINDIR=/usr/bin
-  make
-}
- 
-package() {
-  cd $srcdir/VirtualGL-$pkgver/build
-  make install DESTDIR=$pkgdir
- 
-  mkdir -p $pkgdir/opt/VirtualGL/bin
-  mv $pkgdir/usr/bin/glxinfo $pkgdir/opt/VirtualGL/bin
-}

Copied: virtualgl/repos/community-x86_64/PKGBUILD (from rev 86277, 
virtualgl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 17:09:49 UTC (rev 86278)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 18:23:08
  Author: arodseth
Revision: 86279

upgpkg: ruby-gtk3 1.2.2-2

Modified:
  ruby-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 17:09:49 UTC (rev 86278)
+++ PKGBUILD2013-03-14 17:23:08 UTC (rev 86279)
@@ -9,7 +9,7 @@
 pkgname=('ruby-gtk3' 'ruby-gdk3')
 depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 18:31:28
  Author: arodseth
Revision: 86280

upgpkg: ruby-gtk3 1.2.2-2

Modified:
  ruby-gtk3/trunk/PKGBUILD
Deleted:
  ruby-gtk3/trunk/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch

+
 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch |   40 
--
 PKGBUILD   |8 --
 2 files changed, 2 insertions(+), 46 deletions(-)

Deleted: 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
===
--- 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  
2013-03-14 17:23:08 UTC (rev 86279)
+++ 0001-backport-fix-for-syntax-error-https-github.com-ruby.patch  
2013-03-14 17:31:28 UTC (rev 86280)
@@ -1,40 +0,0 @@
-From c0d6f9ad4ab23dc980746078a127905ea56c9bf1 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 09:39:45 -0700
-Subject: [PATCH] backport fix for syntax error
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
-

- gdk3/ext/gdk3/rbgdkevent.c  | 2 +-
- gdk3/ext/gdk3/rbgdkscreen.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gdk3/ext/gdk3/rbgdkevent.c b/gdk3/ext/gdk3/rbgdkevent.c
-index 62bb35d..a5478a6 100644
 a/gdk3/ext/gdk3/rbgdkevent.c
-+++ b/gdk3/ext/gdk3/rbgdkevent.c
-@@ -370,7 +370,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gdk3/ext/gdk3/rbgdkscreen.c b/gdk3/ext/gdk3/rbgdkscreen.c
-index 8f5bffb..7439ad1 100644
 a/gdk3/ext/gdk3/rbgdkscreen.c
-+++ b/gdk3/ext/gdk3/rbgdkscreen.c
-@@ -214,7 +214,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
--- 
-1.8.1.5
-

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 17:23:08 UTC (rev 86279)
+++ PKGBUILD2013-03-14 17:31:28 UTC (rev 86280)
@@ -14,16 +14,12 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
 makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;
-'0001-backport-fix-for-syntax-error-https-github.com-ruby.patch')
-sha256sums=('1dd73c4aa184199f373edad589b715b68da8eb43ae6bdae360e0aa62189a681d'
-'0df3571688a18048fac9211df1bf21effd4120e568b34e523fe50a7a63e3e3d6')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('1dd73c4aa184199f373edad589b715b68da8eb43ae6bdae360e0aa62189a681d')
 
 build() {
cd $srcdir/ruby-gtk3-$pkgver
 
-  #patch -Np1 -i \
-  #  $srcdir/0001-backport-fix-for-syntax-error-https-github.com-ruby.patch
LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
make
 }



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 18:31:30
  Author: svenstaro
Revision: 86281

upgpkg: lib32-virtualgl 2.3.2-1

Pushing lib32-virtualgl

Modified:
  lib32-virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 17:31:28 UTC (rev 86280)
+++ PKGBUILD2013-03-14 17:31:30 UTC (rev 86281)
@@ -4,15 +4,12 @@
 pkgname=lib32-virtualgl
 pkgver=2.3.2
 pkgrel=1
-pkgdesc=32-bit serverside components for 64-bit VirtualGL servers.
+pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
 arch=('x86_64')
 url=http://virtualgl.org;
 license=('LGPL')
-depends=('virtualgl' 'lib32-libxv' 'lib32-turbojpeg' 'lib32-mesa' 
'lib32-libx11' 'lib32-libxext' 'lib32-libxau')
-makedepends=('cmake' 'gcc-multilib')
-conflicts=('virtualgl32-bin')
+makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-turbojpeg' 'cmake' 
'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
 md5sums=('29aaf0607a1031fa326444ff0321bcec')
- 
 
source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
  
 build() {
@@ -22,16 +19,22 @@
   export CXX=g++ -m32
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
  
-  mkdir -p build
-  cd build
+  mkdir -p build  cd build
  
-  cmake .. -DCMAKE_INSTALL_PREFIX=/opt/VirtualGL 
-DTJPEG_INCLUDE_DIR=/usr/include -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
--DVGL_LIBDIR=/usr/lib32 -DVGL_BINDIR=/usr/bin 
-DX11_X11_LIB=/usr/lib32/libX11.so -DX11_Xext_LIB=/usr/lib32/libXext.so \
--DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib32 \
+  -DVGL_BINDIR=/usr/bin \
+  -DX11_X11_LIB=/usr/lib32/libX11.so \
+  -DX11_Xext_LIB=/usr/lib32/libXext.so \
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
   make
 }
  
 package() {
+  depends=('lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
   cd $srcdir/VirtualGL-$pkgver/build
   make install DESTDIR=$pkgdir
  
@@ -41,7 +44,7 @@
   mkdir -p bin
   mv glxspheres-32 bin/
  
-  cd $pkgdir/opt/VirtualGL
+  cd $pkgdir/usr/share
   rm -rf doc
   rm -rf include
 }



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 18:31:36
  Author: svenstaro
Revision: 86282

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-virtualgl/repos/multilib-x86_64/
  lib32-virtualgl/repos/multilib-x86_64/PKGBUILD
(from rev 86281, lib32-virtualgl/trunk/PKGBUILD)

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

Copied: lib32-virtualgl/repos/multilib-x86_64/PKGBUILD (from rev 86281, 
lib32-virtualgl/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-03-14 17:31:36 UTC (rev 86282)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: FigoDaPaura ffigoDaPaura
+
+pkgname=lib32-virtualgl
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=32-bit serverside components for 64-bit VirtualGL servers
+arch=('x86_64')
+url=http://virtualgl.org;
+license=('LGPL')
+makedepends=('lib32-libxv' 'lib32-glu' 'virtualgl' 'lib32-turbojpeg' 'cmake' 
'gcc-multilib' 'lib32-mesa' 'lib32-mesa-libgl')
+md5sums=('29aaf0607a1031fa326444ff0321bcec')
+source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+ 
+build() {
+  cd $srcdir/VirtualGL-$pkgver
+ 
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+ 
+  mkdir -p build  cd build
+ 
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr/share \
+  -DTJPEG_INCLUDE_DIR=/usr/include \
+  -DTJPEG_LIBRARY=/usr/lib32/libturbojpeg.so \
+  -DVGL_LIBDIR=/usr/lib32 \
+  -DVGL_BINDIR=/usr/bin \
+  -DX11_X11_LIB=/usr/lib32/libX11.so \
+  -DX11_Xext_LIB=/usr/lib32/libXext.so \
+  -DOPENGL_gl_LIBRARY=/usr/lib32/libGL.so
+  make
+}
+ 
+package() {
+  depends=('lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
+  cd $srcdir/VirtualGL-$pkgver/build
+  make install DESTDIR=$pkgdir
+ 
+  cd $pkgdir/usr
+  mv bin/glxspheres glxspheres-32
+  rm -rf bin
+  mkdir -p bin
+  mv glxspheres-32 bin/
+ 
+  cd $pkgdir/usr/share
+  rm -rf doc
+  rm -rf include
+}



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 18:34:23
  Author: arodseth
Revision: 86283

Trying to resolve a community-stagingpkg error

Deleted:
  
ruby-gtk3/repos/community-staging-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
  ruby-gtk3/repos/community-staging-i686/PKGBUILD
  
ruby-gtk3/repos/community-staging-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
  ruby-gtk3/repos/community-staging-x86_64/PKGBUILD

--+
 
community-staging-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
   |   40 
 community-staging-i686/PKGBUILD
  |   49 --
 
community-staging-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
 |   40 
 community-staging-x86_64/PKGBUILD  
  |   49 --
 4 files changed, 178 deletions(-)

Deleted: 
community-staging-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
===
--- 
community-staging-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
  2013-03-14 17:31:36 UTC (rev 86282)
+++ 
community-staging-i686/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
  2013-03-14 17:34:23 UTC (rev 86283)
@@ -1,40 +0,0 @@
-From c0d6f9ad4ab23dc980746078a127905ea56c9bf1 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 10 Mar 2013 09:39:45 -0700
-Subject: [PATCH] backport fix for syntax error
- 
https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df
-

- gdk3/ext/gdk3/rbgdkevent.c  | 2 +-
- gdk3/ext/gdk3/rbgdkscreen.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/gdk3/ext/gdk3/rbgdkevent.c b/gdk3/ext/gdk3/rbgdkevent.c
-index 62bb35d..a5478a6 100644
 a/gdk3/ext/gdk3/rbgdkevent.c
-+++ b/gdk3/ext/gdk3/rbgdkevent.c
-@@ -370,7 +370,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, 
G_GNUC_UNUSED VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
-diff --git a/gdk3/ext/gdk3/rbgdkscreen.c b/gdk3/ext/gdk3/rbgdkscreen.c
-index 8f5bffb..7439ad1 100644
 a/gdk3/ext/gdk3/rbgdkscreen.c
-+++ b/gdk3/ext/gdk3/rbgdkscreen.c
-@@ -214,7 +214,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self)
- VALUE value;
- 
- rb_scan_args(argc, argv, 11, name, type);
--if NIL_P(type) 
-+if (NIL_P(type)) 
- gtype = G_TYPE_STRING;
- else
- gtype = CLASS2GTYPE(type);
--- 
-1.8.1.5
-

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-14 17:31:36 UTC (rev 86282)
+++ community-staging-i686/PKGBUILD 2013-03-14 17:34:23 UTC (rev 86283)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=4
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;
-'0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch')
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a'
-'0df3571688a18048fac9211df1bf21effd4120e568b34e523fe50a7a63e3e3d6')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-
-  patch -Np1 -i 
${srcdir}/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
-
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: 
community-staging-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
===
--- 
community-staging-x86_64/0001-backport-fix-for-syntax-error-https-github.com-ruby-.patch
2013-03-14 17:31:36 UTC 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 18:34:45
  Author: arodseth
Revision: 86284

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

Added:
  ruby-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 86283, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 86283, ruby-gtk3/trunk/PKGBUILD)

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

Copied: ruby-gtk3/repos/community-staging-i686/PKGBUILD (from rev 86283, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-14 17:34:45 UTC (rev 86284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.2
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('1dd73c4aa184199f373edad589b715b68da8eb43ae6bdae360e0aa62189a681d')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 86283, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-14 17:34:45 UTC (rev 86284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.2
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('1dd73c4aa184199f373edad589b715b68da8eb43ae6bdae360e0aa62189a681d')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/2.0.0/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-14 Thread Evangelos Foutras
Date: Thursday, March 14, 2013 @ 18:42:37
  Author: foutrelis
Revision: 86285

upgpkg: cloc 1.58-1

New upstream release.

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 17:34:45 UTC (rev 86284)
+++ PKGBUILD2013-03-14 17:42:37 UTC (rev 86285)
@@ -3,7 +3,7 @@
 # Contributor: Diogo Ferreira di...@underdev.org
 
 pkgname=cloc
-pkgver=1.56
+pkgver=1.58
 pkgrel=1
 pkgdesc=Count Lines of Code
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl')
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
-sha256sums=('f525906def12195df1ed61a6aa0584c401b10509c7770900b31026c91868acd2')
+sha256sums=('4a484496ee05be4e5b3a6bef8f3337d7f6733c731bbc58dc7d00f5c3eb714f68')
 
 package() {
   cd $srcdir



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

2013-03-14 Thread Evangelos Foutras
Date: Thursday, March 14, 2013 @ 18:42:50
  Author: foutrelis
Revision: 86286

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 86285, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-14 17:42:37 UTC (rev 86285)
+++ PKGBUILD2013-03-14 17:42:50 UTC (rev 86286)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Diogo Ferreira di...@underdev.org
-
-pkgname=cloc
-pkgver=1.56
-pkgrel=1
-pkgdesc=Count Lines of Code
-arch=('any')
-url=http://cloc.sourceforge.net/;
-license=('GPL')
-depends=('perl')
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
-sha256sums=('f525906def12195df1ed61a6aa0584c401b10509c7770900b31026c91868acd2')
-
-package() {
-  cd $srcdir
-
-  install -D $pkgname-$pkgver.pl $pkgdir/usr/bin/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 86285, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-14 17:42:50 UTC (rev 86286)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Diogo Ferreira di...@underdev.org
+
+pkgname=cloc
+pkgver=1.58
+pkgrel=1
+pkgdesc=Count Lines of Code
+arch=('any')
+url=http://cloc.sourceforge.net/;
+license=('GPL')
+depends=('perl')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/v$pkgver/$pkgname-$pkgver.pl)
+sha256sums=('4a484496ee05be4e5b3a6bef8f3337d7f6733c731bbc58dc7d00f5c3eb714f68')
+
+package() {
+  cd $srcdir
+
+  install -D $pkgname-$pkgver.pl $pkgdir/usr/bin/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 19:20:38
  Author: bpiotrowski
Revision: 180011

upgpkg: mariadb 5.5.30-1

upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 16:21:55 UTC (rev 180010)
+++ PKGBUILD2013-03-14 18:20:38 UTC (rev 180011)
@@ -3,8 +3,8 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.29
-pkgrel=6
+pkgver=5.5.30
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -14,7 +14,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-sha256sums=('b0e25b5451dbf8e8c8bf243bbd0aeb264db0da2caceafc7e2c9fad77b8d4be74'
+sha256sums=('64dba5f1819f1d4ebf7ed31d74e4106c981a24b88259995deba3734fb7c4635f'
 'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
 '368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
 '2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')



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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 19:21:32
  Author: bpiotrowski
Revision: 180012

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 180011, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 180011, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 180011, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 180011, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 180011, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 180011, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 180011, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 180011, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 180011, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 180011, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 extra-i686/PKGBUILD   |  274 ++--
 extra-i686/mariadb-post.sh|   16 +-
 extra-i686/mariadb-tmpfile.conf   |2 
 extra-i686/mariadb.install|   94 ++--
 extra-i686/mariadb.service|   32 ++--
 extra-x86_64/PKGBUILD |  274 ++--
 extra-x86_64/mariadb-post.sh  |   16 +-
 extra-x86_64/mariadb-tmpfile.conf |2 
 extra-x86_64/mariadb.install  |   94 ++--
 extra-x86_64/mariadb.service  |   32 ++--
 10 files changed, 418 insertions(+), 418 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 18:20:38 UTC (rev 180011)
+++ extra-i686/PKGBUILD 2013-03-14 18:21:32 UTC (rev 180012)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.29
-pkgrel=6
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('b0e25b5451dbf8e8c8bf243bbd0aeb264db0da2caceafc7e2c9fad77b8d4be74'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS}
-
-
-  make
-}
-
-package_libmariadbclient() {
-  pkgdesc='MariaDB client libraries'
-  depends=('openssl')
-  conflicts=('libmysqlclient')
-  provides=(libmysqlclient=$pkgver)
-  
-  cd $srcdir/build
-  for dir in include libmysql libmysqld libservices; do
-make -C 

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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 19:27:31
  Author: svenstaro
Revision: 86287

Add virtualgl to deps

Modified:
  lib32-virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 17:42:50 UTC (rev 86286)
+++ PKGBUILD2013-03-14 18:27:31 UTC (rev 86287)
@@ -34,7 +34,7 @@
 }
  
 package() {
-  depends=('lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
+  depends=('virtualgl' 'lib32-libxv' 'lib32-glu' 'lib32-turbojpeg')
   cd $srcdir/VirtualGL-$pkgver/build
   make install DESTDIR=$pkgdir
  



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

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 19:45:58
  Author: andyrtr
Revision: 180013

upgpkg: hplip 3.13.3-2

fix FS#34282

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 18:21:32 UTC (rev 180012)
+++ PKGBUILD2013-03-14 18:45:58 UTC (rev 180013)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -90,4 +90,7 @@
  chmod 775 $pkgdir/var/log/hp{,/tmp}
  # remove rc script
  rm -rf $pkgdir/etc/init.d
+ 
+ # fix broken udev rule - FS#34282
+ sed -i s:\$attrs:\$attr:g 
$pkgdir/usr/lib/udev/rules.d/56-hpmud_support.rules
 }



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

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 19:46:24
  Author: andyrtr
Revision: 180014

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 180013, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
(from rev 180013, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-i686/hplip.install
(from rev 180013, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 180013, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
(from rev 180013, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/extra-x86_64/hplip.install
(from rev 180013, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
  hplip/repos/extra-x86_64/hplip.install

-+
 extra-i686/PKGBUILD |  189 
 extra-i686/cups-1.6-buildfix.diff   |  784 +-
 extra-i686/hplip.install|   36 -
 extra-x86_64/PKGBUILD   |  189 
 extra-x86_64/cups-1.6-buildfix.diff |  784 +-
 extra-x86_64/hplip.install  |   36 -
 6 files changed, 1012 insertions(+), 1006 deletions(-)

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


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

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 20:00:49
  Author: andyrtr
Revision: 180015

upgpkg: glamor-egl 0.5.0-3

fix FS#34284

Modified:
  glamor-egl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 18:46:24 UTC (rev 180014)
+++ PKGBUILD2013-03-14 19:00:49 UTC (rev 180015)
@@ -4,7 +4,7 @@
 
 pkgname=glamor-egl
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='OpenGL based 2D rendering acceleration library'
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -40,10 +40,11 @@
 
   ./configure --prefix=/usr \
 --disable-static \
---enable-glamor-gles2 \
 --enable-glx-tls \
+
+
 #--help
-
+#--enable-glamor-gles2 \ https://bugs.archlinux.org/task/34284
   make
 }
 



[arch-commits] Commit in glamor-egl/repos (40 files)

2013-03-14 Thread Andreas Radke
Date: Thursday, March 14, 2013 @ 20:01:38
  Author: andyrtr
Revision: 180016

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

Added:
  glamor-egl/repos/extra-i686/PKGBUILD
(from rev 180015, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/extra-i686/compat-api.h
(from rev 180015, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/extra-i686/compiler.h
(from rev 180015, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/extra-i686/git-fixes.patch
(from rev 180015, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/extra-i686/glamor_debug.h
(from rev 180015, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/extra-i686/glamor_gl_dispatch.h
(from rev 180015, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/extra-i686/glamor_glext.h
(from rev 180015, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/extra-i686/glamor_priv.h
(from rev 180015, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/extra-i686/glamor_utils.h
(from rev 180015, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/extra-i686/glapi.h
(from rev 180015, glamor-egl/trunk/glapi.h)
  glamor-egl/repos/extra-x86_64/PKGBUILD
(from rev 180015, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/extra-x86_64/compat-api.h
(from rev 180015, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/extra-x86_64/compiler.h
(from rev 180015, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/extra-x86_64/git-fixes.patch
(from rev 180015, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/extra-x86_64/glamor_debug.h
(from rev 180015, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/extra-x86_64/glamor_gl_dispatch.h
(from rev 180015, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/extra-x86_64/glamor_glext.h
(from rev 180015, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/extra-x86_64/glamor_priv.h
(from rev 180015, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/extra-x86_64/glamor_utils.h
(from rev 180015, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/extra-x86_64/glapi.h
(from rev 180015, glamor-egl/trunk/glapi.h)
Deleted:
  glamor-egl/repos/extra-i686/PKGBUILD
  glamor-egl/repos/extra-i686/compat-api.h
  glamor-egl/repos/extra-i686/compiler.h
  glamor-egl/repos/extra-i686/git-fixes.patch
  glamor-egl/repos/extra-i686/glamor_debug.h
  glamor-egl/repos/extra-i686/glamor_gl_dispatch.h
  glamor-egl/repos/extra-i686/glamor_glext.h
  glamor-egl/repos/extra-i686/glamor_priv.h
  glamor-egl/repos/extra-i686/glamor_utils.h
  glamor-egl/repos/extra-i686/glapi.h
  glamor-egl/repos/extra-x86_64/PKGBUILD
  glamor-egl/repos/extra-x86_64/compat-api.h
  glamor-egl/repos/extra-x86_64/compiler.h
  glamor-egl/repos/extra-x86_64/git-fixes.patch
  glamor-egl/repos/extra-x86_64/glamor_debug.h
  glamor-egl/repos/extra-x86_64/glamor_gl_dispatch.h
  glamor-egl/repos/extra-x86_64/glamor_glext.h
  glamor-egl/repos/extra-x86_64/glamor_priv.h
  glamor-egl/repos/extra-x86_64/glamor_utils.h
  glamor-egl/repos/extra-x86_64/glapi.h

---+
 extra-i686/PKGBUILD   |  125 -
 extra-i686/compat-api.h   |  214 +-
 extra-i686/compiler.h |  118 -
 extra-i686/git-fixes.patch|  354 +--
 extra-i686/glamor_debug.h |  232 +-
 extra-i686/glamor_gl_dispatch.h   |  274 +-
 extra-i686/glamor_glext.h |  128 -
 extra-i686/glamor_priv.h  | 2032 +--
 extra-i686/glamor_utils.h | 3672 ++--
 extra-i686/glapi.h|  242 +-
 extra-x86_64/PKGBUILD |  125 -
 extra-x86_64/compat-api.h |  214 +-
 extra-x86_64/compiler.h   |  118 -
 extra-x86_64/git-fixes.patch  |  354 +--
 extra-x86_64/glamor_debug.h   |  232 +-
 extra-x86_64/glamor_gl_dispatch.h |  274 +-
 extra-x86_64/glamor_glext.h   |  128 -
 extra-x86_64/glamor_priv.h| 2032 +--
 extra-x86_64/glamor_utils.h   | 3672 ++--
 extra-x86_64/glapi.h  |  242 +-
 20 files changed, 7392 insertions(+), 7390 deletions(-)

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


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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 20:15:00
  Author: bpiotrowski
Revision: 180017

upgpkg: libsasl 2.1.23-10

mariadb rebuild

Modified:
  libsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 19:01:38 UTC (rev 180016)
+++ PKGBUILD2013-03-14 19:15:00 UTC (rev 180017)
@@ -8,13 +8,13 @@
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.23
-pkgrel=9
+pkgrel=10
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;
 license=('custom')
 options=('!makeflags' '!libtool')
-makedepends=('postgresql-libs' 'libmysqlclient' 'libldap' 'krb5' 'openssl')
+makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl')
 source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${pkgver}.tar.gz
 cyrus-sasl-2.1.19-checkpw.c.patch
 cyrus-sasl-2.1.22-crypt.patch
@@ -190,7 +190,7 @@
 
 package_cyrus-sasl-sql() {
   pkgdesc=SQL auxprop module for Cyrus SASL
-  depends=(libsasl=${pkgver}-${pkgrel} 'postgresql-libs' 'libmysqlclient')
+  depends=(libsasl=${pkgver}-${pkgrel} 'postgresql-libs' 'libmariadbclient')
   replaces=('cyrus-sasl-plugins')
 
   cd ${srcdir}/cyrus-sasl-${pkgver}/plugins



[arch-commits] Commit in libsasl/repos (44 files)

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 20:17:26
  Author: bpiotrowski
Revision: 180018

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

Added:
  libsasl/repos/staging-i686/
  libsasl/repos/staging-i686/0003_saslauthd_mdoc.patch
(from rev 180017, libsasl/trunk/0003_saslauthd_mdoc.patch)
  libsasl/repos/staging-i686/0010_maintainer_mode.patch
(from rev 180017, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 180017, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/staging-i686/0012_xopen_crypt_prototype.patch
(from rev 180017, libsasl/trunk/0012_xopen_crypt_prototype.patch)
  libsasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch
(from rev 180017, libsasl/trunk/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/staging-i686/0018_auth_rimap_quotes.patch
(from rev 180017, libsasl/trunk/0018_auth_rimap_quotes.patch)
  libsasl/repos/staging-i686/0019_ldap_deprecated.patch
(from rev 180017, libsasl/trunk/0019_ldap_deprecated.patch)
  libsasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 180017, libsasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/staging-i686/0025_ld_as_needed.patch
(from rev 180017, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/staging-i686/0026_drop_krb5support_dependency.patch
(from rev 180017, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/staging-i686/0027_db5_support.patch
(from rev 180017, libsasl/trunk/0027_db5_support.patch)
  libsasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 180017, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/staging-i686/PKGBUILD
(from rev 180017, libsasl/trunk/PKGBUILD)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-crypt.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  libsasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.23-authd-fix.patch)
  libsasl/repos/staging-i686/saslauthd
(from rev 180017, libsasl/trunk/saslauthd)
  libsasl/repos/staging-i686/saslauthd.conf.d
(from rev 180017, libsasl/trunk/saslauthd.conf.d)
  libsasl/repos/staging-x86_64/
  libsasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch
(from rev 180017, libsasl/trunk/0003_saslauthd_mdoc.patch)
  libsasl/repos/staging-x86_64/0010_maintainer_mode.patch
(from rev 180017, libsasl/trunk/0010_maintainer_mode.patch)
  libsasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 180017, libsasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  libsasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch
(from rev 180017, libsasl/trunk/0012_xopen_crypt_prototype.patch)
  libsasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 180017, libsasl/trunk/0016_pid_file_lock_creation_mask.patch)
  libsasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch
(from rev 180017, libsasl/trunk/0018_auth_rimap_quotes.patch)
  libsasl/repos/staging-x86_64/0019_ldap_deprecated.patch
(from rev 180017, libsasl/trunk/0019_ldap_deprecated.patch)
  libsasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 180017, libsasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  libsasl/repos/staging-x86_64/0025_ld_as_needed.patch
(from rev 180017, libsasl/trunk/0025_ld_as_needed.patch)
  libsasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch
(from rev 180017, libsasl/trunk/0026_drop_krb5support_dependency.patch)
  libsasl/repos/staging-x86_64/0027_db5_support.patch
(from rev 180017, libsasl/trunk/0027_db5_support.patch)
  libsasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 180017, 
libsasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  libsasl/repos/staging-x86_64/PKGBUILD
(from rev 180017, libsasl/trunk/PKGBUILD)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-as-needed.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  libsasl/repos/staging-x86_64/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 180017, libsasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  

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

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 20:17:51
  Author: bpiotrowski
Revision: 180019

upgpkg: cyrus-sasl 2.1.23-12

mariadb rebuild

Modified:
  cyrus-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 19:17:26 UTC (rev 180018)
+++ PKGBUILD2013-03-14 19:17:51 UTC (rev 180019)
@@ -8,13 +8,13 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.23
-pkgrel=11
+pkgrel=12
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;
 license=('custom')
 options=('!makeflags' '!libtool')
-makedepends=('postgresql-libs' 'libmysqlclient' 'libldap' 'krb5' 'openssl')
+makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl')
 source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${pkgver}.tar.gz
 cyrus-sasl-2.1.19-checkpw.c.patch
 cyrus-sasl-2.1.22-crypt.patch
@@ -194,7 +194,7 @@
 
 package_cyrus-sasl-sql() {
   pkgdesc=SQL auxprop module for Cyrus SASL
-  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmysqlclient')
+  depends=(libsasl=${pkgver} 'postgresql-libs' 'libmariadbclient')
   replaces=('cyrus-sasl-plugins')
 
   cd ${srcdir}/cyrus-sasl-${pkgver}/plugins



[arch-commits] Commit in cyrus-sasl/repos (48 files)

2013-03-14 Thread Bartłomiej Piotrowski
Date: Thursday, March 14, 2013 @ 20:20:58
  Author: bpiotrowski
Revision: 180020

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

Added:
  cyrus-sasl/repos/staging-i686/
  cyrus-sasl/repos/staging-i686/0003_saslauthd_mdoc.patch
(from rev 180019, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/staging-i686/0010_maintainer_mode.patch
(from rev 180019, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-i686/0011_saslauthd_ac_prog_libtool.patch
(from rev 180019, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-i686/0012_xopen_crypt_prototype.patch
(from rev 180019, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/staging-i686/0016_pid_file_lock_creation_mask.patch
(from rev 180019, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/staging-i686/0018_auth_rimap_quotes.patch
(from rev 180019, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/staging-i686/0019_ldap_deprecated.patch
(from rev 180019, cyrus-sasl/trunk/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/staging-i686/0022_gcc4.4_preprocessor_syntax.patch
(from rev 180019, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/staging-i686/0025_ld_as_needed.patch
(from rev 180019, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-i686/0026_drop_krb5support_dependency.patch
(from rev 180019, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/staging-i686/0027_db5_support.patch
(from rev 180019, cyrus-sasl/trunk/0027_db5_support.patch)
  cyrus-sasl/repos/staging-i686/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 180019, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-i686/PKGBUILD
(from rev 180019, cyrus-sasl/trunk/PKGBUILD)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.19-checkpw.c.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.19-checkpw.c.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-as-needed.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.22-as-needed.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-automake-1.10.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.22-automake-1.10.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-crypt.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.22-crypt.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.22-qa.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.22-qa.patch)
  cyrus-sasl/repos/staging-i686/cyrus-sasl-2.1.23-authd-fix.patch
(from rev 180019, cyrus-sasl/trunk/cyrus-sasl-2.1.23-authd-fix.patch)
  cyrus-sasl/repos/staging-i686/saslauthd
(from rev 180019, cyrus-sasl/trunk/saslauthd)
  cyrus-sasl/repos/staging-i686/saslauthd.conf.d
(from rev 180019, cyrus-sasl/trunk/saslauthd.conf.d)
  cyrus-sasl/repos/staging-i686/saslauthd.service
(from rev 180019, cyrus-sasl/trunk/saslauthd.service)
  cyrus-sasl/repos/staging-i686/tmpfiles.conf
(from rev 180019, cyrus-sasl/trunk/tmpfiles.conf)
  cyrus-sasl/repos/staging-x86_64/
  cyrus-sasl/repos/staging-x86_64/0003_saslauthd_mdoc.patch
(from rev 180019, cyrus-sasl/trunk/0003_saslauthd_mdoc.patch)
  cyrus-sasl/repos/staging-x86_64/0010_maintainer_mode.patch
(from rev 180019, cyrus-sasl/trunk/0010_maintainer_mode.patch)
  cyrus-sasl/repos/staging-x86_64/0011_saslauthd_ac_prog_libtool.patch
(from rev 180019, cyrus-sasl/trunk/0011_saslauthd_ac_prog_libtool.patch)
  cyrus-sasl/repos/staging-x86_64/0012_xopen_crypt_prototype.patch
(from rev 180019, cyrus-sasl/trunk/0012_xopen_crypt_prototype.patch)
  cyrus-sasl/repos/staging-x86_64/0016_pid_file_lock_creation_mask.patch
(from rev 180019, cyrus-sasl/trunk/0016_pid_file_lock_creation_mask.patch)
  cyrus-sasl/repos/staging-x86_64/0018_auth_rimap_quotes.patch
(from rev 180019, cyrus-sasl/trunk/0018_auth_rimap_quotes.patch)
  cyrus-sasl/repos/staging-x86_64/0019_ldap_deprecated.patch
(from rev 180019, cyrus-sasl/trunk/0019_ldap_deprecated.patch)
  cyrus-sasl/repos/staging-x86_64/0022_gcc4.4_preprocessor_syntax.patch
(from rev 180019, cyrus-sasl/trunk/0022_gcc4.4_preprocessor_syntax.patch)
  cyrus-sasl/repos/staging-x86_64/0025_ld_as_needed.patch
(from rev 180019, cyrus-sasl/trunk/0025_ld_as_needed.patch)
  cyrus-sasl/repos/staging-x86_64/0026_drop_krb5support_dependency.patch
(from rev 180019, cyrus-sasl/trunk/0026_drop_krb5support_dependency.patch)
  cyrus-sasl/repos/staging-x86_64/0027_db5_support.patch
(from rev 180019, cyrus-sasl/trunk/0027_db5_support.patch)
  
cyrus-sasl/repos/staging-x86_64/0030-dont_use_la_files_for_opening_plugins.patch
(from rev 180019, 
cyrus-sasl/trunk/0030-dont_use_la_files_for_opening_plugins.patch)
  cyrus-sasl/repos/staging-x86_64/PKGBUILD
(from rev 180019, cyrus-sasl/trunk/PKGBUILD)
  

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

2013-03-14 Thread Dave Reisner
Date: Thursday, March 14, 2013 @ 20:23:11
  Author: dreisner
Revision: 180021

upgpkg: filesystem 2013.03-2

add systemd-journal to gshadow

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/gshadow

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 19:20:58 UTC (rev 180020)
+++ PKGBUILD2013-03-14 19:23:11 UTC (rev 180021)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2013.03
-pkgrel=1
+pkgrel=2
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -34,7 +34,7 @@
  'b16a4674ccf3a932ff34c6c8393a4f33'
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
- 'ffe983034b8004989b8c3df97ec91095'
+ 'f45389e116ab0b9e9968287617d27c7d'
  'f3b6ae7db8adffaaa4bffc6099dcbd50'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'

Modified: gshadow
===
--- gshadow 2013-03-14 19:20:58 UTC (rev 180020)
+++ gshadow 2013-03-14 19:23:11 UTC (rev 180021)
@@ -20,7 +20,7 @@
 http:::
 games:::
 lock:::
-uuidd:!::
+uuidd:x::
 dbus:x::
 network:x::
 video:x::
@@ -32,3 +32,4 @@
 power:x::
 nobody:::
 users:::
+systemd-journal:x::



[arch-commits] Commit in filesystem/repos (88 files)

2013-03-14 Thread Dave Reisner
Date: Thursday, March 14, 2013 @ 20:25:32
  Author: dreisner
Revision: 180022

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

Added:
  filesystem/repos/testing-i686/PKGBUILD
(from rev 180021, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/archlinux.7.txt
(from rev 180021, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-i686/crypttab
(from rev 180021, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/filesystem.install
(from rev 180021, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-i686/fstab
(from rev 180021, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 180021, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 180021, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 180021, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 180021, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 180021, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 180021, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 180021, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/modprobe.d.usb-load-ehci-first
(from rev 180021, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-i686/motd
(from rev 180021, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 180021, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 180021, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 180021, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 180021, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 180021, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 180021, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 180021, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 180021, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 180021, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.7.txt
(from rev 180021, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-x86_64/crypttab
(from rev 180021, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/filesystem.install
(from rev 180021, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-x86_64/fstab
(from rev 180021, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 180021, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 180021, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 180021, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 180021, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 180021, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 180021, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 180021, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
(from rev 180021, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-x86_64/motd
(from rev 180021, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 180021, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 180021, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 180021, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 180021, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 180021, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 180021, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 180021, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 180021, filesystem/trunk/shells)
Deleted:
  filesystem/repos/testing-i686/PKGBUILD
  filesystem/repos/testing-i686/archlinux.7.txt
  filesystem/repos/testing-i686/crypttab
  filesystem/repos/testing-i686/filesystem.install
  filesystem/repos/testing-i686/fstab
  filesystem/repos/testing-i686/group
  filesystem/repos/testing-i686/gshadow
  filesystem/repos/testing-i686/host.conf
  filesystem/repos/testing-i686/hosts
  filesystem/repos/testing-i686/issue
  filesystem/repos/testing-i686/ld.so.conf
  filesystem/repos/testing-i686/locale.sh
  filesystem/repos/testing-i686/modprobe.d.usb-load-ehci-first
  filesystem/repos/testing-i686/motd
  filesystem/repos/testing-i686/nsswitch.conf
  filesystem/repos/testing-i686/os-release
  

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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 20:43:37
  Author: dwallace
Revision: 86288

upgpkg: parrot 5.1.0-3

upgpkg: parrot 5.1.0-3 - rebuild for libffi's ffi.h

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 18:27:31 UTC (rev 86287)
+++ PKGBUILD2013-03-14 19:43:37 UTC (rev 86288)
@@ -6,7 +6,7 @@
 pkgver=5.1.0
 #_rel=stable
 _rel=devel
-pkgrel=2
+pkgrel=3
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
 url=http://www.parrotcode.org/;
@@ -23,6 +23,7 @@
   perl Configure.pl --prefix=/usr \
 --parrot_is_shared \
 --disable-rpath \
+   --mandir=/usr/share/man \
 --optimize
   export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
   make all parrot_utils docs html



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 20:44:14
  Author: dwallace
Revision: 86289

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 19:43:37 UTC (rev 86288)
+++ community-i686/PKGBUILD 2013-03-14 19:44:14 UTC (rev 86289)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.1.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('cf879f76d56f007107c143a1b63037c9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 86288, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 19:44:14 UTC (rev 86289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=5.1.0
+#_rel=stable
+_rel=devel
+pkgrel=3
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('cf879f76d56f007107c143a1b63037c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-14 19:43:37 UTC (rev 86288)
+++ community-x86_64/PKGBUILD   2013-03-14 19:44:14 UTC (rev 86289)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.1.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('cf879f76d56f007107c143a1b63037c9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 86288, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 19:44:14 UTC (rev 86289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:09:14
  Author: arodseth
Revision: 86290

upgpkg: chicken 4.8.0.3-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 19:44:14 UTC (rev 86289)
+++ PKGBUILD2013-03-14 20:09:14 UTC (rev 86290)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=chicken
-pkgver=4.8.0.2
+pkgver=4.8.0.3
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('gcc')
 
source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d')
+sha256sums=('6a1414e6f35586e47d7f4470eaf1779a4f73dec664b14bebf8763dd804b399c3')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,7 +25,7 @@
   cd $pkgname-$pkgver
   
   make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:09:27
  Author: arodseth
Revision: 86291

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 20:09:14 UTC (rev 86290)
+++ community-i686/PKGBUILD 2013-03-14 20:09:27 UTC (rev 86291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: da...@pako.st
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=chicken
-pkgver=4.8.0.2
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-i686/PKGBUILD (from rev 86290, 
chicken/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 20:09:27 UTC (rev 86291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: da...@pako.st
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=chicken
+pkgver=4.8.0.3
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+depends=('gcc')
+source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6a1414e6f35586e47d7f4470eaf1779a4f73dec664b14bebf8763dd804b399c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
+  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-14 20:09:14 UTC (rev 86290)
+++ community-x86_64/PKGBUILD   2013-03-14 20:09:27 UTC (rev 86291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: da...@pako.st
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=chicken
-pkgver=4.8.0.2
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 86290, 
chicken/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 20:09:27 UTC (rev 86291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: da...@pako.st
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=chicken
+pkgver=4.8.0.3
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+depends=('gcc')
+source=(http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6a1414e6f35586e47d7f4470eaf1779a4f73dec664b14bebf8763dd804b399c3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
+  

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:10:59
  Author: arodseth
Revision: 86292

upgpkg: clojure 1.5.1-1

Added:
  clojure/trunk/clj.sh
(from rev 86286, clojure/trunk/clj)
Modified:
  clojure/trunk/PKGBUILD
Deleted:
  clojure/trunk/clj

--+
 PKGBUILD |8 +--
 clj  |  138 -
 clj.sh   |  138 +
 3 files changed, 142 insertions(+), 142 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:09:27 UTC (rev 86291)
+++ PKGBUILD2013-03-14 20:10:59 UTC (rev 86292)
@@ -5,7 +5,7 @@
 # Contributor: Sam May sam@gmail.com
 
 pkgname=clojure
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='LISP dialect for the JVM'
 url='http://www.clojure.org/'
@@ -15,16 +15,16 @@
 optdepends=('rlwrap: friendlier shell with readline support')
 install=clojure.install
 
source=(http://repo1.maven.org/maven2/org/$pkgname/$pkgname/$pkgver/clojure-$pkgver.zip;
-'clj'
+'clj.sh'
 $pkgname.sh)
-sha256sums=('27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408'
+sha256sums=('fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1'
 '0d0f9e7db77f4b5f507ee18e140c29138b7bff5c4ca9d0b963dfd657c6e3c157'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
 
 package() {
   cd $srcdir
 
-  install -Dm755 clj $pkgdir/usr/bin/clj
+  install -Dm755 clj.sh $pkgdir/usr/bin/clj
   install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
   install -Dm644 $pkgname-$pkgver/$pkgname-$pkgver.jar \
 $pkgdir/usr/share/$pkgname/$pkgname.jar

Deleted: clj
===
--- clj 2013-03-14 20:09:27 UTC (rev 86291)
+++ clj 2013-03-14 20:10:59 UTC (rev 86292)
@@ -1,138 +0,0 @@
-#!/bin/sh
-#
-# A launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   -Djava.library.path=$CLOJURE_LIBRARY_PATH.
-#   CLOJURE_LIB
-#   This directory, and any jars inside it, will be automatically
-#   added to Clojure's classpath.
-#
-#   CLOJURE_JLINE
-#This should be the path to Jline jar.
-# TODO:
-#   make CLOJURE_LIB a path instead of a single directory
-#   allow for adding to CLOJURE_LIB from the command line
-
-usage=\
-usage: clojure [options] [file1 [file2] ...]
-
-Options:
-  --help, -h  show this message
-  --java-cmd, -J  the Java executable to use
-  --java-opts, -j add options to be passed on to the JVM
-  --classpath, -cpadd to Clojure's classpath
-  --library-path, -L  add to the path to search for native libraries
-  --verbose, -v   print initialization information
-
-## read ~/.clojurerc for home configuration
-[ -e ~/.clojurerc ]  . ~/.clojurerc
-
-## read ./.clojurerc for project specific configuration
-[ -e ./.clojurerc ]  . ./.clojurerc
-
-if [ ! $CLOJURE_HOME ]; then
-# Find the real path to Clojure's home directory if $0 is a symlink
-#program=$0
-#while [ -h $program ]; do
-#ls=`ls -ld $program`
-#link=`expr $ls : '.*- \(.*\)$'`
-#if expr $link : '.*/.*' /dev/null; then
-#program=$link
-#else
-#program=`dirname $program`/$link
-#fi
-#done
-#script_dir=`dirname $program`
-#relative_clojure_home=`dirname $script_dir`
-#CLOJURE_HOME=`cd $relative_clojure_home  pwd`
-. /etc/profile.d/clojure.sh
-fi
-
-if [ ! $CLOJURE_JAVA ]; then
-CLOJURE_JAVA=java;
-fi
-
-if [ ! $CLOJURE_JAVA_OPTS ]; then
-CLOJURE_JAVA_OPTS=-Dpid=$$; # set the pid for SLIME
-fi
-
-if [ ! $CLOJURE_CLASSPATH ]; then
-CLOJURE_CLASSPATH=.
-fi
-
-##  Add Clojure home jars.
-for jar in $CLOJURE_HOME/*.jar; do
-CLOJURE_CLASSPATH=$CLOJURE_CLASSPATH:$jar
-done
-
-if [ -d $CLOJURE_LIB ]; then
-CLOJURE_CLASSPATH=$CLOJURE_CLASSPATH:$CLOJURE_LIB
-for jar in $CLOJURE_LIB/*.jar; do
-CLOJURE_CLASSPATH=$CLOJURE_CLASSPATH:$jar
-done
-fi
-
-# this is now the same for both the repl and for scripts
-main=clojure.main
-repl=0
-verbose=0
-
-while true; do
-case $1 in
--h|--help)
-echo $usage; exit 1;;
--J|--java-cmd)
-CLOJURE_JAVA=$2; shift; shift;;
--j|--java-opts)
-CLOJURE_JAVA_OPTS=$CLOJURE_JAVA_OPTS $2; shift; shift;;
--cp|--classpath)
-CLOJURE_CLASSPATH=$CLOJURE_CLASSPATH:$2; shift; 

[arch-commits] Commit in clojure/repos/community-any (8 files)

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:11:11
  Author: arodseth
Revision: 86293

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 86292, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clj.sh
(from rev 86292, clojure/trunk/clj.sh)
  clojure/repos/community-any/clojure.install
(from rev 86292, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 86292, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clj
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   66 -
 clj |  138 --
 clj.sh  |  138 ++
 clojure.install |   10 +--
 clojure.sh  |2 
 5 files changed, 177 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-14 20:10:59 UTC (rev 86292)
+++ PKGBUILD2013-03-14 20:11:11 UTC (rev 86293)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chris O'Donnell christopher.p.odonn...@gmail.com
-# Contributor: Sam May sam@gmail.com
-
-pkgname=clojure
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='LISP dialect for the JVM'
-url='http://www.clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment' 'sh')
-optdepends=('rlwrap: friendlier shell with readline support')
-install=clojure.install
-source=(http://repo1.maven.org/maven2/org/$pkgname/$pkgname/$pkgver/clojure-$pkgver.zip;
-'clj'
-$pkgname.sh)
-sha256sums=('27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408'
-'0d0f9e7db77f4b5f507ee18e140c29138b7bff5c4ca9d0b963dfd657c6e3c157'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-package() {
-  cd $srcdir
-
-  install -Dm755 clj $pkgdir/usr/bin/clj
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-  install -Dm644 $pkgname-$pkgver/$pkgname-$pkgver.jar \
-$pkgdir/usr/share/$pkgname/$pkgname.jar
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 86292, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-14 20:11:11 UTC (rev 86293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chris O'Donnell christopher.p.odonn...@gmail.com
+# Contributor: Sam May sam@gmail.com
+
+pkgname=clojure
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='LISP dialect for the JVM'
+url='http://www.clojure.org/'
+arch=('any')
+license=('CPL')
+depends=('java-environment' 'sh')
+optdepends=('rlwrap: friendlier shell with readline support')
+install=clojure.install
+source=(http://repo1.maven.org/maven2/org/$pkgname/$pkgname/$pkgver/clojure-$pkgver.zip;
+'clj.sh'
+$pkgname.sh)
+sha256sums=('fe7b32ca36c1a5451fe6fe0ea8ad25f7bc04beeb63e171e10464efd64c94f1e1'
+'0d0f9e7db77f4b5f507ee18e140c29138b7bff5c4ca9d0b963dfd657c6e3c157'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+package() {
+  cd $srcdir
+
+  install -Dm755 clj.sh $pkgdir/usr/bin/clj
+  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+  install -Dm644 $pkgname-$pkgver/$pkgname-$pkgver.jar \
+$pkgdir/usr/share/$pkgname/$pkgname.jar
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: clj
===
--- clj 2013-03-14 20:10:59 UTC (rev 86292)
+++ clj 2013-03-14 20:11:11 UTC (rev 86293)
@@ -1,138 +0,0 @@
-#!/bin/sh
-#
-# A launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   -Djava.library.path=$CLOJURE_LIBRARY_PATH.
-#   CLOJURE_LIB
-#   This directory, and any jars inside it, will be automatically
-#   added to Clojure's classpath.
-#
-#   CLOJURE_JLINE
-#This should be the path to Jline jar.
-# TODO:
-#   make CLOJURE_LIB a path instead of a single directory
-#   allow for adding to CLOJURE_LIB from the command line
-
-usage=\
-usage: clojure [options] [file1 [file2] ...]
-
-Options:
-  --help, -h  show this message
-  --java-cmd, -J  

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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 21:15:35
  Author: andrea
Revision: 180023

upgpkg: digikam 3.1.0-1

Upstream release

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 19:25:32 UTC (rev 180022)
+++ PKGBUILD2013-03-14 20:15:35 UTC (rev 180023)
@@ -5,17 +5,17 @@
 
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.1.0
+pkgrel=1
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.digikam.org/;
 makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
  'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'mesa' 'lensfun')
+ 'cmake' 'automoc4' 'doxygen' 'lensfun')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('45a9490b2b10b7b42fa9f90b7389eeb248326718')
+sha1sums=('f4ce304acdf10e859ab8f70ce9d53a05d92d4fbd')
 
 build() {
   mkdir build



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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 21:15:45
  Author: andrea
Revision: 180024

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 180023, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 180023, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 180023, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 180023, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 180023, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 180023, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 extra-i686/PKGBUILD   |  188 ++--
 extra-i686/digikam.install|   24 ++--
 extra-i686/kipi-plugins.install   |   24 ++--
 extra-x86_64/PKGBUILD |  188 ++--
 extra-x86_64/digikam.install  |   24 ++--
 extra-x86_64/kipi-plugins.install |   24 ++--
 6 files changed, 236 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 20:15:35 UTC (rev 180023)
+++ extra-i686/PKGBUILD 2013-03-14 20:15:45 UTC (rev 180024)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.0.0
-pkgrel=3
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin'
- 'cmake' 'automoc4' 'doxygen' 'mesa' 'lensfun')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('45a9490b2b10b7b42fa9f90b7389eeb248326718')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: for more extras and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-*
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane'
-   'opencv' 'libkvkontakte' 'libkexiv2')
-  optdepends=('libkgeomap'
-  'libmediawiki'
-  'libgpod'
-  'hugin')
-  install=kipi-plugins.install
-
-  cd build/extra/kipi-plugins
-  make DESTDIR=${pkgdir} install
-}

Copied: digikam/repos/extra-i686/PKGBUILD (from rev 180023, 
digikam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-14 20:15:45 UTC (rev 180024)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Andrea Scarpino 

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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 21:24:30
  Author: andrea
Revision: 180025

upgpkg: calligra-l10n 2.6.2-2

add the Turkish language (FS#34312)

Modified:
  calligra-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:15:45 UTC (rev 180024)
+++ PKGBUILD2013-03-14 20:24:30 UTC (rev 180025)
@@ -27,11 +27,12 @@
'calligra-l10n-sk'
'calligra-l10n-sl'
'calligra-l10n-sv'
+   'calligra-l10n-tr'
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Localization for Calligra
 arch=('any')
 url='http://www.calligra-suite.org/'
@@ -63,6 +64,7 @@
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
+  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
   
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
@@ -91,13 +93,14 @@
  '826d4536b197a5126824072514b874d4'
  '5eccd5a106b607bc075a421eeb64f408'
  'b8bc692d993c25925b3a97836e016dc2'
+ '2910397b72cef4c659785ed547dd507a'
  '8ae4951e2af470598e87c215c551ec20'
  '7b43dc50f060f587cda8586fc8266bae'
  'fce15e764f816ce69aa6c40af931151d')
 
 build() {
   for lang in bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds \
-nl pl pt pt_BR ru sk sl sv uk zh_CN zh_TW; do
+nl pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW; do
 mkdir -p build/$lang
 cd build/$lang
 cmake ${srcdir}/${pkgbase}-$lang-${pkgver} \
@@ -283,6 +286,13 @@
   make DESTDIR=${pkgdir} install
 }
 
+package_calligra-l10n-tr() {
+  pkgdesc=('Turkish Localization for Calligra')
+  replaces=('koffice-l10n-tr')
+  cd ${srcdir}/build/tr
+  make DESTDIR=${pkgdir} install
+}
+
 package_calligra-l10n-uk() {
   pkgdesc=('Ukrainian Localization for Calligra')
   replaces=('koffice-l10n-uk')



[arch-commits] Commit in calligra-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 21:24:37
  Author: andrea
Revision: 180026

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 180025, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  620 ++---
 1 file changed, 315 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-14 20:24:30 UTC (rev 180025)
+++ PKGBUILD2013-03-14 20:24:37 UTC (rev 180026)
@@ -1,305 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-ca@valencia'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-en_gb'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sl'
-   'calligra-l10n-sv'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=Localization for Calligra
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=(http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.bz2;
-  
http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.bz2;)
-md5sums=('7ddca1b8d4180eb94431ef56ac3db994'
- '3e292c679d0dcd3d12c8961f1414cfef'
- 'dca2966e1782c537d6b9ce69b15ccbfe'
- '27a457ac994d875b1628c5c615194b59'
- '311eba00ab825389a4aef93ff09bac51'
- '7c038ea37a2480ff167a07fd9d6b2b04'
- 'b733e8fff6545e8f1b5354f2d3838ba3'
- '3f4ab0be39eba28cc879e74000955a0b'
- '0507c641863a555e127c981ae8801279'
- '7f2bd38f2d85125436b551e1c04ca197'
- '5f3d5fd47597307fd381085e3b23982d'
- '8d911601af920f8d41ccf22b0218329c'
- '5a0a9f8b6cf2c606116f79af99aa0540'
- 'be2e65292c788d9ccc5af08ba323ccf6'
- 

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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:51:18
  Author: arodseth
Revision: 86295

upgpkg: gimp-ufraw 0.19-1

Modified:
  gimp-ufraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:45:45 UTC (rev 86294)
+++ PKGBUILD2013-03-14 20:51:18 UTC (rev 86295)
@@ -4,9 +4,9 @@
 # Contributor: Martin Sugioarto na...@web.de
 
 pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=6
-pkgdesc='Standalone or gimp plugin converter for raw files'
+pkgver=0.19
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -14,20 +14,21 @@
 makedepends=('gimp' 'cinepaint')
 optdepends=('gimp: to use the gimp import plugin for raw images'
 'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
+sha256sums=('12d551418c5e69ae904cb92e9ac11b4d2e4327a857ee13ac890f34320eb58b9a')
 
 build() {
   cd $srcdir/ufraw-$pkgver
 
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
   sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
   make
 }



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

2013-03-14 Thread Alexander Rødseth
Date: Thursday, March 14, 2013 @ 21:51:33
  Author: arodseth
Revision: 86296

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

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

-+
 community-i686/PKGBUILD |   85 +-
 community-i686/gimp-ufraw.install   |   26 +-
 community-x86_64/PKGBUILD   |   85 +-
 community-x86_64/gimp-ufraw.install |   26 +-
 4 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 20:51:18 UTC (rev 86295)
+++ community-i686/PKGBUILD 2013-03-14 20:51:33 UTC (rev 86296)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.18
-pkgrel=6
-pkgdesc='Standalone or gimp plugin converter for raw files'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('24fe739c61e9e14de198477c8662553e93427569c1d595556d440e6b9205')
-
-build() {
-  cd $srcdir/ufraw-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-extras \
-  --enable-mime \
-  --enable-openmp \
- --with-gimp \
- --with-cinepaint \
- --enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  cd $srcdir/ufraw-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

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

Deleted: community-i686/gimp-ufraw.install
===
--- community-i686/gimp-ufraw.install   2013-03-14 20:51:18 UTC (rev 86295)
+++ community-i686/gimp-ufraw.install   2013-03-14 20:51:33 UTC (rev 86296)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-i686/gimp-ufraw.install (from rev 86295, 
gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-i686/gimp-ufraw.install   (rev 0)
+++ community-i686/gimp-ufraw.install   2013-03-14 20:51:33 UTC 

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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 21:56:04
  Author: svenstaro
Revision: 86297

upgpkg: spring 0.93.2-1

Updating to 0.93.2

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:51:33 UTC (rev 86296)
+++ PKGBUILD2013-03-14 20:56:04 UTC (rev 86297)
@@ -4,8 +4,8 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=0.93.1
-_pkgver=93.1
+pkgver=0.93.2
+_pkgver=93.2
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('a7a093c9113d7a4e62c2c53b80e8de52')
+md5sums=('f6e1cb11d9254aca38731995c29303ba')
 
 build() {
   bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma



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

2013-03-14 Thread Sven-Hendrik Haase
Date: Thursday, March 14, 2013 @ 21:56:19
  Author: svenstaro
Revision: 86298

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 86297, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 86297, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 86297, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 86297, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 86297, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 86297, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 community-i686/PKGBUILD   |   88 
 community-i686/boost-1.50.patch   | 5078 ++--
 community-i686/spring.install |   24 
 community-x86_64/PKGBUILD |   88 
 community-x86_64/boost-1.50.patch | 5078 ++--
 community-x86_64/spring.install   |   24 
 6 files changed, 5190 insertions(+), 5190 deletions(-)

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


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

2013-03-14 Thread Evangelos Foutras
Date: Thursday, March 14, 2013 @ 22:02:54
  Author: foutrelis
Revision: 180029

Restore previous llvm-3.2.src.tar.gz checksum.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:45:48 UTC (rev 180028)
+++ PKGBUILD2013-03-14 21:02:54 UTC (rev 180029)
@@ -25,7 +25,7 @@
 enable-lto.patch
 llvm-3.1-fix-debug-line-info.patch
 clang-3.1-fix-libprofile_rt.a-location.patch)
-sha256sums=('378f9ed7126409785aa399bf367762753dbda563b60612dae1a92d5263ab8130'
+sha256sums=('125090c4d26740f1d5e9838477c931ed7d9ad70d599ba265f46f3a42cb066343'
 '2aaaf03f7c0f6b16fe97ecc81247dc2bf2d4bec7620a77cc74670b7e07ff5658'
 'a9a6b73a1bd5fc763f3b3826a6ce796cb150042d37d319e06e72d3d9778aaac1'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'



[arch-commits] Commit in oss/trunk (PKGBUILD linux-3.8.patch)

2013-03-14 Thread Kyle Keen
Date: Thursday, March 14, 2013 @ 22:26:13
  Author: kkeen
Revision: 86299

upgpkg: oss 4.2_2007-2, fix FS#33969

Added:
  oss/trunk/linux-3.8.patch
Modified:
  oss/trunk/PKGBUILD

-+
 PKGBUILD|8 +++-
 linux-3.8.patch |   40 
 2 files changed, 47 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 20:56:19 UTC (rev 86298)
+++ PKGBUILD2013-03-14 21:26:13 UTC (rev 86299)
@@ -8,7 +8,7 @@
 pkgname=oss
 true  pkgname=(oss libflashsupport-oss)
 pkgver=4.2_2007
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://developer.opensound.com/;
 license=('GPL2')
@@ -18,6 +18,7 @@
rc-script
soundon.patch
remove-hal.patch
+linux-3.8.patch
oss.service
)
 md5sums=('26b9d6951f3eb2eac39a0f42f0dbdae7'
@@ -25,6 +26,7 @@
  'cbcbce5c03b127df5eafa8faa091492c'
  '65f07fe241bfbf912f76d8b6d8f276b5'
  'cd7f1dc6166bba8c94d96f3a28e948a5'
+ 'effecefb774f1d08ef9f0af0ad205c34'
  '8db0255b380dc6672993e627d1cd8ca6')
 _dir=oss-v${pkgver/_*}-build${pkgver/*_}-src-gpl
 
@@ -56,6 +58,10 @@
sed -i 's|/lib/modules|/usr|' \
os_cmd/Linux/ossvermagic/ossvermagic.c
 
+pushd $srcdir/$_dir
+   patch -p0 -i ${srcdir}/linux-3.8.patch
+popd
+
msg Building OSS.
make build
 

Added: linux-3.8.patch
===
--- linux-3.8.patch (rev 0)
+++ linux-3.8.patch 2013-03-14 21:26:13 UTC (rev 86299)
@@ -0,0 +1,40 @@
+--- setup/Linux/oss/build/pci_wrapper.inc  2009-08-27 05:19:07.0 
+0300
 setup/Linux/oss/build/pci_wrapper.inc  2013-02-08 13:56:10.519794975 
+0200
+@@ -17,7 +17,11 @@
+ static dev_map_t dev_map[MAX_INSTANCE];
+ static int n_devmap = 0;
+ 
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,8,0)
+ static int __devinit
++#else
++static int
++#endif
+ osspci_probe (struct pci_dev *pcidev, const struct pci_device_id *pciid)
+ {
+   oss_device_t *osdev;
+@@ -65,7 +69,11 @@
+   return 0;
+ }
+ 
+-static void __devexit
++#if LINUX_VERSION_CODE  KERNEL_VERSION(3,8,0)
++static int __devexit
++#else
++static int
++#endif
+ osspci_remove (struct pci_dev *pcidev)
+ {
+   int i;
+@@ -80,10 +88,11 @@
+   pci_disable_device (dev_map[i].pcidev);
+   osdev_delete (osdev);
+ 
+-  return;
++  return 0;
+   }
+ 
+   printk (KERN_ALERT DRIVER_NICK : Can't find the PCI device to detach\n);
++  return -EIO;
+ }
+ 
+ void



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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 22:30:18
  Author: andrea
Revision: 86300

upgpkg: percona-server 5.5.30_rel30.1-2

mariadb rebuild

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 21:26:13 UTC (rev 86299)
+++ PKGBUILD2013-03-14 21:30:18 UTC (rev 86300)
@@ -3,11 +3,11 @@
 
 pkgname=percona-server
 pkgver=5.5.30_rel30.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
 arch=('i686' 'x86_64')
 
-depends=('mysql-clients' 'libaio' 'systemd-tools')
+depends=('mariadb-clients' 'libaio' 'systemd-tools')
 conflicts=('mysql')
 provides=('mysql')
 optdepends=('perl-dbi' 'perl-dbd-mysql')



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

2013-03-14 Thread Andrea Scarpino
Date: Thursday, March 14, 2013 @ 22:30:31
  Author: andrea
Revision: 86301

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

Added:
  percona-server/repos/community-staging-i686/
  percona-server/repos/community-staging-i686/PKGBUILD
(from rev 86300, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-staging-i686/my.cnf
(from rev 86300, percona-server/trunk/my.cnf)
  percona-server/repos/community-staging-i686/mysqld-post.sh
(from rev 86300, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-staging-i686/mysqld-tmpfile.conf
(from rev 86300, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-staging-i686/mysqld.service
(from rev 86300, percona-server/trunk/mysqld.service)
  percona-server/repos/community-staging-i686/percona.install
(from rev 86300, percona-server/trunk/percona.install)
  percona-server/repos/community-staging-x86_64/
  percona-server/repos/community-staging-x86_64/PKGBUILD
(from rev 86300, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-staging-x86_64/my.cnf
(from rev 86300, percona-server/trunk/my.cnf)
  percona-server/repos/community-staging-x86_64/mysqld-post.sh
(from rev 86300, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-staging-x86_64/mysqld-tmpfile.conf
(from rev 86300, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-staging-x86_64/mysqld.service
(from rev 86300, percona-server/trunk/mysqld.service)
  percona-server/repos/community-staging-x86_64/percona.install
(from rev 86300, percona-server/trunk/percona.install)

--+
 community-staging-i686/PKGBUILD  |  103 +
 community-staging-i686/my.cnf|  145 +
 community-staging-i686/mysqld-post.sh|8 +
 community-staging-i686/mysqld-tmpfile.conf   |1 
 community-staging-i686/mysqld.service|   16 ++
 community-staging-i686/percona.install   |   37 ++
 community-staging-x86_64/PKGBUILD|  103 +
 community-staging-x86_64/my.cnf  |  145 +
 community-staging-x86_64/mysqld-post.sh  |8 +
 community-staging-x86_64/mysqld-tmpfile.conf |1 
 community-staging-x86_64/mysqld.service  |   16 ++
 community-staging-x86_64/percona.install |   37 ++
 12 files changed, 620 insertions(+)

Copied: percona-server/repos/community-staging-i686/PKGBUILD (from rev 86300, 
percona-server/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-14 21:30:31 UTC (rev 86301)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=percona-server
+pkgver=5.5.30_rel30.1
+pkgrel=2
+pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
+arch=('i686' 'x86_64')
+
+depends=('mariadb-clients' 'libaio' 'systemd-tools')
+conflicts=('mysql')
+provides=('mysql')
+optdepends=('perl-dbi' 'perl-dbd-mysql')
+makedepends=('cmake' 'openssl' 'zlib')
+
+license=('GPL')
+url=http://www.percona.com/software/percona-server/;
+options=('!libtool' 'emptydirs')
+backup=('etc/mysql/my.cnf')
+install=percona.install
+source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-${pkgver/_rel/-}/source/Percona-Server-${pkgver/_/-}.tar.gz;
+'mysqld-post.sh'
+'mysqld.service'
+'mysqld-tmpfile.conf')
+
+build() {
+   cd ${srcdir}/Percona-Server-${pkgver/_/-}
+   sed -i 's|ADD_SUBDIRECTORY(libmysqld/examples)|# 
ADD_SUBDIRECTORY(libmysqld/examples)|' CMakeLists.txt
+
+   cd ${srcdir}
+   rm -rf build
+   mkdir build
+   cd build
+
+   cmake ${srcdir}/Percona-Server-${pkgver/_/-} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONFDIR=/etc/mysql \
+   -DMYSQL_DATADIR=/var/lib/mysql \
+   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
+   -DDEFAULT_CHARSET=utf8 \
+   -DDEFAULT_COLLATION=utf8_general_ci \
+   -DENABLED_LOCAL_INFILE=ON \
+   -DINSTALL_INFODIR=share/mysql/docs \
+   -DINSTALL_MANDIR=share/man \
+   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
+   -DINSTALL_SCRIPTDIR=bin \
+   -DINSTALL_INCLUDEDIR=include/mysql \
+   -DINSTALL_DOCREADMEDIR=share/mysql \
+   -DINSTALL_SUPPORTFILESDIR=share/mysql \
+   -DINSTALL_MYSQLSHAREDIR=share/mysql \
+   -DINSTALL_DOCDIR=share/mysql/docs \
+   -DINSTALL_SHAREDIR=share/mysql \
+   -DWITH_READLINE=ON \
+   -DWITH_ZLIB=system \
+  

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

2013-03-14 Thread Kyle Keen
Date: Thursday, March 14, 2013 @ 22:30:53
  Author: kkeen
Revision: 86302

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

Added:
  oss/repos/community-i686/PKGBUILD
(from rev 86299, oss/trunk/PKGBUILD)
  oss/repos/community-i686/linux-3.8.patch
(from rev 86299, oss/trunk/linux-3.8.patch)
  oss/repos/community-i686/oss.install
(from rev 86299, oss/trunk/oss.install)
  oss/repos/community-i686/oss.service
(from rev 86299, oss/trunk/oss.service)
  oss/repos/community-i686/rc-script
(from rev 86299, oss/trunk/rc-script)
  oss/repos/community-i686/remove-hal.patch
(from rev 86299, oss/trunk/remove-hal.patch)
  oss/repos/community-i686/rm-init-scripts.patch
(from rev 86299, oss/trunk/rm-init-scripts.patch)
  oss/repos/community-i686/soundon.patch
(from rev 86299, oss/trunk/soundon.patch)
  oss/repos/community-x86_64/PKGBUILD
(from rev 86301, oss/trunk/PKGBUILD)
  oss/repos/community-x86_64/linux-3.8.patch
(from rev 86301, oss/trunk/linux-3.8.patch)
  oss/repos/community-x86_64/oss.install
(from rev 86301, oss/trunk/oss.install)
  oss/repos/community-x86_64/oss.service
(from rev 86301, oss/trunk/oss.service)
  oss/repos/community-x86_64/rc-script
(from rev 86301, oss/trunk/rc-script)
  oss/repos/community-x86_64/remove-hal.patch
(from rev 86301, oss/trunk/remove-hal.patch)
  oss/repos/community-x86_64/rm-init-scripts.patch
(from rev 86301, oss/trunk/rm-init-scripts.patch)
  oss/repos/community-x86_64/soundon.patch
(from rev 86301, oss/trunk/soundon.patch)
Deleted:
  oss/repos/community-i686/PKGBUILD
  oss/repos/community-i686/oss.install
  oss/repos/community-i686/oss.service
  oss/repos/community-i686/rc-script
  oss/repos/community-i686/remove-hal.patch
  oss/repos/community-i686/rm-init-scripts.patch
  oss/repos/community-i686/soundon.patch
  oss/repos/community-x86_64/PKGBUILD
  oss/repos/community-x86_64/oss.install
  oss/repos/community-x86_64/oss.service
  oss/repos/community-x86_64/rc-script
  oss/repos/community-x86_64/remove-hal.patch
  oss/repos/community-x86_64/rm-init-scripts.patch
  oss/repos/community-x86_64/soundon.patch

+
 community-i686/PKGBUILD|  234 +++
 community-i686/linux-3.8.patch |   40 +
 community-i686/oss.install |   60 +++
 community-i686/oss.service |   24 +--
 community-i686/rc-script   |   60 +++
 community-i686/remove-hal.patch|   40 ++---
 community-i686/rm-init-scripts.patch   |  104 ++---
 community-i686/soundon.patch   |   56 +++
 community-x86_64/PKGBUILD  |  234 +++
 community-x86_64/linux-3.8.patch   |   40 +
 community-x86_64/oss.install   |   60 +++
 community-x86_64/oss.service   |   24 +--
 community-x86_64/rc-script |   60 +++
 community-x86_64/remove-hal.patch  |   40 ++---
 community-x86_64/rm-init-scripts.patch |  104 ++---
 community-x86_64/soundon.patch |   56 +++
 16 files changed, 664 insertions(+), 572 deletions(-)

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


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

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 22:43:41
  Author: bisson
Revision: 180030

upstream update

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 21:02:54 UTC (rev 180029)
+++ PKGBUILD2013-03-14 21:43:41 UTC (rev 180030)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=clamav
-pkgver=0.97.6
+pkgver=0.97.7
 pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
@@ -21,7 +21,7 @@
 'logrotate'
 'tmpfiles.d'
 'config.patch')
-sha1sums=('528f774b14b95fdfb8b377f8b41859c48b165e34'
+sha1sums=('9b911c557e0b7b5079de86c65b5d83fa78fadfff'
   'c9d508c1e5972f0f849d8694c1872455fa9e74de'
   'cb116cdab49a810381a515cbcfb6a6c148547f07'
   'df522b0488f3901e491f148c9300f6bae348c605'



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

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 22:45:11
  Author: bisson
Revision: 180031

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 180030, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/conf.d
(from rev 180030, clamav/trunk/conf.d)
  clamav/repos/extra-i686/config.patch
(from rev 180030, clamav/trunk/config.patch)
  clamav/repos/extra-i686/install
(from rev 180030, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 180030, clamav/trunk/logrotate)
  clamav/repos/extra-i686/rc.d
(from rev 180030, clamav/trunk/rc.d)
  clamav/repos/extra-i686/service
(from rev 180030, clamav/trunk/service)
  clamav/repos/extra-i686/service.fresh
(from rev 180030, clamav/trunk/service.fresh)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 180030, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 180030, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/conf.d
(from rev 180030, clamav/trunk/conf.d)
  clamav/repos/extra-x86_64/config.patch
(from rev 180030, clamav/trunk/config.patch)
  clamav/repos/extra-x86_64/install
(from rev 180030, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 180030, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/rc.d
(from rev 180030, clamav/trunk/rc.d)
  clamav/repos/extra-x86_64/service
(from rev 180030, clamav/trunk/service)
  clamav/repos/extra-x86_64/service.fresh
(from rev 180030, clamav/trunk/service.fresh)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 180030, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/conf.d
  clamav/repos/extra-i686/config.patch
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/rc.d
  clamav/repos/extra-i686/service
  clamav/repos/extra-i686/service.fresh
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/conf.d
  clamav/repos/extra-x86_64/config.patch
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/rc.d
  clamav/repos/extra-x86_64/service
  clamav/repos/extra-x86_64/service.fresh
  clamav/repos/extra-x86_64/tmpfiles.d

+
 extra-i686/PKGBUILD|  136 +--
 extra-i686/conf.d  |   16 ++---
 extra-i686/config.patch|   60 +-
 extra-i686/install |   20 +++---
 extra-i686/logrotate   |   16 ++---
 extra-i686/rc.d|  132 -
 extra-i686/service |   20 +++---
 extra-i686/service.fresh   |   20 +++---
 extra-i686/tmpfiles.d  |2 
 extra-x86_64/PKGBUILD  |  136 +--
 extra-x86_64/conf.d|   16 ++---
 extra-x86_64/config.patch  |   60 +-
 extra-x86_64/install   |   20 +++---
 extra-x86_64/logrotate |   16 ++---
 extra-x86_64/rc.d  |  132 -
 extra-x86_64/service   |   20 +++---
 extra-x86_64/service.fresh |   20 +++---
 extra-x86_64/tmpfiles.d|2 
 18 files changed, 422 insertions(+), 422 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-14 21:43:41 UTC (rev 180030)
+++ extra-i686/PKGBUILD 2013-03-14 21:45:11 UTC (rev 180031)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.97.6
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('bzip2' 'libltdl')
-backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 
'etc/conf.d/clamav')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'rc.d'
-'conf.d'
-'service'
-'service.fresh'
-'logrotate'
-'tmpfiles.d'
-'config.patch')
-sha1sums=('528f774b14b95fdfb8b377f8b41859c48b165e34'
-  'c9d508c1e5972f0f849d8694c1872455fa9e74de'
-  'cb116cdab49a810381a515cbcfb6a6c148547f07'
-  'df522b0488f3901e491f148c9300f6bae348c605'
-  'cda9a087e5593992150cb456e34c5f6f589aca82'
-  '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '1c8ef193919b041135115170acd6313f008de808')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../config.patch
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc/clamav \
-   --with-dbdir=/var/lib/clamav \
-   --disable-clamav \
-
-   make
-}
-
-package() {
-   cd 

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

2013-03-14 Thread Kyle Keen
Date: Thursday, March 14, 2013 @ 23:32:06
  Author: kkeen
Revision: 86303

upgpkg: oss 4.2_2007-3, fix FS#33969

Modified:
  oss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 21:30:53 UTC (rev 86302)
+++ PKGBUILD2013-03-14 22:32:06 UTC (rev 86303)
@@ -8,7 +8,7 @@
 pkgname=oss
 true  pkgname=(oss libflashsupport-oss)
 pkgver=4.2_2007
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://developer.opensound.com/;
 license=('GPL2')



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

2013-03-14 Thread Kyle Keen
Date: Thursday, March 14, 2013 @ 23:32:51
  Author: kkeen
Revision: 86304

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

Added:
  oss/repos/community-testing-i686/
  oss/repos/community-testing-i686/PKGBUILD
(from rev 86303, oss/trunk/PKGBUILD)
  oss/repos/community-testing-i686/linux-3.8.patch
(from rev 86303, oss/trunk/linux-3.8.patch)
  oss/repos/community-testing-i686/oss.install
(from rev 86303, oss/trunk/oss.install)
  oss/repos/community-testing-i686/oss.service
(from rev 86303, oss/trunk/oss.service)
  oss/repos/community-testing-i686/rc-script
(from rev 86303, oss/trunk/rc-script)
  oss/repos/community-testing-i686/remove-hal.patch
(from rev 86303, oss/trunk/remove-hal.patch)
  oss/repos/community-testing-i686/rm-init-scripts.patch
(from rev 86303, oss/trunk/rm-init-scripts.patch)
  oss/repos/community-testing-i686/soundon.patch
(from rev 86303, oss/trunk/soundon.patch)
  oss/repos/community-testing-x86_64/
  oss/repos/community-testing-x86_64/PKGBUILD
(from rev 86303, oss/trunk/PKGBUILD)
  oss/repos/community-testing-x86_64/linux-3.8.patch
(from rev 86303, oss/trunk/linux-3.8.patch)
  oss/repos/community-testing-x86_64/oss.install
(from rev 86303, oss/trunk/oss.install)
  oss/repos/community-testing-x86_64/oss.service
(from rev 86303, oss/trunk/oss.service)
  oss/repos/community-testing-x86_64/rc-script
(from rev 86303, oss/trunk/rc-script)
  oss/repos/community-testing-x86_64/remove-hal.patch
(from rev 86303, oss/trunk/remove-hal.patch)
  oss/repos/community-testing-x86_64/rm-init-scripts.patch
(from rev 86303, oss/trunk/rm-init-scripts.patch)
  oss/repos/community-testing-x86_64/soundon.patch
(from rev 86303, oss/trunk/soundon.patch)

+
 community-testing-i686/PKGBUILD|  120 +++
 community-testing-i686/linux-3.8.patch |   40 +++
 community-testing-i686/oss.install |   30 +
 community-testing-i686/oss.service |   12 ++
 community-testing-i686/rc-script   |   30 +
 community-testing-i686/remove-hal.patch|   20 +++
 community-testing-i686/rm-init-scripts.patch   |   52 +
 community-testing-i686/soundon.patch   |   28 +
 community-testing-x86_64/PKGBUILD  |  120 +++
 community-testing-x86_64/linux-3.8.patch   |   40 +++
 community-testing-x86_64/oss.install   |   30 +
 community-testing-x86_64/oss.service   |   12 ++
 community-testing-x86_64/rc-script |   30 +
 community-testing-x86_64/remove-hal.patch  |   20 +++
 community-testing-x86_64/rm-init-scripts.patch |   52 +
 community-testing-x86_64/soundon.patch |   28 +
 16 files changed, 664 insertions(+)

Copied: oss/repos/community-testing-i686/PKGBUILD (from rev 86303, 
oss/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-14 22:32:51 UTC (rev 86304)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Florian Pritz bluew...@xinu.at
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=oss
+pkgname=oss
+true  pkgname=(oss libflashsupport-oss)
+pkgver=4.2_2007
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://developer.opensound.com/;
+license=('GPL2')
+makedepends=('gtk2')
+source=(http://www.4front-tech.com/developer/sources/stable/gpl/oss-v${pkgver/_*}-build${pkgver/*_}-src-gpl.tar.bz2;
+   rm-init-scripts.patch
+   rc-script
+   soundon.patch
+   remove-hal.patch
+linux-3.8.patch
+   oss.service
+   )
+md5sums=('26b9d6951f3eb2eac39a0f42f0dbdae7'
+ 'b9a380a0ac8896390d71ac13676f27e1'
+ 'cbcbce5c03b127df5eafa8faa091492c'
+ '65f07fe241bfbf912f76d8b6d8f276b5'
+ 'cd7f1dc6166bba8c94d96f3a28e948a5'
+ 'effecefb774f1d08ef9f0af0ad205c34'
+ '8db0255b380dc6672993e627d1cd8ca6')
+_dir=oss-v${pkgver/_*}-build${pkgver/*_}-src-gpl
+
+build() {
+   cd ${srcdir}/${_dir}
+
+   # Avoid these flags conflicting with OSS build system.
+   unset CFLAGS
+   unset LDFLAGS
+   unset OSFLAGS
+   unset LIBRARIES
+   export NO_WARNING_CHECKS=yes
+
+   # Compile libflashsupport.so only in packaging time, so we avoid
+   # conflicts with other packages and ease package management.
+   msg Building libflashsupport.so.
+   cd oss/lib
+   gcc -shared -fPIC -O2 -Wall -Werror flashsupport.c -o libflashsupport.so
+
+   msg Preparing the build environment.
+   cd ${srcdir}
+
+   # Create build directory and configure
+   rm -rf build
+   mkdir build  cd build
+   ${srcdir}/${_dir}/configure --enable-libsalsa=NO --regparm
+
+

[arch-commits] Commit in unbound/trunk (PKGBUILD unbound.service)

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 23:47:34
  Author: bisson
Revision: 86305

add After=network.target to unbound.service

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/unbound.service

-+
 PKGBUILD|4 ++--
 unbound.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 22:32:51 UTC (rev 86304)
+++ PKGBUILD2013-03-14 22:47:34 UTC (rev 86305)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
 'unbound.conf'
 'rc.d')
 sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-  '5bc313cd978e4d6efe8c13600e838c70629be477'
+  'a2493cb105ff6aa23d756514badb13b02d37f319'
   '5d473ec2943fd85367cdb653fcd58e186f07383f'
   'dc96e772f467b32555df21d16fdb15e98194c228')
 

Modified: unbound.service
===
--- unbound.service 2013-03-14 22:32:51 UTC (rev 86304)
+++ unbound.service 2013-03-14 22:47:34 UTC (rev 86305)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Unbound DNS Resolver
+After=network.target
 
 [Service]
 PIDFile=/run/unbound.pid



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

2013-03-14 Thread Gaetan Bisson
Date: Thursday, March 14, 2013 @ 23:48:33
  Author: bisson
Revision: 86306

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 86305, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/install
(from rev 86305, unbound/trunk/install)
  unbound/repos/community-i686/rc.d
(from rev 86305, unbound/trunk/rc.d)
  unbound/repos/community-i686/unbound.conf
(from rev 86305, unbound/trunk/unbound.conf)
  unbound/repos/community-i686/unbound.service
(from rev 86305, unbound/trunk/unbound.service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 86305, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/install
(from rev 86305, unbound/trunk/install)
  unbound/repos/community-x86_64/rc.d
(from rev 86305, unbound/trunk/rc.d)
  unbound/repos/community-x86_64/unbound.conf
(from rev 86305, unbound/trunk/unbound.conf)
  unbound/repos/community-x86_64/unbound.service
(from rev 86305, unbound/trunk/unbound.service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/install
  unbound/repos/community-i686/rc.d
  unbound/repos/community-i686/unbound.conf
  unbound/repos/community-i686/unbound.service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/rc.d
  unbound/repos/community-x86_64/unbound.conf
  unbound/repos/community-x86_64/unbound.service

--+
 community-i686/PKGBUILD  |  108 ++---
 community-i686/install   |   20 +++---
 community-i686/rc.d  |   78 +-
 community-i686/unbound.conf  |8 +-
 community-i686/unbound.service   |   23 ---
 community-x86_64/PKGBUILD|  108 ++---
 community-x86_64/install |   20 +++---
 community-x86_64/rc.d|   78 +-
 community-x86_64/unbound.conf|8 +-
 community-x86_64/unbound.service |   23 ---
 10 files changed, 238 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 22:47:34 UTC (rev 86305)
+++ community-i686/PKGBUILD 2013-03-14 22:48:33 UTC (rev 86306)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgname=unbound
-pkgver=1.4.19
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'ldns')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-backup=('etc/unbound/unbound.conf')
-source=(http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz;
-'unbound.service'
-'unbound.conf'
-'rc.d')
-sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1'
-  '5bc313cd978e4d6efe8c13600e838c70629be477'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f'
-  'dc96e772f467b32555df21d16fdb15e98194c228')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --disable-rpath \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 ../unbound.conf ${pkgdir}/etc/unbound/unbound.conf
-   install -D -m644 doc/example.conf.in 
${pkgdir}/etc/unbound/unbound.conf.example
-   install -D -m644 ../unbound.service 
${pkgdir}/usr/lib/systemd/system/unbound.service
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 86305, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 22:48:33 UTC (rev 86306)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Hisato Tatekura hisato_tatek...@excentrics.net
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgname=unbound
+pkgver=1.4.19
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('openssl' 'ldns')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')

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

2013-03-14 Thread Sébastien Luttringer
Date: Friday, March 15, 2013 @ 04:38:49
  Author: seblu
Revision: 86307

socket is in /var/run currently

Modified:
  acpid/trunk/acpid.socket

--+
 acpid.socket |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: acpid.socket
===
--- acpid.socket2013-03-14 22:48:33 UTC (rev 86306)
+++ acpid.socket2013-03-15 03:38:49 UTC (rev 86307)
@@ -2,7 +2,7 @@
 Description=ACPID Listen Socket
 
 [Socket]
-ListenStream=/run/acpid.socket
+ListenStream=/var/run/acpid.socket
 
 [Install]
 WantedBy=sockets.target



[arch-commits] Commit in (5 files)

2013-03-14 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 05:46:04
  Author: cinelli
Revision: 86309

added texmaker to [community]

Added:
  texmaker/
  texmaker/repos/
  texmaker/trunk/
  texmaker/trunk/PKGBUILD
  texmaker/trunk/texmaker.install

--+
 PKGBUILD |   29 +
 texmaker.install |7 +++
 2 files changed, 36 insertions(+)

Added: texmaker/trunk/PKGBUILD
===
--- texmaker/trunk/PKGBUILD (rev 0)
+++ texmaker/trunk/PKGBUILD 2013-03-15 04:46:04 UTC (rev 86309)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}


Property changes on: texmaker/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: texmaker/trunk/texmaker.install
===
--- texmaker/trunk/texmaker.install (rev 0)
+++ texmaker/trunk/texmaker.install 2013-03-15 04:46:04 UTC (rev 86309)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}



[arch-commits] Commit in unoconv/trunk (PKGBUILD python3.patch)

2013-03-14 Thread Jan Steffens
Date: Friday, March 15, 2013 @ 06:00:17
  Author: heftig
Revision: 180034

marginally tested python3 patch, but better than nothing

Added:
  unoconv/trunk/python3.patch
Modified:
  unoconv/trunk/PKGBUILD

---+
 PKGBUILD  |   15 --
 python3.patch |  358 
 2 files changed, 364 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 02:22:37 UTC (rev 180033)
+++ PKGBUILD2013-03-15 05:00:17 UTC (rev 180034)
@@ -5,22 +5,19 @@
 
 pkgname=unoconv
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Libreoffice-based document converter
-depends=('python2' 'libreoffice-common')
+depends=('python' 'libreoffice-common')
 makedepends=('asciidoc')
 arch=('any')
 license=('GPL2')
 url=http://dag.wieers.com/home-made/unoconv;
-source=($url/$pkgname-$pkgver.tar.gz)
-sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4')
+source=($url/$pkgname-$pkgver.tar.gz python3.patch)
+sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'
+'424c371768442951e9fa0d5fccd91f78d5da808fecf047b54862e322484f45d7')
 
-build() {
-cd $pkgname-$pkgver
-sed -i '1s/python$/2/' unoconv
-}
-
 package() {
 cd $pkgname-$pkgver
 make DESTDIR=$pkgdir install
+patch $pkgdir/usr/bin/unoconv $srcdir/python3.patch
 }

Added: python3.patch
===
--- python3.patch   (rev 0)
+++ python3.patch   2013-03-15 05:00:17 UTC (rev 180034)
@@ -0,0 +1,358 @@
+--- /usr/bin/unoconv   2012-10-02 00:57:35.0 +0200
 unoconv2013-03-13 22:04:42.584278253 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ 
+ ### This program is free software; you can redistribute it and/or modify
+ ### it under the terms of the GNU General Public License as published by
+@@ -14,6 +14,7 @@
+ ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ ### Copyright 2007-2010 Dag Wieers d...@wieers.com
+ 
++from __future__ import print_function
+ from distutils.version import LooseVersion
+ import getopt
+ import glob
+@@ -233,18 +234,18 @@
+ 
+ def debug_office():
+ if 'URE_BOOTSTRAP' in os.environ:
+-print sys.stderr, 'URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP']
++print('URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP'], 
file=sys.stderr)
+ if 'UNO_PATH' in os.environ:
+-print sys.stderr, 'UNO_PATH=%s' % os.environ['UNO_PATH']
++print('UNO_PATH=%s' % os.environ['UNO_PATH'], file=sys.stderr)
+ if 'UNO_TYPES' in os.environ:
+-print sys.stderr, 'UNO_TYPES=%s' % os.environ['UNO_TYPES']
+-print 'PATH=%s' % os.environ['PATH']
++print('UNO_TYPES=%s' % os.environ['UNO_TYPES'], file=sys.stderr)
++print('PATH=%s' % os.environ['PATH'])
+ if 'PYTHONHOME' in os.environ:
+-print sys.stderr, 'PYTHONHOME=%s' % os.environ['PYTHONHOME']
++print('PYTHONHOME=%s' % os.environ['PYTHONHOME'], file=sys.stderr)
+ if 'PYTHONPATH' in os.environ:
+-print sys.stderr, 'PYTHONPATH=%s' % os.environ['PYTHONPATH']
++print('PYTHONPATH=%s' % os.environ['PYTHONPATH'], file=sys.stderr)
+ if 'LD_LIBRARY_PATH' in os.environ:
+-print sys.stderr, 'LD_LIBRARY_PATH=%s' % 
os.environ['LD_LIBRARY_PATH']
++print('LD_LIBRARY_PATH=%s' % os.environ['LD_LIBRARY_PATH'], 
file=sys.stderr)
+ 
+ def python_switch(office):
+ if office.pythonhome:
+@@ -335,11 +336,11 @@
+ return ret
+ 
+ def display(self, doctype):
+-print sys.stderr, The following list of %s formats are currently 
available:\n % doctype
++print(The following list of %s formats are currently available:\n % 
doctype, file=sys.stderr)
+ for fmt in self.list:
+ if fmt.doctype == doctype:
+-print sys.stderr,   %-8s - %s % (fmt.name, fmt)
+-print sys.stderr
++print(  %-8s - %s % (fmt.name, fmt), file=sys.stderr)
++print(file=sys.stderr)
+ 
+ fmts = FmtList()
+ 
+@@ -530,14 +531,14 @@
+  'outputpath', 'password=', 'pipe=', 'port=', 'server=',
+  'timeout=', 'show', 'stdout', 'template', 'verbose',
+  'version'] )
+-except getopt.error, exc:
+-print 'unoconv: %s, try unoconv -h for a list of all the options' 
% str(exc)
++except getopt.error as exc:
++print('unoconv: %s, try unoconv -h for a list of all the options' 
% str(exc))
+ sys.exit(255)
+ 
+ for opt, arg in opts:
+ if opt in ['-h', '--help']:
+ self.usage()
+-print
++print()
+ self.help()
+ sys.exit(1)
+ elif opt in ['-c', '--connection']:
+@@ -562,7 +563,7 @@
+ except ValueError:
+  

[arch-commits] Commit in unoconv/repos/extra-any (PKGBUILD PKGBUILD python3.patch)

2013-03-14 Thread Jan Steffens
Date: Friday, March 15, 2013 @ 06:01:01
  Author: heftig
Revision: 180035

archrelease: copy trunk to extra-any

Added:
  unoconv/repos/extra-any/PKGBUILD
(from rev 180034, unoconv/trunk/PKGBUILD)
  unoconv/repos/extra-any/python3.patch
(from rev 180034, unoconv/trunk/python3.patch)
Deleted:
  unoconv/repos/extra-any/PKGBUILD

---+
 PKGBUILD  |   49 +++
 python3.patch |  358 
 2 files changed, 381 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-15 05:00:17 UTC (rev 180034)
+++ PKGBUILD2013-03-15 05:01:01 UTC (rev 180035)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: max.bra max.bra at alice dot it
-# Contributor: SeeSchloss seeschl...@seos.fr
-
-pkgname=unoconv
-pkgver=0.6
-pkgrel=2
-pkgdesc=Libreoffice-based document converter
-depends=('python2' 'libreoffice-common')
-makedepends=('asciidoc')
-arch=('any')
-license=('GPL2')
-url=http://dag.wieers.com/home-made/unoconv;
-source=($url/$pkgname-$pkgver.tar.gz)
-sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4')
-
-build() {
-cd $pkgname-$pkgver
-sed -i '1s/python$/2/' unoconv
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: unoconv/repos/extra-any/PKGBUILD (from rev 180034, 
unoconv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-15 05:01:01 UTC (rev 180035)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: max.bra max.bra at alice dot it
+# Contributor: SeeSchloss seeschl...@seos.fr
+
+pkgname=unoconv
+pkgver=0.6
+pkgrel=3
+pkgdesc=Libreoffice-based document converter
+depends=('python' 'libreoffice-common')
+makedepends=('asciidoc')
+arch=('any')
+license=('GPL2')
+url=http://dag.wieers.com/home-made/unoconv;
+source=($url/$pkgname-$pkgver.tar.gz python3.patch)
+sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'
+'424c371768442951e9fa0d5fccd91f78d5da808fecf047b54862e322484f45d7')
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+patch $pkgdir/usr/bin/unoconv $srcdir/python3.patch
+}

Copied: unoconv/repos/extra-any/python3.patch (from rev 180034, 
unoconv/trunk/python3.patch)
===
--- python3.patch   (rev 0)
+++ python3.patch   2013-03-15 05:01:01 UTC (rev 180035)
@@ -0,0 +1,358 @@
+--- /usr/bin/unoconv   2012-10-02 00:57:35.0 +0200
 unoconv2013-03-13 22:04:42.584278253 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ 
+ ### This program is free software; you can redistribute it and/or modify
+ ### it under the terms of the GNU General Public License as published by
+@@ -14,6 +14,7 @@
+ ### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ ### Copyright 2007-2010 Dag Wieers d...@wieers.com
+ 
++from __future__ import print_function
+ from distutils.version import LooseVersion
+ import getopt
+ import glob
+@@ -233,18 +234,18 @@
+ 
+ def debug_office():
+ if 'URE_BOOTSTRAP' in os.environ:
+-print sys.stderr, 'URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP']
++print('URE_BOOTSTRAP=%s' % os.environ['URE_BOOTSTRAP'], 
file=sys.stderr)
+ if 'UNO_PATH' in os.environ:
+-print sys.stderr, 'UNO_PATH=%s' % os.environ['UNO_PATH']
++print('UNO_PATH=%s' % os.environ['UNO_PATH'], file=sys.stderr)
+ if 'UNO_TYPES' in os.environ:
+-print sys.stderr, 'UNO_TYPES=%s' % os.environ['UNO_TYPES']
+-print 'PATH=%s' % os.environ['PATH']
++print('UNO_TYPES=%s' % os.environ['UNO_TYPES'], file=sys.stderr)
++print('PATH=%s' % os.environ['PATH'])
+ if 'PYTHONHOME' in os.environ:
+-print sys.stderr, 'PYTHONHOME=%s' % os.environ['PYTHONHOME']
++print('PYTHONHOME=%s' % os.environ['PYTHONHOME'], file=sys.stderr)
+ if 'PYTHONPATH' in os.environ:
+-print sys.stderr, 'PYTHONPATH=%s' % os.environ['PYTHONPATH']
++print('PYTHONPATH=%s' % os.environ['PYTHONPATH'], file=sys.stderr)
+ if 'LD_LIBRARY_PATH' in os.environ:
+-print sys.stderr, 'LD_LIBRARY_PATH=%s' % 
os.environ['LD_LIBRARY_PATH']
++print('LD_LIBRARY_PATH=%s' % os.environ['LD_LIBRARY_PATH'], 
file=sys.stderr)
+ 
+ def python_switch(office):
+ if office.pythonhome:
+@@ -335,11 +336,11 @@
+ return ret
+ 
+ def display(self, doctype):
+-print sys.stderr, The following list of %s formats are currently 
available:\n % doctype
++print(The following list of %s formats are currently available:\n % 
doctype, file=sys.stderr)
+ for fmt in self.list:
+ if 

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

2013-03-14 Thread Federico Cinelli
Date: Friday, March 15, 2013 @ 06:07:25
  Author: cinelli
Revision: 86310

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

Added:
  texmaker/repos/community-i686/
  texmaker/repos/community-i686/PKGBUILD
(from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-i686/texmaker.install
(from rev 86309, texmaker/trunk/texmaker.install)
  texmaker/repos/community-x86_64/
  texmaker/repos/community-x86_64/PKGBUILD
(from rev 86309, texmaker/trunk/PKGBUILD)
  texmaker/repos/community-x86_64/texmaker.install
(from rev 86309, texmaker/trunk/texmaker.install)

---+
 community-i686/PKGBUILD   |   29 +
 community-i686/texmaker.install   |7 +++
 community-x86_64/PKGBUILD |   29 +
 community-x86_64/texmaker.install |7 +++
 4 files changed, 72 insertions(+)

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 86309, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 86309, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: texmaker/repos/community-x86_64/PKGBUILD (from rev 86309, 
texmaker/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.0
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'
+   'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('3599fd142d8d3596b7bd14724fc1888e')
+
+build() {  
+  cd $pkgname-$pkgver
+  qmake PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}

Copied: texmaker/repos/community-x86_64/texmaker.install (from rev 86309, 
texmaker/trunk/texmaker.install)
===
--- community-x86_64/texmaker.install   (rev 0)
+++ community-x86_64/texmaker.install   2013-03-15 05:07:25 UTC (rev 86310)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}