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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Tuesday, December 3, 2013 @ 08:22:32
  Author: bpiotrowski
Revision: 200715

upgpkg: mariadb 5.5.34-3

- switch to build type recommended by upstream

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 05:12:24 UTC (rev 200714)
+++ PKGBUILD2013-12-03 07:22:32 UTC (rev 200715)
@@ -5,11 +5,11 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=5.5.34
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
+makedepends=('cmake' 'openssl' 'zlib' 'libaio')
 
source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
 mariadb.service
 mariadb-post.sh
@@ -19,18 +19,12 @@
 '368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
 '2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
 
-prepare() {
-  cd $pkgbase-$_pkgver
-  sed -i '63d' storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
-  sed -i '176,177s/-Werror//' 
storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
-}
-
 build() {
   mkdir build
   cd build
 
   cmake ../$pkgbase-$_pkgver \
--DCMAKE_BUILD_TYPE=Release \
+-DBUILD_CONFIG=mysql_release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc/mysql \
 -DMYSQL_DATADIR=/var/lib/mysql \
@@ -72,7 +66,7 @@
 
 package_libmariadbclient() {
   pkgdesc='MariaDB client libraries'
-  depends=('openssl')
+  depends=('openssl' 'libaio')
   conflicts=('libmysqlclient')
   provides=("libmysqlclient=$pkgver")
   options=('staticlibs')
@@ -121,7 +115,7 @@
   pkgdesc='Fast SQL database server, drop-in replacement for MySQL'
   backup=('etc/mysql/my.cnf')
   install=mariadb.install
-  depends=('mariadb-clients' 'inetutils')
+  depends=('mariadb-clients' 'inetutils' 'libaio')
   conflicts=('mysql')
   provides=("mysql=$pkgver")
   options=('emptydirs')



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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Tuesday, December 3, 2013 @ 08:22:47
  Author: bpiotrowski
Revision: 200716

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

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

---+
 /PKGBUILD |  296 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   94 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  154 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  154 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 440 insertions(+), 452 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-03 07:22:32 UTC (rev 200715)
+++ extra-i686/PKGBUILD 2013-12-03 07:22:47 UTC (rev 200716)
@@ -1,154 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=5.5.34
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$_pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$_pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('a4d8b54be0f5784924629a1e87dbbccc4c0aaf537c76951e265625deda322f89'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-prepare() {
-  cd $pkgbase-$_pkgver
-  sed -i '63d' storage/tokudb/ft-index/cmake_modules/TokuSetupCTest.cmake
-  sed -i '176,177s/-Werror//' 
storage/tokudb/ft-index/cmake_modules/TokuSetupCompiler.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-poi

[arch-commits] Commit in (openjpeg2)

2013-12-02 Thread Bartłomiej Piotrowski
Date: Tuesday, December 3, 2013 @ 07:56:13
  Author: bpiotrowski
Revision: 101974

Drop openjpeg2 package from repositories.

Its naming doesn't follow any rules of packaging in Arch.

Deleted:
  openjpeg2/



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

2013-12-02 Thread Felix Yan
Date: Tuesday, December 3, 2013 @ 04:22:58
  Author: fyan
Revision: 101971

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

Added:
  python2-pycdio/repos/community-i686/PKGBUILD
(from rev 101970, python2-pycdio/trunk/PKGBUILD)
  python2-pycdio/repos/community-x86_64/PKGBUILD
(from rev 101970, python2-pycdio/trunk/PKGBUILD)
Deleted:
  python2-pycdio/repos/community-i686/PKGBUILD
  python2-pycdio/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-03 03:21:47 UTC (rev 101970)
+++ community-i686/PKGBUILD 2013-12-03 03:22:58 UTC (rev 101971)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alessandro Pezzoni 
-
-pkgname=python2-pycdio
-pkgver=0.19
-pkgrel=2
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-arch=("i686" "x86_64")
-url="http://pypi.python.org/pypi/pycdio/";
-license=('GPL')
-depends=('python2' 'libcdio')
-makedepends=('python2-distribute' 'pkg-config' 'swig')
-options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz";)
-md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
-
-package() {
-  cd "$srcdir/${pkgname#python2-}-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pycdio/repos/community-i686/PKGBUILD (from rev 101970, 
python2-pycdio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 03:22:58 UTC (rev 101971)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alessandro Pezzoni 
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=1
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+arch=("i686" "x86_64")
+url="http://pypi.python.org/pypi/pycdio/";
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz";)
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-03 03:21:47 UTC (rev 101970)
+++ community-x86_64/PKGBUILD   2013-12-03 03:22:58 UTC (rev 101971)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alessandro Pezzoni 
-
-pkgname=python2-pycdio
-pkgver=0.19
-pkgrel=2
-pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
-arch=("i686" "x86_64")
-url="http://pypi.python.org/pypi/pycdio/";
-license=('GPL')
-depends=('python2' 'libcdio')
-makedepends=('python2-distribute' 'pkg-config' 'swig')
-options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz";)
-md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
-
-package() {
-  cd "$srcdir/${pkgname#python2-}-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pycdio/repos/community-x86_64/PKGBUILD (from rev 101970, 
python2-pycdio/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-03 03:22:58 UTC (rev 101971)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alessandro Pezzoni 
+
+pkgname=python2-pycdio
+pkgver=0.20
+pkgrel=1
+pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
+arch=("i686" "x86_64")
+url="http://pypi.python.org/pypi/pycdio/";
+license=('GPL')
+depends=('python2' 'libcdio')
+makedepends=('python2-setuptools' 'swig')
+options=(!emptydirs)
+source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz";)
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')



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

2013-12-02 Thread Felix Yan
Date: Tuesday, December 3, 2013 @ 04:21:47
  Author: fyan
Revision: 101970

upgpkg: python2-pycdio 0.20-1

Modified:
  python2-pycdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 03:03:00 UTC (rev 101969)
+++ PKGBUILD2013-12-03 03:21:47 UTC (rev 101970)
@@ -3,21 +3,21 @@
 # Contributor: Alessandro Pezzoni 
 
 pkgname=python2-pycdio
-pkgver=0.19
-pkgrel=2
+pkgver=0.20
+pkgrel=1
 pkgdesc="Python OO interface to libcdio (CD Input and Control library)"
 arch=("i686" "x86_64")
 url="http://pypi.python.org/pypi/pycdio/";
 license=('GPL')
 depends=('python2' 'libcdio')
-makedepends=('python2-distribute' 'pkg-config' 'swig')
+makedepends=('python2-setuptools' 'swig')
 options=(!emptydirs)
 
source=("http://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-${pkgver}.tar.gz";)
-md5sums=('a6b00666ce8d77ab80a4084a8ff1136b')
 
 package() {
-  cd "$srcdir/${pkgname#python2-}-$pkgver"
+  cd "${pkgname#python2-}-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:
+sha512sums=('b53a535440008dc637b31fd2cda22845c91b98e78c30f90c866af3b9bf7cb3faad39f0784b5063a39bd97bb18fc58c75ad0833d53421182d408c2889c491846b')



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

2013-12-02 Thread Felix Yan
Date: Tuesday, December 3, 2013 @ 04:03:00
  Author: fyan
Revision: 101969

archrelease: copy trunk to community-any

Added:
  python2-suds/repos/community-any/
  python2-suds/repos/community-any/PKGBUILD
(from rev 101968, python2-suds/trunk/PKGBUILD)

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

Copied: python2-suds/repos/community-any/PKGBUILD (from rev 101968, 
python2-suds/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-12-03 03:03:00 UTC (rev 101969)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgname=python2-suds
+pkgver=0.4
+pkgrel=4
+pkgdesc="A lightweight SOAP python client"
+arch=('any')
+url="https://fedorahosted.org/suds/";
+license=('LGPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://fedorahosted.org/releases/s/u/suds/python-suds-${pkgver}.tar.gz";)
+md5sums=('05523dfd3fc0de3f19dde4aca5dd17e9')
+
+build() {
+  cd python-suds-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd python-suds-${pkgver}
+  python2 setup.py install --root="${pkgdir}" -O1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2013-12-02 Thread Felix Yan
Date: Tuesday, December 3, 2013 @ 04:01:51
  Author: fyan
Revision: 101968

addpkg: python2-suds 0.4-4

Added:
  python2-suds/
  python2-suds/repos/
  python2-suds/trunk/
  python2-suds/trunk/PKGBUILD

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

Added: python2-suds/trunk/PKGBUILD
===
--- python2-suds/trunk/PKGBUILD (rev 0)
+++ python2-suds/trunk/PKGBUILD 2013-12-03 03:01:51 UTC (rev 101968)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Liu 
+
+pkgname=python2-suds
+pkgver=0.4
+pkgrel=4
+pkgdesc="A lightweight SOAP python client"
+arch=('any')
+url="https://fedorahosted.org/suds/";
+license=('LGPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://fedorahosted.org/releases/s/u/suds/python-suds-${pkgver}.tar.gz";)
+md5sums=('05523dfd3fc0de3f19dde4aca5dd17e9')
+
+build() {
+  cd python-suds-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd python-suds-${pkgver}
+  python2 setup.py install --root="${pkgdir}" -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:16:55
  Author: bgyorgy
Revision: 101967

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
(from rev 101966, cherrytree/trunk/PKGBUILD)
  cherrytree/repos/community-any/cherrytree.install
(from rev 101966, cherrytree/trunk/cherrytree.install)
Deleted:
  cherrytree/repos/community-any/PKGBUILD
  cherrytree/repos/community-any/cherrytree.install

+
 PKGBUILD   |   60 ---
 cherrytree.install |   28 +++
 2 files changed, 43 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 01:16:50 UTC (rev 101966)
+++ PKGBUILD2013-12-03 01:16:55 UTC (rev 101967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski
-# Contributor: Brad Fanella 
-# Contributor: Allan McRae 
-# Contributor: Tomas A. Schertel 
-
-pkgname=cherrytree
-pkgver=0.30.5
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # python2 fix
-  for file in $(find . -name '*.py') cherrytree; do
-sed -i 's_/usr/bin/env python_/usr/bin/env python2_' ${file}
-  done
-}
-   
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 101966, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 01:16:55 UTC (rev 101967)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella 
+# Contributor: Allan McRae 
+# Contributor: Tomas A. Schertel 
+
+pkgname=cherrytree
+pkgver=0.31.0
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2013-12-03 01:16:50 UTC (rev 101966)
+++ cherrytree.install  2013-12-03 01:16:55 UTC (rev 101967)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 101966, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2013-12-03 01:16:55 UTC (rev 101967)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:16:50
  Author: bgyorgy
Revision: 101966

upgpkg: cherrytree 0.31.0-1

Update to version 0.31.0

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 01:02:57 UTC (rev 101965)
+++ PKGBUILD2013-12-03 01:16:50 UTC (rev 101966)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel 
 
 pkgname=cherrytree
-pkgver=0.30.5
+pkgver=0.31.0
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('python2-pyenchant: for spell checking support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330')
+sha256sums=('f770947e4ca694d9b060f614168877aa8a9059fe1428559fc69623d00a41480a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:02:57
  Author: bgyorgy
Revision: 101965

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

Added:
  lxlauncher/repos/community-i686/PKGBUILD
(from rev 101964, lxlauncher/trunk/PKGBUILD)
  lxlauncher/repos/community-i686/fix-empty-launcher.patch
(from rev 101964, lxlauncher/trunk/fix-empty-launcher.patch)
  lxlauncher/repos/community-x86_64/PKGBUILD
(from rev 101964, lxlauncher/trunk/PKGBUILD)
  lxlauncher/repos/community-x86_64/fix-empty-launcher.patch
(from rev 101964, lxlauncher/trunk/fix-empty-launcher.patch)
Deleted:
  lxlauncher/repos/community-i686/PKGBUILD
  lxlauncher/repos/community-i686/fix-empty-launcher.patch
  lxlauncher/repos/community-x86_64/PKGBUILD
  lxlauncher/repos/community-x86_64/fix-empty-launcher.patch

---+
 /PKGBUILD |   76 +++
 /fix-empty-launcher.patch |  178 
 community-i686/PKGBUILD   |   36 -
 community-i686/fix-empty-launcher.patch   |   89 --
 community-x86_64/PKGBUILD |   36 -
 community-x86_64/fix-empty-launcher.patch |   89 --
 6 files changed, 254 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-03 01:02:49 UTC (rev 101964)
+++ community-i686/PKGBUILD 2013-12-03 01:02:57 UTC (rev 101965)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Angel 'angvp' Velasquez  
-# Contributor: Geoffroy Carrier 
-
-pkgname=lxlauncher
-pkgver=0.2.2
-pkgrel=4
-pkgdesc='Open source clone of the Asus launcher for EeePC'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz
-fix-empty-launcher.patch)
-md5sums=('16df627447838b170a72cc3a9ee21497'
- '4dd715f9cccf04ef87c662cee1dcb798')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix empty launcher
-  patch -Np1 -i ../fix-empty-launcher.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxlauncher/repos/community-i686/PKGBUILD (from rev 101964, 
lxlauncher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-03 01:02:57 UTC (rev 101965)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Angel 'angvp' Velasquez  
+# Contributor: Geoffroy Carrier 
+
+pkgname=lxlauncher
+pkgver=0.2.2
+pkgrel=5
+pkgdesc='Open source clone of the Asus launcher for EeePC'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
+makedepends=('intltool')
+backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
+fix-empty-launcher.patch)
+md5sums=('16df627447838b170a72cc3a9ee21497'
+ '4dd715f9cccf04ef87c662cee1dcb798')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix empty launcher
+  patch -Np1 -i ../fix-empty-launcher.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-empty-launcher.patch
===
--- community-i686/fix-empty-launcher.patch 2013-12-03 01:02:49 UTC (rev 
101964)
+++ community-i686/fix-empty-launcher.patch 2013-12-03 01:02:57 UTC (rev 
101965)
@@ -1,89 +0,0 @@
-From 56a244f2aa3c474b2506847ba9a2f5a21cb8efc2 Mon Sep 17 00:00:00 2001
-From: Julien Lavergne 
-Date: Tue, 26 Jul 2011 01:21:04 +0200
-Subject: [PATCH] Fix GtkAllocation to fix empty lxlauncher
-

- src/exo-wrap-table.c |   26 --
- 1 files changed, 16 insertions(+), 10 deletions(-)
-
-diff --git a/src/exo-wrap-table.c b/src/exo-wrap-table.c
-index c691434..f48322f 100644
 a/src/exo-wrap-table.c
-+++ b/src/exo-wrap-table.c
-@@ -326,14 +326,14 @@ exo_wrap_table_size_request (GtkWidget  *widget,
-   if (G_LIKELY (num_children > 0))
- {
- #if GTK_CHECK_VERSION(2,18,0)
--  GtkAllocation allocation;
--  gtk_widget_set_allocation(widget, &allocation);
--  num_cols = exo_wrap_table_get_num_fitting (allocation.width
-+  GtkAllocation *allocation = g_new0 (GtkAllocation, 1);
-+  gtk_widget_get_allocation(GTK_WIDGET(widget), allocation);
-+  num_cols = exo_wrap_table_get_num_fitting (alloc

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

2013-12-02 Thread Balló György
Date: Tuesday, December 3, 2013 @ 02:02:49
  Author: bgyorgy
Revision: 101964

upgpkg: lxlauncher 0.2.2-5

Add system-wide settings to backup array

Modified:
  lxlauncher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 00:41:07 UTC (rev 101963)
+++ PKGBUILD2013-12-03 01:02:49 UTC (rev 101964)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski 
+# Maintainer: Balló György 
+# Contributor:  Bartłomiej Piotrowski 
 # Contributor: Angel 'angvp' Velasquez  
 # Contributor: Geoffroy Carrier 
 
 pkgname=lxlauncher
 pkgver=0.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +14,8 @@
 groups=('lxde')
 depends=('gtk2' 'startup-notification' 'lxmenu-data' 'menu-cache')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz
+backup=('etc/xdg/lxlauncher/gtkrc' 'etc/xdg/lxlauncher/settings.conf')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
 fix-empty-launcher.patch)
 md5sums=('16df627447838b170a72cc3a9ee21497'
  '4dd715f9cccf04ef87c662cee1dcb798')



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

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:41:07
  Author: dwallace
Revision: 101963

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 101962, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 101962, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 101962, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 101962, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 101962, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 101962, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 101962, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 101962, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 101962, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 101962, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 101962, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 101962, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 101962, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 101962, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 101962, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 101962, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 101962, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 101962, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 101962, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 101962, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  478 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi@.service   |   28 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  239 --
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi@.service |   14 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  239 --
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 
 community-x86_64/uwsgi@.service   |   14 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 27 files changed, 832 insertions(+), 832 deletions(-)

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


[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini)

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:39:20
  Author: dwallace
Revision: 101962

upgpkg: uwsgi 1.9.20-1

upgpkg: uwsgi 1.9.20, erlang removed because it is a broken plugin

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini

---+
 PKGBUILD  |   24 
 archlinux.ini |2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 00:35:08 UTC (rev 101961)
+++ PKGBUILD2013-12-03 00:39:20 UTC (rev 101962)
@@ -19,11 +19,11 @@
 uwsgi-plugin-lua51
 uwsgi-plugin-carbon
 uwsgi-plugin-rrdtool
-uwsgi-plugin-erlang
 uwsgi-plugin-pam
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.19
+#uwsgi-plugin-erlang
+pkgver=1.9.20
 pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
@@ -30,7 +30,7 @@
 license=(GPL2)
 conflicts=(python-$pkgbase)
 makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 
libyaml
- perl lua51 pcre libedit openssl bzip2 gmp erlang pam 
java-environment=7
+ perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
  jansson classpath)
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
@@ -41,8 +41,8 @@
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
 
-md5sums=('1a6858130a4918de86410ccbf55945ae'
- 'fcd57c37372e6afe5b1fae151dd43bc9'
+md5sums=('7ba1ef65e0678b6507e52dcabd158a61'
+ '2f21e871e81698c88c7ec2dbb4e3833e'
  'b05ba1d796e1ea608a40635bc4f3ec67'
  '740a7718bd341b03d916a13ddbbbe694'
  'db70315bbc8cb886a278ba59d5fd8d57'
@@ -197,13 +197,13 @@
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 }
 
-package_uwsgi-plugin-erlang(){
-depends=(uwsgi-plugin-common erlang)
-pkgdesc="Plugin for Erlang support"
-install -dm755 $pkgdir/usr/bin
-install -Dm755 $pkgbase-$pkgver/erlang_plugin.so 
$pkgdir/usr/lib/uwsgi/erlang_plugin.so
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
-}
+#package_uwsgi-plugin-erlang(){
+#depends=(uwsgi-plugin-common erlang)
+#pkgdesc="Plugin for Erlang support"
+#install -dm755 $pkgdir/usr/bin
+#install -Dm755 $pkgbase-$pkgver/erlang_plugin.so 
$pkgdir/usr/lib/uwsgi/erlang_plugin.so
+#ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
+#}
 
 
 package_uwsgi-plugin-pam(){

Modified: archlinux.ini
===
--- archlinux.ini   2013-12-03 00:35:08 UTC (rev 101961)
+++ archlinux.ini   2013-12-03 00:39:20 UTC (rev 101962)
@@ -14,4 +14,4 @@
 malloc_implementation = libc
 embedded_plugins = echo, ping, http, corerouter
 plugin_dir = /usr/lib/uwsgi
-plugins = echo, ping, http, rack, psgi, corerouter, rbthreads, fiber, python, 
nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, 
systemd_logger, php, fastrouter, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter
+plugins = echo, ping, http, rack, psgi, corerouter, rbthreads, fiber, python, 
nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, pam, 
systemd_logger, php, fastrouter, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter



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

2013-12-02 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 01:35:08
  Author: eric
Revision: 101961

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 00:34:41 UTC (rev 101960)
+++ PKGBUILD2013-12-03 00:35:08 UTC (rev 101961)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.11.26
-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' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1a4b4d37bb39a896bd738c54989c8258f5a8bbec'
-  '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 101960, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 00:35:08 UTC (rev 101961)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.12.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' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('1d82b981647d6d891263ef097d3119ec5454567d'
+  '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 youtube-dl/trunk (PKGBUILD)

2013-12-02 Thread Eric Bélanger
Date: Tuesday, December 3, 2013 @ 01:34:41
  Author: eric
Revision: 101960

upgpkg: youtube-dl 2013.12.02-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-03 00:18:27 UTC (rev 101959)
+++ PKGBUILD2013-12-03 00:34:41 UTC (rev 101960)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.11.26
+pkgver=2013.12.02
 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 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('1a4b4d37bb39a896bd738c54989c8258f5a8bbec'
+sha1sums=('1d82b981647d6d891263ef097d3119ec5454567d'
   'SKIP')
 
 prepare() {



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

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:18:27
  Author: dwallace
Revision: 101959

archrelease: copy trunk to multilib-x86_64

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

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

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

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

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

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:09:02
  Author: dwallace
Revision: 101958

archrelease: copy trunk to community-i686

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

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

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

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

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

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:08:04
  Author: dwallace
Revision: 101957

upgpkg: steam 1.0.0.45-1

upgpkg: steam 1.0.0.45

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 22:34:11 UTC (rev 101956)
+++ PKGBUILD2013-12-03 00:08:04 UTC (rev 101957)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.43
+pkgver=1.0.0.45
 pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
@@ -12,7 +12,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('162e62bc3f12cd86d207a6fc1fa773eb'
+md5sums=('586e707d30a034cc049f9156062fc37a'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 if [[ "$CARCH" == "x86_64" ]]; then



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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 23:34:11
  Author: jlichtblau
Revision: 101956

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |  104 +--
 kid3.changelog |   97 ++-
 kid3.install   |   24 ++--
 3 files changed, 126 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 22:15:37 UTC (rev 101955)
+++ PKGBUILD2013-12-02 22:34:11 UTC (rev 101956)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 101955, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 22:34:11 UTC (rev 101956)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'phonon-qt4' 
'chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
+
+build() {
+  cd ${srcdir}
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+
+#kid3
+  cd build
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_APPS="CLI;KDE"
+
+  make
+  
+#kid3-qt
+  cd $srcdir/build-qt
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_APPS="CLI;Qt"
+
+  make
+}
+
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+conflicts=('kid3-qt')
+
+  cd $srcdir/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_kid3-qt() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4')
+conflicts=('kid3')
+provides=('kid3')
+
+  cd $srcdir/build-qt
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-12-02 22:15:37 UTC (rev 101955)
+++ kid3.changelog  2013-12-02 22:34:11 UTC (rev 101956)
@@ -1,47 +0,0 @@
-2013-12-02 Jaroslav Lichtblau 
-   * kid3 3.0.2-1
-
-2013-11-02 Jaroslav Lichtblau 
-   * kid3 3.0.1-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-i686/kid3.changelog (from rev 101955, 
kid

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 23:15:37
  Author: jlichtblau
Revision: 101955

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  104 +--
 kid3.changelog |   97 ++-
 kid3.install   |   24 ++--
 3 files changed, 126 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 22:15:20 UTC (rev 101954)
+++ PKGBUILD2013-12-02 22:15:37 UTC (rev 101955)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 101954, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 22:15:37 UTC (rev 101955)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'phonon-qt4' 
'chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
+
+build() {
+  cd ${srcdir}
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+
+#kid3
+  cd build
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_APPS="CLI;KDE"
+
+  make
+  
+#kid3-qt
+  cd $srcdir/build-qt
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_APPS="CLI;Qt"
+
+  make
+}
+
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+conflicts=('kid3-qt')
+
+  cd $srcdir/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_kid3-qt() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4')
+conflicts=('kid3')
+provides=('kid3')
+
+  cd $srcdir/build-qt
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-12-02 22:15:20 UTC (rev 101954)
+++ kid3.changelog  2013-12-02 22:15:37 UTC (rev 101955)
@@ -1,47 +0,0 @@
-2013-12-02 Jaroslav Lichtblau 
-   * kid3 3.0.2-1
-
-2013-11-02 Jaroslav Lichtblau 
-   * kid3 3.0.1-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-x86_64/kid3.changelog (fro

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 23:15:17
  Author: jlichtblau
Revision: 101953

upgpkg: kid3 3.0.2-2

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

+
 PKGBUILD   |   56 +++
 kid3.changelog |3 ++
 2 files changed, 43 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 21:40:25 UTC (rev 101952)
+++ PKGBUILD2013-12-02 22:15:17 UTC (rev 101953)
@@ -2,39 +2,63 @@
 # Maintainer: Jaroslav Lichtblau 
 # Contributor: Alois Nespor 
 
-pkgname=kid3
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
 pkgver=3.0.2
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/";
 license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl' 'phonon-qt4' 
'chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
 sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
 
 build() {
-  cd ${pkgname}-${pkgver}
-
   cd ${srcdir}
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
 
-  mkdir build
+#kid3
   cd build
 
   cmake \
-../${pkgname}-${pkgver} \
+../${pkgbase}-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DWITH_APPS="CLI;KDE"
 
   make
+  
+#kid3-qt
+  cd $srcdir/build-qt
+
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_APPS="CLI;Qt"
+
+  make
 }
 
-package() {
-  cd build
+package_kid3() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'kdebase-runtime')
+conflicts=('kid3-qt')
 
+  cd $srcdir/build
+
   make DESTDIR=${pkgdir} install
 }
+
+package_kid3-qt() {
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
+depends=('chromaprint' 'id3lib' 'taglib' 'libmp4v2' 'qt4')
+conflicts=('kid3')
+provides=('kid3')
+
+  cd $srcdir/build-qt
+
+  make DESTDIR=${pkgdir} install
+}

Modified: kid3.changelog
===
--- kid3.changelog  2013-12-02 21:40:25 UTC (rev 101952)
+++ kid3.changelog  2013-12-02 22:15:17 UTC (rev 101953)
@@ -1,4 +1,7 @@
 2013-12-02 Jaroslav Lichtblau 
+   * kid3 3.0.2-2 FS#37642 fixed, package split
+
+2013-12-02 Jaroslav Lichtblau 
* kid3 3.0.2-1
 
 2013-11-02 Jaroslav Lichtblau 



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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 22:40:25
  Author: jlichtblau
Revision: 101952

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |   80 +++---
 kid3.changelog |   94 +++
 kid3.install   |   24 +++---
 3 files changed, 99 insertions(+), 99 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 21:39:54 UTC (rev 101951)
+++ PKGBUILD2013-12-02 21:40:25 UTC (rev 101952)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 101951, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 21:40:25 UTC (rev 101952)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=kid3
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-12-02 21:39:54 UTC (rev 101951)
+++ kid3.changelog  2013-12-02 21:40:25 UTC (rev 101952)
@@ -1,47 +0,0 @@
-2013-12-02 Jaroslav Lichtblau 
-   * kid3 3.0.2-1
-
-2013-11-02 Jaroslav Lichtblau 
-   * kid3 3.0.1-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-i686/kid3.changelog (from rev 101951, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-12-02 21:40:25 UTC (rev 101952)
@@ -0,0 +1,47 @@
+2013-12-02 Jaroslav Lichtblau 
+   * kid3 3.0.2-1
+
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau 
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau 
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau 
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 22:39:54
  Author: jlichtblau
Revision: 101951

archrelease: copy trunk to community-i686

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

+
 PKGBUILD   |   80 
 kid3.changelog |   91 ---
 kid3.install   |   24 +++---
 3 files changed, 99 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 21:12:26 UTC (rev 101950)
+++ PKGBUILD2013-12-02 21:39:54 UTC (rev 101951)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 101950, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 21:39:54 UTC (rev 101951)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=kid3
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-12-02 21:12:26 UTC (rev 101950)
+++ kid3.changelog  2013-12-02 21:39:54 UTC (rev 101951)
@@ -1,44 +0,0 @@
-2013-11-02 Jaroslav Lichtblau 
-   * kid3 3.0.1-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-i686/kid3.changelog (from rev 101950, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-12-02 21:39:54 UTC (rev 101951)
@@ -0,0 +1,47 @@
+2013-12-02 Jaroslav Lichtblau 
+   * kid3 3.0.2-1
+
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau 
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau 
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau 
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau 
+   * kid3 2.1-1
+

[arch-commits] Commit in mc/trunk (PKGBUILD fs36962.diff)

2013-12-02 Thread Jakob Gruber
Date: Monday, December 2, 2013 @ 22:12:10
  Author: schuay
Revision: 101948

mc 4.8.11-1

Modified:
  mc/trunk/PKGBUILD
Deleted:
  mc/trunk/fs36962.diff

--+
 PKGBUILD |   12 ++--
 fs36962.diff |   77 -
 2 files changed, 4 insertions(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 20:36:39 UTC (rev 101947)
+++ PKGBUILD2013-12-02 21:12:10 UTC (rev 101948)
@@ -3,8 +3,8 @@
 # Maintainer: schuay 
 
 pkgname=mc
-pkgver=4.8.10
-pkgrel=2
+pkgver=4.8.11
+pkgrel=1
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('i686' 'x86_64')
 url="http://www.ibiblio.org/mc/";
@@ -41,14 +41,11 @@
 'etc/mc/mc.keymap'
 'etc/mc/mc.menu'
 'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";
-"fs36962.diff")
+source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";)
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
-patch -Np1 < "${srcdir}/fs36962.diff"
-
 ./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
 --with-x --libexecdir=/usr/lib
 
@@ -68,5 +65,4 @@
 -i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
 }
 
-md5sums=('eb4bdc23abd4fdfa14911d53d65c8186'
- '7f7cf5388a5390c2ed49965492f490aa')
+md5sums=('7262788c0e799393cd37318b43a14adc')

Deleted: fs36962.diff
===
--- fs36962.diff2013-12-02 20:36:39 UTC (rev 101947)
+++ fs36962.diff2013-12-02 21:12:10 UTC (rev 101948)
@@ -1,77 +0,0 @@
-diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filemanager/file.c
 mc-4.8.10-orig/src/filemanager/file.c  2013-08-02 22:02:40.0 
+0400
-+++ mc-4.8.10/src/filemanager/file.c   2013-09-17 09:59:30.699635407 +0400
-@@ -1272,8 +1272,8 @@
- 
- /** Initialize variables for progress bars */
- static FileProgressStatus
--panel_operate_init_totals (FileOperation operation, const WPanel * panel, 
const char *source,
--   FileOpContext * ctx, filegui_dialog_type_t 
dialog_type)
-+panel_operate_init_totals (const WPanel * panel, const char *source, 
FileOpContext * ctx,
-+   filegui_dialog_type_t dialog_type)
- {
- FileProgressStatus status;
- 
-@@ -1282,7 +1282,7 @@
- return FILE_CONT;
- #endif
- 
--if (operation != OP_MOVE && verbose && file_op_compute_totals)
-+if (verbose && file_op_compute_totals)
- {
- ComputeDirSizeUI *ui;
- 
-@@ -2378,13 +2378,6 @@
- mc_refresh ();
- if (ctx->erase_at_end)
- {
--/* remove files after move */
--if (erase_list != NULL)
--{
--file_op_context_destroy_ui (ctx);
--file_op_context_create_ui (ctx, FALSE, 
FILEGUI_DIALOG_DELETE_ITEM);
--}
--
- while (erase_list != NULL && return_status != FILE_ABORT)
- {
- struct link *lp = (struct link *) erase_list->data;
-@@ -2792,14 +2785,12 @@
- {
- if (operation == OP_DELETE)
- dialog_type = FILEGUI_DIALOG_DELETE_ITEM;
-+else if (single_entry && S_ISDIR (selection (panel)->st.st_mode))
-+dialog_type = FILEGUI_DIALOG_MULTI_ITEM;
-+else if (single_entry || force_single)
-+dialog_type = FILEGUI_DIALOG_ONE_ITEM;
- else
--{
--dialog_type = ((operation != OP_COPY) || single_entry || 
force_single)
--? FILEGUI_DIALOG_ONE_ITEM : FILEGUI_DIALOG_MULTI_ITEM;
--
--if (single_entry && (operation == OP_COPY) && S_ISDIR (selection 
(panel)->st.st_mode))
--dialog_type = FILEGUI_DIALOG_MULTI_ITEM;
--}
-+dialog_type = FILEGUI_DIALOG_MULTI_ITEM;
- }
- 
- /* Initialize things */
-@@ -2844,8 +2835,8 @@
- else
- source_with_vpath = vfs_path_append_new (panel->cwd_vpath, 
source, (char *) NULL);
- #endif /* WITH_FULL_PATHS */
--if (panel_operate_init_totals
--(operation, panel, vfs_path_as_str (source_with_vpath), ctx, 
dialog_type) == FILE_CONT)
-+if (panel_operate_init_totals (panel, vfs_path_as_str 
(source_with_vpath), ctx, dialog_type)
-+== FILE_CONT)
- {
- if (operation == OP_DELETE)
- {
-@@ -2936,7 +2927,7 @@
- goto clean_up;
- }
- 
--if (panel_operate_init_totals (operation, panel, NULL, ctx, 
dialog_type) == FILE_CONT)
-+if (panel_operate_init_totals (panel, NULL, ctx, dialog_type) == 
FILE_CONT)
- {
- /* Loop for every file, perform the actual copy operation */
- for (i = 0; i < panel->count; i++)



[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD fs36962.diff)

2013-12-02 Thread Jakob Gruber
Date: Monday, December 2, 2013 @ 22:12:20
  Author: schuay
Revision: 101949

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 101948, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD
  mc/repos/community-i686/fs36962.diff

--+
 PKGBUILD |  140 +++--
 fs36962.diff |   77 ---
 2 files changed, 68 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 21:12:10 UTC (rev 101948)
+++ PKGBUILD2013-12-02 21:12:20 UTC (rev 101949)
@@ -1,72 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.10
-pkgrel=2
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/";
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";
-"fs36962.diff")
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-patch -Np1 < "${srcdir}/fs36962.diff"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('eb4bdc23abd4fdfa14911d53d65c8186'
- '7f7cf5388a5390c2ed49965492f490aa')

Copied: mc/repos/community-i686/PKGBUILD (from rev 101948, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 21:12:20 UTC (rev 101949)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=mc
+pkgver=4.8.11
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/";
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";)
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+make DESTDIR="${pkgdir}" install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
+}
+
+md5sums=('7262788c0e799393cd37318b43a14adc')

Deleted: fs36962.diff
===
--- fs36962.diff2013-12-02 21:12:10 UTC (rev 101948)
+++ fs36962.diff2013-12-02 21:12:20 UTC (rev 101949)
@@ -1,77 +0,0 @@
-diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filemanager/file.c
 mc-4.8.10-orig/src/filemanager/file.c  2013-08-02 22:02:40.0 
+0400
-+++ mc-4.8.10

[arch-commits] Commit in mc/repos/community-x86_64 (PKGBUILD PKGBUILD fs36962.diff)

2013-12-02 Thread Jakob Gruber
Date: Monday, December 2, 2013 @ 22:12:26
  Author: schuay
Revision: 101950

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 101949, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD
  mc/repos/community-x86_64/fs36962.diff

--+
 PKGBUILD |  140 +++--
 fs36962.diff |   77 ---
 2 files changed, 68 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 21:12:20 UTC (rev 101949)
+++ PKGBUILD2013-12-02 21:12:26 UTC (rev 101950)
@@ -1,72 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.10
-pkgrel=2
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/";
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'smb: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";
-"fs36962.diff")
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-patch -Np1 < "${srcdir}/fs36962.diff"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('eb4bdc23abd4fdfa14911d53d65c8186'
- '7f7cf5388a5390c2ed49965492f490aa')

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 101949, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 21:12:26 UTC (rev 101950)
@@ -0,0 +1,68 @@
+# $Id$
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=mc
+pkgver=4.8.11
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/";
+license=('GPL')
+depends=(
+'e2fsprogs'
+'glib2'
+'gpm'
+'libssh2'
+'slang')
+makedepends=('libxt' 'libx11')
+optdepends=(
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'gawk: hp48+ extfs'
+'aspell: spelling corrections'
+'cvs: CVS support'
+'mtools: a+ extfs'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'smb: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs'
+'p7zip: support for 7zip archives')
+options=('!emptydirs' '!makeflags')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mcedit.menu'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/sfs.ini')
+source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2";)
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
+--with-x --libexecdir=/usr/lib
+
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+make DESTDIR="${pkgdir}" install
+
+# Fix FS#15177
+sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
+
+sed 's#/usr/bin/env python#/usr/bin/python2#' \
+-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
+}
+
+md5sums=('7262788c0e799393cd37318b43a14adc')

Deleted: fs36962.diff
===
--- fs36962.diff2013-12-02 21:12:20 UTC (rev 101949)
+++ fs36962.diff2013-12-02 21:12:26 UTC (rev 101950)
@@ -1,77 +0,0 @@
-diff -ur mc-4.8.10-orig/src/filemanager/file.c mc-4.8.10/src/filemanager/file.c
 mc-4.8.10-orig/src/filemanager/file.c  2013-08-02 22:02:40.0 
+0400
-+++

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 21:36:39
  Author: jlichtblau
Revision: 101947

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   80 
 kid3.changelog |   91 ---
 kid3.install   |   24 +++---
 3 files changed, 99 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 20:36:28 UTC (rev 101946)
+++ PKGBUILD2013-12-02 20:36:39 UTC (rev 101947)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 101946, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 20:36:39 UTC (rev 101947)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=kid3
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-12-02 20:36:28 UTC (rev 101946)
+++ kid3.changelog  2013-12-02 20:36:39 UTC (rev 101947)
@@ -1,44 +0,0 @@
-2013-11-02 Jaroslav Lichtblau 
-   * kid3 3.0.1-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-x86_64/kid3.changelog (from rev 101946, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-12-02 20:36:39 UTC (rev 101947)
@@ -0,0 +1,47 @@
+2013-12-02 Jaroslav Lichtblau 
+   * kid3 3.0.2-1
+
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau 
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau 
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau 
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jaroslav Lichtblau 
+

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 21:36:28
  Author: jlichtblau
Revision: 101946

upgpkg: kid3 3.0.2-1

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 18:51:00 UTC (rev 101945)
+++ PKGBUILD2013-12-02 20:36:28 UTC (rev 101946)
@@ -3,7 +3,7 @@
 # Contributor: Alois Nespor 
 
 pkgname=kid3
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
+sha256sums=('31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: kid3.changelog
===
--- kid3.changelog  2013-12-02 18:51:00 UTC (rev 101945)
+++ kid3.changelog  2013-12-02 20:36:28 UTC (rev 101946)
@@ -1,3 +1,6 @@
+2013-12-02 Jaroslav Lichtblau 
+   * kid3 3.0.2-1
+
 2013-11-02 Jaroslav Lichtblau 
* kid3 3.0.1-1
 



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

2013-12-02 Thread Andreas Radke
Date: Monday, December 2, 2013 @ 21:26:59
  Author: andyrtr
Revision: 200709

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 200708, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 200708, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 200708, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 200708, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  120 +++
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   60 ---
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   60 ---
 6 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-12-02 20:26:11 UTC (rev 200708)
+++ extra-i686/LICENSE  2013-12-02 20:26:59 UTC (rev 200709)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-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 ABOVE LISTED COPYRIGHT HOLDER(S) 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.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-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
-OPEN GROUP 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.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (f

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

2013-12-02 Thread Andreas Radke
Date: Monday, December 2, 2013 @ 21:26:11
  Author: andyrtr
Revision: 200708

upgpkg: xterm 299-1

upstream update 299

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 18:59:20 UTC (rev 200707)
+++ PKGBUILD2013-12-02 20:26:11 UTC (rev 200708)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=298
+pkgver=299
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('73e98a538614b1060c49302206447e45'
+md5sums=('0e29da3a475d22fa2299f8971ebbfa1d'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



[arch-commits] Commit in akonadi/kde-unstable (PKGBUILD)

2013-12-02 Thread Andrea Scarpino
Date: Monday, December 2, 2013 @ 19:59:12
  Author: andrea
Revision: 200706

upgpkg: akonadi 1.10.80-2

Boost rebuild

Modified:
  akonadi/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 17:54:26 UTC (rev 200705)
+++ PKGBUILD2013-12-02 18:59:12 UTC (rev 200706)
@@ -4,7 +4,7 @@
 
 pkgname=akonadi
 pkgver=1.10.80
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'



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

2013-12-02 Thread Andrea Scarpino
Date: Monday, December 2, 2013 @ 19:59:20
  Author: andrea
Revision: 200707

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  akonadi/repos/kde-unstable-i686/PKGBUILD
(from rev 200706, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-i686/akonadi.install
(from rev 200706, akonadi/kde-unstable/akonadi.install)
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 200706, akonadi/kde-unstable/PKGBUILD)
  akonadi/repos/kde-unstable-x86_64/akonadi.install
(from rev 200706, akonadi/kde-unstable/akonadi.install)
Deleted:
  akonadi/repos/kde-unstable-i686/PKGBUILD
  akonadi/repos/kde-unstable-i686/akonadi.install
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
  akonadi/repos/kde-unstable-x86_64/akonadi.install

-+
 /PKGBUILD   |   74 ++
 /akonadi.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   37 -
 kde-unstable-i686/akonadi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   37 -
 kde-unstable-x86_64/akonadi.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-12-02 18:59:12 UTC (rev 200706)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 18:59:20 UTC (rev 200707)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.10.80
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('a1e580f740b5d238eb82df72ae25ebbd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/kde-unstable-i686/PKGBUILD (from rev 200706, 
akonadi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-12-02 18:59:20 UTC (rev 200707)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.10.80
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('a1e580f740b5d238eb82df72ae25ebbd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/akonadi.install
===
--- kde-unstable-i686/akonadi.install   2013-12-02 18:59:12 UTC (rev 200706)
+++ kde-unstable-i686/akonadi.install   2013-12-02 18:59:20 UTC (rev 200707)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/kde-unstable-i686/akonadi.install (from rev 200706, 
akonadi/kde-unstable/akonadi.install)
===
--- kde-unstable-i686/akonadi.install   (rev 0)
+++ kde-unstable-i686/akonadi.install   2013-12-02 18:59:20 UTC (rev 200707)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-12-02 18:59:12 UTC (rev 200706)
+++ kde-unstable-x86_64/PKGBUILD2013-12-02 18:59:20 UTC (rev 200707)
@@ -1,37 +0,0 @@
-

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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 19:51:00
  Author: jlichtblau
Revision: 101945

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
(from rev 101944, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
(from rev 101944, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

-+
 PKGBUILD|   56 +-
 wgetpaste.changelog |   53 +--
 2 files changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 18:50:51 UTC (rev 101944)
+++ PKGBUILD2013-12-02 18:51:00 UTC (rev 101945)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=wgetpaste
-pkgver=2.22
-pkgrel=1
-pkgdesc="A script that automates pasting to a number of pastebin services"
-url="http://wgetpaste.zlin.dk/";
-arch=('any')
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste > LICENSE
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 101944, 
wgetpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 18:51:00 UTC (rev 101945)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=wgetpaste
+pkgver=2.23
+pkgrel=1
+pkgdesc="A script that automates pasting to a number of pastebin services"
+url="http://wgetpaste.zlin.dk/";
+arch=('any')
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+http://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
+  install -D -m644 ${srcdir}/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste > LICENSE
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===
--- wgetpaste.changelog 2013-12-02 18:50:51 UTC (rev 101944)
+++ wgetpaste.changelog 2013-12-02 18:51:00 UTC (rev 101945)
@@ -1,25 +0,0 @@
-2012-05-18 Jaroslav Lichtblau 
-   * wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau 
-   * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau 
-   * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau 
-   * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau 
-   * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau 
-   * FS#15223 fixed 2.13-3
-   * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau 
-   * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau 
-   * wgetpaste 2.13
-   * Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 101944, 
wgetpaste/trunk/wgetpaste.changelog)
===
--- wgetpaste.changelog (rev 0)
+++ wgetpaste.changelog 2013-12-02 18:51:00 UTC (rev 101945)
@@ -0,0 +1,28 @@
+2013-12-02 Jaroslav Lichtblau 
+   * wgetpaste 2.23-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * wgetpaste 2.22-1
+
+2012-05-13 Jaroslav Lichtblau 
+   * wgetpaste 2.20-1
+
+2012-05-05 Jaroslav Lichtblau 
+   * wgetpaste 2.19-1
+
+2010-09-16 Jaroslav Lichtblau 
+   * wgetpaste 2.18
+
+2010-02-23 Jaroslav Lichtblau 
+   * wgetpaste 2.16
+
+2009-07-05 Jaroslav Lichtblau 
+   * FS#15223 fixed 2.13-3
+   * sed dependency removed - included in the base group
+
+2009-05-31 Jaroslav Lichtblau 
+   * FS#14864 fixed 2.13-2
+
+2009-05-28 Jaroslav Lichtblau 
+   * wgetpaste 2.13
+   * Moved to [community] repo



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

2013-12-02 Thread Jaroslav Lichtblau
Date: Monday, December 2, 2013 @ 19:50:51
  Author: jlichtblau
Revision: 101944

upgpkg: wgetpaste 2.23-1

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 18:01:31 UTC (rev 101943)
+++ PKGBUILD2013-12-02 18:50:51 UTC (rev 101944)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=wgetpaste
-pkgver=2.22
+pkgver=2.23
 pkgrel=1
 pkgdesc="A script that automates pasting to a number of pastebin services"
 url="http://wgetpaste.zlin.dk/";
@@ -12,7 +12,7 @@
 optdepends=('xclip: interface to Xclipboard')
 source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
 http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
+sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
 package() {

Modified: wgetpaste.changelog
===
--- wgetpaste.changelog 2013-12-02 18:01:31 UTC (rev 101943)
+++ wgetpaste.changelog 2013-12-02 18:50:51 UTC (rev 101944)
@@ -1,4 +1,7 @@
-2012-05-18 Jaroslav Lichtblau 
+2013-12-02 Jaroslav Lichtblau 
+   * wgetpaste 2.23-1
+
+2013-05-18 Jaroslav Lichtblau 
* wgetpaste 2.22-1
 
 2012-05-13 Jaroslav Lichtblau 



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

2013-12-02 Thread Jelle van der Waa
Date: Monday, December 2, 2013 @ 19:01:31
  Author: jelle
Revision: 101943

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

Added:
  haskell-syb/repos/community-i686/PKGBUILD
(from rev 101942, haskell-syb/trunk/PKGBUILD)
  haskell-syb/repos/community-i686/haskell-syb.install
(from rev 101942, haskell-syb/trunk/haskell-syb.install)
  haskell-syb/repos/community-x86_64/PKGBUILD
(from rev 101942, haskell-syb/trunk/PKGBUILD)
  haskell-syb/repos/community-x86_64/haskell-syb.install
(from rev 101942, haskell-syb/trunk/haskell-syb.install)
Deleted:
  haskell-syb/repos/community-i686/PKGBUILD
  haskell-syb/repos/community-i686/haskell-syb.install
  haskell-syb/repos/community-x86_64/PKGBUILD
  haskell-syb/repos/community-x86_64/haskell-syb.install

--+
 /PKGBUILD|   76 +
 /haskell-syb.install |   36 +++
 community-i686/PKGBUILD  |   37 
 community-i686/haskell-syb.install   |   18 ---
 community-x86_64/PKGBUILD|   37 
 community-x86_64/haskell-syb.install |   18 ---
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 18:01:10 UTC (rev 101942)
+++ community-i686/PKGBUILD 2013-12-02 18:01:31 UTC (rev 101943)
@@ -1,37 +0,0 @@
-# Maintainer: Rémy Oudompheng 
-# Contributor: Arch Haskell Team 
-_hkgname=syb
-pkgname=haskell-syb
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="A library for client-side HTTP"
-url="http://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('ec2719d444a6561b2424dcef10b4fe34')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-syb/repos/community-i686/PKGBUILD (from rev 101942, 
haskell-syb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 18:01:31 UTC (rev 101943)
@@ -0,0 +1,38 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: Arch Haskell Team 
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' sh)
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: community-i686/haskell-syb.install
===
--- community-i686/haskell-syb.install  2013-12-02 18:01:10 UTC (rev 101942

[arch-commits] Commit in lxde-icon-theme/trunk (PKGBUILD)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 19:00:36
  Author: bgyorgy
Revision: 101941

Use upstream source, fix description

Modified:
  lxde-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 17:06:32 UTC (rev 101940)
+++ PKGBUILD2013-12-02 18:00:36 UTC (rev 101941)
@@ -6,7 +6,7 @@
 pkgname=lxde-icon-theme
 pkgver=0.5.0
 pkgrel=1
-pkgdesc="LXDE default default icon theme based on nuoveXT2"
+pkgdesc="LXDE default icon theme based on nuoveXT2"
 arch=('any')
 url="http://lxde.org";
 license=('GPL')
@@ -13,8 +13,8 @@
 groups=('lxde')
 depends=('gtk-update-icon-cache')
 install=lxde-icon-theme.install
-source=(http://ftp.de.debian.org/debian/pool/main/l/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
-md5sums=('97b146c1843c5cd937102f4e14d24cb4')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.bz2)
+md5sums=('346e1aecf805892b106b4d4b0f26e5cc')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-12-02 Thread Jelle van der Waa
Date: Monday, December 2, 2013 @ 19:01:10
  Author: jelle
Revision: 101942

upgpkg: haskell-syb 0.4.1-1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 18:00:36 UTC (rev 101941)
+++ PKGBUILD2013-12-02 18:01:10 UTC (rev 101942)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 _hkgname=syb
 pkgname=haskell-syb
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -12,8 +12,8 @@
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('ec2719d444a6561b2424dcef10b4fe34')
 options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-12-02 Thread Giovanni Scafora
Date: Monday, December 2, 2013 @ 18:49:40
  Author: giovanni
Revision: 200703

upgpkg: mkvtoolnix 6.6.0-1

upstream release - rebuild against boost 1.55.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 16:36:30 UTC (rev 200702)
+++ PKGBUILD2013-12-02 17:49:40 UTC (rev 200703)
@@ -4,8 +4,8 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.5.0
-pkgrel=2
+pkgver=6.6.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
 
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('e2d8d539b8cb9249b6c398690bc61c78')
+md5sums=('1e952a3196b0c43150801eeaecba68ed')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Monday, December 2, 2013 @ 18:06:23
  Author: bpiotrowski
Revision: 101939

upgpkg: luxrender 1.3.1-2

rebuild against boost 1.55.0

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 16:39:37 UTC (rev 101938)
+++ PKGBUILD2013-12-02 17:06:23 UTC (rev 101939)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.3.1
 _pkgver=d0b0e20c47cc
-pkgrel=1
+pkgrel=2
 pkgdesc="Rendering system for physically correct, unbiased image synthesis"
 arch=('i686' 'x86_64')
 url="http://www.luxrender.net/";



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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Monday, December 2, 2013 @ 18:06:32
  Author: bpiotrowski
Revision: 101940

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

Added:
  luxrender/repos/community-testing-i686/
  luxrender/repos/community-testing-i686/PKGBUILD
(from rev 101939, luxrender/trunk/PKGBUILD)
  luxrender/repos/community-testing-x86_64/
  luxrender/repos/community-testing-x86_64/PKGBUILD
(from rev 101939, luxrender/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   47 
 community-testing-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: luxrender/repos/community-testing-i686/PKGBUILD (from rev 101939, 
luxrender/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-02 17:06:32 UTC (rev 101940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=2
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2)
+md5sums=('cbe749f56a1e1976745f5458100efa8a')
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-testing-x86_64/PKGBUILD (from rev 101939, 
luxrender/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-12-02 17:06:32 UTC (rev 101940)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.3.1
+_pkgver=d0b0e20c47cc
+pkgrel=2
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl' 'fftw')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2)
+md5sums=('cbe749f56a1e1976745f5458100efa8a')
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in lib32-liblphobos-devel/repos/multilib-x86_64 (2 files)

2013-12-02 Thread Михаил Страшун
Date: Monday, December 2, 2013 @ 17:32:41
  Author: dicebot
Revision: 101890

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD
(from rev 101889, lib32-liblphobos-devel/trunk/PKGBUILD)
Deleted:
  lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 16:32:08 UTC (rev 101889)
+++ PKGBUILD2013-12-02 16:32:41 UTC (rev 101890)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=lib32-liblphobos-devel
-groups=('dlang' 'dlang-ldc')
-provides=("d-runtime" "d-stdlib")
-pkgver=20130604
-pkgrel=2
-pkgdesc="D standard library (libphobos) for LDC compiler (32-bit)"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc";
-license=('BSD')
-depends=('ldc')
-makedepends=('git' 'llvm' 'libconfig' 'cmake')
-source=("git://github.com/ldc-developers/ldc.git")
-md5sums=("SKIP")
-options=("staticlibs")
-
-build() {
-cd "$srcdir"/ldc
-
-git submodule update --init --recursive
-
-mkdir build && cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DMULTILIB=ON \
-..
-make
-}
-
-package() {
-   cd "$srcdir"/ldc
-
-# We don't want anything but the 32-bit libs
-install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
-install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
-
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD (from rev 101889, 
lib32-liblphobos-devel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 16:32:41 UTC (rev 101890)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=lib32-liblphobos-devel
+groups=('dlang' 'dlang-ldc')
+provides=("d-runtime" "d-stdlib")
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="D standard library (libphobos) for LDC compiler (32-bit)"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc";
+license=('BSD')
+depends=('ldc')
+makedepends=('git' 'llvm' 'libconfig' 'cmake')
+source=("git://github.com/ldc-developers/ldc.git#tag=v$pkgver")
+md5sums=("SKIP")
+options=("staticlibs")
+
+build() {
+cd "$srcdir"/ldc
+
+git submodule update --init --recursive
+
+mkdir build && cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DMULTILIB=ON \
+..
+make
+}
+
+package() {
+   cd "$srcdir"/ldc
+
+# We don't want anything but the 32-bit libs
+install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
+install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
+
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-12-02 Thread Михаил Страшун
Date: Monday, December 2, 2013 @ 17:32:08
  Author: dicebot
Revision: 101889

upgpkg: lib32-liblphobos-devel 0.12.1-1

ldc bug-fix minor release 0.12.1

Modified:
  lib32-liblphobos-devel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 15:58:18 UTC (rev 101888)
+++ PKGBUILD2013-12-02 16:32:08 UTC (rev 101889)
@@ -4,8 +4,8 @@
 pkgname=lib32-liblphobos-devel
 groups=('dlang' 'dlang-ldc')
 provides=("d-runtime" "d-stdlib")
-pkgver=20130604
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="D standard library (libphobos) for LDC compiler (32-bit)"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc";
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('ldc')
 makedepends=('git' 'llvm' 'libconfig' 'cmake')
-source=("git://github.com/ldc-developers/ldc.git")
+source=("git://github.com/ldc-developers/ldc.git#tag=v$pkgver")
 md5sums=("SKIP")
 options=("staticlibs")
 



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

2013-12-02 Thread Giovanni Scafora
Date: Monday, December 2, 2013 @ 17:02:10
  Author: giovanni
Revision: 200687

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 200686, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 200686, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 200686, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 200686, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-02 16:02:03 UTC (rev 200686)
+++ extra-i686/PKGBUILD 2013-12-02 16:02:10 UTC (rev 200687)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=2.8
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('76b565f48000e9f331356ab107a5bcbb'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 200686, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-02 16:02:10 UTC (rev 200687)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('bede5869f9b5d09ab3269bac472495e7'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"

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

2013-12-02 Thread Giovanni Scafora
Date: Monday, December 2, 2013 @ 17:02:03
  Author: giovanni
Revision: 200686

upgpkg: mercurial 2.8.1-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 11:59:05 UTC (rev 200685)
+++ PKGBUILD2013-12-02 16:02:03 UTC (rev 200686)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=2.8
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('76b565f48000e9f331356ab107a5bcbb'
+md5sums=('bede5869f9b5d09ab3269bac472495e7'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2013-12-02 Thread Михаил Страшун
Date: Monday, December 2, 2013 @ 16:58:18
  Author: dicebot
Revision: 101888

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 101887, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 101887, ldc/trunk/ldc2.conf)
  ldc/repos/community-i686/ldc2.rebuild.conf
(from rev 101887, ldc/trunk/ldc2.rebuild.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 101887, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 101887, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/ldc2.rebuild.conf
(from rev 101887, ldc/trunk/ldc2.rebuild.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-i686/ldc2.rebuild.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf
  ldc/repos/community-x86_64/ldc2.rebuild.conf

+
 /PKGBUILD  |  152 +++
 /ldc2.conf |   36 
 /ldc2.rebuild.conf |4 
 community-i686/PKGBUILD|   76 -
 community-i686/ldc2.conf   |   18 
 community-i686/ldc2.rebuild.conf   |2 
 community-x86_64/PKGBUILD  |   76 -
 community-x86_64/ldc2.conf |   18 
 community-x86_64/ldc2.rebuild.conf |2 
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 15:56:55 UTC (rev 101887)
+++ community-i686/PKGBUILD 2013-12-02 15:58:18 UTC (rev 101888)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.12.0
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc";
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
-"ldc2.conf"
-"ldc2.rebuild.conf"
-   )
-sha1sums=('SKIP'
-  'e4e2c9656a24a2433cfb00f792abdc247a845b46'
-  '0e6e5e072ccc006a200a8fc918cb1ebeb2e12b7b'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build && cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-optdepends=("liblphobos-devel: stadard library, static one + imports, LDC 
version")
-backup=("etc/ldc2.conf"
-"etc/ldc2.rebuild.conf"
-   )
-provides=("d-compiler")
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-install -D -m644 $srcdir/ldc2.rebuild.conf $pkgdir/etc/ldc2.rebuild.conf
-}
-
-package_liblphobos-devel() {
-depends=("ldc")
-provides=("d-runtime" "d-stdlib")
-   options=("staticlibs")
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc.a 
$pkgdir/usr/lib/liblphobos.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos-ldc-debug.a 
$pkgdir/usr/lib/liblphobos-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 101887, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 15:58:18 UTC (rev 101888)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos-devel')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.12.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc";
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=("git://github.com/ldc-developers/ldc.git#tag=v${pkgver}"
+"ldc2.conf

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

2013-12-02 Thread Михаил Страшун
Date: Monday, December 2, 2013 @ 16:56:55
  Author: dicebot
Revision: 101887

upgpkg: ldc 1:0.12.1-1

ldc bug-fix minor release 0.12.1

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 15:07:58 UTC (rev 101886)
+++ PKGBUILD2013-12-02 15:56:55 UTC (rev 101887)
@@ -3,7 +3,7 @@
 # Contributor: Sven-Hendrik Haase 
 pkgname=('ldc' 'liblphobos-devel')
 groups=('dlang' 'dlang-ldc')
-pkgver=0.12.0
+pkgver=0.12.1
 epoch=1
 pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 16:07:58
  Author: svenstaro
Revision: 101886

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

Added:
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 101885, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 101885, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 101885, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 101885, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/PKGBUILD
  ogre/repos/community-staging-i686/ogre.install
  ogre/repos/community-staging-x86_64/PKGBUILD
  ogre/repos/community-staging-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 +
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/ogre.install   |4 
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/ogre.install |4 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 14:57:32 UTC (rev 101885)
+++ community-staging-i686/PKGBUILD 2013-12-02 15:07:58 UTC (rev 101886)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=RelWithDebInfo
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 101885, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 15:07:58 UTC (rev 101886)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-}")
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 15:51:32
  Author: svenstaro
Revision: 101882

upgpkg: ogre 1.9.0-4

update to new 1-9-0 tag

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:45:51 UTC (rev 101881)
+++ PKGBUILD2013-12-02 14:51:32 UTC (rev 101882)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'
@@ -26,7 +26,7 @@
 -DOGRE_INSTALL_SAMPLES=TRUE \
 -DOGRE_INSTALL_DOCS=TRUE \
 -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=RelWithDebInfo
+-DCMAKE_BUILD_TYPE=Release
 
   make
 



[arch-commits] Commit in (ubuntuone-client-gnome)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:57:32
  Author: bgyorgy
Revision: 101885

Drop ubuntuone-client-gnome package

It has been dropped by upstream maintainers.

Deleted:
  ubuntuone-client-gnome/



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 15:45:51
  Author: svenstaro
Revision: 101881

archrelease: copy trunk to community-staging-any

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

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

Copied: stuntrally-data/repos/community-staging-any/PKGBUILD (from rev 101880, 
stuntrally-data/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-12-02 14:45:51 UTC (rev 101881)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.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=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51'
+'45e9c976964e22348530a99a99c0dac30bc766d2f9edbe1a83a7b6791850d565')
+
+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 stuntrally-data/trunk (PKGBUILD)

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 15:45:43
  Author: svenstaro
Revision: 101880

upgpkg: stuntrally-data 2.2.1-1

boost 1.55.0 rebuild

Modified:
  stuntrally-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:37:43 UTC (rev 101879)
+++ PKGBUILD2013-12-02 14:45:43 UTC (rev 101880)
@@ -2,7 +2,7 @@
 
 pkgname=stuntrally-data
 _pkgname=stuntrally
-pkgver=2.1
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Stunt Rally game with track editor, based on VDrift (data files)"
 arch=('any')
@@ -11,8 +11,8 @@
 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')
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51'
+'45e9c976964e22348530a99a99c0dac30bc766d2f9edbe1a83a7b6791850d565')
 
 build() {
   # build the sources
@@ -38,7 +38,7 @@
 }
 
 package() {
-  #install the sources
+  # install the sources
   cd "${srcdir}/stuntrally-${pkgver}/build/"
   make DESTDIR="${pkgdir}" install
 



[arch-commits] Commit in python2-ubuntuone-storageprotocol/repos/community-any (2 files)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:36:24
  Author: bgyorgy
Revision: 101872

archrelease: copy trunk to community-any

Added:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD
(from rev 101871, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
Deleted:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 14:36:19 UTC (rev 101871)
+++ PKGBUILD2013-12-02 14:36:24 UTC (rev 101872)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-_pkgname=ubuntuone-storage-protocol
-pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
-arch=('any')
-url="https://launchpad.net/ubuntuone-storage-protocol";
-license=('AGPL')
-depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
-makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('935625de2a0eb861a9a6b80a62e8ac37')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD (from 
rev 101871, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 14:36:24 UTC (rev 101872)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+
+_pkgname=ubuntuone-storage-protocol
+pkgname=python2-ubuntuone-storageprotocol
+pkgver=13.10
+pkgrel=1
+pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
+arch=('any')
+url="https://launchpad.net/ubuntuone-storage-protocol";
+license=('AGPL')
+depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
+makedepends=('python2-distribute')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('4e8ac66b49d26d834719a3fb73b2fd4f')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



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

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:37:09
  Author: bgyorgy
Revision: 101876

archrelease: copy trunk to community-any

Added:
  ubuntuone-client/repos/community-any/
  ubuntuone-client/repos/community-any/PKGBUILD
(from rev 101875, ubuntuone-client/trunk/PKGBUILD)
  ubuntuone-client/repos/community-any/fix-notify-hint.patch
(from rev 101875, ubuntuone-client/trunk/fix-notify-hint.patch)
  ubuntuone-client/repos/community-any/ubuntuone-client.install
(from rev 101875, ubuntuone-client/trunk/ubuntuone-client.install)

--+
 PKGBUILD |   49 +
 fix-notify-hint.patch|   19 +
 ubuntuone-client.install |   11 ++
 3 files changed, 79 insertions(+)

Copied: ubuntuone-client/repos/community-any/PKGBUILD (from rev 101875, 
ubuntuone-client/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-12-02 14:37:09 UTC (rev 101876)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntuone-client
+pkgver=13.10
+pkgrel=1
+pkgdesc="Ubuntu One helps you store, sync and share files between your 
computers"
+arch=('any')
+url="https://launchpad.net/ubuntuone-client";
+license=('GPL' 'CCPL:cc-by-sa')
+depends=('python2-configglue' 'python2-setuptools' 'python2-gobject' 
'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'imake' 'python2-distutils-extra')
+install=$pkgname.install
+source=(https://launchpad.net/ubuntuone-client/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz
+
https://launchpad.net/ubuntuone-client-data/stable-13-10/$pkgver/+download/$pkgname-data-$pkgver.tar.gz
+fix-notify-hint.patch)
+md5sums=('eff7ba76da463182e7622c68fd4f8fb6'
+ 'c7da0cc8ec856f015c502577fa2dab0f'
+ 'c38cb043e3241f12610ed6eb9ae0f087')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Workaround for crash in notification-daemon
+  # https://bugzilla.gnome.org/show_bug.cgi?id=665166
+  patch -Np1 -i "$srcdir/fix-notify-hint.patch"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/* contrib/*.py
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+
+  cd "$srcdir/$pkgname-data-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  cd "$srcdir/$pkgname-data-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # We don't have Apport in Arch Linux
+  rm -r "$pkgdir"/{etc/apport,usr/share/apport}
+}

Copied: ubuntuone-client/repos/community-any/fix-notify-hint.patch (from rev 
101875, ubuntuone-client/trunk/fix-notify-hint.patch)
===
--- community-any/fix-notify-hint.patch (rev 0)
+++ community-any/fix-notify-hint.patch 2013-12-02 14:37:09 UTC (rev 101876)
@@ -0,0 +1,19 @@
+diff -Naur 
ubuntuone-client-4.2.0.orig/ubuntuone/platform/notification/linux.py 
ubuntuone-client-4.2.0/ubuntuone/platform/notification/linux.py
+--- ubuntuone-client-4.2.0.orig/ubuntuone/platform/notification/linux.py   
2013-04-01 16:37:48.530956424 +
 ubuntuone-client-4.2.0/ubuntuone/platform/notification/linux.py
2013-04-01 16:38:32.333945773 +
+@@ -32,7 +32,7 @@
+ USE_NOTIFY = False
+ 
+ try:
+-from gi.repository import Notify
++from gi.repository import GLib, Notify
+ USE_NOTIFY = True
+ except ImportError:
+ pass
+@@ -67,5 +67,5 @@
+ if append:
+ self.notification.set_hint_string('x-canonical-append', '')
+ 
+-self.notification.set_hint_int32('transient', int(True))
++self.notification.set_hint('transient', GLib.Variant.new_boolean(1))
+ self.notification.show()

Copied: ubuntuone-client/repos/community-any/ubuntuone-client.install (from rev 
101875, ubuntuone-client/trunk/ubuntuone-client.install)
===
--- community-any/ubuntuone-client.install  (rev 0)
+++ community-any/ubuntuone-client.install  2013-12-02 14:37:09 UTC (rev 
101876)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in ubuntuone-control-panel/repos/community-any (2 files)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:37:43
  Author: bgyorgy
Revision: 101879

archrelease: copy trunk to community-any

Added:
  ubuntuone-control-panel/repos/community-any/PKGBUILD
(from rev 101878, ubuntuone-control-panel/trunk/PKGBUILD)
Deleted:
  ubuntuone-control-panel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 14:37:38 UTC (rev 101878)
+++ PKGBUILD2013-12-02 14:37:43 UTC (rev 101879)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=ubuntuone-control-panel
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
-arch=('any')
-url="https://launchpad.net/ubuntuone-control-panel";
-license=('GPL')
-depends=('ubuntuone-client')
-makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/ubuntuone-control-panel/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('19afeb2cf7090c1bef0f12ed0c35942d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
-  # Fix desktop file
-  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
-  sed -i '/^NotShowIn=/d' ubuntuone-installer.desktop.in
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # We don't have Apport in Arch Linux
-  rm -r "$pkgdir"/usr/share/apport
-
-  # Remove unneeded files
-  rm "$pkgdir"/usr/share/ubuntuone-control-panel/*.ttf
-  rm "$pkgdir/usr/share/applications/ubuntuone-control-panel-qt-gnome.desktop"
-}

Copied: ubuntuone-control-panel/repos/community-any/PKGBUILD (from rev 101878, 
ubuntuone-control-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 14:37:43 UTC (rev 101879)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntuone-control-panel
+pkgver=13.10
+pkgrel=1
+pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
+arch=('any')
+url="https://launchpad.net/ubuntuone-control-panel";
+license=('GPL')
+depends=('ubuntuone-client')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/ubuntuone-control-panel/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('0a3600f86331449c8a1aad46dd79e687')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
+
+  # Fix desktop file
+  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/
+  /^NotShowIn=/d' ubuntuone-installer.desktop.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # We don't have Apport in Arch Linux
+  rm -r "$pkgdir"/usr/share/apport
+
+  # Remove unneeded files
+  rm "$pkgdir"/usr/share/ubuntuone-control-panel/*.ttf
+  rm "$pkgdir/usr/share/applications/ubuntuone-control-panel-qt-gnome.desktop"
+}



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

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:37:04
  Author: bgyorgy
Revision: 101875

upgpkg: ubuntuone-client 13.10-1

Update to version 13.10

Modified:
  ubuntuone-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:36:46 UTC (rev 101874)
+++ PKGBUILD2013-12-02 14:37:04 UTC (rev 101875)
@@ -2,44 +2,45 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntuone-client
-pkgver=4.2.0
-pkgrel=2
+pkgver=13.10
+pkgrel=1
 pkgdesc="Ubuntu One helps you store, sync and share files between your 
computers"
-arch=('i686' 'x86_64')
+arch=('any')
 url="https://launchpad.net/ubuntuone-client";
 license=('GPL' 'CCPL:cc-by-sa')
-depends=('dbus-glib' 'python2-configglue' 'python2-setuptools' 
'python2-gobject' 'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
+depends=('python2-configglue' 'python2-setuptools' 'python2-gobject' 
'libnotify' 'python2-pyinotify' 'ubuntu-sso-client' 
'python2-ubuntuone-storageprotocol' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'imake' 'python2-distutils-extra')
 install=$pkgname.install
-source=(https://launchpad.net/ubuntuone-client/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-
https://launchpad.net/ubuntuone-client-data/stable-4-2/$pkgver/+download/$pkgname-data-$pkgver.tar.gz
+source=(https://launchpad.net/ubuntuone-client/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz
+
https://launchpad.net/ubuntuone-client-data/stable-13-10/$pkgver/+download/$pkgname-data-$pkgver.tar.gz
 fix-notify-hint.patch)
-md5sums=('37d2de5c6e795e75f447682ee1c3bacc'
- 'd3c445a9957a80471a84f323f24e8f84'
+md5sums=('eff7ba76da463182e7622c68fd4f8fb6'
+ 'c7da0cc8ec856f015c502577fa2dab0f'
  'c38cb043e3241f12610ed6eb9ae0f087')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
   # Workaround for crash in notification-daemon
   # https://bugzilla.gnome.org/show_bug.cgi?id=665166
   patch -Np1 -i "$srcdir/fix-notify-hint.patch"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static \
-  PYTHON=python2
-  make
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/* contrib/*.py
 }
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+
+  cd "$srcdir/$pkgname-data-$pkgver"
+  python2 setup.py build
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
 
-  make DESTDIR="$pkgdir/" install
-
-  # Install data
   cd "$srcdir/$pkgname-data-$pkgver"
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



[arch-commits] Commit in ubuntuone-control-panel/trunk (PKGBUILD)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:37:38
  Author: bgyorgy
Revision: 101878

upgpkg: ubuntuone-control-panel 13.10-1

Update to version 13.10

Modified:
  ubuntuone-control-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:37:11 UTC (rev 101877)
+++ PKGBUILD2013-12-02 14:37:38 UTC (rev 101878)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntuone-control-panel
-pkgver=4.2.0
+pkgver=13.10
 pkgrel=1
 pkgdesc="Graphical user interface that allows the users to manage their Ubuntu 
One subscription and preferences"
 arch=('any')
@@ -10,10 +10,10 @@
 license=('GPL')
 depends=('ubuntuone-client')
 makedepends=('python2-distutils-extra')
-source=(https://launchpad.net/ubuntuone-control-panel/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-md5sums=('19afeb2cf7090c1bef0f12ed0c35942d')
+source=(https://launchpad.net/ubuntuone-control-panel/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('0a3600f86331449c8a1aad46dd79e687')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # Python2 fix
@@ -20,15 +20,17 @@
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
 
   # Fix desktop file
-  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/' 
ubuntuone-installer.desktop.in
-  sed -i '/^NotShowIn=/d' ubuntuone-installer.desktop.in
+  sed -i 's/^Categories=.*/Categories=Qt;Network;FileTransfer/
+  /^NotShowIn=/d' ubuntuone-installer.desktop.in
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
   python2 setup.py build
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   python2 setup.py install --root=$pkgdir/ --optimize=1
 
   # We don't have Apport in Arch Linux



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

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:36:19
  Author: bgyorgy
Revision: 101871

upgpkg: python2-ubuntuone-storageprotocol 13.10-1

Update to version 13.10

Modified:
  python2-ubuntuone-storageprotocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:33:08 UTC (rev 101870)
+++ PKGBUILD2013-12-02 14:36:19 UTC (rev 101871)
@@ -3,7 +3,7 @@
 
 _pkgname=ubuntuone-storage-protocol
 pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.2.0
+pkgver=13.10
 pkgrel=1
 pkgdesc="Library for the Ubuntu One storage protocol, which is written using 
google protocol buffers, and some wrapper libraries in python"
 arch=('any')
@@ -11,17 +11,15 @@
 license=('AGPL')
 depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
 makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('935625de2a0eb861a9a6b80a62e8ac37')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('4e8ac66b49d26d834719a3fb73b2fd4f')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py build
 }
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }



[arch-commits] Commit in ubuntu-sso-client/repos/community-any (3 files)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:36:46
  Author: bgyorgy
Revision: 101874

archrelease: copy trunk to community-any

Added:
  ubuntu-sso-client/repos/community-any/PKGBUILD
(from rev 101873, ubuntu-sso-client/trunk/PKGBUILD)
Deleted:
  ubuntu-sso-client/repos/community-any/PKGBUILD
  ubuntu-sso-client/repos/community-any/oauthlib-0.3.8.patch

--+
 PKGBUILD |   75 ++---
 oauthlib-0.3.8.patch |   40 --
 2 files changed, 34 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 14:36:40 UTC (rev 101873)
+++ PKGBUILD2013-12-02 14:36:46 UTC (rev 101874)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=ubuntu-sso-client
-pkgver=4.2.0
-pkgrel=3
-pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
-arch=('any')
-url="https://launchpad.net/ubuntu-sso-client";
-license=('GPL')
-depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauthlib' 'python2-pyopenssl' 'python2-pillow' 'twisted' 
'gnome-keyring' 'gsettings-desktop-schemas')
-makedepends=('python2-distutils-extra')
-replaces=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-provides=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-source=(https://launchpad.net/$pkgname/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-oauthlib-0.3.8.patch)
-md5sums=('1e80d1702ee69cf63242aafaa2c0cc00'
- '7eb0cf5ea1318ef5916b49f3c610aacd')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
-  # Fix error with oautlib>=0.3.8
-  patch -Np0 -i "$srcdir/oauthlib-0.3.8.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Remove unneeded files
-  rm "$pkgdir"/usr/share/ubuntu-sso-client/*.ttf
-}

Copied: ubuntu-sso-client/repos/community-any/PKGBUILD (from rev 101873, 
ubuntu-sso-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 14:36:46 UTC (rev 101874)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=ubuntu-sso-client
+pkgver=13.10
+pkgrel=1
+pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
+arch=('any')
+url="https://launchpad.net/ubuntu-sso-client";
+license=('GPL')
+depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauthlib' 'python2-pyopenssl' 'python2-pillow' 'twisted' 
'gnome-keyring' 'gsettings-desktop-schemas')
+makedepends=('python2-distutils-extra')
+source=(https://launchpad.net/$pkgname/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('2937163edb8ba06038fa0036c5c34c99')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Remove unneeded files
+  rm "$pkgdir"/usr/share/ubuntu-sso-client/*.ttf
+}

Deleted: oauthlib-0.3.8.patch
===
--- oauthlib-0.3.8.patch2013-12-02 14:36:40 UTC (rev 101873)
+++ oauthlib-0.3.8.patch2013-12-02 14:36:46 UTC (rev 101874)
@@ -1,40 +0,0 @@
-=== modified file 'ubuntu_sso/utils/webclient/common.py'
 ubuntu_sso/utils/webclient/common.py   2013-02-19 22:12:47 +
-+++ ubuntu_sso/utils/webclient/common.py   2013-04-12 20:11:22 +
-@@ -157,9 +157,12 @@
-   else 
SIGNATURE_TYPE_AUTH_HEADER),
-   timestamp=str(timestamp))
- 
--url, signed_headers, body = oauth_client.sign(
--uri, method, parameters if parameters is not None else {},
--{'Content-Type': 'application/x-www-form-urlencoded'})
-+try:
-+url, signed_headers, body = oauth_client.sign(
-+uri, method, parameters if parameters is not None else {},
-+{'Content-Type': 'application/x-www-form-urlencoded'})
-+except ValueError:
-+url, signed_headers, body = oauth_client.sign(uri, method)
- 
- return url, signed_headers, body
- 
-
-=== modified file 'ubuntu_sso/utils/webclient/tests/test_webclient.py'
 ubuntu_sso/utils/webclient/tests/test_webclient.py 2013-02-19 22:12:47 
+
-+++ ubuntu_sso/utils/webclient/tests/test_webclient.py 2013-04-12 20:11:22 
+
-@@ -794,15 +794,6 @@
- 
- self.assert_headers_correct(signed_headers)
- self.assertEqual(url, self.sample_url)
--if params is not None:
--for pa

[arch-commits] Commit in ubuntuone-client/repos (community-i686 community-x86_64)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:37:11
  Author: bgyorgy
Revision: 101877

Removed community-i686 and community-x86_64 for ubuntuone-client

Deleted:
  ubuntuone-client/repos/community-i686/
  ubuntuone-client/repos/community-x86_64/



[arch-commits] Commit in ubuntu-sso-client/trunk (PKGBUILD oauthlib-0.3.8.patch)

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 15:36:40
  Author: bgyorgy
Revision: 101873

upgpkg: ubuntu-sso-client 13.10-1

Update to version 13.10

Modified:
  ubuntu-sso-client/trunk/PKGBUILD
Deleted:
  ubuntu-sso-client/trunk/oauthlib-0.3.8.patch

--+
 PKGBUILD |   15 ---
 oauthlib-0.3.8.patch |   40 
 2 files changed, 4 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:36:24 UTC (rev 101872)
+++ PKGBUILD2013-12-02 14:36:40 UTC (rev 101873)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György 
 
 pkgname=ubuntu-sso-client
-pkgver=4.2.0
-pkgrel=3
+pkgver=13.10
+pkgrel=1
 pkgdesc="Desktop service to allow applications to sign into Ubuntu services 
via SSO"
 arch=('any')
 url="https://launchpad.net/ubuntu-sso-client";
@@ -10,12 +10,8 @@
 license=('GPL')
 depends=('python2-dbus' 'python2-pyqt' 'python2-dirspec' 'python2-httplib2' 
'python2-oauthlib' 'python2-pyopenssl' 'python2-pillow' 'twisted' 
'gnome-keyring' 'gsettings-desktop-schemas')
 makedepends=('python2-distutils-extra')
-replaces=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-provides=('ubuntu-sso-client-gtk' 'ubuntu-sso-client-qt')
-source=(https://launchpad.net/$pkgname/stable-4-2/$pkgver/+download/$pkgname-$pkgver.tar.gz
-oauthlib-0.3.8.patch)
-md5sums=('1e80d1702ee69cf63242aafaa2c0cc00'
- '7eb0cf5ea1318ef5916b49f3c610aacd')
+source=(https://launchpad.net/$pkgname/stable-13-10/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('2937163edb8ba06038fa0036c5c34c99')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -22,9 +18,6 @@
 
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/*
-
-  # Fix error with oautlib>=0.3.8
-  patch -Np0 -i "$srcdir/oauthlib-0.3.8.patch"
 }
 
 build() {

Deleted: oauthlib-0.3.8.patch
===
--- oauthlib-0.3.8.patch2013-12-02 14:36:24 UTC (rev 101872)
+++ oauthlib-0.3.8.patch2013-12-02 14:36:40 UTC (rev 101873)
@@ -1,40 +0,0 @@
-=== modified file 'ubuntu_sso/utils/webclient/common.py'
 ubuntu_sso/utils/webclient/common.py   2013-02-19 22:12:47 +
-+++ ubuntu_sso/utils/webclient/common.py   2013-04-12 20:11:22 +
-@@ -157,9 +157,12 @@
-   else 
SIGNATURE_TYPE_AUTH_HEADER),
-   timestamp=str(timestamp))
- 
--url, signed_headers, body = oauth_client.sign(
--uri, method, parameters if parameters is not None else {},
--{'Content-Type': 'application/x-www-form-urlencoded'})
-+try:
-+url, signed_headers, body = oauth_client.sign(
-+uri, method, parameters if parameters is not None else {},
-+{'Content-Type': 'application/x-www-form-urlencoded'})
-+except ValueError:
-+url, signed_headers, body = oauth_client.sign(uri, method)
- 
- return url, signed_headers, body
- 
-
-=== modified file 'ubuntu_sso/utils/webclient/tests/test_webclient.py'
 ubuntu_sso/utils/webclient/tests/test_webclient.py 2013-02-19 22:12:47 
+
-+++ ubuntu_sso/utils/webclient/tests/test_webclient.py 2013-04-12 20:11:22 
+
-@@ -794,15 +794,6 @@
- 
- self.assert_headers_correct(signed_headers)
- self.assertEqual(url, self.sample_url)
--if params is not None:
--for param, value in params.items():
--self.assertIn(param, body)
--actual = body[param]
--self.assertEqual(value, actual)
--
--def test_build_oauth_request_with_params(self):
--"""Check that the oauth request are properly with params."""
--self.test_build_oauth_request(params=self.sample_params)
- 
- @defer.inlineCallbacks
- def test_build_signed_iri(self, params=None):
-



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 15:33:08
  Author: svenstaro
Revision: 101870

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

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

-+
 community-staging-i686/PKGBUILD |   37 ++
 community-staging-i686/stuntrally.install   |   13 +
 community-staging-x86_64/PKGBUILD   |   37 ++
 community-staging-x86_64/stuntrally.install |   13 +
 4 files changed, 100 insertions(+)

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 101869, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 14:33:08 UTC (rev 101870)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.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' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
+
+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-staging-i686/stuntrally.install (from rev 
101869, stuntrally/trunk/stuntrally.install)
===
--- community-staging-i686/stuntrally.install   (rev 0)
+++ community-staging-i686/stuntrally.install   2013-12-02 14:33:08 UTC (rev 
101870)
@@ -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:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 101869, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 14:33:08 UTC (rev 101870)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.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' 'git')
+install=stuntrally.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
+
+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-staging-x86_64/stuntrally.install (from rev 
101869, stuntrally/trunk/stuntrally.install)
===
--- community-staging-x86_64/stuntrally.install (rev 0)
+++ community-staging-x86_64/stuntrally.install 2013-12-02 14:33:08 UTC (rev 
101870)
@@ -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:



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 15:33:04
  Author: svenstaro
Revision: 101869

upgpkg: stuntrally 2.2.1-1

boost 1.55.0 rebuild

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 14:02:39 UTC (rev 101868)
+++ PKGBUILD2013-12-02 14:33:04 UTC (rev 101869)
@@ -4,7 +4,7 @@
 # Contributor: Jason Melton 
 
 pkgname=stuntrally
-pkgver=2.1
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
@@ -11,10 +11,10 @@
 license=('GPL3')
 url='http://code.google.com/p/vdrift-ogre'
 depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-theme' 'libxcursor' 
'stuntrally-data')
-makedepends=('cmake' 'boost')
+makedepends=('cmake' 'boost' 'git')
 install=stuntrally.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
-sha256sums=('d987e8c05ed1f3f54468e75e2c1f68a9a4c59ceefa7429130d4f800b28821ae0')
+sha256sums=('305b5f498ab150e4cf1fd1d47410ea04ad3cf439b60278ea2b73a01278d9ca51')
 
 build() {
   cd "$srcdir/stuntrally-$pkgver/"



[arch-commits] Commit in gramps/repos/community-any (6 files)

2013-12-02 Thread Federico Cinelli
Date: Monday, December 2, 2013 @ 15:02:39
  Author: cinelli
Revision: 101868

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 101867, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/block-changed.patch
(from rev 101867, gramps/trunk/block-changed.patch)
  gramps/repos/community-any/gramps.install
(from rev 101867, gramps/trunk/gramps.install)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/block-changed.patch
  gramps/repos/community-any/gramps.install

-+
 PKGBUILD|   95 +-
 block-changed.patch |   84 ++--
 gramps.install  |   26 ++---
 3 files changed, 103 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 14:02:00 UTC (rev 101867)
+++ PKGBUILD2013-12-02 14:02:39 UTC (rev 101868)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Cory Farmer 
-# Contributor: György Balló 
-
-pkgname=gramps
-pkgver=4.0.2
-pkgrel=1
-epoch=2
-pkgdesc="A genealogy program, which helps you track your family tree"
-arch=('any')
-url="http://gramps-project.org/";
-license=('GPL')
-depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
-'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'python-pyicu: improves localised sorting'
-#  'webkitgtk: allows websites to be opened in Gramps'
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
-   block-changed.patch)
-md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
- 'b2443587e08c4951f00e9401d47e1ccc')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  patch -p0 <$srcdir/block-changed.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
>$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 101867, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 14:02:39 UTC (rev 101868)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Cory Farmer 
+# Contributor: György Balló 
+
+pkgname=gramps
+pkgver=4.0.2
+pkgrel=2
+epoch=2
+pkgdesc="A genealogy program, which helps you track your family tree"
+arch=('any')
+url="http://gramps-project.org/";
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'python-pyicu: improves localised sorting'
+#  'webkitgtk: allows websites to be opened in Gramps'
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
+   block-changed.patch)
+md5sums=('41d9ae797c2eb2da42474aca3cccb6b3'
+ 'b2443587e08c4951f00e9401d47e1ccc')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+#  patch -p0 <$srcdir/block-changed.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
>$pkgdir/usr/lib/python3.3/site-packages/gramps/gen/utils/resource-path
+}

Deleted: block-changed.patch
===
--- block-changed.patch 2013-12-02 14:02:00 UTC (rev 101867)
+++ block-changed.patch 2013-12-02 14:02:39 UTC (rev 101868)
@@ -1,42 +0,0 @@
-Index: gramps/gui/widgets/validatedmaskedentry.py
-=

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

2013-12-02 Thread Federico Cinelli
Date: Monday, December 2, 2013 @ 15:02:00
  Author: cinelli
Revision: 101867

upgpkg: gramps 2:4.0.2-2

Fixed FS#37979

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 13:37:29 UTC (rev 101866)
+++ PKGBUILD2013-12-02 14:02:00 UTC (rev 101867)
@@ -6,14 +6,15 @@
 
 pkgname=gramps
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="A genealogy program, which helps you track your family tree"
 arch=('any')
 url="http://gramps-project.org/";
 license=('GPL')
-depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
-'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
+'shared-mime-info')
 makedepends=('intltool')
 optdepends=('graphviz: enable creation of graphs (required for tree reports)'
'gtkspell3: enable spell checking in the notes'



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

2013-12-02 Thread Alexander Rødseth
Date: Monday, December 2, 2013 @ 14:37:17
  Author: arodseth
Revision: 101865

upgpkg: go 2:1.2-1

Modified:
  go/trunk/PKGBUILD
  go/trunk/go.install
  go/trunk/go.sh

+
 PKGBUILD   |8 +---
 go.install |   12 ++--
 go.sh  |1 -
 3 files changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 13:32:36 UTC (rev 101864)
+++ PKGBUILD2013-12-02 13:37:17 UTC (rev 101865)
@@ -9,7 +9,7 @@
 # Contributor: Daniel YC Lin 
 
 pkgname=go
-pkgver=1.2rc5
+pkgver=1.2
 pkgrel=1
 epoch=2
 pkgdesc='Compiler and tools for the Go programming language from Google'
@@ -19,6 +19,7 @@
 depends=('perl' 'gawk')
 makedepends=('inetutils')
 options=('!strip' 'staticlibs')
+optdepends=('liteide: IDE for editing and building projects written in Go')
 install="$pkgname.install"
 backup=('usr/lib/go/bin')
 
@@ -25,12 +26,12 @@
 if [ "$CARCH" == 'x86_64' ]; then
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz";
   "$pkgname.sh")
-  
sha256sums=('39579e52e312030d82c123fbb6441a6154be348b93c6b4d947d39802c30a5d9e'
+  
sha256sums=('1252ca0aa0a96d53c0592fbc4ea9c9ff5c6b588169c92e08d06da9d89d9d91f2'
   
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 else
   source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz";
   "$pkgname.sh")
-  
sha256sums=('ed60ebcb519c040957b3a3c0535c8303e2c7aa456d346476d79c7228eda9bfa1'
+  
sha256sums=('3f51aacc7af60c520fe1071f3cb1d9ceee5db0e8fdfb7168a73e12fd7603e651'
   
'b6209904c88bde96efcac846c267e308e4dc39c8a45f2690204c2175de4b9b0a')
 fi
 
@@ -50,6 +51,7 @@
   # Enable ARM crosscompilation for linux
   export GOOS=linux
   export GOARCH=arm
+
   bash make.bash
 
   # Crosscompilation for various platforms (including linux)

Modified: go.install
===
--- go.install  2013-12-02 13:32:36 UTC (rev 101864)
+++ go.install  2013-12-02 13:37:17 UTC (rev 101865)
@@ -1,10 +1,10 @@
 post_install() {
-  # Friendly message to the user
-  echo "Example use of the \"go\" tool as a user:"
-  echo "mkdir ~/go"
-  echo "export GOPATH=~/go"
-  echo "export PATH=\$PATH:\$GOPATH/bin"
-  echo "go get website.com/user/module"
+  # Friendly message for new users
+  echo "Example use of the \"go\" tool:"
+  echo 'mkdir ~/mygoproject'
+  echo 'export GOPATH=~/mygoproject'
+  echo 'export PATH=\$PATH:\$GOPATH/bin'
+  echo 'go get github.com/codegangsta/martini'
 }
 
 # vim:set ts=2 sw=2 et:

Modified: go.sh
===
--- go.sh   2013-12-02 13:32:36 UTC (rev 101864)
+++ go.sh   2013-12-02 13:37:17 UTC (rev 101865)
@@ -1,2 +1 @@
-export GOPATH=/usr/lib/go/site
 export GOROOT=/usr/lib/go



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

2013-12-02 Thread Alexander Rødseth
Date: Monday, December 2, 2013 @ 14:37:29
  Author: arodseth
Revision: 101866

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

Added:
  go/repos/community-i686/PKGBUILD
(from rev 101865, go/trunk/PKGBUILD)
  go/repos/community-i686/go.install
(from rev 101865, go/trunk/go.install)
  go/repos/community-i686/go.sh
(from rev 101865, go/trunk/go.sh)
  go/repos/community-x86_64/PKGBUILD
(from rev 101865, go/trunk/PKGBUILD)
  go/repos/community-x86_64/go.install
(from rev 101865, go/trunk/go.install)
  go/repos/community-x86_64/go.sh
(from rev 101865, go/trunk/go.sh)
Deleted:
  go/repos/community-i686/PKGBUILD
  go/repos/community-i686/go.install
  go/repos/community-i686/go.sh
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/go.install
  go/repos/community-x86_64/go.sh

-+
 /PKGBUILD   |  308 ++
 /go.install |   20 ++
 /go.sh  |2 
 community-i686/PKGBUILD |  152 
 community-i686/go.install   |   13 -
 community-i686/go.sh|2 
 community-x86_64/PKGBUILD   |  152 
 community-x86_64/go.install |   13 -
 community-x86_64/go.sh  |2 
 9 files changed, 330 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 13:37:17 UTC (rev 101865)
+++ community-i686/PKGBUILD 2013-12-02 13:37:29 UTC (rev 101866)
@@ -1,152 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta 
-# Maintainer: Alexander Rødseth 
-# Contributor: Rémy Oudompheng  
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-
-pkgname=go
-pkgver=1.1.2
-pkgrel=3
-epoch=2
-pkgdesc='Compiler and tools for the Go programming language from Google'
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('custom')
-depends=('perl' 'gawk')
-makedepends=('inetutils')
-options=('!strip' 'staticlibs')
-install="$pkgname.install"
-backup=('usr/lib/go/bin')
-
-if [ "$CARCH" == 'x86_64' ]; then
-  source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-amd64.tar.gz";
-  "$pkgname.sh")
-  
sha256sums=('ad583ff91bd2955fc48d24001785587e3c3b5ce5c09e4971a37028db4c3f6a98'
-'36202a833faeb8ea10760557a1e221025288480bdeebf776c8b610014aadc181')
-else
-  source=("http://go.googlecode.com/files/${pkgname}$pkgver.linux-386.tar.gz";
-  "$pkgname.sh")
-  
sha256sums=('56f384c973e58c098ec462bcd892a7c1166b9a392461970ddb22d57ed4d495af'
-'36202a833faeb8ea10760557a1e221025288480bdeebf776c8b610014aadc181')
-fi
-
-build() {
-  cd "$pkgname/src"
-
-  export GOROOT_FINAL=/usr/lib/go
-
-  #
-  # Arch Linux doesn't support SSE2 for i686.
-  #
-  # Use "go-sse2" from AUR if you have am i686 CPU that supports SSE2.
-  # It is highly likely that it does, and the SSE2 version is _a lot_ faster.
-  #
-  export GO386=387
-
-  # Enable ARM crosscompilation for linux
-  export GOOS=linux
-  export GOARCH=arm
-  bash make.bash
-
-  # Crosscompilation for various platforms (including linux)
-  for os in linux; do # darwin freebsd windows; do
-for arch in amd64 386; do
-  export GOOS="$os"
-  export GOARCH="$arch"
-  bash make.bash --no-clean
-done
-  done
-}
-
-check() {
-  cd "$pkgname"
-
-  export GO386=387
-
-  export GOOS=linux
-  if [ "$CARCH" == 'x86_64' ]; then
-export GOARCH=amd64
-  elif [ "$CARCH" == 'i686' ]; then
-export GOARCH=386
-  fi
-
-  export GOROOT="$srcdir/$pkgname"
-  export PATH="$srcdir/$pkgname/bin:$PATH"
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package() {
-  cd "$pkgname"
-
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/go/LICENSE"
-  install -Dm644 misc/bash/go \
-"$pkgdir/usr/share/bash-completion/completions/go"
-  install -Dm644 misc/emacs/go-mode-load.el \
-"$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el"
-  install -Dm644 misc/emacs/go-mode.el \
-"$pkgdir/usr/share/emacs/site-lisp/go-mode.el"
-  install -Dm644 misc/zsh/go \
-"$pkgdir/usr/share/zsh/site-functions/_go"
-
-  for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
-ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
-plugin/godoc.vim;
-  do
-install -Dm644 "misc/vim/$f" "$pkgdir/usr/share/vim/vimfiles/$f"
-  done
-
-  mkdir -p \
-"$pkgdir/"{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
-
-  cp -r doc misc -t "$pkgdir/usr/share/go"
-  ln -s /usr/share/go/doc "$pkgdir/usr/lib/go/doc"
-  cp -a bin "$pkgdir/usr"
-  cp -a pkg "$pkgdir/usr/lib/go"
-  cp -a "$GOROOT/src/pkg" "$pkgdir/usr/lib/go/src/"
-  cp -a "$GOROOT/src/cmd" "$pkgdir/usr/lib/go/src/cmd"
-  cp -a "$GOROOT/src/lib9" "$pkgdir/usr/lib/go/

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 14:32:36
  Author: svenstaro
Revision: 101864

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

Added:
  mygui/repos/community-staging-i686/PKGBUILD
(from rev 101863, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-i686/mygui.install
(from rev 101863, mygui/trunk/mygui.install)
  mygui/repos/community-staging-x86_64/PKGBUILD
(from rev 101863, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-x86_64/mygui.install
(from rev 101863, mygui/trunk/mygui.install)
Deleted:
  mygui/repos/community-staging-i686/PKGBUILD
  mygui/repos/community-staging-i686/mygui.install
  mygui/repos/community-staging-x86_64/PKGBUILD
  mygui/repos/community-staging-x86_64/mygui.install

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-staging-i686/PKGBUILD|   82 -
 community-staging-i686/mygui.install   |3 
 community-staging-x86_64/PKGBUILD  |   82 -
 community-staging-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 170 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 13:32:27 UTC (rev 101863)
+++ community-staging-i686/PKGBUILD 2013-12-02 13:32:36 UTC (rev 101864)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=8
-pkgdesc="A multilayer and overlappable GUI System for OGRE"
-arch=('i686' 'x86_64')
-url="http://mygui.info/";
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-# -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/ \
-#-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot) && $(which doxygen) ]]; then
-make api-docs 2>/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 101863, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 13:32:36 UTC (rev 101864)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=9
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/";
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mk

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 14:32:27
  Author: svenstaro
Revision: 101863

upgpkg: mygui 3.2.0-9

Fix ogre module

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 13:03:17 UTC (rev 101862)
+++ PKGBUILD2013-12-02 13:32:27 UTC (rev 101863)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A multilayer and overlappable GUI System for OGRE"
 arch=('i686' 'x86_64')
 url="http://mygui.info/";
@@ -38,7 +38,8 @@
 -DMYGUI_INSTALL_DOCS=TRUE \
 -DMYGUI_INSTALL_MEDIA=TRUE \
 -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=TRUE
 
   make
   make api-docs



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 14:03:17
  Author: svenstaro
Revision: 101862

Cleanup PKGBUILD

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 12:52:45 UTC (rev 101861)
+++ PKGBUILD2013-12-02 13:03:17 UTC (rev 101862)
@@ -29,8 +29,8 @@
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
   -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
+  # -PYTHON_EXECUTABLE=/usr/bin/python2
 
   make
   make html



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

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 13:52:45
  Author: bgyorgy
Revision: 101861

archrelease: copy trunk to community-any

Added:
  python2-dirspec/repos/community-any/PKGBUILD
(from rev 101860, python2-dirspec/trunk/PKGBUILD)
Deleted:
  python2-dirspec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 12:52:39 UTC (rev 101860)
+++ PKGBUILD2013-12-02 12:52:45 UTC (rev 101861)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-_pkgname=dirspec
-pkgname=python2-dirspec
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
-arch=('any')
-url="https://launchpad.net/dirspec";
-license=('LGPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('dbc8ec3a32754735c5ab204e8924b96d')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-dirspec/repos/community-any/PKGBUILD (from rev 101860, 
python2-dirspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 12:52:45 UTC (rev 101861)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+
+_pkgname=dirspec
+pkgname=python2-dirspec
+pkgver=13.10
+pkgrel=1
+pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
+arch=('any')
+url="https://launchpad.net/dirspec";
+license=('LGPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('941d59e0f10ade1b992a90899f248358')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



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

2013-12-02 Thread Balló György
Date: Monday, December 2, 2013 @ 13:52:39
  Author: bgyorgy
Revision: 101860

upgpkg: python2-dirspec 13.10-1

Update to version 13.10

Modified:
  python2-dirspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 12:39:29 UTC (rev 101859)
+++ PKGBUILD2013-12-02 12:52:39 UTC (rev 101860)
@@ -3,7 +3,7 @@
 
 _pkgname=dirspec
 pkgname=python2-dirspec
-pkgver=4.2.0
+pkgver=13.10
 pkgrel=1
 pkgdesc="Python library which provides support for handling directories as 
described in the XDG Base Directory and User Folders specifications"
 arch=('any')
@@ -11,17 +11,15 @@
 license=('LGPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('dbc8ec3a32754735c5ab204e8924b96d')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('941d59e0f10ade1b992a90899f248358')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py build
 }
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }



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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Monday, December 2, 2013 @ 13:39:18
  Author: bpiotrowski
Revision: 101858

upgpkg: mpv 0.2.4-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 12:30:48 UTC (rev 101857)
+++ PKGBUILD2013-12-02 12:39:18 UTC (rev 101858)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.4
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,7 +18,7 @@
 options=(!emptydirs)
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('11f25760d7666e6d41d85f06cece8f17')
+md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
 
 build() {
   unset CFLAGS



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

2013-12-02 Thread Bartłomiej Piotrowski
Date: Monday, December 2, 2013 @ 13:39:29
  Author: bpiotrowski
Revision: 101859

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

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

--+
 /PKGBUILD|  108 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   54 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/mpv.install |   12 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 12:39:18 UTC (rev 101858)
+++ community-i686/PKGBUILD 2013-12-02 12:39:29 UTC (rev 101859)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.2.3
-pkgrel=3
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
-)
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('11f25760d7666e6d41d85f06cece8f17')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 101858, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 12:39:29 UTC (rev 101859)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.2.4
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
+)
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-12-02 12:39:18 UTC (rev 101858)
+++ community-i686/mpv.install  2013-12-02 12:39:29 UTC (rev 101859)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 101

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 13:30:48
  Author: svenstaro
Revision: 101857

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

Added:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-i686/PKGBUILD
(from rev 101856, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 101856, cegui/trunk/PKGBUILD)

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

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 101856, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 12:30:48 UTC (rev 101857)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://crayzedsgui.sourceforge.net";
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=("python2: python bindings"
+"ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+ssh://h...@bitbucket.org/cegui/cegui#branch=v0-8")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"
+ 
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+  install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 101856, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 12:30:48 UTC (rev 101857)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=6
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://crayzedsgui.sourceforge.net";
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=("python2: python bindings"
+"ogre: ogre module"
+"gtk2: gtk2 module"
+"irrlicht: irrlicht module")
+source=("hg+ssh://h...@bitbucket.org/cegui/cegui#branch=v0-8")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/cegui"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
+
+  make
+  make html
+}
+
+package() {
+  cd "$srcdir/cegui"
+ 
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  cd ..
+  install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 13:30:39
  Author: svenstaro
Revision: 101856

upgpkg: cegui 0.8.2-6

boost 1.55.0 rebuild

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 11:24:35 UTC (rev 101855)
+++ PKGBUILD2013-12-02 12:30:39 UTC (rev 101856)
@@ -12,7 +12,7 @@
 url="http://crayzedsgui.sourceforge.net";
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
 optdepends=("python2: python bindings"
 "ogre: ogre module"
 "gtk2: gtk2 module"
@@ -23,9 +23,6 @@
 build() {
   cd "$srcdir/cegui"
 
-  #sed -i "s/lib64/lib/g" CMakeLists.txt
-  #sed -i "s/lib32/lib/g" CMakeLists.txt
-
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
@@ -32,7 +29,8 @@
   cmake .. \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
+  -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
 
   make
   make html



[arch-commits] Commit in cmake/trunk (PKGBUILD findfreetype.patch)

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:58:54
  Author: svenstaro
Revision: 200684

upgpkg: cmake 2.8.12.1-3

Fix FS#37976

Modified:
  cmake/trunk/PKGBUILD
  cmake/trunk/findfreetype.patch

+
 PKGBUILD   |4 ++--
 findfreetype.patch |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 11:18:15 UTC (rev 200683)
+++ PKGBUILD2013-12-02 11:58:54 UTC (rev 200684)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.8.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/";
@@ -16,7 +16,7 @@
 source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
 "findfreetype.patch")
 md5sums=('9d38cd4e2c94c3cea97d0e2924814acc'
- '327193131a09aba0caba52716cf76dd2')
+ '90321de1d9d46cd8d6609d0509dbd7b0')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: findfreetype.patch
===
--- findfreetype.patch  2013-12-02 11:18:15 UTC (rev 200683)
+++ findfreetype.patch  2013-12-02 11:58:54 UTC (rev 200684)
@@ -20,7 +20,7 @@
  [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\gtkmm\\2.4;Path]
 -  PATH_SUFFIXES include/freetype2 include
-+  PATH_SUFFIXES include/freetype2 include/freetype include
++  PATH_SUFFIXES include/freetype2 include/freetype include 
include/freetype2/freetype
  )
  
  find_library(FREETYPE_LIBRARY



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:59:05
  Author: svenstaro
Revision: 200685

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 200684, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 200684, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/findfreetype.patch
(from rev 200684, cmake/trunk/findfreetype.patch)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 200684, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 200684, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/findfreetype.patch
(from rev 200684, cmake/trunk/findfreetype.patch)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/findfreetype.patch
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/findfreetype.patch

-+
 /PKGBUILD   |   98 ++
 /cmake.install  |   24 +
 /findfreetype.patch |   52 
 extra-i686/PKGBUILD |   49 ---
 extra-i686/cmake.install|   12 
 extra-i686/findfreetype.patch   |   26 --
 extra-x86_64/PKGBUILD   |   49 ---
 extra-x86_64/cmake.install  |   12 
 extra-x86_64/findfreetype.patch |   26 --
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-02 11:58:54 UTC (rev 200684)
+++ extra-i686/PKGBUILD 2013-12-02 11:59:05 UTC (rev 200685)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=2.8.12.1
-pkgrel=2
-pkgdesc="A cross-platform open-source make system"
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/";
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
-"findfreetype.patch")
-md5sums=('9d38cd4e2c94c3cea97d0e2924814acc'
- '327193131a09aba0caba52716cf76dd2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ${srcdir}/findfreetype.patch
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
-
-  install -Dm644 Docs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 200684, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-02 11:59:05 UTC (rev 200685)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=2.8.12.1
+pkgrel=3
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
+"findfreetype.patch")
+md5sums=('9d38cd4e2c94c3cea97d0e2924814acc'
+ '90321de1d9d46cd8d6609d0509dbd7b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 < ${srcdir}/findfreetype.patch
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
+  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
+
+  install -Dm644 Docs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:24:35
  Author: svenstaro
Revision: 101855

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

Added:
  tolua++/repos/community-i686/
  tolua++/repos/community-i686/PKGBUILD
(from rev 101854, tolua++/trunk/PKGBUILD)
  tolua++/repos/community-i686/config_linux.py
(from rev 101854, tolua++/trunk/config_linux.py)
  tolua++/repos/community-x86_64/
  tolua++/repos/community-x86_64/PKGBUILD
(from rev 101854, tolua++/trunk/PKGBUILD)
  tolua++/repos/community-x86_64/config_linux.py
(from rev 101854, tolua++/trunk/config_linux.py)

--+
 community-i686/PKGBUILD  |   35 +++
 community-i686/config_linux.py   |   22 ++
 community-x86_64/PKGBUILD|   35 +++
 community-x86_64/config_linux.py |   22 ++
 4 files changed, 114 insertions(+)

Copied: tolua++/repos/community-i686/PKGBUILD (from rev 101854, 
tolua++/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 11:24:35 UTC (rev 101855)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Chirantan Ekbote 
+# Contributer: Doug Newgard 
+# Contributer: Stéphane Gaudreault 
+
+pkgname=tolua++
+pkgver=1.0.93
+pkgrel=1
+pkgdesc="Tool to integrate C/C++ code with Lua"
+arch=('i686' 'x86_64')
+url="http://www.codenix.com/~tolua";
+license=('MIT')
+depends=('lua51')
+makedepends=('scons')
+options=('staticlibs')
+source=(http://www.codenix.com/~tolua/${pkgname}-${pkgver}.tar.bz2
+config_linux.py)
+md5sums=('100aa6907b8108582080b37d79c0afd7'
+ '69ad5067084cec2924f172bb04700da6')
+provides=('toluapp')
+
+build() {
+cd ${pkgname}-${pkgver}
+cp ../config_linux.py "${srcdir}"/${pkgname}-${pkgver}
+
+scons all
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+scons prefix="${pkgdir}/usr" install
+
+# install license files
+install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Copied: tolua++/repos/community-i686/config_linux.py (from rev 101854, 
tolua++/trunk/config_linux.py)
===
--- community-i686/config_linux.py  (rev 0)
+++ community-i686/config_linux.py  2013-12-02 11:24:35 UTC (rev 101855)
@@ -0,0 +1,22 @@
+## This is the linux configuration file
+# This file was adapted to be used with ArchLinux
+# Use 'scons -h' to see the list of command line options available
+
+# Compiler flags (based on ArchLinux's installation of lua)
+#LINKFLAGS = ['-g']
+CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-fPIC']
+#CCFLAGS = ['-g']
+
+# this is the default directory for installation. Files will be installed on
+# /bin, /lib and /include when you run 'scons install'
+#
+# You can also specify this directory on the command line with the 'prefix'
+# option
+#
+# You can see more 'generic' options for POSIX systems on config_posix.py
+
+prefix = '/usr'
+
+# libraries (based on ArchLinux's installation of lua)
+LIBS = ['lua5.1', 'dl', 'm']
+

Copied: tolua++/repos/community-x86_64/PKGBUILD (from rev 101854, 
tolua++/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-02 11:24:35 UTC (rev 101855)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Chirantan Ekbote 
+# Contributer: Doug Newgard 
+# Contributer: Stéphane Gaudreault 
+
+pkgname=tolua++
+pkgver=1.0.93
+pkgrel=1
+pkgdesc="Tool to integrate C/C++ code with Lua"
+arch=('i686' 'x86_64')
+url="http://www.codenix.com/~tolua";
+license=('MIT')
+depends=('lua51')
+makedepends=('scons')
+options=('staticlibs')
+source=(http://www.codenix.com/~tolua/${pkgname}-${pkgver}.tar.bz2
+config_linux.py)
+md5sums=('100aa6907b8108582080b37d79c0afd7'
+ '69ad5067084cec2924f172bb04700da6')
+provides=('toluapp')
+
+build() {
+cd ${pkgname}-${pkgver}
+cp ../config_linux.py "${srcdir}"/${pkgname}-${pkgver}
+
+scons all
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+scons prefix="${pkgdir}/usr" install
+
+# install license files
+install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Copied: tolua++/repos/community-x86_64/config_linux.py (from rev 101854, 
tolua++/trunk/config_linux.py)
===
--- community-x86_64/config_linux.py(rev 0)
+++ community-x86_64/config_linux.py2013-12-02 11:24:35 UTC (rev 101855)
@@ -0,0 +1,22 @@
+## This is the linux configuration file
+# This file was adapted to be used with ArchLinux
+# Use 'scons -h' to see the list of command line

[arch-commits] Commit in (5 files)

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:23:33
  Author: svenstaro
Revision: 101854

Moving tolua++ from AUR as a new dependency of cegui

Added:
  tolua++/
  tolua++/repos/
  tolua++/trunk/
  tolua++/trunk/PKGBUILD
  tolua++/trunk/config_linux.py

-+
 PKGBUILD|   35 +++
 config_linux.py |   22 ++
 2 files changed, 57 insertions(+)

Added: tolua++/trunk/PKGBUILD
===
--- tolua++/trunk/PKGBUILD  (rev 0)
+++ tolua++/trunk/PKGBUILD  2013-12-02 11:23:33 UTC (rev 101854)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Chirantan Ekbote 
+# Contributer: Doug Newgard 
+# Contributer: Stéphane Gaudreault 
+
+pkgname=tolua++
+pkgver=1.0.93
+pkgrel=1
+pkgdesc="Tool to integrate C/C++ code with Lua"
+arch=('i686' 'x86_64')
+url="http://www.codenix.com/~tolua";
+license=('MIT')
+depends=('lua51')
+makedepends=('scons')
+options=('staticlibs')
+source=(http://www.codenix.com/~tolua/${pkgname}-${pkgver}.tar.bz2
+config_linux.py)
+md5sums=('100aa6907b8108582080b37d79c0afd7'
+ '69ad5067084cec2924f172bb04700da6')
+provides=('toluapp')
+
+build() {
+cd ${pkgname}-${pkgver}
+cp ../config_linux.py "${srcdir}"/${pkgname}-${pkgver}
+
+scons all
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+scons prefix="${pkgdir}/usr" install
+
+# install license files
+install -Dm644 "$srcdir/${pkgname}-${pkgver}/COPYRIGHT" 
"$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+}

Added: tolua++/trunk/config_linux.py
===
--- tolua++/trunk/config_linux.py   (rev 0)
+++ tolua++/trunk/config_linux.py   2013-12-02 11:23:33 UTC (rev 101854)
@@ -0,0 +1,22 @@
+## This is the linux configuration file
+# This file was adapted to be used with ArchLinux
+# Use 'scons -h' to see the list of command line options available
+
+# Compiler flags (based on ArchLinux's installation of lua)
+#LINKFLAGS = ['-g']
+CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-fPIC']
+#CCFLAGS = ['-g']
+
+# this is the default directory for installation. Files will be installed on
+# /bin, /lib and /include when you run 'scons install'
+#
+# You can also specify this directory on the command line with the 'prefix'
+# option
+#
+# You can see more 'generic' options for POSIX systems on config_posix.py
+
+prefix = '/usr'
+
+# libraries (based on ArchLinux's installation of lua)
+LIBS = ['lua5.1', 'dl', 'm']
+


Property changes on: tolua++/trunk/config_linux.py
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


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

2013-12-02 Thread Jan Steffens
Date: Monday, December 2, 2013 @ 12:18:15
  Author: heftig
Revision: 200683

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-02 11:17:41 UTC (rev 200682)
+++ extra-i686/PKGBUILD 2013-12-02 11:18:15 UTC (rev 200683)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 200682, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-02 11:18:15 UTC (rev 200683)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.24
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-02 11:17:41 UTC (rev 200682)
+++ extra-x86_64/PKGBUILD   2013-12-02 11:18:15 UTC (rev 200683)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)

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

2013-12-02 Thread Jan Steffens
Date: Monday, December 2, 2013 @ 12:17:41
  Author: heftig
Revision: 200682

0.9.24

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 07:24:30 UTC (rev 200681)
+++ PKGBUILD2013-12-02 11:17:41 UTC (rev 200682)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.23
+pkgver=0.9.24
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
+sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:15:02
  Author: svenstaro
Revision: 101853

Prepare cegui rebuild

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 11:03:22 UTC (rev 101852)
+++ PKGBUILD2013-12-02 11:15:02 UTC (rev 101853)
@@ -6,25 +6,25 @@
 
 pkgname=cegui
 pkgver=0.8.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
 arch=('i686' 'x86_64')
 url="http://crayzedsgui.sourceforge.net";
 license=("MIT")
 depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial')
 optdepends=("python2: python bindings"
 "ogre: ogre module"
 "gtk2: gtk2 module"
 "irrlicht: irrlicht module")
-source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
-md5sums=('f72951f0cc0374bb2294035cb639bb83')
+source=("hg+ssh://h...@bitbucket.org/cegui/cegui#branch=v0-8")
+md5sums=('SKIP')
 
 build() {
-  cd "$srcdir/cegui-${pkgver}"
+  cd "$srcdir/cegui"
 
-  sed -i "s/lib64/lib/g" CMakeLists.txt
-  sed -i "s/lib32/lib/g" CMakeLists.txt
+  #sed -i "s/lib64/lib/g" CMakeLists.txt
+  #sed -i "s/lib32/lib/g" CMakeLists.txt
 
   [[ -d build ]] && rm -r build
   mkdir build && cd build
@@ -39,7 +39,7 @@
 }
 
 package() {
-  cd "$srcdir/cegui-${pkgver}"
+  cd "$srcdir/cegui"
  
   cd build
 
@@ -46,6 +46,5 @@
   make DESTDIR="${pkgdir}" install
 
   cd ..
-
   install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 12:03:22
  Author: svenstaro
Revision: 101852

Clean up PKGBUILD

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:57:13 UTC (rev 101851)
+++ PKGBUILD2013-12-02 11:03:22 UTC (rev 101852)
@@ -38,27 +38,17 @@
 -DMYGUI_INSTALL_DOCS=TRUE \
 -DMYGUI_INSTALL_MEDIA=TRUE \
 -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-# -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/ \
-#-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+-DCMAKE_BUILD_TYPE=Release
 
-  # compile
   make
-
-  # generate docs
-  if [[ $(which dot) && $(which doxygen) ]]; then
-make api-docs 2>/dev/null
-  fi
+  make api-docs
 }
 
 package_mygui() {
   optdepends=('mygui-docs: documentation')
 
-  cd $srcdir/MyGUI_$pkgver
+  cd $srcdir/MyGUI_$pkgver/build
   
-  cd build
-
-  # install the whole bunch
   make DESTDIR="$pkgdir" install
 
   # make demos work
@@ -70,10 +60,8 @@
   pkgdesc="Documentation for mygui"
   depends=()
 
-  cd $srcdir/MyGUI_$pkgver
+  cd $srcdir/MyGUI_$pkgver/build
   
-  cd build
-
   # install docs
   install -d $pkgdir/usr/share/doc/
   cp -r Docs/html $pkgdir/usr/share/doc/MYGUI



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

2013-12-02 Thread Jelle van der Waa
Date: Monday, December 2, 2013 @ 11:57:13
  Author: jelle
Revision: 101851

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

Added:
  mygui/repos/community-staging-i686/
  mygui/repos/community-staging-i686/PKGBUILD
(from rev 101850, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-i686/mygui.install
(from rev 101850, mygui/trunk/mygui.install)
  mygui/repos/community-staging-x86_64/
  mygui/repos/community-staging-x86_64/PKGBUILD
(from rev 101850, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-x86_64/mygui.install
(from rev 101850, mygui/trunk/mygui.install)

+
 community-staging-i686/PKGBUILD|   82 +++
 community-staging-i686/mygui.install   |3 +
 community-staging-x86_64/PKGBUILD  |   82 +++
 community-staging-x86_64/mygui.install |3 +
 4 files changed, 170 insertions(+)

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 101850, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 10:57:13 UTC (rev 101851)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=8
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/";
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+-DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
+# -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/ \
+#-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+
+  # compile
+  make
+
+  # generate docs
+  if [[ $(which dot) && $(which doxygen) ]]; then
+make api-docs 2>/dev/null
+  fi
+}
+
+package_mygui() {
+  optdepends=('mygui-docs: documentation')
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install the whole bunch
+  make DESTDIR="$pkgdir" install
+
+  # make demos work
+  chown root:users $pkgdir/opt/MYGUI
+  chmod 775 $pkgdir/opt/MYGUI
+}
+
+package_mygui-docs() {
+  pkgdesc="Documentation for mygui"
+  depends=()
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install docs
+  install -d $pkgdir/usr/share/doc/
+  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/mygui.install (from rev 101850, 
mygui/trunk/mygui.install)
===
--- community-staging-i686/mygui.install(rev 0)
+++ community-staging-i686/mygui.install2013-12-02 10:57:13 UTC (rev 
101851)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the MyGUI samples, go to /opt/MYGUI/ and run the samples 
individually"
+}

Copied: mygui/repos/community-staging-x86_64/PKGBUILD (from rev 101850, 
mygui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 10:57:13 UTC (rev 101851)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=8
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/";
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI"

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

2013-12-02 Thread Jelle van der Waa
Date: Monday, December 2, 2013 @ 11:56:18
  Author: jelle
Revision: 101850

upgpkg: mygui 3.2.0-8

boost 1.55.0

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:58 UTC (rev 101849)
+++ PKGBUILD2013-12-02 10:56:18 UTC (rev 101850)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A multilayer and overlappable GUI System for OGRE"
 arch=('i686' 'x86_64')
 url="http://mygui.info/";
@@ -37,7 +37,10 @@
 -DMYGUI_INSTALL_TOOLS=TRUE \
 -DMYGUI_INSTALL_DOCS=TRUE \
 -DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
 -DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
+# -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/ \
+#-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
 
   # compile
   make



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:44
  Author: spupykin
Revision: 101846

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

Added:
  open-vm-tools/repos/community-i686/PKGBUILD
(from rev 101844, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-i686/dkms-conf.patch
(from rev 101844, open-vm-tools/trunk/dkms-conf.patch)
  open-vm-tools/repos/community-i686/modprobe.conf
(from rev 101844, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-i686/network-script
(from rev 101844, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
(from rev 101844, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-i686/open-vm-tools.install
(from rev 101844, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-i686/tools.conf
(from rev 101844, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-i686/vmtoolsd.service
(from rev 101844, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-i686/vmware-guestd
(from rev 101844, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-i686/xautostart.conf
(from rev 101844, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-x86_64/PKGBUILD
(from rev 101844, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-x86_64/dkms-conf.patch
(from rev 101844, open-vm-tools/trunk/dkms-conf.patch)
  open-vm-tools/repos/community-x86_64/modprobe.conf
(from rev 101844, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-x86_64/network-script
(from rev 101844, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
(from rev 101844, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
(from rev 101844, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-x86_64/tools.conf
(from rev 101845, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
(from rev 101845, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-x86_64/vmware-guestd
(from rev 101845, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-x86_64/xautostart.conf
(from rev 101845, open-vm-tools/trunk/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-i686/PKGBUILD
  open-vm-tools/repos/community-i686/modprobe.conf
  open-vm-tools/repos/community-i686/network-script
  open-vm-tools/repos/community-i686/open-vm-tools-dkms.install
  open-vm-tools/repos/community-i686/open-vm-tools.install
  open-vm-tools/repos/community-i686/tools.conf
  open-vm-tools/repos/community-i686/vmtoolsd.service
  open-vm-tools/repos/community-i686/vmware-guestd
  open-vm-tools/repos/community-i686/xautostart.conf
  open-vm-tools/repos/community-x86_64/PKGBUILD
  open-vm-tools/repos/community-x86_64/modprobe.conf
  open-vm-tools/repos/community-x86_64/network-script
  open-vm-tools/repos/community-x86_64/open-vm-tools-dkms.install
  open-vm-tools/repos/community-x86_64/open-vm-tools.install
  open-vm-tools/repos/community-x86_64/tools.conf
  open-vm-tools/repos/community-x86_64/vmtoolsd.service
  open-vm-tools/repos/community-x86_64/vmware-guestd
  open-vm-tools/repos/community-x86_64/xautostart.conf

-+
 /PKGBUILD   |  200 +
 /modprobe.conf  |2 
 /network-script |  390 ++
 /open-vm-tools-dkms.install |   44 ++
 /open-vm-tools.install  |   20 +
 /tools.conf |2 
 /vmtoolsd.service   |   18 +
 /vmware-guestd  |   12 
 /xautostart.conf|   12 
 community-i686/PKGBUILD |   93 --
 community-i686/dkms-conf.patch  |   15 +
 community-i686/modprobe.conf|1 
 community-i686/network-script   |  195 -
 community-i686/open-vm-tools-dkms.install   |   22 -
 community-i686/open-vm-tools.install|   10 
 community-i686/tools.conf   |1 
 community-i686/vmtoolsd.service |9 
 community-i686/vmware-guestd|6 
 community-i686/xautostart.conf  |6 
 community-x86_64/PKGBUILD   |   93 --
 community-x86_64/dkms-conf.patch|   15 +
 community-x86_64/modprobe.conf  |1 
 community-x86_64/network-script |  195 -
 community-x86_64/open-vm-tools-dkms.install |   22 -
 community-x86_64/open-vm-tools.install  |   10 
 community-x86_64/tools.conf |1 
 community-x86_64/vmtoolsd.service   |9 
 community-x86_64/vmware-guestd  

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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:48
  Author: spupykin
Revision: 101847

upgpkg: python-docs 3.3.3-1

upd

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:44 UTC (rev 101846)
+++ PKGBUILD2013-12-02 10:48:48 UTC (rev 101847)
@@ -3,7 +3,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=()
 options=('docs')
 
source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('b5eee2b290338fb08c1512bfc79bb999')
+md5sums=('ed20d57923a9f76f62f6122aa12be08f')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python/html



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:58
  Author: spupykin
Revision: 101849

archrelease: copy trunk to community-any

Added:
  python-docs/repos/community-any/PKGBUILD
(from rev 101848, python-docs/trunk/PKGBUILD)
Deleted:
  python-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:52 UTC (rev 101848)
+++ PKGBUILD2013-12-02 10:48:58 UTC (rev 101849)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="http://docs.python.org/py3k/";
-license=('GPL')
-depends=()
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('b5eee2b290338fb08c1512bfc79bb999')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
-  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 $pkgdir/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html" 
>$pkgdir/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html" 
>$pkgdir/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 101848, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-02 10:48:58 UTC (rev 101849)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="http://docs.python.org/py3k/";
+license=('GPL')
+depends=()
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('ed20d57923a9f76f62f6122aa12be08f')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python/html/
+  find $pkgdir/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 $pkgdir/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html" 
>$pkgdir/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html" 
>$pkgdir/etc/profile.d/$pkgname.csh
+}



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 11:48:35
  Author: svenstaro
Revision: 101845

upgpkg: blender 10:2.69-2

boost 1.55.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:05 UTC (rev 101844)
+++ PKGBUILD2013-12-02 10:48:35 UTC (rev 101845)
@@ -11,7 +11,7 @@
 pkgname=blender
 pkgver=2.69
 [[ -n $_svnrev ]] && pkgver=2.69.$_svnrev
-pkgrel=1
+pkgrel=2
 epoch=10
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:01
  Author: spupykin
Revision: 101843

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 101842, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 101842, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 101842, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 101842, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 101842, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 101842, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 101842, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 101842, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 101842, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 101842, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |   82 +++
 /changelog |8 +++
 /minidlna.install  |   18 +++
 /minidlna.service  |   24 ++
 /minidlna.tmpfiles |   10 
 community-i686/PKGBUILD|   39 
 community-i686/changelog   |4 -
 community-i686/minidlna.install|7 --
 community-i686/minidlna.service|   12 -
 community-i686/minidlna.tmpfiles   |5 --
 community-x86_64/PKGBUILD  |   39 
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |7 --
 community-x86_64/minidlna.service  |   12 -
 community-x86_64/minidlna.tmpfiles |5 --
 15 files changed, 142 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-02 10:47:35 UTC (rev 101842)
+++ community-i686/PKGBUILD 2013-12-02 10:48:01 UTC (rev 101843)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:Biginoz < biginoz AT free point fr>
-# Contributor: Ignacio Galmarino 
-# Contributor: Matthias Sobczyk 
-# Contributor: Kamil Kaminski 
-
-pkgname=minidlna
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/minidlna/";
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf'
-   'etc/conf.d/minidlna')
-install=minidlna.install
-changelog=changelog
-source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-   minidlna.service
-   minidlna.tmpfiles)
-md5sums=('65340ac3f8eb4aacc54c1be7b5fa'
- '7e3890ee50aa4dfa4d1754261e6cc965'
- '26de27b12d6a37c47d9714107d07aac9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR=$pkgdir make install
-  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
-}

Copied: minidlna/repos/community-i686/PKGBUILD (from rev 101842, 
minidlna/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-02 10:48:01 UTC (rev 101843)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:Biginoz < biginoz AT free point fr>
+# Contributor: Ignacio Galmarino 
+# Contributor: Matthias Sobczyk 
+# Contributor: Kamil Kaminski 
+
+pkgname=minidlna
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/minidlna/";
+license=('GPL')
+depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
+backup=('etc/minidlna.conf'
+   'etc/conf.d/minidlna')
+install=minidlna.install
+changelog=changelog
+source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgve

[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD dkms-conf.patch)

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:48:05
  Author: spupykin
Revision: 101844

upgpkg: open-vm-tools 5:2013.09.16-4

upd

Added:
  open-vm-tools/trunk/dkms-conf.patch
Modified:
  open-vm-tools/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 dkms-conf.patch |   15 +++
 2 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:48:01 UTC (rev 101843)
+++ PKGBUILD2013-12-02 10:48:05 UTC (rev 101844)
@@ -7,7 +7,7 @@
 epoch=5
 pkgver=2013.09.16
 _pkgsubver=1328054
-pkgrel=3
+pkgrel=4
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="http://open-vm-tools.sourceforge.net/";
@@ -29,7 +29,8 @@
vmware-guestd
xautostart.conf
modprobe.conf
-   vmtoolsd.service)
+   vmtoolsd.service
+   dkms-conf.patch)
 md5sums=('66c63d2d447b3a91303f996372ebda71'
  'e307f5201b2b3fe79c9e2b410d02b989'
  'b55d15e2c4be396aad709aeca91033d3'
@@ -36,8 +37,14 @@
  '1b9ae908fce4c623269f100ee9bdfdef'
  '75a25d83417e683957321f97a00f8465'
  'bc5518489077e91655489bd04b868584'
- 'a6c53243d31c765580f6dded7d5fa98f')
+ 'a6c53243d31c765580f6dded7d5fa98f'
+ 'e00a4387c588eba4b37575e6dcd2f894')
 
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
+  patch -p1 <$srcdir/dkms-conf.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
   export CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS ${CFLAGS}"

Added: dkms-conf.patch
===
--- dkms-conf.patch (rev 0)
+++ dkms-conf.patch 2013-12-02 10:48:05 UTC (rev 101844)
@@ -0,0 +1,15 @@
+diff -wbBur open-vm-tools-2013.09.16-1328054/modules/linux/dkms.conf 
open-vm-tools-2013.09.16-1328054.q/modules/linux/dkms.conf
+--- open-vm-tools-2013.09.16-1328054/modules/linux/dkms.conf   2013-09-23 
09:57:48.0 +0400
 open-vm-tools-2013.09.16-1328054.q/modules/linux/dkms.conf 2013-12-02 
14:38:38.385365105 +0400
+@@ -15,9 +15,9 @@
+ CLEAN[0]="$MAKE_CMD_TMPL -C vmblock clean;\
+   $MAKE_CMD_TMPL -C vmci clean;   \
+   $MAKE_CMD_TMPL -C vmhgfs clean; \
+-  $MAKE_CMD_TMPL -C vmsync clean";\
++  $MAKE_CMD_TMPL -C vmsync clean; \
+   $MAKE_CMD_TMPL -C vmxnet clean; \
+-  $MAKE_CMD_TMPL -C vsock clean
++  $MAKE_CMD_TMPL -C vsock clean"
+ BUILT_MODULE_NAME[0]="vmblock"
+ BUILT_MODULE_NAME[1]="vmci"
+ BUILT_MODULE_NAME[2]="vmhgfs"



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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 11:48:52
  Author: svenstaro
Revision: 101848

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

Added:
  blender/repos/community-staging-i686/
  blender/repos/community-staging-i686/PKGBUILD
(from rev 101846, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 101846, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 101847, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 101847, blender/trunk/blender.install)

--+
 community-staging-i686/PKGBUILD  |   79 +
 community-staging-i686/blender.install   |   13 
 community-staging-x86_64/PKGBUILD|   79 +
 community-staging-x86_64/blender.install |   13 
 4 files changed, 184 insertions(+)

Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 101846, 
blender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 10:48:52 UTC (rev 101848)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+#_svnrev=58224
+
+pkgname=blender
+pkgver=2.69
+[[ -n $_svnrev ]] && pkgver=2.69.$_svnrev
+pkgrel=2
+epoch=10
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+makedepends=('cmake' 'boost' 'subversion' 'mesa')
+[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+if [[ -z $_svnrev ]]; then
+  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
+md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
+else
+  
source=("${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=${_svnrev}";)
+  true && md5sums=('SKIP')
+fi
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir build
+  cd build
+
+  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF"
+  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DWITH_OPENCOLLADA=ON \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_GAMEENGINE=ON \
+-DWITH_JACK=ON \
+-DWITH_PLAYER=ON \
+-DWITH_CODEC_FFMPEG=ON \
+-DWITH_CODEC_SNDFILE=ON \
+-DWITH_CYCLES=ON \
+-DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_OSL=ON \
+-DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
+-DWITH_FFTW3=ON \
+-DWITH_MOD_OCEANSIM=ON \
+-DPYTHON_VERSION=3.3 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.3m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
+-DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-1.5 \
+$ENABLESSE2
+# Remove the openjpeg line once blender accepts my patch
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  python -m compileall "${pkgdir}/usr/share/blender"
+}

Copied: blender/repos/community-staging-i686/blender.install (from rev 101846, 
blender/trunk/blender.install)
===
--- community-staging-i686/blender.install  (rev 0)
+++ community-staging-i686/blender.install  2013-12-02 10:48:52 UTC (rev 
101848)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 101847, 
blender/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-12-02 10:48:52 UTC (rev 101848)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn dire

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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:47:35
  Author: spupykin
Revision: 101842

upgpkg: minidlna 1.1.1-2

upd

Modified:
  minidlna/trunk/PKGBUILD
  minidlna/trunk/minidlna.install

--+
 PKGBUILD |4 +++-
 minidlna.install |2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:42:34 UTC (rev 101841)
+++ PKGBUILD2013-12-02 10:47:35 UTC (rev 101842)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/minidlna/";
@@ -36,4 +36,6 @@
   install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
   install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
   install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
+  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
+  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
 }

Modified: minidlna.install
===
--- minidlna.install2013-12-02 10:42:34 UTC (rev 101841)
+++ minidlna.install2013-12-02 10:47:35 UTC (rev 101842)
@@ -1,5 +1,7 @@
 post_install() {
   systemd-tmpfiles --create minidlna.conf
+  touch var/log/minidlna.log
+  chown nobody:nobody var/log/minidlna.log
 }
 
 post_upgrade() {



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:42:34
  Author: spupykin
Revision: 101841

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 10:35:23 UTC (rev 101840)
+++ PKGBUILD2013-12-02 10:42:34 UTC (rev 101841)
@@ -110,6 +110,6 @@
 
   install -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
   install -Dm0644 $srcdir/polkit.rules 
$pkgdir/etc/polkit-1/rules.d/10-xbmc.rules
-  chmod 0`stat -c %a /etc/polkit-1/rules.d` $pkgdir/etc/polkit-1/rules.d/
+  chmod 0700 $pkgdir/etc/polkit-1/rules.d/
 }
 # vim:set ts=2 sw=2 et:



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

2013-12-02 Thread Sergej Pupykin
Date: Monday, December 2, 2013 @ 11:35:23
  Author: spupykin
Revision: 101840

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 03:50:57 UTC (rev 101839)
+++ PKGBUILD2013-12-02 10:35:23 UTC (rev 101840)
@@ -110,5 +110,6 @@
 
   install -Dm0644 $srcdir/xbmc.service 
$pkgdir/usr/lib/systemd/system/xbmc.service
   install -Dm0644 $srcdir/polkit.rules 
$pkgdir/etc/polkit-1/rules.d/10-xbmc.rules
+  chmod 0`stat -c %a /etc/polkit-1/rules.d` $pkgdir/etc/polkit-1/rules.d/
 }
 # vim:set ts=2 sw=2 et: