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

2013-06-30 Thread Laurent Carlier
Date: Sunday, June 30, 2013 @ 08:27:57
  Author: lcarlier
Revision: 93258

upgpkg: hatari 1.7.0-1

upstream update 1.7.0

Modified:
  hatari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 04:31:46 UTC (rev 93257)
+++ PKGBUILD2013-06-30 06:27:57 UTC (rev 93258)
@@ -2,8 +2,8 @@
 # Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=hatari
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='An Atari ST and STE emulator'
 arch=('i686' 'x86_64')
 url='http://hatari.sourceforge.net/'
@@ -11,7 +11,7 @@
 depends=('sdl' 'libpng')
 makedepends=('cmake')
 
source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3957d0c5f8093313c798e565af9a92e1')
+md5sums=('67b16ec0a0994aa6a935b193254118e0')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-06-30 Thread Laurent Carlier
Date: Sunday, June 30, 2013 @ 08:28:12
  Author: lcarlier
Revision: 93259

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-30 06:27:57 UTC (rev 93258)
+++ community-i686/PKGBUILD 2013-06-30 06:28:12 UTC (rev 93259)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=hatari
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng')
-makedepends=('cmake')
-source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3957d0c5f8093313c798e565af9a92e1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-i686/PKGBUILD (from rev 93258, 
hatari/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-30 06:28:12 UTC (rev 93259)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=hatari
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('67b16ec0a0994aa6a935b193254118e0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-30 06:27:57 UTC (rev 93258)
+++ community-x86_64/PKGBUILD   2013-06-30 06:28:12 UTC (rev 93259)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=hatari
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng')
-makedepends=('cmake')
-source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3957d0c5f8093313c798e565af9a92e1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 93258, 
hatari/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-30 06:28:12 UTC (rev 93259)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=hatari
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'libpng')
+makedepends=('cmake')
+source=(http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('67b16ec0a0994aa6a935b193254118e0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-06-30 Thread Jelle van der Waa
Date: Sunday, June 30, 2013 @ 14:27:03
  Author: jelle
Revision: 93260

upgpkg: calibre 0.9.37-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 06:28:12 UTC (rev 93259)
+++ PKGBUILD2013-06-30 12:27:03 UTC (rev 93260)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.36
+pkgver=0.9.37
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,7 +25,7 @@
 
source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('f7dfb823bd17435c99f20b8a5f904b2a'
+md5sums=('76db2eb11fe51d85ae9121203defb677'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



[arch-commits] Commit in calibre/repos (13 files)

2013-06-30 Thread Jelle van der Waa
Date: Sunday, June 30, 2013 @ 14:51:34
  Author: jelle
Revision: 93261

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 93260, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 93260, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 93260, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 93260, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 93260, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   28 
 /calibre.install   |   12 +
 /desktop_integration.patch |  109 
 community-i686/PKGBUILD|   89 -
 community-i686/calibre-mount-helper|   28 
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 
 community-x86_64/PKGBUILD  |   89 -
 community-x86_64/calibre-mount-helper  |   28 
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 
 12 files changed, 327 insertions(+), 476 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-30 12:27:03 UTC (rev 93260)
+++ community-i686/PKGBUILD 2013-06-30 12:51:34 UTC (rev 93261)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=0.9.36
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 
- 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
- 'libunrar' 'python2-pyqt4' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect')
-makedepends=('python2-pycountry' 'qt4-private-headers')
-optdepends=('ipython2: to use calibre-debug')
-install=calibre.install
-source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
-'desktop_integration.patch'
-'calibre-mount-helper')
-md5sums=('f7dfb823bd17435c99f20b8a5f904b2a'
- '8353d1878c5a498b3e49eddef473605f'
- '675cd87d41342119827ef706055491e7')
-
-prepare(){
-  cd ${srcdir}/${pkgname}
-  #rm -rf src/{cherrypy,pyPdf}
-  rm -rf src/cherrypy
-  rm -rf resources/${pkgname}-portable.*
-  sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
-
-  # Fix for calibre-0.8.58
-  sed -i -e s:#!usr:#!/usr:g src/calibre/ebooks/markdown/extensions/meta.py
-
-  sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#![ ]/usr/bin/env[ 
]\+python$\|#!/usr/bin/python$\):\12:g' \
-$(find . -regex .*.py\|.*.recipe)
-}
-
-build() {
-  cd ${srcdir}/${pkgname}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-#LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  
-  patch -Np1 -i ${srcdir}/desktop_integration.patch
-
-  # More on desktop integration (e.g. enforce arch defaults)
-  sed -i -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e s|self.opts.staging_sharedir, 'man/man1'|self.opts.staging_root, 
'usr/share/man/man1'| \
-  -e s|manpath, prog+'.1'+__appname__+'.bz2'|manpath, prog+'.1'+'.bz2'| \
-  -e s|old_udev = '/etc|old_udev = '${pkgdir}/etc| \
-  -e s/^Name=calibre/Name=Calibre/g src/calibre/linux.py
-
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages
-  install -d 

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

2013-06-30 Thread Evangelos Foutras
Date: Sunday, June 30, 2013 @ 16:06:26
  Author: foutrelis
Revision: 93262

upgpkg: phpmyadmin 4.0.4.1-1

New upstream release.

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 12:51:34 UTC (rev 93261)
+++ PKGBUILD2013-06-30 14:06:26 UTC (rev 93262)
@@ -5,7 +5,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.0.4
+pkgver=4.0.4.1
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -18,7 +18,7 @@
etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
 install=$pkgname.install
-sha256sums=('c8e5f1d5d9899eb765760a10894147b447810f3234e9b029d7abee4b0a16c58d')
+sha256sums=('bd4f5c8084f9378657a02bb9ec3396db365f98b2a0f7b1a3930d7a116502ea8c')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin



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

2013-06-30 Thread Evangelos Foutras
Date: Sunday, June 30, 2013 @ 16:06:34
  Author: foutrelis
Revision: 93263

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-30 14:06:26 UTC (rev 93262)
+++ PKGBUILD2013-06-30 14:06:34 UTC (rev 93263)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: tobias tob...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.0.4
-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'
-   'python')
-backup=(etc/webapps/phpmyadmin/.htaccess
-   etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-install=$pkgname.install
-sha256sums=('c8e5f1d5d9899eb765760a10894147b447810f3234e9b029d7abee4b0a16c58d')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
-  echo deny from all $pkgdir/etc/webapps/phpmyadmin/.htaccess
-
-  ln -s /etc/webapps/phpmyadmin/.htaccess $_instdir/.htaccess
-  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 93262, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-30 14:06:34 UTC (rev 93263)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: tobias tob...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.0.4.1
+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'
+   'python')
+backup=(etc/webapps/phpmyadmin/.htaccess
+   etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+install=$pkgname.install
+sha256sums=('bd4f5c8084f9378657a02bb9ec3396db365f98b2a0f7b1a3930d7a116502ea8c')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
+  echo deny from all $pkgdir/etc/webapps/phpmyadmin/.htaccess
+
+  ln -s /etc/webapps/phpmyadmin/.htaccess $_instdir/.htaccess
+  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-06-30 14:06:26 UTC (rev 93262)
+++ phpmyadmin.install  2013-06-30 14:06:34 UTC (rev 93263)
@@ -1,3 +0,0 @@
-post_install() {
-echo Check http://wiki.archlinux.org/index.php/Phpmyadmin for details.
-}

Copied: 

[arch-commits] Commit in texlive-bin/trunk (6 files)

2013-06-30 Thread Rémy Oudompheng
Date: Sunday, June 30, 2013 @ 20:28:38
  Author: remy
Revision: 189222

Update to TeXLive 2013.

Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/texlive.install
Deleted:
  texlive-bin/trunk/09-texlive-fonts.conf
  texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/trunk/poppler-0.20.patch
  texlive-bin/trunk/texmf.cnf

---+
 09-texlive-fonts.conf |9 
 PKGBUILD  |  199 ++-
 luatex-r4449-radical-rule-thickness.patch |   23 
 poppler-0.20.patch|   22 
 texlive.install   |   33 -
 texmf.cnf |  724 
 6 files changed, 93 insertions(+), 917 deletions(-)

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


[arch-commits] Commit in aegisub/trunk (PKGBUILD crash-on-deatach.patch lua51.patch)

2013-06-30 Thread Maxime Gauduin
Date: Sunday, June 30, 2013 @ 21:00:50
  Author: alucryd
Revision: 93264

upgpkg: aegisub 3.0.3-1

Modified:
  aegisub/trunk/PKGBUILD
Deleted:
  aegisub/trunk/crash-on-deatach.patch
  aegisub/trunk/lua51.patch

+
 PKGBUILD   |   19 +--
 crash-on-deatach.patch |   10 --
 lua51.patch|   24 
 3 files changed, 5 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 14:06:34 UTC (rev 93263)
+++ PKGBUILD2013-06-30 19:00:50 UTC (rev 93264)
@@ -4,8 +4,8 @@
 # Contributor: Limao Luo luolimao+...@gmail.com
 
 pkgname=aegisub
-pkgver=3.0.2
-pkgrel=6
+pkgver=3.0.3
+pkgrel=1
 pkgdesc=A general-purpose subtitle editor with ASS/SSA support
 arch=('i686' 'x86_64')
 url=http://www.aegisub.org;
@@ -13,28 +13,19 @@
 depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 
'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
 makedepends=('mesa')
 install=aegisub.install
-source=(http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz; 
'crash-on-deatach.patch' 'lua51.patch')
-sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
-'85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
-'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
+source=(http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
 
 build() {
   cd ${srcdir}/${pkgname}/${pkgname}
 
-# Patch
-  patch -Np1 -i ${srcdir}/crash-on-deatach.patch
-  patch -Np1 -i ${srcdir}/lua51.patch
-
-# Build
-  autoreconf -ivf
-  ./configure --prefix=/usr --without-{portaudio,openal,oss} 
--with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr 
--without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 
--with-wx-config=/usr/bin/wx-config-2.9
   make
 }
 
 package() {
   cd ${srcdir}/${pkgname}/${pkgname}
 
-# Install
   make DESTDIR=$pkgdir install
 
 # License

Deleted: crash-on-deatach.patch
===
--- crash-on-deatach.patch  2013-06-30 14:06:34 UTC (rev 93263)
+++ crash-on-deatach.patch  2013-06-30 19:00:50 UTC (rev 93264)
@@ -1,10 +0,0 @@
 a/src/video_display.cpp
-+++ b/src/video_display.cpp
-@@ -309,6 +309,7 @@
- }
- 
- void VideoDisplay::UpdateSize() {
-+  if (zoomValue=0) zoomValue = 1;
-   if (!con-videoController-IsLoaded() || !IsShownOnScreen()) return;
- 
-   videoSize.Set(con-videoController-GetWidth(), 
con-videoController-GetHeight());

Deleted: lua51.patch
===
--- lua51.patch 2013-06-30 14:06:34 UTC (rev 93263)
+++ lua51.patch 2013-06-30 19:00:50 UTC (rev 93264)
@@ -1,24 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -371,9 +371,9 @@
- 
- AS_IF([test x$with_lua = xno], [$with_auto4_lua=no; 
lua_disabled=(disabled)], [
-   # First try pkg-config with several names
--  PKG_CHECK_MODULES(LUA, lua = 5.1, [with_auto4_lua=yes], [
--  PKG_CHECK_MODULES(LUA, lua5.1  = 5.1, [with_auto4_lua=yes], [
--  PKG_CHECK_MODULES(LUA, lua-5.1 = 5.1, [with_auto4_lua=yes], [
-+  PKG_CHECK_MODULES(LUA, lua5.1  = 5.1 lua5.1   5.2, 
[with_auto4_lua=yes], [
-+  PKG_CHECK_MODULES(LUA, lua-5.1 = 5.1 lua-5.1  5.2, 
[with_auto4_lua=yes], [
-+  PKG_CHECK_MODULES(LUA, lua = 5.1 lua  5.2, 
[with_auto4_lua=yes], [
- # Still not found so try to autodetect
- AS_IF([test -z $LUA_CFLAGS],
-   [AGI_FIND_HEADER([LUA], [lua.hpp],
-@@ -393,7 +393,7 @@
-   return !res;
- }])
- AS_IF([test x$agi_cv_with_lua = xno  test x$with_lua = xyes],
--  [AC_MSG_FAILURE([--with-lua was specified, but lua could not be 
found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
-+  [AC_MSG_FAILURE([--with-lua was specified, but lua 5.1 could not be 
found. Try setting LUA_CLFAGS and LUA_LIBS manually])])
- with_auto4_lua=$agi_cv_with_lua
-   ])])])
- ])



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

2013-06-30 Thread Maxime Gauduin
Date: Sunday, June 30, 2013 @ 21:01:59
  Author: alucryd
Revision: 93265

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

Added:
  aegisub/repos/community-i686/PKGBUILD
(from rev 93264, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub.install
(from rev 93264, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/PKGBUILD
(from rev 93264, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub.install
(from rev 93264, aegisub/trunk/aegisub.install)
Deleted:
  aegisub/repos/community-i686/PKGBUILD
  aegisub/repos/community-i686/aegisub.install
  aegisub/repos/community-i686/crash-on-deatach.patch
  aegisub/repos/community-i686/lua51.patch
  aegisub/repos/community-x86_64/PKGBUILD
  aegisub/repos/community-x86_64/aegisub.install
  aegisub/repos/community-x86_64/crash-on-deatach.patch
  aegisub/repos/community-x86_64/lua51.patch

-+
 /PKGBUILD   |   72 ++
 /aegisub.install|   28 +++
 community-i686/PKGBUILD |   45 --
 community-i686/aegisub.install  |   14 -
 community-i686/crash-on-deatach.patch   |   10 
 community-i686/lua51.patch  |   24 --
 community-x86_64/PKGBUILD   |   45 --
 community-x86_64/aegisub.install|   14 -
 community-x86_64/crash-on-deatach.patch |   10 
 community-x86_64/lua51.patch|   24 --
 10 files changed, 100 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/PKGBUILD 2013-06-30 19:01:59 UTC (rev 93265)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: kozec ko...@kozec.com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgname=aegisub
-pkgver=3.0.2
-pkgrel=6
-pkgdesc=A general-purpose subtitle editor with ASS/SSA support
-arch=('i686' 'x86_64')
-url=http://www.aegisub.org;
-license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 
'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
-makedepends=('mesa')
-install=aegisub.install
-source=(http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz; 
'crash-on-deatach.patch' 'lua51.patch')
-sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
-'85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
-'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
-
-build() {
-  cd ${srcdir}/${pkgname}/${pkgname}
-
-# Patch
-  patch -Np1 -i ${srcdir}/crash-on-deatach.patch
-  patch -Np1 -i ${srcdir}/lua51.patch
-
-# Build
-  autoreconf -ivf
-  ./configure --prefix=/usr --without-{portaudio,openal,oss} 
--with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/${pkgname}
-
-# Install
-  make DESTDIR=$pkgdir install
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
-  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 93264, 
aegisub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-30 19:01:59 UTC (rev 93265)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.0.3
+pkgrel=1
+pkgdesc=A general-purpose subtitle editor with ASS/SSA support
+arch=('i686' 'x86_64')
+url=http://www.aegisub.org;
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 
'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=(http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc')
+
+build() {
+  cd ${srcdir}/${pkgname}/${pkgname}
+
+  ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr 
--without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 
--with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/${pkgname}
+
+  make DESTDIR=$pkgdir install
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/aegisub.install
===
--- community-i686/aegisub.install  2013-06-30 19:00:50 UTC (rev 93264)
+++ community-i686/aegisub.install  2013-06-30 

[arch-commits] Commit in texlive-core/trunk (4 files)

2013-06-30 Thread Rémy Oudompheng
Date: Sunday, June 30, 2013 @ 21:42:10
  Author: remy
Revision: 189223

Update to TeXLive 2013.

Added:
  texlive-core/trunk/09-texlive-fonts.conf
  texlive-core/trunk/texmf.cnf
Modified:
  texlive-core/trunk/PKGBUILD
  texlive-core/trunk/texlive.install

---+
 09-texlive-fonts.conf |1 
 PKGBUILD  |  157 -
 texlive.install   |4 
 texmf.cnf |  782 
 4 files changed, 928 insertions(+), 16 deletions(-)

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


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

2013-06-30 Thread Pierre Schmitz
Date: Sunday, June 30, 2013 @ 21:49:37
  Author: pierre
Revision: 189224

upgpkg: xz 5.0.5-1

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 19:42:10 UTC (rev 189223)
+++ PKGBUILD2013-06-30 19:49:37 UTC (rev 189224)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmi...@gmx.net
 
 pkgname=xz
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 options=('!libtool')
 source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('df3df690aef18384e1e031be7ec3a964'
- '6e203465ee9b8f646d85cf84755e2b32')
+md5sums=('19d924e066b6fff0bc9d1981b4e53196'
+ 'SKIP')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-06-30 Thread Pierre Schmitz
Date: Sunday, June 30, 2013 @ 21:49:49
  Author: pierre
Revision: 189225

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

Added:
  xz/repos/testing-i686/
  xz/repos/testing-i686/PKGBUILD
(from rev 189224, xz/trunk/PKGBUILD)
  xz/repos/testing-x86_64/
  xz/repos/testing-x86_64/PKGBUILD
(from rev 189224, xz/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: xz/repos/testing-i686/PKGBUILD (from rev 189224, xz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-30 19:49:49 UTC (rev 189225)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=xz
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+options=('!libtool')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('19d924e066b6fff0bc9d1981b4e53196'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}

Copied: xz/repos/testing-x86_64/PKGBUILD (from rev 189224, xz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-30 19:49:49 UTC (rev 189225)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=xz
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+options=('!libtool')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('19d924e066b6fff0bc9d1981b4e53196'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}



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

2013-06-30 Thread Jan Steffens
Date: Sunday, June 30, 2013 @ 21:58:00
  Author: heftig
Revision: 189226

2.6.16

Modified:
  gmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 19:49:49 UTC (rev 189225)
+++ PKGBUILD2013-06-30 19:58:00 UTC (rev 189226)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gmime
-pkgver=2.6.15
+pkgver=2.6.16
 pkgrel=1
 pkgdesc=Core mime parsing library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gtk-sharp-2')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4c2a0b99b82063387cd750a38421ebaa0636f339e67984a84371bcb697dc99a')
+sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
 
 build() {
   # get rid of that .wapi errors in fakeroot



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

2013-06-30 Thread Jan Steffens
Date: Sunday, June 30, 2013 @ 21:58:41
  Author: heftig
Revision: 189227

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-30 19:58:00 UTC (rev 189226)
+++ extra-i686/PKGBUILD 2013-06-30 19:58:41 UTC (rev 189227)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.15
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4c2a0b99b82063387cd750a38421ebaa0636f339e67984a84371bcb697dc99a')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-smime \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-i686/PKGBUILD (from rev 189226, gmime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-30 19:58:41 UTC (rev 189227)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.16
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-06-30 19:58:00 UTC (rev 189226)
+++ extra-x86_64/PKGBUILD   2013-06-30 19:58:41 UTC (rev 189227)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Ben b...@benmazer.net
-
-pkgname=gmime
-pkgver=2.6.15
-pkgrel=1
-pkgdesc=Core mime parsing library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://spruce.sourceforge.net/gmime/;
-depends=('glib2' 'gpgme' 'zlib')
-makedepends=('gtk-sharp-2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b4c2a0b99b82063387cd750a38421ebaa0636f339e67984a84371bcb697dc99a')
-
-build() {
-  # get rid of that .wapi errors in fakeroot
-  export MONO_SHARED_DIR=$srcdir/weird
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-smime \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 189226, 
gmime/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-06-30 19:58:41 UTC (rev 189227)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Ben b...@benmazer.net
+
+pkgname=gmime
+pkgver=2.6.16
+pkgrel=1
+pkgdesc=Core mime parsing library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://spruce.sourceforge.net/gmime/;
+depends=('glib2' 'gpgme' 'zlib')
+makedepends=('gtk-sharp-2')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af')
+
+build() {
+  # get rid of that .wapi errors in fakeroot
+  export MONO_SHARED_DIR=$srcdir/weird
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-smime \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2013-06-30 Thread Sven-Hendrik Haase
Date: Monday, July 1, 2013 @ 00:18:45
  Author: svenstaro
Revision: 93266

upgpkg: urbanterror 2:4.2.013-1

Updating to 4.2.013

Modified:
  urbanterror/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 19:01:59 UTC (rev 93265)
+++ PKGBUILD2013-06-30 22:18:45 UTC (rev 93266)
@@ -3,7 +3,7 @@
 # Contributor: grimi grimi at poczta dot fm
 
 pkgname=urbanterror
-pkgver=4.2.012
+pkgver=4.2.013
 pkgrel=1
 epoch=2
 pkgdesc=A team-based tactical shooter based on the Quake 3 Engine
@@ -12,12 +12,12 @@
 license=('GPL2')
 depends=('sdl' 'openal' 'curl' 'urbanterror-data')
 makedepends=('mesa')
-source=(http://www.f1m.fr/uploads/urt/UrbanTerror42_full012.zip;
+source=(http://liq-urt.de/dl/UrbanTerror42_full013.zip;
 urbanterror.sh
 urbanterror-server.sh
 urbanterror.desktop
 urbanterror.png)
-md5sums=('283d5af346c29184f0415fac9850e521'
+md5sums=('b7d5b92f3ce5706eb000d295957f78c0'
  '7812ece92ab71986ef038b3291adc412'
  'fbd3059497cf68769c0cbf02545c6bec'
  '08a99f4d7ad63024bc886e118ddcbc0f'



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

2013-06-30 Thread Sven-Hendrik Haase
Date: Monday, July 1, 2013 @ 00:19:04
  Author: svenstaro
Revision: 93267

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

Added:
  urbanterror/repos/community-i686/PKGBUILD
(from rev 93266, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-i686/urbanterror-server.sh
(from rev 93266, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-i686/urbanterror.desktop
(from rev 93266, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-i686/urbanterror.png
(from rev 93266, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-i686/urbanterror.sh
(from rev 93266, urbanterror/trunk/urbanterror.sh)
  urbanterror/repos/community-x86_64/PKGBUILD
(from rev 93266, urbanterror/trunk/PKGBUILD)
  urbanterror/repos/community-x86_64/urbanterror-server.sh
(from rev 93266, urbanterror/trunk/urbanterror-server.sh)
  urbanterror/repos/community-x86_64/urbanterror.desktop
(from rev 93266, urbanterror/trunk/urbanterror.desktop)
  urbanterror/repos/community-x86_64/urbanterror.png
(from rev 93266, urbanterror/trunk/urbanterror.png)
  urbanterror/repos/community-x86_64/urbanterror.sh
(from rev 93266, urbanterror/trunk/urbanterror.sh)
Deleted:
  urbanterror/repos/community-i686/PKGBUILD
  urbanterror/repos/community-i686/urbanterror-server.sh
  urbanterror/repos/community-i686/urbanterror.desktop
  urbanterror/repos/community-i686/urbanterror.png
  urbanterror/repos/community-i686/urbanterror.sh
  urbanterror/repos/community-x86_64/PKGBUILD
  urbanterror/repos/community-x86_64/urbanterror-server.sh
  urbanterror/repos/community-x86_64/urbanterror.desktop
  urbanterror/repos/community-x86_64/urbanterror.png
  urbanterror/repos/community-x86_64/urbanterror.sh

+
 /PKGBUILD  |   92 +++
 /urbanterror-server.sh |8 ++
 /urbanterror.desktop   |   14 
 /urbanterror.sh|8 ++
 community-i686/PKGBUILD|   46 ---
 community-i686/urbanterror-server.sh   |4 -
 community-i686/urbanterror.desktop |7 --
 community-i686/urbanterror.sh  |4 -
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/urbanterror-server.sh |4 -
 community-x86_64/urbanterror.desktop   |7 --
 community-x86_64/urbanterror.sh|4 -
 12 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-30 22:18:45 UTC (rev 93266)
+++ community-i686/PKGBUILD 2013-06-30 22:19:04 UTC (rev 93267)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: grimi grimi at poczta dot fm
-
-pkgname=urbanterror
-pkgver=4.2.012
-pkgrel=1
-epoch=2
-pkgdesc=A team-based tactical shooter based on the Quake 3 Engine
-arch=('i686' 'x86_64')
-url=http://www.urbanterror.info;
-license=('GPL2')
-depends=('sdl' 'openal' 'curl' 'urbanterror-data')
-makedepends=('mesa')
-source=(http://www.f1m.fr/uploads/urt/UrbanTerror42_full012.zip;
-urbanterror.sh
-urbanterror-server.sh
-urbanterror.desktop
-urbanterror.png)
-md5sums=('283d5af346c29184f0415fac9850e521'
- '7812ece92ab71986ef038b3291adc412'
- 'fbd3059497cf68769c0cbf02545c6bec'
- '08a99f4d7ad63024bc886e118ddcbc0f'
- 'f9a57d898df73f43c6a85c8d8cc455ba')
-
-package() {
-  install -d $pkgdir/opt/urbanterror
-
-  cd $pkgdir/opt/urbanterror
-
-  # Copy binaries.
-  [[ $CARCH == i686 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.i386 urbanterror
-  [[ $CARCH == i686 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.i386 urbanterror-ded
-  [[ $CARCH == x86_64 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT.x86_64 urbanterror
-  [[ $CARCH == x86_64 ]]  install -m755 
$srcdir/UrbanTerror42/Quake3-UrT-Ded.x86_64 urbanterror-ded
-
-  # Copy desktop launcher.
-  install -Dm644 $srcdir/urbanterror.desktop 
$pkgdir/usr/share/applications/urbanterror.desktop
-  install -Dm644 $srcdir/urbanterror.png 
$pkgdir/usr/share/pixmaps/urbanterror.png
-
-  # Copy launch scripts.
-  install -Dm755 $srcdir/urbanterror.sh $pkgdir/usr/bin/urbanterror
-  install -Dm755 $srcdir/urbanterror-server.sh 
$pkgdir/usr/bin/urbanterror-server
-}
-
-# vim: sw=2:ts=2 et:

Copied: urbanterror/repos/community-i686/PKGBUILD (from rev 93266, 
urbanterror/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-30 22:19:04 UTC (rev 93267)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: grimi grimi at poczta dot fm
+
+pkgname=urbanterror
+pkgver=4.2.013
+pkgrel=1
+epoch=2
+pkgdesc=A team-based tactical shooter based on the 

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

2013-06-30 Thread Sven-Hendrik Haase
Date: Monday, July 1, 2013 @ 00:19:52
  Author: svenstaro
Revision: 93269

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-30 22:19:25 UTC (rev 93268)
+++ PKGBUILD2013-06-30 22:19:52 UTC (rev 93269)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=urbanterror-data
-pkgver=4.2.012
-pkgrel=1
-epoch=2
-pkgdesc=A team-based tactical shooter based on the Quake 3 Engine (data 
files)
-arch=('any')
-url=http://www.urbanterror.info;
-license=('custom:freeware')
-backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
-source=(http://www.f1m.fr/uploads/urt/UrbanTerror42_full012.zip;)
-md5sums=('283d5af346c29184f0415fac9850e521')
-
-build() {
-   cd $srcdir
-}
-
-package() {
-  mkdir -p $pkgdir/opt/urbanterror
-  cp -r $srcdir/UrbanTerror42/q3ut4 $pkgdir/opt/urbanterror/q3ut4
-
-  install -Dm644 $srcdir/UrbanTerror42/q3ut4/readme42.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  echo -e \nseta cl_cURLLib \/usr/lib/libcurl.so.4\  
$pkgdir/opt/urbanterror/q3ut4/autoexec.cfg
-}
-
-# vim: sw=2:ts=2 et:

Copied: urbanterror-data/repos/community-any/PKGBUILD (from rev 93268, 
urbanterror-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-30 22:19:52 UTC (rev 93269)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=urbanterror-data
+pkgver=4.2.013
+pkgrel=1
+epoch=2
+pkgdesc=A team-based tactical shooter based on the Quake 3 Engine (data 
files)
+arch=('any')
+url=http://www.urbanterror.info;
+license=('custom:freeware')
+backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
+source=(http://liq-urt.de/dl/UrbanTerror42_full013.zip;)
+md5sums=('b7d5b92f3ce5706eb000d295957f78c0')
+
+build() {
+   cd $srcdir
+}
+
+package() {
+  mkdir -p $pkgdir/opt/urbanterror
+  cp -r $srcdir/UrbanTerror42/q3ut4 $pkgdir/opt/urbanterror/q3ut4
+
+  install -Dm644 $srcdir/UrbanTerror42/q3ut4/readme42.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  echo -e \nseta cl_cURLLib \/usr/lib/libcurl.so.4\  
$pkgdir/opt/urbanterror/q3ut4/autoexec.cfg
+}
+
+# vim: sw=2:ts=2 et:



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

2013-06-30 Thread Sven-Hendrik Haase
Date: Monday, July 1, 2013 @ 00:19:25
  Author: svenstaro
Revision: 93268

upgpkg: urbanterror-data 2:4.2.013-1

Updating to 4.2.013

Modified:
  urbanterror-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 22:19:04 UTC (rev 93267)
+++ PKGBUILD2013-06-30 22:19:25 UTC (rev 93268)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=urbanterror-data
-pkgver=4.2.012
+pkgver=4.2.013
 pkgrel=1
 epoch=2
 pkgdesc=A team-based tactical shooter based on the Quake 3 Engine (data 
files)
@@ -10,8 +10,8 @@
 url=http://www.urbanterror.info;
 license=('custom:freeware')
 backup=('opt/urbanterror/q3ut4/server.cfg' 
'opt/urbanterror/q3ut4/mapcycle.txt')
-source=(http://www.f1m.fr/uploads/urt/UrbanTerror42_full012.zip;)
-md5sums=('283d5af346c29184f0415fac9850e521')
+source=(http://liq-urt.de/dl/UrbanTerror42_full013.zip;)
+md5sums=('b7d5b92f3ce5706eb000d295957f78c0')
 
 build() {
cd $srcdir



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

2013-06-30 Thread Ángel Velásquez
Date: Monday, July 1, 2013 @ 00:54:16
  Author: angvp
Revision: 189228

upgpkg: subversion 1.8.0-1

Version bump to 1.8.0

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 19:58:41 UTC (rev 189227)
+++ PKGBUILD2013-06-30 22:54:16 UTC (rev 189228)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Paul Mattal p...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.10
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -25,17 +26,19 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('4088a77e14232876c9b4ff1541e6e200'
+md5sums=('f053a9948dfe5c70eff5c00509723214'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
  'bb2857eceafcfac35dde39dcffad2314'
  'e8020c7a1d1a0c47091b5fdd034f81c5'
  '6b4340ba9d8845cd8497e013ae01be3f')
+
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
export PYTHON=/usr/bin/python2
 
-   patch -Np0 -i ../subversion.rpath.fix.patch
+   #patch -Np0 -i ../subversion.rpath.fix.patch
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
 
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
@@ -44,7 +47,7 @@
--enable-javahl --with-gnome-keyring --with-kwallet \
--disable-static
 
-   make external-all
+   #make external-all
make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
make swig_pydir=/usr/lib/python2.7/site-packages/libsvn \
  swig_pydir_extra=/usr/lib/python2.7/site-packages/svn swig-py swig-pl 
javahl #swig-rb



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

2013-06-30 Thread Ángel Velásquez
Date: Monday, July 1, 2013 @ 00:56:11
  Author: angvp
Revision: 189229

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 189228, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 189228, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 189228, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 189228, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 189228, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 189228, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 189228, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 189228, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 189228, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 189228, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 189228, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 189228, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 189228, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 189228, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |   95 
 testing-i686/subversion.install   |7 ++
 testing-i686/subversion.rpath.fix.patch   |   10 ++
 testing-i686/svn  |   11 +++
 testing-i686/svnserve.conf|7 ++
 testing-i686/svnserve.service |   11 +++
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   95 
 testing-x86_64/subversion.install |7 ++
 testing-x86_64/subversion.rpath.fix.patch |   10 ++
 testing-x86_64/svn|   11 +++
 testing-x86_64/svnserve.conf  |7 ++
 testing-x86_64/svnserve.service   |   11 +++
 testing-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 284 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 189228, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-30 22:56:11 UTC (rev 189229)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl=5.18' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+install=${pkgname}.install
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('f053a9948dfe5c70eff5c00509723214'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+
+   #patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-neon=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+   --disable-static
+
+   #make external-all
+   make LT_LDFLAGS=-L$Fdestdir/usr/lib local-all
+   make 

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

2013-06-30 Thread Eric Bélanger
Date: Monday, July 1, 2013 @ 01:31:24
  Author: eric
Revision: 189230

upgpkg: openmpi 1.6.5-1

Upstream update

Modified:
  openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 22:56:11 UTC (rev 189229)
+++ PKGBUILD2013-06-30 23:31:24 UTC (rev 189230)
@@ -1,20 +1,20 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 pkgname=openmpi
-pkgver=1.6.4
-pkgrel=2
+pkgver=1.6.5
+pkgrel=1
 pkgdesc=High performance message passing library (MPI)
 arch=('i686' 'x86_64')
 url=http://www.open-mpi.org;
 license=('custom')
 depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
 makedepends=('inetutils')
-options=(!libtool)
+options=('!libtool')
 
source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('38095d3453519177272f488d5058a98f7ebdbf10')
+sha1sums=('93859d515b33dd9a0ee6081db285a2d1dffe21ce')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
 
# Make sure we use the system ltdl librariry rather than the ones in the 
tarball
rm -r opal/libltdl
@@ -40,7 +40,7 @@
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 
# FS#28583
@@ -52,8 +52,9 @@
# Openmpi's otfinfo conflicts with the one from texlive
mv ${pkgdir}/usr/bin/otfinfo{,mpi}
 
-   # Remove dangling symlink
+   # Remove dangling symlink and useless file
rm ${pkgdir}/usr/share/man/man1/orteCC.1
+   rm ${pkgdir}/usr/share/vampirtrace/config.log
 
install -d -m 755 ${pkgdir}/etc/ld.so.conf.d
echo /usr/lib/${pkgname}  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf



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

2013-06-30 Thread Eric Bélanger
Date: Monday, July 1, 2013 @ 01:32:16
  Author: eric
Revision: 189231

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-06-30 23:31:24 UTC (rev 189230)
+++ extra-i686/PKGBUILD 2013-06-30 23:32:16 UTC (rev 189231)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=openmpi
-pkgver=1.6.4
-pkgrel=2
-pkgdesc=High performance message passing library (MPI)
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org;
-license=('custom')
-depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
-makedepends=('inetutils')
-options=(!libtool)
-source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('38095d3453519177272f488d5058a98f7ebdbf10')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
-   rm -r opal/libltdl
-
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/${pkgname} \
-   --mandir=/usr/share/man \
-   --enable-mpi-f90 \
-   --libdir=/usr/lib/${pkgname} \
-   --with-threads=posix \
-   --enable-smp-locks \
-   --with-valgrind \
-   --enable-memchecker \
-   --enable-debug \
-   --enable-pretty-print-stacktrace \
-   --without-slurm \
-   --with-hwloc=/usr \
-   --with-libltdl=/usr  \
-   FC=/usr/bin/gfortran \
-   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # FS#28583
-   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
-   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
-   done
-
-   # Openmpi's otfinfo conflicts with the one from texlive
-   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
-
-   # Remove dangling symlink
-   rm ${pkgdir}/usr/share/man/man1/orteCC.1
-
-   install -d -m 755 ${pkgdir}/etc/ld.so.conf.d
-   echo /usr/lib/${pkgname}  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: openmpi/repos/extra-i686/PKGBUILD (from rev 189230, 
openmpi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-06-30 23:32:16 UTC (rev 189231)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=openmpi
+pkgver=1.6.5
+pkgrel=1
+pkgdesc=High performance message passing library (MPI)
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org;
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=('!libtool')
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('93859d515b33dd9a0ee6081db285a2d1dffe21ce')
+
+build() {
+   cd ${pkgname}-${pkgver}
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   --with-hwloc=/usr \
+   --with-libltdl=/usr  \
+   FC=/usr/bin/gfortran \
+   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # FS#28583
+   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
+   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
+  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
+   done
+
+   # Openmpi's otfinfo conflicts with the one from texlive
+   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
+
+   # Remove dangling symlink and useless file
+   rm ${pkgdir}/usr/share/man/man1/orteCC.1
+   rm 

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

2013-06-30 Thread Gaetan Bisson
Date: Monday, July 1, 2013 @ 02:51:31
  Author: bisson
Revision: 189232

upstream update

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 23:32:16 UTC (rev 189231)
+++ PKGBUILD2013-07-01 00:51:31 UTC (rev 189232)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=uim
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc='Multilingual input method library'
 url='http://code.google.com/p/uim/'
@@ -16,8 +16,8 @@
 'gtk3: immodules and helper applications'
 'gnome-panel: gnome applet indicator')
 options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('13178e0ad9e9196e3fdb0bb9806e4add8fe3a8e5')
+source=(https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
 
 install=install
 



[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)

2013-06-30 Thread Gaetan Bisson
Date: Monday, July 1, 2013 @ 02:51:56
  Author: bisson
Revision: 189233

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 189232, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/install
(from rev 189232, uim/trunk/install)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

--+
 PKGBUILD |   84 ++---
 install  |   26 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-01 00:51:31 UTC (rev 189232)
+++ PKGBUILD2013-07-01 00:51:56 UTC (rev 189233)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=uim
-pkgver=1.8.5
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
-options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('13178e0ad9e9196e3fdb0bb9806e4add8fe3a8e5')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 189232, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-01 00:51:56 UTC (rev 189233)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications'
+'gnome-panel: gnome applet indicator')
+options=('!libtool')
+source=(https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: install
===
--- install 2013-07-01 00:51:31 UTC (rev 189232)
+++ install 2013-07-01 00:51:56 UTC (rev 189233)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-x86_64/install (from rev 189232, uim/trunk/install)
===
--- install (rev 0)
+++ install 2013-07-01 00:51:56 UTC (rev 189233)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
+   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-30 Thread Gaetan Bisson
Date: Monday, July 1, 2013 @ 03:03:08
  Author: bisson
Revision: 189234

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

Added:
  uim/repos/extra-i686/PKGBUILD
(from rev 189233, uim/trunk/PKGBUILD)
  uim/repos/extra-i686/install
(from rev 189233, uim/trunk/install)
  uim/repos/extra-x86_64/PKGBUILD
(from rev 189233, uim/trunk/PKGBUILD)
  uim/repos/extra-x86_64/install
(from rev 189233, uim/trunk/install)
Deleted:
  uim/repos/extra-i686/PKGBUILD
  uim/repos/extra-i686/install
  uim/repos/extra-x86_64/PKGBUILD
  uim/repos/extra-x86_64/install

---+
 /PKGBUILD |   84 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   42 
 extra-i686/install|   13 ---
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/install  |   13 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-01 00:51:56 UTC (rev 189233)
+++ extra-i686/PKGBUILD 2013-07-01 01:03:08 UTC (rev 189234)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=uim
-pkgver=1.8.5
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='http://code.google.com/p/uim/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodules and helper applications'
-'gnome-panel: gnome applet indicator')
-options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('13178e0ad9e9196e3fdb0bb9806e4add8fe3a8e5')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm ${pkgdir}/usr/lib/libgcroots.a
-   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: uim/repos/extra-i686/PKGBUILD (from rev 189233, uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-01 01:03:08 UTC (rev 189234)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=uim
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='http://code.google.com/p/uim/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'gnome-panel')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodules and helper applications'
+'gnome-panel: gnome applet indicator')
+options=('!libtool')
+source=(https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/lib/libgcroots.a
+   install -D -m644 COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-07-01 00:51:56 UTC (rev 189233)
+++ extra-i686/install  2013-07-01 01:03:08 UTC (rev 189234)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  etc/gtk-2.0/gtk.immodules
-   [[ -x usr/bin/gtk-query-immodules-3.0 ]]  
usr/bin/gtk-query-immodules-3.0  usr/lib/gtk-3.0/3.0.0/immodules.cache
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: uim/repos/extra-i686/install (from rev 189233, uim/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-07-01 01:03:08 UTC (rev 189234)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/gtk-query-immodules-2.0 ]]  
usr/bin/gtk-query-immodules-2.0  

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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 04:36:13
  Author: fyan
Revision: 93270

upgpkg: fcitx 4.2.8-1

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-30 22:19:52 UTC (rev 93269)
+++ PKGBUILD2013-07-01 02:36:13 UTC (rev 93270)
@@ -5,29 +5,23 @@
 
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.7
-pkgrel=8
+pkgver=4.2.8
+pkgrel=1
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx/;
+url=http://fcitx-im.org;
 license=('GPL')
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'git')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz
-   
https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
-   
https://github.com/fcitx/fcitx/commit/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch
-   
https://github.com/fcitx/fcitx/commit/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch
-   
https://github.com/fcitx/fcitx/commit/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch
-)
+ 'iso-codes' 'gobject-introspection' 'libxkbfile')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+
https://github.com/fcitx/fcitx/commit/b0a5439ac0188211c0955baf6811a0e3406ac812.patch)
 
 build() {
   #source /etc/profile.d/qt4.sh
 
   cd $srcdir/$pkgbase-$pkgver
-  patch -Np1 -i $srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
-  patch -Np1 -i $srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch
-  git apply -v -p1 $srcdir/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch
-  patch -Np1 -i $srcdir/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch
+  # Fix ELF file patch
+  patch -p1 -i ../b0a5439ac0188211c0955baf6811a0e3406ac812.patch
 
   cd $srcdir
   mkdir -p build
@@ -88,7 +82,7 @@
   rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt4}
   rm -r ${pkgdir}/usr/lib/fcitx/qt
   rm -r ${pkgdir}/usr/include/fcitx-qt
-  rm ${pkgdir}/usr/bin/fcitx-qt-gui-wrapper
+  rm ${pkgdir}/usr/lib/fcitx/libexec/fcitx-qt-gui-wrapper
   rm ${pkgdir}/usr/lib/libfcitx-qt.so*
   rm ${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc
 }
@@ -128,8 +122,5 @@
   make DESTDIR=${pkgdir} install
 }
 
-md5sums=('6e291717c24615b9dc9bfaa2949af3a7'
- '246e36c2232f107ed1692a52ebc43c39'
- '6f420547bc8af9627db2e5290f758433'
- '51e53377e1b83661f2896e25d1a46242'
- '5e9f90817722a138b459b2bf6a926f96')
+md5sums=('79676d18536ebb9d0a0fa47e96416016'
+ '0f3f85204ac1559bbf2cff304122234e')



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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 04:43:29
  Author: fyan
Revision: 93271

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

Added:
  fcitx/repos/community-testing-i686/
  fcitx/repos/community-testing-i686/PKGBUILD
(from rev 93270, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-testing-i686/fcitx-gtk2.install
(from rev 93270, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-testing-i686/fcitx-gtk3.install
(from rev 93270, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-testing-i686/fcitx.install
(from rev 93270, fcitx/trunk/fcitx.install)
  fcitx/repos/community-testing-x86_64/
  fcitx/repos/community-testing-x86_64/PKGBUILD
(from rev 93270, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-testing-x86_64/fcitx-gtk2.install
(from rev 93270, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-testing-x86_64/fcitx-gtk3.install
(from rev 93270, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-testing-x86_64/fcitx.install
(from rev 93270, fcitx/trunk/fcitx.install)

-+
 community-testing-i686/PKGBUILD |  126 ++
 community-testing-i686/fcitx-gtk2.install   |   13 ++
 community-testing-i686/fcitx-gtk3.install   |   11 ++
 community-testing-i686/fcitx.install|   14 ++
 community-testing-x86_64/PKGBUILD   |  126 ++
 community-testing-x86_64/fcitx-gtk2.install |   13 ++
 community-testing-x86_64/fcitx-gtk3.install |   11 ++
 community-testing-x86_64/fcitx.install  |   14 ++
 8 files changed, 328 insertions(+)

Copied: fcitx/repos/community-testing-i686/PKGBUILD (from rev 93270, 
fcitx/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-01 02:43:29 UTC (rev 93271)
@@ -0,0 +1,126 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
+pkgver=4.2.8
+pkgrel=1
+groups=('fcitx-im')
+arch=('i686' 'x86_64')
+url=http://fcitx-im.org;
+license=('GPL')
+makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+
https://github.com/fcitx/fcitx/commit/b0a5439ac0188211c0955baf6811a0e3406ac812.patch)
+
+build() {
+  #source /etc/profile.d/qt4.sh
+
+  cd $srcdir/$pkgbase-$pkgver
+  # Fix ELF file patch
+  patch -p1 -i ../b0a5439ac0188211c0955baf6811a0e3406ac812.patch
+
+  cd $srcdir
+  mkdir -p build
+  cd build
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFORCE_OPENCC=ON \
+-DFORCE_PRESAGE=ON \
+-DFORCE_ENCHANT=ON \
+-DENABLE_TEST=ON \
+-DENABLE_GTK2_IM_MODULE=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+check() {
+  cd ${srcdir}/build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc=Flexible Context-aware Input Tool with eXtension
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+   'libxfixes' 'dbus-core' 'icu')
+  optdepends=('enchant: for word predication support'
+  'opencc: optional engine to do chinese convert'
+ 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese 
input method'
+ 'fcitx-chewing: Intelligent Zhuyin input method library for 
traditional Chinese'
+ 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin 
API on the internet to provide additional input candidates'
+ 'fcitx-configtool: GTK based config tool for Fcitx'
+ 'fcitx-fbterm: Fbterm support for Fcitx'
+ 'fcitx-googlepinyin: A fork from google pinyin on android for 
Fcitx'
+ 'fcitx-gtk2: GTK2 IM Module for fcitx'
+ 'fcitx-gtk3: GTK3 IM Module for fcitx'
+ 'fcitx-hangul: Hangul (Korean) support for fcitx'
+ 'fcitx-libpinyin: Fcitx Wrapper for libpinyin, Library to deal 
with pinyin'
+ 'fcitx-m17n: Multilingual text processing library'
+ 'fcitx-mozc: Fcitx Module of A Japanese Input Method for Chromium 
OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)'
+ 'fcitx-qt4: QT4 IM Module for fcitx'
+ 'fcitx-rime: Rime input method engine (Traditional Chinese)'
+ 'fcitx-sunpinyin: Statistical Language Model based pinyin IME by 
Sun'
+ 'fcitx-table-extra: Extra tables for Fcitx, including Boshiamy, 
Zhengma, Cangjie3, Cangjie5'
+ 'fcitx-table-other: Provides some 

[arch-commits] Commit in xjadeo/trunk (PKGBUILD qjadeo.desktop xjadeo.install)

2013-06-30 Thread speps
Date: Monday, July 1, 2013 @ 04:52:45
  Author: speps
Revision: 93273

upgpkg: xjadeo 0.7.3-1

Added:
  xjadeo/trunk/PKGBUILD
  xjadeo/trunk/qjadeo.desktop
  xjadeo/trunk/xjadeo.install

+
 PKGBUILD   |   42 ++
 qjadeo.desktop |8 
 xjadeo.install |   11 +++
 3 files changed, 61 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-01 02:52:45 UTC (rev 93273)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+
+pkgname=xjadeo
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=A simple video player that is synchronized to jack transport.
+arch=('i686' 'x86_64')
+url=http://xjadeo.sourceforge.net;
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
+makedepends=('qt4')
+optdepends=('qt4: for the GUI (qjadeo)')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   qjadeo.desktop)
+install=$pkgname.install
+md5sums=('b5a67f7a8a8279f37ac681f40d6cbc10'
+ '315e2ab44ce3edf4068ff6db48942908')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-qtgui \
+  --with-qt4prefix=/usr/lib/qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # rc file
+  install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
+
+  # desktop file
+  install -Dm644 ../qjadeo.desktop \
+$pkgdir/usr/share/applications/qjadeo.desktop
+
+  # icon
+  install -Dm644 doc/xjadeo.png \
+$pkgdir/usr/share/pixmaps/qjadeo.png
+}


Property changes on: xjadeo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: qjadeo.desktop
===
--- qjadeo.desktop  (rev 0)
+++ qjadeo.desktop  2013-07-01 02:52:45 UTC (rev 93273)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=qjadeo
+Type=Application
+Terminal=false
+Name=QJadeo
+Comment=QJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=qjadeo
\ No newline at end of file

Added: xjadeo.install
===
--- xjadeo.install  (rev 0)
+++ xjadeo.install  2013-07-01 02:52:45 UTC (rev 93273)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}



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

2013-06-30 Thread speps
Date: Monday, July 1, 2013 @ 04:52:09
  Author: speps
Revision: 93272

addpkg: xjadeo - needed for video support in ardour 3.2+

Added:
  xjadeo/
  xjadeo/repos/
  xjadeo/trunk/



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

2013-06-30 Thread speps
Date: Monday, July 1, 2013 @ 04:54:17
  Author: speps
Revision: 93274

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

Added:
  xjadeo/repos/community-i686/
  xjadeo/repos/community-i686/PKGBUILD
(from rev 93273, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-i686/qjadeo.desktop
(from rev 93273, xjadeo/trunk/qjadeo.desktop)
  xjadeo/repos/community-i686/xjadeo.install
(from rev 93273, xjadeo/trunk/xjadeo.install)
  xjadeo/repos/community-x86_64/
  xjadeo/repos/community-x86_64/PKGBUILD
(from rev 93273, xjadeo/trunk/PKGBUILD)
  xjadeo/repos/community-x86_64/qjadeo.desktop
(from rev 93273, xjadeo/trunk/qjadeo.desktop)
  xjadeo/repos/community-x86_64/xjadeo.install
(from rev 93273, xjadeo/trunk/xjadeo.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/qjadeo.desktop   |8 +++
 community-i686/xjadeo.install   |   11 +
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/qjadeo.desktop |8 +++
 community-x86_64/xjadeo.install |   11 +
 6 files changed, 122 insertions(+)

Copied: xjadeo/repos/community-i686/PKGBUILD (from rev 93273, 
xjadeo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-01 02:54:17 UTC (rev 93274)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+
+pkgname=xjadeo
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=A simple video player that is synchronized to jack transport.
+arch=('i686' 'x86_64')
+url=http://xjadeo.sourceforge.net;
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
+makedepends=('qt4')
+optdepends=('qt4: for the GUI (qjadeo)')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   qjadeo.desktop)
+install=$pkgname.install
+md5sums=('b5a67f7a8a8279f37ac681f40d6cbc10'
+ '315e2ab44ce3edf4068ff6db48942908')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-qtgui \
+  --with-qt4prefix=/usr/lib/qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # rc file
+  install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
+
+  # desktop file
+  install -Dm644 ../qjadeo.desktop \
+$pkgdir/usr/share/applications/qjadeo.desktop
+
+  # icon
+  install -Dm644 doc/xjadeo.png \
+$pkgdir/usr/share/pixmaps/qjadeo.png
+}

Copied: xjadeo/repos/community-i686/qjadeo.desktop (from rev 93273, 
xjadeo/trunk/qjadeo.desktop)
===
--- community-i686/qjadeo.desktop   (rev 0)
+++ community-i686/qjadeo.desktop   2013-07-01 02:54:17 UTC (rev 93274)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Exec=qjadeo
+Type=Application
+Terminal=false
+Name=QJadeo
+Comment=QJadeo Jack Video Player
+Categories=AudioVideo;
+Icon=qjadeo
\ No newline at end of file

Copied: xjadeo/repos/community-i686/xjadeo.install (from rev 93273, 
xjadeo/trunk/xjadeo.install)
===
--- community-i686/xjadeo.install   (rev 0)
+++ community-i686/xjadeo.install   2013-07-01 02:54:17 UTC (rev 93274)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Copied: xjadeo/repos/community-x86_64/PKGBUILD (from rev 93273, 
xjadeo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-01 02:54:17 UTC (rev 93274)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+
+pkgname=xjadeo
+pkgver=0.7.3
+pkgrel=1
+pkgdesc=A simple video player that is synchronized to jack transport.
+arch=('i686' 'x86_64')
+url=http://xjadeo.sourceforge.net;
+license=('GPL')
+depends=('ffmpeg' 'imlib2' 'jack' 'liblo' 'libxpm' 'libxv' 'portmidi')
+makedepends=('qt4')
+optdepends=('qt4: for the GUI (qjadeo)')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+   qjadeo.desktop)
+install=$pkgname.install
+md5sums=('b5a67f7a8a8279f37ac681f40d6cbc10'
+ '315e2ab44ce3edf4068ff6db48942908')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-qtgui \
+  --with-qt4prefix=/usr/lib/qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # rc file
+  install -Dm644 doc/xjadeorc $pkgdir/etc/xjadeorc
+
+  # desktop file
+  install -Dm644 ../qjadeo.desktop \
+$pkgdir/usr/share/applications/qjadeo.desktop
+
+  # icon
+  install -Dm644 doc/xjadeo.png \
+$pkgdir/usr/share/pixmaps/qjadeo.png
+}


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

2013-06-30 Thread Ángel Velásquez
Date: Monday, July 1, 2013 @ 06:09:57
  Author: angvp
Revision: 93275

upgpkg: sakura 3.1.0-1

Version bump to 3.1.0

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-01 02:54:17 UTC (rev 93274)
+++ PKGBUILD2013-07-01 04:09:57 UTC (rev 93275)
@@ -3,7 +3,7 @@
 # Contributor: Dmitry N. Shilov stormbl...@land.ru
 
 pkgname=sakura
-pkgver=3.0.4
+pkgver=3.1.0
 pkgrel=1
 pkgdesc=A terminal emulator based on GTK and VTE
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 
source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
 install=sakura.install
-sha1sums=('e4d3a7fce9600cbdec9fda1e6fd20f38ebb4655e')
+sha1sums=('159abc2f83e912da1bfb35c9b239b092e78a044f')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}



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

2013-06-30 Thread Ángel Velásquez
Date: Monday, July 1, 2013 @ 06:10:57
  Author: angvp
Revision: 93276

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

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

-+
 /PKGBUILD   |   76 ++
 /sakura.install |   24 
 community-i686/PKGBUILD |   38 ---
 community-i686/sakura.install   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/sakura.install |   12 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-01 04:09:57 UTC (rev 93275)
+++ community-i686/PKGBUILD 2013-07-01 04:10:57 UTC (rev 93276)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Dmitry N. Shilov stormbl...@land.ru
-
-pkgname=sakura
-pkgver=3.0.4
-pkgrel=1
-pkgdesc=A terminal emulator based on GTK and VTE
-arch=('i686' 'x86_64')
-url=https://launchpad.net/sakura;
-license=('GPL')
-depends=('vte3' 'libxft' 'desktop-file-utils')
-makedepends=('cmake')
-source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-install=sakura.install
-sha1sums=('e4d3a7fce9600cbdec9fda1e6fd20f38ebb4655e')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  # Set default font size a bit smaller
-  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
- 
-  # build  install
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install 
-  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
-  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
-${pkgdir}/usr/share/doc/${pkgname}/INSTALL
-  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
-}
-

Copied: sakura/repos/community-i686/PKGBUILD (from rev 93275, 
sakura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-01 04:10:57 UTC (rev 93276)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=sakura
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=A terminal emulator based on GTK and VTE
+arch=('i686' 'x86_64')
+url=https://launchpad.net/sakura;
+license=('GPL')
+depends=('vte3' 'libxft' 'desktop-file-utils')
+makedepends=('cmake')
+source=(https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+install=sakura.install
+sha1sums=('159abc2f83e912da1bfb35c9b239b092e78a044f')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # Set default font size a bit smaller
+  sed -i 's|#define DEFAULT_FONT Bitstream Vera Sans Mono 14|#define 
DEFAULT_FONT Bitstream Vera Sans Mono 10|g' src/sakura.c
+ 
+  # build  install
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE . 
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+  # extract the keybindings from the installed documentation, rest is only 
relevant during build time
+  awk '/^Keybindings/{f='${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS} 
f{print  f} /^END/' \
+${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+  rm ${pkgdir}/usr/share/doc/${pkgname}/INSTALL
+}
+

Deleted: community-i686/sakura.install
===
--- community-i686/sakura.install   2013-07-01 04:09:57 UTC (rev 93275)
+++ community-i686/sakura.install   2013-07-01 04:10:57 UTC (rev 93276)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-

Copied: sakura/repos/community-i686/sakura.install (from rev 93275, 
sakura/trunk/sakura.install)
===
--- community-i686/sakura.install   (rev 0)
+++ community-i686/sakura.install   2013-07-01 04:10:57 UTC (rev 93276)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+}
+

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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:40:42
  Author: fyan
Revision: 93278

upgpkg: recorditnow 0.8.1-5

Modified:
  recorditnow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-01 05:40:22 UTC (rev 93277)
+++ PKGBUILD2013-07-01 05:40:42 UTC (rev 93278)
@@ -7,15 +7,16 @@
 
 pkgname=recorditnow
 pkgver=0.8.1
-pkgrel=4
+pkgrel=5
 pkgdesc=A plugin based desktop recorder for KDE SC 4
 arch=('i686' 'x86_64')
 url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
 license=('GPL')
-depends=('kdebase-runtime' 'recordmydesktop' 'ffmpeg' 'xdg-utils')
-makedepends=('cmake' 'automoc4')
-optdepends=('mencoder: for mencoder encoder plugin')
-provides=('recorditnow' 'joschy')
+depends=('kdebase-runtime' 'ffmpeg' 'xdg-utils')
+makedepends=('cmake' 'automoc4' 'recordmydesktop')
+optdepends=('mencoder: for mencoder encoder plugin'
+'recordmydesktop')
+provides=('joschy')
 conflicts=('joschy-git')
 install=recorditnow.install
 
source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;



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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:40:22
  Author: fyan
Revision: 93277

addpkg: marisa 0.2.4-2

Added:
  marisa/
  marisa/repos/
  marisa/trunk/
  marisa/trunk/PKGBUILD

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

Added: marisa/trunk/PKGBUILD
===
--- marisa/trunk/PKGBUILD   (rev 0)
+++ marisa/trunk/PKGBUILD   2013-07-01 05:40:22 UTC (rev 93277)
@@ -0,0 +1,93 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgbase=marisa
+pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
+pkgver=0.2.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/marisa-trie/;
+license=('BSD' 'LGPL')
+options=(!libtool)
+makedepends=('python2' 'ruby' 'perl')
+changelog=ChangeLog
+source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
+sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static \
+# --enable-popcnt
+# --enable-sse2
+# --enable-sse3
+# --enable-ssse3
+# --enable-sse4.1
+# --enable-sse4.2
+# --enable-sse4
+# --enable-sse4a
+
+  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
+  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+  make
+
+  # Perl bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/perl
+  perl Makefile.PL \
+INC=-I${srcdir}/${pkgbase}-${pkgver}/lib \
+LIBS=-L${srcdir}/${pkgbase}-${pkgver}/lib/.libs
+  make
+
+  # Python bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py build_ext \
+--include-dirs=${srcdir}/${pkgbase}-${pkgver}/lib \
+--library-dirs=${srcdir}/${pkgbase}-${pkgver}/lib/.libs
+  python2 setup.py build
+
+  # Ruby bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/ruby
+  ruby extconf.rb \
+--with-opt-include=${srcdir}/${pkgbase}-${pkgver}/lib \
+--with-opt-lib=${srcdir}/${pkgbase}-${pkgver}/lib/.libs \
+--vendor
+  make
+}
+
+package_marisa() {
+  pkgdesc=Static and space-efficient trie data structure library
+  depends=('gcc-libs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}
+  install -m 644 docs/* AUTHORS COPYING README 
${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/
+}
+
+package_perl-marisa() {
+  pkgdesc=Perl language binding for marisa
+  depends=('perl' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/perl
+  make DESTDIR=$pkgdir install
+}
+
+package_python2-marisa() {
+  pkgdesc=Python 2.x language binding for marisa
+  depends=('python2' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install --root=$pkgdir
+}
+
+package_ruby-marisa() {
+  pkgdesc=Ruby language binding for marisa
+  depends=('ruby' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/ruby
+_hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.0`
+_arch=`pkg-config --variable=arch ruby-2.0`
+  make DESTDIR=$pkgdir install \
+hdrdir=$_hdrdir \
+arch_hdrdir=${_hdrdir}/${_arch} \
+rubyhdrdir=$_hdrdir
+}


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


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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:44:50
  Author: fyan
Revision: 93279

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

Added:
  recorditnow/repos/community-i686/PKGBUILD
(from rev 93278, recorditnow/trunk/PKGBUILD)
  recorditnow/repos/community-i686/cmake.patch
(from rev 93278, recorditnow/trunk/cmake.patch)
  recorditnow/repos/community-i686/recorditnow.install
(from rev 93278, recorditnow/trunk/recorditnow.install)
  recorditnow/repos/community-x86_64/PKGBUILD
(from rev 93278, recorditnow/trunk/PKGBUILD)
  recorditnow/repos/community-x86_64/cmake.patch
(from rev 93278, recorditnow/trunk/cmake.patch)
  recorditnow/repos/community-x86_64/recorditnow.install
(from rev 93278, recorditnow/trunk/recorditnow.install)
Deleted:
  recorditnow/repos/community-i686/PKGBUILD
  recorditnow/repos/community-i686/cmake.patch
  recorditnow/repos/community-i686/recorditnow.install
  recorditnow/repos/community-x86_64/PKGBUILD
  recorditnow/repos/community-x86_64/cmake.patch
  recorditnow/repos/community-x86_64/recorditnow.install

--+
 /PKGBUILD|   94 +
 /cmake.patch |   26 +
 /recorditnow.install |   22 +++
 community-i686/PKGBUILD  |   46 
 community-i686/cmake.patch   |   13 
 community-i686/recorditnow.install   |   11 ---
 community-x86_64/PKGBUILD|   46 
 community-x86_64/cmake.patch |   13 
 community-x86_64/recorditnow.install |   11 ---
 9 files changed, 142 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-01 05:40:42 UTC (rev 93278)
+++ community-i686/PKGBUILD 2013-07-01 05:44:50 UTC (rev 93279)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Weng Xuetian wen...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-# Contributor: Callea Gaetano Andrea callea:gaetano:andrea/gmail:com
-
-pkgname=recorditnow
-pkgver=0.8.1
-pkgrel=4
-pkgdesc=A plugin based desktop recorder for KDE SC 4
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
-license=('GPL')
-depends=('kdebase-runtime' 'recordmydesktop' 'ffmpeg' 'xdg-utils')
-makedepends=('cmake' 'automoc4')
-optdepends=('mencoder: for mencoder encoder plugin')
-provides=('recorditnow' 'joschy')
-conflicts=('joschy-git')
-install=recorditnow.install
-source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;
-cmake.patch)
-md5sums=('6619b4048545adbab1d13a790189e80f'
- '74ea0ababc2291e2a62e5d045c62616a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -i ${srcdir}/cmake.patch -p0
-
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
--DLINGUAS=de hu cs pt_BR fr it ..
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver/build
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == x86_64 ]]; then
-cd $pkgdir/usr
-mv lib64/* lib
-rmdir lib64
-  fi
-}

Copied: recorditnow/repos/community-i686/PKGBUILD (from rev 93278, 
recorditnow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-01 05:44:50 UTC (rev 93279)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yichao Yu yyc1...@gmail.com
+# Contributor: Weng Xuetian wen...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+# Contributor: Callea Gaetano Andrea callea:gaetano:andrea/gmail:com
+
+pkgname=recorditnow
+pkgver=0.8.1
+pkgrel=5
+pkgdesc=A plugin based desktop recorder for KDE SC 4
+arch=('i686' 'x86_64')
+url=http://kde-apps.org/content/show.php/RecordItNow?content=114610;
+license=('GPL')
+depends=('kdebase-runtime' 'ffmpeg' 'xdg-utils')
+makedepends=('cmake' 'automoc4' 'recordmydesktop')
+optdepends=('mencoder: for mencoder encoder plugin'
+'recordmydesktop')
+provides=('joschy')
+conflicts=('joschy-git')
+install=recorditnow.install
+source=(http://downloads.sourceforge.net/project/recorditnow/${pkgname}-${pkgver}.tar.bz2;
+cmake.patch)
+md5sums=('6619b4048545adbab1d13a790189e80f'
+ '74ea0ababc2291e2a62e5d045c62616a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -i ${srcdir}/cmake.patch -p0
+
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release \
+-DLINGUAS=de hu cs pt_BR fr it ..
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver/build
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == x86_64 ]]; then
+cd $pkgdir/usr
+mv lib64/* lib
+rmdir lib64
+  fi
+}

Deleted: 

[arch-commits] Commit in marisa/trunk (ChangeLog)

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:47:23
  Author: fyan
Revision: 93280

add changelog

Added:
  marisa/trunk/ChangeLog

---+
 ChangeLog |   10 ++
 1 file changed, 10 insertions(+)

Added: ChangeLog
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-07-01 05:47:23 UTC (rev 93280)
@@ -0,0 +1,10 @@
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-2
+   - Separate bindings to another packages
+
+2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-1
+   - Initial release on AUR
+



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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:53:46
  Author: fyan
Revision: 93281

fix licenses

Modified:
  marisa/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 17 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-01 05:47:23 UTC (rev 93280)
+++ PKGBUILD2013-07-01 05:53:46 UTC (rev 93281)
@@ -59,8 +59,12 @@
 
   cd ${pkgbase}-${pkgver}
   make DESTDIR=$pkgdir install
+
   install -d ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}
-  install -m 644 docs/* AUTHORS COPYING README 
${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/
+  install -m 644 docs/* README ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/
+
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
 }
 
 package_perl-marisa() {
@@ -69,6 +73,10 @@
 
   cd ${pkgbase}-${pkgver}/bindings/perl
   make DESTDIR=$pkgdir install
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
 }
 
 package_python2-marisa() {
@@ -77,6 +85,10 @@
 
   cd ${pkgbase}-${pkgver}/bindings/python
   python2 setup.py install --root=$pkgdir
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
 }
 
 package_ruby-marisa() {
@@ -90,4 +102,8 @@
 hdrdir=$_hdrdir \
 arch_hdrdir=${_hdrdir}/${_arch} \
 rubyhdrdir=$_hdrdir
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
 }



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

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:55:59
  Author: fyan
Revision: 93282

archrelease: copy trunk to community-i686

Added:
  marisa/repos/community-i686/
  marisa/repos/community-i686/ChangeLog
(from rev 93281, marisa/trunk/ChangeLog)
  marisa/repos/community-i686/PKGBUILD
(from rev 93281, marisa/trunk/PKGBUILD)

---+
 ChangeLog |   10 +
 PKGBUILD  |  109 
 2 files changed, 119 insertions(+)

Copied: marisa/repos/community-i686/ChangeLog (from rev 93281, 
marisa/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-07-01 05:55:59 UTC (rev 93282)
@@ -0,0 +1,10 @@
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-2
+   - Separate bindings to another packages
+
+2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-1
+   - Initial release on AUR
+

Copied: marisa/repos/community-i686/PKGBUILD (from rev 93281, 
marisa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-01 05:55:59 UTC (rev 93282)
@@ -0,0 +1,109 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgbase=marisa
+pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
+pkgver=0.2.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://code.google.com/p/marisa-trie/;
+license=('BSD' 'LGPL')
+options=(!libtool)
+makedepends=('python2' 'ruby' 'perl')
+changelog=ChangeLog
+source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
+sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static \
+# --enable-popcnt
+# --enable-sse2
+# --enable-sse3
+# --enable-ssse3
+# --enable-sse4.1
+# --enable-sse4.2
+# --enable-sse4
+# --enable-sse4a
+
+  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
+  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+  make
+
+  # Perl bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/perl
+  perl Makefile.PL \
+INC=-I${srcdir}/${pkgbase}-${pkgver}/lib \
+LIBS=-L${srcdir}/${pkgbase}-${pkgver}/lib/.libs
+  make
+
+  # Python bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py build_ext \
+--include-dirs=${srcdir}/${pkgbase}-${pkgver}/lib \
+--library-dirs=${srcdir}/${pkgbase}-${pkgver}/lib/.libs
+  python2 setup.py build
+
+  # Ruby bindings
+  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/ruby
+  ruby extconf.rb \
+--with-opt-include=${srcdir}/${pkgbase}-${pkgver}/lib \
+--with-opt-lib=${srcdir}/${pkgbase}-${pkgver}/lib/.libs \
+--vendor
+  make
+}
+
+package_marisa() {
+  pkgdesc=Static and space-efficient trie data structure library
+  depends=('gcc-libs')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}
+  install -m 644 docs/* README ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/
+
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}
+
+package_perl-marisa() {
+  pkgdesc=Perl language binding for marisa
+  depends=('perl' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/perl
+  make DESTDIR=$pkgdir install
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}
+
+package_python2-marisa() {
+  pkgdesc=Python 2.x language binding for marisa
+  depends=('python2' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install --root=$pkgdir
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}
+
+package_ruby-marisa() {
+  pkgdesc=Ruby language binding for marisa
+  depends=('ruby' 'marisa')
+
+  cd ${pkgbase}-${pkgver}/bindings/ruby
+_hdrdir=`pkg-config --variable=rubyhdrdir ruby-2.0`
+_arch=`pkg-config --variable=arch ruby-2.0`
+  make DESTDIR=$pkgdir install \
+hdrdir=$_hdrdir \
+arch_hdrdir=${_hdrdir}/${_arch} \
+rubyhdrdir=$_hdrdir
+
+  cd ../..
+  install -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in marisa/repos (7 files)

2013-06-30 Thread Felix Yan
Date: Monday, July 1, 2013 @ 07:59:03
  Author: fyan
Revision: 93283

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

Added:
  marisa/repos/community-i686/ChangeLog
(from rev 93282, marisa/trunk/ChangeLog)
  marisa/repos/community-i686/PKGBUILD
(from rev 93282, marisa/trunk/PKGBUILD)
  marisa/repos/community-x86_64/
  marisa/repos/community-x86_64/ChangeLog
(from rev 93282, marisa/trunk/ChangeLog)
  marisa/repos/community-x86_64/PKGBUILD
(from rev 93282, marisa/trunk/PKGBUILD)
Deleted:
  marisa/repos/community-i686/ChangeLog
  marisa/repos/community-i686/PKGBUILD

+
 /ChangeLog |   10 +++
 /PKGBUILD  |  109 +++
 community-i686/ChangeLog   |   10 ---
 community-i686/PKGBUILD|  109 ---
 community-x86_64/ChangeLog |   10 +++
 community-x86_64/PKGBUILD  |  109 +++
 6 files changed, 238 insertions(+), 119 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-07-01 05:55:59 UTC (rev 93282)
+++ community-i686/ChangeLog2013-07-01 05:59:03 UTC (rev 93283)
@@ -1,10 +0,0 @@
-2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * marisa 0.2.4-2
-   - Separate bindings to another packages
-
-2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
-
-   * marisa 0.2.4-1
-   - Initial release on AUR
-

Copied: marisa/repos/community-i686/ChangeLog (from rev 93282, 
marisa/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-07-01 05:59:03 UTC (rev 93283)
@@ -0,0 +1,10 @@
+2013-05-28  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-2
+   - Separate bindings to another packages
+
+2013-05-27  ponsfoot  cabezon dot hashimoto at gmail dot com
+
+   * marisa 0.2.4-1
+   - Initial release on AUR
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-01 05:55:59 UTC (rev 93282)
+++ community-i686/PKGBUILD 2013-07-01 05:59:03 UTC (rev 93283)
@@ -1,109 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgbase=marisa
-pkgname=('marisa' 'perl-marisa' 'python2-marisa' 'ruby-marisa')
-pkgver=0.2.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url=https://code.google.com/p/marisa-trie/;
-license=('BSD' 'LGPL')
-options=(!libtool)
-makedepends=('python2' 'ruby' 'perl')
-changelog=ChangeLog
-source=(https://marisa-trie.googlecode.com/files/$pkgbase-$pkgver.tar.gz)
-sha1sums=('fb0ed7d993e84dff32ec456a79bd36a00022629d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static \
-# --enable-popcnt
-# --enable-sse2
-# --enable-sse3
-# --enable-ssse3
-# --enable-sse4.1
-# --enable-sse4.2
-# --enable-sse4
-# --enable-sse4a
-
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-  make
-
-  # Perl bindings
-  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/perl
-  perl Makefile.PL \
-INC=-I${srcdir}/${pkgbase}-${pkgver}/lib \
-LIBS=-L${srcdir}/${pkgbase}-${pkgver}/lib/.libs
-  make
-
-  # Python bindings
-  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/python
-  python2 setup.py build_ext \
---include-dirs=${srcdir}/${pkgbase}-${pkgver}/lib \
---library-dirs=${srcdir}/${pkgbase}-${pkgver}/lib/.libs
-  python2 setup.py build
-
-  # Ruby bindings
-  cd ${srcdir}/${pkgbase}-${pkgver}/bindings/ruby
-  ruby extconf.rb \
---with-opt-include=${srcdir}/${pkgbase}-${pkgver}/lib \
---with-opt-lib=${srcdir}/${pkgbase}-${pkgver}/lib/.libs \
---vendor
-  make
-}
-
-package_marisa() {
-  pkgdesc=Static and space-efficient trie data structure library
-  depends=('gcc-libs')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}
-  install -m 644 docs/* README ${pkgdir}/usr/share/doc/${pkgbase}-${pkgver}/
-
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
-}
-
-package_perl-marisa() {
-  pkgdesc=Perl language binding for marisa
-  depends=('perl' 'marisa')
-
-  cd ${pkgbase}-${pkgver}/bindings/perl
-  make DESTDIR=$pkgdir install
-
-  cd ../..
-  install -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m 644 AUTHORS COPYING ${pkgdir}/usr/share/licenses/$pkgname/
-}
-
-package_python2-marisa() {
-  pkgdesc=Python 2.x language binding for marisa
-  depends=('python2' 'marisa')
-
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python2 setup.py install --root=$pkgdir
-
-