[arch-commits] Commit in (4 files)

2013-02-25 Thread Laurent Carlier
Date: Monday, February 25, 2013 @ 20:32:05
  Author: lcarlier
Revision: 84878

10 votes on AUR

Added:
  apitrace/
  apitrace/repos/
  apitrace/trunk/
  apitrace/trunk/PKGBUILD

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

Added: apitrace/trunk/PKGBUILD
===
--- apitrace/trunk/PKGBUILD (rev 0)
+++ apitrace/trunk/PKGBUILD 2013-02-25 19:32:05 UTC (rev 84878)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=3.0
+pkgrel=1
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('BSD')
+depends=('python2' 'libgl')
+makedepends=('cmake=2.8' 'mesa')
+optdepends=('qt: GUI support' 'qjson: GUI support')
+source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
+   gcc-4.7-fix.patch)
+#  LICENSE)
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  # Merged upstream
+  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2'
+  make -C build
+}
+
+package() {
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+#  mkdir -p ${pkgdir}/usr/share/licenses/apitrace
+#  mv ${pkgdir}/usr/share/{doc,licenses}/apitrace/LICENSE
+}
+


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


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

2013-02-25 Thread Alexander Rødseth
Date: Monday, February 25, 2013 @ 20:38:04
  Author: arodseth
Revision: 84879

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

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

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

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

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



[arch-commits] Commit in apitrace/trunk (PKGBUILD gcc-4.7-fix.patch)

2013-02-25 Thread Laurent Carlier
Date: Monday, February 25, 2013 @ 21:38:19
  Author: lcarlier
Revision: 84882

upgpkg: apitrace 3.0-1

Initial commit

Added:
  apitrace/trunk/gcc-4.7-fix.patch
Modified:
  apitrace/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 gcc-4.7-fix.patch |   39 +++
 2 files changed, 47 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 19:42:06 UTC (rev 84881)
+++ PKGBUILD2013-02-25 20:38:19 UTC (rev 84882)
@@ -9,13 +9,13 @@
 pkgdesc=Graphics API Tracing
 arch=('i686' 'x86_64')
 url=https://github.com/apitrace/apitrace;
-license=('BSD')
-depends=('python2' 'libgl')
-makedepends=('cmake=2.8' 'mesa')
-optdepends=('qt: GUI support' 'qjson: GUI support')
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl=9.1' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
 source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
gcc-4.7-fix.patch)
-#  LICENSE)
+md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+ '27a9a7aa14355b56fb48e2e17ff9911e')
 
 build() {
   cd ${srcdir}/apitrace-*
@@ -28,11 +28,11 @@
 }
 
 package() {
+depends=('python2' 'libgl')
   cd ${srcdir}/apitrace-*
 
   make -C build DESTDIR=${pkgdir}/ install
 
-#  mkdir -p ${pkgdir}/usr/share/licenses/apitrace
-#  mv ${pkgdir}/usr/share/{doc,licenses}/apitrace/LICENSE
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
 }
-

Added: gcc-4.7-fix.patch
===
--- gcc-4.7-fix.patch   (rev 0)
+++ gcc-4.7-fix.patch   2013-02-25 20:38:19 UTC (rev 84882)
@@ -0,0 +1,39 @@
+From 8159d6c1295da8c1b342bc77686e7ecfed1e5c01 Mon Sep 17 00:00:00 2001
+From: Martin Olsson mar...@minimum.se
+Date: Mon, 26 Mar 2012 10:40:45 +0200
+Subject: [PATCH] Fix compile error isatty was not declared; missing
+ unistd.h include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+When I built apitrace on Fedora 16, using the usual:
+
+   cmake -H. -Bbuild
+   make -C build
+
+...then I got this compile error:
+
+   apitrace/cli/cli_dump.cpp: In function ‘int command(int, char**)’:
+   apitrace/cli/cli_dump.cpp:176:25: error: ‘isatty’ was not declared in 
this scope
+---
+ cli/cli_dump.cpp |3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/cli/cli_dump.cpp b/cli/cli_dump.cpp
+index 28c91af..f52b83c 100644
+--- a/cli/cli_dump.cpp
 b/cli/cli_dump.cpp
+@@ -28,6 +28,9 @@
+ #include string.h
+ #include limits.h // for CHAR_MAX
+ #include getopt.h
++#ifndef _WIN32
++#include unistd.h // for isatty()
++#endif
+ 
+ #include cli.hpp
+ #include cli_pager.hpp
+-- 
+1.7.10
+



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

2013-02-25 Thread Laurent Carlier
Date: Monday, February 25, 2013 @ 21:38:26
  Author: lcarlier
Revision: 84883

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

Added:
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-i686/PKGBUILD
(from rev 84882, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-testing-i686/gcc-4.7-fix.patch
(from rev 84882, apitrace/trunk/gcc-4.7-fix.patch)
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-testing-x86_64/PKGBUILD
(from rev 84882, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-testing-x86_64/gcc-4.7-fix.patch
(from rev 84882, apitrace/trunk/gcc-4.7-fix.patch)

+
 community-testing-i686/PKGBUILD|   38 ++
 community-testing-i686/gcc-4.7-fix.patch   |   39 +++
 community-testing-x86_64/PKGBUILD  |   38 ++
 community-testing-x86_64/gcc-4.7-fix.patch |   39 +++
 4 files changed, 154 insertions(+)

Copied: apitrace/repos/community-testing-i686/PKGBUILD (from rev 84882, 
apitrace/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-25 20:38:26 UTC (rev 84883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=3.0
+pkgrel=1
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl=9.1' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
+source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
+   gcc-4.7-fix.patch)
+md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+ '27a9a7aa14355b56fb48e2e17ff9911e')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  # Merged upstream
+  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2'
+  make -C build
+}
+
+package() {
+depends=('python2' 'libgl')
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/community-testing-i686/gcc-4.7-fix.patch (from rev 
84882, apitrace/trunk/gcc-4.7-fix.patch)
===
--- community-testing-i686/gcc-4.7-fix.patch(rev 0)
+++ community-testing-i686/gcc-4.7-fix.patch2013-02-25 20:38:26 UTC (rev 
84883)
@@ -0,0 +1,39 @@
+From 8159d6c1295da8c1b342bc77686e7ecfed1e5c01 Mon Sep 17 00:00:00 2001
+From: Martin Olsson mar...@minimum.se
+Date: Mon, 26 Mar 2012 10:40:45 +0200
+Subject: [PATCH] Fix compile error isatty was not declared; missing
+ unistd.h include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+When I built apitrace on Fedora 16, using the usual:
+
+   cmake -H. -Bbuild
+   make -C build
+
+...then I got this compile error:
+
+   apitrace/cli/cli_dump.cpp: In function ‘int command(int, char**)’:
+   apitrace/cli/cli_dump.cpp:176:25: error: ‘isatty’ was not declared in 
this scope
+---
+ cli/cli_dump.cpp |3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/cli/cli_dump.cpp b/cli/cli_dump.cpp
+index 28c91af..f52b83c 100644
+--- a/cli/cli_dump.cpp
 b/cli/cli_dump.cpp
+@@ -28,6 +28,9 @@
+ #include string.h
+ #include limits.h // for CHAR_MAX
+ #include getopt.h
++#ifndef _WIN32
++#include unistd.h // for isatty()
++#endif
+ 
+ #include cli.hpp
+ #include cli_pager.hpp
+-- 
+1.7.10
+

Copied: apitrace/repos/community-testing-x86_64/PKGBUILD (from rev 84882, 
apitrace/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-25 20:38:26 UTC (rev 84883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=3.0
+pkgrel=1
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl=9.1' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
+source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
+   gcc-4.7-fix.patch)
+md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+ '27a9a7aa14355b56fb48e2e17ff9911e')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  # Merged upstream
+  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
+

[arch-commits] Commit in xf86-video-openchrome/trunk (PKGBUILD fix_system_lock.diff)

2013-02-25 Thread Andreas Radke
Date: Monday, February 25, 2013 @ 22:00:02
  Author: andyrtr
Revision: 178620

upgpkg: xf86-video-openchrome 0.3.1-3

add fix for FS#308680

Added:
  xf86-video-openchrome/trunk/fix_system_lock.diff
Modified:
  xf86-video-openchrome/trunk/PKGBUILD

--+
 PKGBUILD |   10 +---
 fix_system_lock.diff |   59 +
 2 files changed, 66 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 20:45:02 UTC (rev 178619)
+++ PKGBUILD2013-02-25 21:00:02 UTC (rev 178620)
@@ -4,7 +4,7 @@
 
 pkgname=xf86-video-openchrome
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=X.Org Openchrome drivers
 arch=(i686 x86_64)
 license=('custom')
@@ -15,11 +15,15 @@
 replaces=('openchrome' 'xf86-video-via')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+fix_system_lock.diff)
+sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83'
+  '539ba65df1755af97799f49410e4091b8d222eca')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # https://bugs.freedesktop.org/show_bug.cgi?id=53307
+  patch -Np1 -i ${srcdir}/fix_system_lock.diff
   ./configure --prefix=/usr
   make
 }

Added: fix_system_lock.diff
===
--- fix_system_lock.diff(rev 0)
+++ fix_system_lock.diff2013-02-25 21:00:02 UTC (rev 178620)
@@ -0,0 +1,59 @@
+From 76515c8a369346d76864e55610a6a747d9b152d8 Mon Sep 17 00:00:00 2001
+From: James Simmons jsimm...@infradead.org
+Date: Sat, 12 Jan 2013 21:02:12 +
+Subject: As the comment suggested in via_outputs.c probing the 3rd i2c bug 
locks up the P4M900. So we re-enable the via_card_id handling of what outputs 
to test for to get around this problem.
+
+---
+diff --git a/src/via_display.c b/src/via_display.c
+index 97473f0..aaf4267 100644
+--- a/src/via_display.c
 b/src/via_display.c
+@@ -395,7 +395,7 @@ ViaFirstCRTCSetMode(ScrnInfoPtr pScrn, DisplayModePtr mode)
+ hwp-writeCrtc(hwp, 0x18, 0xFF);
+ ViaCrtcMask(hwp, 0x07, 0x10, 0x10);
+ ViaCrtcMask(hwp, 0x09, 0x40, 0x40);
+-ViaCrtcMask(hwp, 0x33, 0x07, 0x06);
++ViaCrtcMask(hwp, 0x33, 0x06, 0x07);
+ ViaCrtcMask(hwp, 0x35, 0x10, 0x10);
+ 
+ /* zero Maximum scan line */
+diff --git a/src/via_id.c b/src/via_id.c
+index 7764782..7321b26 100644
+--- a/src/via_id.c
 b/src/via_id.c
+@@ -297,6 +297,7 @@ ViaCheckCardId(ScrnInfoPtr pScrn)
+ (Id-Vendor == SUBVENDOR_ID(pVia-PciInfo)) 
+ (Id-Device == SUBSYS_ID(pVia-PciInfo))) {
+ xf86DrvMsg(pScrn-scrnIndex, X_PROBED, Detected %s. Card-Ids 
(%4X|%4X)\n, Id-String, SUBVENDOR_ID(pVia-PciInfo), 
SUBSYS_ID(pVia-PciInfo));
++pVia-ActiveDevice = Id-Outputs;
+ pVia-Id = Id;
+ return;
+ }
+diff --git a/src/via_outputs.c b/src/via_outputs.c
+index 808e570..c07b1d2 100644
+--- a/src/via_outputs.c
 b/src/via_outputs.c
