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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 10:41:39
  Author: bpiotrowski
Revision: 218189

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 218188, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 218188, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 218188, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 218188, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 218188, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 218188, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 218188, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 218188, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 218188, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 218188, 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 |  306 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   98 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  151 -
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   49 -
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  151 -
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   49 -
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 454 insertions(+), 450 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-26 08:41:31 UTC (rev 218188)
+++ extra-i686/PKGBUILD 2014-07-26 08:41:39 UTC (rev 218189)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.12
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('6e9a7c075526f8f2f83ad8e0933bab2f'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DBUILD_CONFIG=mysql_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_PCRE=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 \
--DWITHOUT_TOKUDB=1 \
--DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks" \
--DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
--DWITH_MYSQLD_LDFLAGS="$LDFLAGS"
-
-  make
-}
-
-package_libmariadbclient() {
-  pkgdesc='Mari

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 10:41:31
  Author: bpiotrowski
Revision: 218188

upgpkg: mariadb 10.0.12-2

- re-enable TokuDB once again. Thank you Leif Walsh and Rich Prohaska for the 
fix.
- add perl-dbd-mysql to mariadb's optdepends, as some scripts require it 
(FS#41148)

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 05:52:58 UTC (rev 218187)
+++ PKGBUILD2014-07-26 08:41:31 UTC (rev 218188)
@@ -5,7 +5,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.0.12
 _pkgver=${pkgver/.a/a}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -24,6 +24,8 @@
   cd build
 
   cmake ../$pkgbase-$_pkgver \
+-DCMAKE_AR=/usr/bin/gcc-ar \
+-DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
 -DBUILD_CONFIG=mysql_release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc/mysql \
@@ -57,7 +59,6 @@
 -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
 -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
 -DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB=1 \
 -DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks" \
 -DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \
 -DWITH_MYSQLD_LDFLAGS="$LDFLAGS"
@@ -119,6 +120,7 @@
   backup=('etc/mysql/my.cnf')
   install=mariadb.install
   depends=('mariadb-clients' 'inetutils' 'libaio' 'libxml2' 'pcre')
+  optdepends=('perl-dbd-mysql: for mysqlhotcopy, mysql_convert_table_format 
and mysql_setpermission')
   conflicts=('mysql')
   provides=("mysql=$pkgver")
   options=('emptydirs')



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:08:11
  Author: fyan
Revision: 218190

upgpkg: python-astroid 1.2.0-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 08:41:39 UTC (rev 218189)
+++ PKGBUILD2014-07-26 09:08:11 UTC (rev 218190)
@@ -3,7 +3,7 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-logilab-common' 'python2-logilab-common')
 
source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
-sha1sums=('ff7b70669933702c7196f08e694afd552032c454')
+sha1sums=('9943a0bbd3410164c161ae11039dd09762023629')
 
 prepare() {
   cp -a astroid-${pkgver}{,-py3}



[arch-commits] Commit in python-astroid/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:08:25
  Author: fyan
Revision: 218191

archrelease: copy trunk to extra-any

Added:
  python-astroid/repos/extra-any/PKGBUILD
(from rev 218190, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 09:08:11 UTC (rev 218190)
+++ PKGBUILD2014-07-26 09:08:25 UTC (rev 218191)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.1.1
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://bitbucket.org/logilab/astroid";
-license=('LGPL')
-makedepends=('python' 'python2')
-checkdepends=('python-logilab-common' 'python2-logilab-common')
-source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
-sha1sums=('ff7b70669933702c7196f08e694afd552032c454')
-
-prepare() {
-  cp -a astroid-${pkgver}{,-py3}
-}
-
-build() {
-  cd astroid-${pkgver}
-  python2 setup.py build
-
-  cd ../astroid-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  # must be ran in target system, how?
-
-  cd astroid-${pkgver}/test
-  #python2 -m unittest discover -p "unittest*.py"
-
-  cd ../../astroid-${pkgver}-py3/test
-  #python -m unittest discover -p "unittest*.py"
-}
-
-package_python2-astroid() {
-  depends=('python2' 'python2-logilab-common')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}
-
-package_python-astroid() {
-  depends=('python' 'python-logilab-common')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}

Copied: python-astroid/repos/extra-any/PKGBUILD (from rev 218190, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 09:08:25 UTC (rev 218191)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://bitbucket.org/logilab/astroid";
+license=('LGPL')
+makedepends=('python' 'python2')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=(https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz)
+sha1sums=('9943a0bbd3410164c161ae11039dd09762023629')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  # must be ran in target system, how?
+
+  cd astroid-${pkgver}/test
+  #python2 -m unittest discover -p "unittest*.py"
+
+  cd ../../astroid-${pkgver}-py3/test
+  #python -m unittest discover -p "unittest*.py"
+}
+
+package_python2-astroid() {
+  depends=('python2' 'python2-logilab-common')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}
+
+package_python-astroid() {
+  depends=('python' 'python-logilab-common')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:10:04
  Author: fyan
Revision: 218192

upgpkg: pylint 1.3.0-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 09:08:25 UTC (rev 218191)
+++ PKGBUILD2014-07-26 09:10:04 UTC (rev 218192)
@@ -6,7 +6,7 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -15,8 +15,8 @@
 makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 optdepends=('tk: Pylint GUI')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('6a98e9ee4e3b16d2dcd87d5c9af3bde937b473f4')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.zip";)
+sha1sums=('f2be4efd219ba520e6a8fb208478e1beb0393c7e')
 
 prepare() {
   cp -a ${pkgbase}-${pkgver}{,-py3}



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:10:20
  Author: fyan
Revision: 218193

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
(from rev 218192, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 09:10:04 UTC (rev 218192)
+++ PKGBUILD2014-07-26 09:10:20 UTC (rev 218193)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=pylint
-pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org";
-license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-optdepends=('tk: Pylint GUI')
-source=(http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('6a98e9ee4e3b16d2dcd87d5c9af3bde937b473f4')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py3}
-
-  cd ${pkgbase}-${pkgver}
-  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py __main__.py 
test/input/noext
-
-  cd ../${pkgbase}-${pkgver}-py3
-  sed -i "s|/usr/bin/env python|/usr/bin/env python3|" epylint.py __main__.py 
test/input/noext
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-
-  cd ../${pkgbase}-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  # doesn't run this way
-
-  cd ${pkgbase}-${pkgver}
-  #pytest2
-
-  cd ../${pkgbase}-${pkgver}-py3
-  #pytest
-}
-
-package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools')
-
-  cd ${pkgbase}-${pkgver}
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}"/usr/share/man/man1
-
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-
-  for i in epylint pylint pylint-gui pyreverse symilar; do
- mv "${pkgdir}"/usr/bin/${i}{,2}
- mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
-  done
-}
-
-package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools')
-
-  cd ${pkgbase}-${pkgver}-py3
-
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}/usr/share/man/man1"
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 218192, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 09:10:20 UTC (rev 218193)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+optdepends=('tk: Pylint GUI')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.zip";)
+sha1sums=('f2be4efd219ba520e6a8fb208478e1beb0393c7e')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}
+  sed -i "s|/usr/bin/env python|/usr/bin/env python2|" epylint.py __main__.py 
test/input/noext
+
+  cd ../${pkgbase}-${pkgver}-py3
+  sed -i "s|/usr/bin/env python|/usr/bin/env python3|" epylint.py __main__.py 
test/input/noext
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  # doesn't run this way
+
+  cd ${pkgbase}-${pkgver}
+  #pytest2
+
+  cd ../${pkgbase}-${pkgver}-py3
+  #pytest
+}
+
+package_python2-pylint() {
+  depends=('python2-astroid' 'python2-setuptools')
+
+  cd ${pkgbase}-${pkgver}
+
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}"/usr/share/man/man1
+
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+
+  for i in epylint pylint pylint-gui pyreverse symilar; do
+ mv "${pkgdir}"/usr/bin/${i}{,2}
+ mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
+  done
+}
+
+package_python-pylint() {
+  depends=('python-astroid' 'python-setuptools')
+
+  cd ${pkgbase}-${pkgver}-py3
+
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
+
+  install -d "${pkgdir}/usr/share/man/man1"
+  install -m644 man/* "${pkgdir}/usr/share/man/man1"
+}



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:17:33
  Author: fyan
Revision: 116362

upgpkg: goagent 3.1.20-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 09:02:37 UTC (rev 116361)
+++ PKGBUILD2014-07-26 09:17:33 UTC (rev 116362)
@@ -4,7 +4,7 @@
 # Contributor: Guten  
 
 pkgname=goagent
-pkgver=3.1.19
+pkgver=3.1.20
 #_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:18:00
  Author: fyan
Revision: 116363

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 116362, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 116362, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 116362, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 116362, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  120 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 09:17:33 UTC (rev 116362)
+++ PKGBUILD2014-07-26 09:18:00 UTC (rev 116363)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.1.19
-#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent<0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
-makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
-#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
-"${pkgname}.user.ini"
-"${pkgname}.service")
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
-  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini"
-  install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 116362, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 09:18:00 UTC (rev 116363)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.1.20
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=1
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent<0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
+makedepends=('git')
+source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
+"${pkgname}.user.ini"
+"${pkgname}.service")
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP

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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:34:54
  Author: fyan
Revision: 116364

upgpkg: goagent 3.1.20-2

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 09:18:00 UTC (rev 116363)
+++ PKGBUILD2014-07-26 09:34:54 UTC (rev 116364)
@@ -6,7 +6,7 @@
 pkgname=goagent
 pkgver=3.1.20
 #_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
+pkgrel=2
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
 url="http://goagent.googlecode.com";
@@ -29,8 +29,8 @@
 
   sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
   -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
-  -i local/proxy.py
+  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")|' \
+  -i local/proxylib.py
 }
 
 package() {
@@ -38,6 +38,7 @@
 
   install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
   install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
+  install -Dm644 local/proxylib.py 
"$pkgdir/usr/share/$pkgname/local/proxylib.py"
   install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
   install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
   install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 11:35:23
  Author: fyan
Revision: 116365

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 116364, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 116364, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 116364, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 116364, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  121 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 09:34:54 UTC (rev 116364)
+++ PKGBUILD2014-07-26 09:35:23 UTC (rev 116365)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.1.20
-#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent<0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
-makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
-#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
-"${pkgname}.user.ini"
-"${pkgname}.service")
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
-  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini"
-  install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 116364, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 09:35:23 UTC (rev 116365)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.1.20
+#_commit=0772f4ecb4c825d556801d1ba418ca2d1ea37971
+pkgrel=2
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent<0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
+makedepends=('git')
+source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
+"${pkgname}.user.ini"
+"${pkgname}.service")
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP("

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

2014-07-26 Thread Jelle van der Waa
Date: Saturday, July 26, 2014 @ 12:11:17
  Author: jelle
Revision: 116366

upgpkg: xmonad-contrib 0.11.3-1

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 09:35:23 UTC (rev 116365)
+++ PKGBUILD2014-07-26 10:11:17 UTC (rev 116366)
@@ -4,22 +4,22 @@
 # Contributor: orbisvicis 
 
 pkgname=xmonad-contrib
-pkgver=0.11.2
-pkgrel=4
+pkgver=0.11.3
+pkgrel=1
 pkgdesc="Add-ons for xmonad"
 arch=('i686' 'x86_64')
 url="http://xmonad.org/";
 license=('BSD')
-depends=('ghc=7.8.3-1' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1')
+depends=('ghc=7.8.3-2' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1')
 install='xmonad-contrib.install'
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 'remove_unnecessary_contexts.patch')
-md5sums=('415a7ed9449198b0e93d49ab0a4a0f72'
+md5sums=('285617f4c832d6df77087604c7160757'
  '724a45ea306054ddb7f8a42b185e708f')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch
+#  patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch
 }
 
 build() {



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

2014-07-26 Thread Jelle van der Waa
Date: Saturday, July 26, 2014 @ 12:11:31
  Author: jelle
Revision: 116367

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

Added:
  xmonad-contrib/repos/community-i686/PKGBUILD
(from rev 116366, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-i686/remove_unnecessary_contexts.patch
(from rev 116366, xmonad-contrib/trunk/remove_unnecessary_contexts.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
(from rev 116366, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
(from rev 116366, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-x86_64/PKGBUILD
(from rev 116366, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-x86_64/remove_unnecessary_contexts.patch
(from rev 116366, xmonad-contrib/trunk/remove_unnecessary_contexts.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
(from rev 116366, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install
(from rev 116366, xmonad-contrib/trunk/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-i686/PKGBUILD
  xmonad-contrib/repos/community-i686/remove_unnecessary_contexts.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-i686/xmonad-contrib.install
  xmonad-contrib/repos/community-x86_64/PKGBUILD
  xmonad-contrib/repos/community-x86_64/remove_unnecessary_contexts.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib-remove-getatomname.patch
  xmonad-contrib/repos/community-x86_64/xmonad-contrib.install

--+
 /PKGBUILD|   84 +
 /remove_unnecessary_contexts.patch   |   42 ++
 /xmonad-contrib-remove-getatomname.patch |   38 +
 /xmonad-contrib.install  |   34 +
 community-i686/PKGBUILD  |   42 --
 community-i686/remove_unnecessary_contexts.patch |   21 ---
 community-i686/xmonad-contrib-remove-getatomname.patch   |   19 --
 community-i686/xmonad-contrib.install|   17 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/remove_unnecessary_contexts.patch   |   21 ---
 community-x86_64/xmonad-contrib-remove-getatomname.patch |   19 --
 community-x86_64/xmonad-contrib.install  |   17 --
 12 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:11:17 UTC (rev 116366)
+++ community-i686/PKGBUILD 2014-07-26 10:11:31 UTC (rev 116367)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: orbisvicis 
-
-pkgname=xmonad-contrib
-pkgver=0.11.2
-pkgrel=4
-pkgdesc="Add-ons for xmonad"
-arch=('i686' 'x86_64')
-url="http://xmonad.org/";
-license=('BSD')
-depends=('ghc=7.8.3-1' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1')
-install='xmonad-contrib.install'
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 'remove_unnecessary_contexts.patch')
-md5sums=('415a7ed9449198b0e93d49ab0a4a0f72'
- '724a45ea306054ddb7f8a42b185e708f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
-}

Copied: xmonad-contrib/repos/community-i686/PKGBUILD (from rev 116366, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:11:31 UTC (rev 116367)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Add-ons for xmonad"
+a

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

2014-07-26 Thread Jelle van der Waa
Date: Saturday, July 26, 2014 @ 12:12:15
  Author: jelle
Revision: 116368

remove unneeded patch

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 10:11:31 UTC (rev 116367)
+++ PKGBUILD2014-07-26 10:12:15 UTC (rev 116368)
@@ -13,15 +13,9 @@
 depends=('ghc=7.8.3-2' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1')
 install='xmonad-contrib.install'
 options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 'remove_unnecessary_contexts.patch')
-md5sums=('285617f4c832d6df77087604c7160757'
- '724a45ea306054ddb7f8a42b185e708f')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('285617f4c832d6df77087604c7160757')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 12:31:21
  Author: fyan
Revision: 116369

upgpkg: wiznote 2.1.10-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 10:12:15 UTC (rev 116368)
+++ PKGBUILD2014-07-26 10:31:21 UTC (rev 116369)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 12:31:50
  Author: fyan
Revision: 116370

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

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

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:31:21 UTC (rev 116369)
+++ community-i686/PKGBUILD 2014-07-26 10:31:50 UTC (rev 116370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.9
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 116369, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:31:50 UTC (rev 116370)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.10
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-07-26 10:31:21 UTC (rev 116369)
+++ community-i686/wiznote.install  2014-07-26 10:31:50 UTC (rev 116370)
@@ -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: wiznote/repos/community-i686/wiznote.install (from rev 116369, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-07-26 10:31:50 UTC (rev 116370)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-26 10:31:21 UTC (rev 116369)
+++ community-x86_64/PKGBUILD   2014-07-26 10:31:50 UTC (rev 116370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pk

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 12:38:15
  Author: bpiotrowski
Revision: 116371

upgpkg: sxiv 1.2-3, fixes FS#41319

* use PREFIX and DESTDIR to remove reference to $pkgdir from the man page
* install and actually use the icon

Modified:
  sxiv/trunk/PKGBUILD
  sxiv/trunk/sxiv.install

--+
 PKGBUILD |8 +---
 sxiv.install |   11 ---
 2 files changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 10:31:50 UTC (rev 116370)
+++ PKGBUILD2014-07-26 10:38:15 UTC (rev 116371)
@@ -6,13 +6,13 @@
 
 pkgname=sxiv
 pkgver=1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
 install=sxiv.install
 url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils')
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
 source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
 giflib-5.1.0.patch)
 md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
@@ -21,6 +21,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../giflib-5.1.0.patch
+  sed -i '/^NoDisplay=/s/true/false/' sxiv.desktop
 }
 
 build() {
@@ -29,6 +30,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
 }

Modified: sxiv.install
===
--- sxiv.install2014-07-26 10:31:50 UTC (rev 116370)
+++ sxiv.install2014-07-26 10:38:15 UTC (rev 116371)
@@ -1,7 +1,12 @@
-post_install () {
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
   update-desktop-database -q
 }
 
-post_upgrade () {
-  update-desktop-database -q
+post_upgrade() {
+  post_install
 }
+
+post_remove() {
+  post_install
+}



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 12:38:30
  Author: bpiotrowski
Revision: 116372

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

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 116371, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/giflib-5.1.0.patch
(from rev 116371, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-i686/sxiv.install
(from rev 116371, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 116371, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
(from rev 116371, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 116371, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/giflib-5.1.0.patch
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
  sxiv/repos/community-x86_64/sxiv.install

-+
 /PKGBUILD   |   72 ++
 /giflib-5.1.0.patch |   30 ++
 /sxiv.install   |   24 +++
 community-i686/PKGBUILD |   34 
 community-i686/giflib-5.1.0.patch   |   15 ---
 community-i686/sxiv.install |7 ---
 community-x86_64/PKGBUILD   |   34 
 community-x86_64/giflib-5.1.0.patch |   15 ---
 community-x86_64/sxiv.install   |7 ---
 9 files changed, 126 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:38:15 UTC (rev 116371)
+++ community-i686/PKGBUILD 2014-07-26 10:38:30 UTC (rev 116372)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.2
-pkgrel=2
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-giflib-5.1.0.patch)
-md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
- '98a6c832655b90e57ff137df41a1fb90')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../giflib-5.1.0.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 116371, 
sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:38:30 UTC (rev 116372)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=1.2
+pkgrel=3
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+  sed -i '/^NoDisplay=/s/true/false/' sxiv.desktop
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/giflib-5.1.0.patch
===
--- community-i686/giflib-5.1.0.patch   2014-07-26 10:38:15 UTC (rev 116371)
+++ community-i686/giflib-5.1.0.patch   2014-07-26 10:38:30 UTC (rev 116372)
@@ -1,15 +0,0 @@
-diff -rupN a/image.c b/image.c
 a/image.c  2014-04-24 20:40:26.0 +0200
-+++ b/image.c  2014-05-27 11:39:41.786715632 +0200
-@@ -278,7 +278,11 @@ bool img_load_gif(img_t *img, const file
-   }
-   } while (rec != TERMINATE_RECORD_TYPE);
- 
-+#if defined(GIFLIB_MAJOR) && GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
-+  DGifCloseFile(gif, NULL);
-+#else
-   DGifCloseFile(gif);
-+#endif
- 
-   if (err && !file->loaded)
-   warn("corrupted gif file: %s", file->name);

Copied: sxiv/repos/community-i686/giflib-5.1.0.patch (from rev 116371, 
sxiv/trunk/giflib-5.1.0.patch)
===
--- community-i686/giflib-5.1.0.patch   (rev 0)
+

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 12:39:48
  Author: bpiotrowski
Revision: 116373

upgpkg: sxiv 1.2-3

bring back NoDisplay=true to desktop file

Modified:
  sxiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 10:38:30 UTC (rev 116372)
+++ PKGBUILD2014-07-26 10:39:48 UTC (rev 116373)
@@ -21,7 +21,6 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../giflib-5.1.0.patch
-  sed -i '/^NoDisplay=/s/true/false/' sxiv.desktop
 }
 
 build() {



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 12:39:51
  Author: bpiotrowski
Revision: 116374

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

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 116373, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/giflib-5.1.0.patch
(from rev 116373, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-i686/sxiv.install
(from rev 116373, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 116373, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
(from rev 116373, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 116373, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/giflib-5.1.0.patch
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
  sxiv/repos/community-x86_64/sxiv.install

-+
 /PKGBUILD   |   70 ++
 /giflib-5.1.0.patch |   30 ++
 /sxiv.install   |   24 +++
 community-i686/PKGBUILD |   36 -
 community-i686/giflib-5.1.0.patch   |   15 ---
 community-i686/sxiv.install |   12 -
 community-x86_64/PKGBUILD   |   36 -
 community-x86_64/giflib-5.1.0.patch |   15 ---
 community-x86_64/sxiv.install   |   12 -
 9 files changed, 124 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:39:48 UTC (rev 116373)
+++ community-i686/PKGBUILD 2014-07-26 10:39:51 UTC (rev 116374)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.2
-pkgrel=3
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-giflib-5.1.0.patch)
-md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
- '98a6c832655b90e57ff137df41a1fb90')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../giflib-5.1.0.patch
-  sed -i '/^NoDisplay=/s/true/false/' sxiv.desktop
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 116373, 
sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:39:51 UTC (rev 116374)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=1.2
+pkgrel=3
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/giflib-5.1.0.patch
===
--- community-i686/giflib-5.1.0.patch   2014-07-26 10:39:48 UTC (rev 116373)
+++ community-i686/giflib-5.1.0.patch   2014-07-26 10:39:51 UTC (rev 116374)
@@ -1,15 +0,0 @@
-diff -rupN a/image.c b/image.c
 a/image.c  2014-04-24 20:40:26.0 +0200
-+++ b/image.c  2014-05-27 11:39:41.786715632 +0200
-@@ -278,7 +278,11 @@ bool img_load_gif(img_t *img, const file
-   }
-   } while (rec != TERMINATE_RECORD_TYPE);
- 
-+#if defined(GIFLIB_MAJOR) && GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
-+  DGifCloseFile(gif, NULL);
-+#else
-   DGifCloseFile(gif);
-+#endif
- 
-   if (err && !file->loaded)
-   warn("corrupted gif file: %s", file->name);

Copied: sxiv/repos/community-i686/giflib-5.1.0.patch (from rev 116373, 
sxiv/trunk/giflib-5.1.0.patch)
===

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 12:40:22
  Author: bpiotrowski
Revision: 116375

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

Added:
  sxiv/repos/community-i686/PKGBUILD
(from rev 116374, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-i686/giflib-5.1.0.patch
(from rev 116374, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-i686/sxiv.install
(from rev 116374, sxiv/trunk/sxiv.install)
  sxiv/repos/community-x86_64/PKGBUILD
(from rev 116374, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
(from rev 116374, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-x86_64/sxiv.install
(from rev 116374, sxiv/trunk/sxiv.install)
Deleted:
  sxiv/repos/community-i686/PKGBUILD
  sxiv/repos/community-i686/giflib-5.1.0.patch
  sxiv/repos/community-i686/sxiv.install
  sxiv/repos/community-x86_64/PKGBUILD
  sxiv/repos/community-x86_64/giflib-5.1.0.patch
  sxiv/repos/community-x86_64/sxiv.install

-+
 /PKGBUILD   |   70 ++
 /giflib-5.1.0.patch |   30 ++
 /sxiv.install   |   24 +++
 community-i686/PKGBUILD |   35 -
 community-i686/giflib-5.1.0.patch   |   15 ---
 community-i686/sxiv.install |   12 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/giflib-5.1.0.patch |   15 ---
 community-x86_64/sxiv.install   |   12 -
 9 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:39:51 UTC (rev 116374)
+++ community-i686/PKGBUILD 2014-07-26 10:40:22 UTC (rev 116375)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Bert Muennich 
-# Contributor: Brad Fanella 
-
-pkgname=sxiv
-pkgver=1.2
-pkgrel=3
-pkgdesc='Simple X Image Viewer'
-arch=('i686' 'x86_64')
-license=('GPL2')
-install=sxiv.install
-url='https://github.com/muennich/sxiv'
-depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
-giflib-5.1.0.patch)
-md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
- '98a6c832655b90e57ff137df41a1fb90')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../giflib-5.1.0.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
-}

Copied: sxiv/repos/community-i686/PKGBUILD (from rev 116374, 
sxiv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:40:22 UTC (rev 116375)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Bert Muennich 
+# Contributor: Brad Fanella 
+
+pkgname=sxiv
+pkgver=1.2
+pkgrel=3
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  make -C icon PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop
+}

Deleted: community-i686/giflib-5.1.0.patch
===
--- community-i686/giflib-5.1.0.patch   2014-07-26 10:39:51 UTC (rev 116374)
+++ community-i686/giflib-5.1.0.patch   2014-07-26 10:40:22 UTC (rev 116375)
@@ -1,15 +0,0 @@
-diff -rupN a/image.c b/image.c
 a/image.c  2014-04-24 20:40:26.0 +0200
-+++ b/image.c  2014-05-27 11:39:41.786715632 +0200
-@@ -278,7 +278,11 @@ bool img_load_gif(img_t *img, const file
-   }
-   } while (rec != TERMINATE_RECORD_TYPE);
- 
-+#if defined(GIFLIB_MAJOR) && GIFLIB_MAJOR >= 5 && GIFLIB_MINOR >= 1
-+  DGifCloseFile(gif, NULL);
-+#else
-   DGifCloseFile(gif);
-+#endif
- 
-   if (err && !file->loaded)
-   warn("corrupted gif file: %s", file->name);

Copied: sxiv/repos/community-i686/giflib-5.1.0.patch (from rev 116374, 
sxiv/trunk/giflib-5.1.0.patch)
===
--- community-i686/gifl

[arch-commits] Commit in xmonad-contrib/trunk (remove_unnecessary_contexts.patch)

2014-07-26 Thread Jelle van der Waa
Date: Saturday, July 26, 2014 @ 14:43:14
  Author: jelle
Revision: 116376

remove unused patch

Deleted:
  xmonad-contrib/trunk/remove_unnecessary_contexts.patch

---+
 remove_unnecessary_contexts.patch |   21 -
 1 file changed, 21 deletions(-)

Deleted: remove_unnecessary_contexts.patch
===
--- remove_unnecessary_contexts.patch   2014-07-26 10:40:22 UTC (rev 116375)
+++ remove_unnecessary_contexts.patch   2014-07-26 12:43:14 UTC (rev 116376)
@@ -1,21 +0,0 @@
-diff -aur xmonad-contrib-0.11.2/XMonad/Layout/MultiToggle.hs 
xmonad-contrib-new/XMonad/Layout/MultiToggle.hs
 xmonad-contrib-0.11.2/XMonad/Layout/MultiToggle.hs 2013-07-16 
04:52:11.0 +0200
-+++ xmonad-contrib-new/XMonad/Layout/MultiToggle.hs2014-04-27 
21:26:20.746206511 +0200
-@@ -99,7 +99,7 @@
- transform :: (LayoutClass l a) => t -> l a ->
- (forall l'. (LayoutClass l' a) => l' a -> (l' a -> l a) -> b) -> b
- 
--data (LayoutClass l a) => EL l a = forall l'. (LayoutClass l' a) => EL (l' a) 
(l' a -> l a)
-+data  EL l a = forall l'. (LayoutClass l' a) => EL (l' a) (l' a -> l a)
- 
- unEL :: (LayoutClass l a) => EL l a -> (forall l'. (LayoutClass l' a) => l' a 
-> b) -> b
- unEL (EL x _) k = k x
-@@ -159,7 +159,7 @@
- infixr 0 ??
- -- | Prepend an element to a heterogeneous list. Used to build transformer
- -- tables for 'mkToggle'.
--(??) :: (HList b w) => a -> b -> HCons a b
-+(??) ::  a -> b -> HCons a b
- (??) = HCons
- 
- -- | Construct a singleton transformer table.



[arch-commits] Commit in (lzo)

2014-07-26 Thread Anatol Pomozov
Date: Saturday, July 26, 2014 @ 16:51:47
  Author: anatolik
Revision: 218194

lzo: remove legacy version. lzo2 is the correct package and it should be 
renamed to lzo.

Deleted:
  lzo/



[arch-commits] Commit in docker/repos/community-x86_64 (5 files)

2014-07-26 Thread Sébastien Luttringer
Date: Saturday, July 26, 2014 @ 17:08:54
  Author: seblu
Revision: 116379

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 116378, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 116378, docker/trunk/docker.install)
  docker/repos/community-x86_64/docker.service
(from rev 116378, docker/trunk/docker.service)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install

+
 PKGBUILD   |  109 ---
 docker.install |   47 +--
 docker.service |   13 ++
 3 files changed, 87 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 15:08:42 UTC (rev 116378)
+++ PKGBUILD2014-07-26 15:08:54 UTC (rev 116379)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.1.2
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd "$_magic/docker"
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  # systemd
-  install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
-"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
-"$pkgdir/usr/lib/systemd/system/docker.socket"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
-"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
-"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 116378, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 15:08:54 UTC (rev 116379)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.1.2
+pkgrel=2
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver";
+'docker.service')
+md5sums=('SKIP'
+ 'aea0c57d458e3fc313107a76745c96bb')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd "$_magic/docker"
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
+  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
+  # systemd
+  #install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
+  install -Dm644 "$srcdir/docker.service" \
+"$pkgdir/usr/lib/systemd/system/docker.service"
+  install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
+"$pkgdir/usr/lib/systemd/system/docker.socket"
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
+}
+
+# vim:set ts=2 sw

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

2014-07-26 Thread Sébastien Luttringer
Date: Saturday, July 26, 2014 @ 17:08:42
  Author: seblu
Revision: 116378

upgpkg: docker 1:1.1.2-2

- fix FS#41338
- remove no more needed transition message

Added:
  docker/trunk/docker.service
Modified:
  docker/trunk/PKGBUILD
  docker/trunk/docker.install

+
 PKGBUILD   |   11 +++
 docker.install |   11 ---
 docker.service |   13 +
 3 files changed, 20 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 14:48:46 UTC (rev 116377)
+++ PKGBUILD2014-07-26 15:08:42 UTC (rev 116378)
@@ -3,7 +3,7 @@
 
 pkgname=docker
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -16,8 +16,10 @@
 # don't strip binaries! A sha1 is used to check binary consistency.
 options=('!strip')
 install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver";)
-md5sums=('SKIP')
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver";
+'docker.service')
+md5sums=('SKIP'
+ 'aea0c57d458e3fc313107a76745c96bb')
 
 build() {
   cd docker
@@ -39,7 +41,8 @@
   install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
   install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
   # systemd
-  install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
+  #install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \
+  install -Dm644 "$srcdir/docker.service" \
 "$pkgdir/usr/lib/systemd/system/docker.service"
   install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \
 "$pkgdir/usr/lib/systemd/system/docker.socket"

Modified: docker.install
===
--- docker.install  2014-07-26 14:48:46 UTC (rev 116377)
+++ docker.install  2014-07-26 15:08:42 UTC (rev 116378)
@@ -8,7 +8,6 @@
 # arg 2:  the old package version
 post_upgrade() {
   (( $(vercmp $2 '1:0.7.1-1') < 0 )) &&  post_install "$1" || true
-  (( $(vercmp $2 '1:1.1.1-2') < 0 )) &&  socketactivation || true
 }
 
 # arg 1:  the old package version
@@ -16,14 +15,4 @@
   groupdel docker >/dev/null 2>&1 || true
 }
 
-socketactivation() {
-  if systemctl -q is-enabled docker; then
-cat << EOF
-The docker service switched to socket activation.
-We will enable the socket file for you. Don't need to thanks us.
-EOF
-systemctl enable docker.socket
-  fi
-}
-
 # vim:set ts=2 sw=2 et:

Added: docker.service
===
--- docker.service  (rev 0)
+++ docker.service  2014-07-26 15:08:42 UTC (rev 116378)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Docker Application Container Engine
+Documentation=http://docs.docker.com
+After=network.target docker.socket
+Requires=docker.socket
+
+[Service]
+ExecStart=/usr/bin/docker -d -H fd://
+LimitNOFILE=1048576
+LimitNPROC=1048576
+
+[Install]
+Also=docker.socket



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:15:27
  Author: bpiotrowski
Revision: 218195

upgpkg: x264 1:142.20140311-5

remove x264's dependency on libx264

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 14:51:47 UTC (rev 218194)
+++ PKGBUILD2014-07-26 16:15:27 UTC (rev 218195)
@@ -6,7 +6,7 @@
 
 pkgname=('x264' 'libx264' 'libx264-10bit')
 pkgver=142.20140311
-pkgrel=4
+pkgrel=5
 epoch=1
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -16,11 +16,6 @@
 source=(git://git.videolan.org/x264.git#commit=b7a50c16)
 md5sums=('SKIP')
 
-prepare() {
-  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
-  cp -r $pkgname $pkgname-10bit
-}
-
 pkgver() {
   cd $pkgname
   local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
@@ -29,6 +24,11 @@
   echo ${_ver}.${_date}
 }
 
+prepare() {
+  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
+  cp -r $pkgname $pkgname-10bit
+}
+
 build() {
   cd $pkgname
   ./configure --prefix=/usr \
@@ -43,8 +43,8 @@
 }
 
 package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams.'
-  depends=('glibc' 'libx264')
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc')
   provides=('x264-dev' 'x264-10bit')
   conflicts=('x264-dev' 'x264-10bit')
   replaces=('x264-dev' 'x264-10bit')
@@ -54,7 +54,7 @@
 }
 
 package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams.'
+  pkgdesc='Library for encoding H264/AVC video streams'
   depends=('glibc')
 
   install -d "$pkgdir"/usr/lib



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:15:34
  Author: bpiotrowski
Revision: 218196

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

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
(from rev 218195, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
(from rev 218195, x264/trunk/PKGBUILD)

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

Copied: x264/repos/staging-i686/PKGBUILD (from rev 218195, x264/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-26 16:15:34 UTC (rev 218196)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=142.20140311
+pkgrel=5
+epoch=1
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=b7a50c16)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('x264-dev' 'x264-10bit')
+  conflicts=('x264-dev' 'x264-10bit')
+  replaces=('x264-dev' 'x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli install-lib-dev
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264')
+  conflicts=('libx264')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 218195, 
x264/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-26 16:15:34 UTC (rev 218196)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: damir 
+# Contributor: Paul Mattal 
+
+pkgname=('x264' 'libx264' 'libx264-10bit')
+pkgver=142.20140311
+pkgrel=5
+epoch=1
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=b7a50c16)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  sed -i 's/install-lib-dev$//g' $pkgname/Makefile
+  cp -r $pkgname $pkgname-10bit
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic
+  make
+
+  cd ../$pkgname-10bit
+  ./configure --prefix=/usr \
+--enable-shared --enable-pic \
+--bit-depth=10
+  make
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends=('glibc')
+  provides=('x264-dev' 'x264-10bit')
+  conflicts=('x264-dev' 'x264-10bit')
+  replaces=('x264-dev' 'x264-10bit')
+
+  make -C $pkgbase DESTDIR="$pkgdir" install-cli install-lib-dev
+  install -Dm755 $pkgbase-10bit/x264 "$pkgdir"/usr/bin/x264-10bit
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams'
+  depends=('glibc')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase DESTDIR="$pkgdir" install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams. 10bit-depth.'
+  depends=('glibc')
+  provides=('libx264')
+  conflicts=('libx264')
+
+  install -d "$pkgdir"/usr/lib
+  make -C $pkgbase-10bit DESTDIR="$pkgdir" install-lib-shared
+}



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

2014-07-26 Thread Sven-Hendrik Haase
Date: Saturday, July 26, 2014 @ 18:22:33
  Author: svenstaro
Revision: 116381

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

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

+
 /PKGBUILD  |   56 +++
 /texstudio.install |   30 ++
 community-i686/PKGBUILD|   28 -
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   28 -
 community-x86_64/texstudio.install |   15 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 16:22:24 UTC (rev 116380)
+++ community-i686/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/";
-license=('GPL')
-depends=('poppler-qt4')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('01205800d4a4fdc3ade4f761eabd8e3b')
-
-build() {
-cd "$srcdir/$pkgname$pkgver"
-qmake-qt4 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd "$srcdir/$pkgname$pkgver"
-make INSTALL_ROOT="$pkgdir" install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 116380, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 16:22:33 UTC (rev 116381)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+
+pkgname=texstudio
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('i686' 'x86_64')
+url="http://texstudio.sourceforge.net/";
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9186f1b08338f35fdae72027be9e837a')
+
+build() {
+cd "$srcdir/$pkgname$pkgver"
+qmake-qt4 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd "$srcdir/$pkgname$pkgver"
+make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2014-07-26 16:22:24 UTC (rev 116380)
+++ community-i686/texstudio.install2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-i686/texstudio.install (from rev 116380, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-07-26 16:22:33 UTC (rev 116381)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-26 16:22:24 UTC (rev 116380)
+++ community-x86_64/PKGBUILD   2014-07-26 16:22:33 UTC (rev 116381)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-
-pkgname=texstudio
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('i686' 'x86_64')
-url="http://texstudio.sourceforge.net/";
-license=('GPL')
-depends=('poppler-qt4')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-i

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

2014-07-26 Thread Sven-Hendrik Haase
Date: Saturday, July 26, 2014 @ 18:22:24
  Author: svenstaro
Revision: 116380

upgpkg: texstudio 2.8.2-1

upstream release 2.8.2

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 15:08:54 UTC (rev 116379)
+++ PKGBUILD2014-07-26 16:22:24 UTC (rev 116380)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS 
 
 pkgname=texstudio
-pkgver=2.8.0
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 
 
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('01205800d4a4fdc3ade4f761eabd8e3b')
+md5sums=('9186f1b08338f35fdae72027be9e837a')
 
 build() {
 cd "$srcdir/$pkgname$pkgver"



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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 18:28:10
  Author: guillaume
Revision: 218197

Upstream release 0.1.51

Modified:
  java-jsch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:15:34 UTC (rev 218196)
+++ PKGBUILD2014-07-26 16:28:10 UTC (rev 218197)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 _libname=jsch
 pkgname=java-${_libname}
-pkgver=0.1.49
+pkgver=0.1.51
 pkgrel=1
 pkgdesc="A pure Java implementation of SSH2"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
 
source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
-sha256sums=('c017dfd2533b86dd751a8b1caea0ab4f19bfb9199c207c94fbdddcfd2ba9bbfe')
+sha256sums=('c031b863fbbfe861c5365e8cf403b24b2eb5b40d1c112a048a73f87b5e828c30')
 
 build() {
   cd "${srcdir}/${_libname}-${pkgver}"



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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 18:29:37
  Author: guillaume
Revision: 218198

Fix quotes

Modified:
  java-jsch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:28:10 UTC (rev 218197)
+++ PKGBUILD2014-07-26 16:29:37 UTC (rev 218198)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="A pure Java implementation of SSH2"
 arch=('any')
-url="http://www.jcraft.com/jsch/";
+url='http://www.jcraft.com/jsch/'
 license=('BSD')
 depends=('java-runtime-headless')
 makedepends=('apache-ant')
@@ -18,9 +18,9 @@
 }
 
 package() {
-  install -Dm644 
${srcdir}/${_libname}-${pkgver}/dist/lib/${_libname}-${pkgver}.jar \
- ${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar
-  ln -s ${_libname}-${pkgver}.jar ${pkgdir}/usr/share/java/${_libname}.jar
-  install -Dm644 ${srcdir}/${_libname}-${pkgver}/LICENSE.txt \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 
"${srcdir}/${_libname}-${pkgver}/dist/lib/${_libname}-${pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar"
+  ln -s ${_libname}-${pkgver}.jar "${pkgdir}/usr/share/java/${_libname}.jar"
+  install -Dm644 "${srcdir}/${_libname}-${pkgver}/LICENSE.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



[arch-commits] Commit in java-jsch/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 18:30:50
  Author: guillaume
Revision: 218199

archrelease: copy trunk to extra-any

Added:
  java-jsch/repos/extra-any/PKGBUILD
(from rev 218198, java-jsch/trunk/PKGBUILD)
Deleted:
  java-jsch/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 16:29:37 UTC (rev 218198)
+++ PKGBUILD2014-07-26 16:30:50 UTC (rev 218199)
@@ -1,26 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-_libname=jsch
-pkgname=java-${_libname}
-pkgver=0.1.49
-pkgrel=1
-pkgdesc="A pure Java implementation of SSH2"
-arch=('any')
-url="http://www.jcraft.com/jsch/";
-license=('BSD')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
-sha256sums=('c017dfd2533b86dd751a8b1caea0ab4f19bfb9199c207c94fbdddcfd2ba9bbfe')
-
-build() {
-  cd "${srcdir}/${_libname}-${pkgver}"
-  ant dist
-}
-
-package() {
-  install -Dm644 
${srcdir}/${_libname}-${pkgver}/dist/lib/${_libname}-${pkgver}.jar \
- ${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar
-  ln -s ${_libname}-${pkgver}.jar ${pkgdir}/usr/share/java/${_libname}.jar
-  install -Dm644 ${srcdir}/${_libname}-${pkgver}/LICENSE.txt \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: java-jsch/repos/extra-any/PKGBUILD (from rev 218198, 
java-jsch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 16:30:50 UTC (rev 218199)
@@ -0,0 +1,26 @@
+# Maintainer: Guillaume ALAUX 
+_libname=jsch
+pkgname=java-${_libname}
+pkgver=0.1.51
+pkgrel=1
+pkgdesc="A pure Java implementation of SSH2"
+arch=('any')
+url='http://www.jcraft.com/jsch/'
+license=('BSD')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+source=(http://downloads.sourceforge.net/project/${_libname}/${_libname}/${pkgver}/${_libname}-${pkgver}.zip)
+sha256sums=('c031b863fbbfe861c5365e8cf403b24b2eb5b40d1c112a048a73f87b5e828c30')
+
+build() {
+  cd "${srcdir}/${_libname}-${pkgver}"
+  ant dist
+}
+
+package() {
+  install -Dm644 
"${srcdir}/${_libname}-${pkgver}/dist/lib/${_libname}-${pkgver}.jar" \
+ "${pkgdir}/usr/share/java/${_libname}-${pkgver}.jar"
+  ln -s ${_libname}-${pkgver}.jar "${pkgdir}/usr/share/java/${_libname}.jar"
+  install -Dm644 "${srcdir}/${_libname}-${pkgver}/LICENSE.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:31:03
  Author: bpiotrowski
Revision: 218200

upgpkg: mplayer 37224-2

update dependencies to reflect x264 split

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:30:50 UTC (rev 218199)
+++ PKGBUILD2014-07-26 16:31:03 UTC (rev 218200)
@@ -6,21 +6,21 @@
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
 pkgver=37224
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=(
   'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
   'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
-  'x264-dev' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 
'opencore-amr'
+  'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
   'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
   'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
-  'libcdio-paranoia' 'opus' 'subversion'
+  'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264'
 )
 license=('GPL')
 url='http://www.mplayerhq.hu/'
 options=('!buildflags' '!emptydirs')
 source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
-http://ffmpeg.org/releases/ffmpeg-2.2.3.tar.bz2
+http://ffmpeg.org/releases/ffmpeg-2.2.5.tar.bz2
 mplayer.desktop
 cdio-includes.patch
 include-samba-4.0.patch
@@ -27,7 +27,7 @@
 giflib51.patch
 revert-icl-fixes.patch)
 md5sums=('SKIP'
- 'dbb5b6b69bd010916f17df0ae596e0b1'
+ 'a91dbd963f0ed16bf0eacaba98439d00'
  '62f44a58f072b2b1a3c3d3e4976d64b3'
  '7b5be7191aafbea64218dc4916343bbc'
  '868a92bdef148df7f38bfa992b26ce9d'
@@ -41,7 +41,7 @@
 
 prepare() {
   cd $pkgbase-$pkgver
-  mv ../ffmpeg-2.2.3 ./ffmpeg
+  mv ../ffmpeg-2.2.5 ./ffmpeg
 
   patch -p0 -i ../cdio-includes.patch
   patch -p1 -i ../include-samba-4.0.patch
@@ -84,7 +84,7 @@
   backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
   depends=(
 'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
-'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
+'lirc-utils' 'libx264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
 'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
 'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
@@ -107,7 +107,7 @@
 package_mencoder() {
   pkgdesc='Free command line video decoding, encoding and filtering tool'
   depends=(
-'enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame'
+'enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'bzip2' 'lame'
 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore'
 'opencore-amr' 'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2'
 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio-paranoia'



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:31:17
  Author: bpiotrowski
Revision: 218201

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

Added:
  mplayer/repos/staging-i686/
  mplayer/repos/staging-i686/PKGBUILD
(from rev 218200, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-i686/cdio-includes.patch
(from rev 218200, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-i686/giflib51.patch
(from rev 218200, mplayer/trunk/giflib51.patch)
  mplayer/repos/staging-i686/include-samba-4.0.patch
(from rev 218200, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-i686/mplayer.desktop
(from rev 218200, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-i686/mplayer.install
(from rev 218200, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-i686/mplayer.png
(from rev 218200, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-i686/revert-icl-fixes.patch
(from rev 218200, mplayer/trunk/revert-icl-fixes.patch)
  mplayer/repos/staging-x86_64/
  mplayer/repos/staging-x86_64/PKGBUILD
(from rev 218200, mplayer/trunk/PKGBUILD)
  mplayer/repos/staging-x86_64/cdio-includes.patch
(from rev 218200, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/staging-x86_64/giflib51.patch
(from rev 218200, mplayer/trunk/giflib51.patch)
  mplayer/repos/staging-x86_64/include-samba-4.0.patch
(from rev 218200, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/staging-x86_64/mplayer.desktop
(from rev 218200, mplayer/trunk/mplayer.desktop)
  mplayer/repos/staging-x86_64/mplayer.install
(from rev 218200, mplayer/trunk/mplayer.install)
  mplayer/repos/staging-x86_64/mplayer.png
(from rev 218200, mplayer/trunk/mplayer.png)
  mplayer/repos/staging-x86_64/revert-icl-fixes.patch
(from rev 218200, mplayer/trunk/revert-icl-fixes.patch)

+
 staging-i686/PKGBUILD  |  119 +++
 staging-i686/cdio-includes.patch   |   43 +++
 staging-i686/giflib51.patch|   24 ++
 staging-i686/include-samba-4.0.patch   |   12 +++
 staging-i686/mplayer.desktop   |   22 +
 staging-i686/mplayer.install   |   11 ++
 staging-i686/revert-icl-fixes.patch|   66 +
 staging-x86_64/PKGBUILD|  119 +++
 staging-x86_64/cdio-includes.patch |   43 +++
 staging-x86_64/giflib51.patch  |   24 ++
 staging-x86_64/include-samba-4.0.patch |   12 +++
 staging-x86_64/mplayer.desktop |   22 +
 staging-x86_64/mplayer.install |   11 ++
 staging-x86_64/revert-icl-fixes.patch  |   66 +
 14 files changed, 594 insertions(+)

Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 218200, 
mplayer/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-26 16:31:17 UTC (rev 218201)
@@ -0,0 +1,119 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=37224
+pkgrel=2
+arch=('i686' 'x86_64')
+makedepends=(
+  'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
+  'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
+  'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
+  'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
+  'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
+  'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
+http://ffmpeg.org/releases/ffmpeg-2.2.5.tar.bz2
+mplayer.desktop
+cdio-includes.patch
+include-samba-4.0.patch
+giflib51.patch
+revert-icl-fixes.patch)
+md5sums=('SKIP'
+ 'a91dbd963f0ed16bf0eacaba98439d00'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '7b5be7191aafbea64218dc4916343bbc'
+ '868a92bdef148df7f38bfa992b26ce9d'
+ '14461fb94b7aa5dda091ba4f737df2d9'
+ '3579402002b7302fdf2d146639333efd')
+
+pkgver() {
+  cd $pkgbase-$pkgver
+  svnversion
+}
+
+prepare() {
+  cd $pkgbase-$pkgver
+  mv ../ffmpeg-2.2.5 ./ffmpeg
+
+  patch -p0 -i ../cdio-includes.patch
+  patch -p1 -i ../include-samba-4.0.patch
+  patch -Np0 -i ../giflib51.patch
+  patch -Np0 -i ../revert-icl-fixes.patch
+
+  ./version.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-liblzo \
+--disable-speex \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-int

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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 18:35:11
  Author: guillaume
Revision: 218202

Add quotes for 'dir' variables

Modified:
  visualvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:31:17 UTC (rev 218201)
+++ PKGBUILD2014-07-26 16:35:11 UTC (rev 218202)
@@ -17,31 +17,31 @@
 '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
 
 package() {
-  cd ${srcdir}/${pkgname}_${_shortver}
+  cd "${srcdir}/${pkgname}_${_shortver}"
 
-  mkdir -p ${pkgdir}/usr/share/${pkgname}
-  cp -R bin platform profiler visualvm ${pkgdir}/usr/share/${pkgname}
+  mkdir -p "${pkgdir}/usr/share/${pkgname}"
+  cp -R bin platform profiler visualvm "${pkgdir}/usr/share/${pkgname}"
 
-  install -d ${pkgdir}/etc/${pkgname}
-  cp -R etc/* ${pkgdir}/etc/${pkgname}
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/etc
+  install -d "${pkgdir}/etc/${pkgname}"
+  cp -R etc/* "${pkgdir}/etc/${pkgname}"
+  ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc"
 
-  rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
+  rm -rf 
"${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
   if [ ${CARCH} == 'i686' ]; then
-rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
-   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
+rm -rf 
"${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
+   "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
   else
-rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
-   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
+rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
+   "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
   fi
 
-  find ${pkgdir}/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) 
-delete
+  find "${pkgdir}"/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) 
-delete
 
-  install -d ${pkgdir}/usr/bin
-  ln -s /usr/share/${pkgname}/bin/visualvm ${pkgdir}/usr/bin/${pkgname}
+  install -d "${pkgdir}/usr/bin"
+  ln -s /usr/share/${pkgname}/bin/visualvm "${pkgdir}/usr/bin/${pkgname}"
 
-  install -Dm644 ${srcdir}/icon.png ${pkgdir}/usr/share/${pkgname}/icon.png
-  install -Dm644 ${srcdir}/visualvm.desktop 
${pkgdir}/usr/share/applications/visualvm.desktop
+  install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/${pkgname}/icon.png"
+  install -Dm644 "${srcdir}/visualvm.desktop" 
"${pkgdir}/usr/share/applications/visualvm.desktop"
 
-  install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
+  install -D LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
 }



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:36:52
  Author: bpiotrowski
Revision: 116383

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

Added:
  libquicktime/repos/community-staging-i686/
  libquicktime/repos/community-staging-i686/PKGBUILD
(from rev 116382, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-i686/ffmpeg2.0.patch
(from rev 116382, libquicktime/trunk/ffmpeg2.0.patch)
  libquicktime/repos/community-staging-x86_64/
  libquicktime/repos/community-staging-x86_64/PKGBUILD
(from rev 116382, libquicktime/trunk/PKGBUILD)
  libquicktime/repos/community-staging-x86_64/ffmpeg2.0.patch
(from rev 116382, libquicktime/trunk/ffmpeg2.0.patch)

--+
 community-staging-i686/PKGBUILD  |   37 +++
 community-staging-i686/ffmpeg2.0.patch   |  135 +
 community-staging-x86_64/PKGBUILD|   37 +++
 community-staging-x86_64/ffmpeg2.0.patch |  135 +
 4 files changed, 344 insertions(+)

Copied: libquicktime/repos/community-staging-i686/PKGBUILD (from rev 116382, 
libquicktime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-26 16:36:52 UTC (rev 116383)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=10
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl' 'x264')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+ffmpeg2.0.patch)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
+'a1c8415e8e7bc04c81b946b9e3746f7d5ef24819135962280c3a7ddb3f2baa2b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ffmpeg2.0.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--enable-gpl \
+--with-ffmpeg \
+--with-x264 \
+--without-doxygen
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libquicktime/repos/community-staging-i686/ffmpeg2.0.patch (from rev 
116382, libquicktime/trunk/ffmpeg2.0.patch)
===
--- community-staging-i686/ffmpeg2.0.patch  (rev 0)
+++ community-staging-i686/ffmpeg2.0.patch  2014-07-26 16:36:52 UTC (rev 
116383)
@@ -0,0 +1,135 @@
+Binary files a/plugins/ffmpeg/.lqt_ffmpeg.c.swp and 
b/plugins/ffmpeg/.lqt_ffmpeg.c.swp differ
+diff -rupN a/plugins/ffmpeg/ffmpeg.h b/plugins/ffmpeg/ffmpeg.h
+--- a/plugins/ffmpeg/ffmpeg.h  2012-02-15 20:48:30.0 +0100
 b/plugins/ffmpeg/ffmpeg.h  2013-07-15 15:05:19.307534593 +0200
+@@ -45,3 +45,7 @@ void lqt_ffmpeg_set_parameter(AVCodecCon
+ 
+ 
+ #endif
++#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
++#define CODEC_FLAG2_STRICT_GOP 0x0002
++#define CODEC_FLAG_QP_RD 0x0800
++#define CODEC_FLAG_CBP_RD 0x0400
+diff -rupN a/plugins/ffmpeg/lqt_ffmpeg.c b/plugins/ffmpeg/lqt_ffmpeg.c
+--- a/plugins/ffmpeg/lqt_ffmpeg.c  2012-02-15 20:48:30.0 +0100
 b/plugins/ffmpeg/lqt_ffmpeg.c  2013-07-15 15:19:09.730831655 +0200
+@@ -89,19 +89,8 @@ int ffmpeg_num_video_codecs = -1;
+ PARAM_QSCALE, \
+ PARAM_QCOMPRESS, \
+ PARAM_QBLUR, \
+-PARAM_QUANTIZER_NOISE_SHAPING, \
+ PARAM_TRELLIS
+ 
+-#define ENCODE_PARAM_VIDEO_QUANTIZER_IP \
+-  ENCODE_PARAM_VIDEO_QUANTIZER_I, \
+-  PARAM_I_QUANT_FACTOR, \
+-  PARAM_I_QUANT_OFFSET
+-
+-#define ENCODE_PARAM_VIDEO_QUANTIZER_IPB \
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP, \
+-  PARAM_B_QUANT_FACTOR, \
+-  PARAM_B_QUANT_OFFSET
+-
+ #define ENCODE_PARAM_VIDEO_FRAMETYPES_IP \
+   { \
+ .name =  "frame_types", \
+@@ -207,7 +196,6 @@ static lqt_parameter_info_static_t encod
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IPB,
+   PARAM_FLAG_AC_PRED_MPEG4,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IPB,
+   PARAM_FLAG_CBP_RD,
+   ENCODE_PARAM_VIDEO_ME,
+   PARAM_FLAG_GMC,
+@@ -225,7 +213,6 @@ static lqt_parameter_info_static_t encod
+ static lqt_parameter_info_static_t encode_parameters_dx50[] = {
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IP,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP,
+   ENCODE_PARAM_VIDEO_ME,
+   ENCODE_PARAM_VIDEO_ME_PRE,
+   ENCODE_PARAM_VIDEO_MASKING,
+@@ -237,7 +224,6 @@ static lqt_parameter_info_static_t encod
+ static lqt_parameter_info_static_t encode_parameters_h263[] = {
+   ENCODE_PARAM_VIDEO_FRAMETYPES_IP,
+   ENCODE_PARAM_VIDEO_RATECONTROL,
+-  ENCODE_PARAM_VIDEO_QUANTIZER_IP,
+   ENCODE_PARAM_VIDEO_ME,
+   PARAM_FLAG_4MV,
+   ENCODE_PARAM_VIDEO_ME_PRE,
+@@ -250,7 +2

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:36:46
  Author: bpiotrowski
Revision: 116382

upgpkg: libquicktime 1.2.4-10

add x264 to makedepends to reflect x264 split

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:22:33 UTC (rev 116381)
+++ PKGBUILD2014-07-26 16:36:46 UTC (rev 116382)
@@ -4,13 +4,13 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://libquicktime.sourceforge.net/";
 depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl' 'x264-dev')
+makedepends=('mesa-libgl' 'x264')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 ffmpeg2.0.patch)
 sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368'
@@ -24,11 +24,11 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
+--enable-gpl \
+--with-ffmpeg \
+--with-x264 \
+--without-doxygen
+  make
 }
 
 package() {



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:47:59
  Author: bpiotrowski
Revision: 116384

upgpkg: mythtv 1:0.27.3-2

update {make,}depends to reflect x264 split

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:36:52 UTC (rev 116383)
+++ PKGBUILD2014-07-26 16:47:59 UTC (rev 116384)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
  'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
  'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264-dev' 'gdb')
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
 optdepends=('glew: for GPU commercial flagging'
 'libcec: for consumer electronics control capabilities'
 'libxml2: to read blu-ray metadata'



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:48:09
  Author: bpiotrowski
Revision: 116385

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 116384, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 116384, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 116384, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 116384, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 116384, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 116384, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   73 +
 community-staging-i686/mythbackend.service   |   15 +
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   73 +
 community-staging-x86_64/mythbackend.service |   15 +
 community-staging-x86_64/mythtv.install  |   22 +++
 6 files changed, 220 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 116384, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-26 16:48:09 UTC (rev 116385)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27.3
+pkgrel=2
+epoch=1
+pkgdesc="A Homebrew PVR project"
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org/";
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 
'libgl'
+ 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
+ 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'libx264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+'libxml2: to read blu-ray metadata'
+'openssl: for AirTunes (RAOP) support'
+'udisks: detect changes to removable media'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+install='mythtv.install'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz";
+'mythbackend.service'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4'
+'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  ARCH="${CARCH/_/-}"
+  ./configure --prefix=/usr \
+  --cpu="$ARCH" \
+  --disable-altivec \
+  --disable-audio-jack \
+  --disable-ccache \
+  --disable-distcc \
+  --enable-libfftw3 \
+  --enable-libmp3lame \
+  --enable-libvpx \
+  --enable-libx264 \
+  --enable-vaapi \
+  --python=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -D -m644 "$srcdir/mythbackend.service" 
"$pkgdir/usr/lib/systemd/system/mythbackend.service"
+  install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql"
+
+  mkdir -p "$pkgdir/usr/share/mythtv"
+  cp -R 'contrib' "$pkgdir/usr/share/mythtv"
+  mkdir -p "$pkgdir/var/log/mythtv"
+}

Copied: mythtv/repos/community-staging-i686/mythbackend.service (from rev 
116384, mythtv/trunk/mythbackend.service)
===
--- community-staging-i686/mythbackend.service  (rev 0)
+++ community-staging-i686/mythbackend.service  2014-07-26 16:48:09 UTC (rev 
116385)
@@ -0,0 +1,15 @@
+[Unit]
+Description=MythTV Backend
+Wants=network-online.target
+After=network.target mysqld.service
+
+[Service]
+Type=simple
+Environment=HOME=/var/lib/mythtv
+User=mythtv
+ExecStart=/

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:51:22
  Author: bpiotrowski
Revision: 116388

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

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

--+
 /PKGBUILD|  106 +
 /mpv.install |   24 +++
 community-testing-i686/PKGBUILD  |   53 
 community-testing-i686/mpv.install   |   12 ---
 community-testing-x86_64/PKGBUILD|   53 
 community-testing-x86_64/mpv.install |   12 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-07-26 16:51:16 UTC (rev 116387)
+++ community-testing-i686/PKGBUILD 2014-07-26 16:51:22 UTC (rev 116388)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.4.1
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess' 'portaudio'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('24dcff8c676388227b280a463f9a05d0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-  sed -i 's/vendor-completions/site-functions/' wscript_build.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick \
---enable-zsh-comp \
---enable-libmpv-shared \
---enable-cdda \
---enable-portaudio
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir="$pkgdir"
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 116387, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-07-26 16:51:22 UTC (rev 116388)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.4.2
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+  'libguess' 'portaudio'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('b10a95e579962d8f514cd78fb9e37a2b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+  sed -i 's/vendor-completions/site-functions/' wscript_build.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-zsh-comp \
+--enable-libmpv-shared \
+--enable-cdda \
+--enable-portaudio
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir="$pkgdir"
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-testing-i686/mpv.install
===
--- community-testing-i686/mpv.install  2014-07-26 16:51:16 UTC (rev 116387)
+++ community-testing-i686/mpv.install  2014-07-26 16:51:22 UTC (rev 116388)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrad

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

2014-07-26 Thread speps
Date: Saturday, July 26, 2014 @ 18:51:16
  Author: speps
Revision: 116387

upgpkg: fox-devel 1.7.48-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:51:14 UTC (rev 116386)
+++ PKGBUILD2014-07-26 16:51:16 UTC (rev 116387)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer : speps 
 # Contributor: Dany Martineau 
 
 pkgname=fox-devel
-pkgver=1.7.46 # version 1.7.26 up breaks theme management, maybe restored in 
1.7.29
+pkgver=1.7.48 # version 1.7.26 up breaks theme management, maybe restored in 
1.7.29
 pkgrel=1
 pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 install="$pkgname.install"
 provides=("fox=$pkgver")
 source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('e30f45e4fcdc6f4ed655e41d5c4a4df2')
+md5sums=('85236df9c5fe5e992aa0cae57c418c03')
 
 build() {
   cd fox-$pkgver


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


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

2014-07-26 Thread speps
Date: Saturday, July 26, 2014 @ 18:51:30
  Author: speps
Revision: 116389

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

Added:
  fox-devel/repos/community-i686/PKGBUILD
(from rev 116388, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-i686/fox-devel.install
(from rev 116388, fox-devel/trunk/fox-devel.install)
  fox-devel/repos/community-x86_64/PKGBUILD
(from rev 116388, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-x86_64/fox-devel.install
(from rev 116388, fox-devel/trunk/fox-devel.install)
Deleted:
  fox-devel/repos/community-i686/PKGBUILD
  fox-devel/repos/community-i686/fox-devel.install
  fox-devel/repos/community-x86_64/PKGBUILD
  fox-devel/repos/community-x86_64/fox-devel.install

+
 /PKGBUILD  |  102 +++
 /fox-devel.install |   34 +++
 community-i686/PKGBUILD|   50 -
 community-i686/fox-devel.install   |   17 -
 community-x86_64/PKGBUILD  |   50 -
 community-x86_64/fox-devel.install |   17 -
 6 files changed, 136 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 16:51:22 UTC (rev 116388)
+++ community-i686/PKGBUILD 2014-07-26 16:51:30 UTC (rev 116389)
@@ -1,50 +0,0 @@
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=fox-devel
-pkgver=1.7.46 # version 1.7.26 up breaks theme management, maybe restored in 
1.7.29
-pkgrel=1
-pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
-arch=('i686' 'x86_64')
-url="http://www.fox-toolkit.org/";
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-install="$pkgname.install"
-provides=("fox=$pkgver")
-source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
-md5sums=('e30f45e4fcdc6f4ed655e41d5c4a4df2')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd fox-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # rename apps to prevent conflicts with fox
-  for _f in `find $pkgdir/usr/bin -type f`; do
-mv $_f $_f-1.7
-  done;
-  for _f in `find $pkgdir/usr/share/man -type f`; do
-mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
-  done;
-}

Copied: fox-devel/repos/community-i686/PKGBUILD (from rev 116388, 
fox-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 16:51:30 UTC (rev 116389)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=fox-devel
+pkgver=1.7.48 # version 1.7.26 up breaks theme management, maybe restored in 
1.7.29
+pkgrel=1
+pkgdesc="Free Objects for X: GUI Toolkit for C++, development version."
+arch=('i686' 'x86_64')
+url="http://www.fox-toolkit.org/";
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+install="$pkgname.install"
+provides=("fox=$pkgver")
+source=("${url/www/ftp}pub/fox-$pkgver.tar.gz")
+md5sums=('85236df9c5fe5e992aa0cae57c418c03')
+
+build() {
+  cd fox-$pkgver
+  ./configure   --prefix=/usr \
+--enable-static=no \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd fox-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 LICENSE_ADDENDUM "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # rename apps to prevent conflicts with fox
+  for _f in `find $pkgdir/usr/bin -type f`; do
+mv $_f $_f-1.7
+  done;
+  for _f in `find $pkgdir/usr/share/man -type f`; do
+mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+  done;
+}

Deleted: community-i686/fox-devel.install
===
--- community-i686/fox-devel.install2014-07-26 16:51:22 UTC (rev 116388)
+++ community-i686/fox-devel.install2014-07-26 16:51:30 UTC (rev 116389)
@@ -1,17 +0,0 @@
-post_install() {
-

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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:51:14
  Author: bpiotrowski
Revision: 116386

upgpkg: mpv 0.4.2-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:48:09 UTC (rev 116385)
+++ PKGBUILD2014-07-26 16:51:14 UTC (rev 116386)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('24dcff8c676388227b280a463f9a05d0')
+md5sums=('b10a95e579962d8f514cd78fb9e37a2b')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:52:13
  Author: bpiotrowski
Revision: 116390

upgpkg: ansible 1.6.9-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:51:30 UTC (rev 116389)
+++ PKGBUILD2014-07-26 16:52:13 UTC (rev 116390)
@@ -6,7 +6,7 @@
 # Contributor: atweiden 
 
 pkgname=ansible
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1a47ea5cf339572c46bc346dea6c27e4fe828be052f8b7c0f7cc1496dcd9d616')
+sha256sums=('1fe54105b593009390a7c601ccd8aafd693cdc5a8c6c478059a485d9a0eff409')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-26 Thread Bartłomiej Piotrowski
Date: Saturday, July 26, 2014 @ 18:52:15
  Author: bpiotrowski
Revision: 116391

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 116390, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 16:52:13 UTC (rev 116390)
+++ PKGBUILD2014-07-26 16:52:15 UTC (rev 116391)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=1.6.8
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('1a47ea5cf339572c46bc346dea6c27e4fe828be052f8b7c0f7cc1496dcd9d616')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  find "$pkgdir/usr/lib" -type f -name \*.py -exec sed -i '1s:python$:&2:' {} +
-
-  install -d "$pkgdir/usr/share/ansible"
-  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
-  install -Dm644 examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
-
-  install -Dm644 README.md "$pkgdir/usr/share/doc/ansible/README.md"
-  install -Dm644 COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
-
-  install -d "$pkgdir/usr/share/man/man1"
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir/usr/share/man/man1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 116390, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 16:52:15 UTC (rev 116391)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=1.6.9
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('1fe54105b593009390a7c601ccd8aafd693cdc5a8c6c478059a485d9a0eff409')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  find "$pkgdir/usr/lib" -type f -name \*.py -exec sed -i '1s:python$:&2:' {} +
+
+  install -d "$pkgdir/usr/share/ansible"
+  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
+  install -Dm644 examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
+
+  install -Dm644 README.md "$pkgdir/usr/share/doc/ansible/README.md"
+  install -Dm644 COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
+
+  install -d "$pkgdir/usr/share/man/man1"
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"$pkgdir/usr/share/man/man1"
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-07-26 Thread speps
Date: Saturday, July 26, 2014 @ 18:59:59
  Author: speps
Revision: 116393

upgpkg: gogglesmm 0.13.2-1

Modified:
  gogglesmm/trunk/PKGBUILD
  gogglesmm/trunk/gogglesmm.install

---+
 PKGBUILD  |   25 -
 gogglesmm.install |3 ++-
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:53:58 UTC (rev 116392)
+++ PKGBUILD2014-07-26 16:59:59 UTC (rev 116393)
@@ -3,24 +3,24 @@
 # Contributor: Sander Jansen 
 
 pkgname=gogglesmm
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="Music Manager and Player"
 arch=('i686' 'x86_64')
 url="http://gogglesmm.github.io/";
 license=('GPL3')
-install=gogglesmm.install
-depends=('fox-devel>=1.7.46' 'libogg' 'libvorbis' 'flac' 'libmad' 'faad2'
-'expat' 'opus' 'dbus-core' 'taglib>=1.9.0' 'sqlite3' 'libgcrypt'
-'glew' 'glu')
-makedepends=('pkgconfig' 'libpulse' 'alsa-lib' 'glproto' 'dri2proto' )
+depends=('fox-devel>=1.7.48' 'libmad' 'faad2' 'sqlite3'
+'libpulse' 'opus' 'dbus' 'taglib>=1.9.0' 'glew'
+'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('glproto' 'dri2proto')
+conflicts=('musicmanager')
 replaces=('musicmanager')
-conflicts=('musicmanager')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
-md5sums=('376ed9ef48ab7bfacb1b7ce88e5146ab')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz";)
+md5sums=('8d12b51eb4bf13bf6496110bee91aef3')
 
 build() {
-  cd $srcdir/gogglesmm-$pkgver
+  cd gogglesmm-$pkgver
   export RESWRAP=/usr/bin/reswrap-1.7
   ./configure --prefix=/usr
   make
@@ -27,7 +27,6 @@
 }
 
 package() {
-  cd $srcdir/gogglesmm-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install
+  cd gogglesmm-$pkgver
+  make DESTDIR="$pkgdir" install
 }

Modified: gogglesmm.install
===
--- gogglesmm.install   2014-07-26 16:53:58 UTC (rev 116392)
+++ gogglesmm.install   2014-07-26 16:59:59 UTC (rev 116393)
@@ -1,5 +1,6 @@
 post_install() {
-  which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache 
/usr/share/icons/hicolor
+  which xdg-icon-resource >/dev/null && xdg-icon-resource forceupdate --theme 
hicolor 2> /dev/null
+  which update-desktop-database >/dev/null && update-desktop-database -q
 }
 
 post_upgrade() {



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

2014-07-26 Thread speps
Date: Saturday, July 26, 2014 @ 19:00:06
  Author: speps
Revision: 116394

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

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

+
 /PKGBUILD  |   64 +++
 /gogglesmm.install |   24 +
 community-i686/PKGBUILD|   33 --
 community-i686/gogglesmm.install   |   11 --
 community-x86_64/PKGBUILD  |   33 --
 community-x86_64/gogglesmm.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 16:59:59 UTC (rev 116393)
+++ community-i686/PKGBUILD 2014-07-26 17:00:06 UTC (rev 116394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sander Jansen 
-
-pkgname=gogglesmm
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="Music Manager and Player"
-arch=('i686' 'x86_64')
-url="http://gogglesmm.github.io/";
-license=('GPL3')
-install=gogglesmm.install
-depends=('fox-devel>=1.7.46' 'libogg' 'libvorbis' 'flac' 'libmad' 'faad2'
-'expat' 'opus' 'dbus-core' 'taglib>=1.9.0' 'sqlite3' 'libgcrypt'
-'glew' 'glu')
-makedepends=('pkgconfig' 'libpulse' 'alsa-lib' 'glproto' 'dri2proto' )
-replaces=('musicmanager')
-conflicts=('musicmanager')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz)
-md5sums=('376ed9ef48ab7bfacb1b7ce88e5146ab')
-
-build() {
-  cd $srcdir/gogglesmm-$pkgver
-  export RESWRAP=/usr/bin/reswrap-1.7
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gogglesmm-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-i686/PKGBUILD (from rev 116393, 
gogglesmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 17:00:06 UTC (rev 116394)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sander Jansen 
+
+pkgname=gogglesmm
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="Music Manager and Player"
+arch=('i686' 'x86_64')
+url="http://gogglesmm.github.io/";
+license=('GPL3')
+depends=('fox-devel>=1.7.48' 'libmad' 'faad2' 'sqlite3'
+'libpulse' 'opus' 'dbus' 'taglib>=1.9.0' 'glew'
+'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('glproto' 'dri2proto')
+conflicts=('musicmanager')
+replaces=('musicmanager')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz";)
+md5sums=('8d12b51eb4bf13bf6496110bee91aef3')
+
+build() {
+  cd gogglesmm-$pkgver
+  export RESWRAP=/usr/bin/reswrap-1.7
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd gogglesmm-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gogglesmm.install
===
--- community-i686/gogglesmm.install2014-07-26 16:59:59 UTC (rev 116393)
+++ community-i686/gogglesmm.install2014-07-26 17:00:06 UTC (rev 116394)
@@ -1,11 +0,0 @@
-post_install() {
-  which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache 
/usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-i686/gogglesmm.install (from rev 116393, 
gogglesmm/trunk/gogglesmm.install)
===
--- community-i686/gogglesmm.install(rev 0)
+++ community-i686/gogglesmm.install2014-07-26 17:00:06 UTC (rev 116394)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource >/dev/null && xdg-icon-resource forceupdate --theme 
hicolor 2> /dev/null
+  which update-desktop-database >/dev/null && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-26 16:59:59 UTC (rev 116393)
+++ community-x86_64/PKGBUILD   2014-07-26 17:00:06 UTC (rev 116394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sander Jansen 
-
-pkgname=gogglesmm
-pkg

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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 19:27:51
  Author: guillaume
Revision: 218204

Fix conf for path of JDK and antialiasing

Modified:
  visualvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 16:53:19 UTC (rev 218203)
+++ PKGBUILD2014-07-26 17:27:51 UTC (rev 218204)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 # Contributor: Kristof JOZSA 
 pkgname=visualvm
-pkgver=1.3.7
+pkgver=1.3.8
 _shortver=${pkgver//\./}
 pkgrel=1
 pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
@@ -12,7 +12,7 @@
 
source=("https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip";
 'visualvm.desktop'
 'icon.png')
-sha256sums=('b8ff7762d9f8bb940bab6ec2ec890657682adf85d833e7e89e9cc4feda717b53'
+sha256sums=('05fa81e756552a42d1150d7c32ab2186f6f736244c95022b341deaefc077d899'
 'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
 '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
 
@@ -25,6 +25,11 @@
   install -d "${pkgdir}/etc/${pkgname}"
   cp -R etc/* "${pkgdir}/etc/${pkgname}"
   ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc"
+# 'visualvm' shell script cannot even set his own variable 
'visualvm_jdkhome'
+  sed -i \
+-e 's|#visualvm_jdkhome="/path/to/jdk"|visualvm_jdkhome="${JAVA_HOME}"|' \
+-e 
's|visualvm_default_options="|visualvm_default_options="-J-Dawt.useSystemAAFontSettings=on
 |' \
+  "${pkgdir}/etc/${pkgname}/visualvm.conf"
 
   rm -rf 
"${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
   if [ ${CARCH} == 'i686' ]; then



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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 19:31:20
  Author: guillaume
Revision: 218205

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

Added:
  visualvm/repos/extra-i686/PKGBUILD
(from rev 218204, visualvm/trunk/PKGBUILD)
  visualvm/repos/extra-i686/icon.png
(from rev 218204, visualvm/trunk/icon.png)
  visualvm/repos/extra-i686/visualvm.desktop
(from rev 218204, visualvm/trunk/visualvm.desktop)
  visualvm/repos/extra-x86_64/PKGBUILD
(from rev 218204, visualvm/trunk/PKGBUILD)
  visualvm/repos/extra-x86_64/icon.png
(from rev 218204, visualvm/trunk/icon.png)
  visualvm/repos/extra-x86_64/visualvm.desktop
(from rev 218204, visualvm/trunk/visualvm.desktop)
Deleted:
  visualvm/repos/extra-i686/PKGBUILD
  visualvm/repos/extra-i686/icon.png
  visualvm/repos/extra-i686/visualvm.desktop
  visualvm/repos/extra-x86_64/PKGBUILD
  visualvm/repos/extra-x86_64/icon.png
  visualvm/repos/extra-x86_64/visualvm.desktop

---+
 /PKGBUILD |  104 
 /visualvm.desktop |   16 ++
 extra-i686/PKGBUILD   |   47 --
 extra-i686/visualvm.desktop   |8 ---
 extra-x86_64/PKGBUILD |   47 --
 extra-x86_64/visualvm.desktop |8 ---
 6 files changed, 120 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-26 17:27:51 UTC (rev 218204)
+++ extra-i686/PKGBUILD 2014-07-26 17:31:20 UTC (rev 218205)
@@ -1,47 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-# Contributor: Kristof JOZSA 
-pkgname=visualvm
-pkgver=1.3.7
-_shortver=${pkgver//\./}
-pkgrel=1
-pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
-arch=('i686' 'x86_64')
-url='http://visualvm.java.net/'
-license=('custom:GPL')
-depends=('java-environment')
-source=("https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip";
-'visualvm.desktop'
-'icon.png')
-sha256sums=('b8ff7762d9f8bb940bab6ec2ec890657682adf85d833e7e89e9cc4feda717b53'
-'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
-'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
-
-package() {
-  cd ${srcdir}/${pkgname}_${_shortver}
-
-  mkdir -p ${pkgdir}/usr/share/${pkgname}
-  cp -R bin platform profiler visualvm ${pkgdir}/usr/share/${pkgname}
-
-  install -d ${pkgdir}/etc/${pkgname}
-  cp -R etc/* ${pkgdir}/etc/${pkgname}
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/etc
-
-  rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*}
-  if [ ${CARCH} == 'i686' ]; then
-rm -rf 
${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \
-   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,amd64}
-  else
-rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \
-   ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,i386}
-  fi
-
-  find ${pkgdir}/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) 
-delete
-
-  install -d ${pkgdir}/usr/bin
-  ln -s /usr/share/${pkgname}/bin/visualvm ${pkgdir}/usr/bin/${pkgname}
-
-  install -Dm644 ${srcdir}/icon.png ${pkgdir}/usr/share/${pkgname}/icon.png
-  install -Dm644 ${srcdir}/visualvm.desktop 
${pkgdir}/usr/share/applications/visualvm.desktop
-
-  install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: visualvm/repos/extra-i686/PKGBUILD (from rev 218204, 
visualvm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-26 17:31:20 UTC (rev 218205)
@@ -0,0 +1,52 @@
+# Maintainer: Guillaume ALAUX 
+# Contributor: Kristof JOZSA 
+pkgname=visualvm
+pkgver=1.3.8
+_shortver=${pkgver//\./}
+pkgrel=1
+pkgdesc='Visual tool integrating several commandline JDK tools and lightweight 
profiling capabilities'
+arch=('i686' 'x86_64')
+url='http://visualvm.java.net/'
+license=('custom:GPL')
+depends=('java-environment')
+source=("https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip";
+'visualvm.desktop'
+'icon.png')
+sha256sums=('05fa81e756552a42d1150d7c32ab2186f6f736244c95022b341deaefc077d899'
+'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441'
+'452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864')
+
+package() {
+  cd "${srcdir}/${pkgname}_${_shortver}"
+
+  mkdir -p "${pkgdir}/usr/share/${pkgname}"
+  cp -R bin platform profiler visualvm "${pkgdir}/usr/share/${pkgname}"
+
+  install -d "${pkgdir}/etc/${pkgname}"
+  cp -R etc/* "${pkgdir}/etc/${pkgname}"
+  ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc"
+# 'visualvm' shell script cannot even set his own 

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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 19:36:23
  Author: guillaume
Revision: 116395

Upstream release 20140624

Modified:
  javasqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 17:00:06 UTC (rev 116394)
+++ PKGBUILD2014-07-26 17:36:23 UTC (rev 116395)
@@ -3,7 +3,7 @@
 # Contributor: Jaroslaw Swierczynski 
 
 pkgname=javasqlite
-pkgver=20131124
+pkgver=20140624
 pkgrel=1
 pkgdesc="Java support for SQLite database engine"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('java-runtime' 'sqlite')
 makedepends=('java-environment')
 source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('681b58556ea3f565b815efb830993d11c798c93dd961f6b6e7477485591585e2')
+sha256sums=('1a018dd579ba8d95367abf1d91272fb8a130b0d73cf4b6e4d73006626321bdca')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 19:37:05
  Author: guillaume
Revision: 116396

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 17:36:23 UTC (rev 116395)
+++ community-i686/PKGBUILD 2014-07-26 17:37:05 UTC (rev 116396)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=javasqlite
-pkgver=20131124
-pkgrel=1
-pkgdesc="Java support for SQLite database engine"
-arch=('i686' 'x86_64')
-url="http://www.ch-werner.de/javasqlite/";
-license=('custom:BSD-style')
-depends=('java-runtime' 'sqlite')
-makedepends=('java-environment')
-source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('681b58556ea3f565b815efb830993d11c798c93dd961f6b6e7477485591585e2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m 644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: javasqlite/repos/community-i686/PKGBUILD (from rev 116395, 
javasqlite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 17:37:05 UTC (rev 116396)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=javasqlite
+pkgver=20140624
+pkgrel=1
+pkgdesc="Java support for SQLite database engine"
+arch=('i686' 'x86_64')
+url="http://www.ch-werner.de/javasqlite/";
+license=('custom:BSD-style')
+depends=('java-runtime' 'sqlite')
+makedepends=('java-environment')
+source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1a018dd579ba8d95367abf1d91272fb8a130b0d73cf4b6e4d73006626321bdca')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m 644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-26 17:36:23 UTC (rev 116395)
+++ community-x86_64/PKGBUILD   2014-07-26 17:37:05 UTC (rev 116396)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=javasqlite
-pkgver=20131124
-pkgrel=1
-pkgdesc="Java support for SQLite database engine"
-arch=('i686' 'x86_64')
-url="http://www.ch-werner.de/javasqlite/";
-license=('custom:BSD-style')
-depends=('java-runtime' 'sqlite')
-makedepends=('java-environment')
-source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('681b58556ea3f565b815efb830993d11c798c93dd961f6b6e7477485591585e2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -D -m 644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: javasqlite/repos/community-x86_64/PKGBUILD (from rev 116395, 
javasqlite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-26 17:37:05 UTC (rev 116396)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=javasqlite
+pkgver=20140624
+pkgrel=1
+pkgdesc="Java support for SQLite database engine"
+arch=('i686' 'x86_64')
+url="http://www.ch-werner.de/javasqlite/";
+license=('custom:BSD-style')
+depends=('java-runtime' 'sqlite')
+makedepends=('java-environment')
+source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1a018dd579ba8d95367abf1d91272fb8a130b0d73cf4b6e4d73006626321bdca')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -D -m 644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 19:45:00
  Author: fyan
Revision: 116397

addpkg: shutter 0.91-2

Added:
  shutter/
  shutter/repos/
  shutter/trunk/
  shutter/trunk/PKGBUILD

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

Added: shutter/trunk/PKGBUILD
===
--- shutter/trunk/PKGBUILD  (rev 0)
+++ shutter/trunk/PKGBUILD  2014-07-26 17:45:00 UTC (rev 116397)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Caleb Maclennan 
+# Contributor: Shanto 
+# Contributor: Athurg 
+# Contributor: TDY 
+
+pkgname=shutter
+pkgver=0.91
+pkgrel=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('i686' 'x86_64')
+url="http://shutter-project.org/";
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+ perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+ perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+ 
perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+ perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: "Send To" functionality in right-click and main 
menu'
+'gnome-web-photo: Support for capturing websites')
+   #'perl-gtk2-appindicator: AppIndicator support')
+source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz";)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
+  -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
+  -i bin/shutter
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  cp -a share "$pkgdir/usr/"
+}
+
+md5sums=('9775b904dd4e75b87f5e51bb861c74ad')


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


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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 19:46:00
  Author: fyan
Revision: 116398

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

Added:
  shutter/repos/community-i686/
  shutter/repos/community-i686/PKGBUILD
(from rev 116397, shutter/trunk/PKGBUILD)
  shutter/repos/community-x86_64/
  shutter/repos/community-x86_64/PKGBUILD
(from rev 116397, shutter/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: shutter/repos/community-i686/PKGBUILD (from rev 116397, 
shutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 17:46:00 UTC (rev 116398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Caleb Maclennan 
+# Contributor: Shanto 
+# Contributor: Athurg 
+# Contributor: TDY 
+
+pkgname=shutter
+pkgver=0.91
+pkgrel=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('i686' 'x86_64')
+url="http://shutter-project.org/";
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+ perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+ perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+ 
perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+ perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: "Send To" functionality in right-click and main 
menu'
+'gnome-web-photo: Support for capturing websites')
+   #'perl-gtk2-appindicator: AppIndicator support')
+source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz";)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
+  -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
+  -i bin/shutter
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  cp -a share "$pkgdir/usr/"
+}
+
+md5sums=('9775b904dd4e75b87f5e51bb861c74ad')

Copied: shutter/repos/community-x86_64/PKGBUILD (from rev 116397, 
shutter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-26 17:46:00 UTC (rev 116398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Caleb Maclennan 
+# Contributor: Shanto 
+# Contributor: Athurg 
+# Contributor: TDY 
+
+pkgname=shutter
+pkgver=0.91
+pkgrel=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('i686' 'x86_64')
+url="http://shutter-project.org/";
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+ perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+ perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+ 
perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+ perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: "Send To" functionality in right-click and main 
menu'
+'gnome-web-photo: Support for capturing websites')
+   #'perl-gtk2-appindicator: AppIndicator support')
+source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz";)
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
+  -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
+  -i bin/shutter
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  cp -a share "$pkgdir/usr/"
+}
+
+md5sums=('9775b904dd4e75b87f5e51bb861c74ad')



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

2014-07-26 Thread Sergej Pupykin
Date: Saturday, July 26, 2014 @ 20:52:56
  Author: spupykin
Revision: 116400

archrelease: copy trunk to community-x86_64

Added:
  leafnode/repos/community-x86_64/PKGBUILD
(from rev 116399, leafnode/trunk/PKGBUILD)
  leafnode/repos/community-x86_64/leafnode.install
(from rev 116399, leafnode/trunk/leafnode.install)
  leafnode/repos/community-x86_64/leafnode.xinetd
(from rev 116399, leafnode/trunk/leafnode.xinetd)
Deleted:
  leafnode/repos/community-x86_64/PKGBUILD
  leafnode/repos/community-x86_64/leafnode.install
  leafnode/repos/community-x86_64/leafnode.xinetd

--+
 PKGBUILD |   68 ++---
 leafnode.install |   28 ++---
 leafnode.xinetd  |   36 ++--
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 18:52:46 UTC (rev 116399)
+++ PKGBUILD2014-07-26 18:52:56 UTC (rev 116400)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=leafnode
-pkgver=1.11.8
-pkgrel=6
-pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 
and IPv6"
-arch=('i686' 'x86_64')
-url="http://leafnode.sourceforge.net/";
-depends=('pcre' 'xinetd')
-license=('GPL')
-install=leafnode.install
-options=(!emptydirs)
-backup=('etc/xinetd.d/leafnode')
-source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-   leafnode.xinetd)
-md5sums=('a3edafeb854efaa3fbb0f7951d02160f'
- '08cd0a81d6efe0803b5d0747ab31903f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc/leafnode 
--sbindir=/usr/bin \
-   --with-user=9 \
-   --with-group=13
-  sed -i 's|#define NEWS_USER .*|#define NEWS_USER "news"|' config.h
-  sed -i 's|#define NEWS_GROUP .*|#define NEWS_GROUP "news"|' config.h
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir
-  install -D -m0644 $srcdir/leafnode.xinetd $pkgdir/etc/xinetd.d/leafnode
-}

Copied: leafnode/repos/community-x86_64/PKGBUILD (from rev 116399, 
leafnode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 18:52:56 UTC (rev 116400)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=leafnode
+pkgver=1.11.10
+pkgrel=1
+pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 
and IPv6"
+arch=('i686' 'x86_64')
+url="http://leafnode.sourceforge.net/";
+depends=('pcre' 'xinetd')
+license=('GPL')
+install=leafnode.install
+options=(!emptydirs)
+backup=('etc/xinetd.d/leafnode')
+source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+   leafnode.xinetd)
+md5sums=('df12ebcfbac6bbcef1822920ec1148cc'
+ '08cd0a81d6efe0803b5d0747ab31903f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc/leafnode 
--sbindir=/usr/bin \
+   --with-user=9 \
+   --with-group=13
+  sed -i 's|#define NEWS_USER .*|#define NEWS_USER "news"|' config.h
+  sed -i 's|#define NEWS_GROUP .*|#define NEWS_GROUP "news"|' config.h
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir
+  install -D -m0644 $srcdir/leafnode.xinetd $pkgdir/etc/xinetd.d/leafnode
+}

Deleted: leafnode.install
===
--- leafnode.install2014-07-26 18:52:46 UTC (rev 116399)
+++ leafnode.install2014-07-26 18:52:56 UTC (rev 116400)
@@ -1,14 +0,0 @@
-post_install() {
-  echo "-- Adding user 'news' and group 'news', chowning /var/spool/news"
-  grep -e "^news:"; etc/group 2>&- >&- || groupadd -g 13 -r news 2>&- >&-
-  grep -e "^news:"; etc/passwd 2>&- >&- || useradd -u 9 -r -m -g news news 2>&- 
>&-
-  chown -R root:news etc/leafnode
-  # create dir if necessary
-  if [ ! -d var/spool/news ]; then
-install -d -m 770 -o news -g news var/spool/news
-  fi
-}
-
-post_remove() {
-  echo "-- Don't forget to remove /var/spool/news directory"
-}

Copied: leafnode/repos/community-x86_64/leafnode.install (from rev 116399, 
leafnode/trunk/leafnode.install)
===
--- leafnode.install(rev 0)
+++ leafnode.install2014-07-26 18:52:56 UTC (rev 116400)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "-- Adding user 'news' and group 'news', chowning /var/spool/news"
+  grep -e "^news:"; etc/group 2>&- >&- || groupadd -g 13 -r news 2>&- >&-
+  grep -e "^news:"; etc/passwd 2>&- >&- || useradd -u 9 -r -m -g news news 2>&- 
>&-
+  chown -R root:news etc/leafnode
+  # create dir if necessary
+  if [ ! -d var/spool/news ]; then
+install -d -m 770 -o news -g news var/spool/news
+  fi
+}
+
+post_remove() {
+  echo

[arch-commits] Commit in dictd/repos/community-x86_64 (16 files)

2014-07-26 Thread Sergej Pupykin
Date: Saturday, July 26, 2014 @ 20:52:46
  Author: spupykin
Revision: 116399

archrelease: copy trunk to community-x86_64

Added:
  dictd/repos/community-x86_64/PKGBUILD
(from rev 116398, dictd/trunk/PKGBUILD)
  dictd/repos/community-x86_64/colorit.conf
(from rev 116398, dictd/trunk/colorit.conf)
  dictd/repos/community-x86_64/dict.conf
(from rev 116398, dictd/trunk/dict.conf)
  dictd/repos/community-x86_64/dictd.conf
(from rev 116398, dictd/trunk/dictd.conf)
  dictd/repos/community-x86_64/dictd.confd
(from rev 116398, dictd/trunk/dictd.confd)
  dictd/repos/community-x86_64/dictd.service
(from rev 116398, dictd/trunk/dictd.service)
  dictd/repos/community-x86_64/dictd.xinetd
(from rev 116398, dictd/trunk/dictd.xinetd)
  dictd/repos/community-x86_64/site.info
(from rev 116398, dictd/trunk/site.info)
Deleted:
  dictd/repos/community-x86_64/PKGBUILD
  dictd/repos/community-x86_64/colorit.conf
  dictd/repos/community-x86_64/dict.conf
  dictd/repos/community-x86_64/dictd.conf
  dictd/repos/community-x86_64/dictd.confd
  dictd/repos/community-x86_64/dictd.service
  dictd/repos/community-x86_64/dictd.xinetd
  dictd/repos/community-x86_64/site.info

---+
 PKGBUILD  |  113 
 colorit.conf  |   64 +++
 dict.conf |   12 ++---
 dictd.conf|   50 
 dictd.confd   |   14 +++---
 dictd.service |   22 +-
 dictd.xinetd  |   24 +--
 site.info |   12 ++---
 8 files changed, 157 insertions(+), 154 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 17:46:00 UTC (rev 116398)
+++ PKGBUILD2014-07-26 18:52:46 UTC (rev 116399)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: SmackleFunky 
-# Contributor: Enrico Morelli 
-
-pkgname=dictd
-pkgver=1.12.1
-pkgrel=3
-pkgdesc="Online dictionary client and server"
-url="http://sourceforge.net/projects/dict/";
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sh' 'zlib' 'libmaa')
-makedepends=('flex')
-backup=(etc/dict/dictd.conf
-   etc/dict/dict.conf
-   etc/dict/site.info
-   etc/conf.d/dictd
-   etc/xinetd.d/dictd
-   etc/dict/colorit.conf)
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz";
-   dict.conf
-   dictd.conf
-   dictd.confd
-   dictd.service
-   site.info
-   dictd.xinetd
-   colorit.conf)
-md5sums=('62696491174c22079f664830d07c0623'
- 'fb72f7d8c55f84b1b37bbc8d33a8e55a'
- '64cd6ffdb40fb3367224f91ac44926ac'
- '838887fee38ae4cebd652d399b1f2266'
- 'd94fa6c43514c158c80e85f856c65365'
- 'b8cabf913876e544d919c7f20ff8db9e'
- 'bd3fd3f68625bad0c23754686ae2e99c'
- '978c9c079a0fc8d7d42a4cd4000190e7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --enable-dictorg --prefix=/usr --sysconfdir=/etc/dict 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m 0644 $srcdir/dictd.xinetd $pkgdir/etc/xinetd.d/dictd
-  install -D -m 0644 $srcdir/dictd.conf $pkgdir/etc/dict/dictd.conf
-  install -D -m 0644 $srcdir/dict.conf $pkgdir/etc/dict/dict.conf
-  install -D -m 0644 $srcdir/site.info $pkgdir/etc/dict/site.info
-  install -D -m 0644 $srcdir/dictd.confd $pkgdir/etc/conf.d/dictd
-  install -D -m 0644 $srcdir/colorit.conf $pkgdir/etc/dict/colorit.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: dictd/repos/community-x86_64/PKGBUILD (from rev 116398, 
dictd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 18:52:46 UTC (rev 116399)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: SmackleFunky 
+# Contributor: Enrico Morelli 
+
+pkgname=dictd
+pkgver=1.12.1
+pkgrel=4
+pkgdesc="Online dictionary client and server"
+url="http://sourceforge.net/projects/dict/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sh' 'zlib' 'libmaa')
+makedepends=('flex')
+backup=(etc/dict/dictd.conf
+   etc/dict/dict.conf
+   etc/dict/site.info
+   etc/conf.d/dictd
+   etc/xinetd.d/dictd
+   etc/dict/colorit.conf)
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz";
+   dict.conf
+   dictd.conf
+   dictd.confd
+   dictd.service
+   site.info
+   dictd.xinetd
+   colorit.conf)
+md5sums=('62696491174c22079f664830d07c0623'
+ 'fb72f7d8c55f84b1b37bbc8d33a8e55a'
+ '64cd6ffdb40fb3367224f91ac44926ac'
+ '838887fee38ae4cebd652d399b1f2266'
+ 'd94fa6c43514c158c80e85f856c65365'
+ 'b8cabf913876e544d919c7f20ff8db9e'
+ 'bd3fd3f68625bad0c23754686ae2e99c'
+ '978c9c079a0fc8d7d42a4cd40001

[arch-commits] Commit in mingw-w64-gcc/repos/community-x86_64 (6 files)

2014-07-26 Thread Sergej Pupykin
Date: Saturday, July 26, 2014 @ 20:53:08
  Author: spupykin
Revision: 116401

archrelease: copy trunk to community-x86_64

Added:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
(from rev 116400, mingw-w64-gcc/trunk/PKGBUILD)
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
(from rev 116400, 
mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch)
  mingw-w64-gcc/repos/community-x86_64/isl.patch
(from rev 116400, mingw-w64-gcc/trunk/isl.patch)
Deleted:
  mingw-w64-gcc/repos/community-x86_64/PKGBUILD
  
mingw-w64-gcc/repos/community-x86_64/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/repos/community-x86_64/isl.patch

--+
 PKGBUILD |  164 -
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   48 ++--
 isl.patch|  152 +++
 3 files changed, 182 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-26 18:52:56 UTC (rev 116400)
+++ PKGBUILD2014-07-26 18:53:08 UTC (rev 116401)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-gcc
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
-arch=('i686' 'x86_64')
-url="http://gcc.gnu.org";
-license=('GPL' 'LGPL' 'FDL' 'custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-depends=('zlib' 'libmpc' 'cloog'
-'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
-'mingw-w64-headers' 'mingw-w64-headers-bootstrap')
-makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base')
-#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
-optdepends=()
-provides=('mingw-w64-gcc-base')
-conflicts=('mingw-w64-gcc-base')
-replaces=()
-backup=()
-options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2";
-'gcc-make-xmmintrin-header-cplusplus-compatible.patch'
-'isl.patch')
-md5sums=('fddf71348546af523353bd43d34919c1'
- 'da6c9ba6baebe1286f3219d4181cdbb8'
- 'd99c0a484178b890526d180de1c6e8f8')
-
-prepare() {
-  cd ${srcdir}/gcc-${pkgver}
-
-  #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern "C" part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-  patch -p1 <$srcdir/isl.patch
-}
-
-build() {
-  for _target in ${_targets}; do
-mkdir -p ${srcdir}/gcc-build-${_target} && cd 
${srcdir}/gcc-build-${_target}
-
-${srcdir}/gcc-${pkgver}/configure --prefix=/usr --libexecdir=/usr/lib \
---target=${_target} \
---enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
---enable-shared --enable-static \
---enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
---with-system-zlib --enable-cloog-backend=isl \
---disable-cloog-version-check --disable-isl-version-check \
---enable-lto --disable-dw2-exceptions --enable-libgomp \
---disable-multilib --enable-checking=release
-make all
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-cd ${srcdir}/gcc-build-${_target}
-make DESTDIR=${pkgdir} install
-${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
-strip ${pkgdir}/usr/bin/${_target}-*
-strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
-ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
-# mv dlls
-mkdir -p $pkgdir/usr/${_target}/bin/
-mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
-  done
-  strip ${pkgdir}/usr/bin/*
-  # remove unnecessary files
-  rm -r ${pkgdir}/usr/share
-}

Copied: mingw-w64-gcc/repos/community-x86_64/PKGBUILD (from rev 116400, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-26 18:53:08 UTC (rev 116401)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw

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

2014-07-26 Thread Sergej Pupykin
Date: Saturday, July 26, 2014 @ 20:53:54
  Author: spupykin
Revision: 116402

upgpkg: t1utils 1.38-1

upd

Modified:
  t1utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 18:53:08 UTC (rev 116401)
+++ PKGBUILD2014-07-26 18:53:54 UTC (rev 116402)
@@ -3,7 +3,7 @@
 # Maintainer: Simo Leone 
 
 pkgname=t1utils
-pkgver=1.37
+pkgver=1.38
 pkgrel=1
 pkgdesc="A collection of simple Type 1 font manipulation programs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz";
LICENSE)
-md5sums=('dcff07df0b334c06d1808530956a634e'
+md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
  '5a1334c824d21f0314c831f9fd19a587')
 
 build() {



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

2014-07-26 Thread Sergej Pupykin
Date: Saturday, July 26, 2014 @ 20:54:06
  Author: spupykin
Revision: 116403

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

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

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   56 
 community-i686/LICENSE|   22 -
 community-i686/PKGBUILD   |   28 --
 community-x86_64/LICENSE  |   22 -
 community-x86_64/PKGBUILD |   28 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-07-26 18:53:54 UTC (rev 116402)
+++ community-i686/LICENSE  2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,22 +0,0 @@
-The README file includes the following notices:
-
-   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
-   same redistribution copyright as I. Lee Hetherington's. See below
-   for I. Lee Hetherington's original README from 1992, updated
-   slightly for today's t1utils.
-
-   Eddie Kohler
-   eddie...@lcs.mit.edu
-
-   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
-
-   Permission is hereby granted to use, modify, and distribute this
-   program for any purpose provided this copyright notice and the one
-   below remain intact.
-
-   Note that these tools should not be used to illegally copy type-1
-   font programs.  Typeface design is an intricate art that should be
-   rewarded.
-
-   I. Lee Hetherington
-   i...@lcs.mit.edu

Copied: t1utils/repos/community-i686/LICENSE (from rev 116402, 
t1utils/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddie...@lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   i...@lcs.mit.edu

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 18:53:54 UTC (rev 116402)
+++ community-i686/PKGBUILD 2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Simo Leone 
-
-pkgname=t1utils
-pkgver=1.37
-pkgrel=1
-pkgdesc="A collection of simple Type 1 font manipulation programs"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/~eddietwo/type/#t1utils";
-license=("custom")
-depends=('glibc')
-source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz";
-   LICENSE)
-md5sums=('dcff07df0b334c06d1808530956a634e'
- '5a1334c824d21f0314c831f9fd19a587')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: t1utils/repos/community-i686/PKGBUILD (from rev 116402, 
t1utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Simo Leone 
+
+pkgname=t1utils
+pkgver=1.38
+pkgrel=1
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('i686' 'x86_64')
+url="http://www.lcdf.org/~eddietwo/type/#t1utils";
+license=("custom")
+depends=('glibc')
+source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz";
+   LICENSE)
+md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
+ '5a1334c824d21f0314c831f9fd19a587')
+
+build() {
+ 

[arch-commits] Commit in (11 files)

2014-07-26 Thread Guillaume Alaux
Date: Saturday, July 26, 2014 @ 21:16:45
  Author: guillaume
Revision: 218206

First version of Java common files

Added:
  java-common/
  java-common/repos/
  java-common/trunk/
  java-common/trunk/PKGBUILD
  java-common/trunk/bin_archlinux-java
  java-common/trunk/bin_java-common-wrapper
  java-common/trunk/install_java-common.sh
  java-common/trunk/profile_jre.csh
  java-common/trunk/profile_jre.sh
  java-common/trunk/test_archlinux-java
Modified:
  java-meta/trunk/PKGBUILD

---+
 java-common/trunk/PKGBUILD|   41 +++
 java-common/trunk/bin_archlinux-java  |  195 ++
 java-common/trunk/bin_java-common-wrapper |2 
 java-common/trunk/install_java-common.sh  |9 
 java-common/trunk/profile_jre.csh |4 
 java-common/trunk/profile_jre.sh  |4 
 java-common/trunk/test_archlinux-java |  300 
 java-meta/trunk/PKGBUILD  |2 
 8 files changed, 557 insertions(+)

Added: java-common/trunk/PKGBUILD
===
--- java-common/trunk/PKGBUILD  (rev 0)
+++ java-common/trunk/PKGBUILD  2014-07-26 19:16:45 UTC (rev 218206)
@@ -0,0 +1,41 @@
+# Maintainer: Guillaume ALAUX 
+pkgname=java-common
+pkgver=1
+pkgrel=1
+pkgdesc='Common files for Java Environments'
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+checkdepends=('wget')
+backup=(etc/profile.d/jre.sh
+etc/profile.d/jre.csh)
+# TODO remove after a while
+replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+install=install_java-common.sh
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+test_archlinux-java
+bin_java-common-wrapper
+https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
+
+sha256sums=('9f0032e47705ce55a615ab3b942720b8447f490d1ff430b214038b81c3019ac2'
+'8dbafa311f34d23c5bbef71fa942b97b224ebeb330b36195f22a1836285bbb83'
+'d54f54e79ee8104783a12fa7e55f9826f80c26142b1d89a34ffe2529ed78d962'
+'90c1ca2f32aedf684048e1c072e03eff6b919a10b9b0e83b182186e7572d11c6'
+'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
+'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
+
+check() {
+  cd "${srcdir}"
+  ./test_archlinux-java
+}
+
+build() {
+  cd "${srcdir}"
+
+  install -D -m 644 profile_jre.sh  "${pkgdir}/etc/profile.d/jre.sh"
+  install -D -m 644 profile_jre.csh "${pkgdir}/etc/profile.d/jre.csh"
+  install -D -m 755 bin_java-common-wrapper 
"${pkgdir}/usr/share/java-common-wrapper"
+  install -D -m 755 bin_archlinux-java "${pkgdir}/usr/bin/archlinux-java"
+}


Property changes on: java-common/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-common/trunk/bin_archlinux-java
===
--- java-common/trunk/bin_archlinux-java(rev 0)
+++ java-common/trunk/bin_archlinux-java2014-07-26 19:16:45 UTC (rev 
218206)
@@ -0,0 +1,195 @@
+#! /bin/bash
+
+# Arch Linux helper script to set/unset/check/fix the enabled Java environment
+# This program may be freely redistributed under the terms of the GNU General 
Public License
+#
+# Author: Guillaume ALAUX 
+
+JVM_DIR=/usr/lib/jvm
+DEFAULT_NAME=java-default-runtime
+DEFAULT_PATH=${JVM_DIR}/${DEFAULT_NAME}
+BIN_PATH=/usr/bin
+WRAPPER_PATH=/usr/share/java-common-wrapper
+
+
+# Utility functions
+
+check_root() {
+  if [ $(id -u) -ne 0 ]; then
+echo 'This script must be run as root'
+exit 1
+  fi
+}
+
+# $1: parameter count given to this script for this option
+# $2: expected parameter count for this option
+check_param_count() {
+  if [ $1 -ne $2 ]; then
+echo 'Wrong parameter count'
+exit 2
+  fi
+}
+
+# Second level functions
+
+get_default_java() {
+  path=$(readlink -e ${DEFAULT_PATH})
+  echo ${path/${JVM_DIR}\/}
+}
+
+get_installed_javas() {
+  if [ -d ${JVM_DIR} ]; then
+for dir in $(find ${JVM_DIR} -mindepth 1 -maxdepth 1 -type d | sort); do
+  if [ -x ${dir}/bin/javac ]; then
+javas+=(${dir/${JVM_DIR}\/})
+  else
+if [ -x ${dir}/jre/bin/java ]; then
+javas+=(${dir/${JVM_DIR}\/}/jre)
+fi
+  fi
+done
+  fi
+  echo ${javas[@]}
+}
+
+# $1: Java environment name to test. MUST NOT BE "${DEFAULT_NAME}"
+is_java_valid() {
+  test "x$1" != "x${DEFAULT_NAME}" && test -x ${JVM_DIR}/$1/bin/java
+}
+
+set_bin_links() {
+  find -L ${BIN_PATH} -samefile ${WRAPPER_PATH} \
+| while read lpath; do
+  if [ ! -x "${DEFAULT_PATH}/bin/$(basename ${lpath})" ]; then
+unlink ${lpath} 2>/dev/null
+  fi
+done
+
+  find ${DEFAULT_PATH}/bin ! -type d -perm /a=x \
+| while read bpath; do
+  ln -sf ${WRAPPER_PATH} ${BIN_PATH}

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

2014-07-26 Thread Anatol Pomozov
Date: Saturday, July 26, 2014 @ 21:16:47
  Author: anatolik
Revision: 218207

Rename lzo2 to lzo. The legacy lzo (version 1) was removed a while ago.

Added:
  lzo/
Modified:
  lzo/trunk/PKGBUILD
Deleted:
  lzo2/

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

Modified: lzo/trunk/PKGBUILD
===
--- lzo2/trunk/PKGBUILD 2014-07-26 17:31:20 UTC (rev 218205)
+++ lzo/trunk/PKGBUILD  2014-07-26 19:16:47 UTC (rev 218207)
@@ -1,14 +1,17 @@
 # $Id$
 # Contributor: Low Kian Seong 
 # Maintainer: dorphell 
-pkgname=lzo2
+pkgname=lzo
 pkgver=2.08
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable lossless data compression library"
 arch=('i686' 'x86_64')
 url="http://www.oberhumer.com/opensource/lzo";
 license=('GPL')
 depends=('glibc')
+provides=('lzo2')
+replaces=('lzo2')
+conflicts=('lzo2')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
 md5sums=('fcec64c26a0f4f4901468f360029678f')
 



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

2014-07-26 Thread Anatol Pomozov
Date: Saturday, July 26, 2014 @ 21:18:22
  Author: anatolik
Revision: 218208

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

Added:
  lzo/repos/testing-i686/
  lzo/repos/testing-i686/PKGBUILD
(from rev 218207, lzo/trunk/PKGBUILD)
  lzo/repos/testing-x86_64/
  lzo/repos/testing-x86_64/PKGBUILD
(from rev 218207, lzo/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: lzo/repos/testing-i686/PKGBUILD (from rev 218207, lzo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-26 19:18:22 UTC (rev 218208)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Low Kian Seong 
+# Maintainer: dorphell 
+pkgname=lzo
+pkgver=2.08
+pkgrel=2
+pkgdesc="Portable lossless data compression library"
+arch=('i686' 'x86_64')
+url="http://www.oberhumer.com/opensource/lzo";
+license=('GPL')
+depends=('glibc')
+provides=('lzo2')
+replaces=('lzo2')
+conflicts=('lzo2')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd "${srcdir}/lzo-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Copied: lzo/repos/testing-x86_64/PKGBUILD (from rev 218207, lzo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-07-26 19:18:22 UTC (rev 218208)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Low Kian Seong 
+# Maintainer: dorphell 
+pkgname=lzo
+pkgver=2.08
+pkgrel=2
+pkgdesc="Portable lossless data compression library"
+arch=('i686' 'x86_64')
+url="http://www.oberhumer.com/opensource/lzo";
+license=('GPL')
+depends=('glibc')
+provides=('lzo2')
+replaces=('lzo2')
+conflicts=('lzo2')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd "${srcdir}/lzo-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd "${srcdir}/lzo-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}



[arch-commits] Commit in util-linux/repos/testing-x86_64 (12 files)

2014-07-26 Thread Dave Reisner
Date: Sunday, July 27, 2014 @ 02:48:51
  Author: dreisner
Revision: 218210

archrelease: copy trunk to testing-x86_64

Added:
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 218209, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 218209, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 218209, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 218209, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 218209, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 218209, util-linux/trunk/uuidd.tmpfiles)
Deleted:
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/util-linux.install
  util-linux/repos/testing-x86_64/uuidd.tmpfiles

+
 PKGBUILD   |  190 +--
 pam-common |   12 +--
 pam-login  |   14 +--
 pam-su |   18 ++--
 util-linux.install |   42 +--
 uuidd.tmpfiles |2 
 6 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-27 00:48:24 UTC (rev 218209)
+++ PKGBUILD2014-07-27 00:48:51 UTC (rev 218210)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Dave Reisner 
-# Contributor: judd 
-
-pkgbase=util-linux
-pkgname=(util-linux libutil-linux)
-pkgver=2.25
-pkgrel=1
-pkgdesc="Miscellaneous system utilities for Linux"
-url="http://www.kernel.org/pub/linux/utils/util-linux/";
-arch=('i686' 'x86_64')
-makedepends=('systemd' 'python')
-license=('GPL2')
-options=('strip' 'debug')
-source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz";
-uuidd.tmpfiles
-pam-login
-pam-common
-pam-su)
-md5sums=('4c78fdef4cb882caafad61e33cafbc14'
- 'a39554bfd65cccfd8254bb46922f4a67'
- '4368b3f98abd8a32662e094c54e7f9b1'
- 'a31374fef2cba0ca34dfc7078e2969e4'
- 'fa85e5cce5d723275b14365ba71a8aad')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --bindir=/usr/bin \
-  --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin \
-  --enable-raw \
-  --enable-vipw \
-  --enable-newgrp \
-  --enable-chfn-chsh \
-  --enable-write \
-  --enable-mesg \
-  --enable-socket-activation \
-  --with-python=3
-
-  make
-}
-
-package_util-linux() {
-  conflicts=('util-linux-ng' 'eject')
-  provides=("util-linux-ng=$pkgver" 'eject')
-  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
-  optdepends=('python: python bindings to libmount')
-  install=util-linux.install
-  groups=('base' 'base-devel')
-  backup=(etc/pam.d/chfn
-  etc/pam.d/chsh
-  etc/pam.d/login
-  etc/pam.d/su
-  etc/pam.d/su-l)
-
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # setuid chfn and chsh
-  chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
-
-  # install PAM files for login-utils
-  install -Dm644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chfn"
-  install -m644 "$srcdir/pam-common" "$pkgdir/etc/pam.d/chsh"
-  install -m644 "$srcdir/pam-login" "$pkgdir/etc/pam.d/login"
-  install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su"
-  install -m644 "$srcdir/pam-su" "${pkgdir}/etc/pam.d/su-l"
-
-  # include tmpfiles fragment for uuidd
-  # TODO(dreisner): offer this upstream?
-  install -Dm644 "$srcdir/uuidd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/uuidd.conf"
-
-  # usrmove
-  cd "$pkgdir"
-  mv {,usr/}sbin/* usr/bin
-  rmdir sbin usr/sbin
-
-  ### create libutil-linux split
-  rm -rf "$srcdir/_libutil-linux"
-  install -dm755 "$srcdir"/_libutil-linux/usr/lib
-  cd "$srcdir"/_libutil-linux
-  mv "$pkgdir"/usr/lib/lib*.{a,so}* usr/lib
-}
-
-package_libutil-linux() {
-  pkgdesc="util-linux runtime libraries"
-  provides=('libblkid.so' 'libmount.so' 'libsmartcols.so' 'libuuid.so')
-
-  mv "$srcdir/_libutil-linux"/* "$pkgdir"
-}

Copied: util-linux/repos/testing-x86_64/PKGBUILD (from rev 218209, 
util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-27 00:48:51 UTC (rev 218210)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Dave Reisner 
+# Contributor: judd 
+
+pkgbase=util-linux
+pkgname=(util-linux libutil-linux)
+pkgver=2.25
+pkgrel=2
+pkgdesc="Miscellaneous system utilities for Linux"
+url="http://www.kernel.org/pub/linux/utils/util-linux/";
+arch=('i686' 'x86_64')
+makedepends=('systemd' 'python')

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

2014-07-26 Thread Dave Reisner
Date: Sunday, July 27, 2014 @ 02:48:24
  Author: dreisner
Revision: 218209

upgpkg: util-linux 2.25-2

- rebuild to fix provides (FS#41355)

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 19:18:22 UTC (rev 218208)
+++ PKGBUILD2014-07-27 00:48:24 UTC (rev 218209)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 pkgver=2.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://www.kernel.org/pub/linux/utils/util-linux/";
 arch=('i686' 'x86_64')



[arch-commits] Commit in perl-cwd-guard/repos (community-any community-any/PKGBUILD)

2014-07-26 Thread Felix Yan
Date: Sunday, July 27, 2014 @ 05:36:39
  Author: fyan
Revision: 116405

archrelease: copy trunk to community-any

Added:
  perl-cwd-guard/repos/community-any/
  perl-cwd-guard/repos/community-any/PKGBUILD
(from rev 116404, perl-cwd-guard/trunk/PKGBUILD)

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

Copied: perl-cwd-guard/repos/community-any/PKGBUILD (from rev 116404, 
perl-cwd-guard/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-07-27 03:36:39 UTC (rev 116405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: François Charette 
+
+pkgname=perl-cwd-guard
+pkgver=0.04
+pkgrel=1
+pkgdesc="Temporary changing working directory (chdir)"
+arch=('any')
+url="http://search.cpan.org/dist/Cwd-Guard/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KA/KAZEBURO/Cwd-Guard-$pkgver.tar.gz";)
+md5sums=('26d12d3e4313943c7754afeec0f6462c')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  /usr/bin/perl Build.PL
+  ./Build
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  ./Build test
+}
+
+package() {
+  export PERL_AUTOINSTALL=--skipdeps   \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'"
+
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  ./Build install
+}



[arch-commits] Commit in (4 files)

2014-07-26 Thread Felix Yan
Date: Sunday, July 27, 2014 @ 05:36:18
  Author: fyan
Revision: 116404

addpkg: perl-cwd-guard 0.04-1

as new dependency of perl-module-build-xsutil 0.10-1

Added:
  perl-cwd-guard/
  perl-cwd-guard/repos/
  perl-cwd-guard/trunk/
  perl-cwd-guard/trunk/PKGBUILD

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

Added: perl-cwd-guard/trunk/PKGBUILD
===
--- perl-cwd-guard/trunk/PKGBUILD   (rev 0)
+++ perl-cwd-guard/trunk/PKGBUILD   2014-07-27 03:36:18 UTC (rev 116404)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: François Charette 
+
+pkgname=perl-cwd-guard
+pkgver=0.04
+pkgrel=1
+pkgdesc="Temporary changing working directory (chdir)"
+arch=('any')
+url="http://search.cpan.org/dist/Cwd-Guard/";
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/K/KA/KAZEBURO/Cwd-Guard-$pkgver.tar.gz";)
+md5sums=('26d12d3e4313943c7754afeec0f6462c')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  /usr/bin/perl Build.PL
+  ./Build
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  ./Build test
+}
+
+package() {
+  export PERL_AUTOINSTALL=--skipdeps   \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'"
+
+  cd "$srcdir/Cwd-Guard-$pkgver"
+  ./Build install
+}


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


[arch-commits] Commit in perl-module-build-xsutil/trunk (PKGBUILD)

2014-07-26 Thread Felix Yan
Date: Sunday, July 27, 2014 @ 05:41:33
  Author: fyan
Revision: 116406

upgpkg: perl-module-build-xsutil 0.10-1

Modified:
  perl-module-build-xsutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-27 03:36:39 UTC (rev 116405)
+++ PKGBUILD2014-07-27 03:41:33 UTC (rev 116406)
@@ -4,16 +4,18 @@
 # Generator  : CPANPLUS::Dist::Arch 1.28
 
 pkgname=perl-module-build-xsutil
-pkgver=0.06
-pkgrel=3
+pkgver=0.10
+pkgrel=1
 pkgdesc="A Module::Build class for building XS modules"
 arch=('any')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl-devel-checkcompiler' 'perl' 'perl-module-build')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
 url='http://search.cpan.org/dist/Module-Build-XSUtil'
-source=('http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.06.tar.gz')
-sha512sums=('4e88cde2369209546a8d0a1e7c4d65234abb6be284e5d4cc63b0cebb94a4fec33a42023d8faedb105e9e1e103f8e5bfd9ee5769c1b7108ea6b9af83509dbe640')
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz";)
+sha512sums=('6c114a3f7f1829f21dff2cd0ef8dcf04aac01cbccfc176608edf1746abdcd947ea89809ebf4776319d84161273c9fd4c0f2fe7cc4aaeec284e54245dfb89fde0')
 _distdir="Module-Build-XSUtil-$pkgver"
 
 build() {



[arch-commits] Commit in perl-module-build-xsutil/repos/community-any (2 files)

2014-07-26 Thread Felix Yan
Date: Sunday, July 27, 2014 @ 05:41:52
  Author: fyan
Revision: 116407

archrelease: copy trunk to community-any

Added:
  perl-module-build-xsutil/repos/community-any/PKGBUILD
(from rev 116406, perl-module-build-xsutil/trunk/PKGBUILD)
Deleted:
  perl-module-build-xsutil/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-27 03:41:33 UTC (rev 116406)
+++ PKGBUILD2014-07-27 03:41:52 UTC (rev 116407)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: John D Jones III 

-# Generator  : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-module-build-xsutil
-pkgver=0.06
-pkgrel=3
-pkgdesc="A Module::Build class for building XS modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-devel-checkcompiler' 'perl' 'perl-module-build')
-url='http://search.cpan.org/dist/Module-Build-XSUtil'
-source=('http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.06.tar.gz')
-sha512sums=('4e88cde2369209546a8d0a1e7c4d65234abb6be284e5d4cc63b0cebb94a4fec33a42023d8faedb105e9e1e103f8e5bfd9ee5769c1b7108ea6b9af83509dbe640')
-_distdir="Module-Build-XSUtil-$pkgver"
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/$_distdir"
-/usr/bin/perl Build.PL
-/usr/bin/perl Build
-  )
-}
-
-check() {
-  cd "$srcdir/$_distdir"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-/usr/bin/perl Build test
-  )
-}
-
-package() {
-  cd "$srcdir/$_distdir"
-  /usr/bin/perl Build install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-module-build-xsutil/repos/community-any/PKGBUILD (from rev 116406, 
perl-module-build-xsutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-27 03:41:52 UTC (rev 116407)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: John D Jones III 

+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-module-build-xsutil
+pkgver=0.10
+pkgrel=1
+pkgdesc="A Module::Build class for building XS modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-checkcompiler' 'perl')
+makedepends=('perl-module-build')
+checkdepends=('perl-file-copy-recursive' 'perl-cwd-guard' 'perl-capture-tiny')
+url='http://search.cpan.org/dist/Module-Build-XSUtil'
+source=("http://search.cpan.org/CPAN/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-$pkgver.tar.gz";)
+sha512sums=('6c114a3f7f1829f21dff2cd0ef8dcf04aac01cbccfc176608edf1746abdcd947ea89809ebf4776319d84161273c9fd4c0f2fe7cc4aaeec284e54245dfb89fde0')
+_distdir="Module-Build-XSUtil-$pkgver"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Build.PL
+/usr/bin/perl Build
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+/usr/bin/perl Build test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  /usr/bin/perl Build install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et: