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

2013-12-13 Thread Bartłomiej Piotrowski
Date: Friday, December 13, 2013 @ 09:03:27
  Author: bpiotrowski
Revision: 102525

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-13 06:47:59 UTC (rev 102524)
+++ community-i686/PKGBUILD 2013-12-13 08:03:27 UTC (rev 102525)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.22
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 102524, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-13 08:03:27 UTC (rev 102525)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.23
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('1a370c86720441d227e7aad3c0223da7166ab2e0900bec7158aac633ffebb4dd')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-13 06:47:59 UTC (rev 102524)
+++ community-x86_64/PKGBUILD   2013-12-13 08:03:27 UTC (rev 102525)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  

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

2013-12-13 Thread Bartłomiej Piotrowski
Date: Friday, December 13, 2013 @ 09:14:01
  Author: bpiotrowski
Revision: 102527

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   84 +--
 phpmyadmin.install |6 +--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-13 08:13:56 UTC (rev 102526)
+++ PKGBUILD2013-12-13 08:14:01 UTC (rev 102527)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.0.10
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('42c6ae9cfe85d866ebc9b1b6b6f26bcb714e1dfabef1580629c5868a77f574db')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-
-  cat $pkgdir/etc/webapps/phpmyadmin/apache.example.conf EOF
-   Alias /phpmyadmin /usr/share/webapps/phpMyAdmin
-   Directory /usr/share/webapps/phpMyAdmin
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
-   /Directory
-EOF
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 102526, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-13 08:14:01 UTC (rev 102527)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+sha256sums=('2fc9174ca71e93ffe2794089539566335fe0dd259e6faf68ba44c4dd7be3fa5d')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+
+  cat $pkgdir/etc/webapps/phpmyadmin/apache.example.conf EOF
+   Alias /phpmyadmin /usr/share/webapps/phpMyAdmin
+   Directory /usr/share/webapps/phpMyAdmin
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
+   /Directory
+EOF
+}

Deleted: phpmyadmin.install
===
--- phpmyadmin.install  2013-12-13 08:13:56 UTC (rev 102526)
+++ phpmyadmin.install  2013-12-13 08:14:01 UTC (rev 102527)
@@ -1,3 +0,0 @@
-post_install() {
-echo Check http://wiki.archlinux.org/index.php/Phpmyadmin for details.
-}

Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 102526, 
phpmyadmin/trunk/phpmyadmin.install)
===
--- phpmyadmin.install  (rev 0)
+++ phpmyadmin.install  2013-12-13 08:14:01 UTC (rev 102527)
@@ -0,0 

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

2013-12-13 Thread Bartłomiej Piotrowski
Date: Friday, December 13, 2013 @ 09:13:56
  Author: bpiotrowski
Revision: 102526

upgpkg: phpmyadmin 4.1.0-1

- new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 08:03:27 UTC (rev 102525)
+++ PKGBUILD2013-12-13 08:13:56 UTC (rev 102526)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.0.10
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('42c6ae9cfe85d866ebc9b1b6b6f26bcb714e1dfabef1580629c5868a77f574db')
+sha256sums=('2fc9174ca71e93ffe2794089539566335fe0dd259e6faf68ba44c4dd7be3fa5d')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin



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

2013-12-13 Thread Felix Yan
Date: Friday, December 13, 2013 @ 10:37:20
  Author: fyan
Revision: 102528

upgpkg: libtaginfo 0.2.0-1

Modified:
  libtaginfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 08:14:01 UTC (rev 102527)
+++ PKGBUILD2013-12-13 09:37:20 UTC (rev 102528)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=libtaginfo
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc=Library for reading media metadata
 arch=('i686' 'x86_64')
 url=https://bitbucket.org/shuerhaaken/libtaginfo;
@@ -12,14 +12,14 @@
 
source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('781361a667767e8553735682d63670ca')
+md5sums=('db4358e6328609e262c291f365ec8e81')



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

2013-12-13 Thread Felix Yan
Date: Friday, December 13, 2013 @ 10:39:11
  Author: fyan
Revision: 102529

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

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

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