+@@ -873,10 +873,10 @@ ViaOutputsDetect(ScrnInfoPtr pScrn)
+ /*
+  * FIXME: xf86I2CProbeAddress(pVia-pI2CBus3, 0x40)
+  * disables the panel on P4M900
+- * See via_tv_detect.
+  */
+ /* TV encoder */
+-via_tv_init(pScrn);
++if (pVia-ActiveDevice  VIA_DEVICE_TV)
++via_tv_init(pScrn);
+ 
+ if (pVia-ActiveDevice  VIA_DEVICE_DFP) {
+ switch (pVia-Chipset) {
+@@ -1195,7 +1195,7 @@ ViaModePrimaryLegacy(xf86CrtcPtr crtc, DisplayModePtr 
mode)
+ /* Enable MMIO  PCI burst (1 wait state) */
+ ViaSeqMask(hwp, 0x1A, 0x06, 0x06);
+ 
+-  if (pBIOSInfo-analog-status == XF86OutputStatusConnected)
++if (pBIOSInfo-analog-status == XF86OutputStatusConnected)
+ ViaCrtcMask(hwp, 0x36, 0x30, 0x30);
+ else
+ ViaSeqMask(hwp, 0x16, 0x00, 0x40);
+--
+cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in xf86-video-openchrome/repos (6 files)

2013-02-25 Thread Andreas Radke
Date: Monday, February 25, 2013 @ 22:00:20
  Author: andyrtr
Revision: 178621

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

Added:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
(from rev 178620, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-i686/fix_system_lock.diff
(from rev 178620, xf86-video-openchrome/trunk/fix_system_lock.diff)
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD
(from rev 178620, xf86-video-openchrome/trunk/PKGBUILD)
  xf86-video-openchrome/repos/extra-x86_64/fix_system_lock.diff
(from rev 178620, xf86-video-openchrome/trunk/fix_system_lock.diff)
Deleted:
  xf86-video-openchrome/repos/extra-i686/PKGBUILD
  xf86-video-openchrome/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   68 +++-
 extra-i686/fix_system_lock.diff   |   59 +++
 extra-x86_64/PKGBUILD |   68 +++-
 extra-x86_64/fix_system_lock.diff |   59 +++
 4 files changed, 190 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-25 21:00:02 UTC (rev 178620)
+++ extra-i686/PKGBUILD 2013-02-25 21:00:20 UTC (rev 178621)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Paul Mattal p...@mattal.com
-# Maintainer: Juergen Hoetzel juer...@hoetzel.info
-
-pkgname=xf86-video-openchrome
-pkgver=0.3.1
-pkgrel=2
-pkgdesc=X.Org Openchrome drivers
-arch=(i686 x86_64)
-license=('custom')
-url=http://www.openchrome.org;
-depends=('libdrm' 'libxvmc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
-conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
-replaces=('openchrome' 'xf86-video-via')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-openchrome/repos/extra-i686/PKGBUILD (from rev 178620, 
xf86-video-openchrome/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-25 21:00:20 UTC (rev 178621)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Paul Mattal p...@mattal.com
+# Maintainer: Juergen Hoetzel juer...@hoetzel.info
+
+pkgname=xf86-video-openchrome
+pkgver=0.3.1
+pkgrel=3
+pkgdesc=X.Org Openchrome drivers
+arch=(i686 x86_64)
+license=('custom')
+url=http://www.openchrome.org;
+depends=('libdrm' 'libxvmc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.13.0' 'X-ABI-VIDEODRV_VERSION13' 
'X-ABI-VIDEODRV_VERSION=14' 'xf86-video-via' 'xf86-video-unichrome' 
'openchrome' 'unichrome-dri')
+replaces=('openchrome' 'xf86-video-via')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs' '!makeflags')
+source=(http://xorg.freedesktop.org/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
+fix_system_lock.diff)
+sha1sums=('89e56dcfe851345f72c61a95b4fa5ab6ad7e0d83'
+  '539ba65df1755af97799f49410e4091b8d222eca')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # https://bugs.freedesktop.org/show_bug.cgi?id=53307
+  patch -Np1 -i ${srcdir}/fix_system_lock.diff
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-openchrome/repos/extra-i686/fix_system_lock.diff (from rev 
178620, xf86-video-openchrome/trunk/fix_system_lock.diff)
===
--- extra-i686/fix_system_lock.diff (rev 0)
+++ extra-i686/fix_system_lock.diff 2013-02-25 21:00:20 UTC (rev 178621)
@@ -0,0 +1,59 @@
+From 76515c8a369346d76864e55610a6a747d9b152d8 Mon Sep 17 00:00:00 2001
+From: James Simmons jsimm...@infradead.org
+Date: Sat, 12 Jan 2013 21:02:12 +
+Subject: As the comment suggested in via_outputs.c probing the 3rd i2c bug 
locks up the P4M900. So we re-enable the via_card_id handling of what outputs 
to test for to get around this problem.
+
+---
+diff --git a/src/via_display.c b/src/via_display.c
+index 97473f0..aaf4267 100644
+--- a/src/via_display.c
 

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

2013-02-25 Thread Andrzej Giniewicz
Date: Monday, February 25, 2013 @ 22:54:24
  Author: aginiewicz
Revision: 84886

upgpkg: vtk 5.10.1-5

update for Qt-Qt4 rename and Mesa 9.1 unification

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 21:43:46 UTC (rev 84885)
+++ PKGBUILD2013-02-25 21:54:24 UTC (rev 84886)
@@ -8,15 +8,17 @@
 # Contributor: Fabian Moser
 # Contributor: djscholl
 
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
 pkgname=vtk
 pkgver=5.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt' 'qtwebkit' 'lesstif' 'mysql' 
'hdf5')
-makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa' 'python2' 
'tk')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mysql' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'
@@ -78,7 +80,7 @@
 -DVTK_WRAP_PYTHON:BOOL=ON \
 -DVTK_WRAP_TCL:BOOL=ON \
 -DVTK_USE_QT:BOOL=ON \
--DVTK_INSTALL_QT_PLUGIN_DIR:STRING=/usr/lib/qt/plugins \
+-DVTK_INSTALL_QT_PLUGIN_DIR:STRING=/usr/lib/qt4/plugins \
 -DVTK_USE_GUISUPPORT:BOOL=ON \
 -DCMAKE_CXX_FLAGS=-D__STDC_CONSTANT_MACROS \
 ${cmake_system_flags} \



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

2013-02-25 Thread Andrzej Giniewicz
Date: Monday, February 25, 2013 @ 22:54:52
  Author: aginiewicz
Revision: 84887

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 84886, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 84886, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 84886, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 84886, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 84886, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 84886, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 84886, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 84886, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 84886, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 84886, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  116 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 ++
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  116 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 ++
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 10 files changed, 504 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 84886, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-25 21:54:52 UTC (rev 84887)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
+# Contributor: leepesjee lpeschier at xs4all dot nl
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=5
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mysql' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=(http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz;
+
http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz;
+ffmpeg-0.8.diff ffmpeg-0.11.diff tcl-8.6.diff python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd ${srcdir}/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i ${srcdir}/ffmpeg-0.8.diff
+  patch -Np1 -i ${srcdir}/ffmpeg-0.11.diff
+  patch -Np1 -i ${srcdir}/tcl-8.6.diff
+  patch -Np1 -i ${srcdir}/python-destdir.diff
+
+  cd ${srcdir}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
+cmake_system_flags+=-DVTK_USE_SYSTEM_${lib}:BOOL=ON 
+  done
+
+  # flags to use python2 instead of python which is 3.x.x on archlinux
+  local cmake_system_python_flags=-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so
+
+  cmake \
+-Wno-dev \
+-DBUILD_SHARED_LIBS:BOOL=ON \
+-DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \
+-DVTK_DATA_ROOT:FILEPATH=${srcdir}/VTKData$pkgver \
+-DBUILD_DOCUMENTATION:BOOL=ON \
+-DDOCUMENTATION_HTML_HELP:BOOL=ON \
+-DDOCUMENTATION_HTML_TARZ:BOOL=ON \
+-DBUILD_EXAMPLES:BOOL=ON \
+-DVTK_USE_HYBRID:BOOL=ON \
+-DVTK_USE_PARALLEL:BOOL=ON \
+-DVTK_USE_PATENTED:BOOL=ON \
+-DVTK_USE_BOOST:BOOL=ON \
+

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:00:05
  Author: dwallace
Revision: 84888

upgpkg: steam 1.0.0.34-1

upgpkg: steam 1.0.0.34-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 21:54:52 UTC (rev 84887)
+++ PKGBUILD2013-02-25 22:00:05 UTC (rev 84888)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.33
+pkgver=1.0.0.34
 pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
   'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
   )
 if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
   optdepends=(
   'lib32-ati-dri: for open source ATI driver users'
   'lib32-catalyst-utils: for AMD Catalyst users'
@@ -24,7 +24,7 @@
   )
 build() {
 patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-#patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+#patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
 }
 else
 optdepends=('flashplugin: for flash videos')
@@ -36,7 +36,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('b8c2e74b0017d4d4fbcba801b8cb907b'
+md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:00:51
  Author: dwallace
Revision: 84889

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

Added:
  steam/repos/community-x86_64/PKGBUILD
(from rev 84888, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 84888, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 84888, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 84888, steam/trunk/steam.install)
Deleted:
  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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-25 22:00:05 UTC (rev 84888)
+++ PKGBUILD2013-02-25 22:00:51 UTC (rev 84889)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.33
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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)
-  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=('b8c2e74b0017d4d4fbcba801b8cb907b'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-
-  # 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-x86_64/PKGBUILD (from rev 84888, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-25 22:00:51 UTC (rev 84889)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C $pkgname DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:02:15
  Author: dwallace
Revision: 84890

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 lib32-flashplugin-path.patch |   10 --
 steam.install|   26 --
 2 files changed, 36 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-25 22:00:51 UTC (rev 84889)
+++ lib32-flashplugin-path.patch2013-02-25 22:02:15 UTC (rev 84890)
@@ -1,10 +0,0 @@
 a/steam2013-02-14 14:03:49.0 -0500
-+++ b/steam2013-02-14 15:48:06.766152022 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
-   STEAMPACKAGE=${0##*/}
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Deleted: steam.install
===
--- steam.install   2013-02-25 22:00:51 UTC (rev 84889)
+++ steam.install   2013-02-25 22:02:15 UTC (rev 84890)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo if you are running x86_64, you need the lib32 opt depends for your 
driver
-  echo 
-  echo  if you are having problems with the steam license, remove .steam and 
.local/share/Steam
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



[arch-commits] Commit in (8 files)

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:06:14
  Author: dwallace
Revision: 84891

re make steam 

Added:
  steam/
  steam/repos/
  steam/trunk/
  steam/trunk/PKGBUILD
  steam/trunk/alsa_sdl_audiodriver.patch
  steam/trunk/lib32-flashplugin-path.patch
  steam/trunk/steam.install
Deleted:
  steam/

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 103 insertions(+)

Added: steam/trunk/PKGBUILD
===
--- steam/trunk/PKGBUILD(rev 0)
+++ steam/trunk/PKGBUILD2013-02-25 22:06:14 UTC (rev 84891)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # 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


Property changes on: steam/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: steam/trunk/alsa_sdl_audiodriver.patch
===
--- steam/trunk/alsa_sdl_audiodriver.patch  (rev 0)
+++ steam/trunk/alsa_sdl_audiodriver.patch  2013-02-25 22:06:14 UTC (rev 
84891)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Added: steam/trunk/lib32-flashplugin-path.patch
===
--- steam/trunk/lib32-flashplugin-path.patch(rev 0)
+++ steam/trunk/lib32-flashplugin-path.patch2013-02-25 22:06:14 UTC (rev 
84891)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   STEAMPACKAGE=${0##*/}
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Added: steam/trunk/steam.install
===
--- steam/trunk/steam.install   (rev 0)
+++ steam/trunk/steam.install   2013-02-25 22:06:14 UTC (rev 84891)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo if you are running x86_64, you need the lib32 opt depends for your 
driver
+  echo 
+  echo  if you are having problems with the steam license, remove .steam and 
.local/share/Steam
+}
+
+pre_install(){
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_upgrade(){
+  pre_install $1
+}
+
+post_remove() {
+   pre_install $1 removing
+}
+



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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:09:37
  Author: dwallace
Revision: 84892

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

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

---+
 community-i686/PKGBUILD   |   53 
 community-i686/alsa_sdl_audiodriver.patch |   14 ++
 community-i686/lib32-flashplugin-path.patch   |   10 
 community-i686/steam.install  |   26 +++
 community-x86_64/PKGBUILD |   53 
 community-x86_64/alsa_sdl_audiodriver.patch   |   14 ++
 community-x86_64/lib32-flashplugin-path.patch |   10 
 community-x86_64/steam.install|   26 +++
 8 files changed, 206 insertions(+)

Copied: steam/repos/community-i686/PKGBUILD (from rev 84891, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-25 22:09:37 UTC (rev 84892)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # 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/alsa_sdl_audiodriver.patch (from rev 84891, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-i686/alsa_sdl_audiodriver.patch   (rev 0)
+++ community-i686/alsa_sdl_audiodriver.patch   2013-02-25 22:09:37 UTC (rev 
84892)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/community-i686/lib32-flashplugin-path.patch (from rev 
84891, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-i686/lib32-flashplugin-path.patch (rev 0)
+++ community-i686/lib32-flashplugin-path.patch 2013-02-25 22:09:37 UTC (rev 
84892)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:10:23
  Author: dwallace
Revision: 84893

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 103 insertions(+)

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84892, 
steam/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-02-25 22:10:23 UTC (rev 84893)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # 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/alsa_sdl_audiodriver.patch (from rev 84892, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- multilib-x86_64/alsa_sdl_audiodriver.patch  (rev 0)
+++ multilib-x86_64/alsa_sdl_audiodriver.patch  2013-02-25 22:10:23 UTC (rev 
84893)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch (from rev 
84892, steam/trunk/lib32-flashplugin-path.patch)
===
--- multilib-x86_64/lib32-flashplugin-path.patch
(rev 0)
+++ multilib-x86_64/lib32-flashplugin-path.patch2013-02-25 22:10:23 UTC 
(rev 84893)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   STEAMPACKAGE=${0##*/}
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Copied: steam/repos/multilib-x86_64/steam.install (from rev 84892, 
steam/trunk/steam.install)
===
--- multilib-x86_64/steam.install   (rev 0)
+++ multilib-x86_64/steam.install   2013-02-25 22:10:23 UTC (rev 84893)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo if you are running x86_64, you need the lib32 opt depends for your 
driver
+  echo 
+  echo  

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:13:35
  Author: dwallace
Revision: 84894

upgpkg: steam 1.0.0.34-2

upgpkg: steam 1.0.0.34-2

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 22:10:23 UTC (rev 84893)
+++ PKGBUILD2013-02-25 22:13:35 UTC (rev 84894)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.34
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -24,13 +24,13 @@
   )
 build() {
 patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-#patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.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
-#}
+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;



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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:14:13
  Author: dwallace
Revision: 84895

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

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

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/alsa_sdl_audiodriver.patch |   14 
 community-testing-i686/lib32-flashplugin-path.patch   |   10 +++
 community-testing-i686/steam.install  |   26 +++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/alsa_sdl_audiodriver.patch   |   14 
 community-testing-x86_64/lib32-flashplugin-path.patch |   10 +++
 community-testing-x86_64/steam.install|   26 +++
 8 files changed, 206 insertions(+)

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84894, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-25 22:14:13 UTC (rev 84895)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # 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-testing-i686/alsa_sdl_audiodriver.patch (from rev 
84894, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-testing-i686/alsa_sdl_audiodriver.patch   
(rev 0)
+++ community-testing-i686/alsa_sdl_audiodriver.patch   2013-02-25 22:14:13 UTC 
(rev 84895)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/community-testing-i686/lib32-flashplugin-path.patch (from 
rev 84894, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-testing-i686/lib32-flashplugin-path.patch 
(rev 

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:15:10
  Author: dwallace
Revision: 84896

archrelease: copy trunk to multilib-testing-x86_64

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

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 103 insertions(+)

Copied: steam/repos/multilib-testing-x86_64/PKGBUILD (from rev 84895, 
steam/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-25 22:15:10 UTC (rev 84896)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-mesa 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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # 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-testing-x86_64/alsa_sdl_audiodriver.patch (from 
rev 84895, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- multilib-testing-x86_64/alsa_sdl_audiodriver.patch  
(rev 0)
+++ multilib-testing-x86_64/alsa_sdl_audiodriver.patch  2013-02-25 22:15:10 UTC 
(rev 84896)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check /dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch (from 
rev 84895, steam/trunk/lib32-flashplugin-path.patch)
===
--- multilib-testing-x86_64/lib32-flashplugin-path.patch
(rev 0)
+++ multilib-testing-x86_64/lib32-flashplugin-path.patch2013-02-25 
22:15:10 UTC (rev 84896)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   STEAMPACKAGE=${0##*/}
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE

Copied: steam/repos/multilib-testing-x86_64/steam.install (from rev 84895, 
steam/trunk/steam.install)
===
--- multilib-testing-x86_64/steam.install   (rev 0)
+++ multilib-testing-x86_64/steam.install   2013-02-25 22:15:10 UTC (rev 
84896)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  

[arch-commits] Commit in (4 files)

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:00:55
  Author: arodseth
Revision: 84897

Split package from cx_freeze to python-cx_freeze and python2-cx_freeze

Added:
  python-cx_freeze/
  python-cx_freeze/repos/
  python-cx_freeze/trunk/
  python-cx_freeze/trunk/PKGBUILD

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

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


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


[arch-commits] Commit in python-cx_freeze/repos (community-i686 community-x86_64)

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:02:14
  Author: arodseth
Revision: 84898

Added empty repos directories

Added:
  python-cx_freeze/repos/community-i686/
  python-cx_freeze/repos/community-x86_64/



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

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:12:55
  Author: arodseth
Revision: 84899

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

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

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

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

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



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

2013-02-25 Thread Gaetan Bisson
Date: Tuesday, February 26, 2013 @ 00:14:47
  Author: bisson
Revision: 178622

glu depends on libgl which now depends on mesa

Modified:
  bzflag/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 21:00:20 UTC (rev 178621)
+++ PKGBUILD2013-02-25 23:14:47 UTC (rev 178622)
@@ -5,14 +5,13 @@
 
 pkgname=bzflag
 pkgver=2.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Multiplayer 3D tank battle game'
 url='http://bzflag.org/'
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
 depends=('curl' 'glew' 'glu' 'sdl')
-makedepends=('mesa') # glu requires GL/gl.h
 
source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
 sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
 



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

2013-02-25 Thread Gaetan Bisson
Date: Tuesday, February 26, 2013 @ 00:15:25
  Author: bisson
Revision: 178623

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-25 23:14:47 UTC (rev 178622)
+++ extra-i686/PKGBUILD 2013-02-25 23:15:25 UTC (rev 178623)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Kevin Piche ke...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'glu' 'sdl')
-makedepends=('mesa') # glu requires GL/gl.h
-source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-i686/PKGBUILD (from rev 178622, 
bzflag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-25 23:15:25 UTC (rev 178623)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.2
+pkgrel=3
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'glu' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-25 23:14:47 UTC (rev 178622)
+++ extra-x86_64/PKGBUILD   2013-02-25 23:15:25 UTC (rev 178623)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Kevin Piche ke...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.4.2
-pkgrel=2
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'glu' 'sdl')
-makedepends=('mesa') # glu requires GL/gl.h
-source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha1sums=('36c67c0734a1318b34b39ed0da49606e05ebd291')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 178622, 
bzflag/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-25 23:15:25 UTC (rev 178623)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.2
+pkgrel=3
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 

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

2013-02-25 Thread Gaetan Bisson
Date: Tuesday, February 26, 2013 @ 00:20:42
  Author: bisson
Revision: 178624

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

Added:
  avahi/repos/staging-i686/
  avahi/repos/staging-i686/PKGBUILD
(from rev 178623, avahi/trunk/PKGBUILD)
  avahi/repos/staging-i686/install
(from rev 178623, avahi/trunk/install)
  avahi/repos/staging-i686/rc.d.patch
(from rev 178623, avahi/trunk/rc.d.patch)
  avahi/repos/staging-x86_64/
  avahi/repos/staging-x86_64/PKGBUILD
(from rev 178623, avahi/trunk/PKGBUILD)
  avahi/repos/staging-x86_64/install
(from rev 178623, avahi/trunk/install)
  avahi/repos/staging-x86_64/rc.d.patch
(from rev 178623, avahi/trunk/rc.d.patch)

---+
 staging-i686/PKGBUILD |   83 
 staging-i686/install  |   22 +++
 staging-i686/rc.d.patch   |   11 +
 staging-x86_64/PKGBUILD   |   83 
 staging-x86_64/install|   22 +++
 staging-x86_64/rc.d.patch |   11 +
 6 files changed, 232 insertions(+)

Copied: avahi/repos/staging-i686/PKGBUILD (from rev 178623, 
avahi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-25 23:20:42 UTC (rev 178624)
@@ -0,0 +1,83 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=avahi
+pkgver=0.6.31
+pkgrel=6
+pkgdesc='Multicast/unicast DNS-SD framework'
+url='http://www.avahi.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+options=('!libtool' '!emptydirs')
+depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm')
+optdepends=('dbus: communicating with client applications'
+'gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt3: qt3 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'twisted: avahi-bookmarks'
+'mono: mono bindings'
+'python2-dbus: avahi-discover'
+'nss-mdns: NSS support for mDNS')
+makedepends=('qt3' 'qt4' 'pygtk' 'mono' 'intltool' 'python2-dbus'
+ 'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman')
+backup=('etc/avahi/hosts'
+'etc/avahi/avahi-daemon.conf'
+'etc/avahi/services/ssh.service'
+'etc/avahi/services/sftp-ssh.service'
+'usr/lib/avahi/service-types.db'
+'usr/share/avahi/service-types')
+source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz;
+'rc.d.patch')
+sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684'
+  '625ad7c131c0c1c383caeddef18fc7a32d8f3ab9')
+
+conflicts=('howl' 'mdnsresponder')
+provides=('howl' 'mdnsresponder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed -i 's/netdev/network/g' avahi-daemon/avahi-dbus.conf
+   patch -p1 -i ../rc.d.patch
+
+   export MOC_QT3=/opt/qt/bin/moc
+   export MOC_QT4=/usr/lib/qt4/bin/moc
+   source /etc/profile.d/qt3.sh
+   source /etc/profile.d/qt4.sh
+
+   # pygtk requires python2; make it explicit in case other python are 
installed: FS#21865
+   PYTHON=python2 \
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-monodoc \
+   --enable-compat-libdns_sd \
+   --enable-compat-howl \
+   --with-distro=archlinux \
+   --with-avahi-priv-access-group=network \
+   --with-autoipd-user=avahi \
+   --with-autoipd-group=avahi \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   cd ${pkgdir}
+   sed -i '1c #!/usr/bin/python2' usr/bin/avahi-{bookmarks,discover}
+   sed -i 's:/sbin/resolvconf:/usr/sbin/resolvconf:g' 
etc/avahi/avahi-dnsconfd.action
+
+   # howl and mdnsresponder compatability
+   (cd usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h dns_sd.h; ln -s 
avahi-compat-howl howl)
+   (cd usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc)
+}

Copied: avahi/repos/staging-i686/install (from rev 178623, avahi/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-02-25 23:20:42 UTC (rev 178624)
@@ -0,0 +1,22 @@
+post_install() {
+   getent group avahi /dev/null || groupadd -r -g 84 avahi /dev/null
+   getent passwd avahi /dev/null || useradd -r -u 84 -g avahi -d / -s 
/bin/false -c avahi avahi /dev/null
+
+   cat EOF
+== The following daemons may be added to DAEMONS in /etc/rc.conf:
+== avahi-daemon: the mdns 

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

2013-02-25 Thread Gaetan Bisson
Date: Tuesday, February 26, 2013 @ 00:26:23
  Author: bisson
Revision: 178625

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

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

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

Copied: gcin/repos/staging-i686/PKGBUILD (from rev 178624, gcin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-25 23:26:23 UTC (rev 178625)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.8.0
+pkgrel=2
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('69fe604939bc013f043ff0b4baa63b7951b26c95')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   source /etc/profile.d/qt4.sh
+   sed 's/lib64/lib/g' -i configure
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: gcin/repos/staging-i686/install (from rev 178624, gcin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-02-25 23:26:23 UTC (rev 178625)
@@ -0,0 +1,14 @@
+post_install() {
+   echo -n updating gtk immodules... 
+   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
+   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache
+   echo done.
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: gcin/repos/staging-x86_64/PKGBUILD (from rev 178624, 
gcin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-25 23:26:23 UTC (rev 178625)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.8.0
+pkgrel=2
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt4' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt4: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('69fe604939bc013f043ff0b4baa63b7951b26c95')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   source /etc/profile.d/qt4.sh
+   sed 's/lib64/lib/g' -i configure
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: gcin/repos/staging-x86_64/install (from rev 178624, gcin/trunk/install)
===
--- staging-x86_64/install  (rev 0)
+++ staging-x86_64/install  2013-02-25 23:26:23 UTC (rev 178625)
@@ -0,0 +1,14 @@
+post_install() {
+   echo -n 

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

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:51:38
  Author: arodseth
Revision: 84900

upgpkg: python-cx_freeze 4.3.1-2

Modified:
  python-cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 23:12:55 UTC (rev 84899)
+++ PKGBUILD2013-02-25 23:51:38 UTC (rev 84900)
@@ -5,23 +5,23 @@
 # Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Roberto Alsina rals...@kde.org
 
-pkgbase=cx_freeze
+pkgbase=python-cx_freeze
 pkgname=('python-cx_freeze' 'python2-cx_freeze')
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Set of utilities for freezing Python scripts into executables'
 arch=('x86_64' 'i686')
 url='http://cx-freeze.sourceforge.net/'
 license=('PSF')
 makedepends=('python' 'python2')
-source=(http://prdownloads.sourceforge.net/${pkgbase/_/-}/${pkgbase/f/F}-$pkgver.tar.gz;)
+source=(http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz;)
 sha256sums=('11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b')
 
 package_python-cx_freeze() {
   depends=('python')
   conflicts=('cx_freeze' 'python2-cx_freeze')
 
-  cd $srcdir/${pkgbase/f/F}-$pkgver
+  cd $srcdir/cx_Freeze-$pkgver
   python setup.py install --root $pkgdir --optimize 1
 }
 
@@ -30,7 +30,7 @@
   conflicts=('cx_freeze' 'python-cx_freeze')
   replaces=('cx_freeze')
 
-  cd $srcdir/${pkgbase/f/F}-$pkgver
+  cd $srcdir/cx_Freeze-$pkgver
   python2 setup.py install --root $pkgdir --optimize 1
   # Python 2 shebang fix
   find $pkgdir -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;



[arch-commits] Commit in (cx_freeze)

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:53:10
  Author: arodseth
Revision: 84901

Removed, new split package

Deleted:
  cx_freeze/



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

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:55:45
  Author: arodseth
Revision: 84902

Cleanup

Deleted:
  python-cx_freeze/repos/community-i686/PKGBUILD
  python-cx_freeze/repos/community-x86_64/PKGBUILD

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

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

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



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

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:57:38
  Author: arodseth
Revision: 84903

upgpkg: python-cx_freeze 4.3.1-1

Modified:
  python-cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 23:55:45 UTC (rev 84902)
+++ PKGBUILD2013-02-25 23:57:38 UTC (rev 84903)
@@ -8,7 +8,7 @@
 pkgbase=python-cx_freeze
 pkgname=('python-cx_freeze' 'python2-cx_freeze')
 pkgver=4.3.1
-pkgrel=2
+pkgrel=1
 pkgdesc='Set of utilities for freezing Python scripts into executables'
 arch=('x86_64' 'i686')
 url='http://cx-freeze.sourceforge.net/'



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

2013-02-25 Thread Alexander Rødseth
Date: Tuesday, February 26, 2013 @ 00:57:50
  Author: arodseth
Revision: 84904

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

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

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

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

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



[arch-commits] Commit in (4 files)

2013-02-25 Thread Felix Yan
Date: Tuesday, February 26, 2013 @ 02:28:03
  Author: fyan
Revision: 84905

add goaccess

Added:
  goaccess/
  goaccess/repos/
  goaccess/trunk/
  goaccess/trunk/PKGBUILD

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

Added: goaccess/trunk/PKGBUILD
===
--- goaccess/trunk/PKGBUILD (rev 0)
+++ goaccess/trunk/PKGBUILD 2013-02-26 01:28:03 UTC (rev 84905)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.5
+pkgrel=2
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f6359a9553a460265f5859cea4d40ec0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}


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


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

2013-02-25 Thread Felix Yan
Date: Tuesday, February 26, 2013 @ 02:29:13
  Author: fyan
Revision: 84906

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

Added:
  goaccess/repos/community-i686/
  goaccess/repos/community-i686/PKGBUILD
(from rev 84905, goaccess/trunk/PKGBUILD)
  goaccess/repos/community-x86_64/
  goaccess/repos/community-x86_64/PKGBUILD
(from rev 84905, goaccess/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 84905, 
goaccess/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 01:29:13 UTC (rev 84906)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.5
+pkgrel=2
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f6359a9553a460265f5859cea4d40ec0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 84905, 
goaccess/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-26 01:29:13 UTC (rev 84906)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Josh VanderLinden a...@cloudlery.com
+# Contributor: Nicolas Storme nico...@atelier-web.com
+
+pkgname=goaccess
+pkgver=0.5
+pkgrel=2
+pkgdesc=An open source real-time web log analyzer and interactive viewer
+arch=('i686' 'x86_64')
+url=http://goaccess.prosoftcorp.com;
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f6359a9553a460265f5859cea4d40ec0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --enable-geoip
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}



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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:19:46
  Author: thestinger
Revision: 84907

add httpie package

Added:
  httpie/
  httpie/repos/
  httpie/trunk/
  httpie/trunk/PKGBUILD

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

Added: httpie/trunk/PKGBUILD
===
--- httpie/trunk/PKGBUILD   (rev 0)
+++ httpie/trunk/PKGBUILD   2013-02-26 02:19:46 UTC (rev 84907)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+}



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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:21:57
  Author: thestinger
Revision: 84908

add Id tag

Modified:
  httpie/trunk/PKGBUILD (properties)

Index: httpie/trunk/PKGBUILD
===
--- httpie/trunk/PKGBUILD   2013-02-26 02:19:46 UTC (rev 84907)
+++ httpie/trunk/PKGBUILD   2013-02-26 02:21:57 UTC (rev 84908)

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


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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:22:48
  Author: thestinger
Revision: 84909

fix Id tag

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 02:21:57 UTC (rev 84908)
+++ PKGBUILD2013-02-26 02:22:48 UTC (rev 84909)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
 



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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:25:17
  Author: thestinger
Revision: 84910

add missing checksum

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 02:22:48 UTC (rev 84909)
+++ PKGBUILD2013-02-26 02:25:17 UTC (rev 84910)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=cURL for humans
 url=https://github.com/jkbr/httpie;
 depends=('python-requests' 'python-pygments')
@@ -13,6 +13,7 @@
 license=('BSD')
 arch=('any')
 
source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
 
 build() {
 cd $srcdir/httpie-$pkgver



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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:25:58
  Author: thestinger
Revision: 84911

add conflicts

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 02:25:17 UTC (rev 84910)
+++ PKGBUILD2013-02-26 02:25:58 UTC (rev 84911)
@@ -9,6 +9,7 @@
 url=https://github.com/jkbr/httpie;
 depends=('python-requests' 'python-pygments')
 makedepends=('python-distribute')
+conflicts=(python-httpie)
 replaces=(python-httpie python2-httpie)
 license=('BSD')
 arch=('any')



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

2013-02-25 Thread thestinger
Date: Tuesday, February 26, 2013 @ 03:28:00
  Author: thestinger
Revision: 84912

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/
  httpie/repos/community-any/PKGBUILD
(from rev 84911, httpie/trunk/PKGBUILD)

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

Copied: httpie/repos/community-any/PKGBUILD (from rev 84911, 
httpie/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-02-26 02:28:00 UTC (rev 84912)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+
+pkgname=httpie
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=cURL for humans
+url=https://github.com/jkbr/httpie;
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=(http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz;)
+md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
+
+build() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py build
+}
+
+package() {
+cd $srcdir/httpie-$pkgver
+python3 setup.py install --root=$pkgdir --optimize=1
+}



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

2013-02-25 Thread Balló György
Date: Tuesday, February 26, 2013 @ 05:00:12
  Author: bgyorgy
Revision: 84913

upgpkg: cinnamon 1.7.1-2

* Add clutter-gtk as dependency (fix FS#34010)
* Move cinnamon-screensaver to optdepends, because it's not a hard 
dependency
* Add webkitgtk3 to optdepends for installing applets in 
cinnamon-settings
* Remove nautilus from optdepends, as we have nemo

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 02:28:00 UTC (rev 84912)
+++ PKGBUILD2013-02-26 04:00:12 UTC (rev 84913)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -14,13 +14,14 @@
 depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme'
  'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 
'gnome-themes-standard'
  'gstreamer0.10' 'networkmanager' 'muffin' 'python2-dbus'
- 'python2-gconf' 'python2-imaging' 'python2-lxml' 
'cinnamon-screensaver')
+ 'python2-gconf' 'python2-imaging' 'python2-lxml' 'clutter-gtk')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
+'cinnamon-screensaver: lock screen'
 'gucharmap: show character table from Keyboard applet'
 'libgnomekbd: show keyboard layout from Keyboard applet'
 'nemo: the official Cinnamon file manager (forked from Nautilus)'
-'nautilus: the official Gnome file manager')
+'webkitgtk3: download applets from Spices website in 
cinnamon-settings')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;



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

2013-02-25 Thread Balló György
Date: Tuesday, February 26, 2013 @ 05:00:24
  Author: bgyorgy
Revision: 84914

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 84913, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 84913, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/gnome-autogen.sh
(from rev 84913, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 84913, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 84913, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 84913, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/gnome-autogen.sh
(from rev 84913, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 84913, cinnamon/trunk/keyboard_applet.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/gnome-autogen.sh
  cinnamon/repos/community-x86_64/keyboard_applet.patch

+
 community-i686/PKGBUILD|  145 ++--
 community-i686/cinnamon.install|   58 -
 community-i686/gnome-autogen.sh| 1076 +++
 community-i686/keyboard_applet.patch   |  284 
 community-x86_64/PKGBUILD  |  145 ++--
 community-x86_64/cinnamon.install  |   58 -
 community-x86_64/gnome-autogen.sh  | 1076 +++
 community-x86_64/keyboard_applet.patch |  284 
 8 files changed, 1564 insertions(+), 1562 deletions(-)

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


[arch-commits] Commit in ntfs-3g_ntfsprogs/trunk (PKGBUILD)

2013-02-25 Thread Eric Bélanger
Date: Tuesday, February 26, 2013 @ 06:01:14
  Author: eric
Revision: 178626

upgpkg: ntfs-3g_ntfsprogs 2013.1.13-2

Merge ntfsprogs with ntfs-3g

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 23:26:23 UTC (rev 178625)
+++ PKGBUILD2013-02-26 05:01:14 UTC (rev 178626)
@@ -4,19 +4,24 @@
 # Contributor: Thomas B�chler thomas.archlinux.org
 
 pkgbase=ntfs-3g_ntfsprogs
-pkgname=('ntfs-3g' 'ntfsprogs')
+pkgname=ntfs-3g
 pkgver=2013.1.13
-pkgrel=1
+pkgrel=2
+pkgdesc=NTFS filesystem utilities
+arch=('i686' 'x86_64')
 url=http://www.tuxera.com/community/ntfs-3g-download/;
-arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc' 'fuse')
+depends=('util-linux' 'fuse')
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
 options=('!libtool')
 source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
 sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
+  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
   ./configure --prefix=/usr \
 --with-fuse=external --disable-static \
 --enable-posix-acls --disable-ldconfig \
@@ -25,30 +30,7 @@
 }
 
 package_ntfs-3g() {
-  pkgdesc=Stable read and write NTFS driver
-
-  for DIR in src libntfs-3g include; do
-cd $srcdir/$pkgbase-$pkgver/$DIR
-make DESTDIR=$pkgdir install
-  done
-
-  mv $pkgdir/bin/* $pkgdir/usr/bin/
-  rm -rf $pkgdir/{s,}bin
-  rmdir $pkgdir/lib
-
-  cd $pkgdir/usr/bin
-  ln -s ntfs-3g mount.ntfs
-  ln -s ntfs-3g mount.ntfs-3g
-  ln -s lowntfs-3g mount.lowntfs-3g
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
 }
-
-package_ntfsprogs() {
-  pkgdesc=NTFS filesystem utilities
-  depends=('util-linux' 'ntfs-3g')
-
-  cd $srcdir/$pkgbase-$pkgver/ntfsprogs
-  make DESTDIR=$pkgdir install
-
-  mv $pkgdir/sbin/* $pkgdir/usr/bin/
-  rm -rf $pkgdir/sbin
-}



[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (4 files)

2013-02-25 Thread Eric Bélanger
Date: Tuesday, February 26, 2013 @ 06:01:50
  Author: eric
Revision: 178627

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

Added:
  ntfs-3g_ntfsprogs/repos/testing-i686/
  ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD
(from rev 178626, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/testing-x86_64/
  ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 178626, ntfs-3g_ntfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD (from rev 178626, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-26 05:01:50 UTC (rev 178627)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=ntfs-3g
+pkgver=2013.1.13
+pkgrel=2
+pkgdesc=NTFS filesystem utilities
+arch=('i686' 'x86_64')
+url=http://www.tuxera.com/community/ntfs-3g-download/;
+license=('GPL2')
+depends=('util-linux' 'fuse')
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
+}

Copied: ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD (from rev 178626, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-26 05:01:50 UTC (rev 178627)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Ronald van Haren ronald.archlinux.org
+# Contributor: Thomas B�chler thomas.archlinux.org
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=ntfs-3g
+pkgver=2013.1.13
+pkgrel=2
+pkgdesc=NTFS filesystem utilities
+arch=('i686' 'x86_64')
+url=http://www.tuxera.com/community/ntfs-3g-download/;
+license=('GPL2')
+depends=('util-linux' 'fuse')
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  cd $srcdir/$pkgbase-$pkgver
+  make DESTDIR=$pkgdir rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+  ln -s /usr/bin/ntfs-3g $pkgdir/usr/bin/mount.ntfs
+}



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

2013-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 26, 2013 @ 06:16:16
  Author: svenstaro
Revision: 84915

upgpkg: lib32-mpg123 1.15.1-1

Updating to 1.15.1

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 04:00:24 UTC (rev 84914)
+++ PKGBUILD2013-02-26 05:16:16 UTC (rev 84915)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.14.4
+pkgver=1.15.1
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
 arch=('x86_64')
@@ -13,9 +13,9 @@
 depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
-options=('libtool')
+options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('a72d0c60a1d7dbec7cfe966bc11672bf')
+md5sums=('3bb9441c5f4fa10c995b8e0bd84d5549')
 
 build() {
   export CC=gcc -m32



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

2013-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 26, 2013 @ 06:16:25
  Author: svenstaro
Revision: 84916

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD
(from rev 84915, lib32-mpg123/trunk/PKGBUILD)
Deleted:
  lib32-mpg123/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 05:16:16 UTC (rev 84915)
+++ PKGBUILD2013-02-26 05:16:25 UTC (rev 84916)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.14.4
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
-arch=('x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-options=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('a72d0c60a1d7dbec7cfe966bc11672bf')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  
-  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 84915, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 05:16:25 UTC (rev 84916)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.15.1
+pkgrel=1
+pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
+arch=('x86_64')
+url=http://sourceforge.net/projects/mpg123;
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('3bb9441c5f4fa10c995b8e0bd84d5549')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  
+  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:28:59
  Author: andrea
Revision: 178628

upgpkg: qt4 4.8.4-8

Do not provide qt

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:01:50 UTC (rev 178627)
+++ PKGBUILD2013-02-26 05:28:59 UTC (rev 178628)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.4
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -23,9 +23,8 @@
 'icu: Unicode support')
 install=${pkgname}.install
 options=('!libtool')
-replaces=('qt')
+replaces=('qt=4.8.4')
 conflicts=('qt')
-provides=(qt=${pkgver})
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
 'qtconfig.desktop' 'qt4.profile'



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

2013-02-25 Thread Balló György
Date: Tuesday, February 26, 2013 @ 06:29:04
  Author: bgyorgy
Revision: 84918

upgpkg: cinnamon 1.7.1-3

* Add a simpler but more complete python2 fix
* Add python2-pyinotify as dependency for cinnamon-looking-glass

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:26:02 UTC (rev 84917)
+++ PKGBUILD2013-02-26 05:29:04 UTC (rev 84918)
@@ -6,15 +6,15 @@
 
 pkgname=cinnamon
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
-depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme'
- 'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 
'gnome-themes-standard'
- 'gstreamer0.10' 'networkmanager' 'muffin' 'python2-dbus'
- 'python2-gconf' 'python2-imaging' 'python2-lxml' 'clutter-gtk')
+depends=('accountsservice' 'caribou' 'clutter-gtk' 'gjs' 'gnome-bluetooth'
+ 'gnome-icon-theme' 'gnome-menus' 'gnome-settings-daemon' 
'gnome-session'
+ 'gnome-themes-standard' 'gstreamer0.10' 'networkmanager' 'muffin' 
'python2-dbus'
+ 'python2-gconf' 'python2-imaging' 'python2-pyinotify' 'python2-lxml')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
 'cinnamon-screensaver: lock screen'
@@ -58,16 +58,13 @@
 package() {
   cd ${srcdir}/linuxmint-Cinnamon*
   make DESTDIR=${pkgdir} install
-  
+
   # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' \
-${pkgdir}/usr/bin/$pkgname-launcher \
+  sed -i 's|#! /usr/bin/python|#! /usr/bin/python2|' \
 ${pkgdir}/usr/bin/$pkgname-menu-editor \
-${pkgdir}/usr/bin/$pkgname-settings \
 
${pkgdir}/usr/share/$pkgname/applets/panel-launchers@$pkgname.org/$pkgname-add-panel-launcher.py
-
-  sed -i 's/env python/env python2/g' \
-${pkgdir}/usr/lib/$pkgname-settings/$pkgname-settings.py
+
+  find ${pkgdir} -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 }
 
 



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:29:13
  Author: andrea
Revision: 178629

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

Added:
  qt4/repos/staging-i686/PKGBUILD
(from rev 178628, qt4/trunk/PKGBUILD)
  qt4/repos/staging-i686/improve-cups-support.patch
(from rev 178628, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-i686/qt4.install
(from rev 178628, qt4/trunk/qt4.install)
  qt4/repos/staging-i686/qt4.profile
(from rev 178628, qt4/trunk/qt4.profile)
  qt4/repos/staging-i686/qtconfig.desktop
(from rev 178628, qt4/trunk/qtconfig.desktop)
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 178628, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 178628, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/qt4.install
(from rev 178628, qt4/trunk/qt4.install)
  qt4/repos/staging-x86_64/qt4.profile
(from rev 178628, qt4/trunk/qt4.profile)
  qt4/repos/staging-x86_64/qtconfig.desktop
(from rev 178628, qt4/trunk/qtconfig.desktop)
Deleted:
  qt4/repos/staging-i686/PKGBUILD
  qt4/repos/staging-i686/improve-cups-support.patch
  qt4/repos/staging-i686/qt4.install
  qt4/repos/staging-i686/qt4.profile
  qt4/repos/staging-i686/qtconfig.desktop
  qt4/repos/staging-x86_64/PKGBUILD
  qt4/repos/staging-x86_64/improve-cups-support.patch
  qt4/repos/staging-x86_64/qt4.install
  qt4/repos/staging-x86_64/qt4.profile
  qt4/repos/staging-x86_64/qtconfig.desktop

---+
 staging-i686/PKGBUILD |  235 +---
 staging-i686/improve-cups-support.patch   |  168 ++--
 staging-i686/qt4.install  |   24 +-
 staging-i686/qt4.profile  |2 
 staging-i686/qtconfig.desktop |   18 +-
 staging-x86_64/PKGBUILD   |  235 +---
 staging-x86_64/improve-cups-support.patch |  168 ++--
 staging-x86_64/qt4.install|   24 +-
 staging-x86_64/qt4.profile|2 
 staging-x86_64/qtconfig.desktop   |   18 +-
 10 files changed, 446 insertions(+), 448 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-02-26 05:28:59 UTC (rev 178628)
+++ staging-i686/PKGBUILD   2013-02-26 05:29:13 UTC (rev 178629)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=qt4
-pkgver=4.8.4
-pkgrel=7
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 'dbus'
-'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('mesa' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'gtk2' 
'libfbclient')
-optdepends=('postgresql-libs: PostgreSQL driver'
-'libmysqlclient: MySQL driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'libxinerama: Xinerama support'
-'libxcursor: Xcursor support'
-'libxfixes: Xfixes support'
-'icu: Unicode support')
-install=${pkgname}.install
-options=('!libtool')
-replaces=('qt')
-conflicts=('qt')
-provides=(qt=${pkgver})
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://releases.qt-project.org/${pkgname}/source/${_pkgfqn}.tar.gz;
-'qtconfig.desktop' 'qt4.profile'
-'improve-cups-support.patch')
-md5sums=('89c5ecba180cae74c66260ac732dc5cb'
- '20ca06ef59775d749b9451ce7437fa9a'
- '4ed0bd79a310e2b5d34fc71760b99139'
- 'c439c7731c25387352d8453ca7574971')
-
-build() {
-  cd ${_pkgfqn}
-
-  # (FS#28381) (KDEBUG#180051)
-  patch -p1 -i ${srcdir}/improve-cups-support.patch
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--bindir /usr/lib/qt4/bin \
--headerdir /usr/include/qt4 \
--docdir /usr/share/doc/qt4 \
--plugindir /usr/lib/qt4/plugins \
--importdir /usr/lib/qt4/imports \
--datadir /usr/share/qt4 \
--translationdir /usr/share/qt4/translations \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt4/examples \
--demosdir /usr/share/doc/qt4/demos \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples 

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

2013-02-25 Thread Balló György
Date: Tuesday, February 26, 2013 @ 06:29:14
  Author: bgyorgy
Revision: 84919

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 84918, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 84918, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/gnome-autogen.sh
(from rev 84918, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 84918, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 84918, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 84918, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/gnome-autogen.sh
(from rev 84918, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 84918, cinnamon/trunk/keyboard_applet.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/gnome-autogen.sh
  cinnamon/repos/community-x86_64/keyboard_applet.patch

+
 community-i686/PKGBUILD|  143 ++--
 community-i686/cinnamon.install|   58 -
 community-i686/gnome-autogen.sh| 1076 +++
 community-i686/keyboard_applet.patch   |  284 
 community-x86_64/PKGBUILD  |  143 ++--
 community-x86_64/cinnamon.install  |   58 -
 community-x86_64/gnome-autogen.sh  | 1076 +++
 community-x86_64/keyboard_applet.patch |  284 
 8 files changed, 1558 insertions(+), 1564 deletions(-)

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


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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:44:10
  Author: andrea
Revision: 178630

upgpkg: attica 0.4.1-2

qt4 rebuild

Modified:
  attica/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:29:13 UTC (rev 178629)
+++ PKGBUILD2013-02-26 05:44:10 UTC (rev 178630)
@@ -3,18 +3,19 @@
 
 pkgname=attica
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A Qt library that implements the Open Collaboration Services API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/attica'
 license=('LGPL')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:44:18
  Author: andrea
Revision: 178631

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

Added:
  attica/repos/staging-i686/
  attica/repos/staging-i686/PKGBUILD
(from rev 178630, attica/trunk/PKGBUILD)
  attica/repos/staging-x86_64/
  attica/repos/staging-x86_64/PKGBUILD
(from rev 178630, attica/trunk/PKGBUILD)

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

Copied: attica/repos/staging-i686/PKGBUILD (from rev 178630, 
attica/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 05:44:18 UTC (rev 178631)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: attica/repos/staging-x86_64/PKGBUILD (from rev 178630, 
attica/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 05:44:18 UTC (rev 178631)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b90983ec5d79e5ddcbc9146fa23cab72')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:50:09
  Author: andrea
Revision: 178632

upgpkg: automoc4 0.9.88-4

qt4 rebuild

Modified:
  automoc4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:44:18 UTC (rev 178631)
+++ PKGBUILD2013-02-26 05:50:09 UTC (rev 178632)
@@ -4,12 +4,12 @@
 
 pkgname=automoc4
 pkgver=0.9.88
-pkgrel=3
+pkgrel=4
 pkgdesc=Automatic moc for Qt4
 arch=('i686' 'x86_64')
 url='http://www.kde.org/'
 license=('custom')
-depends=('qt')
+depends=('qt4')
 makedepends=('pkgconfig' 'cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
 'license.txt')
@@ -17,7 +17,8 @@
  '9014edbb7e2f02fe90b2db8707487bce')
 
 build() {
-   cd ${srcdir}
+. /etc/profile.d/qt4.sh
+
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -27,7 +28,9 @@
 }
 
 package() {
-cd ${srcdir}/build
+cd build
make DESTDIR=${pkgdir} install
-   install -Dm644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+install -Dm644 ${srcdir}/license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:50:16
  Author: andrea
Revision: 178633

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

Added:
  automoc4/repos/staging-i686/
  automoc4/repos/staging-i686/PKGBUILD
(from rev 178632, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-i686/license.txt
(from rev 178632, automoc4/trunk/license.txt)
  automoc4/repos/staging-x86_64/
  automoc4/repos/staging-x86_64/PKGBUILD
(from rev 178632, automoc4/trunk/PKGBUILD)
  automoc4/repos/staging-x86_64/license.txt
(from rev 178632, automoc4/trunk/license.txt)

+
 staging-i686/PKGBUILD  |   36 
 staging-i686/license.txt   |   31 +++
 staging-x86_64/PKGBUILD|   36 
 staging-x86_64/license.txt |   31 +++
 4 files changed, 134 insertions(+)

Copied: automoc4/repos/staging-i686/PKGBUILD (from rev 178632, 
automoc4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+cd build
+   make DESTDIR=${pkgdir} install
+
+install -Dm644 ${srcdir}/license.txt \
+  ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: automoc4/repos/staging-i686/license.txt (from rev 178632, 
automoc4/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,31 @@
+Upstream Authors: 
+
+   Mathias Kretz kr...@kde.org
+   Alexander Neundorff neundo...@kde.org
+
+Copyright: 
+
+   Copyright (c) 2007 Mathias Kretz kr...@kde.org
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: automoc4/repos/staging-x86_64/PKGBUILD (from rev 178632, 
automoc4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 05:50:16 UTC (rev 178633)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=automoc4
+pkgver=0.9.88
+pkgrel=4
+pkgdesc=Automatic moc for Qt4
+arch=('i686' 'x86_64')
+url='http://www.kde.org/'
+license=('custom')
+depends=('qt4')
+makedepends=('pkgconfig' 'cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'license.txt')
+md5sums=('91bf517cb940109180ecd07bc90c69ec'
+ '9014edbb7e2f02fe90b2db8707487bce')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:52:40
  Author: andrea
Revision: 178634

upgpkg: cagibi 0.2.0-3

qt4 rebuild

Modified:
  cagibi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:50:16 UTC (rev 178633)
+++ PKGBUILD2013-02-26 05:52:40 UTC (rev 178634)
@@ -3,18 +3,19 @@
 
 pkgname=cagibi
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/cagibi/'
 license=('LGPL')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('af66d89337ef80e8a868d3bb9dd92328')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:52:49
  Author: andrea
Revision: 178635

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

Added:
  cagibi/repos/staging-i686/
  cagibi/repos/staging-i686/PKGBUILD
(from rev 178634, cagibi/trunk/PKGBUILD)
  cagibi/repos/staging-x86_64/
  cagibi/repos/staging-x86_64/PKGBUILD
(from rev 178634, cagibi/trunk/PKGBUILD)

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

Copied: cagibi/repos/staging-i686/PKGBUILD (from rev 178634, 
cagibi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 05:52:49 UTC (rev 178635)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=cagibi
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/cagibi/'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('af66d89337ef80e8a868d3bb9dd92328')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: cagibi/repos/staging-x86_64/PKGBUILD (from rev 178634, 
cagibi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 05:52:49 UTC (rev 178635)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=cagibi
+pkgver=0.2.0
+pkgrel=3
+pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/cagibi/'
+license=('LGPL')
+depends=('qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('af66d89337ef80e8a868d3bb9dd92328')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:56:44
  Author: andrea
Revision: 178636

upgpkg: grantlee 0.3.0-2

qt4 rebuild

Modified:
  grantlee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:52:49 UTC (rev 178635)
+++ PKGBUILD2013-02-26 05:56:44 UTC (rev 178636)
@@ -3,17 +3,19 @@
 
 pkgname=grantlee
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A string template engine based on the Django template system and 
written in Qt
 arch=('i686' 'x86_64')
 url=http://www.gitorious.org/grantlee/pages/Home;
 license=('LGPL3')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake' 'doxygen')
 source=(http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('195763a3238f51f8885881fc8012cd83')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:56:53
  Author: andrea
Revision: 178637

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

Added:
  grantlee/repos/staging-i686/
  grantlee/repos/staging-i686/PKGBUILD
(from rev 178636, grantlee/trunk/PKGBUILD)
  grantlee/repos/staging-x86_64/
  grantlee/repos/staging-x86_64/PKGBUILD
(from rev 178636, grantlee/trunk/PKGBUILD)

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

Copied: grantlee/repos/staging-i686/PKGBUILD (from rev 178636, 
grantlee/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 05:56:53 UTC (rev 178637)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt
+arch=('i686' 'x86_64')
+url=http://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+source=(http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('195763a3238f51f8885881fc8012cd83')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: grantlee/repos/staging-x86_64/PKGBUILD (from rev 178636, 
grantlee/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 05:56:53 UTC (rev 178637)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=grantlee
+pkgver=0.3.0
+pkgrel=2
+pkgdesc=A string template engine based on the Django template system and 
written in Qt
+arch=('i686' 'x86_64')
+url=http://www.gitorious.org/grantlee/pages/Home;
+license=('LGPL3')
+depends=('qt4')
+makedepends=('cmake' 'doxygen')
+source=(http://downloads.grantlee.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('195763a3238f51f8885881fc8012cd83')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:58:22
  Author: andrea
Revision: 178638

upgpkg: kde-agent 20130226-1

qt4 rebuild

Modified:
  kde-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:56:53 UTC (rev 178637)
+++ PKGBUILD2013-02-26 05:58:22 UTC (rev 178638)
@@ -3,13 +3,13 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kde-agent
-pkgver=20120430
+pkgver=20130226
 pkgrel=1
 pkgdesc=Startup and shutdown scripts for gpg-agent and ssh-agent in KDE
 arch=('any')
 url='http://www.archlinux.org/'
 license=('GPL' 'LGPL' 'FDL')
-depends=('pinentry' 'openssh' 'qt')
+depends=('pinentry' 'openssh' 'qt4')
 source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh'
 'ssh-agent-startup.sh' 'ssh-agent-shutdown.sh')
 md5sums=('baf5135003f0a406dac85c2719fbed49'
@@ -18,7 +18,6 @@
  'a5d2f2191f31c4f869c98067010395d4')
 
 package() {
-  cd ${srcdir}
   install -d ${pkgdir}/etc/kde/env
   install -D -m755 {gpg,ssh}-agent-startup.sh ${pkgdir}/etc/kde/env/
 



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 06:58:30
  Author: andrea
Revision: 178639

archrelease: copy trunk to staging-any

Added:
  kde-agent/repos/staging-any/
  kde-agent/repos/staging-any/PKGBUILD
(from rev 178638, kde-agent/trunk/PKGBUILD)
  kde-agent/repos/staging-any/gpg-agent-shutdown.sh
(from rev 178638, kde-agent/trunk/gpg-agent-shutdown.sh)
  kde-agent/repos/staging-any/gpg-agent-startup.sh
(from rev 178638, kde-agent/trunk/gpg-agent-startup.sh)
  kde-agent/repos/staging-any/ssh-agent-shutdown.sh
(from rev 178638, kde-agent/trunk/ssh-agent-shutdown.sh)
  kde-agent/repos/staging-any/ssh-agent-startup.sh
(from rev 178638, kde-agent/trunk/ssh-agent-startup.sh)

---+
 PKGBUILD  |   26 ++
 gpg-agent-shutdown.sh |   14 ++
 gpg-agent-startup.sh  |   31 +++
 ssh-agent-shutdown.sh |6 ++
 ssh-agent-startup.sh  |   11 +++
 5 files changed, 88 insertions(+)

Copied: kde-agent/repos/staging-any/PKGBUILD (from rev 178638, 
kde-agent/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2013-02-26 05:58:30 UTC (rev 178639)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kde-agent
+pkgver=20130226
+pkgrel=1
+pkgdesc=Startup and shutdown scripts for gpg-agent and ssh-agent in KDE
+arch=('any')
+url='http://www.archlinux.org/'
+license=('GPL' 'LGPL' 'FDL')
+depends=('pinentry' 'openssh' 'qt4')
+source=('gpg-agent-startup.sh' 'gpg-agent-shutdown.sh'
+'ssh-agent-startup.sh' 'ssh-agent-shutdown.sh')
+md5sums=('baf5135003f0a406dac85c2719fbed49'
+ '6838aa08aaf27962e3f833d25daa086a'
+ '8b8c4f60aa0670db20dd1beccf88'
+ 'a5d2f2191f31c4f869c98067010395d4')
+
+package() {
+  install -d ${pkgdir}/etc/kde/env
+  install -D -m755 {gpg,ssh}-agent-startup.sh ${pkgdir}/etc/kde/env/
+
+  install -d ${pkgdir}/etc/kde/shutdown
+  install -D -m755 {gpg,ssh}-agent-shutdown.sh ${pkgdir}/etc/kde/shutdown/
+}

Copied: kde-agent/repos/staging-any/gpg-agent-shutdown.sh (from rev 178638, 
kde-agent/trunk/gpg-agent-shutdown.sh)
===
--- staging-any/gpg-agent-shutdown.sh   (rev 0)
+++ staging-any/gpg-agent-shutdown.sh   2013-02-26 05:58:30 UTC (rev 178639)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+## The nice way
+if test -n ${GPG_AGENT_INFO}; then
+  GPG_AGENT_PID=`echo ${GPG_AGENT_INFO} | cut -d: -f2`  kill 
${GPG_AGENT_PID} ||:
+  unset GPG_AGENT_INFO
+fi
+
+## The not so nice way
+## NOTE: a root login will kill *all* users' gpg-agents
+#killall gpg-agent
+
+## clean/remove .gpg-agent-info
+rm -f $HOME/.gpg-agent-info

Copied: kde-agent/repos/staging-any/gpg-agent-startup.sh (from rev 178638, 
kde-agent/trunk/gpg-agent-startup.sh)
===
--- staging-any/gpg-agent-startup.sh(rev 0)
+++ staging-any/gpg-agent-startup.sh2013-02-26 05:58:30 UTC (rev 178639)
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+GPG_AGENT=/usr/bin/gpg-agent
+## Run gpg-agent only if not already running, and available
+if [ -x ${GPG_AGENT} ] ; then
+
+  # check validity of GPG_SOCKET (in case of session crash)
+  GPG_AGENT_INFO_FILE=${HOME}/.gpg-agent-info
+  if [ -f ${GPG_AGENT_INFO_FILE} ]; then
+GPG_AGENT_PID=`cat ${GPG_AGENT_INFO_FILE} | grep GPG_AGENT_INFO | cut -f2 
-d:`
+GPG_PID_NAME=`cat /proc/${GPG_AGENT_PID}/comm`
+if [ ! x${GPG_PID_NAME} = xgpg-agent ]; then
+  rm -f ${GPG_AGENT_INFO_FILE} 21 /dev/null
+else
+   GPG_SOCKET=`cat ${GPG_AGENT_INFO_FILE} | grep GPG_AGENT_INFO | cut 
-f1 -d: | cut -f2 -d=`
+   if ! test -S ${GPG_SOCKET} -a -O ${GPG_SOCKET} ; then
+ rm -f ${GPG_AGENT_INFO_FILE} 21 /dev/null
+   fi
+fi
+unset GPG_AGENT_PID GPG_SOCKET GPG_PID_NAME
+  fi
+
+  if [ -f ${GPG_AGENT_INFO_FILE} ]; then
+eval $(cat ${GPG_AGENT_INFO_FILE})
+eval $(cut -d= -f 1 ${GPG_AGENT_INFO_FILE} | xargs echo export)
+export GPG_TTY=$(tty)
+  else
+eval $(${GPG_AGENT} -s --daemon --pinentry-program /usr/bin/pinentry-qt4 
--write-env-file)
+  fi
+
+fi

Copied: kde-agent/repos/staging-any/ssh-agent-shutdown.sh (from rev 178638, 
kde-agent/trunk/ssh-agent-shutdown.sh)
===
--- staging-any/ssh-agent-shutdown.sh   (rev 0)
+++ staging-any/ssh-agent-shutdown.sh   2013-02-26 05:58:30 UTC (rev 178639)
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ -n ${SSH_AGENT_PID} ]; then
+  kill ${SSH_AGENT_PID}
+  unset SSH_AGENT_PID SSH_AUTH_SOCK
+fi

Copied: kde-agent/repos/staging-any/ssh-agent-startup.sh (from rev 178638, 
kde-agent/trunk/ssh-agent-startup.sh)

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:00:20
  Author: andrea
Revision: 178640

upgpkg: qjson 0.8.1-2

qt4 rebuild

Modified:
  qjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 05:58:30 UTC (rev 178639)
+++ PKGBUILD2013-02-26 06:00:20 UTC (rev 178640)
@@ -3,17 +3,19 @@
 
 pkgname=qjson
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A qt-based library that maps JSON data to QVariant objects
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://qjson.sourceforge.net;
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
 md5sums=('4eef13da988edf8f91c260a3e1baeea9')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:00:28
  Author: andrea
Revision: 178641

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

Added:
  qjson/repos/staging-i686/
  qjson/repos/staging-i686/PKGBUILD
(from rev 178640, qjson/trunk/PKGBUILD)
  qjson/repos/staging-x86_64/
  qjson/repos/staging-x86_64/PKGBUILD
(from rev 178640, qjson/trunk/PKGBUILD)

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

Copied: qjson/repos/staging-i686/PKGBUILD (from rev 178640, 
qjson/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:00:28 UTC (rev 178641)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: qjson/repos/staging-x86_64/PKGBUILD (from rev 178640, 
qjson/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:00:28 UTC (rev 178641)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qjson
+pkgver=0.8.1
+pkgrel=2
+pkgdesc=A qt-based library that maps JSON data to QVariant objects
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://qjson.sourceforge.net;
+depends=('qt4')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/flavio/${pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('4eef13da988edf8f91c260a3e1baeea9')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:01:32
  Author: andrea
Revision: 178642

upgpkg: libdbusmenu-qt 0.9.2-2

qt4 rebuild

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:00:28 UTC (rev 178641)
+++ PKGBUILD2013-02-26 06:01:32 UTC (rev 178642)
@@ -3,18 +3,19 @@
 
 pkgname=libdbusmenu-qt
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
 arch=('i686' 'x86_64')
 url=https://launchpad.net/libdbusmenu-qt;
 license=('GPL')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake' 'doxygen' 'qjson')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:01:50
  Author: andrea
Revision: 178643

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

Added:
  libdbusmenu-qt/repos/staging-i686/
  libdbusmenu-qt/repos/staging-i686/PKGBUILD
(from rev 178642, libdbusmenu-qt/trunk/PKGBUILD)
  libdbusmenu-qt/repos/staging-x86_64/
  libdbusmenu-qt/repos/staging-x86_64/PKGBUILD
(from rev 178642, libdbusmenu-qt/trunk/PKGBUILD)

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

Copied: libdbusmenu-qt/repos/staging-i686/PKGBUILD (from rev 178642, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:01:50 UTC (rev 178643)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libdbusmenu-qt/repos/staging-x86_64/PKGBUILD (from rev 178642, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:01:50 UTC (rev 178643)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:03:56
  Author: andrea
Revision: 178644

upgpkg: libbluedevil 1.9.2-2

qt4 rebuild

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:01:50 UTC (rev 178643)
+++ PKGBUILD2013-02-26 06:03:56 UTC (rev 178644)
@@ -3,18 +3,19 @@
 
 pkgname=libbluedevil
 pkgver=1.9.2
-pkgrel=1
-pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/libs/libbluedevil;
 license=('GPL')
-depends=('qt' 'bluez')
+depends=('qt4' 'bluez')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('b492db1825b239e5185c543badb21c26')
 
-build(){
-  cd ${srcdir}
+build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:04:04
  Author: andrea
Revision: 178645

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

Added:
  libbluedevil/repos/staging-i686/
  libbluedevil/repos/staging-i686/PKGBUILD
(from rev 178644, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/staging-x86_64/
  libbluedevil/repos/staging-x86_64/PKGBUILD
(from rev 178644, libbluedevil/trunk/PKGBUILD)

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

Copied: libbluedevil/repos/staging-i686/PKGBUILD (from rev 178644, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:04:04 UTC (rev 178645)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/staging-x86_64/PKGBUILD (from rev 178644, 
libbluedevil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:04:04 UTC (rev 178645)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b492db1825b239e5185c543badb21c26')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:06:30
  Author: andrea
Revision: 178646

upgpkg: liblastfm 1.0.6-2

qt4 rebuild

Modified:
  liblastfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:04:04 UTC (rev 178645)
+++ PKGBUILD2013-02-26 06:06:30 UTC (rev 178646)
@@ -5,17 +5,19 @@
 
 pkgname=liblastfm
 pkgver=1.0.6
-pkgrel=1
-pkgdesc=A Qt C++ library for the Last.fm webservices
+pkgrel=2
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
 arch=('i686' 'x86_64')
 url='https://github.com/lastfm/liblastfm/'
 license=('GPL')
-depends=('qt' 'fftw' 'libsamplerate')
+depends=('qt4' 'fftw' 'libsamplerate')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
 sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../lastfm-${pkgname}-5826fe6 \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:06:38
  Author: andrea
Revision: 178647

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

Added:
  liblastfm/repos/staging-i686/
  liblastfm/repos/staging-i686/PKGBUILD
(from rev 178646, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/staging-x86_64/
  liblastfm/repos/staging-x86_64/PKGBUILD
(from rev 178646, liblastfm/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: liblastfm/repos/staging-i686/PKGBUILD (from rev 178646, 
liblastfm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:06:38 UTC (rev 178647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: liblastfm/repos/staging-x86_64/PKGBUILD (from rev 178646, 
liblastfm/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:06:38 UTC (rev 178647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: XazZ xazz.xazz [AT] googlemail.com
+
+pkgname=liblastfm
+pkgver=1.0.6
+pkgrel=2
+pkgdesc=A Qt4 C++ library for the Last.fm webservices
+arch=('i686' 'x86_64')
+url='https://github.com/lastfm/liblastfm/'
+license=('GPL')
+depends=('qt4' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lastfm/${pkgname}/tarball/${pkgver};)
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../lastfm-${pkgname}-5826fe6 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:08:46
  Author: andrea
Revision: 178648

upgpkg: polkit-qt 0.103.0-2

qt4 rebuild

Modified:
  polkit-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:06:38 UTC (rev 178647)
+++ PKGBUILD2013-02-26 06:08:46 UTC (rev 178648)
@@ -4,18 +4,19 @@
 
 pkgname=polkit-qt
 pkgver=0.103.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
 license=('LGPL')
-depends=('polkit' 'qt')
+depends=('polkit' 'qt4')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
 md5sums=('a105e233e6733fb072c9080cd7ae1af2')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-1-${pkgver} \
@@ -25,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:08:57
  Author: andrea
Revision: 178649

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

Added:
  polkit-qt/repos/staging-i686/
  polkit-qt/repos/staging-i686/PKGBUILD
(from rev 178648, polkit-qt/trunk/PKGBUILD)
  polkit-qt/repos/staging-x86_64/
  polkit-qt/repos/staging-x86_64/PKGBUILD
(from rev 178648, polkit-qt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: polkit-qt/repos/staging-i686/PKGBUILD (from rev 178648, 
polkit-qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:08:57 UTC (rev 178649)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-qt
+pkgver=0.103.0
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+depends=('polkit' 'qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
+md5sums=('a105e233e6733fb072c9080cd7ae1af2')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: polkit-qt/repos/staging-x86_64/PKGBUILD (from rev 178648, 
polkit-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:08:57 UTC (rev 178649)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 102633 2010-12-09 08:40:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=polkit-qt
+pkgver=0.103.0
+pkgrel=2
+pkgdesc='A library that allows developers to access PolicyKit API with a nice 
Qt-style API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/polkit-qt-1'
+license=('LGPL')
+depends=('polkit' 'qt4')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2;)
+md5sums=('a105e233e6733fb072c9080cd7ae1af2')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-1-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:10:30
  Author: andrea
Revision: 178650

upgpkg: prison 1.0-2

qt4 rebuild

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:08:57 UTC (rev 178649)
+++ PKGBUILD2013-02-26 06:10:30 UTC (rev 178650)
@@ -3,18 +3,19 @@
 
 pkgname=prison
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/prison'
 license=('GPL')
-depends=('qt' 'libdmtx' 'qrencode')
+depends=('qt4' 'libdmtx' 'qrencode')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('8baac61506e37a31482a0df4a5d02cd2')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:10:38
  Author: andrea
Revision: 178651

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

Added:
  prison/repos/staging-i686/
  prison/repos/staging-i686/PKGBUILD
(from rev 178650, prison/trunk/PKGBUILD)
  prison/repos/staging-x86_64/
  prison/repos/staging-x86_64/PKGBUILD
(from rev 178650, prison/trunk/PKGBUILD)

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

Copied: prison/repos/staging-i686/PKGBUILD (from rev 178650, 
prison/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:10:38 UTC (rev 178651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.0
+pkgrel=2
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: prison/repos/staging-x86_64/PKGBUILD (from rev 178650, 
prison/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:10:38 UTC (rev 178651)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.0
+pkgrel=2
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8baac61506e37a31482a0df4a5d02cd2')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:13:55
  Author: andrea
Revision: 178652

upgpkg: qca 2.0.3-4

qt4 rebuild

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:10:38 UTC (rev 178651)
+++ PKGBUILD2013-02-26 06:13:55 UTC (rev 178652)
@@ -4,18 +4,20 @@
 
 pkgname=qca
 pkgver=2.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc=Qt Cryptographic Architecture
 arch=('i686' 'x86_64')
 url=http://delta.affinix.com/qca/;
 license=('LGPL')
-depends=('qt' 'ca-certificates')
+depends=('qt4' 'ca-certificates')
 
source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
 'gcc47.patch')
 md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
  'dffc7367152dc1447253a0387a2a')
 
 build() {
+. /etc/profile.d/qt4.sh
+
cd $srcdir/${pkgname}-${pkgver}
patch -p0 -i ${srcdir}/gcc47.patch
./configure \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:14:02
  Author: andrea
Revision: 178653

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

Added:
  qca/repos/staging-i686/
  qca/repos/staging-i686/PKGBUILD
(from rev 178652, qca/trunk/PKGBUILD)
  qca/repos/staging-i686/gcc47.patch
(from rev 178652, qca/trunk/gcc47.patch)
  qca/repos/staging-x86_64/
  qca/repos/staging-x86_64/PKGBUILD
(from rev 178652, qca/trunk/PKGBUILD)
  qca/repos/staging-x86_64/gcc47.patch
(from rev 178652, qca/trunk/gcc47.patch)

+
 staging-i686/PKGBUILD  |   35 +++
 staging-i686/gcc47.patch   |   17 +
 staging-x86_64/PKGBUILD|   35 +++
 staging-x86_64/gcc47.patch |   17 +
 4 files changed, 104 insertions(+)

Copied: qca/repos/staging-i686/PKGBUILD (from rev 178652, qca/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:14:02 UTC (rev 178653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca
+pkgver=2.0.3
+pkgrel=4
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('qt4' 'ca-certificates')
+source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
+'gcc47.patch')
+md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
+ 'dffc7367152dc1447253a0387a2a')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   cd $srcdir/${pkgname}-${pkgver}
+   patch -p0 -i ${srcdir}/gcc47.patch
+   ./configure \
+   --prefix=/usr \
+   --disable-tests \
+   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
+   --release \
+   --no-separate-debug-info
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Copied: qca/repos/staging-i686/gcc47.patch (from rev 178652, 
qca/trunk/gcc47.patch)
===
--- staging-i686/gcc47.patch(rev 0)
+++ staging-i686/gcc47.patch2013-02-26 06:14:02 UTC (rev 178653)
@@ -0,0 +1,17 @@
+--- ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
 ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 
+0100
+@@ -214,11 +214,11 @@
+ 
+   SecureVector(u32bit n = 0) { MemoryRegionT::init(true, n); }
+   SecureVector(const T in[], u32bit n)
+- { MemoryRegionT::init(true); set(in, n); }
++ { MemoryRegionT::init(true); this-set(in, n); }
+   SecureVector(const MemoryRegionT in)
+- { MemoryRegionT::init(true); set(in); }
++ { MemoryRegionT::init(true); this-set(in); }
+   SecureVector(const MemoryRegionT in1, const MemoryRegionT in2)
+- { MemoryRegionT::init(true); set(in1); append(in2); }
++ { MemoryRegionT::init(true); this-set(in1); append(in2); }
+};
+ 
+ /*

Copied: qca/repos/staging-x86_64/PKGBUILD (from rev 178652, qca/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:14:02 UTC (rev 178653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=qca
+pkgver=2.0.3
+pkgrel=4
+pkgdesc=Qt Cryptographic Architecture
+arch=('i686' 'x86_64')
+url=http://delta.affinix.com/qca/;
+license=('LGPL')
+depends=('qt4' 'ca-certificates')
+source=(http://delta.affinix.com/download/qca/2.0/${pkgname}-${pkgver}.tar.bz2;
+'gcc47.patch')
+md5sums=('fc15bd4da22b8096c51fcfe52d2fa309'
+ 'dffc7367152dc1447253a0387a2a')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+   cd $srcdir/${pkgname}-${pkgver}
+   patch -p0 -i ${srcdir}/gcc47.patch
+   ./configure \
+   --prefix=/usr \
+   --disable-tests \
+   --certstore-path=/etc/ssl/certs/ca-certificates.crt \
+   --release \
+   --no-separate-debug-info
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make INSTALL_ROOT=${pkgdir} install
+}

Copied: qca/repos/staging-x86_64/gcc47.patch (from rev 178652, 
qca/trunk/gcc47.patch)
===
--- staging-x86_64/gcc47.patch  (rev 0)
+++ staging-x86_64/gcc47.patch  2013-02-26 06:14:02 UTC (rev 178653)
@@ -0,0 +1,17 @@
+--- ./src/botantools/botan/botan/secmem.h.orig 2012-01-07 20:09:35.427999593 
+0100
 ./src/botantools/botan/botan/secmem.h  2012-01-07 20:09:52.540001422 

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:15:53
  Author: andrea
Revision: 178654

upgpkg: qimageblitz 0.0.6-3

qt4 rebuild

Modified:
  qimageblitz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:14:02 UTC (rev 178653)
+++ PKGBUILD2013-02-26 06:15:53 UTC (rev 178654)
@@ -4,18 +4,19 @@
 
 pkgname=qimageblitz
 pkgver=0.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc=A graphical effect and filter library for KDE
 arch=('i686' 'x86_64')
 url=http://www.kde.org/;
 license=('GPL2')
-depends=('qt')
+depends=('qt4')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:16:02
  Author: andrea
Revision: 178655

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

Added:
  qimageblitz/repos/staging-i686/
  qimageblitz/repos/staging-i686/PKGBUILD
(from rev 178654, qimageblitz/trunk/PKGBUILD)
  qimageblitz/repos/staging-x86_64/
  qimageblitz/repos/staging-x86_64/PKGBUILD
(from rev 178654, qimageblitz/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: qimageblitz/repos/staging-i686/PKGBUILD (from rev 178654, 
qimageblitz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:16:02 UTC (rev 178655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: qimageblitz/repos/staging-x86_64/PKGBUILD (from rev 178654, 
qimageblitz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:16:02 UTC (rev 178655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qimageblitz
+pkgver=0.0.6
+pkgrel=3
+pkgdesc=A graphical effect and filter library for KDE
+arch=('i686' 'x86_64')
+url=http://www.kde.org/;
+license=('GPL2')
+depends=('qt4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('0ae2f7d4e0876764a97ca73799f61df4')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:19:22
  Author: andrea
Revision: 178656

upgpkg: qt-gstreamer 0.10.2-3

qt4 rebuild

Modified:
  qt-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:16:02 UTC (rev 178655)
+++ PKGBUILD2013-02-26 06:19:22 UTC (rev 178656)
@@ -4,18 +4,19 @@
 
 pkgname=qt-gstreamer
 pkgver=0.10.2
-pkgrel=2
-pkgdesc=Qt bindings for GStreamer
+pkgrel=3
+pkgdesc=Qt4 bindings for GStreamer
 arch=('i686' 'x86_64')
 url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
 license=('LGPL2.1')
-depends=('qt' 'gstreamer0.10-base' 'libgles')
+depends=('qt4' 'gstreamer0.10-base' 'libgles')
 makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
 
source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('0428aedf2874fd0884ad4c41db9da20e')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -26,6 +27,6 @@
 }
 
 package() {
-  cd $srcdir/build
+  cd build
   make DESTDIR=$pkgdir install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:19:30
  Author: andrea
Revision: 178657

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

Added:
  qt-gstreamer/repos/staging-i686/
  qt-gstreamer/repos/staging-i686/PKGBUILD
(from rev 178656, qt-gstreamer/trunk/PKGBUILD)
  qt-gstreamer/repos/staging-x86_64/
  qt-gstreamer/repos/staging-x86_64/PKGBUILD
(from rev 178656, qt-gstreamer/trunk/PKGBUILD)

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

Copied: qt-gstreamer/repos/staging-i686/PKGBUILD (from rev 178656, 
qt-gstreamer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:19:30 UTC (rev 178657)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=3
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: qt-gstreamer/repos/staging-x86_64/PKGBUILD (from rev 178656, 
qt-gstreamer/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:19:30 UTC (rev 178657)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: laloch lal...@atlas.cz
+
+pkgname=qt-gstreamer
+pkgver=0.10.2
+pkgrel=3
+pkgdesc=Qt4 bindings for GStreamer
+arch=('i686' 'x86_64')
+url='http://gstreamer.freedesktop.org/modules/qt-gstreamer.html'
+license=('LGPL2.1')
+depends=('qt4' 'gstreamer0.10-base' 'libgles')
+makedepends=('cmake' 'automoc4' 'boost' 'mesa' 'doxygen')
+source=(http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0428aedf2874fd0884ad4c41db9da20e')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DQTGSTREAMER_EXAMPLES=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:22:25
  Author: andrea
Revision: 178658

upgpkg: soprano 2.9.0-2

qt4 rebuild

Modified:
  soprano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:19:30 UTC (rev 178657)
+++ PKGBUILD2013-02-26 06:22:25 UTC (rev 178658)
@@ -4,12 +4,12 @@
 
 pkgname=soprano
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
 url='http://soprano.sourceforge.net/'
 license=('GPL' 'LGPL')
-depends=('qt' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
 makedepends=('cmake' 'java-environment' 'doxygen')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
@@ -18,6 +18,7 @@
   mkdir build
   cd build
   . /etc/profile.d/jdk.sh
+  . /etc/profile.d/qt4.sh
   # we need the rpath
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:22:34
  Author: andrea
Revision: 178659

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

Added:
  soprano/repos/staging-i686/
  soprano/repos/staging-i686/PKGBUILD
(from rev 178658, soprano/trunk/PKGBUILD)
  soprano/repos/staging-x86_64/
  soprano/repos/staging-x86_64/PKGBUILD
(from rev 178658, soprano/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: soprano/repos/staging-i686/PKGBUILD (from rev 178658, 
soprano/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:22:34 UTC (rev 178659)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+makedepends=('cmake' 'java-environment' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
+
+build() {
+  mkdir build
+  cd build
+  . /etc/profile.d/jdk.sh
+  . /etc/profile.d/qt4.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: soprano/repos/staging-x86_64/PKGBUILD (from rev 178658, 
soprano/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:22:34 UTC (rev 178659)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
+arch=('i686' 'x86_64')
+url='http://soprano.sourceforge.net/'
+license=('GPL' 'LGPL')
+depends=('qt4' 'redland-storage-virtuoso' 'libiodbc' 'virtuoso-base')
+makedepends=('cmake' 'java-environment' 'doxygen')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('90134eaaf40b6663dd01cfaefdaba7fb')
+
+build() {
+  mkdir build
+  cd build
+  . /etc/profile.d/jdk.sh
+  . /etc/profile.d/qt4.sh
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSOPRANO_DISABLE_CLUCENE_INDEX=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:26:16
  Author: andrea
Revision: 178660

upgpkg: strigi 0.7.8-2

qt4 rebuild

Modified:
  strigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:22:34 UTC (rev 178659)
+++ PKGBUILD2013-02-26 06:26:16 UTC (rev 178660)
@@ -4,12 +4,12 @@
 
 pkgname=strigi
 pkgver=0.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Fast crawling desktop search engine with Qt GUI
 arch=('i686' 'x86_64')
 url='http://strigi.sourceforge.net/'
 license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs' 'qt')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt4')
 makedepends=('cmake' 'pkg-config' 'boost')
 optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
 'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
@@ -17,6 +17,8 @@
 md5sums=('d69443234f4286d71997db9de543331a')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:26:25
  Author: andrea
Revision: 178661

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

Added:
  strigi/repos/staging-i686/
  strigi/repos/staging-i686/PKGBUILD
(from rev 178660, strigi/trunk/PKGBUILD)
  strigi/repos/staging-x86_64/
  strigi/repos/staging-x86_64/PKGBUILD
(from rev 178660, strigi/trunk/PKGBUILD)

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

Copied: strigi/repos/staging-i686/PKGBUILD (from rev 178660, 
strigi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:26:25 UTC (rev 178661)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=2
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt4')
+makedepends=('cmake' 'pkg-config' 'boost')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d69443234f4286d71997db9de543331a')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF
+  make
+}
+
+package() {
+  pushd build/libstreams
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/libstreamanalyzer
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/strigiclient/lib/searchclient/qtdbus
+  make DESTDIR=${pkgdir} install
+  popd
+  
+  pushd build/strigiutils
+  make DESTDIR=${pkgdir} install
+  popd
+}

Copied: strigi/repos/staging-x86_64/PKGBUILD (from rev 178660, 
strigi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:26:25 UTC (rev 178661)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=2
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt4')
+makedepends=('cmake' 'pkg-config' 'boost')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d69443234f4286d71997db9de543331a')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF
+  make
+}
+
+package() {
+  pushd build/libstreams
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/libstreamanalyzer
+  make DESTDIR=${pkgdir} install
+  popd
+
+  pushd build/strigiclient/lib/searchclient/qtdbus
+  make DESTDIR=${pkgdir} install
+  popd
+  
+  pushd build/strigiutils
+  make DESTDIR=${pkgdir} install
+  popd
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:33:28
  Author: andrea
Revision: 178662

upgpkg: v4l-utils 0.9.3-2

qt4 rebuild

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:26:25 UTC (rev 178661)
+++ PKGBUILD2013-02-26 06:33:28 UTC (rev 178662)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
 url=http://freshmeat.net/projects/libv4l;
@@ -11,8 +11,8 @@
 conflicts=('libv4l')
 backup=(etc/rc_maps.cfg)
 license=('LGPL')
-makedepends=('qt')
-optdepends=('qt')
+makedepends=('qt4')
+optdepends=('qt4')
 depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
 
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
@@ -21,6 +21,8 @@
 options=(!libtool)
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --sysconfdir=/etc



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:33:36
  Author: andrea
Revision: 178663

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

Added:
  v4l-utils/repos/staging-i686/
  v4l-utils/repos/staging-i686/PKGBUILD
(from rev 178662, v4l-utils/trunk/PKGBUILD)
  v4l-utils/repos/staging-x86_64/
  v4l-utils/repos/staging-x86_64/PKGBUILD
(from rev 178662, v4l-utils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: v4l-utils/repos/staging-i686/PKGBUILD (from rev 178662, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:33:36 UTC (rev 178663)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('502db0d865a392d87bff22c4f3bcfb3d0755937b1c18496edd941fd2d1784a3d'
+'120388a92c3b720bd82e7617a908f3f7e1071d3b9075e9b537b7c60fc3575b08')
+options=(!libtool)
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}

Copied: v4l-utils/repos/staging-x86_64/PKGBUILD (from rev 178662, 
v4l-utils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:33:36 UTC (rev 178663)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=v4l-utils
+pkgver=0.9.3
+pkgrel=2
+pkgdesc=Userspace tools and conversion library for Video 4 Linux
+arch=('i686' 'x86_64')
+url=http://freshmeat.net/projects/libv4l;
+provides=(libv4l=$pkgver)
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt4')
+optdepends=('qt4')
+depends=('glibc' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2
+
http://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2.asc)
+sha256sums=('502db0d865a392d87bff22c4f3bcfb3d0755937b1c18496edd941fd2d1784a3d'
+'120388a92c3b720bd82e7617a908f3f7e1071d3b9075e9b537b7c60fc3575b08')
+options=(!libtool)
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  MAKEFLAGS=-j1 make install DESTDIR=${pkgdir}/
+  rm ${pkgdir}/usr/bin/ivtv-ctl
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:35:36
  Author: andrea
Revision: 178664

upgpkg: telepathy-qt 0.9.3-5

qt4 rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:33:36 UTC (rev 178663)
+++ PKGBUILD2013-02-26 06:35:36 UTC (rev 178664)
@@ -4,13 +4,13 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=4
+pkgrel=5
 pkgdesc=A library for Qt-based Telepathy clients
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org/wiki/;
 license=('LGPL')
 options=('!libtool')
-depends=('qt' 'telepathy-farstream' 'gstreamer0.10-base')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
 makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
@@ -20,6 +20,8 @@
  'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
+. /etc/profile.d/qt4.sh
+
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:35:45
  Author: andrea
Revision: 178665

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

Added:
  telepathy-qt/repos/staging-i686/
  telepathy-qt/repos/staging-i686/PKGBUILD
(from rev 178664, telepathy-qt/trunk/PKGBUILD)
  telepathy-qt/repos/staging-x86_64/
  telepathy-qt/repos/staging-x86_64/PKGBUILD
(from rev 178664, telepathy-qt/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: telepathy-qt/repos/staging-i686/PKGBUILD (from rev 178664, 
telepathy-qt/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:35:45 UTC (rev 178665)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=5
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+options=('!libtool')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+ 'e1b851b08b159fca39596ff8395ca53a')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+mkdir build
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_TESTS=OFF
+make
+}
+
+package() {
+cd build
+make DESTDIR=$pkgdir install
+}

Copied: telepathy-qt/repos/staging-x86_64/PKGBUILD (from rev 178664, 
telepathy-qt/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:35:45 UTC (rev 178665)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=telepathy-qt
+pkgver=0.9.3
+pkgrel=5
+pkgdesc=A library for Qt-based Telepathy clients
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/;
+license=('LGPL')
+options=('!libtool')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+ 'e1b851b08b159fca39596ff8395ca53a')
+
+build() {
+. /etc/profile.d/qt4.sh
+
+mkdir build
+cd build
+cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_TESTS=OFF
+make
+}
+
+package() {
+cd build
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (4 files)

2013-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 26, 2013 @ 07:36:11
  Author: svenstaro
Revision: 84920

Moving stuntrally from AUR

Added:
  stuntrally/
  stuntrally/repos/
  stuntrally/trunk/
  stuntrally/trunk/PKGBUILD

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

Added: stuntrally/trunk/PKGBUILD
===
--- stuntrally/trunk/PKGBUILD   (rev 0)
+++ stuntrally/trunk/PKGBUILD   2013-02-26 06:36:11 UTC (rev 84920)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=1.9
+pkgrel=1
+pkgdesc=Stunt Rally game with track editor, based on VDrift
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://code.google.com/p/vdrift-ogre;
+depends=('libvorbis' 'mygui' 'sdl' 'enet' 'bullet')
+makedepends=('cmake' 'boost')
+source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/stuntrally/tar.gz/${pkgver}
+
tracks_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/tracks/tar.gz/${pkgver})
+md5sums=('3253c5a64a6d3f4fc4b756ea431286de'
+ '77e118926c970a445b91d688a4f46799')
+
+build() {
+  # build the sources
+  cd ${srcdir}/stuntrally-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_INSTALL=share/stuntrally ..
+  make
+
+
+  # build the tracks
+  cd ${srcdir}/tracks-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  #install the sources
+  cd ${srcdir}/stuntrally-${pkgver}/build/
+
+  make DESTDIR=${pkgdir} install
+
+
+  # install the tracks
+  cd ${srcdir}/tracks-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
+
+  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:37:49
  Author: andrea
Revision: 178666

upgpkg: wpa_supplicant_gui 2.0-2

qt4 rebuild

Modified:
  wpa_supplicant_gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:35:45 UTC (rev 178665)
+++ PKGBUILD2013-02-26 06:37:49 UTC (rev 178666)
@@ -3,16 +3,17 @@
 
 pkgname=wpa_supplicant_gui
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Qt frontend to wpa_supplicant
 url=http://hostap.epitest.fi/wpa_supplicant;
 arch=('i686' 'x86_64')
-depends=('qt' wpa_supplicant)
+depends=('qt4' wpa_supplicant)
 license=('GPL')
 source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
 sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
 
 build() {
+  . /etc/profile.d/qt4.sh
   cd wpa_supplicant-${pkgver}
   cd wpa_supplicant/wpa_gui-qt4
   qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:37:56
  Author: andrea
Revision: 178667

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

Added:
  wpa_supplicant_gui/repos/staging-i686/
  wpa_supplicant_gui/repos/staging-i686/PKGBUILD
(from rev 178666, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-i686/compile-fix.patch
(from rev 178666, wpa_supplicant_gui/trunk/compile-fix.patch)
  wpa_supplicant_gui/repos/staging-x86_64/
  wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD
(from rev 178666, wpa_supplicant_gui/trunk/PKGBUILD)
  wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch
(from rev 178666, wpa_supplicant_gui/trunk/compile-fix.patch)

--+
 staging-i686/PKGBUILD|   30 ++
 staging-i686/compile-fix.patch   |   14 ++
 staging-x86_64/PKGBUILD  |   30 ++
 staging-x86_64/compile-fix.patch |   14 ++
 4 files changed, 88 insertions(+)

Copied: wpa_supplicant_gui/repos/staging-i686/PKGBUILD (from rev 178666, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-i686/compile-fix.patch (from rev 
178666, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-i686/compile-fix.patch  (rev 0)
+++ staging-i686/compile-fix.patch  2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,14 @@
+diff -u -r wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp 
wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
+--- wpa_supplicant-1.0/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   2012-05-09 
23:56:09.0 +0200
 wpa_supplicant-1.0-fix/wpa_supplicant/wpa_gui-qt4/wpagui.cpp   
2012-06-25 12:06:46.045261398 +0200
+@@ -12,10 +12,8 @@
+  * See README and COPYING for more details.
+  */
+ 
+-#ifdef __MINGW32__
+ /* Need to get getopt() */
+ #include unistd.h
+-#endif
+ 
+ #ifdef CONFIG_NATIVE_WINDOWS
+ #include windows.h

Copied: wpa_supplicant_gui/repos/staging-x86_64/PKGBUILD (from rev 178666, 
wpa_supplicant_gui/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:37:56 UTC (rev 178667)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=wpa_supplicant_gui
+pkgver=2.0
+pkgrel=2
+pkgdesc=A Qt frontend to wpa_supplicant
+url=http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('qt4' wpa_supplicant)
+license=('GPL')
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz;)
+sha256sums=('2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd wpa_supplicant-${pkgver}
+  cd wpa_supplicant/wpa_gui-qt4
+  qmake QMAKE_CFLAGS_RELEASE=$CFLAGS QMAKE_CXXFLAGS_RELEASE=$CXXFLAGS 
+  make
+}
+
+package() {
+  cd ${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/wpa_gui-qt4
+  install -Dm755 wpa_gui ${pkgdir}/usr/sbin/wpa_gui
+  install -Dm644 icons/wpa_gui.svg ${pkgdir}/usr/share/pixmaps/wpa_gui.svg
+  install -Dm644 wpa_gui.desktop 
${pkgdir}/usr/share/applications/wpa_gui.desktop
+  install -Dm644 
${srcdir}/wpa_supplicant-${pkgver}/wpa_supplicant/doc/docbook/wpa_gui.8 \
+ ${pkgdir}/usr/share/man/man8/wpa_gui.8
+}

Copied: wpa_supplicant_gui/repos/staging-x86_64/compile-fix.patch (from rev 
178666, wpa_supplicant_gui/trunk/compile-fix.patch)
===
--- staging-x86_64/compile-fix.patch(rev 0)
+++ 

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:42:29
  Author: andrea
Revision: 178668

archrelease: copy trunk to staging-x86_64

Added:
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 178667, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 178667, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 178667, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 178667, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qt5-base.install
(from rev 178667, qt5/trunk/qt5-base.install)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 178667, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/use-python2.patch
(from rev 178667, qt5/trunk/use-python2.patch)

---+
 PKGBUILD  |  266 
 assistant.desktop |8 +
 designer.desktop  |   10 +
 linguist.desktop  |9 +
 qt5-base.install  |   11 ++
 qt5-tools.install |   12 ++
 use-python2.patch |   96 ++
 7 files changed, 412 insertions(+)

Copied: qt5/repos/staging-x86_64/PKGBUILD (from rev 178667, qt5/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:42:29 UTC (rev 178668)
@@ -0,0 +1,266 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=qt5
+pkgname=('qt5-base'
+ 'qt5-declarative'
+ 'qt5-graphicaleffects'
+ 'qt5-imageformats'
+ 'qt5-jsbackend'
+ 'qt5-multimedia'
+ 'qt5-quick1'
+ 'qt5-script'
+ 'qt5-svg'
+ 'qt5-tools'
+ 'qt5-translations'
+ 'qt5-webkit'
+ 'qt5-xmlpatterns')
+pkgver=5.0.1
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
+'mesa' 'libgl' 'at-spi2-core' 'alsa-lib' 
'gstreamer0.10-base-plugins'
+'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
+'postgresql-libs' 'libmysqlclient' 'sqlite' 'unixodbc' 
'libfbclient'
+'python2' 'ruby' 'gperf')
+groups=('qt5')
+options=('!libtool')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'use-python2.patch')
+md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
+ 'f1837a03fd0ebbd2da58975845f278e3'
+ '480fea1ed076992b688373c8db274be0'
+ '5595c24d5bb942c21e3a4d299e6d0bf1'
+ 'ec3133b093550f16a21bb91e5f0f2943')
+
+build() {
+  cd ${_pkgfqn}
+
+  export QTDIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i s|-O2|${CXXFLAGS}| qtbase/mkspecs/common/{g++,gcc}-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
qtbase/mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g 
qtbase/mkspecs/common/gcc-base.conf
+
+  # Use python2 for Python 2.x
+  patch -p1 -i ${srcdir}/use-python2.patch
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+-openssl-linked \
+-nomake docs \
+-nomake examples \
+-nomake tests \
+-no-rpath \
+-optimized-qmake \
+-dbus-linked \
+-reduce-relocations
+
+  make
+}
+
+package_qt5-base() {
+  pkgdesc=('A cross-platform application and UI framework')
+  depends=('libjpeg-turbo' 'xcb-util-keysyms' 'libgl' 'dbus' 'fontconfig' 
'systemd'
+   'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'libpng' 
'xcb-util-image'
+   'hicolor-icon-theme' 'xdg-utils')
+  optdepends=('postgresql-libs: PostgreSQL driver'
+  'libmysqlclient: MySQL driver'
+  'unixodbc: ODBC driver'
+  'libfbclient: Firebird/iBase driver')
+  install='qt5-base.install'
+  conflicts=('qt')
+
+  cd ${_pkgfqn}/qtbase
+  make INSTALL_ROOT=${pkgdir} install
+  
+  cd ${srcdir}
+  install -D -m644 ${_pkgfqn}/qtbase/LGPL_EXCEPTION.txt \
+${pkgdir}/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
+
+  # Fix wrong path in prl files
+  find ${pkgdir}/usr/lib -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
+
+  # Fix wrong qmake path in pri file
+  sed -i s|${srcdir}/${_pkgfqn}/qtbase|/usr| \
+

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:45:50
  Author: andrea
Revision: 178669

upgpkg: doxygen 1.8.3.1-2

qt4 rebuild

Modified:
  doxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:42:29 UTC (rev 178668)
+++ PKGBUILD2013-02-26 06:45:50 UTC (rev 178669)
@@ -4,17 +4,18 @@
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
 pkgver=1.8.3.1
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=(i686 x86_64)
 url=http://www.doxygen.org/;
-makedepends=('gcc-libs' 'flex' 'qt' 'texlive-core' 'ghostscript'
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
  'texlive-latexextra' 'graphviz')
 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
 md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
 sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
 
 build() {
+  . /etc/profile.d/qt4.sh
   cd ${srcdir}/${pkgbase}-${pkgver}
   QTDIR=/usr ./configure --prefix /usr --with-doxywizard
   make
@@ -24,7 +25,7 @@
   pkgdesc=A documentation system for C++, C, Java, IDL and PHP
   depends=('gcc-libs')
   optdepends=('graphviz: for caller/callee graph generation'
-  'qt: for doxywizard')
+  'qt4: for doxywizard')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:45:58
  Author: andrea
Revision: 178670

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

Added:
  doxygen/repos/staging-i686/
  doxygen/repos/staging-i686/PKGBUILD
(from rev 178669, doxygen/trunk/PKGBUILD)
  doxygen/repos/staging-x86_64/
  doxygen/repos/staging-x86_64/PKGBUILD
(from rev 178669, doxygen/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: doxygen/repos/staging-i686/PKGBUILD (from rev 178669, 
doxygen/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:45:58 UTC (rev 178670)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.3.1
+pkgrel=2
+license=('GPL')
+arch=(i686 x86_64)
+url=http://www.doxygen.org/;
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
+sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc=Developer documentation for doxygen
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
+}

Copied: doxygen/repos/staging-x86_64/PKGBUILD (from rev 178669, 
doxygen/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 06:45:58 UTC (rev 178670)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgbase=doxygen
+pkgname=('doxygen' 'doxygen-docs')
+pkgver=1.8.3.1
+pkgrel=2
+license=('GPL')
+arch=(i686 x86_64)
+url=http://www.doxygen.org/;
+makedepends=('gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
+ 'texlive-latexextra' 'graphviz')
+source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz)
+md5sums=('31b0aaab51c5cab7db9f0ebbe9f85530')
+sha1sums=('289fc809f44b8025d45279deefbaee7680efd88f')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  QTDIR=/usr ./configure --prefix /usr --with-doxywizard
+  make
+}
+
+package_doxygen() {
+  pkgdesc=A documentation system for C++, C, Java, IDL and PHP
+  depends=('gcc-libs')
+  optdepends=('graphviz: for caller/callee graph generation'
+  'qt4: for doxywizard')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
+}
+
+package_doxygen-docs() {
+  pkgdesc=Developer documentation for doxygen
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install_docs
+}



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:48:51
  Author: andrea
Revision: 178671

upgpkg: dssi 1.1.1-3

qt4 rebuild

Modified:
  dssi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:45:58 UTC (rev 178670)
+++ PKGBUILD2013-02-26 06:48:51 UTC (rev 178671)
@@ -5,14 +5,14 @@
 
 pkgname=dssi
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An API for audio processing plugins  softsynths with UIs
 arch=('i686' 'x86_64')
 url=http://dssi.sourceforge.net/;
 license=('LGPL' 'BSD' 'custom')
 depends=('liblo' 'jack')
-makedepends=('ladspa' 'qt')
-optdepends=('qt: example plugins')
+makedepends=('ladspa' 'qt4')
+optdepends=('qt4: example plugins')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
 'license.txt')
@@ -20,6 +20,7 @@
  '258ca4d0ca28c5c4d4675147621fac18')
 
 build() {
+  . /etc/profile.d/qt4.sh
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:48:59
  Author: andrea
Revision: 178672

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

Added:
  dssi/repos/staging-i686/
  dssi/repos/staging-i686/PKGBUILD
(from rev 178671, dssi/trunk/PKGBUILD)
  dssi/repos/staging-i686/license.txt
(from rev 178671, dssi/trunk/license.txt)
  dssi/repos/staging-x86_64/
  dssi/repos/staging-x86_64/PKGBUILD
(from rev 178671, dssi/trunk/PKGBUILD)
  dssi/repos/staging-x86_64/license.txt
(from rev 178671, dssi/trunk/license.txt)

+
 staging-i686/PKGBUILD  |   39 +
 staging-i686/license.txt   |   77 +++
 staging-x86_64/PKGBUILD|   39 +
 staging-x86_64/license.txt |   77 +++
 4 files changed, 232 insertions(+)

Copied: dssi/repos/staging-i686/PKGBUILD (from rev 178671, dssi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 06:48:59 UTC (rev 178672)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Pajaro
+
+pkgname=dssi
+pkgver=1.1.1
+pkgrel=3
+pkgdesc=An API for audio processing plugins  softsynths with UIs
+arch=('i686' 'x86_64')
+url=http://dssi.sourceforge.net/;
+license=('LGPL' 'BSD' 'custom')
+depends=('liblo' 'jack')
+makedepends=('ladspa' 'qt4')
+optdepends=('qt4: example plugins')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+'license.txt')
+md5sums=('619ab73c883b02dc37ddb37001591f8b'
+ '258ca4d0ca28c5c4d4675147621fac18')
+
+build() {
+  . /etc/profile.d/qt4.sh
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/license.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dssi/repos/staging-i686/license.txt (from rev 178671, 
dssi/trunk/license.txt)
===
--- staging-i686/license.txt(rev 0)
+++ staging-i686/license.txt2013-02-26 06:48:59 UTC (rev 178672)
@@ -0,0 +1,77 @@
+Licensing
+-
+
+The DSSI API itself (dssi.h) is licensed under the GNU Lesser General
+Public License.  See COPYING for details.
+
+The jack-dssi-host is provided under a BSD-style license.  This means
+you can do anything you want with it so long as you retain the
+copyright attribution and license information.  See the source files
+for details.
+
+Licensing for the files in the examples directory may vary: please
+check the individual files for details.  Most of them are in the
+public domain, which means you can use them for anything you want.
+
+
+
+/* jack-dssi-host.c
+ *
+ * DSSI Soft Synth Interface
+ *
+ * This is a host for DSSI plugins.  It listens for MIDI events on an
+ * ALSA sequencer port, delivers them to DSSI synths and outputs the
+ * result via JACK.
+ *
+ * This program expects the names of up to 16 DSSI synth plugins, in
+ * the form 'dll-name:label',* to be provided on the command line.
+ * If just 'dll-name' is provided, the first plugin in the DLL is
+ * is used.  MIDI channels are assigned to each plugin instance, in
+ * order, beginning with channel 0 (zero-based).  A plugin may be
+ * easily instantiated multiple times by preceding its name and label
+ * with a dash followed immediately by the desired number of instances,
+ * e.g. '-3 my_plugins.so:zoomy' would create three instances of the
+ * 'zoomy' plugin.
+ */
+
+/*
+ * Copyright 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton.
+ * 
+ * Permission to use, copy, modify, distribute, and sell this software
+ * for any purpose is hereby granted without fee, provided that the
+ * above copyright notice and this permission notice are included in
+ * all copies or substantial portions of the software.
+ */
+
+
+/*
+ *  This program is in the public domain
+ *
+ *  $Id: dssi_osc_send.c,v 1.5 2004/07/04 22:24:51 smbolton Exp $
+ */
+
+/*
+ *  This program is in the public domain
+ *
+ *  $Id: dssi_osc_update.c,v 1.6 2005/10/12 17:08:26 smbolton Exp $
+ */
+
+/* less_trivial_synth.c
+
+   DSSI Soft Synth Interface
+   Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+   This is an example DSSI synth plugin written by Steve Harris.
+
+   This example file is in the public domain.
+*/
+
+/* trivial_sampler.c
+
+   DSSI Soft Synth Interface
+   Constructed by Chris Cannam, Steve Harris and Sean Bolton
+
+   A straightforward DSSI plugin sampler.
+
+   This example file is in the public domain.
+*/

Copied: dssi/repos/staging-x86_64/PKGBUILD (from rev 178671, 
dssi/trunk/PKGBUILD)

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:03:23
  Author: andrea
Revision: 178673

upgpkg: graphviz 2.30.0-6

qt4 rebuild

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:48:59 UTC (rev 178672)
+++ PKGBUILD2013-02-26 07:03:23 UTC (rev 178673)
@@ -5,13 +5,13 @@
 
 pkgname=graphviz
 pkgver=2.30.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
 optdepends=('mono: sharp bindings'
 'guile: guile bindings'
 'lua51: lua bindings'
@@ -22,7 +22,7 @@
 'r: r bindings'
 'ruby: ruby bindings'
 'tcl: tcl bindings'
-'qt: gvedit')
+'qt4: gvedit')
 source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
 'LICENSE')
 sha1sums=('596c1ddf60c5428c5c4700d10f3ea86534195311'
@@ -34,6 +34,8 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+. /etc/profile.d/qt4.sh
+
sed \
-e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-1.9.1/{$CARCH-linux,ruby/backward,})':' \
-e '/CONFIG/s:site:vendor:' \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:03:36
  Author: andrea
Revision: 178674

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 178673, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178673, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178673, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178673, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178673, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178673, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   65 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   65 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 328 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 178673, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-02-26 07:03:36 UTC (rev 178674)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:13:32
  Author: andrea
Revision: 178675

upgpkg: poppler 0.22.1-3

qt4 rebuild

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 07:03:36 UTC (rev 178674)
+++ PKGBUILD2013-02-26 07:13:32 UTC (rev 178675)
@@ -4,10 +4,10 @@
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt')
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 license=('GPL')
-makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt4' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
 options=('!libtool' '!emptydirs')
 url=http://poppler.freedesktop.org/;
 _testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
@@ -17,6 +17,8 @@
  '9dc64c254a31e570507bdd4ad4ba629a')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   sed -i -e '/AC_PATH_XTRA/d' configure.ac
   sed -i s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS: configure.ac
@@ -70,7 +72,7 @@
 
 package_poppler-qt() {
   pkgdesc=Poppler Qt bindings
-  depends=(poppler=${pkgver} 'qt')
+  depends=(poppler=${pkgver} 'qt4')
 
   cd ${srcdir}/${pkgbase}-${pkgver}/poppler
   make DESTDIR=${pkgdir} install-libLTLIBRARIES



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:13:41
  Author: andrea
Revision: 178676

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

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

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

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

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

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:21:13
  Author: andrea
Revision: 178677

upgpkg: liborigin2 20110829-2

qt4 rebuild

Modified:
  liborigin2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 07:13:41 UTC (rev 178676)
+++ PKGBUILD2013-02-26 07:21:13 UTC (rev 178677)
@@ -5,11 +5,11 @@
 pkgbase=liborigin2
 pkgname=('liborigin2' 'liborigin2-docs')
 pkgver=20110829
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://soft.proindependent.com/liborigin2/;
 license=('GPL3')
-makedepends=('doxygen' 'qt' 'boost')
+makedepends=('doxygen' 'qt4' 'boost')
 replaces=('liborigin')
 provides=('liborigin')
 source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
@@ -22,6 +22,8 @@
 build() {
cd ${srcdir}/${pkgbase}
 
+. /etc/profile.d/qt4.sh
+
install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
 install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back 
like it was in previous releases
qmake liborigin2.pro QMAKESPEC=linux-g++



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:21:23
  Author: andrea
Revision: 178678

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

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

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

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

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

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

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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:27:14
  Author: andrea
Revision: 178679

upgpkg: kdeedu-marble 4.10.0-2

qt4 rebuild

Modified:
  kdeedu-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 07:21:23 UTC (rev 178678)
+++ PKGBUILD2013-02-26 07:27:14 UTC (rev 178679)
@@ -3,7 +3,7 @@
 
 pkgname=kdeedu-marble
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Desktop Globe
 url=http://kde.org/applications/education/marble/;
 arch=('i686' 'x86_64')
@@ -17,7 +17,8 @@
 sha1sums=('c1db6b1785ca1ad230de6da0e67ee84bf7e3a2cd')
 
 build() {
-  cd ${srcdir}
+  . /etc/profile.d/qt4.sh
+
   mkdir build
   cd build
   cmake ../marble-${pkgver} \
@@ -28,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:27:22
  Author: andrea
Revision: 178680

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

Added:
  kdeedu-marble/repos/staging-i686/
  kdeedu-marble/repos/staging-i686/PKGBUILD
(from rev 178679, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/staging-i686/kdeedu-marble.install
(from rev 178679, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/staging-x86_64/
  kdeedu-marble/repos/staging-x86_64/PKGBUILD
(from rev 178679, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/staging-x86_64/kdeedu-marble.install
(from rev 178679, kdeedu-marble/trunk/kdeedu-marble.install)

--+
 staging-i686/PKGBUILD|   34 +
 staging-i686/kdeedu-marble.install   |   13 
 staging-x86_64/PKGBUILD  |   34 +
 staging-x86_64/kdeedu-marble.install |   13 
 4 files changed, 94 insertions(+)

Copied: kdeedu-marble/repos/staging-i686/PKGBUILD (from rev 178679, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 07:27:22 UTC (rev 178680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.10.0
+pkgrel=2
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('c1db6b1785ca1ad230de6da0e67ee84bf7e3a2cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/staging-i686/kdeedu-marble.install (from rev 
178679, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- staging-i686/kdeedu-marble.install  (rev 0)
+++ staging-i686/kdeedu-marble.install  2013-02-26 07:27:22 UTC (rev 178680)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-marble/repos/staging-x86_64/PKGBUILD (from rev 178679, 
kdeedu-marble/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-26 07:27:22 UTC (rev 178680)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.10.0
+pkgrel=2
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('c1db6b1785ca1ad230de6da0e67ee84bf7e3a2cd')
+
+build() {
+  . /etc/profile.d/qt4.sh
+
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-marble/repos/staging-x86_64/kdeedu-marble.install (from rev 
178679, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- staging-x86_64/kdeedu-marble.install(rev 0)
+++ staging-x86_64/kdeedu-marble.install2013-02-26 07:27:22 UTC (rev 
178680)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 26, 2013 @ 08:27:54
  Author: svenstaro
Revision: 84921

upgpkg: stuntrally 1.9-1

Pushing stuntrally

Added:
  stuntrally/trunk/stuntrally.install
Modified:
  stuntrally/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 stuntrally.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:36:11 UTC (rev 84920)
+++ PKGBUILD2013-02-26 07:27:54 UTC (rev 84921)
@@ -9,8 +9,9 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://code.google.com/p/vdrift-ogre;
-depends=('libvorbis' 'mygui' 'sdl' 'enet' 'bullet')
+depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor')
 makedepends=('cmake' 'boost')
+install=stuntrally.install
 
source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/stuntrally/tar.gz/${pkgver}
 
tracks_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/tracks/tar.gz/${pkgver})
 md5sums=('3253c5a64a6d3f4fc4b756ea431286de'

Added: stuntrally.install
===
--- stuntrally.install  (rev 0)
+++ stuntrally.install  2013-02-26 07:27:54 UTC (rev 84921)
@@ -0,0 +1,11 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



  1   2   3   >