[arch-commits] Commit in glfw/repos/community-i686 (PKGBUILD PKGBUILD)

2013-06-20 Thread Sven-Hendrik Haase
Date: Thursday, June 20, 2013 @ 07:59:48
  Author: svenstaro
Revision: 92944

archrelease: copy trunk to community-i686

Added:
  glfw/repos/community-i686/PKGBUILD
(from rev 92943, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-20 05:59:37 UTC (rev 92943)
+++ PKGBUILD2013-06-20 05:59:48 UTC (rev 92944)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: philefou tuxication AT gmail DOT com
-# Contributor: lindquist to...@famolsen.dk
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=glfw
-pkgver=3.0
-pkgrel=1
-pkgdesc=A free, open source, portable framework for OpenGL application 
development
-arch=('i686' 'x86_64')
-url=http://www.glfw.org/;
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('415aef32d70af0cc829148c1cc7b1357')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 92943, glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-20 05:59:48 UTC (rev 92944)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: philefou tuxication AT gmail DOT com
+# Contributor: lindquist to...@famolsen.dk
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+# Contributor: Mihai Militaru mihai.milit...@ephemeros.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=glfw
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=A free, open source, portable framework for OpenGL application 
development
+arch=('i686' 'x86_64')
+url=http://www.glfw.org/;
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b67fa7191e9cff0cf0caa7f16f80c658')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-06-20 Thread Sven-Hendrik Haase
Date: Thursday, June 20, 2013 @ 07:59:37
  Author: svenstaro
Revision: 92943

upgpkg: glfw 3.0.1-1

Updating to 3.0.1

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-19 21:09:47 UTC (rev 92942)
+++ PKGBUILD2013-06-20 05:59:37 UTC (rev 92943)
@@ -7,7 +7,7 @@
 # Contributor: SpepS dreamspepser at yahoo dot it
 
 pkgname=glfw
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=A free, open source, portable framework for OpenGL application 
development
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
 makedepends=('mesa' 'cmake' 'doxygen')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('415aef32d70af0cc829148c1cc7b1357')
+md5sums=('b67fa7191e9cff0cf0caa7f16f80c658')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-20 Thread Laurent Carlier
Date: Thursday, June 20, 2013 @ 08:25:44
  Author: lcarlier
Revision: 92946

archrelease: copy trunk to community-any

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

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

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

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



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

2013-06-20 Thread Laurent Carlier
Date: Thursday, June 20, 2013 @ 08:25:36
  Author: lcarlier
Revision: 92945

upgpkg: winetricks 20130617-1

Upstream release 20130617

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 05:59:48 UTC (rev 92944)
+++ PKGBUILD2013-06-20 06:25:36 UTC (rev 92945)
@@ -5,7 +5,7 @@
 # Contributor: Allan McRae al...@archlinux.org
 
 pkgname=winetricks
-pkgver=20120912
+pkgver=20130617
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -15,7 +15,7 @@
 'kdebase-kdialog: GUI for KDE desktop')
 source=(winetricks-${pkgver}::http://www.winetricks.org/winetricks;

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



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

2013-06-20 Thread Florian Pritz
Date: Thursday, June 20, 2013 @ 10:18:55
  Author: bluewind
Revision: 92948

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 92947, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 92947, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-20 08:18:48 UTC (rev 92947)
+++ PKGBUILD2013-06-20 08:18:55 UTC (rev 92948)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=1.9.8
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('506bd71e3d99c1ff6244fb8a15e2660e')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 92947, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-20 08:18:55 UTC (rev 92948)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=1.9.11
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('2abcae6467a6224abff285258f9a9114')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-06-20 08:18:48 UTC (rev 92947)
+++ upgpkg  2013-06-20 08:18:55 UTC (rev 92948)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 92947, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-06-20 08:18:55 UTC (rev 92948)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-06-20 Thread Florian Pritz
Date: Thursday, June 20, 2013 @ 10:18:48
  Author: bluewind
Revision: 92947

upgpkg: inxi 1.9.11-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 06:25:44 UTC (rev 92946)
+++ PKGBUILD2013-06-20 08:18:48 UTC (rev 92947)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=1.9.8
+pkgver=1.9.11
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
 url=http://inxi.org;
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('506bd71e3d99c1ff6244fb8a15e2660e')
+md5sums=('2abcae6467a6224abff285258f9a9114')
 
 package() {
   cd $srcdir



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

2013-06-20 Thread Florian Pritz
Date: Thursday, June 20, 2013 @ 10:29:35
  Author: bluewind
Revision: 92950

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

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

+
 /PKGBUILD  |   68 +++
 /filezilla.install |   22 +++
 community-i686/PKGBUILD|   34 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 08:29:29 UTC (rev 92949)
+++ community-i686/PKGBUILD 2013-06-20 08:29:35 UTC (rev 92950)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-   ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('04a6a6aea31a01feda78e509246ae10a')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 92949, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 08:29:35 UTC (rev 92950)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.1
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+   ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('be19e8c157e81f94048ed3b1e3031b07')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2013-06-20 08:29:29 UTC (rev 92949)
+++ community-i686/filezilla.install2013-06-20 08:29:35 UTC (rev 92950)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 92949, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2013-06-20 08:29:35 UTC (rev 92950)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-20 08:29:29 UTC (rev 92949)
+++ community-x86_64/PKGBUILD   2013-06-20 08:29:35 UTC (rev 92950)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.0.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')

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

2013-06-20 Thread Florian Pritz
Date: Thursday, June 20, 2013 @ 10:29:29
  Author: bluewind
Revision: 92949

upgpkg: filezilla 3.7.1-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 08:18:55 UTC (rev 92948)
+++ PKGBUILD2013-06-20 08:29:29 UTC (rev 92949)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.0.2
+pkgver=3.7.1
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('04a6a6aea31a01feda78e509246ae10a')
+md5sums=('be19e8c157e81f94048ed3b1e3031b07')



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

2013-06-20 Thread Timothy Redaelli
Date: Thursday, June 20, 2013 @ 12:59:46
  Author: tredaelli
Revision: 92951

upgpkg: bitcoin 0.8.2-2
libminiupnpc rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 08:29:35 UTC (rev 92950)
+++ PKGBUILD2013-06-20 10:59:46 UTC (rev 92951)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')



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

2013-06-20 Thread Timothy Redaelli
Date: Thursday, June 20, 2013 @ 13:00:24
  Author: tredaelli
Revision: 92952

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 92951, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 92951, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 92951, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 92951, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 /PKGBUILD   |  114 ++
 /bitcoin-qt.install |   22 ++
 community-i686/PKGBUILD |   57 -
 community-i686/bitcoin-qt.install   |   11 ---
 community-x86_64/PKGBUILD   |   57 -
 community-x86_64/bitcoin-qt.install |   11 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 10:59:46 UTC (rev 92951)
+++ community-i686/PKGBUILD 2013-06-20 11:00:24 UTC (rev 92952)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: shahid hellla...@gmail.com
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.bitcoin.org/;
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-$pkgdir/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin128.png \
-$pkgdir/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-package_bitcoin-daemon() {
-  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
-  depends=(boost-libs miniupnpc openssl)
-
-  cd $srcdir/$pkgbase-$pkgver-linux/src
-  install -Dm755 src/bitcoind $pkgdir/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-$pkgdir/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-$pkgdir/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 92951, 
bitcoin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 11:00:24 UTC (rev 92952)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: shahid hellla...@gmail.com
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.bitcoin.org/;
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('e15d3134f4efd8d60e243c7177edba06ac471619674ca07a42a1dced5f498728')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS=$CXXFLAGS
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - QT
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd $srcdir/$pkgbase-$pkgver-linux/src
+  install -Dm755 bitcoin-qt $pkgdir/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+$pkgdir/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+$pkgdir/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+package_bitcoin-daemon() {
+  pkgdesc=Bitcoin is a peer-to-peer network based digital currency - daemon
+  

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

2013-06-20 Thread Sergej Pupykin
Date: Thursday, June 20, 2013 @ 14:12:54
  Author: spupykin
Revision: 92953

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 11:00:24 UTC (rev 92952)
+++ PKGBUILD2013-06-20 12:12:54 UTC (rev 92953)
@@ -5,12 +5,12 @@
 
 pkgname=ejabberd
 pkgver=2.1.12
-pkgrel=4
+pkgrel=5
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
 license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
+depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2')
 backup=('etc/ejabberd/ejabberd.cfg'
'etc/ejabberd/ejabberdctl.cfg'
'etc/logrotate.d/ejabberd')



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

2013-06-20 Thread Sergej Pupykin
Date: Thursday, June 20, 2013 @ 14:42:43
  Author: spupykin
Revision: 92954

upgpkg: redis 2.6.14-1

upd

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 12:12:54 UTC (rev 92953)
+++ PKGBUILD2013-06-20 12:42:43 UTC (rev 92954)
@@ -4,8 +4,8 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.6.13
-pkgrel=2
+pkgver=2.6.14
+pkgrel=1
 pkgdesc=Advanced key-value store
 arch=('i686' 'x86_64')
 url=http://redis.io/;
@@ -17,7 +17,7 @@
 source=(http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
redis.service
redis.logrotate)
-md5sums=('c4be422013905c64af18b1ef140de21f'
+md5sums=('02e0c06e953413017ff64862953e2756'
  '5ab9fdb200e15c13b450fda77fa030b6'
  '9e2d75b7a9dc421122d673fe520ef17f')
 



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

2013-06-20 Thread Sergej Pupykin
Date: Thursday, June 20, 2013 @ 14:43:06
  Author: spupykin
Revision: 92955

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 92954, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis.logrotate
(from rev 92954, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 92954, redis/trunk/redis.service)
  redis/repos/community-x86_64/PKGBUILD
(from rev 92954, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis.logrotate
(from rev 92954, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 92954, redis/trunk/redis.service)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service

--+
 /PKGBUILD|   80 +
 /redis.logrotate |   10 
 /redis.service   |   28 
 community-i686/PKGBUILD  |   40 --
 community-i686/redis.logrotate   |5 --
 community-i686/redis.service |   14 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/redis.logrotate |5 --
 community-x86_64/redis.service   |   14 --
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 12:42:43 UTC (rev 92954)
+++ community-i686/PKGBUILD 2013-06-20 12:43:06 UTC (rev 92955)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.6.13
-pkgrel=2
-pkgdesc=Advanced key-value store
-arch=('i686' 'x86_64')
-url=http://redis.io/;
-license=('BSD')
-depends=('bash')
-makedepends=('gcc=3.1' 'make' 'pkgconfig')
-backup=(etc/redis.conf
-   etc/logrotate.d/redis)
-source=(http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
-   redis.service
-   redis.logrotate)
-md5sums=('c4be422013905c64af18b1ef140de21f'
- '5ab9fdb200e15c13b450fda77fa030b6'
- '9e2d75b7a9dc421122d673fe520ef17f')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make MALLOC=libc
-  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  mkdir -p $pkgdir/usr/bin
-  make INSTALL_BIN=$pkgdir/usr/bin PREFIX=/usr install
-
-  install -D -m755 $srcdir/${pkgname}-${pkgver}/COPYING 
$pkgdir/usr/share/licenses/redis/COPYING
-  install -Dm644 $srcdir/redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
-  install -Dm644 $srcdir/redis.logrotate $pkgdir/etc/logrotate.d/redis
-  sed -i 's|daemonize no|daemonize yes|;s|dir \./|dir 
/var/lib/redis/|;s|logfile stdout|logfile /var/log/redis.log| ' 
$srcdir/${pkgname}-${pkgver}/redis.conf
-  install -D -m644 $srcdir/${pkgname}-${pkgver}/redis.conf 
$pkgdir/etc/redis.conf
-}

Copied: redis/repos/community-i686/PKGBUILD (from rev 92954, 
redis/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 12:43:06 UTC (rev 92955)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan-Erik Rediger badboy at archlinux dot us
+# Contributor: nofxx x@nick.com
+
+pkgname=redis
+pkgver=2.6.14
+pkgrel=1
+pkgdesc=Advanced key-value store
+arch=('i686' 'x86_64')
+url=http://redis.io/;
+license=('BSD')
+depends=('bash')
+makedepends=('gcc=3.1' 'make' 'pkgconfig')
+backup=(etc/redis.conf
+   etc/logrotate.d/redis)
+source=(http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;
+   redis.service
+   redis.logrotate)
+md5sums=('02e0c06e953413017ff64862953e2756'
+ '5ab9fdb200e15c13b450fda77fa030b6'
+ '9e2d75b7a9dc421122d673fe520ef17f')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make MALLOC=libc
+  sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  mkdir -p $pkgdir/usr/bin
+  make INSTALL_BIN=$pkgdir/usr/bin PREFIX=/usr install
+
+  install -D -m755 $srcdir/${pkgname}-${pkgver}/COPYING 
$pkgdir/usr/share/licenses/redis/COPYING
+  install -Dm644 $srcdir/redis.service 
$pkgdir/usr/lib/systemd/system/redis.service
+  install -Dm644 $srcdir/redis.logrotate $pkgdir/etc/logrotate.d/redis
+  sed -i 's|daemonize no|daemonize yes|;s|dir \./|dir 
/var/lib/redis/|;s|logfile stdout|logfile /var/log/redis.log| ' 
$srcdir/${pkgname}-${pkgver}/redis.conf
+  install -D -m644 $srcdir/${pkgname}-${pkgver}/redis.conf 
$pkgdir/etc/redis.conf
+}

Deleted: 

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

2013-06-20 Thread Laurent Carlier
Date: Thursday, June 20, 2013 @ 19:03:34
  Author: lcarlier
Revision: 92956

upgpkg: acetoneiso2 2.3-5

fix URL (FS#35860)

Modified:
  acetoneiso2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 12:43:06 UTC (rev 92955)
+++ PKGBUILD2013-06-20 17:03:34 UTC (rev 92956)
@@ -5,10 +5,10 @@
 
 pkgname=acetoneiso2
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)
 arch=('i686' 'x86_64')
-url=http://www.acetoneteam.org;
+url=http://sourceforge.net/projects/acetoneiso;
 license=('GPL3')
 depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg' 
'pinentry' 'mplayer' 'phonon')
 optdepends=(p7zip: for ISO compress/decompress support)
@@ -17,12 +17,19 @@
 
source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
 md5sums=('225f7af687016690ff28b9771a1ce179')
 
+prepare() {
+   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso/sources
+
+   sed -i 's#Phonon/#phonon/#' erase_cd.h erase_cd.cpp erase_dvd.cpp \
+ burn_iso_2_cd.cpp burn_iso_2_cd.h burn_iso_2_dvd.cpp
+}
+
 build() {
cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
 
-   qmake
+   qmake-qt4
# needed for phonon
-   sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore 
-I/usr/include/KDE|' Makefile
+   sed -i 's|-I/usr/include/QtCore|-I/usr/include/qt4/QtCore 
-I/usr/include/qt4/KDE|' Makefile
make
 }
 



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

2013-06-20 Thread Laurent Carlier
Date: Thursday, June 20, 2013 @ 19:03:45
  Author: lcarlier
Revision: 92957

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

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

--+
 /PKGBUILD|   80 +
 /acetoneiso2.install |   22 +
 community-i686/PKGBUILD  |   33 -
 community-i686/acetoneiso2.install   |   11 
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/acetoneiso2.install |   11 
 6 files changed, 102 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 17:03:34 UTC (rev 92956)
+++ community-i686/PKGBUILD 2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Wes Brewer brew...@gmail.com
-
-pkgname=acetoneiso2
-pkgver=2.3
-pkgrel=4
-pkgdesc=An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)
-arch=('i686' 'x86_64')
-url=http://www.acetoneteam.org;
-license=('GPL3')
-depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg2' 
'pinentry' 'mplayer' 'phonon')
-optdepends=(p7zip: for ISO compress/decompress support)
-conflicts=('acetoneiso')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
-md5sums=('225f7af687016690ff28b9771a1ce179')
-
-build() {
-   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-   qmake
-   # needed for phonon
-   sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore 
-I/usr/include/KDE|' Makefile
-   make
-}
-
-package() {
-   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-   make INSTALL_ROOT=${pkgdir} install
-}

Copied: acetoneiso2/repos/community-i686/PKGBUILD (from rev 92956, 
acetoneiso2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Wes Brewer brew...@gmail.com
+
+pkgname=acetoneiso2
+pkgver=2.3
+pkgrel=5
+pkgdesc=An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/acetoneiso;
+license=('GPL3')
+depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg' 
'pinentry' 'mplayer' 'phonon')
+optdepends=(p7zip: for ISO compress/decompress support)
+conflicts=('acetoneiso')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
+md5sums=('225f7af687016690ff28b9771a1ce179')
+
+prepare() {
+   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso/sources
+
+   sed -i 's#Phonon/#phonon/#' erase_cd.h erase_cd.cpp erase_dvd.cpp \
+ burn_iso_2_cd.cpp burn_iso_2_cd.h burn_iso_2_dvd.cpp
+}
+
+build() {
+   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+   qmake-qt4
+   # needed for phonon
+   sed -i 's|-I/usr/include/QtCore|-I/usr/include/qt4/QtCore 
-I/usr/include/qt4/KDE|' Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+   make INSTALL_ROOT=${pkgdir} install
+}

Deleted: community-i686/acetoneiso2.install
===
--- community-i686/acetoneiso2.install  2013-06-20 17:03:34 UTC (rev 92956)
+++ community-i686/acetoneiso2.install  2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,11 +0,0 @@
-post_install() {
-cat  EOF
-  --
-  --  Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-  --
-EOF
-}
-
-post_upgrade() {
-post_install $*
-}

Copied: acetoneiso2/repos/community-i686/acetoneiso2.install (from rev 92956, 
acetoneiso2/trunk/acetoneiso2.install)
===
--- community-i686/acetoneiso2.install  (rev 0)
+++ community-i686/acetoneiso2.install  2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,11 @@
+post_install() {

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

2013-06-20 Thread Tobias Powalowski
Date: Thursday, June 20, 2013 @ 19:48:27
  Author: tpowa
Revision: 188786

newpkg: needed for efi parsing in archboot

Added:
  efivar/
  efivar/repos/
  efivar/trunk/
  efivar/trunk/PKGBUILD

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

Added: efivar/trunk/PKGBUILD
===
--- efivar/trunk/PKGBUILD   (rev 0)
+++ efivar/trunk/PKGBUILD   2013-06-20 17:48:27 UTC (rev 188786)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_gitroot=git://github.com/vathpela/efivar.git
+_gitname=efivar
+_gitbranch=master
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+pkgdesc=Library to manipulate EFI variables - GIT Version
+
+pkgver=0.4_18_gb8c524c
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+depends=('popt')
+conflicts=(${_pkgname} 'libefivar' 'libefivar-git')
+provides=(${_pkgname} 'libefivar' 'libefivar-git')
+options=('strip' 'emptydirs' 'zipman' 'libtool' 'docs')
+
+source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed 's|-|_|g'
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   git clean -x -d -f
+   echo
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}



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

2013-06-20 Thread Tobias Powalowski
Date: Thursday, June 20, 2013 @ 19:50:34
  Author: tpowa
Revision: 188787

upgpkg: efivar 0.4_18_gb8c524c-1

newpkg: needed for archboot efi parsing

Modified:
  efivar/trunk/PKGBUILD (properties)

Index: efivar/trunk/PKGBUILD
===
--- efivar/trunk/PKGBUILD   2013-06-20 17:48:27 UTC (rev 188786)
+++ efivar/trunk/PKGBUILD   2013-06-20 17:50:34 UTC (rev 188787)

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


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

2013-06-20 Thread Tobias Powalowski
Date: Thursday, June 20, 2013 @ 19:50:47
  Author: tpowa
Revision: 188788

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

Added:
  efivar/repos/extra-i686/
  efivar/repos/extra-i686/PKGBUILD
(from rev 188787, efivar/trunk/PKGBUILD)
  efivar/repos/extra-x86_64/
  efivar/repos/extra-x86_64/PKGBUILD
(from rev 188787, efivar/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   65 
 extra-x86_64/PKGBUILD |   65 
 2 files changed, 130 insertions(+)

Copied: efivar/repos/extra-i686/PKGBUILD (from rev 188787, 
efivar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-20 17:50:47 UTC (rev 188788)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_gitroot=git://github.com/vathpela/efivar.git
+_gitname=efivar
+_gitbranch=master
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+pkgdesc=Library to manipulate EFI variables - GIT Version
+
+pkgver=0.4_18_gb8c524c
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+depends=('popt')
+conflicts=(${_pkgname} 'libefivar' 'libefivar-git')
+provides=(${_pkgname} 'libefivar' 'libefivar-git')
+options=('strip' 'emptydirs' 'zipman' 'libtool' 'docs')
+
+source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed 's|-|_|g'
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   git clean -x -d -f
+   echo
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Copied: efivar/repos/extra-x86_64/PKGBUILD (from rev 188787, 
efivar/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-20 17:50:47 UTC (rev 188788)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_gitroot=git://github.com/vathpela/efivar.git
+_gitname=efivar
+_gitbranch=master
+
+_pkgname=efivar
+pkgname=${_pkgname}
+
+pkgdesc=Library to manipulate EFI variables - GIT Version
+
+pkgver=0.4_18_gb8c524c
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+depends=('popt')
+conflicts=(${_pkgname} 'libefivar' 'libefivar-git')
+provides=(${_pkgname} 'libefivar' 'libefivar-git')
+options=('strip' 'emptydirs' 'zipman' 'libtool' 'docs')
+
+source=(${_gitname}::git+${_gitroot}#branch=${_gitbranch})
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/${_gitname}/
+   echo $(git describe --tags) | sed 's|-|_|g'
+}
+
+build() {
+   
+   rm -rf ${srcdir}/${_gitname}_build/ || true
+   cp -r ${srcdir}/${_gitname} ${srcdir}/${_gitname}_build
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   git clean -x -d -f
+   echo
+   
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS
+   
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/${_gitname}_build/src/test/Makefile || true
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_gitname}_build/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/${_gitname}_build/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}



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

2013-06-20 Thread Kyle Keen
Date: Thursday, June 20, 2013 @ 22:17:29
  Author: kkeen
Revision: 92958

upgpkg: bochs 2.6.2-1

Modified:
  bochs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 17:03:45 UTC (rev 92957)
+++ PKGBUILD2013-06-20 20:17:29 UTC (rev 92958)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche ke...@archlinux.org
 
 pkgname=bochs
-pkgver=2.6
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=A portable x86 PC emulation software package
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('gcc-libs' 'libxrandr')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
+md5sums=('82ecaff9826d4f29fa46f3062e2957b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-20 Thread Kyle Keen
Date: Thursday, June 20, 2013 @ 22:17:58
  Author: kkeen
Revision: 92959

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 20:17:29 UTC (rev 92958)
+++ community-i686/PKGBUILD 2013-06-20 20:17:58 UTC (rev 92959)
@@ -1,27 +0,0 @@
-# $Id$
-#Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=bochs
-pkgver=2.6
-pkgrel=1
-pkgdesc=A portable x86 PC emulation software package
-arch=('i686' 'x86_64')
-url=http://bochs.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'libxrandr')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-3dnow --enable-disasm
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
-}

Copied: bochs/repos/community-i686/PKGBUILD (from rev 92958, 
bochs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 20:17:58 UTC (rev 92959)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=bochs
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A portable x86 PC emulation software package
+arch=('i686' 'x86_64')
+url=http://bochs.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('82ecaff9826d4f29fa46f3062e2957b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow --enable-disasm
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-20 20:17:29 UTC (rev 92958)
+++ community-x86_64/PKGBUILD   2013-06-20 20:17:58 UTC (rev 92959)
@@ -1,27 +0,0 @@
-# $Id$
-#Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Kevin Piche ke...@archlinux.org
-
-pkgname=bochs
-pkgver=2.6
-pkgrel=1
-pkgdesc=A portable x86 PC emulation software package
-arch=('i686' 'x86_64')
-url=http://bochs.sourceforge.net/;
-license=('LGPL')
-depends=('gcc-libs' 'libxrandr')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('7e25e1a4d2f7e0464e8d6381f38741d9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
-  --enable-fpu --enable-3dnow --enable-disasm
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
-}

Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 92958, 
bochs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-20 20:17:58 UTC (rev 92959)
@@ -0,0 +1,27 @@
+# $Id$
+#Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Kevin Piche ke...@archlinux.org
+
+pkgname=bochs
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A portable x86 PC emulation software package
+arch=('i686' 'x86_64')
+url=http://bochs.sourceforge.net/;
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('82ecaff9826d4f29fa46f3062e2957b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-wx --enable-cpu-level=6 \
+  --enable-fpu --enable-3dnow --enable-disasm
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 644 .bochsrc ${pkgdir}/etc/bochsrc-sample.txt
+}



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

2013-06-20 Thread Alexander Rødseth
Date: Thursday, June 20, 2013 @ 22:43:22
  Author: arodseth
Revision: 92960

upgpkg: unetbootin 584-1

Modified:
  unetbootin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 20:17:58 UTC (rev 92959)
+++ PKGBUILD2013-06-20 20:43:22 UTC (rev 92960)
@@ -5,8 +5,8 @@
 # Contributor: Michai Coman mi...@m1x.ro
 
 pkgname=unetbootin
-pkgver=583
-pkgrel=5
+pkgver=584
+pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
@@ -16,16 +16,14 @@
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
 'org.archlinux.pkexec.unetbootin.policy')
-sha256sums=('0fba985a6d4a7a4c388cb99d100cb46fbd9bbae831501ad887a8d5f148a24029'
+sha256sums=('fee4b100dd4a4c87cd0a174ab8870b13be83d9f2fcbb69ee7cb2ac69e855f2b6'
 '4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
 
 build() {
   cd $srcdir
-
-  lupdate $pkgname.pro
-  lrelease $pkgname.pro
-  qmake
-  make
+  
+  msg2 'Compiling...'
+  ./build-nostatic 1 output.log 2 error.log
 }
 
 package() {



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

2013-06-20 Thread Alexander Rødseth
Date: Thursday, June 20, 2013 @ 22:47:09
  Author: arodseth
Revision: 92961

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 92960, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 92960, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 92960, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 92960, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 92960, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 92960, unetbootin/trunk/unetbootin.install)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install

-+
 /PKGBUILD   |   94 ++
 /unetbootin.install |   32 +++
 community-i686/PKGBUILD |   49 -
 community-i686/unetbootin.install   |   16 -
 community-x86_64/PKGBUILD   |   49 -
 community-x86_64/unetbootin.install |   16 -
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-20 20:43:22 UTC (rev 92960)
+++ community-i686/PKGBUILD 2013-06-20 20:47:09 UTC (rev 92961)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Det nimetonmaili at gmail a-dot com
-# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
-# Contributor: Michai Coman mi...@m1x.ro
-
-pkgname=unetbootin
-pkgver=583
-pkgrel=5
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
-optdepends=('polkit-gnome: to run unetbootin directly from menu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
-'org.archlinux.pkexec.unetbootin.policy')
-sha256sums=('0fba985a6d4a7a4c388cb99d100cb46fbd9bbae831501ad887a8d5f148a24029'
-'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
-
-build() {
-  cd $srcdir
-
-  lupdate $pkgname.pro
-  lrelease $pkgname.pro
-  qmake
-  make
-}
-
-package() {
-  cd $srcdir
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
-  ln -s /usr/bin/guisu $pkgdir/usr/bin/$pkgname
-
-  mkdir -p $pkgdir/usr/share/$pkgname
-  install -m644 $pkgname_*.qm $pkgdir/usr/share/$pkgname/
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  for i in 16 22 24 32 48 256; do
-install -D ${pkgname}_${i}.png \
-  $pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 92960, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-20 20:47:09 UTC (rev 92961)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Det nimetonmaili at gmail a-dot com
+# Contributor: Godane aka Christopher Rogers slaxemula...@gmail.com
+# Contributor: Michai Coman mi...@m1x.ro
+
+pkgname=unetbootin
+pkgver=584
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
+optdepends=('polkit-gnome: to run unetbootin directly from menu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz;
+'org.archlinux.pkexec.unetbootin.policy')
+sha256sums=('fee4b100dd4a4c87cd0a174ab8870b13be83d9f2fcbb69ee7cb2ac69e855f2b6'
+'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
+
+build() {
+  cd $srcdir
+  
+  msg2 'Compiling...'
+  ./build-nostatic 1 output.log 2 error.log
+}
+
+package() {
+  cd $srcdir
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname.elf
+  ln -s /usr/bin/guisu $pkgdir/usr/bin/$pkgname
+
+  mkdir -p $pkgdir/usr/share/$pkgname
+  

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

2013-06-20 Thread Evangelos Foutras
Date: Friday, June 21, 2013 @ 02:14:23
  Author: foutrelis
Revision: 92962

upgpkg: frostwire 5.6.1-1

New upstream release.

Modified:
  frostwire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 20:47:09 UTC (rev 92961)
+++ PKGBUILD2013-06-21 00:14:23 UTC (rev 92962)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 
 pkgname=frostwire
-pkgver=5.6.0
+pkgver=5.6.1
 pkgrel=1
 pkgdesc=BitTorrent client with integrated search
 arch=('any')
@@ -15,7 +15,7 @@
 frostwire.sh
 icons.tar.gz
 java-version-detection.patch)
-sha256sums=('ad85ebf6f8623c0f3c9d14d3e0b5235e1fbf0f54f70246126cf04dea72c6926d'
+sha256sums=('902e8406fb000781711569b84bac2e3af6641d5467ada5a0687def036e5ce183'
 '9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
 '00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
 '50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')



[arch-commits] Commit in frostwire/repos/community-any (10 files)

2013-06-20 Thread Evangelos Foutras
Date: Friday, June 21, 2013 @ 02:14:38
  Author: foutrelis
Revision: 92963

archrelease: copy trunk to community-any

Added:
  frostwire/repos/community-any/PKGBUILD
(from rev 92962, frostwire/trunk/PKGBUILD)
  frostwire/repos/community-any/frostwire.install
(from rev 92962, frostwire/trunk/frostwire.install)
  frostwire/repos/community-any/frostwire.sh
(from rev 92962, frostwire/trunk/frostwire.sh)
  frostwire/repos/community-any/icons.tar.gz
(from rev 92962, frostwire/trunk/icons.tar.gz)
  frostwire/repos/community-any/java-version-detection.patch
(from rev 92962, frostwire/trunk/java-version-detection.patch)
Deleted:
  frostwire/repos/community-any/PKGBUILD
  frostwire/repos/community-any/frostwire.install
  frostwire/repos/community-any/frostwire.sh
  frostwire/repos/community-any/icons.tar.gz
  frostwire/repos/community-any/java-version-detection.patch

--+
 PKGBUILD |   84 -
 frostwire.install|   28 ++---
 frostwire.sh |6 +-
 java-version-detection.patch |   22 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-21 00:14:23 UTC (rev 92962)
+++ PKGBUILD2013-06-21 00:14:38 UTC (rev 92963)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-
-pkgname=frostwire
-pkgver=5.6.0
-pkgrel=1
-pkgdesc=BitTorrent client with integrated search
-arch=('any')
-url=http://www.frostwire.com;
-license=('GPL')
-depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
- 'gtk-update-icon-cache')
-install=frostwire.install
-source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
-frostwire.sh
-icons.tar.gz
-java-version-detection.patch)
-sha256sums=('ad85ebf6f8623c0f3c9d14d3e0b5235e1fbf0f54f70246126cf04dea72c6926d'
-'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
-'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
-'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver.noarch
-
-  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
-  patch -Np0 -i $srcdir/java-version-detection.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -r * $pkgdir/usr/share/$pkgname
-  cp -r $srcdir/icons $pkgdir/usr/share
-
-  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Remove uneeded files
-  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frostwire/repos/community-any/PKGBUILD (from rev 92962, 
frostwire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-21 00:14:38 UTC (rev 92963)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=frostwire
+pkgver=5.6.1
+pkgrel=1
+pkgdesc=BitTorrent client with integrated search
+arch=('any')
+url=http://www.frostwire.com;
+license=('GPL')
+depends=('java-runtime' 'mplayer' 'hicolor-icon-theme' 'desktop-file-utils'
+ 'gtk-update-icon-cache')
+install=frostwire.install
+source=(http://dl.frostwire.com/$pkgname/$pkgver/$pkgname-$pkgver.noarch.tar.gz
+frostwire.sh
+icons.tar.gz
+java-version-detection.patch)
+sha256sums=('902e8406fb000781711569b84bac2e3af6641d5467ada5a0687def036e5ce183'
+'9a05e5f1005856cd67f6e01fc499d1b64bc372bf3a390e412359196f65cc0ea6'
+'00e425501b33b7213a337314a5035d52459f743f623f9f37abbc60d6e56a2186'
+'50828981c20273c86ef7c05f801d0fcec28253a544f95e231db35402c738a62e')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver.noarch
+
+  # FS#15544 (Java version detection fails when _JAVA_OPTIONS is set)
+  patch -Np0 -i $srcdir/java-version-detection.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -r * $pkgdir/usr/share/$pkgname
+  cp -r $srcdir/icons $pkgdir/usr/share
+
+  install -D $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/icons/hicolor/16x16/apps/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Remove uneeded files
+  rm -rf 
$pkgdir/usr/share/frostwire/{runFrostwireOSX.sh,unpack200.py,root/{.svn,magnet10/.svn}}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: frostwire.install
===
--- frostwire.install   2013-06-21 00:14:23 UTC (rev 92962)
+++ frostwire.install   2013-06-21 

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

2013-06-20 Thread Felix Yan
Date: Friday, June 21, 2013 @ 07:37:10
  Author: fyan
Revision: 92964

upgpkg: fcitx-rime 0.2.1-1

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-21 00:14:38 UTC (rev 92963)
+++ PKGBUILD2013-06-21 05:37:10 UTC (rev 92964)
@@ -3,8 +3,8 @@
 # Contributor: lh jason5...@gmail.com
 
 pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
 pkgdesc='Fcitx Wrapper for librime'
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
@@ -31,4 +31,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')
+md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4')



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

2013-06-20 Thread Felix Yan
Date: Friday, June 21, 2013 @ 07:40:07
  Author: fyan
Revision: 92965

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

Added:
  fcitx-rime/repos/community-i686/PKGBUILD
(from rev 92964, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-i686/fcitx-rime.install
(from rev 92964, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 92964, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-x86_64/fcitx-rime.install
(from rev 92964, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-i686/PKGBUILD
  fcitx-rime/repos/community-i686/fcitx-rime.install
  fcitx-rime/repos/community-x86_64/PKGBUILD
  fcitx-rime/repos/community-x86_64/fcitx-rime.install

-+
 /PKGBUILD   |   68 ++
 /fcitx-rime.install |   22 +++
 community-i686/PKGBUILD |   34 -
 community-i686/fcitx-rime.install   |   11 -
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/fcitx-rime.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-21 05:37:10 UTC (rev 92964)
+++ community-i686/PKGBUILD 2013-06-21 05:40:07 UTC (rev 92965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 92964, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-21 05:40:07 UTC (rev 92965)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-06-21 05:37:10 UTC (rev 92964)
+++ community-i686/fcitx-rime.install   2013-06-21 05:40:07 UTC (rev 92965)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 92964, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-06-21 05:40:07 UTC (rev 92965)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-21 05:37:10 UTC (rev 92964)
+++ community-x86_64/PKGBUILD   2013-06-21 05:40:07 UTC (rev 92965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-

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

2013-06-20 Thread Pierre Schmitz
Date: Friday, June 21, 2013 @ 07:56:14
  Author: pierre
Revision: 188790

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

Added:
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 188789, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 188789, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 188789, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 188789, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/testing-i686/PKGBUILD
  php-xcache/repos/testing-i686/xcache.ini
  php-xcache/repos/testing-x86_64/PKGBUILD
  php-xcache/repos/testing-x86_64/xcache.ini

---+
 /PKGBUILD |   80 
 /xcache.ini   |6 +++
 testing-i686/PKGBUILD |   40 --
 testing-i686/xcache.ini   |3 -
 testing-x86_64/PKGBUILD   |   40 --
 testing-x86_64/xcache.ini |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-i686/PKGBUILD   2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-xcache
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 188789, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.0.3
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('8e9d59785725747f9f099af2bd54ddd2'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: testing-i686/xcache.ini
===
--- testing-i686/xcache.ini 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-i686/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 188789, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2013-06-21 05:56:14 UTC (rev 188790)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-06-21 05:56:01 UTC (rev 188789)
+++ testing-x86_64/PKGBUILD 2013-06-21 05:56:14 UTC (rev 188790)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-xcache
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini')

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

2013-06-20 Thread Pierre Schmitz
Date: Friday, June 21, 2013 @ 07:56:01
  Author: pierre
Revision: 188789

upgpkg: php-xcache 3.0.3-1

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-20 17:50:47 UTC (rev 188788)
+++ PKGBUILD2013-06-21 05:56:01 UTC (rev 188789)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-xcache
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
@@ -12,7 +12,7 @@
 
source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
 'xcache.ini')
 backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
+md5sums=('8e9d59785725747f9f099af2bd54ddd2'
  '8fd9ce537ada9463c4b0c042243158c0')
 
 build() {