Copied: libtaginfo/repos/community-testing-i686/PKGBUILD (from rev 102528, 
libtaginfo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-13 09:39:11 UTC (rev 102529)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('db4358e6328609e262c291f365ec8e81')

Copied: libtaginfo/repos/community-testing-x86_64/PKGBUILD (from rev 102528, 
libtaginfo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-12-13 09:39:11 UTC (rev 102529)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('db4358e6328609e262c291f365ec8e81')



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

2013-12-13 Thread Felix Yan
Date: Friday, December 13, 2013 @ 10:43:14
  Author: fyan
Revision: 102530

upgpkg: xnoise 0.2.20-1

Modified:
  xnoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 09:39:11 UTC (rev 102529)
+++ PKGBUILD2013-12-13 09:43:14 UTC (rev 102530)
@@ -3,13 +3,13 @@
 # Contributor: archtux antonio dot arias9 at gmail dot com
 
 pkgname=xnoise
-pkgver=0.2.19
+pkgver=0.2.20
 pkgrel=1
 pkgdesc=Media player with a slick GUI, great speed and lots of features.
 arch=('i686' 'x86_64')
 url=http://www.xnoise-media-player.com/;
 license=('GPL2')
-depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo' 'librsvg')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo=0.2' 'librsvg')
 optdepends=('gst-plugins-base: Basic media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
@@ -20,7 +20,7 @@
 
source=(https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   
   # Remove obsolete files
@@ -34,4 +34,4 @@
   rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
 }
 
-sha512sums=('3c3a735d005704342d2c27c36738b91f850e2630b431edfc1def5d26f836dc0df1ef752ca8d1eec3e90702eb27f78e46970a147a64c2156fbe53c8471eb978cb')
+sha512sums=('d2bcf7c8fa542ef9703a831583ab90e1a03f00a0740b068966cb8bf5c76475832cf04eb55b9f14ac1c5aa50536d8e3965ac3e0d22503af44e1af8e7f908d2390')



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

2013-12-13 Thread Felix Yan
Date: Friday, December 13, 2013 @ 10:45:13
  Author: fyan
Revision: 102531

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

Added:
  xnoise/repos/community-testing-i686/
  xnoise/repos/community-testing-i686/PKGBUILD
(from rev 102530, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-testing-i686/xnoise.install
(from rev 102530, xnoise/trunk/xnoise.install)
  xnoise/repos/community-testing-x86_64/
  xnoise/repos/community-testing-x86_64/PKGBUILD
(from rev 102530, xnoise/trunk/PKGBUILD)
  xnoise/repos/community-testing-x86_64/xnoise.install
(from rev 102530, xnoise/trunk/xnoise.install)

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

Copied: xnoise/repos/community-testing-i686/PKGBUILD (from rev 102530, 
xnoise/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-13 09:45:13 UTC (rev 102531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=xnoise
+pkgver=0.2.20
+pkgrel=1
+pkgdesc=Media player with a slick GUI, great speed and lots of features.
+arch=('i686' 'x86_64')
+url=http://www.xnoise-media-player.com/;
+license=('GPL2')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo=0.2' 'librsvg')
+optdepends=('gst-plugins-base: Basic media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+   'gst-libav: Extra media codecs'
+   'gvfs: Needed for fetching album art')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # Remove obsolete files
+  rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
+}
+
+sha512sums=('d2bcf7c8fa542ef9703a831583ab90e1a03f00a0740b068966cb8bf5c76475832cf04eb55b9f14ac1c5aa50536d8e3965ac3e0d22503af44e1af8e7f908d2390')

Copied: xnoise/repos/community-testing-i686/xnoise.install (from rev 102530, 
xnoise/trunk/xnoise.install)
===
--- community-testing-i686/xnoise.install   (rev 0)
+++ community-testing-i686/xnoise.install   2013-12-13 09:45:13 UTC (rev 
102531)
@@ -0,0 +1,13 @@
+ 
+post_install() {
+  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: xnoise/repos/community-testing-x86_64/PKGBUILD (from rev 102530, 
xnoise/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-12-13 09:45:13 UTC (rev 102531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: archtux antonio dot arias9 at gmail dot com
+
+pkgname=xnoise
+pkgver=0.2.20
+pkgrel=1
+pkgdesc=Media player with a slick GUI, great speed and lots of features.
+arch=('i686' 'x86_64')
+url=http://www.xnoise-media-player.com/;
+license=('GPL2')
+depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 
'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo=0.2' 'librsvg')
+optdepends=('gst-plugins-base: Basic media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+   'gst-libav: Extra media codecs'
+   'gvfs: Needed for fetching album art')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # Remove obsolete files
+  rm -rf $pkgdir/usr/include $pkgdir/usr/share/vala
+}
+
+sha512sums=('d2bcf7c8fa542ef9703a831583ab90e1a03f00a0740b068966cb8bf5c76475832cf04eb55b9f14ac1c5aa50536d8e3965ac3e0d22503af44e1af8e7f908d2390')

Copied: xnoise/repos/community-testing-x86_64/xnoise.install (from rev 102530, 
xnoise/trunk/xnoise.install)
===
--- community-testing-x86_64/xnoise.install (rev 0)
+++ community-testing-x86_64/xnoise.install

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

2013-12-13 Thread Sergej Pupykin
Date: Friday, December 13, 2013 @ 11:31:34
  Author: spupykin
Revision: 102532

upgpkg: ejabberd 13.12-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 09:45:13 UTC (rev 102531)
+++ PKGBUILD2013-12-13 10:31:34 UTC (rev 102532)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=ejabberd
-pkgver=13.10
-pkgrel=5
+pkgver=13.12
+pkgrel=1
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -39,7 +39,7 @@
$pkgname.logrotate
ejabberd.service
crash-fix.patch)
-md5sums=('70a78db576e36c1e714205c983c8a568'
+md5sums=('6eadb6f190d55c8a679de5496ca0c4a9'
  'SKIP'
  'SKIP'
  'SKIP'



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

2013-12-13 Thread Sergej Pupykin
Date: Friday, December 13, 2013 @ 11:32:00
  Author: spupykin
Revision: 102533

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 102532, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/crash-fix.patch
(from rev 102532, ejabberd/trunk/crash-fix.patch)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 102532, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 102532, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 102532, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 102532, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/crash-fix.patch
(from rev 102532, ejabberd/trunk/crash-fix.patch)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 102532, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 102532, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 102532, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/crash-fix.patch
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/crash-fix.patch
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service

-+
 /PKGBUILD   |  198 ++
 /crash-fix.patch|   28 
 /ejabberd.install   |   42 +++
 /ejabberd.logrotate |   24 
 /ejabberd.service   |   28 
 community-i686/PKGBUILD |   99 -
 community-i686/crash-fix.patch  |   14 --
 community-i686/ejabberd.install |   21 ---
 community-i686/ejabberd.logrotate   |   12 --
 community-i686/ejabberd.service |   14 --
 community-x86_64/PKGBUILD   |   99 -
 community-x86_64/crash-fix.patch|   14 --
 community-x86_64/ejabberd.install   |   21 ---
 community-x86_64/ejabberd.logrotate |   12 --
 community-x86_64/ejabberd.service   |   14 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-13 10:31:34 UTC (rev 102532)
+++ community-i686/PKGBUILD 2013-12-13 10:32:00 UTC (rev 102533)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=13.10
-pkgrel=5
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc' 'libyaml')
-makedepends=('git' 'rebar')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-replaces=('ejabberd-mod_mysql' 'ejabberd-mod_mysql-svn'
- 'ejabberd-mod_pgsql' 'ejabberd-mod_pgsql-svn')
-source=($pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   p1_cache_tab::git://github.com/processone/cache_tab
-   p1_tls::git://github.com/processone/tls
-   p1_stringprep::git://github.com/processone/stringprep
-   p1_xml::git://github.com/processone/xml
-   p1_yaml::git://github.com/processone/p1_yaml
-   git://github.com/rds13/xmlrpc
-   p1_pam::git://github.com/processone/epam
-   p1_zlib::git://github.com/processone/zlib
-   git://github.com/basho/lager
-   p1_iconv::git://github.com/processone/eiconv
-   git://github.com/DeadZen/goldrush.git
-   p1_mysql::git://github.com/processone/mysql.git
-   p1_pgsql::git://github.com/processone/pgsql.git
-   p1_stun::git://github.com/processone/stun
-   git://github.com/davisp/jiffy
-   git://github.com/cmullaparthi/ibrowse
-   git://github.com/esl/lhttpc
-   $pkgname.logrotate
-   ejabberd.service
-   crash-fix.patch)
-md5sums=('70a78db576e36c1e714205c983c8a568'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'a437aff9d7d477fb036d527205617e18'
- 'ef3dd667dec1627c1597c7f6f3cfcd4a')
-
-prepare() {
-  cd 

[arch-commits] Commit in (5 files)

2013-12-13 Thread Maxime Gauduin
Date: Friday, December 13, 2013 @ 12:11:04
  Author: alucryd
Revision: 102534

Add numix-themes

Added:
  numix-themes/
  numix-themes/trunk/
  numix-themes/trunk/PKGBUILD
  numix-themes/trunk/src/
  numix-themes/trunk/src/numix-themes-2.0.tar.gz

-+
 PKGBUILD|   24 
 src/numix-themes-2.0.tar.gz |1 +
 2 files changed, 25 insertions(+)

Added: numix-themes/trunk/PKGBUILD
===
--- numix-themes/trunk/PKGBUILD (rev 0)
+++ numix-themes/trunk/PKGBUILD 2013-12-13 11:11:04 UTC (rev 102534)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: alucryd alucryd at gmail dot com
+# Contributor: Diego cdprincipe at gmail dot com
+
+pkgname=numix-themes
+pkgver=2.0
+pkgrel=2
+pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('46d178b1a2c08f5ec839f66e73814ed3dfbeb444cff812d8b586526a889df012')
+
+package() {
+  cd Numix-${pkgver}
+
+  install -dm 755 $pkgdir/usr/share/themes/Numix
+  rm -rf .git .gitignore CREDITS LICENSE README.md
+  cp -dr --no-preserve=ownership * $pkgdir/usr/share/themes/Numix/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: numix-themes/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: numix-themes/trunk/src/numix-themes-2.0.tar.gz
===
--- numix-themes/trunk/src/numix-themes-2.0.tar.gz  
(rev 0)
+++ numix-themes/trunk/src/numix-themes-2.0.tar.gz  2013-12-13 11:11:04 UTC 
(rev 102534)
@@ -0,0 +1 @@
+link /home/alucryd/AUR/src/numix-themes-2.0.tar.gz
\ No newline at end of file


Property changes on: numix-themes/trunk/src/numix-themes-2.0.tar.gz
___
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in numix-themes/trunk (src)

2013-12-13 Thread Maxime Gauduin
Date: Friday, December 13, 2013 @ 12:11:57
  Author: alucryd
Revision: 102535

upgpkg: numix-themes 2.0-2

Deleted:
  numix-themes/trunk/src/



[arch-commits] Commit in numix-themes (3 files)

2013-12-13 Thread Maxime Gauduin
Date: Friday, December 13, 2013 @ 12:12:05
  Author: alucryd
Revision: 102536

archrelease: copy trunk to community-any

Added:
  numix-themes/repos/
  numix-themes/repos/community-any/
  numix-themes/repos/community-any/PKGBUILD
(from rev 102535, numix-themes/trunk/PKGBUILD)

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

Copied: numix-themes/repos/community-any/PKGBUILD (from rev 102535, 
numix-themes/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2013-12-13 11:12:05 UTC (rev 102536)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: alucryd alucryd at gmail dot com
+# Contributor: Diego cdprincipe at gmail dot com
+
+pkgname=numix-themes
+pkgver=2.0
+pkgrel=2
+pkgdesc=A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+depends=('gtk-engine-murrine')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz;)
+sha256sums=('46d178b1a2c08f5ec839f66e73814ed3dfbeb444cff812d8b586526a889df012')
+
+package() {
+  cd Numix-${pkgver}
+
+  install -dm 755 $pkgdir/usr/share/themes/Numix
+  rm -rf .git .gitignore CREDITS LICENSE README.md
+  cp -dr --no-preserve=ownership * $pkgdir/usr/share/themes/Numix/
+}
+
+# vim: ts=2 sw=2 et:



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

2013-12-13 Thread Maxime Gauduin
Date: Friday, December 13, 2013 @ 12:19:00
  Author: alucryd
Revision: 102538

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

Added:
  pantheon-terminal/repos/community-i686/PKGBUILD
(from rev 102537, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
(from rev 102537, pantheon-terminal/trunk/pantheon-terminal.install)
  pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 102537, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install
(from rev 102537, pantheon-terminal/trunk/pantheon-terminal.install)
Deleted:
  pantheon-terminal/repos/community-i686/PKGBUILD
  pantheon-terminal/repos/community-i686/pantheon-terminal.install
  pantheon-terminal/repos/community-x86_64/PKGBUILD
  pantheon-terminal/repos/community-x86_64/pantheon-terminal.install

+
 /PKGBUILD  |   70 +++
 /pantheon-terminal.install |   28 ++
 community-i686/PKGBUILD|   34 -
 community-i686/pantheon-terminal.install   |   14 -
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/pantheon-terminal.install |   14 -
 6 files changed, 98 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-13 11:18:47 UTC (rev 102537)
+++ community-i686/PKGBUILD 2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,34 +0,0 @@
-# Maintainer: alucryd alucryd at gmail dot com
-
-pkgname=pantheon-terminal
-pkgver=0.2.4.1
-pkgrel=2
-pkgdesc='The Pantheon Terminal Emulator'
-arch=('i686' 'x86_64')
-url=https://launchpad.net/${pkgname};
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
-makedepends=('cmake' 'vala')
-install=${pkgname}.install
-source=(${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz)
-sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DGSETTINGS_COMPILE='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/PKGBUILD (from rev 102537, 
pantheon-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-13 11:19:00 UTC (rev 102538)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: alucryd alucryd at gmail dot com
+
+pkgname=pantheon-terminal
+pkgver=0.2.4.1
+pkgrel=3
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url=https://launchpad.net/${pkgname};
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'libnotify' 'vte3')
+makedepends=('cmake' 'vala')
+install=${pkgname}.install
+source=(${url}/0.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz)
+sha256sums=('0c03dc4023d3a78924d8b21658c62dd23ea0c93cd55af2f398686d28574dac04')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/pantheon-terminal.install
===
--- community-i686/pantheon-terminal.install2013-12-13 11:18:47 UTC (rev 
102537)
+++ community-i686/pantheon-terminal.install2013-12-13 11:19:00 UTC (rev 
102538)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-i686/pantheon-terminal.install (from 
rev 102537, pantheon-terminal/trunk/pantheon-terminal.install)
===
--- community-i686/pantheon-terminal.install(rev 0)
+++ community-i686/pantheon-terminal.install2013-12-13 11:19:00 UTC (rev 
102538)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-13 11:18:47 UTC (rev 102537)
+++ community-x86_64/PKGBUILD   2013-12-13 11:19:00 UTC (rev 102538)
@@ -1,34 

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

2013-12-13 Thread Maxime Gauduin
Date: Friday, December 13, 2013 @ 12:18:47
  Author: alucryd
Revision: 102537

upgpkg: pantheon-terminal 0.2.4.1-3

Modified:
  pantheon-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 11:12:05 UTC (rev 102536)
+++ PKGBUILD2013-12-13 11:18:47 UTC (rev 102537)
@@ -1,8 +1,9 @@
+# $Id$
 # Maintainer: alucryd alucryd at gmail dot com
 
 pkgname=pantheon-terminal
 pkgver=0.2.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Terminal Emulator'
 arch=('i686' 'x86_64')
 url=https://launchpad.net/${pkgname};



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

2013-12-13 Thread Massimiliano Torromeo
Date: Friday, December 13, 2013 @ 12:42:40
  Author: mtorromeo
Revision: 102539

upgpkg: audit 2.3.2-3

Fixed default rules position

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 11:19:00 UTC (rev 102538)
+++ PKGBUILD2013-12-13 11:42:40 UTC (rev 102539)
@@ -5,9 +5,9 @@
 
 pkgname=audit
 pkgver=2.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='User space utilities for storing and searching the audit records 
generated by the audit subsystem in the Linux kernel.'
-url=http://people.redhat.com/sgrubb/$pkgname;
+url=http://people.redhat.com/sgrubb/audit;
 arch=(i686 x86_64)
 depends=(krb5 libcap-ng)
 makedepends=(libldap swig linux-headers python2)
@@ -15,7 +15,7 @@
 options=(emptydirs)
 backup=(
etc/libaudit.conf
-   etc/audit/rules.d/audit.rules
+   etc/audit/audit.rules
etc/audit/auditd.conf
etc/audisp/audispd.conf
etc/audisp/audisp-remote.conf
@@ -38,7 +38,7 @@
--with-python=yes \
--enable-gssapi-krb5=yes \
--enable-systemd=yes \
-   --with-libcap-ng=yes #--with-apparmor=yes
+   --with-libcap-ng=yes
make
 }
 
@@ -56,6 +56,7 @@
usr/lib/systemd/system/auditd.service
 
chmod 644 usr/lib/systemd/system/auditd.service
+   mv $pkgdir/etc/audit/{rules.d/,}audit.rules
 }
 
 sha256sums=('8872e0b5392888789061db8034164305ef0e1b34543e1e7004d275f039081d29')



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

2013-12-13 Thread Allan McRae
Date: Friday, December 13, 2013 @ 12:43:09
  Author: allan
Revision: 201500

upgpkg: fakechroot 2.17.1-1

upstream update

Modified:
  fakechroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 07:56:25 UTC (rev 201499)
+++ PKGBUILD2013-12-13 11:43:09 UTC (rev 201500)
@@ -3,24 +3,17 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=fakechroot
-pkgver=2.16
-pkgrel=3
+pkgver=2.17.1
+pkgrel=1
 pkgdesc=Gives a fake chroot environment
 arch=('i686' 'x86_64')
-url=https://github.com/fakechroot/fakechroot/wiki;
+url=https://github.com/dex4er/fakechroot/wiki;
 license=('LGPL')
 install=fakechroot.install
-source=(https://github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz)
-md5sums=('3ea5efb76664e787450e0cfcefc1b807')
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
 
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # https://github.com/fakechroot/fakechroot/issues/10
-  sed -i s#usr/sbin/chroot#usr/bin/chroot# test/testtree.sh test/t/chroot.t
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sbindir=/usr/bin \
@@ -30,7 +23,7 @@
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  make -j1 check
 }
   
 package() {



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

2013-12-13 Thread Allan McRae
Date: Friday, December 13, 2013 @ 12:44:14
  Author: allan
Revision: 201501

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

Added:
  fakechroot/repos/testing-i686/
  fakechroot/repos/testing-i686/PKGBUILD
(from rev 201500, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-i686/fakechroot.install
(from rev 201500, fakechroot/trunk/fakechroot.install)
  fakechroot/repos/testing-x86_64/
  fakechroot/repos/testing-x86_64/PKGBUILD
(from rev 201500, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-x86_64/fakechroot.install
(from rev 201500, fakechroot/trunk/fakechroot.install)

---+
 testing-i686/PKGBUILD |   35 +++
 testing-i686/fakechroot.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 +++
 testing-x86_64/fakechroot.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: fakechroot/repos/testing-i686/PKGBUILD (from rev 201500, 
fakechroot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=fakechroot
+pkgver=2.17.1
+pkgrel=1
+pkgdesc=Gives a fake chroot environment
+arch=('i686' 'x86_64')
+url=https://github.com/dex4er/fakechroot/wiki;
+license=('LGPL')
+install=fakechroot.install
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/'  
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
+}

Copied: fakechroot/repos/testing-i686/fakechroot.install (from rev 201500, 
fakechroot/trunk/fakechroot.install)
===
--- testing-i686/fakechroot.install (rev 0)
+++ testing-i686/fakechroot.install 2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}

Copied: fakechroot/repos/testing-x86_64/PKGBUILD (from rev 201500, 
fakechroot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=fakechroot
+pkgver=2.17.1
+pkgrel=1
+pkgdesc=Gives a fake chroot environment
+arch=('i686' 'x86_64')
+url=https://github.com/dex4er/fakechroot/wiki;
+license=('LGPL')
+install=fakechroot.install
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/'  
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
+}

Copied: fakechroot/repos/testing-x86_64/fakechroot.install (from rev 201500, 
fakechroot/trunk/fakechroot.install)
===
--- testing-x86_64/fakechroot.install   (rev 0)
+++ testing-x86_64/fakechroot.install   2013-12-13 11:44:14 UTC (rev 201501)
@@ -0,0 +1,11 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  sbin/ldconfig -r .
+}
+
+post_remove() {
+  sbin/ldconfig -r .
+}



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

2013-12-13 Thread Massimiliano Torromeo
Date: Friday, December 13, 2013 @ 12:46:14
  Author: mtorromeo
Revision: 102540

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

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

---+
 /PKGBUILD |  124 
 community-i686/PKGBUILD   |   61 -
 community-x86_64/PKGBUILD |   61 -
 3 files changed, 124 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-13 11:42:40 UTC (rev 102539)
+++ community-i686/PKGBUILD 2013-12-13 11:46:14 UTC (rev 102540)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Connor Behan connor.be...@gmail.com
-# Contributor: henning mueller henn...@orgizm.net
-
-pkgname=audit
-pkgver=2.3.2
-pkgrel=2
-pkgdesc='User space utilities for storing and searching the audit records 
generated by the audit subsystem in the Linux kernel.'
-url=http://people.redhat.com/sgrubb/$pkgname;
-arch=(i686 x86_64)
-depends=(krb5 libcap-ng)
-makedepends=(libldap swig linux-headers python2)
-license=(GPL)
-options=(emptydirs)
-backup=(
-   etc/libaudit.conf
-   etc/audit/rules.d/audit.rules
-   etc/audit/auditd.conf
-   etc/audisp/audispd.conf
-   etc/audisp/audisp-remote.conf
-   etc/audisp/zos-remote.conf
-   etc/audisp/plugins.d/af_unix.conf
-   etc/audisp/plugins.d/audispd-zos-remote.conf
-   etc/audisp/plugins.d/au-remote.conf
-   etc/audisp/plugins.d/syslog.conf
-)
-source=($url/$pkgname-$pkgver.tar.gz)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   export PYTHON=/usr/bin/python2
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/audit \
-   --with-python=yes \
-   --enable-gssapi-krb5=yes \
-   --enable-systemd=yes \
-   --with-libcap-ng=yes #--with-apparmor=yes
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   cd $pkgdir
-   install -d var/log/audit
-   rm -rf etc/rc.d etc/sysconfig usr/lib/audit
-
-   sed -ri 's|/sbin|/usr/bin|' \
-   etc/audit/*.conf \
-   etc/audisp/plugins.d/*.conf \
-   usr/lib/systemd/system/auditd.service
-
-   chmod 644 usr/lib/systemd/system/auditd.service
-}
-
-sha256sums=('8872e0b5392888789061db8034164305ef0e1b34543e1e7004d275f039081d29')

Copied: audit/repos/community-i686/PKGBUILD (from rev 102539, 
audit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-13 11:46:14 UTC (rev 102540)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Connor Behan connor.be...@gmail.com
+# Contributor: henning mueller henn...@orgizm.net
+
+pkgname=audit
+pkgver=2.3.2
+pkgrel=3
+pkgdesc='User space utilities for storing and searching the audit records 
generated by the audit subsystem in the Linux kernel.'
+url=http://people.redhat.com/sgrubb/audit;
+arch=(i686 x86_64)
+depends=(krb5 libcap-ng)
+makedepends=(libldap swig linux-headers python2)
+license=(GPL)
+options=(emptydirs)
+backup=(
+   etc/libaudit.conf
+   etc/audit/audit.rules
+   etc/audit/auditd.conf
+   etc/audisp/audispd.conf
+   etc/audisp/audisp-remote.conf
+   etc/audisp/zos-remote.conf
+   etc/audisp/plugins.d/af_unix.conf
+   etc/audisp/plugins.d/audispd-zos-remote.conf
+   etc/audisp/plugins.d/au-remote.conf
+   etc/audisp/plugins.d/syslog.conf
+)
+source=($url/$pkgname-$pkgver.tar.gz)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   export PYTHON=/usr/bin/python2
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/audit \
+   --with-python=yes \
+   --enable-gssapi-krb5=yes \
+   --enable-systemd=yes \
+   --with-libcap-ng=yes
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   cd $pkgdir
+   install -d var/log/audit
+   rm -rf etc/rc.d etc/sysconfig usr/lib/audit
+
+   sed -ri 's|/sbin|/usr/bin|' \
+   etc/audit/*.conf \
+   etc/audisp/plugins.d/*.conf \
+   usr/lib/systemd/system/auditd.service
+
+   chmod 644 usr/lib/systemd/system/auditd.service
+   mv 

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

2013-12-13 Thread Andreas Radke
Date: Friday, December 13, 2013 @ 15:15:30
  Author: andyrtr
Revision: 201502

upgpkg: xorg-server 1.14.5-1

upstream update 1.14.5

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 11:44:14 UTC (rev 201501)
+++ PKGBUILD2013-12-13 14:15:30 UTC (rev 201502)
@@ -4,7 +4,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,7 +23,7 @@
 xvfb-run.1
 10-quirks.conf
 fb-rename-wfbDestroyGlyphCache.patch)
-sha256sums=('608ccfaafb845f6e559884a30f946d365209172416710d687b190e9e1ff65dc3'
+sha256sums=('8d0f06bf1416487a5170318477088826a8d737d4a201e996b2dc1ecff47461d1'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'e033f9bcc21980f7f0428e6ed6c362a3d55ad293b05fd6e6c6c1933b86f9e63a'



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

2013-12-13 Thread Andreas Radke
Date: Friday, December 13, 2013 @ 15:16:21
  Author: andyrtr
Revision: 201503

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 201502, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 201502, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 201502, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 201502, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/bug59825.patch
(from rev 201502, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-i686/fb-rename-wfbDestroyGlyphCache.patch
(from rev 201502, xorg-server/trunk/fb-rename-wfbDestroyGlyphCache.patch)
  xorg-server/repos/extra-i686/xephyr-glx.patch
(from rev 201502, xorg-server/trunk/xephyr-glx.patch)
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 201502, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 201502, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 201502, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 201502, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 201502, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 201502, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 201502, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/bug59825.patch
(from rev 201502, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-x86_64/fb-rename-wfbDestroyGlyphCache.patch
(from rev 201502, xorg-server/trunk/fb-rename-wfbDestroyGlyphCache.patch)
  xorg-server/repos/extra-x86_64/xephyr-glx.patch
(from rev 201502, xorg-server/trunk/xephyr-glx.patch)
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 201502, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 201502, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 201502, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/bug59825.patch
  xorg-server/repos/extra-i686/fb-rename-wfbDestroyGlyphCache.patch
  xorg-server/repos/extra-i686/xephyr-glx.patch
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/bug59825.patch
  xorg-server/repos/extra-x86_64/fb-rename-wfbDestroyGlyphCache.patch
  xorg-server/repos/extra-x86_64/xephyr-glx.patch
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

---+
 /10-quirks.conf   |   20 
 /PKGBUILD |  440 
 /autoconfig-nvidia.patch  |   56 +
 /autoconfig-sis.patch |   42 +
 /bug59825.patch   |   24 
 /fb-rename-wfbDestroyGlyphCache.patch |   54 +
 /xephyr-glx.patch |   78 ++
 /xserver-1.6.0-less-acpi-brokenness.patch |   50 +
 /xvfb-run |  360 ++
 /xvfb-run.1   |  564 
 extra-i686/10-quirks.conf |   10 
 extra-i686/PKGBUILD   |  220 --
 extra-i686/autoconfig-nvidia.patch|   28 
 extra-i686/autoconfig-sis.patch   |   21 
 extra-i686/bug59825.patch |   12 
 extra-i686/fb-rename-wfbDestroyGlyphCache.patch   |   27 
 extra-i686/xephyr-glx.patch   |   39 -
 extra-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   25 
 extra-i686/xvfb-run   |  180 -
 extra-i686/xvfb-run.1 |  282 
 extra-x86_64/10-quirks.conf   |   10 
 extra-x86_64/PKGBUILD |  220 --
 

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

2013-12-13 Thread Andreas Radke
Date: Friday, December 13, 2013 @ 15:22:36
  Author: andyrtr
Revision: 201504

upgpkg: mesa 9.2.5-1

upstream update 9.2.5

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 14:16:21 UTC (rev 201503)
+++ PKGBUILD2013-12-13 14:22:36 UTC (rev 201504)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=9.2.4
+pkgver=9.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
@@ -13,7 +13,7 @@
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-md5sums=('e630c0a307cec4f0f70ddd029d2fe084'
+md5sums=('9fb4de29ca1d9cfd03cbdefa123ba336'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {



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

2013-12-13 Thread Andreas Radke
Date: Friday, December 13, 2013 @ 15:22:57
  Author: andyrtr
Revision: 201505

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

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

---+
 /LICENSE  |  164 +
 /PKGBUILD |  308 
 extra-i686/LICENSE|   82 
 extra-i686/PKGBUILD   |  154 
 extra-x86_64/LICENSE  |   82 
 extra-x86_64/PKGBUILD |  154 
 6 files changed, 472 insertions(+), 472 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-12-13 14:22:36 UTC (rev 201504)
+++ extra-i686/LICENSE  2013-12-13 14:22:57 UTC (rev 201505)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/extra-i686/LICENSE (from rev 201504, mesa/trunk/LICENSE)
===
--- 

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

2013-12-13 Thread Balló György
Date: Friday, December 13, 2013 @ 16:58:58
  Author: bgyorgy
Revision: 102541

upgpkg: lockdev 1.0.3_1.5-4

Remove static lib, fix build with gcc 4.7

Added:
  lockdev/trunk/gcc-4.7.patch
Modified:
  lockdev/trunk/PKGBUILD

---+
 PKGBUILD  |   13 -
 gcc-4.7.patch |   18 ++
 2 files changed, 26 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 11:46:14 UTC (rev 102540)
+++ PKGBUILD2013-12-13 15:58:58 UTC (rev 102541)
@@ -6,17 +6,20 @@
 pkgname=lockdev
 pkgver=1.0.3_1.5
 _pkgver=1.0.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
 url='http://packages.qa.debian.org/l/lockdev.html'
 license=(GPL)
 arch=('i686' 'x86_64')
+depends=('glibc')
 
source=(http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;

http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz;
-   'build.patch')
+   'build.patch'
+   'gcc-4.7.patch')
 md5sums=('64b9c1b87b125fc348e892e24625524a'
  'c4e8a5a2e46b76b48339c232b358f579'
- '2db93cadf6670ddcd01de4bfc22a35e1')
+ '2db93cadf6670ddcd01de4bfc22a35e1'
+ 'e16faebfa2d162d40830ef6f2700b7ba')
 
 prepare() {
   cd ${pkgname}-${_pkgver}
@@ -23,12 +26,12 @@
   patch -p1 -i ../${pkgname}_${pkgver/_/-}.diff
   sed -i s|CFLAGS = -g|CFLAGS = -g -fPIC| Makefile
   patch -p1 -i ../build.patch # FS#33280
+  patch -p1 -i ../gcc-4.7.patch # FS#34457
 }
 
 build() {
   cd ${pkgname}-${_pkgver}
-  make shared CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
-  make static CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
+  make CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
 }
 
 package() {

Added: gcc-4.7.patch
===
--- gcc-4.7.patch   (rev 0)
+++ gcc-4.7.patch   2013-12-13 15:58:58 UTC (rev 102541)
@@ -0,0 +1,18 @@
+diff -Naur lockdev-1.0.3.orig/src/ttylock.h lockdev-1.0.3/src/ttylock.h
+--- lockdev-1.0.3.orig/src/ttylock.h   2013-12-13 15:34:52.195877321 +
 lockdev-1.0.3/src/ttylock.h2013-12-13 15:38:16.131190480 +
+@@ -36,10 +36,10 @@
+ 
+ /* API of the library */
+ 
+-int ttylock (char * devname);
+-int ttywait (char * devname);
+-int ttyunlock (char * devname);
+-int ttylocked (char * devname);
++static inline int ttylock (char * devname);
++static inline int ttywait (char * devname);
++static inline int ttyunlock (char * devname);
++static inline int ttylocked (char * devname);
+ 
+ 
+ static inline int



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

2013-12-13 Thread Balló György
Date: Friday, December 13, 2013 @ 16:59:07
  Author: bgyorgy
Revision: 102542

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

Added:
  lockdev/repos/community-i686/PKGBUILD
(from rev 102541, lockdev/trunk/PKGBUILD)
  lockdev/repos/community-i686/build.patch
(from rev 102541, lockdev/trunk/build.patch)
  lockdev/repos/community-i686/gcc-4.7.patch
(from rev 102541, lockdev/trunk/gcc-4.7.patch)
  lockdev/repos/community-x86_64/PKGBUILD
(from rev 102541, lockdev/trunk/PKGBUILD)
  lockdev/repos/community-x86_64/build.patch
(from rev 102541, lockdev/trunk/build.patch)
  lockdev/repos/community-x86_64/gcc-4.7.patch
(from rev 102541, lockdev/trunk/gcc-4.7.patch)
Deleted:
  lockdev/repos/community-i686/PKGBUILD
  lockdev/repos/community-i686/build.patch
  lockdev/repos/community-x86_64/PKGBUILD
  lockdev/repos/community-x86_64/build.patch

+
 /PKGBUILD  |   80 +++
 /build.patch   |   60 +
 community-i686/PKGBUILD|   37 --
 community-i686/build.patch |   30 --
 community-i686/gcc-4.7.patch   |   18 
 community-x86_64/PKGBUILD  |   37 --
 community-x86_64/build.patch   |   30 --
 community-x86_64/gcc-4.7.patch |   18 
 8 files changed, 176 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-13 15:58:58 UTC (rev 102541)
+++ community-i686/PKGBUILD 2013-12-13 15:59:07 UTC (rev 102542)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Wagner a.wag...@stud.uni-frankfurt.de
-
-pkgname=lockdev
-pkgver=1.0.3_1.5
-_pkgver=1.0.3
-pkgrel=3
-pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
-url='http://packages.qa.debian.org/l/lockdev.html'
-license=(GPL)
-arch=('i686' 'x86_64')
-source=(http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;
-   
http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz;
-   'build.patch')
-md5sums=('64b9c1b87b125fc348e892e24625524a'
- 'c4e8a5a2e46b76b48339c232b358f579'
- '2db93cadf6670ddcd01de4bfc22a35e1')
-
-prepare() {
-  cd ${pkgname}-${_pkgver}
-  patch -p1 -i ../${pkgname}_${pkgver/_/-}.diff
-  sed -i s|CFLAGS = -g|CFLAGS = -g -fPIC| Makefile
-  patch -p1 -i ../build.patch # FS#33280
-}
-
-build() {
-  cd ${pkgname}-${_pkgver}
-  make shared CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
-  make static CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  make basedir=${pkgdir}/usr install
-}

Copied: lockdev/repos/community-i686/PKGBUILD (from rev 102541, 
lockdev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-13 15:59:07 UTC (rev 102542)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner a.wag...@stud.uni-frankfurt.de
+
+pkgname=lockdev
+pkgver=1.0.3_1.5
+_pkgver=1.0.3
+pkgrel=4
+pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and 
SVr4 methods.'
+url='http://packages.qa.debian.org/l/lockdev.html'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc')
+source=(http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz;
+   
http://ftp.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver/_/-}.diff.gz;
+   'build.patch'
+   'gcc-4.7.patch')
+md5sums=('64b9c1b87b125fc348e892e24625524a'
+ 'c4e8a5a2e46b76b48339c232b358f579'
+ '2db93cadf6670ddcd01de4bfc22a35e1'
+ 'e16faebfa2d162d40830ef6f2700b7ba')
+
+prepare() {
+  cd ${pkgname}-${_pkgver}
+  patch -p1 -i ../${pkgname}_${pkgver/_/-}.diff
+  sed -i s|CFLAGS = -g|CFLAGS = -g -fPIC| Makefile
+  patch -p1 -i ../build.patch # FS#33280
+  patch -p1 -i ../gcc-4.7.patch # FS#34457
+}
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  make CFLAGS=${CFLAGS} -D_PATH_LOCK=\\\/run/lock/lockdev\\\ -fPIC
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make basedir=${pkgdir}/usr install
+}

Deleted: community-i686/build.patch
===
--- community-i686/build.patch  2013-12-13 15:58:58 UTC (rev 102541)
+++ community-i686/build.patch  2013-12-13 15:59:07 UTC (rev 102542)
@@ -1,30 +0,0 @@
-commit 0dd47123655c52d68185f06b9da8fb0e1b925400
-Author: Ludwig Nussel ludwig.nus...@suse.de
-Date:   Tue Feb 9 14:56:23 2010 +0100
-
-RedHat patch 2
-   

[arch-commits] Commit in wine-mono/repos (community-i686)

2013-12-13 Thread Eric Bélanger
Date: Friday, December 13, 2013 @ 19:18:31
  Author: eric
Revision: 102543

Clean up svn

Deleted:
  wine-mono/repos/community-i686/



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

2013-12-13 Thread Laurent Carlier
Date: Friday, December 13, 2013 @ 19:26:00
  Author: lcarlier
Revision: 201506

upgpkg: mesa 10.0.1-1

upstream update 10.0.1, reenable vdpau for nouveau

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 14:22:57 UTC (rev 201505)
+++ PKGBUILD2013-12-13 18:26:00 UTC (rev 201506)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
-pkgver=9.2.5
+pkgver=10.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'libxxf86vm' 'libxdamage'
@@ -13,7 +13,7 @@
 license=('custom')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2
 LICENSE)
-md5sums=('9fb4de29ca1d9cfd03cbdefa123ba336'
+md5sums=('0a72ca5b36046a658bf6038326ff32ed'
  '5c65a0fe315dd347e09b1f2826a1df5a')
 
 build() {
@@ -58,7 +58,7 @@
   conflicts=('xf86-video-ati6.9.0-6')
 
   install -m755 -d ${pkgdir}/usr/lib/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_{r300,r600,radeonsi}.* 
${pkgdir}/usr/lib/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib/vdpau/
 
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib/xorg/modules/dri/
@@ -96,9 +96,6 @@
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib/gallium-pipe/
   
-  # vdpau drivers are still buggy with nouveau, so remove them (FS#36754)
-  rm -rf ${pkgdir}/usr/lib/vdpau/
-
   install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/nouveau-dri/
 }



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

2013-12-13 Thread Laurent Carlier
Date: Friday, December 13, 2013 @ 19:26:10
  Author: lcarlier
Revision: 201507

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 201506, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 201506, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 201506, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 201506, mesa/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   82 
 testing-i686/PKGBUILD   |  151 ++
 testing-x86_64/LICENSE  |   82 
 testing-x86_64/PKGBUILD |  151 ++
 4 files changed, 466 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 201506, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2013-12-13 18:26:10 UTC (rev 201507)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/testing-i686/PKGBUILD (from rev 201506, mesa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   

[arch-commits] Commit in lib32-mesa/repos (2 files)

2013-12-13 Thread Laurent Carlier
Date: Friday, December 13, 2013 @ 19:39:45
  Author: lcarlier
Revision: 102545

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 102544, lib32-mesa/trunk/PKGBUILD)

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

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 102544, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-12-13 18:39:45 UTC (rev 102545)
@@ -0,0 +1,128 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgbase=lib32-mesa
+pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
+pkgver=10.0.1
+pkgrel=1
+arch=('x86_64')
+makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
+ 'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
+url=http://mesa3d.sourceforge.net;
+license=('custom')
+options=('!libtool')
+source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
+md5sums=('0a72ca5b36046a658bf6038326ff32ed')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  export LLVM_CONFIG=/usr/bin/llvm-config32
+
+  cd ${srcdir}/?esa-*
+
+  # our automake is far too new for their build system :)
+  autoreconf -vfi
+
+  ./configure --enable-32-bit \
+--libdir=/usr/lib32 \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-dri-driverdir=/usr/lib32/xorg/modules/dri \
+--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
+--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--with-llvm-shared-libs \
+--enable-gallium-llvm \
+--enable-egl \
+--enable-gallium-egl \
+--with-egl-platforms=x11,drm \
+--enable-shared-glapi \
+--enable-gbm \
+--enable-glx-tls \
+--enable-dri \
+--enable-glx \
+--enable-osmesa \
+--enable-gles1 \
+--enable-gles2 \
+--enable-texture-float
+  make
+
+  mkdir $srcdir/fakeinstall
+  make DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_lib32-ati-dri() {
+  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
+  ln -s ati-dri $pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri
+}
+
+package_lib32-intel-dri() {
+  pkgdesc=Mesa DRI drivers for Intel (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/intel-dri
+  ln -s intel-dri $pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri
+}
+
+package_lib32-nouveau-dri() {
+  pkgdesc=Mesa drivers for Nouveau (32-bit)
+  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
+
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
+
+  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
+  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
+  ln -s nouveau-dri $pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri
+}
+
+package_lib32-mesa() {
+  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
+  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 'mesa')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages')
+  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+
+  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
+  mv ${pkgdir}/usr/lib32/libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1.2.0
+  ln -s mesa-libGL.so.1.2.0 ${pkgdir}/usr/lib32/mesa-libGL.so.1
+ 

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

2013-12-13 Thread Laurent Carlier
Date: Friday, December 13, 2013 @ 19:39:34
  Author: lcarlier
Revision: 102544

upgpkg: lib32-mesa 10.0.1-1

sync with testing

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 18:18:31 UTC (rev 102543)
+++ PKGBUILD2013-12-13 18:39:34 UTC (rev 102544)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.2.4
+pkgver=10.0.1
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
@@ -13,7 +13,7 @@
 license=('custom')
 options=('!libtool')
 source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('e630c0a307cec4f0f70ddd029d2fe084')
+md5sums=('0a72ca5b36046a658bf6038326ff32ed')
 
 build() {
   export CC=gcc -m32



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:05:05
  Author: ronald
Revision: 201508

upgpkg: efl 1.8.2-1

upload e18 libs and e17 wm

Modified:
  efl/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 18:26:10 UTC (rev 201507)
+++ PKGBUILD2013-12-13 19:05:05 UTC (rev 201508)
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $
+# $Id$
 # Maintainer: Ronald van Haren ron...@archlinux.org
 # Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
 
-pkgname=('efl' 'efl_doc')
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
 pkgver=1.8.2
 pkgrel=1
 pkgdesc=Enlightenment Foundation Libraries
@@ -9,17 +10,12 @@
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libpng' 'libjpeg-turbo' 'gstreamer0.10'
- 'gstreamer0.10-base' 'gstreamer0.10-good'
- 'gstreamer0.10-bad' 'gstreamer0.10-ugly' 'gstreamer0.10-ffmpeg'
- 'zlib' 'lua' 'libtiff' 'openssl' 'util-linux' 'curl' 'dbus'
- 'glibc' 'fontconfig' 'freetype2' 'fribidi' 'libpulse'
- 'libsndfile' 'systemd' 'libx11' 'libxau' 'libxcomposite'
- 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxinerama'
- 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst'
- 'libxcursor' 'libxp' 'libgl' 'giflib' 'libwebp' 'harfbuzz')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
 makedepends=('doxygen')
-replaces=('ecore' 'e_dbus' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
'emotion' 'ethumb' 'evas')
 options=('!emptydirs')
 
source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
@@ -34,9 +30,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+  export CFLAGS=$CFLAGS -fvisibility=hidden
 
   ./configure --prefix=/usr \
   --disable-static --disable-tslib --enable-fb \
@@ -44,6 +38,7 @@
   --enable-image-loader-webp --enable-harfbuzz 
 
   make
+  make -j1 doc
 }
 
 package_efl(){
@@ -52,17 +47,19 @@
 
   # install non-standard license files
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
-   ${pkgdir}/usr/share/licenses/$pkgname/COPYING.BSD
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \ 
-${pkgdir}/usr/share/licenses/$pkgname/COPYING.SMALL
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
 }
 
-package_efl_doc() {
+package_efl-docs() {
   pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  depends=()
   arch=('any')
 
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgname}/html
-  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgname}/latex
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
 }
 


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


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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:06:06
  Author: ronald
Revision: 201509

upgpkg: evas_generic_loaders 1.8.1-1

upload e18 libs and e17 wm

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:05:05 UTC (rev 201508)
+++ PKGBUILD2013-12-13 19:06:06 UTC (rev 201509)
@@ -3,23 +3,21 @@
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
 pkgname=evas_generic_loaders
-pkgver=1.7.9
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=Additional generic loaders for Evas
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
-license=('BSD')
-depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
+license=('GPL2')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('598241d2276608fc41a79216e94b4176a4404277')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+  export CFLAGS=$CFLAGS -fvisibility=hidden
 
   ./configure \
 --prefix=/usr \
@@ -34,11 +32,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR={$pkgdir} install
 }
 



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:06:17
  Author: ronald
Revision: 201510

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

Added:
  evas_generic_loaders/repos/testing-i686/
  evas_generic_loaders/repos/testing-i686/PKGBUILD
(from rev 201509, evas_generic_loaders/trunk/PKGBUILD)
  evas_generic_loaders/repos/testing-x86_64/
  evas_generic_loaders/repos/testing-x86_64/PKGBUILD
(from rev 201509, evas_generic_loaders/trunk/PKGBUILD)

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

Copied: evas_generic_loaders/repos/testing-i686/PKGBUILD (from rev 201509, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:06:17 UTC (rev 201510)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR={$pkgdir} install
+}
+

Copied: evas_generic_loaders/repos/testing-x86_64/PKGBUILD (from rev 201509, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 19:06:17 UTC (rev 201510)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=evas_generic_loaders
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Additional generic loaders for Evas
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('GPL2')
+depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e196829b26f74a1a0a4d9292ebdf8c98b08a32f1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR={$pkgdir} install
+}
+



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:06:31
  Author: ronald
Revision: 201512

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

Added:
  emotion_generic_players/repos/testing-i686/
  emotion_generic_players/repos/testing-i686/PKGBUILD
(from rev 201511, emotion_generic_players/trunk/PKGBUILD)
  emotion_generic_players/repos/testing-x86_64/
  emotion_generic_players/repos/testing-x86_64/PKGBUILD
(from rev 201511, emotion_generic_players/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: emotion_generic_players/repos/testing-i686/PKGBUILD (from rev 201511, 
emotion_generic_players/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:06:31 UTC (rev 201512)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgname=emotion_generic_players
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Copied: emotion_generic_players/repos/testing-x86_64/PKGBUILD (from rev 201511, 
emotion_generic_players/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 19:06:31 UTC (rev 201512)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgname=emotion_generic_players
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:06:20
  Author: ronald
Revision: 201511

upgpkg: emotion_generic_players 1.8.0-1

upload e18 libs and e17 wm

Modified:
  emotion_generic_players/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:06:17 UTC (rev 201510)
+++ PKGBUILD2013-12-13 19:06:20 UTC (rev 201511)
@@ -1,6 +1,6 @@
-# $Id: PKGBUILD 199714 2013-11-15 10:46:56Z ronald $
+# $Id$
 # Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
 
 pkgname=emotion_generic_players
 pkgver=1.8.0
@@ -9,35 +9,27 @@
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=()
+depends=('efl' 'vlc')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('945c003150ceb912eabbd22323ada5363f0e40d1')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+  export CFLAGS=$CFLAGS -fvisibility=hidden
 
   ./configure \
---prefix=/usr \
---disable-static \
---enable-generic \
---enable-gstreamer \
---disable-generic-vlc \
---disable-xine \
---disable-install-examples \
---disable-doc
+--prefix=/usr
   make
 }
 
 package(){
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
   # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
 


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


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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:06:34
  Author: ronald
Revision: 201513

upgpkg: elementary 1.8.1-1

upload e18 libs and e17 wm

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:06:31 UTC (rev 201512)
+++ PKGBUILD2013-12-13 19:06:34 UTC (rev 201513)
@@ -2,53 +2,50 @@
 # Maintainer: Ronald van Haren ron...@archlinux.org
 # Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
 
-pkgname=elementary
-pkgver=1.7.9
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=Enlightenment's widget set
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick')
 options=('!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('4d68e4f77d6b3471a45a4e33ae3af18d0ca42ab1')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9b7a10272e6aaeb64370f8abb68ab73db2698763')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
-
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+   
   ./configure \
 --prefix=/usr \
---libexecdir=/usr/lib/elementary \
---with-internal-maximum-log-level=3 \
---disable-static \
---enable-quick-launch \
---enable-emotion \
---enable-ecore-x \
---enable-ecore-fb \
---disable-ecore-sdl \
---disable-ecore-wayland \
---enable-edbus \
---enable-efreet \
---disable-eweather \
---disable-emap \
---enable-ethumb \
---disable-debug \
---disable-install-examples \
---disable-doc
+--disable-static
   make
+  make -j1 doc
 }
 
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
   # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
 
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+  arch=('any')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:09:16
  Author: ronald
Revision: 201514

upgpkg: e_dbus 1.7.9-2

upload e18 libs and e17 wm

Modified:
  e_dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:06:34 UTC (rev 201513)
+++ PKGBUILD2013-12-13 19:09:16 UTC (rev 201514)
@@ -4,22 +4,20 @@
 
 pkgname=e_dbus
 pkgver=1.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc=D-Bus integration with Ecore
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
-depends=('ecore' 'dbus-core')
+depends=('efl' 'dbus-core')
 options=('!emptydirs')
 source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
 sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
 
   ./configure \
 --prefix=/usr \
@@ -42,12 +40,12 @@
 }
 
 package(){
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 
   # install license files
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
 



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:09:32
  Author: ronald
Revision: 201516

upgpkg: enlightenment17 0.17.5-2

upload e18 libs and e17 wm

Modified:
  enlightenment17/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:09:27 UTC (rev 201515)
+++ PKGBUILD2013-12-13 19:09:32 UTC (rev 201516)
@@ -5,16 +5,16 @@
 pkgname=enlightenment17
 _pkgname=enlightenment
 pkgver=0.17.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Enlightenment window manager DR17 (aka e17)
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
 license=('BSD')
 depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
-  'desktop-file-utils' 'e_dbus' 'edje' 'eeze' 'efreet'
-  'eio' 'elementary' 'xcb-util-keysyms' 'udisks' 'systemd' 'ttf-font')
+'desktop-file-utils' 'efl' 'elementary' 'xcb-util-keysyms' 
+'udisks' 'systemd' 'ttf-font' 'e_dbus')
 optdepends=('connman: network module')
-provides=('notification-daemon' 'e')
+provides=('notification-daemon')
 backup=('etc/enlightenment/sysactions.conf')
 options=('!emptydirs')
 install=enlightenment17.install
@@ -34,11 +34,9 @@
 
 }
 build() {
-  cd $srcdir/$_pkgname-$pkgver
+  cd ${srcdir}/${_pkgname}-${pkgver}
 
-  export CFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}
-  export CXXFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}
-  export LDFLAGS=-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}
+  export CFLAGS=$CFLAGS -fvisibility=hidden
 
   ./configure \
 --prefix=/usr \
@@ -65,21 +63,14 @@
 }
 
 package() {
-  cd $srcdir/$_pkgname-$pkgver
+  cd ${srcdir}/${_pkgname}-${pkgver}
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 
-# install license files
-  if [ -e $srcdir/$_pkgname-$pkgver/COPYING ]; then
-install -Dm644 $srcdir/$_pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-  fi
+  # install license files
+install -Dm644 ${srcdir}/${_pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 
-  if [ -e $srcdir/$_pkgname-$pkgver/COPYING-PLAIN ]; then
-install -Dm644 $srcdir/$_pkgname-$pkgver/COPYING-PLAIN \
-$pkgdir/usr/share/licenses/$pkgname/COPYING-PLAIN
-  fi
-
   # install a default applications.menu file (mostly copy from gnome-menus)
   install -Dm644 $srcdir/e-applications.menu \
$pkgdir/etc/xdg/menus/e-applications.menu



[arch-commits] Commit in enlightenment17/repos (14 files)

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:09:52
  Author: ronald
Revision: 201517

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

Added:
  enlightenment17/repos/testing-i686/
  enlightenment17/repos/testing-i686/PKGBUILD
(from rev 201516, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/testing-i686/blackscreenfix.patch
(from rev 201516, enlightenment17/trunk/blackscreenfix.patch)
  enlightenment17/repos/testing-i686/e-applications.menu
(from rev 201516, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/testing-i686/enlightenment17.install
(from rev 201516, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/testing-i686/quickstart.patch
(from rev 201516, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/testing-i686/sysactions_systemd.patch
(from rev 201516, enlightenment17/trunk/sysactions_systemd.patch)
  enlightenment17/repos/testing-x86_64/
  enlightenment17/repos/testing-x86_64/PKGBUILD
(from rev 201516, enlightenment17/trunk/PKGBUILD)
  enlightenment17/repos/testing-x86_64/blackscreenfix.patch
(from rev 201516, enlightenment17/trunk/blackscreenfix.patch)
  enlightenment17/repos/testing-x86_64/e-applications.menu
(from rev 201516, enlightenment17/trunk/e-applications.menu)
  enlightenment17/repos/testing-x86_64/enlightenment17.install
(from rev 201516, enlightenment17/trunk/enlightenment17.install)
  enlightenment17/repos/testing-x86_64/quickstart.patch
(from rev 201516, enlightenment17/trunk/quickstart.patch)
  enlightenment17/repos/testing-x86_64/sysactions_systemd.patch
(from rev 201516, enlightenment17/trunk/sysactions_systemd.patch)

-+
 testing-i686/PKGBUILD   |   78 +++
 testing-i686/blackscreenfix.patch   |   48 +
 testing-i686/e-applications.menu|  154 ++
 testing-i686/enlightenment17.install|   17 +++
 testing-i686/quickstart.patch   |   13 ++
 testing-i686/sysactions_systemd.patch   |   17 +++
 testing-x86_64/PKGBUILD |   78 +++
 testing-x86_64/blackscreenfix.patch |   48 +
 testing-x86_64/e-applications.menu  |  154 ++
 testing-x86_64/enlightenment17.install  |   17 +++
 testing-x86_64/quickstart.patch |   13 ++
 testing-x86_64/sysactions_systemd.patch |   17 +++
 12 files changed, 654 insertions(+)

Copied: enlightenment17/repos/testing-i686/PKGBUILD (from rev 201516, 
enlightenment17/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:09:52 UTC (rev 201517)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=enlightenment17
+_pkgname=enlightenment
+pkgver=0.17.5
+pkgrel=2
+pkgdesc=Enlightenment window manager DR17 (aka e17)
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('alsa-lib' 'pam' 'shared-mime-info' 'hicolor-icon-theme'
+'desktop-file-utils' 'efl' 'elementary' 'xcb-util-keysyms' 
+'udisks' 'systemd' 'ttf-font' 'e_dbus')
+optdepends=('connman: network module')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf')
+options=('!emptydirs')
+install=enlightenment17.install
+source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
+  'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
+sha1sums=('8fd40ad2df2eb96a3d6583bcd19d150d594a6e86'
+  'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
+  '3f53931ae86de8fe99e386aeb097521aac0decd8'
+  '86f1c5e36dc274c3101362532378be034e89c593')
+   
+prepare() {
+  cd $srcdir/$_pkgname-$pkgver
+  patch -p0  $srcdir/quickstart.patch
+
+  # default to systemd for sysactions
+  patch -Np0  $srcdir/sysactions_systemd.patch
+
+}
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/enlightenment  \
+--enable-strict \
+--disable-static \
+--enable-pam \
+--disable-device-hal \
+--enable-device-udev \
+--disable-mount-hal \
+--enable-mount-udisks \
+--enable-mount-eeze \
+--enable-elementary \
+--enable-emotion \
+--enable-enotify \
+--disable-ephysics \
+--disable-wayland-clients \
+--disable-conf-wallpaper2 \
+--disable-illume2 \
+--disable-physics \
+--disable-doc
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+install -Dm644 ${srcdir}/${_pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+
+  # install a default applications.menu file (mostly copy 

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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:09:27
  Author: ronald
Revision: 201515

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

Added:
  e_dbus/repos/testing-i686/
  e_dbus/repos/testing-i686/PKGBUILD
(from rev 201514, e_dbus/trunk/PKGBUILD)
  e_dbus/repos/testing-x86_64/
  e_dbus/repos/testing-x86_64/PKGBUILD
(from rev 201514, e_dbus/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: e_dbus/repos/testing-i686/PKGBUILD (from rev 201514, 
e_dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+

Copied: e_dbus/repos/testing-x86_64/PKGBUILD (from rev 201514, 
e_dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 19:09:27 UTC (rev 201515)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgname=e_dbus
+pkgver=1.7.9
+pkgrel=2
+pkgdesc=D-Bus integration with Ecore
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'dbus-core')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('d1c30cf95cf6eea07c5be54bd8cfbf7eba9fb20b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=${CFLAGS} -fvisibility=hidden
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--enable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:51:23
  Author: ronald
Revision: 201518

upgpkg: elementary 1.8.1-1

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:09:52 UTC (rev 201517)
+++ PKGBUILD2013-12-13 19:51:23 UTC (rev 201518)
@@ -40,7 +40,6 @@
 package_elementary-docs() {
   pkgdesc=Documentation for Elementary GUI toolkit
   depends=()
-  arch=('any')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -d ${pkgdir}/usr/share/doc/${pkgbase}



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 20:51:48
  Author: ronald
Revision: 201519

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

Added:
  elementary/repos/testing-i686/
  elementary/repos/testing-i686/PKGBUILD
(from rev 201518, elementary/trunk/PKGBUILD)
  elementary/repos/testing-x86_64/
  elementary/repos/testing-x86_64/PKGBUILD
(from rev 201518, elementary/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-x86_64/PKGBUILD |   50 ++
 2 files changed, 100 insertions(+)

Copied: elementary/repos/testing-i686/PKGBUILD (from rev 201518, 
elementary/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 19:51:48 UTC (rev 201519)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9b7a10272e6aaeb64370f8abb68ab73db2698763')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+   
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+

Copied: elementary/repos/testing-x86_64/PKGBUILD (from rev 201518, 
elementary/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 19:51:48 UTC (rev 201519)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Gustavo Sverzut Barbieri barbi...@gmail.com
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Enlightenment's widget set
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9b7a10272e6aaeb64370f8abb68ab73db2698763')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+   
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYING \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_elementary-docs() {
+  pkgdesc=Documentation for Elementary GUI toolkit
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+
+



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:20:59
  Author: ronald
Revision: 201520

upgpkg: efl 1.8.2-1

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 19:51:48 UTC (rev 201519)
+++ PKGBUILD2013-12-13 20:20:59 UTC (rev 201520)
@@ -55,7 +55,6 @@
 package_efl-docs() {
   pkgdesc=Documentation for the Enlightenment Foundation Libraries
   depends=()
-  arch=('any')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -d ${pkgdir}/usr/share/doc/${pkgbase}



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:21:21
  Author: ronald
Revision: 201521

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

Added:
  efl/repos/testing-i686/
  efl/repos/testing-i686/PKGBUILD
(from rev 201520, efl/trunk/PKGBUILD)
  efl/repos/testing-i686/efl.install
(from rev 201520, efl/trunk/efl.install)
  efl/repos/testing-x86_64/
  efl/repos/testing-x86_64/PKGBUILD
(from rev 201520, efl/trunk/PKGBUILD)
  efl/repos/testing-x86_64/efl.install
(from rev 201520, efl/trunk/efl.install)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/efl.install   |   16 ++
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/efl.install |   16 ++
 4 files changed, 160 insertions(+)

Copied: efl/repos/testing-i686/PKGBUILD (from rev 201520, efl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-13 20:21:21 UTC (rev 201521)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('72cbe83cf27cf3bf0f2676fe55b771d1618f892d')
+
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export CFLAGS=$CFLAGS -fvisibility=hidden
+
+  ./configure --prefix=/usr \
+  --disable-static --disable-tslib --enable-fb \
+  --enable-xinput22 --enable-multisense --enable-systemd \
+  --enable-image-loader-webp --enable-harfbuzz 
+
+  make
+  make -j1 doc
+}
+
+package_efl(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install non-standard license files
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL
+}
+
+package_efl-docs() {
+  pkgdesc=Documentation for the Enlightenment Foundation Libraries
+  depends=()
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -a doc/html ${pkgdir}/usr/share/doc/${pkgbase}/html
+  cp -a doc/latex ${pkgdir}/usr/share/doc/${pkgbase}/latex
+}
+

Copied: efl/repos/testing-i686/efl.install (from rev 201520, 
efl/trunk/efl.install)
===
--- testing-i686/efl.install(rev 0)
+++ testing-i686/efl.install2013-12-13 20:21:21 UTC (rev 201521)
@@ -0,0 +1,16 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+
+
+
+

Copied: efl/repos/testing-x86_64/PKGBUILD (from rev 201520, efl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-13 20:21:21 UTC (rev 201521)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Enlightenment Developers enlightenment-de...@enlightenment.org
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=Enlightenment Foundation Libraries
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gstreamer0.10-base-plugins'
+ 'lua' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss' 'python2'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info')
+makedepends=('doxygen')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo' 
+   'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=efl.install
+sha1sums=('72cbe83cf27cf3bf0f2676fe55b771d1618f892d')
+
+
+prepare() {
+  sed -i 's/env python$/2/' 
${srcdir}/${pkgname}-${pkgver}/src/scripts/eina/eina-bench-cmp
+}
+
+build() {
+  

[arch-commits] Commit in (8 files)

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:37:45
  Author: ronald
Revision: 201522

add enlightenment16

Added:
  enlightenment16/
  enlightenment16/repos/
  enlightenment16/repos/extra-i686/
  enlightenment16/repos/extra-i686/PKGBUILD
  enlightenment16/repos/extra-x86_64/
  enlightenment16/repos/extra-x86_64/PKGBUILD
  enlightenment16/trunk/
  enlightenment16/trunk/PKGBUILD

-+
 repos/extra-i686/PKGBUILD   |   39 +++
 repos/extra-x86_64/PKGBUILD |   39 +++
 trunk/PKGBUILD  |   41 +
 3 files changed, 119 insertions(+)

Added: enlightenment16/repos/extra-i686/PKGBUILD
===
--- enlightenment16/repos/extra-i686/PKGBUILD   (rev 0)
+++ enlightenment16/repos/extra-i686/PKGBUILD   2013-12-13 20:37:45 UTC (rev 
201522)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 197929 2013-10-30 11:44:06Z allan $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment
+pkgver=1.0.13
+_themever=1.0.1
+pkgrel=1
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  cd ${srcdir}/e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+
+  cd ${srcdir}/e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/e16-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
+
+  cd ${srcdir}/e16-themes-${_themever}
+  make DESTDIR=${pkgdir} install
+  chown -R root:root ${pkgdir}/usr/share/*
+}

Added: enlightenment16/repos/extra-x86_64/PKGBUILD
===
--- enlightenment16/repos/extra-x86_64/PKGBUILD (rev 0)
+++ enlightenment16/repos/extra-x86_64/PKGBUILD 2013-12-13 20:37:45 UTC (rev 
201522)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 197929 2013-10-30 11:44:06Z allan $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment
+pkgver=1.0.13
+_themever=1.0.1
+pkgrel=1
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+ 'libxrandr' 'libpulse')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  cd ${srcdir}/e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+
+  cd ${srcdir}/e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/e16-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
+
+  cd ${srcdir}/e16-themes-${_themever}
+  make DESTDIR=${pkgdir} install
+  chown -R root:root ${pkgdir}/usr/share/*
+}

Added: enlightenment16/trunk/PKGBUILD
===
--- enlightenment16/trunk/PKGBUILD  (rev 0)
+++ enlightenment16/trunk/PKGBUILD  2013-12-13 20:37:45 UTC (rev 201522)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment16
+_pkgname=enlightenment
+pkgver=1.0.13
+_themever=1.0.1
+pkgrel=2
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+ 'libxrandr' 'libpulse')
+replaces=('enlightenment')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
+ 

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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:38:18
  Author: ronald
Revision: 201523

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

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

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   39 --
 extra-x86_64/PKGBUILD |   39 --
 3 files changed, 82 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-13 20:37:45 UTC (rev 201522)
+++ extra-i686/PKGBUILD 2013-12-13 20:38:18 UTC (rev 201523)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 197929 2013-10-30 11:44:06Z allan $
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment
-pkgver=1.0.13
-_themever=1.0.1
-pkgrel=1
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  cd ${srcdir}/e16-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
-  make
-
-  cd ${srcdir}/e16-themes-${_themever}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/e16-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
-
-  cd ${srcdir}/e16-themes-${_themever}
-  make DESTDIR=${pkgdir} install
-  chown -R root:root ${pkgdir}/usr/share/*
-}

Copied: enlightenment16/repos/extra-i686/PKGBUILD (from rev 201522, 
enlightenment16/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-13 20:38:18 UTC (rev 201523)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment16
+_pkgname=enlightenment
+pkgver=1.0.13
+_themever=1.0.1
+pkgrel=2
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+ 'libxrandr' 'libpulse')
+replaces=('enlightenment')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  cd ${srcdir}/e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+
+  cd ${srcdir}/e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/e16-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
+
+  cd ${srcdir}/e16-themes-${_themever}
+  make DESTDIR=${pkgdir} install
+  chown -R root:root ${pkgdir}/usr/share/*
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-13 20:37:45 UTC (rev 201522)
+++ extra-x86_64/PKGBUILD   2013-12-13 20:38:18 UTC (rev 201523)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 197929 2013-10-30 11:44:06Z allan $
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment
-pkgver=1.0.13
-_themever=1.0.1
-pkgrel=1
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
- 'libxrandr' 'libpulse')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
-

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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:43:18
  Author: ronald
Revision: 201525

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

Added:
  bullet/repos/extra-i686/
  bullet/repos/extra-i686/PKGBUILD
(from rev 201524, bullet/trunk/PKGBUILD)
  bullet/repos/extra-i686/bullet.pc
(from rev 201524, bullet/trunk/bullet.pc)
  bullet/repos/extra-x86_64/
  bullet/repos/extra-x86_64/PKGBUILD
(from rev 201524, bullet/trunk/PKGBUILD)
  bullet/repos/extra-x86_64/bullet.pc
(from rev 201524, bullet/trunk/bullet.pc)

+
 extra-i686/PKGBUILD|   74 +++
 extra-i686/bullet.pc   |   11 ++
 extra-x86_64/PKGBUILD  |   74 +++
 extra-x86_64/bullet.pc |   11 ++
 4 files changed, 170 insertions(+)

Copied: bullet/repos/extra-i686/PKGBUILD (from rev 201524, 
bullet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-13 20:43:18 UTC (rev 201525)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+ 'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DBUILD_DEMOS=0 \
+   -DBUILD_MULTITHREADING=1 \
+   -DBUILD_EXTRAS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  cd ..
+  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # manually handle pkgconfig file
+  mkdir -p ${pkgdir}/usr/lib/pkgconfig
+  sed s|VERSION|${pkgver}|g ${srcdir}/bullet.pc  
${pkgdir}/usr/lib/pkgconfig/bullet.pc
+
+  # install license
+  install -Dm644 ../BulletLicense.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc=Documentation for bullet
+  depends=()
+
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # install docs
+  install -Dm644 Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:

Copied: bullet/repos/extra-i686/bullet.pc (from rev 201524, 
bullet/trunk/bullet.pc)
===
--- extra-i686/bullet.pc(rev 0)
+++ extra-i686/bullet.pc2013-12-13 20:43:18 UTC (rev 201525)
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: bullet
+Description: Bullet Continuous Collision Detection and Physics Library
+Requires:
+Version: VERSION
+Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath 
-lBulletSoftBody
+Cflags: -I${includedir}/bullet

Copied: bullet/repos/extra-x86_64/PKGBUILD (from rev 201524, 
bullet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-13 20:43:18 UTC (rev 201525)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+ 'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DBUILD_DEMOS=0 \
+   

[arch-commits] Commit in (5 files)

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:43:08
  Author: ronald
Revision: 201524

community2extra: Moving bullet from community to extra

Added:
  bullet/
  bullet/repos/
  bullet/trunk/
  bullet/trunk/PKGBUILD
  bullet/trunk/bullet.pc

---+
 PKGBUILD  |   74 
 bullet.pc |   11 
 2 files changed, 85 insertions(+)

Added: bullet/trunk/PKGBUILD
===
--- bullet/trunk/PKGBUILD   (rev 0)
+++ bullet/trunk/PKGBUILD   2013-12-13 20:43:08 UTC (rev 201524)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs')
+_rev=2704
+pkgver=2.82
+pkgrel=1
+pkgdesc=A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation
+arch=('i686' 'x86_64')
+url=http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+depends=()
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+source=(http://bullet.googlecode.com/files/${pkgbase}-${pkgver}-r${_rev}.tgz
+${pkgbase}.pc)
+md5sums=('70b3c8d202dee91a0854b4cbc88173e8'
+ 'd1da06deba3b08b884d2212f6838905c')
+
+build() {
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build 
+
+  # generate CMake Makefile
+  cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DBUILD_SHARED_LIBS=1 \
+   -DBUILD_DEMOS=0 \
+   -DBUILD_MULTITHREADING=1 \
+   -DBUILD_EXTRAS=1 \
+   -DINSTALL_LIBS=1 \
+   -DINSTALL_EXTRA_LIBS=1 \
+   -DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  cd ..
+  sed -i 's/GENERATE_HTMLHELP.*//g' Doxyfile
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('bullet-docs: documentation')
+
+  cd ${pkgbase}-${pkgver}-r${_rev}/build
+
+  # install it
+  make DESTDIR=${pkgdir} install
+
+  # manually handle pkgconfig file
+  mkdir -p ${pkgdir}/usr/lib/pkgconfig
+  sed s|VERSION|${pkgver}|g ${srcdir}/bullet.pc  
${pkgdir}/usr/lib/pkgconfig/bullet.pc
+
+  # install license
+  install -Dm644 ../BulletLicense.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc=Documentation for bullet
+  depends=()
+
+  cd ${pkgbase}-${pkgver}-r${_rev}
+
+  # install docs
+  install -Dm644 Bullet_User_Manual.pdf 
${pkgdir}/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  cp -r html ${pkgdir}/usr/share/doc/bullet/html  
+}
+# vim: sw=2 ts=2 et:


Property changes on: bullet/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bullet/trunk/bullet.pc
===
--- bullet/trunk/bullet.pc  (rev 0)
+++ bullet/trunk/bullet.pc  2013-12-13 20:43:08 UTC (rev 201524)
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: bullet
+Description: Bullet Continuous Collision Detection and Physics Library
+Requires:
+Version: VERSION
+Libs: -L${libdir} -lBulletDynamics -lBulletCollision -lLinearMath 
-lBulletSoftBody
+Cflags: -I${includedir}/bullet



[arch-commits] Commit in (bullet)

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 21:44:32
  Author: ronald
Revision: 102548

community2extra: Moving bullet from community to extra

Deleted:
  bullet/



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 22:18:33
  Author: ronald
Revision: 201528

upgpkg: enlightenment16 1.0.13-3

versioned replaces

Modified:
  enlightenment16/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 20:45:32 UTC (rev 201527)
+++ PKGBUILD2013-12-13 21:18:33 UTC (rev 201528)
@@ -5,7 +5,7 @@
 _pkgname=enlightenment
 pkgver=1.0.13
 _themever=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A fast, flexible, and very extensible Window Manager
 arch=('i686' 'x86_64')
 url=http://www.enlightenment.org;
@@ -12,7 +12,7 @@
 license=('BSD' 'custom')
 depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
  'libxrandr' 'libpulse')
-replaces=('enlightenment')
+replaces=('enlightenment=1.0.13')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
 sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'



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

2013-12-13 Thread Ronald van Haren
Date: Friday, December 13, 2013 @ 22:18:56
  Author: ronald
Revision: 201529

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-13 21:18:33 UTC (rev 201528)
+++ extra-i686/PKGBUILD 2013-12-13 21:18:56 UTC (rev 201529)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment16
-_pkgname=enlightenment
-pkgver=1.0.13
-_themever=1.0.1
-pkgrel=2
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
- 'libxrandr' 'libpulse')
-replaces=('enlightenment')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
-
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
-  'ae34e2df1294198795736bf953bf695aba93b710')
-
-build() {
-  cd ${srcdir}/e16-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
-  make
-
-  cd ${srcdir}/e16-themes-${_themever}
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/e16-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
-  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
-
-  cd ${srcdir}/e16-themes-${_themever}
-  make DESTDIR=${pkgdir} install
-  chown -R root:root ${pkgdir}/usr/share/*
-}

Copied: enlightenment16/repos/extra-i686/PKGBUILD (from rev 201528, 
enlightenment16/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-13 21:18:56 UTC (rev 201529)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=enlightenment16
+_pkgname=enlightenment
+pkgver=1.0.13
+_themever=1.0.1
+pkgrel=3
+pkgdesc=A fast, flexible, and very extensible Window Manager
+arch=('i686' 'x86_64')
+url=http://www.enlightenment.org;
+license=('BSD' 'custom')
+depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
+ 'libxrandr' 'libpulse')
+replaces=('enlightenment=1.0.13')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
+
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
+sha1sums=('bcb74385fb6d0732f735f27264ae02b539d136c9'
+  'ae34e2df1294198795736bf953bf695aba93b710')
+
+build() {
+  cd ${srcdir}/e16-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound-pulse
+  make
+
+  cd ${srcdir}/e16-themes-${_themever}
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/e16-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh 
${pkgdir}/usr/bin/e16-gnome
+  install -D -m755 ${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh 
${pkgdir}/usr/bin/e16-kde
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  install -D -m644 fonts/COPYRIGHT.Vera 
${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera
+
+  cd ${srcdir}/e16-themes-${_themever}
+  make DESTDIR=${pkgdir} install
+  chown -R root:root ${pkgdir}/usr/share/*
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-13 21:18:33 UTC (rev 201528)
+++ extra-x86_64/PKGBUILD   2013-12-13 21:18:56 UTC (rev 201529)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=enlightenment16
-_pkgname=enlightenment
-pkgver=1.0.13
-_themever=1.0.1
-pkgrel=2
-pkgdesc=A fast, flexible, and very extensible Window Manager
-arch=('i686' 'x86_64')
-url=http://www.enlightenment.org;
-license=('BSD' 'custom')
-depends=('libxinerama' 'imlib2' 'perl' 'pango' 'libxcomposite' \
- 'libxrandr' 'libpulse')
-replaces=('enlightenment')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgname}/e16-${pkgver}.tar.gz
 \
-

[arch-commits] Commit in fakechroot/trunk (2 files)

2013-12-13 Thread Allan McRae
Date: Saturday, December 14, 2013 @ 01:09:01
  Author: allan
Revision: 201530

upgpkg: fakechroot 2.17.1-2

fix chroot path sanitizing

Added:
  fakechroot/trunk/fakechroot-2.17.1-sanitize-chroot-path.patch
Modified:
  fakechroot/trunk/PKGBUILD

--+
 PKGBUILD |   13 +--
 fakechroot-2.17.1-sanitize-chroot-path.patch |   44 +
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 21:18:56 UTC (rev 201529)
+++ PKGBUILD2013-12-14 00:09:01 UTC (rev 201530)
@@ -4,16 +4,23 @@
 
 pkgname=fakechroot
 pkgver=2.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Gives a fake chroot environment
 arch=('i686' 'x86_64')
 url=https://github.com/dex4er/fakechroot/wiki;
 license=('LGPL')
 install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz
+fakechroot-2.17.1-sanitize-chroot-path.patch)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc'
+ 'fadc56f4b4dd67ba362c5ac41f5cb293')
 
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fakechroot-2.17.1-sanatise-chroot-path.patch
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sbindir=/usr/bin \

Added: fakechroot-2.17.1-sanitize-chroot-path.patch
===
--- fakechroot-2.17.1-sanitize-chroot-path.patch
(rev 0)
+++ fakechroot-2.17.1-sanitize-chroot-path.patch2013-12-14 00:09:01 UTC 
(rev 201530)
@@ -0,0 +1,44 @@
+From 922b9be90ccce8f5b01339864f499f6d77505c5f Mon Sep 17 00:00:00 2001
+From: Andrew Gregory andrew.gregor...@gmail.com
+Date: Fri, 13 Dec 2013 12:31:00 -0500
+Subject: [PATCH] chroot: sanitize path
+
+path was not being sanitized if it started with '/' causing chroot calls
+to fail when path ended with '/'.
+
+Signed-off-by: Andrew Gregory andrew.gregor...@gmail.com
+---
+ src/chroot.c| 3 +++
+ test/t/chroot.t | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/chroot.c b/src/chroot.c
+index 9e15ff5..7917a9a 100644
+--- a/src/chroot.c
 b/src/chroot.c
+@@ -76,6 +76,9 @@
+ else {
+ if (*path == '/') {
+ expand_chroot_rel_path(path);
++strlcpy(tmp, path, FAKECHROOT_PATH_MAX);
++dedotdot(tmpptr);
++path = tmpptr;
+ }
+ else {
+ snprintf(tmp, FAKECHROOT_PATH_MAX, %s/%s, cwd, path);
+diff --git a/test/t/chroot.t b/test/t/chroot.t
+index e532a6f..286b863 100755
+--- a/test/t/chroot.t
 b/test/t/chroot.t
+@@ -14,7 +14,7 @@ for chroot in chroot fakechroot; do
+ skip $(( $tap_plan / 2 )) not root
+ else
+ 
+-for testtree in testtree2 /testtree2 ./testtree2 /./testtree2 
testtree2/. testtree2/./.; do
++for testtree in testtree2 /testtree2 ./testtree2 /./testtree2 
testtree2/. testtree2/./. testtree2/; do
+ t=`$srcdir/$chroot.sh testtree /usr/sbin/chroot $testtree 
/bin/cat /CHROOT 21`
+ test $t = testtree/testtree2 || not
+ ok $chroot chroot $testtree: $t
+-- 
+1.8.5.1
+



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

2013-12-13 Thread Allan McRae
Date: Saturday, December 14, 2013 @ 01:10:26
  Author: allan
Revision: 201531

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

Added:
  fakechroot/repos/testing-i686/PKGBUILD
(from rev 201530, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-i686/fakechroot-2.17.1-sanitize-chroot-path.patch
(from rev 201530, 
fakechroot/trunk/fakechroot-2.17.1-sanitize-chroot-path.patch)
  fakechroot/repos/testing-i686/fakechroot.install
(from rev 201530, fakechroot/trunk/fakechroot.install)
  fakechroot/repos/testing-x86_64/PKGBUILD
(from rev 201530, fakechroot/trunk/PKGBUILD)
  fakechroot/repos/testing-x86_64/fakechroot-2.17.1-sanitize-chroot-path.patch
(from rev 201530, 
fakechroot/trunk/fakechroot-2.17.1-sanitize-chroot-path.patch)
  fakechroot/repos/testing-x86_64/fakechroot.install
(from rev 201530, fakechroot/trunk/fakechroot.install)
Deleted:
  fakechroot/repos/testing-i686/PKGBUILD
  fakechroot/repos/testing-i686/fakechroot.install
  fakechroot/repos/testing-x86_64/PKGBUILD
  fakechroot/repos/testing-x86_64/fakechroot.install

-+
 /PKGBUILD   |   84 ++
 /fakechroot.install |   22 ++
 testing-i686/PKGBUILD   |   35 
 testing-i686/fakechroot-2.17.1-sanitize-chroot-path.patch   |   44 +
 testing-i686/fakechroot.install |   11 -
 testing-x86_64/PKGBUILD |   35 
 testing-x86_64/fakechroot-2.17.1-sanitize-chroot-path.patch |   44 +
 testing-x86_64/fakechroot.install   |   11 -
 8 files changed, 194 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-14 00:09:01 UTC (rev 201530)
+++ testing-i686/PKGBUILD   2013-12-14 00:10:26 UTC (rev 201531)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Allan McRae al...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=fakechroot
-pkgver=2.17.1
-pkgrel=1
-pkgdesc=Gives a fake chroot environment
-arch=('i686' 'x86_64')
-url=https://github.com/dex4er/fakechroot/wiki;
-license=('LGPL')
-install=fakechroot.install
-source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz)
-md5sums=('3c17eff0c854a77f98b4d0db086bc5bc')
-
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sbindir=/usr/bin \
---libdir=/usr/lib/libfakeroot --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 check
-}
-  
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
-  echo '/usr/lib/libfakeroot/fakechroot/'  
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
-}

Copied: fakechroot/repos/testing-i686/PKGBUILD (from rev 201530, 
fakechroot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-14 00:10:26 UTC (rev 201531)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=fakechroot
+pkgver=2.17.1
+pkgrel=2
+pkgdesc=Gives a fake chroot environment
+arch=('i686' 'x86_64')
+url=https://github.com/dex4er/fakechroot/wiki;
+license=('LGPL')
+install=fakechroot.install
+source=(https://github.com/dex4er/fakechroot/archive/${pkgver}.tar.gz
+fakechroot-2.17.1-sanitize-chroot-path.patch)
+md5sums=('3c17eff0c854a77f98b4d0db086bc5bc'
+ 'fadc56f4b4dd67ba362c5ac41f5cb293')
+
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/fakechroot-2.17.1-sanatise-chroot-path.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+--libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+  
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot/fakechroot/'  
${pkgdir}/etc/ld.so.conf.d/fakechroot.conf
+}

Copied: 
fakechroot/repos/testing-i686/fakechroot-2.17.1-sanitize-chroot-path.patch 
(from rev 201530, fakechroot/trunk/fakechroot-2.17.1-sanitize-chroot-path.patch)
===
--- testing-i686/fakechroot-2.17.1-sanitize-chroot-path.patch   
(rev 0)
+++ testing-i686/fakechroot-2.17.1-sanitize-chroot-path.patch   2013-12-14 
00:10:26 UTC (rev 201531)
@@ -0,0 +1,44 @@
+From 922b9be90ccce8f5b01339864f499f6d77505c5f Mon Sep 17 00:00:00 2001
+From: Andrew Gregory andrew.gregor...@gmail.com
+Date: Fri, 13 Dec 2013 12:31:00 -0500
+Subject: [PATCH] chroot: 

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

2013-12-13 Thread Felix Yan
Date: Saturday, December 14, 2013 @ 03:41:26
  Author: fyan
Revision: 102550

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-14 02:40:38 UTC (rev 102549)
+++ PKGBUILD2013-12-14 02:41:26 UTC (rev 102550)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=sunpinyin-data
-pkgver=2.0.3.20131212
-_lm_sc_ver=20121025
-_dict_ver=20131212
-pkgrel=1
-arch=('any')
-pkgdesc=Statistical language model data from open-gram project for sunpinyin
-license=('APACHE')
-provides=(sunpinyin-data-le=$pkgver)
-url=http://sunpinyin.googlecode.com;
-makedepends=(sunpinyin)
-source=(http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-${_lm_sc_ver}.tar.bz2;
-http://open-gram.googlecode.com/files/dict.utf8-${_dict_ver}.tar.bz2;)
-
-prepare() {
-  mkdir raw  cd raw
-  ln -s ../lm_sc.t3g.arpa
-  ln -s ../dict.utf8
-
-  ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk ./Makefile
-}
-
-build() {
-  cd raw
-  make
-}
-
-package() {
-  cd raw
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
-
'3c90965ee389995a9a2801d489fb3f37ecf124d318a159a94145f6db348d7561dfa408dd148ab4eeae3ea466f83c1132558d4117bc6a01ca97cf89ce85ca9b99')

Copied: sunpinyin-data/repos/community-any/PKGBUILD (from rev 102549, 
sunpinyin-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-14 02:41:26 UTC (rev 102550)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=sunpinyin-data
+pkgver=2.0.3.20131214
+_lm_sc_ver=20121025
+_dict_ver=20131214
+pkgrel=1
+arch=('any')
+pkgdesc=Statistical language model data from open-gram project for sunpinyin
+license=('APACHE')
+provides=(sunpinyin-data-le=$pkgver)
+url=http://sunpinyin.googlecode.com;
+makedepends=(sunpinyin)
+source=(http://open-gram.googlecode.com/files/lm_sc.t3g.arpa-${_lm_sc_ver}.tar.bz2;
+http://open-gram.googlecode.com/files/dict.utf8-${_dict_ver}.tar.bz2;)
+
+prepare() {
+  mkdir raw  cd raw
+  ln -s ../lm_sc.t3g.arpa
+  ln -s ../dict.utf8
+
+  ln -sf /usr/share/doc/sunpinyin/SLM-inst.mk ./Makefile
+}
+
+build() {
+  cd raw
+  make
+}
+
+package() {
+  cd raw
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
+
'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')



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

2013-12-13 Thread Felix Yan
Date: Saturday, December 14, 2013 @ 03:40:38
  Author: fyan
Revision: 102549

upgpkg: sunpinyin-data 2.0.3.20131214-1

Modified:
  sunpinyin-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-13 20:44:32 UTC (rev 102548)
+++ PKGBUILD2013-12-14 02:40:38 UTC (rev 102549)
@@ -3,9 +3,9 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=sunpinyin-data
-pkgver=2.0.3.20131212
+pkgver=2.0.3.20131214
 _lm_sc_ver=20121025
-_dict_ver=20131212
+_dict_ver=20131214
 pkgrel=1
 arch=('any')
 pkgdesc=Statistical language model data from open-gram project for sunpinyin
@@ -35,4 +35,4 @@
 }
 
 
sha512sums=('3159dd3700382cfa617ba025ce542660580f3057e0dd6bbb92947902495db08e4454c1d09d01a55c90653444513d125dd034e944b060a9d8e009c3633b106d97'
-
'3c90965ee389995a9a2801d489fb3f37ecf124d318a159a94145f6db348d7561dfa408dd148ab4eeae3ea466f83c1132558d4117bc6a01ca97cf89ce85ca9b99')
+
'adaf52a27c6afdeb950912845f3fcb7a6799f997d50a2892ceecf76ed13e3644407338d734832c2ce4b09bce11fec4731774f1eb2dd4c30bea5490555915bd5b')



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

2013-12-13 Thread Felix Yan
Date: Saturday, December 14, 2013 @ 03:53:32
  Author: fyan
Revision: 102551

upgpkg: python-boto 2.20.1-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-14 02:41:26 UTC (rev 102550)
+++ PKGBUILD2013-12-14 02:53:32 UTC (rev 102551)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.20.0
+pkgver=2.20.1
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2013-12-13 Thread Felix Yan
Date: Saturday, December 14, 2013 @ 03:54:15
  Author: fyan
Revision: 102552

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 102551, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 102551, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-14 02:53:32 UTC (rev 102551)
+++ PKGBUILD2013-12-14 02:54:15 UTC (rev 102552)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.20.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 102551, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-14 02:54:15 UTC (rev 102552)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.20.1

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

2013-12-13 Thread Andrea Scarpino
Date: Saturday, December 14, 2013 @ 08:15:21
  Author: andrea
Revision: 201533

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

Added:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
(from rev 201532, oxygen-gtk3/trunk/PKGBUILD)
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD
(from rev 201532, oxygen-gtk3/trunk/PKGBUILD)
Deleted:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-14 07:15:12 UTC (rev 201532)
+++ extra-i686/PKGBUILD 2013-12-14 07:15:21 UTC (rev 201533)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('47901c08c1e1d2451da278552881ec06')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-i686/PKGBUILD (from rev 201532, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-14 07:15:21 UTC (rev 201533)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8ca81ea29a93c5859f179266f07c66e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-14 07:15:12 UTC (rev 201532)
+++ extra-x86_64/PKGBUILD   2013-12-14 07:15:21 UTC (rev 201533)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('47901c08c1e1d2451da278552881ec06')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-x86_64/PKGBUILD (from rev 201532, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-14 07:15:21 UTC (rev 201533)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('a8ca81ea29a93c5859f179266f07c66e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-13 Thread Andrea Scarpino
Date: Saturday, December 14, 2013 @ 08:15:12
  Author: andrea
Revision: 201532

upgpkg: oxygen-gtk3 1.3.1-1

Upstream release

Modified:
  oxygen-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-14 00:10:26 UTC (rev 201531)
+++ PKGBUILD2013-12-14 07:15:12 UTC (rev 201532)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=oxygen-gtk3
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('47901c08c1e1d2451da278552881ec06')
+md5sums=('a8ca81ea29a93c5859f179266f07c66e')
 
 prepare() {
   mkdir build