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

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 09:33:57
  Author: eric
Revision: 192223

upgpkg: tcl 8.6.0-5

Add unversioned library symlink, Leave permissions of static libaries untouched

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 22:23:05 UTC (rev 19)
+++ PKGBUILD2013-08-08 07:33:57 UTC (rev 192223)
@@ -3,14 +3,14 @@
 
 pkgname=tcl
 pkgver=8.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc=The Tcl scripting language
 arch=('i686' 'x86_64')
 url=http://tcl.sourceforge.net/;
 license=('custom')
 depends=('zlib')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
+sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
 
 prepare() {
   cd tcl${pkgver}
@@ -36,10 +36,8 @@
 package() {
   cd tcl${pkgver}/unix
   make INSTALL_ROOT=${pkgdir} install install-private-headers
-  find ${pkgdir} -name '*.a' -type f -exec chmod 644 {} \;
   ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
-
-  # install license
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
   install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   # remove buildroot traces



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

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 09:35:09
  Author: eric
Revision: 192224

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

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

---+
 /PKGBUILD |   45 +
 extra-i686/PKGBUILD   |   47 ---
 extra-x86_64/PKGBUILD |   47 ---
 3 files changed, 45 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 07:33:57 UTC (rev 192223)
+++ extra-i686/PKGBUILD 2013-08-08 07:35:09 UTC (rev 192224)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=tcl
-pkgver=8.6.0
-pkgrel=4
-pkgdesc=The Tcl scripting language
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=('zlib')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
-
-prepare() {
-  cd tcl${pkgver}
-  # we build the tcl sqlite interface in sqlite-tcl package
-  rm -rf pkgs/sqlite3*
-
-  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
-generic/regc_nfa.c
-}
-
-build() {
-  cd tcl${pkgver}/unix
-  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  make
-}
-
-check() {
-  cd tcl${pkgver}/unix
-  make test
-}
-
-package() {
-  cd tcl${pkgver}/unix
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  find ${pkgdir} -name '*.a' -type f -exec chmod 644 {} \;
-  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
-
-  # install license
-  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# 
${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 07:33:57 UTC (rev 192223)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:35:09 UTC (rev 192224)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=tcl
-pkgver=8.6.0
-pkgrel=4
-pkgdesc=The Tcl scripting language
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=('zlib')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('573aa5fe678e9185ef2b3c56b24658d3')
-
-prepare() {
-  cd tcl${pkgver}
-  # we build the tcl sqlite interface in sqlite-tcl package
-  rm -rf pkgs/sqlite3*
-
-  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
-generic/regc_nfa.c
-}
-
-build() {
-  cd tcl${pkgver}/unix
-  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  make
-}
-
-check() {
-  cd tcl${pkgver}/unix
-  make test
-}
-
-package() {
-  cd tcl${pkgver}/unix
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  find ${pkgdir} -name '*.a' -type f -exec chmod 644 {} \;
-  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
-
-  # install license
-  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# 
${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
-}

Copied: tcl/repos/extra-x86_64/PKGBUILD (from rev 192223, tcl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:35:09 UTC (rev 192224)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tcl
+pkgver=8.6.0
+pkgrel=5
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+
+  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
+generic/regc_nfa.c
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
+  install -Dm644 ../license.terms 

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

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 09:36:39
  Author: eric
Revision: 192225

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

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

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

Copied: tcl/repos/extra-i686/PKGBUILD (from rev 192224, tcl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 07:36:39 UTC (rev 192225)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tcl
+pkgver=8.6.0
+pkgrel=5
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+
+  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
+generic/regc_nfa.c
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i s#${srcdir}#/usr/src# 
${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 07:35:09 UTC (rev 192224)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:36:39 UTC (rev 192225)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=tcl
-pkgver=8.6.0
-pkgrel=5
-pkgdesc=The Tcl scripting language
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=('zlib')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
-
-prepare() {
-  cd tcl${pkgver}
-  # we build the tcl sqlite interface in sqlite-tcl package
-  rm -rf pkgs/sqlite3*
-
-  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
-generic/regc_nfa.c
-}
-
-build() {
-  cd tcl${pkgver}/unix
-  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  make
-}
-
-check() {
-  cd tcl${pkgver}/unix
-  make test
-}
-
-package() {
-  cd tcl${pkgver}/unix
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
-  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
-  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# 
${pkgdir}/usr/lib/{tcl,tdbc1.0.0/tdbc,itcl4.0.0/itcl}Config.sh
-}

Copied: tcl/repos/extra-x86_64/PKGBUILD (from rev 192224, tcl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:36:39 UTC (rev 192225)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tcl
+pkgver=8.6.0
+pkgrel=5
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+
+  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
+generic/regc_nfa.c
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.6 ${pkgdir}/usr/bin/tclsh
+  ln -sf libtcl${pkgver%.*}.so ${pkgdir}/usr/lib/libtcl.so
+  install -Dm644 

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

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 09:38:15
  Author: eric
Revision: 192226

upgpkg: tk 8.6.0-2

Add unversioned library symlink, Remove rpath

Modified:
  tk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 07:36:39 UTC (rev 192225)
+++ PKGBUILD2013-08-08 07:38:15 UTC (rev 192226)
@@ -1,42 +1,37 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=tk
 pkgver=8.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A windowing toolkit for use with tcl
 arch=('i686' 'x86_64')
 url=http://tcl.sourceforge.net/;
 license=('custom')
 depends=(tcl=${pkgver} 'libxss' 'libxft')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('b883a1a3c489c17413fb602a94bf54e8')
+sha1sums=('c42e160285e2d26eae8c2a1e6c6f86db4fa7663b')
 
 build() {
-  cd ${srcdir}/tk${pkgver}/unix
-
+  cd tk${pkgver}/unix
   [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
   make
 }
 
 #check() {
-#  cd ${srcdir}/tk${pkgver}/unix
+#  cd tk${pkgver}/unix
 #  make test
 #}
 
 package() {
-  cd ${srcdir}/tk${pkgver}/unix
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish8.6 ${pkgdir}/usr/bin/wish
+  ln -sf libtk${pkgver%.*}.so ${pkgdir}/usr/lib/libtk.so
+  install -Dm644 license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf wish8.6 ${pkgdir}/usr/bin/wish
-
-  # install license
-  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
   # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# ${pkgdir}/usr/lib/tkConfig.sh
+  sed -i s#${srcdir}#/usr/src# ${pkgdir}/usr/lib/tkConfig.sh
 
 }



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

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 09:38:43
  Author: eric
Revision: 192227

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

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

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   42 ---
 extra-x86_64/PKGBUILD |   42 ---
 3 files changed, 74 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 07:38:15 UTC (rev 192226)
+++ extra-i686/PKGBUILD 2013-08-08 07:38:43 UTC (rev 192227)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tk
-pkgver=8.6.0
-pkgrel=1
-pkgdesc=A windowing toolkit for use with tcl
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=(tcl=${pkgver} 'libxss' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('b883a1a3c489c17413fb602a94bf54e8')
-
-build() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  
-  make
-}
-
-#check() {
-#  cd ${srcdir}/tk${pkgver}/unix
-#  make test
-#}
-
-package() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf wish8.6 ${pkgdir}/usr/bin/wish
-
-  # install license
-  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# ${pkgdir}/usr/lib/tkConfig.sh
-
-}

Copied: tk/repos/extra-i686/PKGBUILD (from rev 192226, tk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 07:38:43 UTC (rev 192227)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tk
+pkgver=8.6.0
+pkgrel=2
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('c42e160285e2d26eae8c2a1e6c6f86db4fa7663b')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+#check() {
+#  cd tk${pkgver}/unix
+#  make test
+#}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish8.6 ${pkgdir}/usr/bin/wish
+  ln -sf libtk${pkgver%.*}.so ${pkgdir}/usr/lib/libtk.so
+  install -Dm644 license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i s#${srcdir}#/usr/src# ${pkgdir}/usr/lib/tkConfig.sh
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 07:38:15 UTC (rev 192226)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:38:43 UTC (rev 192227)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tk
-pkgver=8.6.0
-pkgrel=1
-pkgdesc=A windowing toolkit for use with tcl
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=(tcl=${pkgver} 'libxss' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('b883a1a3c489c17413fb602a94bf54e8')
-
-build() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  [[ $CARCH == x86_64 ]]  BIT=--enable-64bit
-  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
-  
-  make
-}
-
-#check() {
-#  cd ${srcdir}/tk${pkgver}/unix
-#  make test
-#}
-
-package() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf wish8.6 ${pkgdir}/usr/bin/wish
-
-  # install license
-  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i s#${srcdir}#/usr/src# ${pkgdir}/usr/lib/tkConfig.sh
-
-}

Copied: tk/repos/extra-x86_64/PKGBUILD (from rev 192226, tk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 07:38:43 UTC (rev 192227)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=tk
+pkgver=8.6.0
+pkgrel=2
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;

[arch-commits] Commit in (4 files)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 10:59:04
  Author: spupykin
Revision: 95255

Added:
  perl-devel-globaldestruction/
  perl-devel-globaldestruction/repos/
  perl-devel-globaldestruction/trunk/
  perl-devel-globaldestruction/trunk/PKGBUILD

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

Added: perl-devel-globaldestruction/trunk/PKGBUILD
===
--- perl-devel-globaldestruction/trunk/PKGBUILD (rev 0)
+++ perl-devel-globaldestruction/trunk/PKGBUILD 2013-08-08 08:59:04 UTC (rev 
95255)
@@ -0,0 +1,45 @@
+# Maintainer: jsteel mail at jsteel dot org
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname='perl-devel-globaldestruction'
+pkgver='0.11'
+pkgrel='1'
+pkgdesc=Expose the flag which marks global
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl=5.6.0' 'perl-sub-exporter' 
'perl-sub-exporter-progressive=0.001002')
+url='http://search.cpan.org/dist/Devel-GlobalDestruction'
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+md5sums=('f2f811fc3e8876aa3fa23d1d16dfb2bd')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+/usr/bin/perl Makefile.PL
+
+make
+  )
+}
+
+check() {
+  cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 11:00:43
  Author: svenstaro
Revision: 192228

Adding sdl2

Added:
  sdl2/
  sdl2/repos/
  sdl2/trunk/
  sdl2/trunk/PKGBUILD

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

Added: sdl2/trunk/PKGBUILD
===
--- sdl2/trunk/PKGBUILD (rev 0)
+++ sdl2/trunk/PKGBUILD 2013-08-08 09:00:43 UTC (rev 192228)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+makedepends=('cmake')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('a43ffab2698c82ac503dea490dedefdf')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 11:01:05
  Author: svenstaro
Revision: 192229

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

Added:
  sdl2/repos/extra-i686/
  sdl2/repos/extra-i686/PKGBUILD
(from rev 192228, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 192228, sdl2/trunk/PKGBUILD)

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

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 192228, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 09:01:05 UTC (rev 192229)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+makedepends=('cmake')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('a43ffab2698c82ac503dea490dedefdf')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 192228, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 09:01:05 UTC (rev 192229)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+makedepends=('cmake')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('a43ffab2698c82ac503dea490dedefdf')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (4 files)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:04:25
  Author: spupykin
Revision: 95256

Added:
  perl-sub-exporter-progressive/
  perl-sub-exporter-progressive/repos/
  perl-sub-exporter-progressive/trunk/
  perl-sub-exporter-progressive/trunk/PKGBUILD

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

Added: perl-sub-exporter-progressive/trunk/PKGBUILD
===
--- perl-sub-exporter-progressive/trunk/PKGBUILD
(rev 0)
+++ perl-sub-exporter-progressive/trunk/PKGBUILD2013-08-08 09:04:25 UTC 
(rev 95256)
@@ -0,0 +1,69 @@
+# Maintainer: jsteel mail at jsteel dot org
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname='perl-sub-exporter-progressive'
+_pkgname='Sub-Exporter-Progressive'
+pkgver='0.001010'
+pkgrel='1'
+pkgdesc='Only use Sub::Exporter if you need it'
+arch=('any')
+url='http://search.cpan.org/dist/Sub-Exporter-Progressive'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz;)
+md5sums=('0350d9e12549112ae1f618cbff3ecbd9')
+
+build() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+/usr/bin/perl Build.PL
+./Build
+  elif [[ -e ./Makefile.PL ]]; then
+/usr/bin/perl Makefile.PL
+make
+  fi
+}
+
+check() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+./Build test
+  elif [[ -e ./Makefile.PL ]]; then
+make test
+  fi
+}
+
+package() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+./Build install
+  elif [[ -e ./Makefile.PL ]]; then
+make install
+  fi
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-mail-box/repos/community-any (PKGBUILD PKGBUILD)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:36
  Author: spupykin
Revision: 95260

archrelease: copy trunk to community-any

Added:
  perl-mail-box/repos/community-any/PKGBUILD
(from rev 95259, perl-mail-box/trunk/PKGBUILD)
Deleted:
  perl-mail-box/repos/community-any/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 09:14:25 UTC (rev 95259)
+++ PKGBUILD2013-08-08 09:14:36 UTC (rev 95260)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-mail-box
-pkgver=2.108
-pkgrel=1
-pkgdesc=Mail folder manager and MUA backend
-arch=(any)
-url=http://search.cpan.org/dist/Mail-Box;
-license=('GPL' 'PerlArtistic')
-depends=('perl-timedate' 'perl-digest-hmac' 'perl-file-remove=0.20'
-'perl-io-stringy' 'perl-mime-types=1.004' 'perl-mailtools'
-'perl-object-realize-later=0.14' 'perl-uri=1.23' 
'perl-user-identity=0.90')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-$pkgver.tar.gz)
-md5sums=('a675a7b930c97ad5bdf9b3c51ace005d')
-
-build() {
-  cd  $srcdir/Mail-Box-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Mail-Box-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-mail-box/repos/community-any/PKGBUILD (from rev 95259, 
perl-mail-box/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 09:14:36 UTC (rev 95260)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-mail-box
+pkgver=2.108
+pkgrel=2
+pkgdesc=Mail folder manager and MUA backend
+arch=(any)
+url=http://search.cpan.org/dist/Mail-Box;
+license=('GPL' 'PerlArtistic')
+depends=('perl-timedate' 'perl-digest-hmac' 'perl-file-remove=0.20'
+'perl-io-stringy' 'perl-mime-types=1.004' 'perl-mailtools'
+'perl-object-realize-later=0.14' 'perl-uri=1.23'
+'perl-devel-globaldestruction' 'perl-user-identity=0.90')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-$pkgver.tar.gz)
+md5sums=('a675a7b930c97ad5bdf9b3c51ace005d')
+
+build() {
+  cd  $srcdir/Mail-Box-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Mail-Box-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-devel-globaldestruction/trunk (PKGBUILD)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:09
  Author: spupykin
Revision: 95257

upgpkg: perl-devel-globaldestruction 0.11-1

upd

Modified:
  perl-devel-globaldestruction/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 09:04:25 UTC (rev 95256)
+++ PKGBUILD2013-08-08 09:14:09 UTC (rev 95257)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer: jsteel mail at jsteel dot org
 # Contributor: Alan Young harley...@gmail.com
 


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


[arch-commits] Commit in perl-devel-globaldestruction/repos (2 files)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:21
  Author: spupykin
Revision: 95258

archrelease: copy trunk to community-any

Added:
  perl-devel-globaldestruction/repos/community-any/
  perl-devel-globaldestruction/repos/community-any/PKGBUILD
(from rev 95257, perl-devel-globaldestruction/trunk/PKGBUILD)

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

Copied: perl-devel-globaldestruction/repos/community-any/PKGBUILD (from rev 
95257, perl-devel-globaldestruction/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-08-08 09:14:21 UTC (rev 95258)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: jsteel mail at jsteel dot org
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname='perl-devel-globaldestruction'
+pkgver='0.11'
+pkgrel='1'
+pkgdesc=Expose the flag which marks global
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl=5.6.0' 'perl-sub-exporter' 
'perl-sub-exporter-progressive=0.001002')
+url='http://search.cpan.org/dist/Devel-GlobalDestruction'
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
+md5sums=('f2f811fc3e8876aa3fa23d1d16dfb2bd')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+/usr/bin/perl Makefile.PL
+
+make
+  )
+}
+
+check() {
+  cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd $srcdir/Devel-GlobalDestruction-$pkgver
+
+  make install
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-mail-box/trunk (PKGBUILD)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:25
  Author: spupykin
Revision: 95259

upgpkg: perl-mail-box 2.108-2

upd

Modified:
  perl-mail-box/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 09:14:21 UTC (rev 95258)
+++ PKGBUILD2013-08-08 09:14:25 UTC (rev 95259)
@@ -5,14 +5,15 @@
 
 pkgname=perl-mail-box
 pkgver=2.108
-pkgrel=1
+pkgrel=2
 pkgdesc=Mail folder manager and MUA backend
 arch=(any)
 url=http://search.cpan.org/dist/Mail-Box;
 license=('GPL' 'PerlArtistic')
 depends=('perl-timedate' 'perl-digest-hmac' 'perl-file-remove=0.20'
 'perl-io-stringy' 'perl-mime-types=1.004' 'perl-mailtools'
-'perl-object-realize-later=0.14' 'perl-uri=1.23' 
'perl-user-identity=0.90')
+'perl-object-realize-later=0.14' 'perl-uri=1.23'
+'perl-devel-globaldestruction' 'perl-user-identity=0.90')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/M/MA/MARKOV/Mail-Box-$pkgver.tar.gz)
 md5sums=('a675a7b930c97ad5bdf9b3c51ace005d')



[arch-commits] Commit in perl-sub-exporter-progressive/trunk (PKGBUILD)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:40
  Author: spupykin
Revision: 95261

upgpkg: perl-sub-exporter-progressive 0.001010-1

upd

Modified:
  perl-sub-exporter-progressive/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 09:14:36 UTC (rev 95260)
+++ PKGBUILD2013-08-08 09:14:40 UTC (rev 95261)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Maintainer: jsteel mail at jsteel dot org
 # Contributor: Alan Young harley...@gmail.com
 


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


[arch-commits] Commit in perl-sub-exporter-progressive/repos (2 files)

2013-08-08 Thread Sergej Pupykin
Date: Thursday, August 8, 2013 @ 11:14:50
  Author: spupykin
Revision: 95262

archrelease: copy trunk to community-any

Added:
  perl-sub-exporter-progressive/repos/community-any/
  perl-sub-exporter-progressive/repos/community-any/PKGBUILD
(from rev 95261, perl-sub-exporter-progressive/trunk/PKGBUILD)

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

Copied: perl-sub-exporter-progressive/repos/community-any/PKGBUILD (from rev 
95261, perl-sub-exporter-progressive/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-08-08 09:14:50 UTC (rev 95262)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: jsteel mail at jsteel dot org
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname='perl-sub-exporter-progressive'
+_pkgname='Sub-Exporter-Progressive'
+pkgver='0.001010'
+pkgrel='1'
+pkgdesc='Only use Sub::Exporter if you need it'
+arch=('any')
+url='http://search.cpan.org/dist/Sub-Exporter-Progressive'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz;)
+md5sums=('0350d9e12549112ae1f618cbff3ecbd9')
+
+build() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+/usr/bin/perl Build.PL
+./Build
+  elif [[ -e ./Makefile.PL ]]; then
+/usr/bin/perl Makefile.PL
+make
+  fi
+}
+
+check() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+./Build test
+  elif [[ -e ./Makefile.PL ]]; then
+make test
+  fi
+}
+
+package() {
+  export MODULEBUILDRC=/dev/null \
+ PERL5LIB= \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MB_OPT=--installdirs vendor --destdir \$pkgdir\ \
+ PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR=\$pkgdir\ \
+ PERL_MM_USE_DEFAULT=1
+
+  cd $srcdir/$_pkgname-$pkgver
+
+  if [[ -e ./Build.PL ]]; then
+./Build install
+  elif [[ -e ./Makefile.PL ]]; then
+make install
+  fi
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 11:42:44
  Author: svenstaro
Revision: 192230

Adding smpeg2

Added:
  smpeg2/
  smpeg2/repos/
  smpeg2/trunk/
  smpeg2/trunk/PKGBUILD

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

Added: smpeg2/trunk/PKGBUILD
===
--- smpeg2/trunk/PKGBUILD   (rev 0)
+++ smpeg2/trunk/PKGBUILD   2013-08-08 09:42:44 UTC (rev 192230)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=1976
+pkgrel=1
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 11:43:14
  Author: svenstaro
Revision: 192231

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

Added:
  smpeg2/repos/extra-i686/
  smpeg2/repos/extra-i686/PKGBUILD
(from rev 192230, smpeg2/trunk/PKGBUILD)
  smpeg2/repos/extra-x86_64/
  smpeg2/repos/extra-x86_64/PKGBUILD
(from rev 192230, smpeg2/trunk/PKGBUILD)

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

Copied: smpeg2/repos/extra-i686/PKGBUILD (from rev 192230, 
smpeg2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 09:43:14 UTC (rev 192231)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=1976
+pkgrel=1
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+}

Copied: smpeg2/repos/extra-x86_64/PKGBUILD (from rev 192230, 
smpeg2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 09:43:14 UTC (rev 192231)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=1976
+pkgrel=1
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 12:12:45
  Author: svenstaro
Revision: 192232

upgpkg: smpeg2 412-1

Whoops

Modified:
  smpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 09:43:14 UTC (rev 192231)
+++ PKGBUILD2013-08-08 10:12:45 UTC (rev 192232)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=smpeg2
-pkgver=1976
+pkgver=412
 pkgrel=1
 pkgdesc=SDL2 MPEG Player Library
 arch=('i686' 'x86_64')
@@ -24,4 +24,8 @@
 package() {
   cd ${srcdir}/trunk
   make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
 }



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 12:13:01
  Author: svenstaro
Revision: 192233

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 10:12:45 UTC (rev 192232)
+++ extra-i686/PKGBUILD 2013-08-08 10:13:01 UTC (rev 192233)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=smpeg2
-pkgver=1976
-pkgrel=1
-pkgdesc=SDL2 MPEG Player Library
-arch=('i686' 'x86_64')
-url=http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl2')
-makedepends=('gtk' 'mesa' 'glu' 'svn')
-optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
-options=('!libtool')
-source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/trunk
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/trunk
-  make DESTDIR=${pkgdir} install
-}

Copied: smpeg2/repos/extra-i686/PKGBUILD (from rev 192232, 
smpeg2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 10:13:01 UTC (rev 192233)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=412
+pkgrel=1
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 10:12:45 UTC (rev 192232)
+++ extra-x86_64/PKGBUILD   2013-08-08 10:13:01 UTC (rev 192233)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=smpeg2
-pkgver=1976
-pkgrel=1
-pkgdesc=SDL2 MPEG Player Library
-arch=('i686' 'x86_64')
-url=http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl2')
-makedepends=('gtk' 'mesa' 'glu' 'svn')
-optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
-options=('!libtool')
-source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/trunk
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/trunk
-  make DESTDIR=${pkgdir} install
-}

Copied: smpeg2/repos/extra-x86_64/PKGBUILD (from rev 192232, 
smpeg2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 10:13:01 UTC (rev 192233)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=412
+pkgrel=1
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 12:37:15
  Author: svenstaro
Revision: 192234

upgpkg: smpeg2 412-2

Hack smpeg2-config into submission

Modified:
  smpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 10:13:01 UTC (rev 192233)
+++ PKGBUILD2013-08-08 10:37:15 UTC (rev 192234)
@@ -2,7 +2,7 @@
 
 pkgname=smpeg2
 pkgver=412
-pkgrel=1
+pkgrel=2
 pkgdesc=SDL2 MPEG Player Library
 arch=('i686' 'x86_64')
 url=http://icculus.org/smpeg/;
@@ -16,6 +16,7 @@
 
 build() {
   cd ${srcdir}/trunk
+  sed -i s/SDL_CONFIG/SDL2_CONFIG/g smpeg2-config.in
   ./autogen.sh
   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 12:37:31
  Author: svenstaro
Revision: 192235

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

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   31 ---
 extra-x86_64/PKGBUILD |   31 ---
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 10:37:15 UTC (rev 192234)
+++ extra-i686/PKGBUILD 2013-08-08 10:37:31 UTC (rev 192235)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=smpeg2
-pkgver=412
-pkgrel=1
-pkgdesc=SDL2 MPEG Player Library
-arch=('i686' 'x86_64')
-url=http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl2')
-makedepends=('gtk' 'mesa' 'glu' 'svn')
-optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
-options=('!libtool')
-source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/trunk
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/trunk
-  make DESTDIR=${pkgdir} install
-
-  # hacky way of resolving conflicts
-  rm ${pkgdir}/usr/bin/plaympeg
-  rm -r ${pkgdir}/usr/share/man
-}

Copied: smpeg2/repos/extra-i686/PKGBUILD (from rev 192234, 
smpeg2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 10:37:31 UTC (rev 192235)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=412
+pkgrel=2
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  sed -i s/SDL_CONFIG/SDL2_CONFIG/g smpeg2-config.in
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 10:37:15 UTC (rev 192234)
+++ extra-x86_64/PKGBUILD   2013-08-08 10:37:31 UTC (rev 192235)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=smpeg2
-pkgver=412
-pkgrel=1
-pkgdesc=SDL2 MPEG Player Library
-arch=('i686' 'x86_64')
-url=http://icculus.org/smpeg/;
-license=('LGPL')
-depends=('sdl2')
-makedepends=('gtk' 'mesa' 'glu' 'svn')
-optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
-options=('!libtool')
-source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/trunk
-  ./autogen.sh
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/trunk
-  make DESTDIR=${pkgdir} install
-
-  # hacky way of resolving conflicts
-  rm ${pkgdir}/usr/bin/plaympeg
-  rm -r ${pkgdir}/usr/share/man
-}

Copied: smpeg2/repos/extra-x86_64/PKGBUILD (from rev 192234, 
smpeg2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 10:37:31 UTC (rev 192235)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=smpeg2
+pkgver=412
+pkgrel=2
+pkgdesc=SDL2 MPEG Player Library
+arch=('i686' 'x86_64')
+url=http://icculus.org/smpeg/;
+license=('LGPL')
+depends=('sdl2')
+makedepends=('gtk' 'mesa' 'glu' 'svn')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
+options=('!libtool')
+source=(svn://svn.icculus.org/smpeg/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/trunk
+  sed -i s/SDL_CONFIG/SDL2_CONFIG/g smpeg2-config.in
+  ./autogen.sh
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/trunk
+  make DESTDIR=${pkgdir} install
+
+  # hacky way of resolving conflicts
+  rm ${pkgdir}/usr/bin/plaympeg
+  rm -r ${pkgdir}/usr/share/man
+}



[arch-commits] Commit in jenkins-ci/repos/community-any (12 files)

2013-08-08 Thread Alexander Rødseth
Date: Thursday, August 8, 2013 @ 12:50:03
  Author: arodseth
Revision: 95264

archrelease: copy trunk to community-any

Added:
  jenkins-ci/repos/community-any/LICENSE
(from rev 95263, jenkins-ci/trunk/LICENSE)
  jenkins-ci/repos/community-any/PKGBUILD
(from rev 95263, jenkins-ci/trunk/PKGBUILD)
  jenkins-ci/repos/community-any/jenkins-ci.install
(from rev 95263, jenkins-ci/trunk/jenkins-ci.install)
  jenkins-ci/repos/community-any/jenkins.conf
(from rev 95263, jenkins-ci/trunk/jenkins.conf)
  jenkins-ci/repos/community-any/jenkins.service
(from rev 95263, jenkins-ci/trunk/jenkins.service)
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d
(from rev 95263, jenkins-ci/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins-ci/repos/community-any/LICENSE
  jenkins-ci/repos/community-any/PKGBUILD
  jenkins-ci/repos/community-any/jenkins-ci.install
  jenkins-ci/repos/community-any/jenkins.conf
  jenkins-ci/repos/community-any/jenkins.service
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 +++
 PKGBUILD   |   84 +-
 jenkins-ci.install |  102 +--
 jenkins.conf   |   26 ++---
 jenkins.service|   48 
 jenkins.tmpfiles.d |4 +-
 6 files changed, 155 insertions(+), 155 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-08-08 10:49:53 UTC (rev 95263)
+++ LICENSE 2013-08-08 10:50:03 UTC (rev 95264)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins-ci/repos/community-any/LICENSE (from rev 95263, 
jenkins-ci/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-08-08 10:50:03 UTC (rev 95264)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 10:49:53 UTC (rev 95263)
+++ PKGBUILD2013-08-08 10:50:03 UTC (rev 95264)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins-ci
-pkgver=1.525
-pkgrel=2
-pkgdesc='Extendable continuous integration server'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')
-conflicts=('jenkins')
-replaces=('jenkins')
-backup=('etc/conf.d/jenkins')

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

2013-08-08 Thread Alexander Rødseth
Date: Thursday, August 8, 2013 @ 12:49:53
  Author: arodseth
Revision: 95263

upgpkg: jenkins-ci 1.509.2-1

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 09:14:50 UTC (rev 95262)
+++ PKGBUILD2013-08-08 10:49:53 UTC (rev 95263)
@@ -4,9 +4,9 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins-ci
-pkgver=1.525
-pkgrel=2
-pkgdesc='Extendable continuous integration server'
+pkgver=1.509.2
+pkgrel=1
+pkgdesc='Extendable continuous integration server (LTS)'
 arch=('any')
 url='http://jenkins-ci.org/'
 license=('MIT')
@@ -17,12 +17,12 @@
 backup=('etc/conf.d/jenkins')
 install=$pkgname.install
 noextract=('jenkins.war')
-source=(http://mirrors.jenkins-ci.org/war/$pkgver/jenkins.war;
+source=(http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war;
 'jenkins.conf'
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha256sums=('675d660cfbf4e1786d4c9e7567e9812c69d4d2c0af92097c2a48334cbbdb3325'
+sha256sums=('552da3e10fe938a24a4581cc9385eb4a054d52cf73ff73e4ff62105dc82774b2'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 13:02:50
  Author: svenstaro
Revision: 192237

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

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

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   31 -
 extra-x86_64/PKGBUILD |   31 -
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 11:02:39 UTC (rev 192236)
+++ extra-i686/PKGBUILD 2013-08-08 11:02:50 UTC (rev 192237)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-makedepends=('cmake')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-i686/PKGBUILD (from rev 192236, sdl2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 11:02:50 UTC (rev 192237)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2-${pkgver}/build
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 11:02:39 UTC (rev 192236)
+++ extra-x86_64/PKGBUILD   2013-08-08 11:02:50 UTC (rev 192237)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-makedepends=('cmake')
-source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
-
-build() {
-  cd ${srcdir}/SDL2-${pkgver}
-
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2-${pkgver}/build
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 ../COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 192236, sdl2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 11:02:50 UTC (rev 192237)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2
+pkgver=2.0.0
+pkgrel=2
+pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
+source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
+
+build() {
+  cd ${srcdir}/SDL2-${pkgver}
+
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
+  make
+}
+
+package() {
+  cd 

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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 13:02:39
  Author: svenstaro
Revision: 192236

upgpkg: sdl2 2.0.0-2

Add some deps and remove rpath

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 10:37:31 UTC (rev 192235)
+++ PKGBUILD2013-08-08 11:02:39 UTC (rev 192236)
@@ -2,14 +2,17 @@
 
 pkgname=sdl2
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)
 arch=('i686' 'x86_64')
 url=http://www.libsdl.org;
 license=('MIT')
-makedepends=('cmake')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver')
 source=(http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz;)
-md5sums=('a43ffab2698c82ac503dea490dedefdf')
+md5sums=('ffb0f2115b3aaee9f3150301fdd680cd')
 
 build() {
   cd ${srcdir}/SDL2-${pkgver}
@@ -18,7 +21,8 @@
 
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF
+  -DSDL_STATIC=OFF \
+  -DRPATH=OFF
   make
 }
 



[arch-commits] Commit in (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 13:06:54
  Author: svenstaro
Revision: 192238

Adding sdl2_image

Added:
  sdl2_image/
  sdl2_image/repos/
  sdl2_image/trunk/
  sdl2_image/trunk/PKGBUILD

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

Added: sdl2_image/trunk/PKGBUILD
===
--- sdl2_image/trunk/PKGBUILD   (rev 0)
+++ sdl2_image/trunk/PKGBUILD   2013-08-08 11:06:54 UTC (rev 192238)
@@ -0,0 +1,27 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_image
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple library to load images of various formats as SDL surfaces 
(Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_image/release/SDL2_image-${pkgver}.tar.gz;)
+sha1sums=('1a37f0f63421bd1b86dd6ddabcb04fa8f28874ce')
+
+build() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 13:18:08
  Author: svenstaro
Revision: 192239

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

Added:
  sdl2_image/repos/extra-i686/
  sdl2_image/repos/extra-i686/PKGBUILD
(from rev 192238, sdl2_image/trunk/PKGBUILD)
  sdl2_image/repos/extra-x86_64/
  sdl2_image/repos/extra-x86_64/PKGBUILD
(from rev 192238, sdl2_image/trunk/PKGBUILD)

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

Copied: sdl2_image/repos/extra-i686/PKGBUILD (from rev 192238, 
sdl2_image/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 11:18:08 UTC (rev 192239)
@@ -0,0 +1,27 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_image
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple library to load images of various formats as SDL surfaces 
(Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_image/release/SDL2_image-${pkgver}.tar.gz;)
+sha1sums=('1a37f0f63421bd1b86dd6ddabcb04fa8f28874ce')
+
+build() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2_image/repos/extra-x86_64/PKGBUILD (from rev 192238, 
sdl2_image/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 11:18:08 UTC (rev 192239)
@@ -0,0 +1,27 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_image
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple library to load images of various formats as SDL surfaces 
(Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libpng' 'libtiff' 'libjpeg' 'libwebp')
+makedepends=('cmake')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_image/release/SDL2_image-${pkgver}.tar.gz;)
+sha1sums=('1a37f0f63421bd1b86dd6ddabcb04fa8f28874ce')
+
+build() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_image-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Lukas Jirkovsky
Date: Thursday, August 8, 2013 @ 13:37:12
  Author: stativ
Revision: 95266

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

Added:
  krusader/repos/community-i686/PKGBUILD
(from rev 95265, krusader/trunk/PKGBUILD)
  krusader/repos/community-i686/kde_bug309119.diff
(from rev 95265, krusader/trunk/kde_bug309119.diff)
  krusader/repos/community-i686/krusader.install
(from rev 95265, krusader/trunk/krusader.install)
  krusader/repos/community-x86_64/PKGBUILD
(from rev 95265, krusader/trunk/PKGBUILD)
  krusader/repos/community-x86_64/kde_bug309119.diff
(from rev 95265, krusader/trunk/kde_bug309119.diff)
  krusader/repos/community-x86_64/krusader.install
(from rev 95265, krusader/trunk/krusader.install)
Deleted:
  krusader/repos/community-i686/PKGBUILD
  krusader/repos/community-i686/krusader.install
  krusader/repos/community-x86_64/PKGBUILD
  krusader/repos/community-x86_64/krusader.install

-+
 /PKGBUILD   |   82 ++
 /krusader.install   |   22 +
 community-i686/PKGBUILD |   36 --
 community-i686/kde_bug309119.diff   |   21 
 community-i686/krusader.install |   11 
 community-x86_64/PKGBUILD   |   36 --
 community-x86_64/kde_bug309119.diff |   21 
 community-x86_64/krusader.install   |   11 
 8 files changed, 146 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-08 11:37:04 UTC (rev 95265)
+++ community-i686/PKGBUILD 2013-08-08 11:37:12 UTC (rev 95266)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-
-pkgname=krusader
-pkgver=2.4.0beta3
-_pkgver=2.4.0-beta3
-pkgrel=2
-pkgdesc=An alternative file manager for KDE resembling Midnight Commander
-arch=('i686' 'x86_64')
-url=http://krusader.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdeutils-ark')
-optdepends=('kdebase-keditbookmarks: to edit bookmarks'
-'kdeutils-ark: extract archive with right-click'
-'kdebase-konsole: open an embedded terminal')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('62a02db3f213bb76805ca6c958e9e263')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver
-
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$_pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: krusader/repos/community-i686/PKGBUILD (from rev 95265, 
krusader/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-08 11:37:12 UTC (rev 95266)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+
+pkgname=krusader
+pkgver=2.4.0beta3
+_pkgver=2.4.0-beta3
+pkgrel=3
+pkgdesc=An alternative file manager for KDE resembling Midnight Commander
+arch=('i686' 'x86_64')
+url=http://krusader.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4' 'kdeutils-ark')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks'
+'kdeutils-ark: extract archive with right-click'
+'kdebase-konsole: open an embedded terminal')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;
+kde_bug309119.diff)
+md5sums=('62a02db3f213bb76805ca6c958e9e263'
+ '5e9952f6ac38e5ce323eb95ca6f20db6')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  # fix KDE bug 309119 - New directory dialog: can't clear all typed text
+  patch -Np1  $srcdir/kde_bug309119.diff
+
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: krusader/repos/community-i686/kde_bug309119.diff (from rev 95265, 
krusader/trunk/kde_bug309119.diff)
===
--- community-i686/kde_bug309119.diff   (rev 0)
+++ community-i686/kde_bug309119.diff   2013-08-08 11:37:12 UTC (rev 95266)
@@ -0,0 +1,21 @@
+commit 5cb23ac98046a07d5db3a52b41e3a42544eb13f9
+Author: Jan Lepper jan_lep...@gmx.de

[arch-commits] Commit in krusader/trunk (PKGBUILD kde_bug309119.diff)

2013-08-08 Thread Lukas Jirkovsky
Date: Thursday, August 8, 2013 @ 13:37:04
  Author: stativ
Revision: 95265

upgpkg: krusader 2.4.0beta3-3

fix KDE bug 309119: Wrong New

Added:
  krusader/trunk/kde_bug309119.diff
Modified:
  krusader/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 kde_bug309119.diff |   21 +
 2 files changed, 29 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 10:50:03 UTC (rev 95264)
+++ PKGBUILD2013-08-08 11:37:04 UTC (rev 95265)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=2
+pkgrel=3
 pkgdesc=An alternative file manager for KDE resembling Midnight Commander
 arch=('i686' 'x86_64')
 url=http://krusader.sourceforge.net/;
@@ -18,12 +18,17 @@
 'kdeutils-ark: extract archive with right-click'
 'kdebase-konsole: open an embedded terminal')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
-md5sums=('62a02db3f213bb76805ca6c958e9e263')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;
+kde_bug309119.diff)
+md5sums=('62a02db3f213bb76805ca6c958e9e263'
+ '5e9952f6ac38e5ce323eb95ca6f20db6')
 
 build() {
   cd $srcdir/$pkgname-$_pkgver
 
+  # fix KDE bug 309119 - New directory dialog: can't clear all typed text
+  patch -Np1  $srcdir/kde_bug309119.diff
+
   cmake . \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr

Added: kde_bug309119.diff
===
--- kde_bug309119.diff  (rev 0)
+++ kde_bug309119.diff  2013-08-08 11:37:04 UTC (rev 95265)
@@ -0,0 +1,21 @@
+commit 5cb23ac98046a07d5db3a52b41e3a42544eb13f9
+Author: Jan Lepper jan_lep...@gmx.de
+Date:   Wed Jan 2 21:38:52 2013 +0100
+
+FIXED: [ 309119 ] Wrong New directory dialog behavior: can't clear all 
typed text
+return QValidator::Intermediate instead of Invalid when input is empty
+BUG: 309119
+
+diff --git a/krusader/Panel/panelfunc.cpp b/krusader/Panel/panelfunc.cpp
+index 2f696da..8935ddf 100644
+--- a/krusader/Panel/panelfunc.cpp
 b/krusader/Panel/panelfunc.cpp
+@@ -100,7 +100,7 @@ class FilePathValidator : public QValidator
+ {
+ public:
+ virtual State validate(QString input, int pos) const {
+-return input.isEmpty() ? Invalid : Acceptable;
++return input.isEmpty() ? Intermediate : Acceptable;
+ }
+ };
+ 



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

2013-08-08 Thread Jelle van der Waa
Date: Thursday, August 8, 2013 @ 13:38:06
  Author: jelle
Revision: 95267

upgpkg: cppcheck 1.61-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 11:37:12 UTC (rev 95266)
+++ PKGBUILD2013-08-08 11:38:06 UTC (rev 95267)
@@ -2,16 +2,16 @@
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=cppcheck
-pkgver=1.60.1
+pkgver=1.61
 pkgrel=1
 pkgdesc=A tool for static C/C++ code analysis
 arch=('i686' 'x86_64')
 url=http://cppcheck.wiki.sourceforge.net/;
 license=('GPL')
-depends=('pcre' 'qt4')
+depends=('qt4')
 makedepends=('docbook-xsl')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-08-08 Thread Jelle van der Waa
Date: Thursday, August 8, 2013 @ 13:40:15
  Author: jelle
Revision: 95268

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-08 11:38:06 UTC (rev 95267)
+++ community-i686/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.60.1
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('pcre' 'qt4')
-makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   export HAVE_RULES=yes 
-   qmake-qt4
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 95267, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-08 11:40:15 UTC (rev 95268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.61
+pkgrel=1
+pkgdesc=A tool for static C/C++ code analysis
+arch=('i686' 'x86_64')
+url=http://cppcheck.wiki.sourceforge.net/;
+license=('GPL')
+depends=('qt4')
+makedepends=('docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+   cd gui
+   export HAVE_RULES=yes 
+   qmake-qt4
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-08 11:38:06 UTC (rev 95267)
+++ community-x86_64/PKGBUILD   2013-08-08 11:40:15 UTC (rev 95268)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.60.1
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('pcre' 'qt4')
-makedepends=('docbook-xsl')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('282e74459747d6c940fa65376049cb642cd32e6a')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   export HAVE_RULES=yes 
-   qmake-qt4
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 95267, 
cppcheck/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-08 11:40:15 UTC (rev 95268)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.61
+pkgrel=1
+pkgdesc=A tool for static C/C++ code analysis
+arch=('i686' 'x86_64')
+url=http://cppcheck.wiki.sourceforge.net/;
+license=('GPL')
+depends=('qt4')
+makedepends=('docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('fd81635612ba74a90b0ebe6d4c8a520826cc077c')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make
+   make 

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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 14:56:52
  Author: svenstaro
Revision: 95269

upgpkg: teamspeak3 3.0.11.1-1

Updating to 3.0.11.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 11:40:15 UTC (rev 95268)
+++ PKGBUILD2013-08-08 12:56:52 UTC (rev 95269)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.11
+pkgver=3.0.11.1
 pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'icon.xpm'
 'teamspeak3.launcher')
-md5sums=('c745f037810bbbd436fd0b519fc2a7a8'
- 'b35cbe27b11f82f5970edbb431965abc'
+md5sums=('2ac31f98cfaf516b2b7165e69bba634f'
+ 'b28e389d2cacb88f80f267cf34b536dd'
  '98e987a42511f159fa2228f5e0bffed1'
  '19f103384e4c1a0aafc8fed44de0c87b'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 14:57:07
  Author: svenstaro
Revision: 95270

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 95269, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 95269, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 95269, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 95269, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 95269, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 95269, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 95269, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 95269, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 95269, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 95269, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  130 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   65 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   65 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 95269, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-08 12:56:52 UTC (rev 95269)
+++ community-i686/PKGBUILD 2013-08-08 12:57:07 UTC (rev 95270)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.11
-pkgrel=1
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('c745f037810bbbd436fd0b519fc2a7a8'
- 'b35cbe27b11f82f5970edbb431965abc'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Run Installer
-  sh ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm 

[arch-commits] Commit in (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:08:19
  Author: svenstaro
Revision: 192240

Adding sdl2_mixer

Added:
  sdl2_mixer/
  sdl2_mixer/repos/
  sdl2_mixer/trunk/
  sdl2_mixer/trunk/PKGBUILD

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

Added: sdl2_mixer/trunk/PKGBUILD
===
--- sdl2_mixer/trunk/PKGBUILD   (rev 0)
+++ sdl2_mixer/trunk/PKGBUILD   2013-08-08 13:08:19 UTC (rev 192240)
@@ -0,0 +1,29 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2-mixer
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple multi-channel audio mixer (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+md5sums=('4c85cdc7b6d162afb918aed626436109')
+
+build() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:10:45
  Author: svenstaro
Revision: 192241

upgpkg: sdl2_mixer 2.0.0-1

Pushing sdl2_mixer

Modified:
  sdl2_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 13:08:19 UTC (rev 192240)
+++ PKGBUILD2013-08-08 13:10:45 UTC (rev 192241)
@@ -1,6 +1,6 @@
 #Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
-pkgname=sdl2-mixer
+pkgname=sdl2_mixer
 pkgver=2.0.0
 pkgrel=1
 pkgdesc=A simple multi-channel audio mixer (Version 2)



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:11:01
  Author: svenstaro
Revision: 192242

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

Added:
  sdl2_mixer/repos/extra-i686/
  sdl2_mixer/repos/extra-i686/PKGBUILD
(from rev 192241, sdl2_mixer/trunk/PKGBUILD)
  sdl2_mixer/repos/extra-x86_64/
  sdl2_mixer/repos/extra-x86_64/PKGBUILD
(from rev 192241, sdl2_mixer/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   29 +
 extra-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: sdl2_mixer/repos/extra-i686/PKGBUILD (from rev 192241, 
sdl2_mixer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 13:11:01 UTC (rev 192242)
@@ -0,0 +1,29 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple multi-channel audio mixer (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+md5sums=('4c85cdc7b6d162afb918aed626436109')
+
+build() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2_mixer/repos/extra-x86_64/PKGBUILD (from rev 192241, 
sdl2_mixer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 13:11:01 UTC (rev 192242)
@@ -0,0 +1,29 @@
+#Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_mixer
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A simple multi-channel audio mixer (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+md5sums=('4c85cdc7b6d162afb918aed626436109')
+
+build() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_mixer-${pkgver}/
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:16:59
  Author: svenstaro
Revision: 192243

Adding sdl2_ttf

Added:
  sdl2_ttf/
  sdl2_ttf/repos/
  sdl2_ttf/trunk/
  sdl2_ttf/trunk/PKGBUILD

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

Added: sdl2_ttf/trunk/PKGBUILD
===
--- sdl2_ttf/trunk/PKGBUILD (rev 0)
+++ sdl2_ttf/trunk/PKGBUILD 2013-08-08 13:16:59 UTC (rev 192243)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2-ttf
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+provides=(sdl2_ttf)
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
+md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+
+build() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:17:24
  Author: svenstaro
Revision: 192244

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

Added:
  sdl2_ttf/repos/extra-i686/
  sdl2_ttf/repos/extra-i686/PKGBUILD
(from rev 192243, sdl2_ttf/trunk/PKGBUILD)
  sdl2_ttf/repos/extra-x86_64/
  sdl2_ttf/repos/extra-x86_64/PKGBUILD
(from rev 192243, sdl2_ttf/trunk/PKGBUILD)

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

Copied: sdl2_ttf/repos/extra-i686/PKGBUILD (from rev 192243, 
sdl2_ttf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 13:17:24 UTC (rev 192244)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2-ttf
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+provides=(sdl2_ttf)
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
+md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+
+build() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sdl2_ttf/repos/extra-x86_64/PKGBUILD (from rev 192243, 
sdl2_ttf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 13:17:24 UTC (rev 192244)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2-ttf
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+provides=(sdl2_ttf)
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
+md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+
+build() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:23:10
  Author: svenstaro
Revision: 192245

upgpkg: sdl2_ttf 2.0.12-1

Pushing sdl2_ttf

Modified:
  sdl2_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 13:17:24 UTC (rev 192244)
+++ PKGBUILD2013-08-08 13:23:10 UTC (rev 192245)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
-pkgname=sdl2-ttf
+pkgname=sdl2_ttf
 pkgver=2.0.12
 pkgrel=1
 pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 15:23:24
  Author: svenstaro
Revision: 192246

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 13:23:10 UTC (rev 192245)
+++ extra-i686/PKGBUILD 2013-08-08 13:23:24 UTC (rev 192246)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2-ttf
-pkgver=2.0.12
-pkgrel=1
-pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('sdl2' 'freetype2')
-makedepends=('cmake')
-provides=(sdl2_ttf)
-options=(!libtool)
-source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
-md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
-
-build() {
-  cd ${srcdir}/SDL2_ttf-${pkgver}/
-
-  ./autogen.sh
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2_ttf-${pkgver}/
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2_ttf/repos/extra-i686/PKGBUILD (from rev 192245, 
sdl2_ttf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 13:23:24 UTC (rev 192246)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_ttf
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+provides=(sdl2_ttf)
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
+md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+
+build() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 13:23:10 UTC (rev 192245)
+++ extra-x86_64/PKGBUILD   2013-08-08 13:23:24 UTC (rev 192246)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=sdl2-ttf
-pkgver=2.0.12
-pkgrel=1
-pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
-arch=('i686' 'x86_64')
-url=http://www.libsdl.org;
-license=('MIT')
-depends=('sdl2' 'freetype2')
-makedepends=('cmake')
-provides=(sdl2_ttf)
-options=(!libtool)
-source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
-md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
-
-build() {
-  cd ${srcdir}/SDL2_ttf-${pkgver}/
-
-  ./autogen.sh
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL2_ttf-${pkgver}/
-
-  make DESTDIR=${pkgdir}/ install
-
-  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sdl2_ttf/repos/extra-x86_64/PKGBUILD (from rev 192245, 
sdl2_ttf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 13:23:24 UTC (rev 192246)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=sdl2_ttf
+pkgver=2.0.12
+pkgrel=1
+pkgdesc=A library that allows you to use TrueType fonts in your SDL 
applications (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.libsdl.org;
+license=('MIT')
+depends=('sdl2' 'freetype2')
+makedepends=('cmake')
+provides=(sdl2_ttf)
+options=(!libtool)
+source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
+md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')
+
+build() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL2_ttf-${pkgver}/
+
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 17:37:39
  Author: svenstaro
Revision: 192247

Remove provides

Modified:
  sdl2_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 13:23:24 UTC (rev 192246)
+++ PKGBUILD2013-08-08 15:37:39 UTC (rev 192247)
@@ -9,7 +9,6 @@
 license=('MIT')
 depends=('sdl2' 'freetype2')
 makedepends=('cmake')
-provides=(sdl2_ttf)
 options=(!libtool)
 source=(http://www.libsdl.org/tmp/SDL_ttf/release/SDL2_ttf-${pkgver}.tar.gz;)
 md5sums=('a0925e117cc5f0fb7cf2a66c7968c117')



[arch-commits] Commit in (4 files)

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 17:45:00
  Author: svenstaro
Revision: 192248

Adding sdl2_gfx

Added:
  sdl2_gfx/
  sdl2_gfx/repos/
  sdl2_gfx/trunk/
  sdl2_gfx/trunk/PKGBUILD

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

Added: sdl2_gfx/trunk/PKGBUILD
===
--- sdl2_gfx/trunk/PKGBUILD (rev 0)
+++ sdl2_gfx/trunk/PKGBUILD 2013-08-08 15:45:00 UTC (rev 192248)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+
+pkgname=sdl2_gfx
+pkgver=5
+pkgrel=1
+pkgdesc=SDL Graphic Primitives (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
+license=('zlib')
+depends=('sdl2')
+options=(!libtool)
+source=(sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${srcdir}/sdl2-gfx
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd ${srcdir}/sdl2-gfx
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/sdl2-gfx
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 17:47:56
  Author: svenstaro
Revision: 192249

upgpkg: sdl2_gfx 5-1

Pushing sdl2_gfx

Modified:
  sdl2_gfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 15:45:00 UTC (rev 192248)
+++ PKGBUILD2013-08-08 15:47:56 UTC (rev 192249)
@@ -9,15 +9,11 @@
 
url=http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
 license=('zlib')
 depends=('sdl2')
+makedepends=('svn')
 options=(!libtool)
 
source=(sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver)
 md5sums=('SKIP')
 
-pkgver() {
-  cd ${srcdir}/sdl2-gfx
-  svnversion | tr -d [A-z]
-}
-
 build() {
   cd ${srcdir}/sdl2-gfx
 



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 17:48:07
  Author: svenstaro
Revision: 192250

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

Added:
  sdl2_gfx/repos/extra-i686/
  sdl2_gfx/repos/extra-i686/PKGBUILD
(from rev 192249, sdl2_gfx/trunk/PKGBUILD)
  sdl2_gfx/repos/extra-x86_64/
  sdl2_gfx/repos/extra-x86_64/PKGBUILD
(from rev 192249, sdl2_gfx/trunk/PKGBUILD)

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

Copied: sdl2_gfx/repos/extra-i686/PKGBUILD (from rev 192249, 
sdl2_gfx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 15:48:07 UTC (rev 192250)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+
+pkgname=sdl2_gfx
+pkgver=5
+pkgrel=1
+pkgdesc=SDL Graphic Primitives (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
+license=('zlib')
+depends=('sdl2')
+makedepends=('svn')
+options=(!libtool)
+source=(sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/sdl2-gfx
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/sdl2-gfx
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sdl2_gfx/repos/extra-x86_64/PKGBUILD (from rev 192249, 
sdl2_gfx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-08 15:48:07 UTC (rev 192250)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jameson Pugh imntr...@gmail.com
+
+pkgname=sdl2_gfx
+pkgver=5
+pkgrel=1
+pkgdesc=SDL Graphic Primitives (Version 2)
+arch=('i686' 'x86_64')
+url=http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx;
+license=('zlib')
+depends=('sdl2')
+makedepends=('svn')
+options=(!libtool)
+source=(sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/sdl2-gfx
+
+  ./autogen.sh
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/sdl2-gfx
+  make DESTDIR=${pkgdir}/ install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-08-08 Thread Jelle van der Waa
Date: Thursday, August 8, 2013 @ 18:08:51
  Author: jelle
Revision: 95271

upgpkg: python2-eyed3 0.7.3-1

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 12:57:07 UTC (rev 95270)
+++ PKGBUILD2013-08-08 16:08:51 UTC (rev 95271)
@@ -4,7 +4,7 @@
 #Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
@@ -12,22 +12,15 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
http://pkgbuild.com/~jelle/paver-minilib.zip)
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-replaces=('python-eyed3')
-provides=('python-eyed3')
-md5sums=('e659838e5c4656c440637548353eb7ba'
- '0e1e58f4a2b7183b3eba825fbcc5d2df')
-
-
+md5sums=('584431de2a8439039890e02b69a377d5')
 build() {
   cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
   python2 setup.py build
 }
 package() {
   cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
   python2 setup.py install --root=${pkgdir} --optimize=1 
   sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 } 



[arch-commits] Commit in python2-eyed3/repos/community-any (4 files)

2013-08-08 Thread Jelle van der Waa
Date: Thursday, August 8, 2013 @ 18:09:20
  Author: jelle
Revision: 95272

archrelease: copy trunk to community-any

Added:
  python2-eyed3/repos/community-any/PKGBUILD
(from rev 95271, python2-eyed3/trunk/PKGBUILD)
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch
(from rev 95271, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
Deleted:
  python2-eyed3/repos/community-any/PKGBUILD
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch

--+
 PKGBUILD |   59 ++---
 fix_setting_tcmp_frame.patch |   42 ++---
 2 files changed, 47 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 16:08:51 UTC (rev 95271)
+++ PKGBUILD2013-08-08 16:09:20 UTC (rev 95272)
@@ -1,33 +0,0 @@
-#$Id$
-#Maintainer: Aaron Griffin aa...@archlinux.org
-#Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-#Contributor: cdhotfire cdhotf...@gmail.com
-
-pkgname=python2-eyed3
-pkgver=0.7.2
-pkgrel=1
-pkgdesc=A Python module and program for processing information about mp3 
files
-arch=(any)
-url=http://eyed3.nicfit.net/;
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
http://pkgbuild.com/~jelle/paver-minilib.zip)
-options=(!emptydirs)
-replaces=('python-eyed3')
-provides=('python-eyed3')
-md5sums=('e659838e5c4656c440637548353eb7ba'
- '0e1e58f4a2b7183b3eba825fbcc5d2df')
-
-
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
-  python2 setup.py build
-}
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
-  python2 setup.py install --root=${pkgdir} --optimize=1 
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-} 

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 95271, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 16:09:20 UTC (rev 95272)
@@ -0,0 +1,26 @@
+#$Id$
+#Maintainer: Aaron Griffin aa...@archlinux.org
+#Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+#Contributor: cdhotfire cdhotf...@gmail.com
+
+pkgname=python2-eyed3
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=A Python module and program for processing information about mp3 
files
+arch=(any)
+url=http://eyed3.nicfit.net/;
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+options=(!emptydirs)
+md5sums=('584431de2a8439039890e02b69a377d5')
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1 
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+} 

Deleted: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch2013-08-08 16:08:51 UTC (rev 95271)
+++ fix_setting_tcmp_frame.patch2013-08-08 16:09:20 UTC (rev 95272)
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Travis Shirk tra...@pobox.com
-# Date 1366683753 21600
-# Branch stable
-# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
-# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
-Fix for setting of non standard text frames. Fixes #26
-
-diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
 a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
-+++ b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
-@@ -1364,7 +1364,8 @@
- the same Id is already in the list it's value is changed, otherwise
- the frame is added.
- '''
--assert(fid[0] == T and fid in list(ID3_FRAMES.keys()))
-+assert(fid[0] == T and (fid in ID3_FRAMES or
-+  fid in NONSTANDARD_ID3_FRAMES))
- 
- if fid in self:
- self[fid][0].text = text

Copied: python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch (from 
rev 95271, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
===
--- fix_setting_tcmp_frame.patch(rev 0)
+++ fix_setting_tcmp_frame.patch2013-08-08 16:09:20 UTC (rev 95272)
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Travis Shirk tra...@pobox.com
+# Date 1366683753 21600
+# Branch stable
+# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
+# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
+Fix for setting of non standard text frames. Fixes #26
+
+diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
+--- a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
 b/src/eyed3/id3/frames.py  Mon Apr 22 

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

2013-08-08 Thread Florian Pritz
Date: Thursday, August 8, 2013 @ 19:06:34
  Author: bluewind
Revision: 95273

upgpkg: lib32-pixman 0.30.2-1

upstream update

Modified:
  lib32-pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 16:09:20 UTC (rev 95272)
+++ PKGBUILD2013-08-08 17:06:34 UTC (rev 95273)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru ib...@archlinux.org
 _pkgbasename=pixman
 pkgname=lib32-$_pkgbasename
-pkgver=0.30.0
+pkgver=0.30.2
 pkgrel=1
 pkgdesc=Pixman library (32-bit)
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gcc-multilib')
 options=('!libtool')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
+sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
 
 build() {
   export CC=gcc -m32



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

2013-08-08 Thread Florian Pritz
Date: Thursday, August 8, 2013 @ 19:06:37
  Author: bluewind
Revision: 95274

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 17:06:34 UTC (rev 95273)
+++ PKGBUILD2013-08-08 17:06:37 UTC (rev 95274)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-_pkgbasename=pixman
-pkgname=lib32-$_pkgbasename
-pkgver=0.30.0
-pkgrel=1
-pkgdesc=Pixman library (32-bit)
-arch=('x86_64')
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
-sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/include
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-pixman/repos/multilib-x86_64/PKGBUILD (from rev 95273, 
lib32-pixman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 17:06:37 UTC (rev 95274)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+_pkgbasename=pixman
+pkgname=lib32-$_pkgbasename
+pkgver=0.30.2
+pkgrel=1
+pkgdesc=Pixman library (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgbasename}-${pkgver}.tar.bz2)
+sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/include
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



[arch-commits] Commit in python-egenix-mx-base/trunk (PKGBUILD)

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 20:03:33
  Author: eric
Revision: 192251

upgpkg: python-egenix-mx-base 3.2.6-1

Upstream update, Add prepare function, Fix license, Fix doc permissions, 
PKGBUILD clean up

Modified:
  python-egenix-mx-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 15:48:07 UTC (rev 192250)
+++ PKGBUILD2013-08-08 18:03:33 UTC (rev 192251)
@@ -4,8 +4,7 @@
 
 pkgbase=python-egenix-mx-base
 pkgname=('python2-egenix-mx-base')
-_origname=egenix-mx-base
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc=A collection of Python tools
 arch=('i686' 'x86_64')
@@ -14,20 +13,25 @@
 makedepends=('python2')
 conflicts=('python-egenix-mx-base=3.2.4-1')
 replaces=('python-egenix-mx-base=3.2.4-1')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('d64607ff3bdd0c908f1f4ce39d458514135c9a86')
+source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz{,.asc})
+sha1sums=('3e21c6eba53a841070a4e9430a85ecf8a28df20f'
+  'SKIP')
 
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
+prepare() {
+  cd egenix-mx-base-${pkgver}
   find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
+}
 
+build() {
+  cd egenix-mx-base-${pkgver}
   python2 setup.py build
 }
 
 package_python2-egenix-mx-base() {
-  depends=('python2=2.7')
-  cd ${srcdir}/${_origname}-${pkgver}
+  depends=('python2')
+
+  cd egenix-mx-base-${pkgver}
   python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  chmod 644 
${pkgdir}/usr/lib/python2.7/site-packages/mx/{URL/Doc/mxURL.pdf,DateTime/Doc/mxDateTime.pdf}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in python-egenix-mx-base/repos (4 files)

2013-08-08 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 20:04:12
  Author: eric
Revision: 192252

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

Added:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
(from rev 192251, python-egenix-mx-base/trunk/PKGBUILD)
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD
(from rev 192251, python-egenix-mx-base/trunk/PKGBUILD)
Deleted:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   33 -
 extra-x86_64/PKGBUILD |   33 -
 3 files changed, 74 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-08 18:03:33 UTC (rev 192251)
+++ extra-i686/PKGBUILD 2013-08-08 18:04:12 UTC (rev 192252)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-_origname=egenix-mx-base
-pkgver=3.2.5
-pkgrel=1
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base=3.2.4-1')
-replaces=('python-egenix-mx-base=3.2.4-1')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('d64607ff3bdd0c908f1f4ce39d458514135c9a86')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
-
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2=2.7')
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-i686/PKGBUILD (from rev 192251, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-08 18:04:12 UTC (rev 192252)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgbase=python-egenix-mx-base
+pkgname=('python2-egenix-mx-base')
+pkgver=3.2.6
+pkgrel=1
+pkgdesc=A collection of Python tools
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.egenix.com/products/python/mxBase/;
+makedepends=('python2')
+conflicts=('python-egenix-mx-base=3.2.4-1')
+replaces=('python-egenix-mx-base=3.2.4-1')
+source=(http://downloads.egenix.com/python/egenix-mx-base-${pkgver}.tar.gz{,.asc})
+sha1sums=('3e21c6eba53a841070a4e9430a85ecf8a28df20f'
+  'SKIP')
+
+prepare() {
+  cd egenix-mx-base-${pkgver}
+  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
+}
+
+build() {
+  cd egenix-mx-base-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-egenix-mx-base() {
+  depends=('python2')
+
+  cd egenix-mx-base-${pkgver}
+  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
+  chmod 644 
${pkgdir}/usr/lib/python2.7/site-packages/mx/{URL/Doc/mxURL.pdf,DateTime/Doc/mxDateTime.pdf}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-08 18:03:33 UTC (rev 192251)
+++ extra-x86_64/PKGBUILD   2013-08-08 18:04:12 UTC (rev 192252)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgbase=python-egenix-mx-base
-pkgname=('python2-egenix-mx-base')
-_origname=egenix-mx-base
-pkgver=3.2.5
-pkgrel=1
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-makedepends=('python2')
-conflicts=('python-egenix-mx-base=3.2.4-1')
-replaces=('python-egenix-mx-base=3.2.4-1')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('d64607ff3bdd0c908f1f4ce39d458514135c9a86')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|^#!.*python|#!/usr/bin/python2| {} \;
-
-  python2 setup.py build
-}
-
-package_python2-egenix-mx-base() {
-  depends=('python2=2.7')
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-x86_64/PKGBUILD (from rev 192251, 
python-egenix-mx-base/trunk/PKGBUILD)
===

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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 21:07:23
  Author: svenstaro
Revision: 95275

upgpkg: pypy3 2.1beta1-2

Enable tk support

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 17:06:37 UTC (rev 95274)
+++ PKGBUILD2013-08-08 19:07:23 UTC (rev 95275)
@@ -7,19 +7,20 @@
 pkgver=2.1beta1
 _pkgver=2.1-beta1
 #[[ -n $_hgrev ]]  pkgver=2.0beta2.$_hgrev
-pkgrel=1
+pkgrel=2
 pkgdesc=A Python3 implementation written in Python, JIT enabled
 url=http://pypy.org;
 arch=('i686' 'x86_64')
 depends=('libffi')
 provides=('python')
 options=(!buildflags)
-makedepends=('python' 'mercurial' 'python2')
+makedepends=('python' 'mercurial' 'python2' 'tk')
 optdepends=('openssl: openssl module'
 'expat: pyexpat module'
 'ncurses: ncurses module'
 'zlib: zlib module'
-'bzip2: bz2 module')
+'bzip2: bz2 module'
+'tk: tk module')
 license=('custom:MIT')
 #source=(hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev;)
 
source=(https://bitbucket.org/pypy/pypy/downloads/$pkgname-$_pkgver-src.tar.bz2;)
@@ -34,7 +35,7 @@
 package() {
   cd ${srcdir}/${pkgname}-${_pkgver}-src/pypy/tool/release
 
-  python2 package.py --without-tk ../../../ pypy3 pypy-c 
${srcdir}/${pkgname}.tar.bz2
+  python2 package.py ../../../ pypy3 pypy-c ${srcdir}/${pkgname}.tar.bz2
 
   mkdir -p ${pkgdir}/opt
   tar x -C ${pkgdir}/opt -f ${srcdir}/${pkgname}.tar.bz2



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 21:07:36
  Author: svenstaro
Revision: 95276

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

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

---+
 /PKGBUILD |   96 
 community-i686/PKGBUILD   |   47 -
 community-x86_64/PKGBUILD |   47 -
 3 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-08 19:07:23 UTC (rev 95275)
+++ community-i686/PKGBUILD 2013-08-08 19:07:36 UTC (rev 95276)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-#_hgrev=63547
-
-pkgname=pypy3
-pkgver=2.1beta1
-_pkgver=2.1-beta1
-#[[ -n $_hgrev ]]  pkgver=2.0beta2.$_hgrev
-pkgrel=1
-pkgdesc=A Python3 implementation written in Python, JIT enabled
-url=http://pypy.org;
-arch=('i686' 'x86_64')
-depends=('libffi')
-provides=('python')
-options=(!buildflags)
-makedepends=('python' 'mercurial' 'python2')
-optdepends=('openssl: openssl module'
-'expat: pyexpat module'
-'ncurses: ncurses module'
-'zlib: zlib module'
-'bzip2: bz2 module')
-license=('custom:MIT')
-#source=(hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev;)
-source=(https://bitbucket.org/pypy/pypy/downloads/$pkgname-$_pkgver-src.tar.bz2;)
-md5sums=('bc2013d1927dc1c0c91228e566abd8da')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}-src/pypy/goal
-
-  python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}-src/pypy/tool/release
-
-  python2 package.py --without-tk ../../../ pypy3 pypy-c 
${srcdir}/${pkgname}.tar.bz2
-
-  mkdir -p ${pkgdir}/opt
-  tar x -C ${pkgdir}/opt -f ${srcdir}/${pkgname}.tar.bz2
-
-  mkdir -p ${pkgdir}/usr/bin
-  ln -s /opt/pypy3/bin/pypy-c ${pkgdir}/usr/bin/pypy3
-
-  install -Dm644 ${pkgdir}/opt/pypy3/LICENSE 
${pkgdir}/usr/share/licenses/pypy3/LICENSE
-}
-# vim: ts=2 sw=2 et:

Copied: pypy3/repos/community-i686/PKGBUILD (from rev 95275, 
pypy3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-08 19:07:36 UTC (rev 95276)
@@ -0,0 +1,48 @@
+# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+#_hgrev=63547
+
+pkgname=pypy3
+pkgver=2.1beta1
+_pkgver=2.1-beta1
+#[[ -n $_hgrev ]]  pkgver=2.0beta2.$_hgrev
+pkgrel=2
+pkgdesc=A Python3 implementation written in Python, JIT enabled
+url=http://pypy.org;
+arch=('i686' 'x86_64')
+depends=('libffi')
+provides=('python')
+options=(!buildflags)
+makedepends=('python' 'mercurial' 'python2' 'tk')
+optdepends=('openssl: openssl module'
+'expat: pyexpat module'
+'ncurses: ncurses module'
+'zlib: zlib module'
+'bzip2: bz2 module'
+'tk: tk module')
+license=('custom:MIT')
+#source=(hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev;)
+source=(https://bitbucket.org/pypy/pypy/downloads/$pkgname-$_pkgver-src.tar.bz2;)
+md5sums=('bc2013d1927dc1c0c91228e566abd8da')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}-src/pypy/goal
+
+  python2 ../../rpython/bin/rpython -Ojit targetpypystandalone
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}-src/pypy/tool/release
+
+  python2 package.py ../../../ pypy3 pypy-c ${srcdir}/${pkgname}.tar.bz2
+
+  mkdir -p ${pkgdir}/opt
+  tar x -C ${pkgdir}/opt -f ${srcdir}/${pkgname}.tar.bz2
+
+  mkdir -p ${pkgdir}/usr/bin
+  ln -s /opt/pypy3/bin/pypy-c ${pkgdir}/usr/bin/pypy3
+
+  install -Dm644 ${pkgdir}/opt/pypy3/LICENSE 
${pkgdir}/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-08 19:07:23 UTC (rev 95275)
+++ community-x86_64/PKGBUILD   2013-08-08 19:07:36 UTC (rev 95276)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 95035 2013-08-04 09:44:24Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-#_hgrev=63547
-
-pkgname=pypy3
-pkgver=2.1beta1
-_pkgver=2.1-beta1
-#[[ -n $_hgrev ]]  pkgver=2.0beta2.$_hgrev
-pkgrel=1
-pkgdesc=A Python3 implementation written in Python, JIT enabled
-url=http://pypy.org;
-arch=('i686' 'x86_64')
-depends=('libffi')
-provides=('python')
-options=(!buildflags)
-makedepends=('python' 'mercurial' 'python2')
-optdepends=('openssl: openssl module'
-'expat: pyexpat module'
-'ncurses: ncurses module'
-'zlib: zlib module'
-   

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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 21:08:45
  Author: svenstaro
Revision: 95278

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

Added:
  pypy/repos/community-i686/LICENSE
(from rev 95277, pypy/trunk/LICENSE)
  pypy/repos/community-i686/PKGBUILD
(from rev 95277, pypy/trunk/PKGBUILD)
  pypy/repos/community-x86_64/LICENSE
(from rev 95277, pypy/trunk/LICENSE)
  pypy/repos/community-x86_64/PKGBUILD
(from rev 95277, pypy/trunk/PKGBUILD)
Deleted:
  pypy/repos/community-i686/LICENSE
  pypy/repos/community-i686/PKGBUILD
  pypy/repos/community-x86_64/LICENSE
  pypy/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  308 
 /PKGBUILD |   96 +
 community-i686/LICENSE|  154 --
 community-i686/PKGBUILD   |   49 ---
 community-x86_64/LICENSE  |  154 --
 community-x86_64/PKGBUILD |   49 ---
 6 files changed, 404 insertions(+), 406 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-08-08 19:08:36 UTC (rev 95277)
+++ community-i686/LICENSE  2013-08-08 19:08:45 UTC (rev 95278)
@@ -1,154 +0,0 @@
-License for files in the pypy/ directory 
-==
-
-Except when otherwise stated (look for LICENSE files in directories or
-information at the beginning of each file) all software and
-documentation in the 'pypy' directories is licensed as follows: 
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person 
-obtaining a copy of this software and associated documentation 
-files (the Software), to deal in the Software without 
-restriction, including without limitation the rights to use, 
-copy, modify, merge, publish, distribute, sublicense, and/or 
-sell copies of the Software, and to permit persons to whom the 
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included 
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
MERCHANTABILITY, 
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
-THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
-DEALINGS IN THE SOFTWARE.
-
-
-PyPy Copyright holders 2003-2010
 
-
-Except when otherwise stated (look for LICENSE files or information at
-the beginning of each file) the files in the 'pypy' directory are each
-copyrighted by one or more of the following people and organizations:
-
-Armin Rigo
-Maciej Fijalkowski
-Carl Friedrich Bolz
-Samuele Pedroni
-Antonio Cuni
-Michael Hudson
-Christian Tismer
-Holger Krekel
-Eric van Riet Paap
-Richard Emslie
-Anders Chrigstrom
-Amaury Forgeot d Arc
-Aurelien Campeas
-Anders Lehmann
-Niklaus Haldimann
-Seo Sanghyeon
-Leonardo Santagada
-Lawrence Oluyede
-Jakub Gustak
-Guido Wesdorp
-Benjamin Peterson
-Alexander Schremmer
-Niko Matsakis
-Ludovic Aubry
-Alex Martelli
-Toon Verwaest
-Stephan Diehl
-Adrien Di Mascio
-Stefan Schwarzer
-Tomek Meka
-Patrick Maupin
-Jacob Hallen
-Laura Creighton
-Bob Ippolito
-Camillo Bruni
-Simon Burton
-Bruno Gola
-Alexandre Fayolle
-Marius Gedminas
-Guido van Rossum
-Valentino Volonghi
-Adrian Kuhn
-Paul deGrandis
-Gerald Klix
-Wanja Saatkamp
-Anders Hammarquist
-Oscar Nierstrasz
-Eugene Oden
-Lukas Renggli
-Guenter Jantzen
-Dinu Gherman
-Bartosz Skowron
-Georg Brandl
-Ben Young
-Jean-Paul Calderone
-Nicolas Chauvat
-Rocco Moretti
-Michael Twomey
-boria
-Jared Grubb
-Olivier Dormond
-Stuart Williams
-Jens-Uwe Mager
-Justas Sadzevicius
-Mikael Schönenberg
-Brian Dorsey
-Jonathan David Riehl
-Beatrice During
-Elmo Mäntynen
-Andreas Friedge
-Alex Gaynor
-Anders Qvist
-Alan McIntyre
-Bert Freudenberg
-
-Heinrich-Heine University, Germany 
-Open End AB (formerly AB Strakt), Sweden
-merlinux GmbH, Germany 
-tismerysoft GmbH, Germany 
-Logilab Paris, France 
-DFKI GmbH, Germany 
-Impara, Germany
-Change Maker, Sweden 
-
- 
-License for 'lib-python/2.5.2' and 'lib-python/2.5.2-modified'
-== 
-
-Except when otherwise stated (look for LICENSE files or
-copyright/license 

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

2013-08-08 Thread Sven-Hendrik Haase
Date: Thursday, August 8, 2013 @ 21:08:36
  Author: svenstaro
Revision: 95277

upgpkg: pypy 2.1-2

Enable tk support

Modified:
  pypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:07:36 UTC (rev 95276)
+++ PKGBUILD2013-08-08 19:08:36 UTC (rev 95277)
@@ -7,19 +7,20 @@
 pkgname=pypy
 pkgver=2.1
 #[[ -n $_hgrev ]]  pkgver=2.0beta2.$_hgrev
-pkgrel=1
-pkgdesc=A Python2 implementation written in Python, JIT enabled
+pkgrel=2
+pkgdesc=A Python implementation written in Python, JIT enabled
 url=http://pypy.org;
 arch=('i686' 'x86_64')
 depends=('libffi')
 provides=('python2')
 options=(!buildflags)
-makedepends=('python2' 'mercurial')
+makedepends=('python2' 'mercurial' 'pypy' 'tk')
 optdepends=('openssl: openssl module'
 'expat: pyexpat module'
 'ncurses: ncurses module'
 'zlib: zlib module'
-'bzip2: bz2 module')
+'bzip2: bz2 module'
+'tk: tk module')
 license=('custom:MIT')
 #source=(hg+https://bitbucket.org/pypy/pypy#revision=$_hgrev;)
 
source=(https://bitbucket.org/pypy/pypy/downloads/$pkgname-$pkgver-src.tar.bz2;)
@@ -34,7 +35,7 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}-src/pypy/tool/release
 
-  python2 package.py --without-tk ../../../ pypy pypy-c 
${srcdir}/${pkgname}.tar.bz2
+  python2 package.py ../../../ pypy pypy-c ${srcdir}/${pkgname}.tar.bz2
 
   mkdir -p ${pkgdir}/opt
   tar x -C ${pkgdir}/opt -f ${srcdir}/${pkgname}.tar.bz2



[arch-commits] Commit in subtitleeditor/trunk (PKGBUILD subtitleeditor.changelog)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:16:42
  Author: jlichtblau
Revision: 95279

upgpkg: subtitleeditor 0.41.0-1

Modified:
  subtitleeditor/trunk/PKGBUILD
  subtitleeditor/trunk/subtitleeditor.changelog

--+
 PKGBUILD |9 -
 subtitleeditor.changelog |3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:08:45 UTC (rev 95278)
+++ PKGBUILD2013-08-08 19:16:42 UTC (rev 95279)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=subtitleeditor
-pkgver=0.40.0
+pkgver=0.41.0
 pkgrel=1
 pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
 arch=('i686' 'x86_64')
@@ -12,13 +12,12 @@
  'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-fluendo: to be able to view movies inside the 
subtitleeditor')
+'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
 options=('!libtool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d')
+source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz)
+sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: subtitleeditor.changelog
===
--- subtitleeditor.changelog2013-08-08 19:08:45 UTC (rev 95278)
+++ subtitleeditor.changelog2013-08-08 19:16:42 UTC (rev 95279)
@@ -1,3 +1,6 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * subtitleeditor 0.41.0-1
+
 2012-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* subtitleeditor 0.40.0-1
 



[arch-commits] Commit in subtitleeditor/repos/community-x86_64 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:16:53
  Author: jlichtblau
Revision: 95280

archrelease: copy trunk to community-x86_64

Added:
  subtitleeditor/repos/community-x86_64/PKGBUILD
(from rev 95279, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
(from rev 95279, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-x86_64/subtitleeditor.install
(from rev 95279, subtitleeditor/trunk/subtitleeditor.install)
Deleted:
  subtitleeditor/repos/community-x86_64/PKGBUILD
  subtitleeditor/repos/community-x86_64/subtitleeditor.changelog
  subtitleeditor/repos/community-x86_64/subtitleeditor.install

--+
 PKGBUILD |   75 +--
 subtitleeditor.changelog |  123 +++--
 subtitleeditor.install   |   24 
 3 files changed, 112 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:16:42 UTC (rev 95279)
+++ PKGBUILD2013-08-08 19:16:53 UTC (rev 95280)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=subtitleeditor
-pkgver=0.40.0
-pkgrel=1
-pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
-arch=('i686' 'x86_64')
-url=http://home.gna.org/subtitleeditor/;
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
- 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
-makedepends=('intltool')
-optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-fluendo: to be able to view movies inside the 
subtitleeditor')
-options=('!libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: subtitleeditor/repos/community-x86_64/PKGBUILD (from rev 95279, 
subtitleeditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:16:53 UTC (rev 95280)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=subtitleeditor
+pkgver=0.41.0
+pkgrel=1
+pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
+arch=('i686' 'x86_64')
+url=http://home.gna.org/subtitleeditor/;
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
+ 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
+'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
+options=('!libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz)
+sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: subtitleeditor.changelog
===
--- subtitleeditor.changelog2013-08-08 19:16:42 UTC (rev 95279)
+++ subtitleeditor.changelog2013-08-08 19:16:53 UTC (rev 95280)
@@ -1,60 +0,0 @@
-2012-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav 

[arch-commits] Commit in tilda/repos/community-x86_64 (7 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:28:31
  Author: jlichtblau
Revision: 95282

archrelease: copy trunk to community-x86_64

Added:
  tilda/repos/community-x86_64/PKGBUILD
(from rev 95281, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 95281, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda-conf-sigsegv.patch
  tilda/repos/community-x86_64/tilda-fix.patch
  tilda/repos/community-x86_64/tilda-glib2.patch
  tilda/repos/community-x86_64/tilda.changelog

--+
 PKGBUILD |   71 ++---
 tilda-conf-sigsegv.patch |   11 --
 tilda-fix.patch  |   24 ---
 tilda-glib2.patch|   11 --
 tilda.changelog  |   38 +++-
 5 files changed, 47 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:28:15 UTC (rev 95281)
+++ PKGBUILD2013-08-08 19:28:31 UTC (rev 95282)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=0.9.6
-pkgrel=6
-pkgdesc=Linux terminal based on classic terminals from first person shooter 
games
-arch=('i686' 'x86_64')
-url=http://tilda.sourceforge.net;
-license=('GPL')
-depends=('vte' 'confuse' 'libglade')
-makedepends=('gawk')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-tilda-fix.patch tilda-glib2.patch tilda-conf-sigsegv.patch)
-sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
-'ceac38bb33a0e8141f7b6cbc55807c999729319f2fdfaa3c375aa1a541d29729'
-'c71cdd8cdc1fdd76c919605c6b7a1b89e4929d20630db17145e6c2b584c8aaf9'
-'e28c731c0ca94210d5e4f4b7dd0eee9952405593f1d06e4ab2d87ee299e3e533')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-# gdk  desktop file fix FS#25762
-  patch -p0 -i ${srcdir}/$pkgname-fix.patch
-
-# glib2 fix
-  patch -p0 -i ${srcdir}/$pkgname-glib2.patch
-
-# fix segfaults on malformed config files FS#29754
-  patch -p0 -i ${srcdir}/$pkgname-conf-sigsegv.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 95281, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:28:31 UTC (rev 95282)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse' 'gtk3')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: tilda-conf-sigsegv.patch
===
--- tilda-conf-sigsegv.patch2013-08-08 19:28:15 UTC (rev 95281)
+++ tilda-conf-sigsegv.patch2013-08-08 19:28:31 UTC (rev 95282)
@@ -1,11 +0,0 @@
 src/key_grabber.c  2008-04-08 00:12:31.0 +0200
-+++ src/key_grabber.c  2012-05-17 19:43:25.227699421 +0200
-@@ -257,7 +257,7 @@
- gboolean tilda_keygrabber_bind (const gchar *keystr, tilda_window *tw)
- {
- /* Empty strings are no good */
--if (strcmp (, keystr) == 0)
-+if (!keystr || strcmp (, keystr) == 0)
- return FALSE;
- 
- return tomboy_keybinder_bind (keystr, onKeybindingPull, tw);

Deleted: tilda-fix.patch
===
--- tilda-fix.patch 2013-08-08 19:28:15 UTC (rev 95281)
+++ tilda-fix.patch 2013-08-08 19:28:31 UTC (rev 95282)
@@ -1,24 +0,0 @@
 src/key_grabber.c  2008-04-08 01:12:31.0 +0300
-+++ src/key_grabber.c  2009-10-16 17:39:16.399679408 +0300
-@@ -190,7 +190,7 @@
-  * Overriding the user time here seems to work a lot better than 
calling
-  * gtk_window_present_with_time() here, or at the end of the 
function. I have
-  * no idea why, they should do the same thing. */
--gdk_x11_window_set_user_time (GTK_WIDGET(tw-window)-window,
-+gdk_x11_window_set_user_time (GTK_WIDGET(tw-window),
-   

[arch-commits] Commit in tilda/trunk (5 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:28:15
  Author: jlichtblau
Revision: 95281

upgpkg: tilda 1.1.7-1

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog
Deleted:
  tilda/trunk/tilda-conf-sigsegv.patch
  tilda/trunk/tilda-fix.patch
  tilda/trunk/tilda-glib2.patch

--+
 PKGBUILD |   33 ++---
 tilda-conf-sigsegv.patch |   11 ---
 tilda-fix.patch  |   24 
 tilda-glib2.patch|   11 ---
 tilda.changelog  |8 +++-
 5 files changed, 13 insertions(+), 74 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:16:53 UTC (rev 95280)
+++ PKGBUILD2013-08-08 19:28:15 UTC (rev 95281)
@@ -4,39 +4,26 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=tilda
-pkgver=0.9.6
-pkgrel=6
-pkgdesc=Linux terminal based on classic terminals from first person shooter 
games
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
 arch=('i686' 'x86_64')
-url=http://tilda.sourceforge.net;
+url=https://github.com/lanoxx/tilda;
 license=('GPL')
-depends=('vte' 'confuse' 'libglade')
-makedepends=('gawk')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-tilda-fix.patch tilda-glib2.patch tilda-conf-sigsegv.patch)
-sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
-'ceac38bb33a0e8141f7b6cbc55807c999729319f2fdfaa3c375aa1a541d29729'
-'c71cdd8cdc1fdd76c919605c6b7a1b89e4929d20630db17145e6c2b584c8aaf9'
-'e28c731c0ca94210d5e4f4b7dd0eee9952405593f1d06e4ab2d87ee299e3e533')
+depends=('vte3' 'confuse' 'gtk3')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgname-$pkgver
 
-# gdk  desktop file fix FS#25762
-  patch -p0 -i ${srcdir}/$pkgname-fix.patch
-
-# glib2 fix
-  patch -p0 -i ${srcdir}/$pkgname-glib2.patch
-
-# fix segfaults on malformed config files FS#29754
-  patch -p0 -i ${srcdir}/$pkgname-conf-sigsegv.patch
-
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 }

Deleted: tilda-conf-sigsegv.patch
===
--- tilda-conf-sigsegv.patch2013-08-08 19:16:53 UTC (rev 95280)
+++ tilda-conf-sigsegv.patch2013-08-08 19:28:15 UTC (rev 95281)
@@ -1,11 +0,0 @@
 src/key_grabber.c  2008-04-08 00:12:31.0 +0200
-+++ src/key_grabber.c  2012-05-17 19:43:25.227699421 +0200
-@@ -257,7 +257,7 @@
- gboolean tilda_keygrabber_bind (const gchar *keystr, tilda_window *tw)
- {
- /* Empty strings are no good */
--if (strcmp (, keystr) == 0)
-+if (!keystr || strcmp (, keystr) == 0)
- return FALSE;
- 
- return tomboy_keybinder_bind (keystr, onKeybindingPull, tw);

Deleted: tilda-fix.patch
===
--- tilda-fix.patch 2013-08-08 19:16:53 UTC (rev 95280)
+++ tilda-fix.patch 2013-08-08 19:28:15 UTC (rev 95281)
@@ -1,24 +0,0 @@
 src/key_grabber.c  2008-04-08 01:12:31.0 +0300
-+++ src/key_grabber.c  2009-10-16 17:39:16.399679408 +0300
-@@ -190,7 +190,7 @@
-  * Overriding the user time here seems to work a lot better than 
calling
-  * gtk_window_present_with_time() here, or at the end of the 
function. I have
-  * no idea why, they should do the same thing. */
--gdk_x11_window_set_user_time (GTK_WIDGET(tw-window)-window,
-+gdk_x11_window_set_user_time (GTK_WIDGET(tw-window),
-   
tomboy_keybinder_get_current_event_time());
- gtk_window_move (GTK_WINDOW(tw-window), config_getint (x_pos), 
config_getint (y_pos));
- gtk_widget_show (GTK_WIDGET(tw-window));
-
 tilda.desktop.in   2007-03-16 04:53:34.0 +0100
-+++ tilda.desktop.in   2011-08-28 19:08:53.0 +0200
-@@ -2 +1,0 @@
--Encoding=UTF-8
-@@ -4,2 +3,2 @@
--Exec=@BINDIR@/tilda
--Icon=@PIXMAPSDIR@/tilda.png
-+Exec=tilda
-+Icon=tilda
-@@ -8 +7 @@
--Categories=GNOME;GTK;Application;Utility;TerminalEmulator;
-+Categories=GNOME;GTK;Utility;TerminalEmulator;System;

Deleted: tilda-glib2.patch
===
--- tilda-glib2.patch   2013-08-08 19:16:53 UTC (rev 95280)
+++ tilda-glib2.patch   2013-08-08 19:28:15 UTC (rev 95281)
@@ -1,11 +0,0 @@
 src/tomboykeybinder.h  2007-07-15 04:31:19.0 +0200
-+++ src/tomboykeybinder.h  2012-05-17 19:42:06.613150329 +0200
-@@ -2,7 +2,7 @@
- #ifndef __TOMBOY_KEY_BINDER_H__
- #define __TOMBOY_KEY_BINDER_H__
- 
--#include glib/gtypes.h
-+//#include glib/gtypes.h
- 
- 

[arch-commits] Commit in unrtf/trunk (PKGBUILD unrtf.changelog)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:29:33
  Author: jlichtblau
Revision: 95283

upgpkg: unrtf 0.21.5-1

Modified:
  unrtf/trunk/PKGBUILD
  unrtf/trunk/unrtf.changelog

-+
 PKGBUILD|4 ++--
 unrtf.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:28:31 UTC (rev 95282)
+++ PKGBUILD2013-08-08 19:29:33 UTC (rev 95283)
@@ -4,7 +4,7 @@
 # Contributor: froggie sulliva...@gmail.com
 
 pkgname=unrtf
-pkgver=0.21.3
+pkgver=0.21.5
 pkgrel=1
 pkgdesc=Command-line program which converts RTF documents to other formats
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 changelog=$pkgname.changelog
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
+sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: unrtf.changelog
===
--- unrtf.changelog 2013-08-08 19:28:31 UTC (rev 95282)
+++ unrtf.changelog 2013-08-08 19:29:33 UTC (rev 95283)
@@ -1,3 +1,6 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.5-1
+
 2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* unrtf 0.21.3-1
 



[arch-commits] Commit in unrtf/repos/community-x86_64 (4 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:29:43
  Author: jlichtblau
Revision: 95284

archrelease: copy trunk to community-x86_64

Added:
  unrtf/repos/community-x86_64/PKGBUILD
(from rev 95283, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-x86_64/unrtf.changelog
(from rev 95283, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-x86_64/PKGBUILD
  unrtf/repos/community-x86_64/unrtf.changelog

-+
 PKGBUILD|   58 +++---
 unrtf.changelog |   31 +++-
 2 files changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:29:33 UTC (rev 95283)
+++ PKGBUILD2013-08-08 19:29:43 UTC (rev 95284)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.3
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-x86_64/PKGBUILD (from rev 95283, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:29:43 UTC (rev 95284)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.5
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2013-08-08 19:29:33 UTC (rev 95283)
+++ unrtf.changelog 2013-08-08 19:29:43 UTC (rev 95284)
@@ -1,14 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-x86_64/unrtf.changelog (from rev 95283, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2013-08-08 19:29:43 UTC (rev 95284)
@@ -0,0 +1,17 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0



[arch-commits] Commit in subtitleeditor/repos/community-i686 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:35:11
  Author: jlichtblau
Revision: 95285

archrelease: copy trunk to community-i686

Added:
  subtitleeditor/repos/community-i686/PKGBUILD
(from rev 95284, subtitleeditor/trunk/PKGBUILD)
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
(from rev 95284, subtitleeditor/trunk/subtitleeditor.changelog)
  subtitleeditor/repos/community-i686/subtitleeditor.install
(from rev 95284, subtitleeditor/trunk/subtitleeditor.install)
Deleted:
  subtitleeditor/repos/community-i686/PKGBUILD
  subtitleeditor/repos/community-i686/subtitleeditor.changelog
  subtitleeditor/repos/community-i686/subtitleeditor.install

--+
 PKGBUILD |   75 +--
 subtitleeditor.changelog |  123 +++--
 subtitleeditor.install   |   24 
 3 files changed, 112 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:29:43 UTC (rev 95284)
+++ PKGBUILD2013-08-08 19:35:11 UTC (rev 95285)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=subtitleeditor
-pkgver=0.40.0
-pkgrel=1
-pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
-arch=('i686' 'x86_64')
-url=http://home.gna.org/subtitleeditor/;
-license=('GPL3')
-depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
- 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
-makedepends=('intltool')
-optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor'
-'gstreamer0.10-fluendo: to be able to view movies inside the 
subtitleeditor')
-options=('!libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz)
-sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-}
-
-package () {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: subtitleeditor/repos/community-i686/PKGBUILD (from rev 95284, 
subtitleeditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:35:11 UTC (rev 95285)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=subtitleeditor
+pkgver=0.41.0
+pkgrel=1
+pkgdesc=A GTK+2 tool to edit subtitles for GNU/Linux/*BSD
+arch=('i686' 'x86_64')
+url=http://home.gna.org/subtitleeditor/;
+license=('GPL3')
+depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 
'gstreamer0.10-good-plugins' 
+ 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 
'libxml++' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the 
subtitleeditor'
+'gstreamer0.10-ugly-plugins: to be able to view movies inside the 
subtitleeditor')
+options=('!libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz)
+sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+}
+
+package () {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: subtitleeditor.changelog
===
--- subtitleeditor.changelog2013-08-08 19:29:43 UTC (rev 95284)
+++ subtitleeditor.changelog2013-08-08 19:35:11 UTC (rev 95285)
@@ -1,60 +0,0 @@
-2012-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.40.0-1
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.39.0-1
-
-2011-07-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * subtitleeditor 0.38.0-1
-
-2010-07-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.37.1
-
-2010-07-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.37.0
-
-2010-04-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.2
-
-2010-03-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.1
-
-2010-02-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.36.0
-
-2009-12-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v0.35.1
-
-2009-11-08 Jaroslav Lichtblau 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:35:50
  Author: jlichtblau
Revision: 95286

upgpkg: homebank 4.5.1-1

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |   10 +-
 homebank.changelog |3 +++
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:35:11 UTC (rev 95285)
+++ PKGBUILD2013-08-08 19:35:50 UTC (rev 95286)
@@ -3,28 +3,28 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=homebank
-pkgver=4.5
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=Free, easy, personal accounting for everyone
 arch=('i686' 'x86_64')
 url=http://homebank.free.fr/;
 license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perlxml' 'shared-mime-info')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
 makedepends=('intltool')
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('3c6dcb19fd975037857f84fd6a186a5b0b84f590f37ead0d37868fa484c6e547')
+sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
 }

Modified: homebank.changelog
===
--- homebank.changelog  2013-08-08 19:35:11 UTC (rev 95285)
+++ homebank.changelog  2013-08-08 19:35:50 UTC (rev 95286)
@@ -1,2 +1,5 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.1-1
+
 2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* homebank 4.5-1



[arch-commits] Commit in homebank/repos/community-x86_64 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:36:00
  Author: jlichtblau
Revision: 95287

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 95286, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 95286, homebank/trunk/homebank.changelog)
  homebank/repos/community-x86_64/homebank.install
(from rev 95286, homebank/trunk/homebank.install)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog
  homebank/repos/community-x86_64/homebank.install

+
 PKGBUILD   |   60 +--
 homebank.changelog |7 -
 homebank.install   |   26 +++---
 3 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:35:50 UTC (rev 95286)
+++ PKGBUILD2013-08-08 19:36:00 UTC (rev 95287)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.5
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perlxml' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('3c6dcb19fd975037857f84fd6a186a5b0b84f590f37ead0d37868fa484c6e547')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 95286, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:36:00 UTC (rev 95287)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2013-08-08 19:35:50 UTC (rev 95286)
+++ homebank.changelog  2013-08-08 19:36:00 UTC (rev 95287)
@@ -1,2 +0,0 @@
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-x86_64/homebank.changelog (from rev 95286, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2013-08-08 19:36:00 UTC (rev 95287)
@@ -0,0 +1,5 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.1-1
+
+2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5-1

Deleted: homebank.install
===
--- homebank.install2013-08-08 19:35:50 UTC (rev 95286)
+++ homebank.install2013-08-08 19:36:00 UTC (rev 95287)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: homebank/repos/community-x86_64/homebank.install (from rev 95286, 
homebank/trunk/homebank.install)
===
--- homebank.install(rev 0)
+++ homebank.install2013-08-08 19:36:00 UTC (rev 95287)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in homebank/repos/community-i686 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:38:46
  Author: jlichtblau
Revision: 95288

archrelease: copy trunk to community-i686

Added:
  homebank/repos/community-i686/PKGBUILD
(from rev 95287, homebank/trunk/PKGBUILD)
  homebank/repos/community-i686/homebank.changelog
(from rev 95287, homebank/trunk/homebank.changelog)
  homebank/repos/community-i686/homebank.install
(from rev 95287, homebank/trunk/homebank.install)
Deleted:
  homebank/repos/community-i686/PKGBUILD
  homebank/repos/community-i686/homebank.changelog
  homebank/repos/community-i686/homebank.install

+
 PKGBUILD   |   60 +--
 homebank.changelog |7 -
 homebank.install   |   26 +++---
 3 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:36:00 UTC (rev 95287)
+++ PKGBUILD2013-08-08 19:38:46 UTC (rev 95288)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=homebank
-pkgver=4.5
-pkgrel=1
-pkgdesc=Free, easy, personal accounting for everyone
-arch=('i686' 'x86_64')
-url=http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perlxml' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('3c6dcb19fd975037857f84fd6a186a5b0b84f590f37ead0d37868fa484c6e547')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 95287, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:38:46 UTC (rev 95288)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=homebank
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Free, easy, personal accounting for everyone
+arch=('i686' 'x86_64')
+url=http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2013-08-08 19:36:00 UTC (rev 95287)
+++ homebank.changelog  2013-08-08 19:38:46 UTC (rev 95288)
@@ -1,2 +0,0 @@
-2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * homebank 4.5-1

Copied: homebank/repos/community-i686/homebank.changelog (from rev 95287, 
homebank/trunk/homebank.changelog)
===
--- homebank.changelog  (rev 0)
+++ homebank.changelog  2013-08-08 19:38:46 UTC (rev 95288)
@@ -0,0 +1,5 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5.1-1
+
+2013-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * homebank 4.5-1

Deleted: homebank.install
===
--- homebank.install2013-08-08 19:36:00 UTC (rev 95287)
+++ homebank.install2013-08-08 19:38:46 UTC (rev 95288)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: homebank/repos/community-i686/homebank.install (from rev 95287, 
homebank/trunk/homebank.install)
===
--- homebank.install(rev 0)
+++ homebank.install2013-08-08 19:38:46 UTC (rev 95288)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in mp3splt-gtk/trunk (PKGBUILD mp3splt-gtk.changelog)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:39:53
  Author: jlichtblau
Revision: 95289

upgpkg: mp3splt-gtk 0.9-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD
  mp3splt-gtk/trunk/mp3splt-gtk.changelog

---+
 PKGBUILD  |5 +++--
 mp3splt-gtk.changelog |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:38:46 UTC (rev 95288)
+++ PKGBUILD2013-08-08 19:39:53 UTC (rev 95289)
@@ -2,14 +2,14 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=mp3splt-gtk
-pkgver=0.8.2
+pkgver=0.9
 pkgrel=1
 pkgdesc=Split mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
 url=http://mp3splt.sourceforge.net/;
 license=('GPL')
 depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
+makedepends=('pkg-config')
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
@@ -27,3 +27,4 @@
 
   make DESTDIR=${pkgdir} install
 }
+sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')

Modified: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-08-08 19:38:46 UTC (rev 95288)
+++ mp3splt-gtk.changelog   2013-08-08 19:39:53 UTC (rev 95289)
@@ -1,3 +1,6 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9-1
+
 2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* mp3splt-gtk 0.8.2-1
 



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

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:40:50
  Author: jlichtblau
Revision: 95290

upgpkg: mp3splt-gtk 0.9-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:39:53 UTC (rev 95289)
+++ PKGBUILD2013-08-08 19:40:50 UTC (rev 95290)
@@ -13,7 +13,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
+sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
@@ -27,4 +27,3 @@
 
   make DESTDIR=${pkgdir} install
 }
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')



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

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:41:15
  Author: jlichtblau
Revision: 95292

archrelease: copy trunk to community-i686

Added:
  unrtf/repos/community-i686/PKGBUILD
(from rev 95291, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-i686/unrtf.changelog
(from rev 95291, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-i686/PKGBUILD
  unrtf/repos/community-i686/unrtf.changelog

-+
 PKGBUILD|   58 +++---
 unrtf.changelog |   31 +++-
 2 files changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:41:01 UTC (rev 95291)
+++ PKGBUILD2013-08-08 19:41:15 UTC (rev 95292)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.3
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8aec68a5583fea8ac575cdb6bbd111ecc6700054127ab12023ac94729da77536')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-i686/PKGBUILD (from rev 95291, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:41:15 UTC (rev 95292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.5
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2013-08-08 19:41:01 UTC (rev 95291)
+++ unrtf.changelog 2013-08-08 19:41:15 UTC (rev 95292)
@@ -1,14 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-i686/unrtf.changelog (from rev 95291, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2013-08-08 19:41:15 UTC (rev 95292)
@@ -0,0 +1,17 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0



[arch-commits] Commit in mp3splt-gtk/repos/community-x86_64 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:41:01
  Author: jlichtblau
Revision: 95291

archrelease: copy trunk to community-x86_64

Added:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
(from rev 95290, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
(from rev 95290, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install
(from rev 95290, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install

---+
 PKGBUILD  |   58 
 mp3splt-gtk.changelog |   69 +---
 mp3splt-gtk.install   |8 ++---
 3 files changed, 69 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:40:50 UTC (rev 95290)
+++ PKGBUILD2013-08-08 19:41:01 UTC (rev 95291)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.8.2
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-x86_64/PKGBUILD (from rev 95290, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:41:01 UTC (rev 95291)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
+makedepends=('pkg-config')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-08-08 19:40:50 UTC (rev 95290)
+++ mp3splt-gtk.changelog   2013-08-08 19:41:01 UTC (rev 95291)
@@ -1,33 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog (from rev 
95290, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2013-08-08 19:41:01 UTC (rev 95291)
@@ -0,0 +1,36 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau 

[arch-commits] Commit in mp3splt-gtk/repos/community-i686 (6 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:43:14
  Author: jlichtblau
Revision: 95293

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 95292, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 95292, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 95292, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   58 
 mp3splt-gtk.changelog |   69 +---
 mp3splt-gtk.install   |8 ++---
 3 files changed, 69 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:41:15 UTC (rev 95292)
+++ PKGBUILD2013-08-08 19:43:14 UTC (rev 95293)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.8.2
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('5634d0a6d15f73affc361c49cafb96a5e53fa2e65a6d7723e74a3a79d3f27c88')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 95292, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:43:14 UTC (rev 95293)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
+makedepends=('pkg-config')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-08-08 19:41:15 UTC (rev 95292)
+++ mp3splt-gtk.changelog   2013-08-08 19:43:14 UTC (rev 95293)
@@ -1,33 +0,0 @@
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 95292, 
mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2013-08-08 19:43:14 UTC (rev 95293)
@@ -0,0 +1,36 @@
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.2-1
+
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau 

[arch-commits] Commit in tilda/repos/community-i686 (7 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:46:55
  Author: jlichtblau
Revision: 95294

archrelease: copy trunk to community-i686

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 95293, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 95293, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda-conf-sigsegv.patch
  tilda/repos/community-i686/tilda-fix.patch
  tilda/repos/community-i686/tilda-glib2.patch
  tilda/repos/community-i686/tilda.changelog

--+
 PKGBUILD |   71 ++---
 tilda-conf-sigsegv.patch |   11 --
 tilda-fix.patch  |   24 ---
 tilda-glib2.patch|   11 --
 tilda.changelog  |   38 +++-
 5 files changed, 47 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-08 19:43:14 UTC (rev 95293)
+++ PKGBUILD2013-08-08 19:46:55 UTC (rev 95294)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=0.9.6
-pkgrel=6
-pkgdesc=Linux terminal based on classic terminals from first person shooter 
games
-arch=('i686' 'x86_64')
-url=http://tilda.sourceforge.net;
-license=('GPL')
-depends=('vte' 'confuse' 'libglade')
-makedepends=('gawk')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-tilda-fix.patch tilda-glib2.patch tilda-conf-sigsegv.patch)
-sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
-'ceac38bb33a0e8141f7b6cbc55807c999729319f2fdfaa3c375aa1a541d29729'
-'c71cdd8cdc1fdd76c919605c6b7a1b89e4929d20630db17145e6c2b584c8aaf9'
-'e28c731c0ca94210d5e4f4b7dd0eee9952405593f1d06e4ab2d87ee299e3e533')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-# gdk  desktop file fix FS#25762
-  patch -p0 -i ${srcdir}/$pkgname-fix.patch
-
-# glib2 fix
-  patch -p0 -i ${srcdir}/$pkgname-glib2.patch
-
-# fix segfaults on malformed config files FS#29754
-  patch -p0 -i ${srcdir}/$pkgname-conf-sigsegv.patch
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 95293, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-08 19:46:55 UTC (rev 95294)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.7
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse' 'gtk3')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: tilda-conf-sigsegv.patch
===
--- tilda-conf-sigsegv.patch2013-08-08 19:43:14 UTC (rev 95293)
+++ tilda-conf-sigsegv.patch2013-08-08 19:46:55 UTC (rev 95294)
@@ -1,11 +0,0 @@
 src/key_grabber.c  2008-04-08 00:12:31.0 +0200
-+++ src/key_grabber.c  2012-05-17 19:43:25.227699421 +0200
-@@ -257,7 +257,7 @@
- gboolean tilda_keygrabber_bind (const gchar *keystr, tilda_window *tw)
- {
- /* Empty strings are no good */
--if (strcmp (, keystr) == 0)
-+if (!keystr || strcmp (, keystr) == 0)
- return FALSE;
- 
- return tomboy_keybinder_bind (keystr, onKeybindingPull, tw);

Deleted: tilda-fix.patch
===
--- tilda-fix.patch 2013-08-08 19:43:14 UTC (rev 95293)
+++ tilda-fix.patch 2013-08-08 19:46:55 UTC (rev 95294)
@@ -1,24 +0,0 @@
 src/key_grabber.c  2008-04-08 01:12:31.0 +0300
-+++ src/key_grabber.c  2009-10-16 17:39:16.399679408 +0300
-@@ -190,7 +190,7 @@
-  * Overriding the user time here seems to work a lot better than 
calling
-  * gtk_window_present_with_time() here, or at the end of the 
function. I have
-  * no idea why, they should do the same thing. */
--gdk_x11_window_set_user_time (GTK_WIDGET(tw-window)-window,
-+gdk_x11_window_set_user_time (GTK_WIDGET(tw-window),
-   
tomboy_keybinder_get_current_event_time());
- 

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

2013-08-08 Thread Laurent Carlier
Date: Thursday, August 8, 2013 @ 21:49:39
  Author: lcarlier
Revision: 95295

upgpkg: bitcoin 0.8.3-3

db 6.0.20 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:46:55 UTC (rev 95294)
+++ PKGBUILD2013-08-08 19:49:39 UTC (rev 95295)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://www.bitcoin.org/;
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')



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

2013-08-08 Thread Laurent Carlier
Date: Thursday, August 8, 2013 @ 21:49:48
  Author: lcarlier
Revision: 95296

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

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

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/bitcoin-qt.install   |   11 +
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/bitcoin-qt.install |   11 +
 4 files changed, 136 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 95295, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-08 19:49:48 UTC (rev 95296)
@@ -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.3
+pkgrel=3
+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=('c6003a6af947e6978b13ab55d7bb7ec97aedc55022fb4924d08792a8d4f83a35')
+
+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-staging-i686/bitcoin-qt.install (from rev 
95295, bitcoin/trunk/bitcoin-qt.install)
===
--- community-staging-i686/bitcoin-qt.install   (rev 0)
+++ community-staging-i686/bitcoin-qt.install   2013-08-08 19:49:48 UTC (rev 
95296)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 95295, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-08 19:49:48 UTC (rev 95296)
@@ -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.3
+pkgrel=3
+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=('c6003a6af947e6978b13ab55d7bb7ec97aedc55022fb4924d08792a8d4f83a35')
+
+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 

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

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:54:33
  Author: jlichtblau
Revision: 95297

upgpkg: xemacs 21.5.33-4

Modified:
  xemacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:49:48 UTC (rev 95296)
+++ PKGBUILD2013-08-08 19:54:33 UTC (rev 95297)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=3
+pkgrel=4
 pkgdesc=An highly customizable open source text editor and application 
development system forked from GNU Emacs
 arch=('i686' 'x86_64')
 url=http://www.xemacs.org/;



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

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:54:43
  Author: jlichtblau
Revision: 95298

archrelease: copy trunk to community-staging-x86_64

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

+
 PKGBUILD   |   57 +++
 xemacs.desktop |   34 
 xemacs.install |   35 +
 3 files changed, 126 insertions(+)

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

Copied: xemacs/repos/community-staging-x86_64/xemacs.desktop (from rev 95297, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-x86_64/xemacs.desktop (rev 0)
+++ community-staging-x86_64/xemacs.desktop 2013-08-08 19:54:43 UTC (rev 
95298)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit text
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Exec=xemacs %f
+Icon=/usr/share/pixmaps/xemacs-icon.xpm
+Type=Application
+Terminal=false
+Categories=Development;TextEditor;
+Encoding=UTF-8
+StartupWMClass=Emacs

Copied: xemacs/repos/community-staging-x86_64/xemacs.install (from rev 95297, 
xemacs/trunk/xemacs.install)
===
--- community-staging-x86_64/xemacs.install

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

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 22:05:03
  Author: jlichtblau
Revision: 95299

archrelease: copy trunk to community-staging-i686

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

+
 PKGBUILD   |   57 +++
 xemacs.desktop |   34 
 xemacs.install |   35 +
 3 files changed, 126 insertions(+)

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

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 95298, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-08-08 20:05:03 UTC (rev 
95299)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit text
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Exec=xemacs %f
+Icon=/usr/share/pixmaps/xemacs-icon.xpm
+Type=Application
+Terminal=false
+Categories=Development;TextEditor;
+Encoding=UTF-8
+StartupWMClass=Emacs

Copied: xemacs/repos/community-staging-i686/xemacs.install (from rev 95298, 
xemacs/trunk/xemacs.install)
===
--- community-staging-i686/xemacs.install  

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

2013-08-08 Thread Pierre Schmitz
Date: Thursday, August 8, 2013 @ 22:56:57
  Author: pierre
Revision: 192254

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 192253, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 192253, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-08 20:56:57 UTC (rev 192254)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20130808
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('99a22d19d7faf7d9e823ab2e561d3ba0'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Pierre Schmitz
Date: Thursday, August 8, 2013 @ 22:56:52
  Author: pierre
Revision: 192253

upgpkg: devtools 20130808-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 18:04:12 UTC (rev 192252)
+++ PKGBUILD2013-08-08 20:56:52 UTC (rev 192253)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20130525
+pkgver=20130808
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('afec33a914471db8b8fb8ef65ee6b9ee'
+md5sums=('99a22d19d7faf7d9e823ab2e561d3ba0'
  'SKIP')
 
 build() {



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Friday, August 9, 2013 @ 02:10:01
  Author: svenstaro
Revision: 95300

upgpkg: stuntrally 2.1-1

Updating to 2.1

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 20:05:03 UTC (rev 95299)
+++ PKGBUILD2013-08-09 00:10:01 UTC (rev 95300)
@@ -4,17 +4,17 @@
 # Contributor: Jason Melton jason.mel...@gmail.com
 
 pkgname=stuntrally
-pkgver=2.0
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')
 url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
 makedepends=('cmake' 'boost')
 install=stuntrally.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
-sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68')
+sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0')
 
 build() {
   cd $srcdir/stuntrally-$pkgver/



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Friday, August 9, 2013 @ 02:10:09
  Author: svenstaro
Revision: 95301

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

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

-+
 /PKGBUILD   |   74 ++
 /stuntrally.install |   26 +++
 community-i686/PKGBUILD |   37 -
 community-i686/stuntrally.install   |   13 -
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/stuntrally.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 00:10:01 UTC (rev 95300)
+++ community-i686/PKGBUILD 2013-08-09 00:10:09 UTC (rev 95301)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
-# Contributor: Jason Melton jason.mel...@gmail.com
-
-pkgname=stuntrally
-pkgver=2.0
-pkgrel=2
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
-makedepends=('cmake' 'boost')
-install=stuntrally.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
-sha256sums=('ef3e645e4911f37c28925e3339c39555e849b7ac13511f009742030f531eed68')
-
-build() {
-  cd $srcdir/stuntrally-$pkgver/
-
-  rm -rf build
-  mkdir build  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSHARE_INSTALL=share/stuntrally
-  make
-}
-
-package() {
-  cd $srcdir/stuntrally-$pkgver/build/
-
-  make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/share/stuntrally/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/PKGBUILD (from rev 95300, 
stuntrally/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 00:10:09 UTC (rev 95301)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=2.1
+pkgrel=1
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
+makedepends=('cmake' 'boost')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
+sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARE_INSTALL=share/stuntrally
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/stuntrally.install
===
--- community-i686/stuntrally.install   2013-08-09 00:10:01 UTC (rev 95300)
+++ community-i686/stuntrally.install   2013-08-09 00:10:09 UTC (rev 95301)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/stuntrally.install (from rev 95300, 
stuntrally/trunk/stuntrally.install)
===
--- community-i686/stuntrally.install   (rev 0)
+++ community-i686/stuntrally.install   2013-08-09 00:10:09 UTC (rev 95301)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===

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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 02:27:42
  Author: eric
Revision: 192255

upgpkg: putty 0.63-1

Upstream update

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 20:56:57 UTC (rev 192254)
+++ PKGBUILD2013-08-09 00:27:42 UTC (rev 192255)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=putty
-pkgver=0.62
+pkgver=0.63
 pkgrel=1
 pkgdesc=A terminal integrated SSH/Telnet client
 arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@
 depends=('gtk2')
 
source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
-  '128cded001647e3b47494dbfb1eeb70cbed49a7c')
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
+  cd ${pkgname}-${pkgver}/unix
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
+  cd ${pkgname}-${pkgver}/unix
   make DESTDIR=${pkgdir} install
   install -D -m644 ../LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 02:29:07
  Author: eric
Revision: 192256

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 00:27:42 UTC (rev 192255)
+++ extra-i686/PKGBUILD 2013-08-09 00:29:07 UTC (rev 192256)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=putty
-pkgver=0.62
-pkgrel=1
-pkgdesc=A terminal integrated SSH/Telnet client
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/putty/;
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
-  '128cded001647e3b47494dbfb1eeb70cbed49a7c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: putty/repos/extra-i686/PKGBUILD (from rev 192255, putty/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 00:29:07 UTC (rev 192256)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=putty
+pkgver=0.63
+pkgrel=1
+pkgdesc=A terminal integrated SSH/Telnet client
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 00:27:42 UTC (rev 192255)
+++ extra-x86_64/PKGBUILD   2013-08-09 00:29:07 UTC (rev 192256)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=putty
-pkgver=0.62
-pkgrel=1
-pkgdesc=A terminal integrated SSH/Telnet client
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/putty/;
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
-  '128cded001647e3b47494dbfb1eeb70cbed49a7c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/unix
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: putty/repos/extra-x86_64/PKGBUILD (from rev 192255, 
putty/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 00:29:07 UTC (rev 192256)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=putty
+pkgver=0.63
+pkgrel=1
+pkgdesc=A terminal integrated SSH/Telnet client
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/putty/;
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2013-08-08 Thread Sven-Hendrik Haase
Date: Friday, August 9, 2013 @ 02:32:20
  Author: svenstaro
Revision: 95302

upgpkg: stuntrally-data 2.1-1

Updating to 2.1

Modified:
  stuntrally-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 00:10:09 UTC (rev 95301)
+++ PKGBUILD2013-08-09 00:32:20 UTC (rev 95302)
@@ -2,17 +2,17 @@
 
 pkgname=stuntrally-data
 _pkgname=stuntrally
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
 arch=('any')
 license=('GPL3')
 url=http://code.google.com/p/vdrift-ogre;
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl' 'enet' 
'hicolor-icon-theme' 'libxcursor')
-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=('a92d850c100220246833b330d1aca9bd'
- '37439c50f9641610b5b7e767ec52eebb')
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
+
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
+sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0'
+'a1ab9b11d9f5b6c4aa8e5a9028f5994e21446d96fda5762e427365e21cfe3d0e')
 
 build() {
   # build the sources



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

2013-08-08 Thread Sven-Hendrik Haase
Date: Friday, August 9, 2013 @ 02:32:34
  Author: svenstaro
Revision: 95303

archrelease: copy trunk to community-any

Added:
  stuntrally-data/repos/community-any/PKGBUILD
(from rev 95302, stuntrally-data/trunk/PKGBUILD)
Deleted:
  stuntrally-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 00:32:20 UTC (rev 95302)
+++ PKGBUILD2013-08-09 00:32:34 UTC (rev 95303)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=2.0
-pkgrel=1
-pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
-arch=('any')
-license=('GPL3')
-url=http://code.google.com/p/vdrift-ogre;
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl' 'enet' 
'hicolor-icon-theme' 'libxcursor')
-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=('a92d850c100220246833b330d1aca9bd'
- '37439c50f9641610b5b7e767ec52eebb')
-
-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
-
-  # clean up
-  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/bin
-}

Copied: stuntrally-data/repos/community-any/PKGBUILD (from rev 95302, 
stuntrally-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 00:32:34 UTC (rev 95303)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.1
+pkgrel=1
+pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
+arch=('any')
+license=('GPL3')
+url=http://code.google.com/p/vdrift-ogre;
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
+
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
+sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0'
+'a1ab9b11d9f5b6c4aa8e5a9028f5994e21446d96fda5762e427365e21cfe3d0e')
+
+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
+
+  # clean up
+  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/bin
+}



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 03:01:45
  Author: eric
Revision: 95304

upgpkg: youtube-dl 2013.08.08.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 00:32:34 UTC (rev 95303)
+++ PKGBUILD2013-08-09 01:01:45 UTC (rev 95304)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.08.02
+pkgver=2013.08.08.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-distribute')
 optdepends=('ffmpeg: for video post-processing')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('3d60b63c1c26766c8a076b81e6c399ce8c2728e8'
+sha1sums=('fa848c09486970a755038ed0ac6557113b4fea85'
   'SKIP')
 
 prepare() {



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 03:02:36
  Author: eric
Revision: 95305

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 95304, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-09 01:01:45 UTC (rev 95304)
+++ PKGBUILD2013-08-09 01:02:36 UTC (rev 95305)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.08.02
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python')
-makedepends=('python-distribute')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('3d60b63c1c26766c8a076b81e6c399ce8c2728e8'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 95304, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-09 01:02:36 UTC (rev 95305)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.08.08.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python')
+makedepends=('python-distribute')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('fa848c09486970a755038ed0ac6557113b4fea85'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-08 Thread Daniel Micay
Date: Friday, August 9, 2013 @ 04:41:20
  Author: thestinger
Revision: 95306

upgpkg: chrony 1.29-1

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 01:02:36 UTC (rev 95305)
+++ PKGBUILD2013-08-09 02:41:20 UTC (rev 95306)
@@ -8,7 +8,7 @@
 # Contributor: Elisamuel Resto ry...@simplysam.us
 
 pkgname=chrony
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 backup=('etc/chrony.conf')
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
-sha256sums=('7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364'
+sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
 'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
 
 build() {



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

2013-08-08 Thread Daniel Micay
Date: Friday, August 9, 2013 @ 04:41:57
  Author: thestinger
Revision: 95307

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 95306, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/service
(from rev 95306, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 95306, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/service
(from rev 95306, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/service

---+
 /PKGBUILD |   96 
 /service  |   22 ++
 community-i686/PKGBUILD   |   48 --
 community-i686/service|   11 -
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/service  |   11 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 02:41:20 UTC (rev 95306)
+++ community-i686/PKGBUILD 2013-08-09 02:41:57 UTC (rev 95307)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.28
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-sha256sums=('7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364'
-'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ s/^! //' \
-$pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 95306, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 02:41:57 UTC (rev 95307)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.29
+pkgrel=1
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+sha256sums=('c685f072ba0663ab026a7f56870ab2c246bd97ca4629dd2e1899617bd16ad39b'
+'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  # Arch's kernel has enhanced RTC support, make chrony use it by default
+  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ s/^! //' \
+$pkgdir/etc/chrony.conf
+
+  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
+  rmdir $pkgdir/usr/sbin
+
+  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
+
+  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
+  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+}

Deleted: community-i686/service
===
--- community-i686/service  2013-08-09 02:41:20 UTC (rev 95306)
+++ 

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

2013-08-08 Thread Balló György
Date: Friday, August 9, 2013 @ 05:08:46
  Author: bgyorgy
Revision: 95309

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

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

-+
 /PKGBUILD   |   60 ++
 /drivel.install |   44 +++
 community-i686/PKGBUILD |   31 ---
 community-i686/drivel.install   |   22 -
 community-x86_64/PKGBUILD   |   31 ---
 community-x86_64/drivel.install |   22 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-09 03:08:39 UTC (rev 95308)
+++ community-i686/PKGBUILD 2013-08-09 03:08:46 UTC (rev 95309)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# old Maintainer: Andrei Garoth Thorp my-username at gmail dot com
-# Contributor: Alexandr Nevskiy kep...@gmail.com
-
-pkgname=drivel
-pkgver=3.0.3
-pkgrel=3
-pkgdesc=GTK client for working with online journals (blogs).
-url=http://drivel.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=(GPL)
-depends=('curl' 'gnome-vfs' 'gtksourceview2' 'gtkspell' 'libsoup' 
'desktop-file-utils')
-makedepends=('intltool=0.21' 'gnome-doc-utils=0.3.2')
-install=drivel.install
-source=(http://downloads.sourceforge.net/drivel/$pkgname-$pkgver.tar.gz)
-md5sums=('295a583d6ed652ab591070245283fb5b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/ -Werror//' configure
-  LDFLAGS=-lm ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-desktop-update --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: drivel/repos/community-i686/PKGBUILD (from rev 95308, 
drivel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-09 03:08:46 UTC (rev 95309)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrei Garoth Thorp my-username at gmail dot com
+# Contributor: Alexandr Nevskiy kep...@gmail.com
+
+pkgname=drivel
+pkgver=3.0.5
+pkgrel=1
+pkgdesc=GTK client for working with online journals (blogs)
+url=http://drivel.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-vfs' 'gtksourceview2' 'gtkspell' 'libsoup' 
'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+install=drivel.install
+source=(http://downloads.sourceforge.net/drivel/$pkgname-$pkgver.tar.gz)
+md5sums=('b7922ea0779e62f43a85dd6c5df3f931')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-desktop-update --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/drivel.install
===
--- community-i686/drivel.install   2013-08-09 03:08:39 UTC (rev 95308)
+++ community-i686/drivel.install   2013-08-09 03:08:46 UTC (rev 95309)
@@ -1,22 +0,0 @@
-pkgname=drivel
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}

Copied: drivel/repos/community-i686/drivel.install (from rev 95308, 
drivel/trunk/drivel.install)
===
--- community-i686/drivel.install   (rev 0)
+++ community-i686/drivel.install   2013-08-09 03:08:46 UTC (rev 95309)
@@ -0,0 +1,22 @@
+pkgname=drivel
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  

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

2013-08-08 Thread Balló György
Date: Friday, August 9, 2013 @ 05:08:39
  Author: bgyorgy
Revision: 95308

upgpkg: drivel 3.0.5-1

Update to version 3.0.5

Modified:
  drivel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 02:41:57 UTC (rev 95307)
+++ PKGBUILD2013-08-09 03:08:39 UTC (rev 95308)
@@ -1,31 +1,30 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# old Maintainer: Andrei Garoth Thorp my-username at gmail dot com
+# Contributor: Andrei Garoth Thorp my-username at gmail dot com
 # Contributor: Alexandr Nevskiy kep...@gmail.com
 
 pkgname=drivel
-pkgver=3.0.3
-pkgrel=3
-pkgdesc=GTK client for working with online journals (blogs).
+pkgver=3.0.5
+pkgrel=1
+pkgdesc=GTK client for working with online journals (blogs)
 url=http://drivel.sourceforge.net/;
 arch=('i686' 'x86_64')
-license=(GPL)
-depends=('curl' 'gnome-vfs' 'gtksourceview2' 'gtkspell' 'libsoup' 
'desktop-file-utils')
-makedepends=('intltool=0.21' 'gnome-doc-utils=0.3.2')
+license=('GPL')
+depends=('gnome-vfs' 'gtksourceview2' 'gtkspell' 'libsoup' 
'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
 install=drivel.install
 source=(http://downloads.sourceforge.net/drivel/$pkgname-$pkgver.tar.gz)
-md5sums=('295a583d6ed652ab591070245283fb5b')
+md5sums=('b7922ea0779e62f43a85dd6c5df3f931')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/ -Werror//' configure
-  LDFLAGS=-lm ./configure --prefix=/usr --sysconfdir=/etc \
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-desktop-update --disable-schemas-install \
   --with-gconf-schema-file-dir=/usr/share/gconf/schemas
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:10:25
  Author: eric
Revision: 192257

upgpkg: psiconv 0.9.8-13

Rebuild against imagemagick 6.8.6.8

Modified:
  psiconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 00:29:07 UTC (rev 192256)
+++ PKGBUILD2013-08-09 03:10:25 UTC (rev 192257)
@@ -4,7 +4,7 @@
 
 pkgname=psiconv
 pkgver=0.9.8
-pkgrel=12
+pkgrel=13
 pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
 arch=('i686' 'x86_64')
 url=http://software.frodo.looijaard.name/psiconv/;



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:11:05
  Author: eric
Revision: 192258

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

Added:
  psiconv/repos/staging-i686/
  psiconv/repos/staging-i686/PKGBUILD
(from rev 192257, psiconv/trunk/PKGBUILD)
  psiconv/repos/staging-x86_64/
  psiconv/repos/staging-x86_64/PKGBUILD
(from rev 192257, psiconv/trunk/PKGBUILD)

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

Copied: psiconv/repos/staging-i686/PKGBUILD (from rev 192257, 
psiconv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-09 03:11:05 UTC (rev 192258)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=13
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: psiconv/repos/staging-x86_64/PKGBUILD (from rev 192257, 
psiconv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-09 03:11:05 UTC (rev 192258)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=psiconv
+pkgver=0.9.8
+pkgrel=13
+pkgdesc=Converts Psion 5(MX) files to more commonly used file formats
+arch=('i686' 'x86_64')
+url=http://software.frodo.looijaard.name/psiconv/;
+license=('GPL')
+depends=('imagemagick')
+makedepends=('bc')
+backup=('etc/psiconv/psiconv.conf')
+options=('!libtool')
+source=(http://software.frodo.looijaard.name/${pkgname}/files/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('8d7548e3c6b9cd408544736133728acd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:23:21
  Author: eric
Revision: 192259

upgpkg: dvdauthor 0.7.1-6

Rebuild against imagemagick 6.8.6.8

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 03:11:05 UTC (rev 192258)
+++ PKGBUILD2013-08-09 03:23:21 UTC (rev 192259)
@@ -6,7 +6,7 @@
 
 pkgname=dvdauthor
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc=DVD authoring tools
 arch=('i686' 'x86_64')
 url=http://dvdauthor.sourceforge.net/;



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

2013-08-08 Thread Eric Bélanger
Date: Friday, August 9, 2013 @ 05:23:45
  Author: eric
Revision: 192260

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

Added:
  dvdauthor/repos/staging-i686/
  dvdauthor/repos/staging-i686/PKGBUILD
(from rev 192259, dvdauthor/trunk/PKGBUILD)
  dvdauthor/repos/staging-x86_64/
  dvdauthor/repos/staging-x86_64/PKGBUILD
(from rev 192259, dvdauthor/trunk/PKGBUILD)

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

Copied: dvdauthor/repos/staging-i686/PKGBUILD (from rev 192259, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-09 03:23:45 UTC (rev 192260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: dvdauthor/repos/staging-x86_64/PKGBUILD (from rev 192259, 
dvdauthor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-09 03:23:45 UTC (rev 192260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Travis Willard trav...@wmpub.ca
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Nicolai Lissner nlis...@linux01.gwdg.de
+
+pkgname=dvdauthor
+pkgver=0.7.1
+pkgrel=6
+pkgdesc=DVD authoring tools
+arch=('i686' 'x86_64')
+url=http://dvdauthor.sourceforge.net/;
+license=('GPL')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('2694a5a3ef460106ea3caf0f7f60ff80')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-08 Thread Laurent Carlier
Date: Friday, August 9, 2013 @ 07:21:59
  Author: lcarlier
Revision: 192261

upgpkg: xorg-xprop 1.2.2-1

upstream update 1.2.2

Modified:
  xorg-xprop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 03:23:45 UTC (rev 192260)
+++ PKGBUILD2013-08-09 05:21:59 UTC (rev 192261)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xprop
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=Property displayer for X
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
-sha1sums=('d531be0f5f2b7758216ea4d7890f88c42c5fa3fd')
+sha256sums=('9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6')
 
 build() {
   cd ${srcdir}/xprop-${pkgver}



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

2013-08-08 Thread Laurent Carlier
Date: Friday, August 9, 2013 @ 07:22:32
  Author: lcarlier
Revision: 192262

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

Added:
  xorg-xprop/repos/extra-i686/PKGBUILD
(from rev 192261, xorg-xprop/trunk/PKGBUILD)
  xorg-xprop/repos/extra-x86_64/PKGBUILD
(from rev 192261, xorg-xprop/trunk/PKGBUILD)
Deleted:
  xorg-xprop/repos/extra-i686/PKGBUILD
  xorg-xprop/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-09 05:21:59 UTC (rev 192261)
+++ extra-i686/PKGBUILD 2013-08-09 05:22:32 UTC (rev 192262)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xprop
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Property displayer for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
-sha1sums=('d531be0f5f2b7758216ea4d7890f88c42c5fa3fd')
-
-build() {
-  cd ${srcdir}/xprop-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xprop-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xprop/repos/extra-i686/PKGBUILD (from rev 192261, 
xorg-xprop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-09 05:22:32 UTC (rev 192262)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xprop
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Property displayer for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
+sha256sums=('9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6')
+
+build() {
+  cd ${srcdir}/xprop-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xprop-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-09 05:21:59 UTC (rev 192261)
+++ extra-x86_64/PKGBUILD   2013-08-09 05:22:32 UTC (rev 192262)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xprop
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=Property displayer for X
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
-sha1sums=('d531be0f5f2b7758216ea4d7890f88c42c5fa3fd')
-
-build() {
-  cd ${srcdir}/xprop-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xprop-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xprop/repos/extra-x86_64/PKGBUILD (from rev 192261, 
xorg-xprop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-09 05:22:32 UTC (rev 192262)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xprop
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=Property displayer for X
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xprop-${pkgver}.tar.bz2)
+sha256sums=('9bee88b1025865ad121f72d32576dd3027af1446774aa8300cce3c261d869bc6')
+
+build() {
+  cd ${srcdir}/xprop-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xprop-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}