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

2014-06-29 Thread Allan McRae
Date: Sunday, June 29, 2014 @ 09:02:25
  Author: allan
Revision: 215548

upgpkg: autoconf 2.69-2

mtree rebuild

Modified:
  autoconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 04:10:48 UTC (rev 215547)
+++ PKGBUILD2014-06-29 07:02:25 UTC (rev 215548)
@@ -4,7 +4,7 @@
 
 pkgname=autoconf
 pkgver=2.69
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNU tool for automatically configuring source code"
 arch=('any')
 license=('GPL2' 'GPL3' 'custom')
@@ -11,12 +11,12 @@
 url="http://www.gnu.org/software/autoconf";
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'bash')
-# for test-suite
-#makedepends=('gcc-fortran' 'erlang')
+checkdepends=('gcc-fortran')
 install=autoconf.install
 
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('50f97f4159805e374639a73e2636f22e'
  '2941e2fe687e05b3431eac6b714053bc')
+validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,6 +37,6 @@
   install -Dm644 COPYING.EXCEPTION \
 $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
 
-  # conflict with bintuils
+  # remove unwanted file
   rm -f ${pkgdir}/usr/share/info/standards.info
 }



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

2014-06-29 Thread Allan McRae
Date: Sunday, June 29, 2014 @ 09:03:03
  Author: allan
Revision: 215549

archrelease: copy trunk to testing-any

Added:
  autoconf/repos/testing-any/
  autoconf/repos/testing-any/PKGBUILD
(from rev 215548, autoconf/trunk/PKGBUILD)
  autoconf/repos/testing-any/autoconf.install
(from rev 215548, autoconf/trunk/autoconf.install)

--+
 PKGBUILD |   42 ++
 autoconf.install |   20 
 2 files changed, 62 insertions(+)

Copied: autoconf/repos/testing-any/PKGBUILD (from rev 215548, 
autoconf/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-29 07:03:03 UTC (rev 215549)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=autoconf
+pkgver=2.69
+pkgrel=2
+pkgdesc="A GNU tool for automatically configuring source code"
+arch=('any')
+license=('GPL2' 'GPL3' 'custom')
+url="http://www.gnu.org/software/autoconf";
+groups=('base-devel')
+depends=('awk' 'm4' 'diffutils' 'bash')
+checkdepends=('gcc-fortran')
+install=autoconf.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('50f97f4159805e374639a73e2636f22e'
+ '2941e2fe687e05b3431eac6b714053bc')
+validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # license exception
+  install -Dm644 COPYING.EXCEPTION \
+$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+  # remove unwanted file
+  rm -f ${pkgdir}/usr/share/info/standards.info
+}

Copied: autoconf/repos/testing-any/autoconf.install (from rev 215548, 
autoconf/trunk/autoconf.install)
===
--- testing-any/autoconf.install(rev 0)
+++ testing-any/autoconf.install2014-06-29 07:03:03 UTC (rev 215549)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autoconf.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2014-06-29 Thread Allan McRae
Date: Sunday, June 29, 2014 @ 09:20:26
  Author: allan
Revision: 215550

upgpkg: pkg-config 0.28-2

mtree rebuild

Modified:
  pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 07:03:03 UTC (rev 215549)
+++ PKGBUILD2014-06-29 07:20:26 UTC (rev 215550)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Allan McRae 
-# Committer: Judd Vinet 
+# Contributor: Judd Vinet 
 
 pkgname=pkg-config
 pkgver=0.28
-pkgrel=1
+pkgrel=2
 pkgdesc="A system for managing library compile/link flags"
 arch=('i686' 'x86_64')
 url="http://pkgconfig.freedesktop.org/wiki/";



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

2014-06-29 Thread Allan McRae
Date: Sunday, June 29, 2014 @ 09:22:01
  Author: allan
Revision: 215551

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

Added:
  pkg-config/repos/testing-i686/
  pkg-config/repos/testing-i686/PKGBUILD
(from rev 215550, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/testing-x86_64/
  pkg-config/repos/testing-x86_64/PKGBUILD
(from rev 215550, pkg-config/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: pkg-config/repos/testing-i686/PKGBUILD (from rev 215550, 
pkg-config/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-29 07:22:01 UTC (rev 215551)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.28
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/";
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('aa3c86e67551adc3ac865160e34a2a0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pkg-config/repos/testing-x86_64/PKGBUILD (from rev 215550, 
pkg-config/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-29 07:22:01 UTC (rev 215551)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=pkg-config
+pkgver=0.28
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/";
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('aa3c86e67551adc3ac865160e34a2a0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-29 Thread Sergej Pupykin
Date: Sunday, June 29, 2014 @ 10:22:15
  Author: spupykin
Revision: 113735

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 113734, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 113734, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  131 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 08:22:04 UTC (rev 113734)
+++ PKGBUILD2014-06-29 08:22:15 UTC (rev 113735)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20140505a
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-pkgrel=2
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=("http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz";
-'apache.example.conf')
-md5sums=('fb44f206d1550921c640757599e90bb9'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd "$pkgdir"
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a "$srcdir"/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 "$srcdir"/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
>$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 113734, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 08:22:15 UTC (rev 113735)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20140505_a
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=2
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=("http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz";
+'apache.example.conf')
+md5sums=('fb44f206d1550921c640757599e90bb9'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd "$pkgdir"
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a "$srcdir"/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on changes.log
+  touch var/lib/dokuwiki/data/changes.log
+  chmod 0644

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

2014-06-29 Thread Sergej Pupykin
Date: Sunday, June 29, 2014 @ 10:22:04
  Author: spupykin
Revision: 113734

upgpkg: dokuwiki 20140505_a-2

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 04:11:36 UTC (rev 113733)
+++ PKGBUILD2014-06-29 08:22:04 UTC (rev 113734)
@@ -3,8 +3,9 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20140505a
+pkgver=20140505_a
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
 pkgrel=2
 pkgdesc='Simple to use and highly versatile Open Source wiki software'
 arch=('any')



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:24:05
  Author: andyrtr
Revision: 215552

upgpkg: nano 2.2.6-3

mtree rebuild

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 07:22:01 UTC (rev 215551)
+++ PKGBUILD2014-06-29 08:24:05 UTC (rev 215552)
@@ -4,7 +4,7 @@
 
 pkgname=nano
 pkgver=2.2.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,7 +17,7 @@
 md5sums=('03233ae480689a008eb98feb1b599807')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-color \
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
 }



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:24:17
  Author: andyrtr
Revision: 215553

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

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

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/nano.install   |   20 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/nano.install |   20 
 4 files changed, 108 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 215552, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-29 08:24:17 UTC (rev 215553)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.2.6
+pkgrel=3
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03233ae480689a008eb98feb1b599807')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-i686/nano.install (from rev 215552, 
nano/trunk/nano.install)
===
--- testing-i686/nano.install   (rev 0)
+++ testing-i686/nano.install   2014-06-29 08:24:17 UTC (rev 215553)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 215552, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-29 08:24:17 UTC (rev 215553)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.2.6
+pkgrel=3
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org";
+groups=('base')
+depends=('ncurses' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.2/${pkgname}-${pkgver}.tar.gz)
+md5sums=('03233ae480689a008eb98feb1b599807')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/nano.install (from rev 215552, 
nano/trunk/nano.install)
===
--- testing-x86_64/nano.install (rev 0)
+++ testing-x86_64/nano.install 2014-06-29 08:24:17 UTC (rev 215553)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:31:00
  Author: andyrtr
Revision: 21

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 08:30:47 UTC (rev 215554)
+++ extra-i686/PKGBUILD 2014-06-29 08:31:00 UTC (rev 21)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.3.6.pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org";
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 215554, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 08:31:00 UTC (rev 21)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.3.8 #.pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 08:30:47 UTC (rev 215554)
+++ extra-x86_64/PKGBUILD   2014-06-29 08:31:00 UTC (rev 21)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.3.6.pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org";
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 215554, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-29 08:31:00 UTC (rev 21)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.3.8 #.pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:30:47
  Author: andyrtr
Revision: 215554

upgpkg: libburn 1.3.8-1

upstream update 1.3.8

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:24:17 UTC (rev 215553)
+++ PKGBUILD2014-06-29 08:30:47 UTC (rev 215554)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=libburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
+md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
  'SKIP')
 
 build() {



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:34:51
  Author: andyrtr
Revision: 215556

upgpkg: libisofs 1.3.8-1

upstream update 1.3.8

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:31:00 UTC (rev 21)
+++ PKGBUILD2014-06-29 08:34:51 UTC (rev 215556)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.3.6
+pkgver=1.3.8
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('11c2df00bf02015c28606a37ee839367'
+md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
  'SKIP')
 
 build() {



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:35:10
  Author: andyrtr
Revision: 215557

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 08:34:51 UTC (rev 215556)
+++ extra-i686/PKGBUILD 2014-06-29 08:35:10 UTC (rev 215557)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org";
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('11c2df00bf02015c28606a37ee839367'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 215556, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 08:35:10 UTC (rev 215557)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 08:34:51 UTC (rev 215556)
+++ extra-x86_64/PKGBUILD   2014-06-29 08:35:10 UTC (rev 215557)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org";
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('11c2df00bf02015c28606a37ee839367'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 215556, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-29 08:35:10 UTC (rev 215557)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.3.8
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-06-29 Thread Maxime Gauduin
Date: Sunday, June 29, 2014 @ 10:37:40
  Author: alucryd
Revision: 113737

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 08:37:34 UTC (rev 113736)
+++ PKGBUILD2014-06-29 08:37:40 UTC (rev 113737)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.14
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='http://pypi.python.org/pypi/Unidecode/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz";)
-sha256sums=('a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c')
-
-prepare() {
-  for d in python{,2}-unidecode; do
-cp -r Unidecode-${pkgver} $d
-  done
-}
-
-build() {
-  for d in python{,2}-unidecode; do
-pushd $d
-${d%-*} setup.py build
-popd
-  done
-}
-
-package_python-unidecode() {
-  cd python-unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  cd python2-unidecode
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 113736, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 08:37:40 UTC (rev 113737)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.16
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz";)
+sha256sums=('4cd218737d1a807bbaba9a6534fc3c80d129cff76cf7d7fdbd71e744d836657b')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+pushd $d
+${d%-*} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-unidecode() {
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:



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

2014-06-29 Thread Maxime Gauduin
Date: Sunday, June 29, 2014 @ 10:37:34
  Author: alucryd
Revision: 113736

upgpkg: python-unidecode 0.04.16-1

Modified:
  python-unidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:22:15 UTC (rev 113735)
+++ PKGBUILD2014-06-29 08:37:34 UTC (rev 113736)
@@ -4,8 +4,8 @@
 
 pkgbase=python-unidecode
 pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.14
-pkgrel=2
+pkgver=0.04.16
+pkgrel=1
 pkgdesc='ASCII transliterations of Unicode text'
 arch=('any')
 url='http://pypi.python.org/pypi/Unidecode/'
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz";)
-sha256sums=('a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c')
+sha256sums=('4cd218737d1a807bbaba9a6534fc3c80d129cff76cf7d7fdbd71e744d836657b')
 
 prepare() {
   for d in python{,2}-unidecode; do



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:38:49
  Author: andyrtr
Revision: 215559

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

Added:
  libisoburn/repos/extra-i686/PKGBUILD
(from rev 215558, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-i686/libisoburn.install
(from rev 215558, libisoburn/trunk/libisoburn.install)
  libisoburn/repos/extra-x86_64/PKGBUILD
(from rev 215558, libisoburn/trunk/PKGBUILD)
  libisoburn/repos/extra-x86_64/libisoburn.install
(from rev 215558, libisoburn/trunk/libisoburn.install)
Deleted:
  libisoburn/repos/extra-i686/PKGBUILD
  libisoburn/repos/extra-i686/libisoburn.install
  libisoburn/repos/extra-x86_64/PKGBUILD
  libisoburn/repos/extra-x86_64/libisoburn.install

-+
 /PKGBUILD   |   60 ++
 /libisoburn.install |   40 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/libisoburn.install   |   20 
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/libisoburn.install |   20 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 08:38:38 UTC (rev 215558)
+++ extra-i686/PKGBUILD 2014-06-29 08:38:49 UTC (rev 215559)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Gour 
-
-pkgname=libisoburn
-pkgver=1.3.6.pl01
-pkgrel=1
-pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn>=1.3.6.pl01' 'libisofs>=1.3.6' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 215558, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 08:38:49 UTC (rev 215559)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Gour 
+
+pkgname=libisoburn
+pkgver=1.3.8 #.pl01
+pkgrel=1
+pkgdesc="frontend for libraries libburn and libisofs"
+url="http://libburnia-project.org";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn>=1.3.8' 'libisofs>=1.3.8' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2014-06-29 08:38:38 UTC (rev 215558)
+++ extra-i686/libisoburn.install   2014-06-29 08:38:49 UTC (rev 215559)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 215558, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2014-06-29 08:38:49 UTC (rev 215559)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 08:38:38 U

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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:38:38
  Author: andyrtr
Revision: 215558

upgpkg: libisoburn 1.3.8-1

upstream update 1.3.8

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:35:10 UTC (rev 215557)
+++ PKGBUILD2014-06-29 08:38:38 UTC (rev 215558)
@@ -3,19 +3,19 @@
 # Contributor: Gour 
 
 pkgname=libisoburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
 pkgrel=1
 pkgdesc="frontend for libraries libburn and libisofs"
 url="http://libburnia-project.org";
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn>=1.3.6.pl01' 'libisofs>=1.3.6' 'readline')
+depends=('libburn>=1.3.8' 'libisofs>=1.3.8' 'readline')
 optdepends=('tk:  for xorriso-tcltk frontend'
 'bwidget: for xorriso-tcltk frontend')
 provides=('xorriso' 'xorriso-tcltk')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
+md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
  'SKIP')
 
 build() {



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:42:14
  Author: andyrtr
Revision: 215560

upgpkg: bluez 5.20-1

upstream update 5.20

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:38:49 UTC (rev 215559)
+++ PKGBUILD2014-06-29 08:42:14 UTC (rev 215560)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.19
+pkgver=5.20
 pkgrel=1
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a'
+sha256sums=('531fbaa0a9baf7b1f76fb8fd8975c20d3cc61cdc772a39d63df1d6abfc2a7481'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 



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

2014-06-29 Thread Andreas Radke
Date: Sunday, June 29, 2014 @ 10:42:36
  Author: andyrtr
Revision: 215561

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 215560, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 215560, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 215560, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 215560, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 215560, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 215560, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 
 /PKGBUILD 
|  288 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 --
 extra-i686/PKGBUILD   
|  144 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 --
 extra-x86_64/PKGBUILD 
|  144 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-06-29 08:42:14 UTC (rev 215560)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-06-29 08:42:36 UTC (rev 215561)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna 
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 215560, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-06-29 08:42:36 UTC (

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

2014-06-29 Thread Felix Yan
Date: Sunday, June 29, 2014 @ 11:00:45
  Author: fyan
Revision: 113738

upgpkg: systemd-swap 2.23.1-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:37:40 UTC (rev 113737)
+++ PKGBUILD2014-06-29 09:00:45 UTC (rev 113738)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets 
 
 pkgname=systemd-swap
-pkgver=2.23
+pkgver=2.23.1
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')



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

2014-06-29 Thread Felix Yan
Date: Sunday, June 29, 2014 @ 11:01:18
  Author: fyan
Revision: 113739

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 113738, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 113738, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   50 -
 systemd-swap.install |6 ++---
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 09:00:45 UTC (rev 113738)
+++ PKGBUILD2014-06-29 09:01:18 UTC (rev 113739)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Timofey Titovets 
-
-pkgname=systemd-swap
-pkgver=2.23
-pkgrel=1
-pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
-arch=('any')
-url="https://github.com/TimofeyTitovets/systemd-swap";
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=("git://github.com/TimofeyTitovets/systemd-swap.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 "$srcdir"/$pkgname/90-systemd-swap.conf 
"$pkgdir"/etc/modprobe.d/90-systemd-swap.conf
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 113738, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 09:01:18 UTC (rev 113739)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Timofey Titovets 
+
+pkgname=systemd-swap
+pkgver=2.23.1
+pkgrel=1
+pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
+arch=('any')
+url="https://github.com/TimofeyTitovets/systemd-swap";
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=("git://github.com/TimofeyTitovets/systemd-swap.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 "$srcdir"/$pkgname/90-systemd-swap.conf 
"$pkgdir"/etc/modprobe.d/90-systemd-swap.conf
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.service 
"$pkgdir"/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 "$srcdir"/$pkgname/systemd-swap.sh  
"$pkgdir"/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 "$srcdir"/$pkgname/systemd-swap.conf
"$pkgdir"/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2014-06-29 09:00:45 UTC (rev 113738)
+++ systemd-swap.install2014-06-29 09:01:18 UTC (rev 113739)
@@ -1,3 +0,0 @@
-post_install() {
-  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 113738, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2014-06-29 09:01:18 UTC (rev 113739)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf"
+}



[arch-commits] Commit in lzo2/trunk (PKGBUILD configure-2.07.patch)

2014-06-29 Thread Tobias Powalowski
Date: Sunday, June 29, 2014 @ 11:18:02
  Author: tpowa
Revision: 215562

upgpkg: lzo2 2.07-2

fix building on i686

Added:
  lzo2/trunk/configure-2.07.patch
Modified:
  lzo2/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 configure-2.07.patch |   12 
 2 files changed, 22 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 08:42:36 UTC (rev 215561)
+++ PKGBUILD2014-06-29 09:18:02 UTC (rev 215562)
@@ -3,18 +3,24 @@
 # Maintainer: dorphell 
 pkgname=lzo2
 pkgver=2.07
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable lossless data compression library"
 arch=('i686' 'x86_64')
 url="http://www.oberhumer.com/opensource/lzo";
 license=('GPL')
 depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('4011935e95171e78ad4894f7335c982a')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
+configure-2.07.patch)
+md5sums=('4011935e95171e78ad4894f7335c982a'
+ 'db3ead3fb5590275838d3080ea7342d1')
 
+prepare() {
+  cd "${srcdir}/lzo-${pkgver}"
+  patch -Np0 -i ${srcdir}/configure-2.07.patch
+}
+
 build() {
   cd "${srcdir}/lzo-${pkgver}"
-
   ./configure --prefix=/usr --enable-shared
   make
 

Added: configure-2.07.patch
===
--- configure-2.07.patch(rev 0)
+++ configure-2.07.patch2014-06-29 09:18:02 UTC (rev 215562)
@@ -0,0 +1,12 @@
+--- configure.ORIG  2014-06-25 15:47:13.0 +0200
 configure   2014-06-26 00:05:33.0 +0200
+@@ -13953,7 +13953,7 @@
+ /* end confdefs.h.  */
+ #define LZO_CFG_NO_CONFIG_HEADER 1
+ #define LZO_WANT_ACC_INCD_H 1
+-#include "include/lzo/lzodefs.h"
++#include "include/lzo/lzoconf.h"
+ #include "src/lzo_supp.h"
+
+ #undef  LZOCHK_ASSERT
+



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

2014-06-29 Thread Tobias Powalowski
Date: Sunday, June 29, 2014 @ 11:18:22
  Author: tpowa
Revision: 215563

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

Added:
  lzo2/repos/testing-i686/
  lzo2/repos/testing-i686/PKGBUILD
(from rev 215562, lzo2/trunk/PKGBUILD)
  lzo2/repos/testing-i686/configure-2.07.patch
(from rev 215562, lzo2/trunk/configure-2.07.patch)
  lzo2/repos/testing-x86_64/PKGBUILD
(from rev 215562, lzo2/trunk/PKGBUILD)
  lzo2/repos/testing-x86_64/configure-2.07.patch
(from rev 215562, lzo2/trunk/configure-2.07.patch)
Deleted:
  lzo2/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   47 ++
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/configure-2.07.patch   |   12 
 testing-x86_64/PKGBUILD |   41 -
 testing-x86_64/configure-2.07.patch |   12 
 5 files changed, 118 insertions(+), 41 deletions(-)

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

Copied: lzo2/repos/testing-i686/configure-2.07.patch (from rev 215562, 
lzo2/trunk/configure-2.07.patch)
===
--- testing-i686/configure-2.07.patch   (rev 0)
+++ testing-i686/configure-2.07.patch   2014-06-29 09:18:22 UTC (rev 215563)
@@ -0,0 +1,12 @@
+--- configure.ORIG  2014-06-25 15:47:13.0 +0200
 configure   2014-06-26 00:05:33.0 +0200
+@@ -13953,7 +13953,7 @@
+ /* end confdefs.h.  */
+ #define LZO_CFG_NO_CONFIG_HEADER 1
+ #define LZO_WANT_ACC_INCD_H 1
+-#include "include/lzo/lzodefs.h"
++#include "include/lzo/lzoconf.h"
+ #include "src/lzo_supp.h"
+
+ #undef  LZOCHK_ASSERT
+

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-06-29 09:18:02 UTC (rev 215562)
+++ testing-x86_64/PKGBUILD 2014-06-29 09:18:22 UTC (rev 215563)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong 
-# Maintainer: dorphell 
-pkgname=lzo2
-pkgver=2.07
-pkgrel=1
-pkgdesc="Portable lossless data compression library"
-arch=('i686' 'x86_64')
-url="http://www.oberhumer.com/opensource/lzo";
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('4011935e95171e78ad4894f7335c982a')
-
-build() {
-  cd "${srcdir}/lzo-${pkgver}"
-
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd "${srcdir}/lzo-${pkgver}"
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd "${srcdir}/lzo-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/testing-x86_64/PKGBUILD (from rev 215562, 
lzo2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-29 09:18:22 UTC (rev 215563)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Low Kian Seong 
+# Maintainer: dorphell 
+pkgname=lzo2
+pkgver=2.07
+pkgrel=2
+pkgdesc="Portable lossless data compression l

[arch-commits] Commit in (4 files)

2014-06-29 Thread Jelle van der Waa
Date: Sunday, June 29, 2014 @ 12:31:10
  Author: jelle
Revision: 113740

shiboken: initial commit

Added:
  shiboken/
  shiboken/repos/
  shiboken/trunk/
  shiboken/trunk/PKGBUILD

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

Added: shiboken/trunk/PKGBUILD
===
--- shiboken/trunk/PKGBUILD (rev 0)
+++ shiboken/trunk/PKGBUILD 2014-06-29 10:31:10 UTC (rev 113740)
@@ -0,0 +1,60 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Matthias Maennich 
+
+pkgname=shiboken
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Support library for Python bindings"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://www.pyside.org";
+depends=("python2" "python3" "qt4>=4.8" 'libxslt')
+optdepends=("python-sphinx: Documentation")
+makedepends=('cmake')
+conflicts=("libshiboken")
+provides=("libshiboken" "shiboken")
+source=("http://download.qt-project.org/official_releases/pyside/$pkgname-$pkgver.tar.bz2";)
+md5sums=('9f5bee9d414ce51be07ff7a20054a48d')
+
+build(){
+cd "$srcdir/shiboken-$pkgver"
+# build python2
+mkdir -p build_python2 && cd build_python2
+cmake ../ -DCMAKE_INSTALL_PREFIX=/usr  \
+  -DCMAKE_BUILD_TYPE=Release   \
+  -DBUILD_TESTS=OFF\
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+  -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+  -DQT_QMAKE_EXECUTABLE=qmake4
+make
+
+# build python3
+cd "$srcdir/shiboken-$pkgver"
+mkdir -p build && cd build
+cmake ../ -DCMAKE_INSTALL_PREFIX=/usr  \
+  -DCMAKE_BUILD_TYPE=Release   \
+  -DBUILD_TESTS=OFF\
+  -DUSE_PYTHON3=yes\
+  -DQT_QMAKE_EXECUTABLE=qmake4
+make
+}
+
+package(){
+cd "$srcdir/shiboken-$pkgver/build"
+make DESTDIR="$pkgdir" install
+
+cd data
+install -D -m 755 ShibokenConfig.cmake 
"$pkgdir/usr/lib/cmake/Shiboken-$pkgver"
+install -D -m 755 ShibokenConfigVersion.cmake 
"$pkgdir/usr/lib/cmake/Shiboken-$pkgver/"
+install -D -m 755 ShibokenConfig.cpython-3?m.cmake 
"$pkgdir/usr/lib/cmake/Shiboken-$pkgver/"
+install -D -m 755 shiboken.pc "$pkgdir/usr/lib/pkgconfig/"
+
+cd "$srcdir/shiboken-$pkgver/build_python2"
+make DESTDIR="$pkgdir" install
+
+cd data
+install -D -m 755 ShibokenConfig-python2.7.cmake 
"$pkgdir/usr/lib/cmake/Shiboken-$pkgver/"
+}
+


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


[arch-commits] Commit in (4 files)

2014-06-29 Thread Jelle van der Waa
Date: Sunday, June 29, 2014 @ 12:42:45
  Author: jelle
Revision: 113741

python-pyside: initial commit

Added:
  python-pyside/
  python-pyside/repos/
  python-pyside/trunk/
  python-pyside/trunk/PKGBUILD

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

Added: python-pyside/trunk/PKGBUILD
===
--- python-pyside/trunk/PKGBUILD(rev 0)
+++ python-pyside/trunk/PKGBUILD2014-06-29 10:42:45 UTC (rev 113741)
@@ -0,0 +1,87 @@
+# Maintainer: lilydjwg 
+# Contributor: Matthias Maennich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jan-Erik Meyer-Luetgens 
+pkgbase=python-pyside
+pkgname=python-pyside
+true && pkgname=(python-pyside-common python2-pyside python-pyside)
+_pkgrealname=pyside
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="Provides LGPL Qt bindings for Python and related tools for binding 
generation. Will build for both Python 2 and 3 versions."
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://qt-project.org/wiki/PySide";
+_qtver=4.8
+makedepends=('cmake' 'automoc4' 'qtwebkit' 'python' 'python2')
+optdepends=('qtwebkit: for PySide.QtWebKit')
+source=("http://download.qt-project.org/official_releases/pyside/${_pkgrealname}-qt${_qtver}+$pkgver.tar.bz2";)
+
+depends=('python' 'python2' "qt4>=${_qtver}" 'phonon' "shiboken>=$pkgver")
+conflicts=('pyside-python2' 'pyside-python3')
+replaces=('pyside-python2' 'pyside-python3')
+
+build(){
+cd $srcdir/${_pkgrealname}-qt${_qtver}+$pkgver
+mkdir -p build_py3 && cd build_py3
+_pyverflags=$(python -c 'import sysconfig; 
print(sysconfig.get_config_var("SOABI"))')
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
+  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+  -DPYTHON_SUFFIX=.${_pyverflags}
+make
+
+cd $srcdir/${_pkgrealname}-qt${_qtver}+$pkgver
+mkdir -p build_py2 && cd build_py2
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_TESTS=OFF \
+  -DQT_PHONON_INCLUDE_DIR=/usr/include/qt4/phonon 
-DQT_QMAKE_EXECUTABLE=qmake-qt4
+make
+}
+
+package_python-pyside-common(){
+true && depends=("qt4>=${_qtver}" 'phonon' "shiboken>=$pkgver")
+true && pkgdesc="Provides LGPL Qt bindings for Python and related tools 
for binding generation. Common Files."
+true && conflicts=()
+true && replaces=()
+true && optdepends=()
+# cmake will use Python 3 version by default
+cd $srcdir/${_pkgrealname}-qt${_qtver}+$pkgver/build_py3
+make DESTDIR=$pkgdir install
+
+rm -rf "$pkgdir"/usr/lib/python* "$pkgdir"/usr/lib/libpyside.* \
+  "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig*python*.cmake \
+  "$pkgdir"/usr/lib/pkgconfig/pyside.pc
+}
+
+package_python-pyside(){
+true && depends=('python' "qt4>=${_qtver}" 'phonon' "shiboken>=$pkgver" 
"python-pyside-common=$pkgver")
+true && pkgdesc="Provides LGPL Qt bindings for Python and related tools 
for binding generation. Python 3 version."
+true && conflicts=('pyside-python3')
+true && replaces=('pyside-python3')
+
+cd $srcdir/${_pkgrealname}-qt${_qtver}+$pkgver/build_py3
+make DESTDIR=$pkgdir install
+mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
+  "$pkgdir"/usr/lib/pkgconfig/pyside-py3.pc
+rm -rf "$pkgdir"/usr/include \
+  "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake \
+  "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake \
+  "$pkgdir"/usr/share
+}
+
+package_python2-pyside(){
+true && depends=('python' "qt4>=${_qtver}" 'phonon' "shiboken>=$pkgver" 
"python-pyside-common=$pkgver")
+true && pkgdesc="Provides LGPL Qt bindings for Python and related tools 
for binding generation. Python 2 version."
+true && conflicts=('pyside-python2')
+true && replaces=('pyside-python2')
+
+cd $srcdir/${_pkgrealname}-qt${_qtver}+$pkgver/build_py2
+make DESTDIR=$pkgdir install
+mv "$pkgdir"/usr/lib/pkgconfig/pyside.pc \
+  "$pkgdir"/usr/lib/pkgconfig/pyside-py2.pc
+rm -rf "$pkgdir"/usr/include \
+  "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfig.cmake \
+  "$pkgdir"/usr/lib/cmake/PySide-$pkgver/PySideConfigVersion.cmake \
+  "$pkgdir"/usr/share
+}
+
+md5sums=('1969c2ff90eefaa4b200d234059d2287')


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


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

2014-06-29 Thread Evangelos Foutras
Date: Sunday, June 29, 2014 @ 14:15:56
  Author: foutrelis
Revision: 113743

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   72 +++---
 gbrainy.install |   28 ++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 12:15:49 UTC (rev 113742)
+++ PKGBUILD2014-06-29 12:15:56 UTC (rev 113743)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.2.2
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="http://live.gnome.org/gbrainy";
-license=('GPL2')
-depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=gbrainy.install
-source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e581cf88dae6dffd3ed39f39f00e1e5b3ff3bed3c9b6044dd93168e699bfea43')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure \
---prefix=/usr \
---enable-addins
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 113742, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 12:15:56 UTC (rev 113743)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.2.3
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy";
+license=('GPL2')
+depends=('gtk-sharp-2' 'mono-addins' 'librsvg' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils')
+install=gbrainy.install
+source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7f116e0c90929c489d332761181436c2537baacfe41242746ad5614fe5af982b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure \
+--prefix=/usr \
+--enable-addins
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gbrainy.install
===
--- gbrainy.install 2014-06-29 12:15:49 UTC (rev 113742)
+++ gbrainy.install 2014-06-29 12:15:56 UTC (rev 113743)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/gbrainy.install (from rev 113742, 
gbrainy/trunk/gbrainy.install)
===
--- gbrainy.install (rev 0)
+++ gbrainy.install 2014-06-29 12:15:56 UTC (rev 113743)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-29 Thread Evangelos Foutras
Date: Sunday, June 29, 2014 @ 14:15:49
  Author: foutrelis
Revision: 113742

upgpkg: gbrainy 1:2.2.3-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 10:42:45 UTC (rev 113741)
+++ PKGBUILD2014-06-29 12:15:49 UTC (rev 113742)
@@ -3,7 +3,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gettext' 'gnome-doc-utils')
 install=gbrainy.install
 source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e581cf88dae6dffd3ed39f39f00e1e5b3ff3bed3c9b6044dd93168e699bfea43')
+sha256sums=('7f116e0c90929c489d332761181436c2537baacfe41242746ad5614fe5af982b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-06-29 Thread Evangelos Foutras
Date: Sunday, June 29, 2014 @ 14:18:35
  Author: foutrelis
Revision: 113744

upgpkg: shorewall 4.6.1.3-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 12:15:56 UTC (rev 113743)
+++ PKGBUILD2014-06-29 12:18:35 UTC (rev 113744)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.2
+pkgver=4.6.1.3
 pkgrel=1
 arch=('any')
 url="http://www.shorewall.net/";
@@ -13,9 +13,9 @@
 
source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
 
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('c34c2207b71081afae989bf06ea34fb97cc858809c3680312a770122b9bc60c1'
-'6abdbc0d4bc8a8f4cba66c9676984e6688b3ec06c8da361293f50f9785d069de'
-'6b3052503b43b93e006be774b4c6b1b46d570407f225d771d8bda2bd64da087f')
+sha256sums=('bcbf45cc1cfa3d6cc7133af5943dac05923d455f8b7b3dde567e8462020de122'
+'e8bd8c7f4bcbceba2179f69085f8528f2394edac0490587158367c2b8bf17162'
+'86cef6eacb1b1afede79c9c2e32f613455c8f50fe6629c6aebf5b669f91df8a2')
 
 build() {
   for product in shorewall{,6,-core}; do



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

2014-06-29 Thread Evangelos Foutras
Date: Sunday, June 29, 2014 @ 14:18:43
  Author: foutrelis
Revision: 113745

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 113744, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  156 ++---
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 12:18:35 UTC (rev 113744)
+++ PKGBUILD2014-06-29 12:18:43 UTC (rev 113745)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.6.1.2
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/";
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('c34c2207b71081afae989bf06ea34fb97cc858809c3680312a770122b9bc60c1'
-'6abdbc0d4bc8a8f4cba66c9676984e6688b3ec06c8da361293f50f9785d069de'
-'6b3052503b43b93e006be774b4c6b1b46d570407f225d771d8bda2bd64da087f')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux SBINDIR=/usr/bin
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/modules"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/helpers"
-
-  # Fix systemd service file permissions
-  chmod 644 "$pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 113744, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 12:18:43 UTC (rev 113745)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.6.1.3
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/";
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('bcbf45cc1cfa3d6cc7133af5943dac05923d455f8b7b3dde567e8462020de122'
+'e8bd8c7f4bcbceba2179f69085f8528f2394edac0490587158367c2b8bf17162'
+'86cef6eacb1b1afede79c9c2e32f613455c8f50fe6629c6aebf5b669f91df8a2')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd "$srcdir/$product-$pkgver"
+./configure HOST=archlinux SBINDIR=/usr/bin
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  
backup=(etc/shorewall/{accounting

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 15:22:57
  Author: eric
Revision: 215564

upgpkg: procinfo-ng 2.0.304-4

Rebuild to add mtree file

Modified:
  procinfo-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 09:18:22 UTC (rev 215563)
+++ PKGBUILD2014-06-29 13:22:57 UTC (rev 215564)
@@ -4,7 +4,7 @@
 
 pkgname=procinfo-ng
 pkgver=2.0.304
-pkgrel=3
+pkgrel=4
 pkgdesc="Displays useful information from /proc"
 arch=('i686' 'x86_64')
 url="http://procinfo-ng.sourceforge.net/";
@@ -19,13 +19,13 @@
   '8bc75669cbd27775c3a837209425c5ce76238ebc')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   # install tools from old procinfo package



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

2014-06-29 Thread Bartłomiej Piotrowski
Date: Sunday, June 29, 2014 @ 15:24:05
  Author: bpiotrowski
Revision: 113746

upgpkg: mpv 0.4.0-3

- re-enable jack support ( FS#41011)
- move zsh completion to /usr/share/zsh/site-functions/

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 12:18:43 UTC (rev 113745)
+++ PKGBUILD2014-06-29 13:24:05 UTC (rev 113746)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,7 +13,7 @@
   'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 'libgl' 'enca'
   'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-  'libguess'
+  'libguess' 'portaudio'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa')
 options=('!emptydirs' '!buildflags')
@@ -24,6 +24,7 @@
 prepare() {
   cd $pkgname-$pkgver
   ./bootstrap.py
+  sed -i 's/vendor-completions/site-functions/' wscript_build.py
 }
 
 build() {
@@ -34,7 +35,8 @@
 --enable-joystick \
 --enable-zsh-comp \
 --enable-libmpv-shared \
---enable-cdda
+--enable-cdda \
+--enable-portaudio
 
   ./waf build
 }



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

2014-06-29 Thread Bartłomiej Piotrowski
Date: Sunday, June 29, 2014 @ 15:24:13
  Author: bpiotrowski
Revision: 113747

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

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

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

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

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

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-06-29 13:24:05 UTC (rev 113746)
+++ community-i686/mpv.install  2014-06-29 13:24:13 UTC (rev 113747)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 113746, 
mpv/trunk/mpv.install)
===
--- community-i686/mpv.install  (rev 0)
+++ community-

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 15:36:55
  Author: eric
Revision: 215565

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

Added:
  procinfo-ng/repos/testing-i686/
  procinfo-ng/repos/testing-x86_64/
  procinfo-ng/repos/testing-x86_64/PKGBUILD
(from rev 215564, procinfo-ng/trunk/PKGBUILD)

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

Copied: procinfo-ng/repos/testing-x86_64/PKGBUILD (from rev 215564, 
procinfo-ng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-29 13:36:55 UTC (rev 215565)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Allan McRae 
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=4
+pkgdesc="Displays useful information from /proc"
+arch=('i686' 'x86_64')
+url="http://procinfo-ng.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install tools from old procinfo package
+  cd "${srcdir}/procinfo-18"
+  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
+  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
+  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
+  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
+}



[arch-commits] Commit in procinfo-ng/repos/testing-i686 (PKGBUILD)

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 15:43:57
  Author: eric
Revision: 215566

archrelease: copy trunk to testing-i686

Added:
  procinfo-ng/repos/testing-i686/PKGBUILD
(from rev 215565, procinfo-ng/trunk/PKGBUILD)

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

Copied: procinfo-ng/repos/testing-i686/PKGBUILD (from rev 215565, 
procinfo-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 13:43:57 UTC (rev 215566)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Allan McRae 
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=4
+pkgdesc="Displays useful information from /proc"
+arch=('i686' 'x86_64')
+url="http://procinfo-ng.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install tools from old procinfo package
+  cd "${srcdir}/procinfo-18"
+  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
+  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
+  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
+  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
+}



[arch-commits] Commit in procinfo-ng/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 15:45:28
  Author: eric
Revision: 215567

archrelease: copy trunk to testing-x86_64

Added:
  procinfo-ng/repos/testing-x86_64/PKGBUILD
(from rev 215566, procinfo-ng/trunk/PKGBUILD)
Deleted:
  procinfo-ng/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 13:43:57 UTC (rev 215566)
+++ PKGBUILD2014-06-29 13:45:28 UTC (rev 215567)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Contributor: Allan McRae 
-
-pkgname=procinfo-ng
-pkgver=2.0.304
-pkgrel=4
-pkgdesc="Displays useful information from /proc"
-arch=('i686' 'x86_64')
-url="http://procinfo-ng.sourceforge.net/";
-license=('GPL2' 'LGPL2.1')
-depends=('ncurses' 'perl')
-provides=('procinfo')
-conflicts=('procinfo')
-replaces=('procinfo')
-source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
-sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
-  '8bc75669cbd27775c3a837209425c5ce76238ebc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # install tools from old procinfo package
-  cd "${srcdir}/procinfo-18"
-  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
-  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
-  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
-  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
-}

Copied: procinfo-ng/repos/testing-x86_64/PKGBUILD (from rev 215566, 
procinfo-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 13:45:28 UTC (rev 215567)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Contributor: Allan McRae 
+
+pkgname=procinfo-ng
+pkgver=2.0.304
+pkgrel=4
+pkgdesc="Displays useful information from /proc"
+arch=('i686' 'x86_64')
+url="http://procinfo-ng.sourceforge.net/";
+license=('GPL2' 'LGPL2.1')
+depends=('ncurses' 'perl')
+provides=('procinfo')
+conflicts=('procinfo')
+replaces=('procinfo')
+source=(http://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/${pkgver}/${pkgname}-${pkgver}.tar.bz2
+ftp://ftp.archlinux.org/other/procinfo-ng/procinfo-18.tar.gz)
+sha1sums=('da2176a505bcdf65c4eadcf5a2e056fb7a3f84af'
+  '8bc75669cbd27775c3a837209425c5ce76238ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # install tools from old procinfo package
+  cd "${srcdir}/procinfo-18"
+  install -m755 lsdev.pl "${pkgdir}/usr/bin/lsdev"
+  install -m755 socklist.pl "${pkgdir}/usr/bin/socklist"
+  install -m644 lsdev.8 "${pkgdir}/usr/share/man/man8/lsdev.8"
+  install -m644 socklist.8 "${pkgdir}/usr/share/man/man8/socklist.8"
+}



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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 16:05:53
  Author: eric
Revision: 215568

upgpkg: vi 1:050325-4

Rebuild to add mtree file, Add prepare function

Modified:
  vi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 13:45:28 UTC (rev 215567)
+++ PKGBUILD2014-06-29 14:05:53 UTC (rev 215568)
@@ -1,44 +1,43 @@
 # $Id$
-# Maintainer: tobias [ tobias at archlinux org ]
+# Maintainer: Eric Bélanger 
 
 pkgname=vi
 pkgver=050325
-pkgrel=3
+pkgrel=4
 epoch=1
-pkgdesc='The original ex/vi text editor.'
+pkgdesc="The original ex/vi text editor"
 arch=('i686' 'x86_64')
-url='http://ex-vi.sourceforge.net/'
+url="http://ex-vi.sourceforge.net/";
 license=('custom:ex')
 depends=('ncurses')
 optdepends=('heirloom-mailx: used by the preserve command for notification')
 groups=('base')
-options=(strip emptydirs)
 source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
 navkeys.patch
 increase-tube.patch
 preserve_dir.patch)
-md5sums=('e668595254233e4d96811083a3e4e2f3'
- 'aac133930047eafa4f28736cfaf976b3'
- 'e596e05a00a24187b576e389fa1de45d'
- '8c6d3503e7c41a4413145ae49a7f2b80')
+sha1sums=('573501d15fa4be59f136641957c7f893e86bac82'
+  '9ff3e79dd5f4ba29bd439f2c86afbc748c95ec3d'
+  '7039755bf1dd27b4aa5384e76ee52e31d06f9972'
+  'ff399edd106eb0b61cc58f66812c2a2c8ea7670d')
 
-build() {
-  cd "${srcdir}/ex-${pkgver}"
-
+prepare() {
+  cd ex-${pkgver}
   patch -Np1 -i  ../navkeys.patch
   patch -Np0 -i ../increase-tube.patch
   # FS#20653
   patch -Np1 -i ../preserve_dir.patch
+}
 
+build() {
+  cd ex-${pkgver}
   make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
   'FEATURES=-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8' TERMLIB=ncurses
 }
 
 package() {
-  cd "${srcdir}/ex-${pkgver}"
-
+  cd ex-${pkgver}
   make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex 
INSTALL=/usr/bin/install \
-  DESTDIR="$pkgdir" install
-
+  DESTDIR="${pkgdir}" install
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 16:08:49
  Author: eric
Revision: 215569

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

Added:
  vi/repos/testing-i686/
  vi/repos/testing-i686/PKGBUILD
(from rev 215568, vi/trunk/PKGBUILD)
  vi/repos/testing-i686/increase-tube.patch
(from rev 215568, vi/trunk/increase-tube.patch)
  vi/repos/testing-i686/navkeys.patch
(from rev 215568, vi/trunk/navkeys.patch)
  vi/repos/testing-i686/preserve_dir.patch
(from rev 215568, vi/trunk/preserve_dir.patch)
  vi/repos/testing-x86_64/
  vi/repos/testing-x86_64/PKGBUILD
(from rev 215568, vi/trunk/PKGBUILD)
  vi/repos/testing-x86_64/increase-tube.patch
(from rev 215568, vi/trunk/increase-tube.patch)
  vi/repos/testing-x86_64/navkeys.patch
(from rev 215568, vi/trunk/navkeys.patch)
  vi/repos/testing-x86_64/preserve_dir.patch
(from rev 215568, vi/trunk/preserve_dir.patch)

+
 testing-i686/PKGBUILD  |   43 +++
 testing-i686/increase-tube.patch   |   13 
 testing-i686/navkeys.patch |   55 +++
 testing-i686/preserve_dir.patch|   99 +++
 testing-x86_64/PKGBUILD|   43 +++
 testing-x86_64/increase-tube.patch |   13 
 testing-x86_64/navkeys.patch   |   55 +++
 testing-x86_64/preserve_dir.patch  |   99 +++
 8 files changed, 420 insertions(+)

Copied: vi/repos/testing-i686/PKGBUILD (from rev 215568, vi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-29 14:08:49 UTC (rev 215569)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=vi
+pkgver=050325
+pkgrel=4
+epoch=1
+pkgdesc="The original ex/vi text editor"
+arch=('i686' 'x86_64')
+url="http://ex-vi.sourceforge.net/";
+license=('custom:ex')
+depends=('ncurses')
+optdepends=('heirloom-mailx: used by the preserve command for notification')
+groups=('base')
+source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
+navkeys.patch
+increase-tube.patch
+preserve_dir.patch)
+sha1sums=('573501d15fa4be59f136641957c7f893e86bac82'
+  '9ff3e79dd5f4ba29bd439f2c86afbc748c95ec3d'
+  '7039755bf1dd27b4aa5384e76ee52e31d06f9972'
+  'ff399edd106eb0b61cc58f66812c2a2c8ea7670d')
+
+prepare() {
+  cd ex-${pkgver}
+  patch -Np1 -i  ../navkeys.patch
+  patch -Np0 -i ../increase-tube.patch
+  # FS#20653
+  patch -Np1 -i ../preserve_dir.patch
+}
+
+build() {
+  cd ex-${pkgver}
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
+  'FEATURES=-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8' TERMLIB=ncurses
+}
+
+package() {
+  cd ex-${pkgver}
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex 
INSTALL=/usr/bin/install \
+  DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: vi/repos/testing-i686/increase-tube.patch (from rev 215568, 
vi/trunk/increase-tube.patch)
===
--- testing-i686/increase-tube.patch(rev 0)
+++ testing-i686/increase-tube.patch2014-06-29 14:08:49 UTC (rev 215569)
@@ -0,0 +1,13 @@
+--- config.h   2005-02-19 05:25:39.0 -0500
 config.h.fixed 2010-01-04 22:02:01.0 -0500
+@@ -95,8 +95,8 @@
+ #define TUBESIZE6000/* Maximum screen size for visual */
+ #else /* VMUNIX */
+ #define TUBELINES   100
+-#define TUBECOLS160
+-#define TUBESIZE16000
++#define TUBECOLS320
++#define TUBESIZE32000
+ #endif/* VMUNIX */
+ 
+ /*

Copied: vi/repos/testing-i686/navkeys.patch (from rev 215568, 
vi/trunk/navkeys.patch)
===
--- testing-i686/navkeys.patch  (rev 0)
+++ testing-i686/navkeys.patch  2014-06-29 14:08:49 UTC (rev 215569)
@@ -0,0 +1,55 @@
+diff -ru ex-050325/ex_tty.c ex-050325-du/ex_tty.c
+--- ex-050325/ex_tty.c 2005-03-04 13:42:58.0 +0100
 ex-050325-du/ex_tty.c  2009-06-25 20:06:57.0 +0200
+@@ -132,7 +132,8 @@
+   &ED, &EI, &F0, &F1, &F2, &F3, &F4, &F5, &F6, &F7, &F8, &F9,
+   &HO, &IC, &IM, &IP, &KD, &KE, &KH, &KL, &KR, &KS, &KU, &LL, &ND, &xNL,
+   &xPC, &RC, &SC, &SE, &SF, &SO, &SR, &TA, &TE, &TI, &UP, &VB, &VS, &VE,
+-  &AL_PARM, &DL_PARM, &UP_PARM, &DOWN_PARM, &LEFT_PARM, &RIGHT_PARM
++  &AL_PARM, &DL_PARM, &UP_PARM, &DOWN_PARM, &LEFT_PARM, &RIGHT_PARM,
++  &kI, &kD, &kh, &at7, &kP, &kN
+ };
+ bool *sflags[] = {
+   &AM, &BS, &DA, &DB, &EO, &HC,
+@@ -170,7 +171,12 @@
+   addmac1(KD, "j", "down", arrows, 1);
+   addmac1(KL, "h", "left", arrows, 1);
+   addmac1(KR, "l", "right", arrows, 1);
+-  addmac1(KH, "H", "home", arrows, 1);
++  

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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:16:37
  Author: svenstaro
Revision: 113748

Add nostrip

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 13:24:13 UTC (rev 113747)
+++ PKGBUILD2014-06-29 14:16:37 UTC (rev 113748)
@@ -5,15 +5,15 @@
 pkgname=dwarffortress
 pkgver=0.34.11
 _pkgver=34_11
-pkgrel=5
+pkgrel=6
 pkgdesc="A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world."
 arch=(i686 x86_64)
-# WIP Thread: http://www.bay12forums.com/smf/index.php?topic=66142.0
 url="http://www.bay12games.com/dwarves/";
 install="$pkgname.install"
 license=('custom:dwarffortress')
 depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
 makedepends=(git cmake)
+options=('!strip')
 if [[ $CARCH == 'x86_64' ]]; then
   makedepends+=(gcc-multilib)
   depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal



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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:22:43
  Author: svenstaro
Revision: 113750

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

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

---+
 /PKGBUILD |   84 
 /sfml.install |6 ++
 community-i686/PKGBUILD   |   41 ---
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   41 ---
 community-x86_64/sfml.install |3 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 14:22:34 UTC (rev 113749)
+++ community-i686/PKGBUILD 2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-_commit=4a300547f3
-pkgver=2.1.0.$_commit
-pkgrel=3
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=("git+https://github.com/LaurentGomila/SFML.git#commit=${_commit}";)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/SFML
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DCMAKE_CXX_FLAGS="-DGLXContextID=XID $CXXFLAGS"
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/SFML/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake"
-
-  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 113749, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 14:22:43 UTC (rev 113750)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ondrej Martinak 
+
+pkgname=sfml
+_commit=4a300547f3
+pkgver=2.1.0.$_commit
+pkgrel=4
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=("git+https://github.com/LaurentGomila/SFML.git#commit=${_commit}";)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/SFML
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
+  -DCMAKE_CXX_FLAGS="-DGLXContextID=XID $CXXFLAGS"
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/SFML/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 "$pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake" 
"$pkgdir/usr/share/cmake-3.0/Modules/FindSFML.cmake"
+
+  install -Dm644 ../license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2014-06-29 14:22:34 UTC (rev 113749)
+++ community-i686/sfml.install 2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,3 +0,0 @@
-post_install() {
-echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 113749, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2014-06-29 14:22:43 UTC (rev 113750)
@@ -0,0 +1,3 @@
+post_install() {
+echo "To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-29 14:22:34 UTC (rev 113749)
+++ community-x86_64/PKGBUILD   2014-06-29 14:22:43 UTC (rev 113750)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ondrej Martinak 
-
-pkgname=sfml
-_commit=4

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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:22:34
  Author: svenstaro
Revision: 113749

upgpkg: sfml 2.1.0.4a300547f3-4

Add pkgconfig files

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 14:16:37 UTC (rev 113748)
+++ PKGBUILD2014-06-29 14:22:34 UTC (rev 113749)
@@ -5,7 +5,7 @@
 pkgname=sfml
 _commit=4a300547f3
 pkgver=2.1.0.$_commit
-pkgrel=3
+pkgrel=4
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
@@ -24,6 +24,7 @@
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DSFML_BUILD_EXAMPLES=1 \
   -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1 \
   -DCMAKE_CXX_FLAGS="-DGLXContextID=XID $CXXFLAGS"
   make
   make doc



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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:52:59
  Author: svenstaro
Revision: 215570

upgpkg: nvidia-utils 337.25-3

fix FS#31389

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 14:08:49 UTC (rev 215569)
+++ PKGBUILD2014-06-29 14:52:59 UTC (rev 215570)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=337.25
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -20,11 +20,12 @@
 
 create_links() {
 # create soname links
-while read -d '' _lib; do
-_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')"
-[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
-[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
-done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
 }
 
 prepare() {



[arch-commits] Commit in nvidia-utils/repos (2 files)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 16:53:04
  Author: svenstaro
Revision: 215571

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

Deleted:
  nvidia-utils/repos/extra-i686/PKGBUILD
  nvidia-utils/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  178 
 extra-x86_64/PKGBUILD |  178 
 2 files changed, 356 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 14:52:59 UTC (rev 215570)
+++ extra-i686/PKGBUILD 2014-06-29 14:53:04 UTC (rev 215571)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-pkgbase=nvidia-utils
-pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
-pkgver=337.25
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-sha1sums=('bc4a5c8ad688201fa5a65f8090aceff0dd9d880b'
-  '9fb7026c26dabcd626e8c23cd841404239f619da')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')"
-[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
-[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
-done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-utils')
-conflicts=('libgl')
-provides=('libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so"
-
-ln -s "/usr/lib/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL.so.${pkgver}"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so.1"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so"
-
-ln -s "/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-ln -s "/usr/lib/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so.2"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
-}
-
-package_nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities"
-depends=('xorg-server')
-optdepends=('gtk2: nvidia-settings'
-'xorg-server-devel: nvidia-xconfig'
-'opencl-nvidia: OpenCL support')
-install="${pkgname}.install"
-cd "${_pkg}"
-
-# X driver
-install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so"   # X doesn't find 
glx otherwise
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:00:25
  Author: svenstaro
Revision: 215572

upgpkg: nvidia-304xx-utils 304.121-3

fix FS#31389

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 14:53:04 UTC (rev 215571)
+++ PKGBUILD2014-06-29 15:00:25 UTC (rev 215572)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
 pkgver=304.121
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -26,11 +26,12 @@
 
 create_links() {
   # create soname links
-  while read -d '' _lib; do
-_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
-[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
-  done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
 }
 
 build() {



[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:00:31
  Author: svenstaro
Revision: 215573

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

Added:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
(from rev 215572, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 215572, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/extra-i686/PKGBUILD
  nvidia-304xx-utils/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  324 
 extra-i686/PKGBUILD   |  161 ---
 extra-x86_64/PKGBUILD |  161 ---
 3 files changed, 324 insertions(+), 322 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 15:00:25 UTC (rev 215572)
+++ extra-i686/PKGBUILD 2014-06-29 15:00:31 UTC (rev 215573)
@@ -1,161 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'nvidia-304xx-libgl' 'opencl-nvidia-304xx')
-pkgver=304.121
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib' 'mesa')
-options=('!strip')
-
-if [ "$CARCH" = "i686" ]; then
-  _arch='x86'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-  md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-elif [ "$CARCH" = "x86_64" ]; then
-  _arch='x86_64'
-  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-  
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-  md5sums=('41e6d2b6325e5b0ae9889cfbd6bec696')
-fi
-
-create_links() {
-  # create soname links
-  while read -d '' _lib; do
-_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
-[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
-  done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
-}
-
-build() {
-  sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-  depends=('libcl' 'zlib')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  provides=('opencl-nvidia')
-  conflicts=('opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-  create_links
-  
-  install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks, 304xx legacy branch"
-  depends=('nvidia-304xx-utils' 'mesa')
-  conflicts=('libgl' 'nvidia-libgl')
-  provides=('libgl' 'nvidia-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-  ln -s "../../../nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-  ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
-
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-libgl"
-}
-
-package_nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-  depends=('xorg-server' 'libxvmc')
-  optdepends=('gtk2: nvidia-settings'
-  'pkg-config: nvidia-xconfig'
-  'opencl-nvidia-304xx: OpenCL support')
-  conflicts=('nvidia-utils')
-  provides=('nvidia-utils')
-  
-  cd ${_pkg}
-
-  # X driver
-  install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/li

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 17:00:52
  Author: eric
Revision: 113751

upgpkg: dvdisaster 0.72.6-1

Upstream update

Modified:
  dvdisaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 14:22:43 UTC (rev 113750)
+++ PKGBUILD2014-06-29 15:00:52 UTC (rev 113751)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=dvdisaster
-pkgver=0.72.5
+pkgver=0.72.6
 pkgrel=1
 pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 install=dvdisaster.install
 source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
 
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
-  '7bffbbd282c009986938811ee6bd22d10b1a95f4')
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 17:03:16
  Author: eric
Revision: 113752

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

Added:
  dvdisaster/repos/community-x86_64/PKGBUILD
(from rev 113751, dvdisaster/trunk/PKGBUILD)
  dvdisaster/repos/community-x86_64/dvdisaster.install
(from rev 113751, dvdisaster/trunk/dvdisaster.install)
Deleted:
  dvdisaster/repos/community-x86_64/PKGBUILD
  dvdisaster/repos/community-x86_64/dvdisaster.install

+
 PKGBUILD   |   84 +--
 dvdisaster.install |   22 ++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 15:00:52 UTC (rev 113751)
+++ PKGBUILD2014-06-29 15:03:16 UTC (rev 113752)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.5
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
-  '7bffbbd282c009986938811ee6bd22d10b1a95f4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-x86_64/PKGBUILD (from rev 113751, 
dvdisaster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 15:03:16 UTC (rev 113752)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: dvdisaster.install
===
--- dvdisaster.install  2014-06-29 15:00:52 UTC (rev 113751)
+++ dvdisaster.install  2014-06-29 15:03:16 UTC (rev 113752)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-x86_64/dvdisaster.install (from rev 113751, 
dvdisaster/trunk/dvdisaster.install)
===
--- dvdisaster.install  (rev 0)
+++ dvdisaster.install  2014-06-29 15:03:16 UTC (rev 113752)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-x86_64 (2 files)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:05:23
  Author: svenstaro
Revision: 113754

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 113753, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  247 ++---
 1 file changed, 125 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 15:05:20 UTC (rev 113753)
+++ PKGBUILD2014-06-29 15:05:23 UTC (rev 113754)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jason Graham 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-304xx-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
-pkgver=304.121
-pkgrel=2
-pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('lib32-gcc-libs' 'lib32-libcl' 'lib32-libxvmc' 'lib32-zlib' 
- 'lib32-libxext' 'nvidia-304xx-utils' 'opencl-nvidia-304xx')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
-
-build() {
-  sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia-304xx() {
-  pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-  depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs' 'opencl-nvidia-304xx')
-  optdepends=('opencl-headers: headers necessary for OpenCL development')
-  conflicts=('lib32-opencl-nvidia')
-
-  cd ${_pkg}
-
-  # OpenCL
-  install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-  ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.1"
-  ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so"
-
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-  ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.1"
-  ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so"
-}
-
-package_lib32-nvidia-304xx-libgl() {
-  pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-  depends=('lib32-nvidia-304xx-utils' 'lib32-mesa')
-  conflicts=('lib32-libgl')
-  provides=('lib32-libgl')
-
-  cd ${_pkg}
-
-  mkdir -p "${pkgdir}/usr/lib32"
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so"
-
-  # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
-  ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib32/libEGL.so.1.0.0"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so.1"
-  ln -s libEGL.so.1.0.0  "${pkgdir}/usr/lib32/libEGL.so"
-
-  ln -s mesa/libGLESv1_CM.so.1.1.0 "${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-  ln -s libGLESv1_CM.so.1.1.0  "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-  ln -s mesa/libGLESv2.so.2.0.0 "${pkgdir}/usr/lib32/libGLESv2.so.2.0.0"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so.2"
-  ln -s libGLESv2.so.2.0.0  "${pkgdir}/usr/lib32/libGLESv2.so"
-
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-304xx-utils() {
-  pkgdesc="NVIDIA drivers utilities (32-bit)"
-  depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'lib32-libxext')
-  optdepends=('lib32-opencl-nvidia-304xx')
-  conflicts=('lib32-nvidia-utils')
-
-  cd ${_pkg}
-
-  # OpenGL libraries
-  install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-
-  # OpenGL core library
-  install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-
-  # XvMC
-  install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
-
-  # VDPAU
-  install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-
-  # nvidia-tls library
-  install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-  install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-  install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
-  
-  # CUDA
-  install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
-  install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
-
-  # DEBUG
-  install -D -m755 nvidia-debug

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:05:20
  Author: svenstaro
Revision: 113753

upgpkg: lib32-nvidia-304xx-utils 304.121-3

fix FS#31389

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 15:03:16 UTC (rev 113752)
+++ PKGBUILD2014-06-29 15:05:20 UTC (rev 113753)
@@ -8,7 +8,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-304xx-utils' 'lib32-nvidia-304xx-libgl' 
'lib32-opencl-nvidia-304xx')
 pkgver=304.121
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -22,6 +22,16 @@
 
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
 md5sums=('b8c950f0a30a6e1f503630fbd0ca8ab9')
 
+create_links() {
+  # create soname links
+  for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 'SONAME.*: 
\[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+  done
+}
+
 build() {
   sh ${_pkg}.run --extract-only
 }
@@ -36,12 +46,12 @@
 
   # OpenCL
   install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-  ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.1"
-  ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so"
+  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}"
+  
+  create_links
 
-  install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-  ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.1"
-  ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so"
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
 }
 
 package_lib32-nvidia-304xx-libgl() {
@@ -53,9 +63,9 @@
   cd ${_pkg}
 
   mkdir -p "${pkgdir}/usr/lib32"
-  ln -s nvidia/libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so.1"
-  ln -s libGL.so.${pkgver} "${pkgdir}/usr/lib32/libGL.so"
+  ln -s "nvidia/libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.${pkgver}"
+  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
+  ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
 
   # We have to provide symlinks to mesa, as nvidia 304xx doesn't ship them
   ln -s mesa/libEGL.so.1.0.0 "${pkgdir}/usr/lib32/libEGL.so.1.0.0"
@@ -106,14 +116,7 @@
   # DEBUG
   install -D -m755 nvidia-debugdump "${pkgdir}/usr/bin/nvidia-debugdump"
 
-  # create soname links
-  for _lib in $(find "${pkgdir}" -name '*.so*'); do
-_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-if [ ! -e "${_soname}" ]; then
-  ln -s "$(basename ${_lib})" "${_soname}"
-  ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
-fi
-  done
+  create_links
 
   rm -rf "${pkgdir}"/usr/{include,share,bin}
   mkdir -p "${pkgdir}/usr/share/licenses"



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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:07:20
  Author: svenstaro
Revision: 113756

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 113755, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  237 ++---
 1 file changed, 118 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 15:07:16 UTC (rev 113755)
+++ PKGBUILD2014-06-29 15:07:20 UTC (rev 113756)
@@ -1,119 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgbase=lib32-$_pkgbasename
-pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
-pkgver=337.25
-pkgrel=1
-arch=('x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('2a217632ced8952e21000a51065f85b8')
-
-build() {
-cd "${srcdir}"
-sh ${_pkg}.run --extract-only
-}
-
-package_lib32-opencl-nvidia() {
-pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
-depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${srcdir}/${_pkg}"
-
-# OpenCL
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.1"
-ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so"
-
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.1"
-ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
-}
-
-package_lib32-nvidia-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks (32-bit)"
-depends=('lib32-nvidia-utils')
-replaces=('lib32-nvidia-utils<=313.26-1')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-cd "${srcdir}/${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib32"
-ln -s "/usr/lib32/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1"
-ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so"
-
-ln -s "/usr/lib32/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libEGL.so.${pkgver}"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so.1"
-ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib32/libEGL.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv1_CM.so.${pkgver}"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so.1"
-ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv1_CM.so"
-
-ln -s "/usr/lib32/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGLESv2.so.${pkgver}"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so.2"
-ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib32/libGLESv2.so"
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-nvidia-libgl"
-}
-
-package_lib32-nvidia-utils() {
-pkgdesc="NVIDIA drivers utilities (32-bit)"
-depends=('lib32-zlib' 'lib32-gcc-libs')
-optdepends=('lib32-opencl-nvidia')
-cd "${srcdir}/${_pkg}"
-
-# OpenGL libraries
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
-install -D -m755 "libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libEGL.so.${pkgver}"
-install -D -m755 "libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv1_CM.so.${pkgver}"
-install -D -m755 "libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGLESv2.so.${pkgver}"
-
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-install -D -m755 "libnvidia-eglcore.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-eglcore.so.${pkgver}"
-install -D -m755 "libnvidia-glsi.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-glsi.so.${pkgver}"
-
-# misc
-install -D -m755 "libnvidia-ifr.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-ifr.so.${pkgver}"
-install -D -m755 "libnvidia-fbc.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-fbc.so.${pkgver}"
-install -D -m755 "libnvidia-encode.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-encode.so.${pkgver}"
-install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-install -D -m755 "li

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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:07:16
  Author: svenstaro
Revision: 113755

upgpkg: lib32-nvidia-utils 337.25-2

fix FS#31389

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 15:05:23 UTC (rev 113754)
+++ PKGBUILD2014-06-29 15:07:16 UTC (rev 113755)
@@ -6,7 +6,7 @@
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia')
 pkgver=337.25
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -17,8 +17,17 @@
 
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
 md5sums=('2a217632ced8952e21000a51065f85b8')
 
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
 build() {
-cd "${srcdir}"
 sh ${_pkg}.run --extract-only
 }
 
@@ -26,17 +35,14 @@
 pkgdesc="OpenCL implemention for NVIDIA (32-bit)"
 depends=('lib32-libcl' 'lib32-zlib' 'lib32-gcc-libs')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
-cd "${srcdir}/${_pkg}"
+cd "${_pkg}"
 
 # OpenCL
 install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.1"
-ln -s "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-compiler.so"
-
 install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" 
-ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so.1"
-ln -s "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvidia-opencl.so"
 
+create_links
+
 mkdir -p "${pkgdir}/usr/share/licenses"
 ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/lib32-opencl-nvidia"
 }
@@ -47,7 +53,7 @@
 replaces=('lib32-nvidia-utils<=313.26-1')
 conflicts=('lib32-libgl')
 provides=('lib32-libgl')
-cd "${srcdir}/${_pkg}"
+cd "${_pkg}"
 
 mkdir -p "${pkgdir}/usr/lib32"
 ln -s "/usr/lib32/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
@@ -74,7 +80,7 @@
 pkgdesc="NVIDIA drivers utilities (32-bit)"
 depends=('lib32-zlib' 'lib32-gcc-libs')
 optdepends=('lib32-opencl-nvidia')
-cd "${srcdir}/${_pkg}"
+cd "${_pkg}"
 
 # OpenGL libraries
 install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}"
@@ -104,14 +110,7 @@
 install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
 install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
 
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*'); do
-_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-if [ ! -e "${_soname}" ]; then
-ln -s "$(basename ${_lib})" "${_soname}"
-ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
-fi
-done
+create_links
 
 rm -rf "${pkgdir}"/usr/{include,share,bin}
 mkdir -p "${pkgdir}/usr/share/licenses"



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

2014-06-29 Thread Sven-Hendrik Haase
Date: Sunday, June 29, 2014 @ 17:08:36
  Author: svenstaro
Revision: 215574

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

Added:
  nvidia-utils/repos/extra-i686/PKGBUILD
(from rev 215573, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-i686/nvidia-utils.install
(from rev 215573, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/extra-x86_64/PKGBUILD
(from rev 215573, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install
(from rev 215573, nvidia-utils/trunk/nvidia-utils.install)
Deleted:
  nvidia-utils/repos/extra-i686/nvidia-utils.install
  nvidia-utils/repos/extra-x86_64/nvidia-utils.install

---+
 /nvidia-utils.install |   28 +
 extra-i686/PKGBUILD   |  179 
 extra-i686/nvidia-utils.install   |   14 --
 extra-x86_64/PKGBUILD |  179 
 extra-x86_64/nvidia-utils.install |   14 --
 5 files changed, 386 insertions(+), 28 deletions(-)

Copied: nvidia-utils/repos/extra-i686/PKGBUILD (from rev 215573, 
nvidia-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 15:08:36 UTC (rev 215574)
@@ -0,0 +1,179 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=337.25
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+license=('custom')
+options=('!strip')
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+sha1sums=('bc4a5c8ad688201fa5a65f8090aceff0dd9d880b'
+  '9fb7026c26dabcd626e8c23cd841404239f619da')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+create_links() {
+# create soname links
+for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-libgl() {
+pkgdesc="NVIDIA drivers libraries symlinks"
+depends=('nvidia-utils')
+conflicts=('libgl')
+provides=('libgl')
+cd "${_pkg}"
+
+mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
+ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
+ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"
+
+ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1"
+ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so"
+
+ln -s "/usr/lib/nvidia/libEGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libEGL.so.${pkgver}"
+ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so.1"
+ln -s "libEGL.so.${pkgver}" "${pkgdir}/usr/lib/libEGL.so"
+
+ln -s "/usr/lib/nvidia/libGLESv1_CM.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv1_CM.so.${pkgver}"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so.1"
+ln -s "libGLESv1_CM.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv1_CM.so"
+
+ln -s "/usr/lib/nvidia/libGLESv2.so.${pkgver}" 
"${pkgdir}/usr/lib/libGLESv2.so.${pkgver}"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so.2"
+ln -s "libGLESv2.so.${pkgver}" "${pkgdir}/usr/lib/libGLESv2.so"
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia "${pkgdir}/usr/share/licenses/nvidia-libgl"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utiliti

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 17:14:11
  Author: eric
Revision: 113757

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

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

-+
 /PKGBUILD   |   84 ++
 /dvdisaster.install |   22 
 community-i686/PKGBUILD |   42 -
 community-i686/dvdisaster.install   |   11 
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/dvdisaster.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 15:07:20 UTC (rev 113756)
+++ community-i686/PKGBUILD 2014-06-29 15:14:11 UTC (rev 113757)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.5
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
-  '7bffbbd282c009986938811ee6bd22d10b1a95f4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 113756, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 15:14:11 UTC (rev 113757)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: community-i686/dvdisaster.install
===
--- community-i686/dvdisaster.install   2014-06-29 15:07:20 UTC (rev 113756)
+++ community-i686/dvdisaster.install   2014-06-29 15:14:11 UTC (rev 113757)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-i686/dvdisaster.install (from rev 113756, 
dvdisaster/trunk/dvdisaster.install)

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 17:22:03
  Author: eric
Revision: 113758

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

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

-+
 /PKGBUILD   |   84 ++
 /dvdisaster.install |   22 
 community-i686/PKGBUILD |   42 -
 community-i686/dvdisaster.install   |   11 
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/dvdisaster.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 15:14:11 UTC (rev 113757)
+++ community-i686/PKGBUILD 2014-06-29 15:22:03 UTC (rev 113758)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 113757, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 15:22:03 UTC (rev 113758)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: community-i686/dvdisaster.install
===
--- community-i686/dvdisaster.install   2014-06-29 15:14:11 UTC (rev 113757)
+++ community-i686/dvdisaster.install   2014-06-29 15:22:03 UTC (rev 113758)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-i686/dvdisaster.install (from rev 113757, 
dvdisaster/trunk/dvdisaster.install)

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

2014-06-29 Thread Eric Bélanger
Date: Sunday, June 29, 2014 @ 17:34:22
  Author: eric
Revision: 113759

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

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

-+
 /PKGBUILD   |   84 ++
 /dvdisaster.install |   22 
 community-i686/PKGBUILD |   42 -
 community-i686/dvdisaster.install   |   11 
 community-x86_64/PKGBUILD   |   42 -
 community-x86_64/dvdisaster.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 15:22:03 UTC (rev 113758)
+++ community-i686/PKGBUILD 2014-06-29 15:34:22 UTC (rev 113759)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 113758, 
dvdisaster/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 15:34:22 UTC (rev 113759)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: community-i686/dvdisaster.install
===
--- community-i686/dvdisaster.install   2014-06-29 15:22:03 UTC (rev 113758)
+++ community-i686/dvdisaster.install   2014-06-29 15:34:22 UTC (rev 113759)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-i686/dvdisaster.install (from rev 113758, 
dvdisaster/trunk/dvdisaster.install)

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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 18:14:39
  Author: bisson
Revision: 215575

rebuild for mtree support

Modified:
  dnssec-anchors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 15:08:36 UTC (rev 215574)
+++ PKGBUILD2014-06-29 16:14:39 UTC (rev 215575)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson 
 # Contributor: Thomas Mudrunka 
 # Contributor: m4xm4n 
-# Maintainer: Gaetan Bisson 
 
 pkgname=dnssec-anchors
-pkgver=20130320
+pkgver=20140629
 pkgrel=1
 pkgdesc='DNSSEC trust anchors for the root zone'
 url='http://data.iana.org/root-anchors/'



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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 18:14:48
  Author: bisson
Revision: 215576

archrelease: copy trunk to testing-any

Added:
  dnssec-anchors/repos/testing-any/
  dnssec-anchors/repos/testing-any/LICENSE
(from rev 215575, dnssec-anchors/trunk/LICENSE)
  dnssec-anchors/repos/testing-any/PKGBUILD
(from rev 215575, dnssec-anchors/trunk/PKGBUILD)
  dnssec-anchors/repos/testing-any/trusted-key.key
(from rev 215575, dnssec-anchors/trunk/trusted-key.key)

-+
 LICENSE |1 +
 PKGBUILD|   37 +
 trusted-key.key |1 +
 3 files changed, 39 insertions(+)

Copied: dnssec-anchors/repos/testing-any/LICENSE (from rev 215575, 
dnssec-anchors/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2014-06-29 16:14:48 UTC (rev 215576)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/testing-any/PKGBUILD (from rev 215575, 
dnssec-anchors/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-29 16:14:48 UTC (rev 215576)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Thomas Mudrunka 
+# Contributor: m4xm4n 
+
+pkgname=dnssec-anchors
+pkgver=20140629
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+source=('LICENSE'
+'trusted-key.key')
+sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
+'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
+
+get_trusted-key() {
+   drill -z -s DNSKEY . > root.key
+
+   curl http://data.iana.org/root-anchors/root-anchors.xml |
+   awk 'BEGIN{ORS=" "}(NR>4){gsub(/<[^>]*>/,"");print tolower($0)}' |
+   sed 's/   /\n/' > root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ "$( 
trusted-key.key
+}
+
+package() {
+   cd "${srcdir}"
+   install -Dm644 trusted-key.key "${pkgdir}"/etc/trusted-key.key
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: dnssec-anchors/repos/testing-any/trusted-key.key (from rev 215575, 
dnssec-anchors/trunk/trusted-key.key)
===
--- testing-any/trusted-key.key (rev 0)
+++ testing-any/trusted-key.key 2014-06-29 16:14:48 UTC (rev 215576)
@@ -0,0 +1 @@
+.  166750  IN  DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjFFVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoXbfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaDX6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpzW5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relSQageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulqQxA+Uk1ihz0=



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

2014-06-29 Thread Felix Yan
Date: Sunday, June 29, 2014 @ 18:15:23
  Author: fyan
Revision: 113760

update upstream url and source

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 15:34:22 UTC (rev 113759)
+++ PKGBUILD2014-06-29 16:15:23 UTC (rev 113760)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions."
 arch=('any')
-url="https://github.com/TimofeyTitovets/systemd-swap";
+url="https://github.com/Nefelim4ag/systemd-swap";
 license=('GPL3')
 conflicts=(systemd-loop-swapfile zramswap zram)
 depends=('systemd' 'bash')
@@ -14,7 +14,7 @@
 makedepends=('git')
 backup=(etc/systemd-swap.conf)
 install=$pkgname.install
-source=("git://github.com/TimofeyTitovets/systemd-swap.git#tag=$pkgver")
+source=("git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver")
 md5sums=('SKIP')
 
 package() {



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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 18:47:51
  Author: bisson
Revision: 215577

upstream update, implement FS#41016

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 16:14:48 UTC (rev 215576)
+++ PKGBUILD2014-06-29 16:47:51 UTC (rev 215577)
@@ -4,7 +4,7 @@
 
 pkgname=ntp
 _pkgname=ntp-dev
-_pkgver=4.2.7p441
+_pkgver=4.2.7p446
 pkgver=${_pkgver/p/.p}
 pkgrel=1
 pkgdesc='Network Time Protocol reference implementation'
@@ -17,7 +17,7 @@
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
-sha1sums=('8113350982f92f99885f201b50df24a14201'
+sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
   'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
   'dd24216e8333e12d5080965696602591c72537b1'
   '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
@@ -51,5 +51,5 @@
echo > "${pkgdir}/var/lib/ntp/.placeholder"
 
install -dm755 "${pkgdir}/usr/lib/systemd/ntp-units.d"
-   echo 'ntpd.service' > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
+   echo 'ntpd.service' > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list"
 }



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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 18:48:02
  Author: bisson
Revision: 215578

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

Added:
  ntp/repos/testing-i686/
  ntp/repos/testing-i686/PKGBUILD
(from rev 215577, ntp/trunk/PKGBUILD)
  ntp/repos/testing-i686/install
(from rev 215577, ntp/trunk/install)
  ntp/repos/testing-i686/ntp.conf
(from rev 215577, ntp/trunk/ntp.conf)
  ntp/repos/testing-i686/ntpd.service
(from rev 215577, ntp/trunk/ntpd.service)
  ntp/repos/testing-i686/ntpdate.service
(from rev 215577, ntp/trunk/ntpdate.service)
  ntp/repos/testing-x86_64/
  ntp/repos/testing-x86_64/PKGBUILD
(from rev 215577, ntp/trunk/PKGBUILD)
  ntp/repos/testing-x86_64/install
(from rev 215577, ntp/trunk/install)
  ntp/repos/testing-x86_64/ntp.conf
(from rev 215577, ntp/trunk/ntp.conf)
  ntp/repos/testing-x86_64/ntpd.service
(from rev 215577, ntp/trunk/ntpd.service)
  ntp/repos/testing-x86_64/ntpdate.service
(from rev 215577, ntp/trunk/ntpdate.service)

+
 testing-i686/PKGBUILD  |   55 +++
 testing-i686/install   |   11 +++
 testing-i686/ntp.conf  |   19 +
 testing-i686/ntpd.service  |   13 +
 testing-i686/ntpdate.service   |   12 
 testing-x86_64/PKGBUILD|   55 +++
 testing-x86_64/install |   11 +++
 testing-x86_64/ntp.conf|   19 +
 testing-x86_64/ntpd.service|   13 +
 testing-x86_64/ntpdate.service |   12 
 10 files changed, 220 insertions(+)

Copied: ntp/repos/testing-i686/PKGBUILD (from rev 215577, ntp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-29 16:48:02 UTC (rev 215578)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+
+pkgname=ntp
+_pkgname=ntp-dev
+_pkgver=4.2.7p446
+pkgver=${_pkgver/p/.p}
+pkgrel=1
+pkgdesc='Network Time Protocol reference implementation'
+url='http://www.ntp.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libcap' 'libedit')
+backup=('etc/ntp.conf')
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz";
+'ntp.conf'
+'ntpd.service'
+'ntpdate.service')
+sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d'
+  'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
+  'dd24216e8333e12d5080965696602591c72537b1'
+  '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+
+options=('!emptydirs')
+install=install
+
+build() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-linuxcaps \
+   --enable-ntp-signd \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
+   install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
+   install -Dm644 ../ntpdate.service 
"${pkgdir}"/usr/lib/systemd/system/ntpdate.service
+   install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+   install -d -o 87 "${pkgdir}"/var/lib/ntp
+   echo > "${pkgdir}/var/lib/ntp/.placeholder"
+
+   install -dm755 "${pkgdir}/usr/lib/systemd/ntp-units.d"
+   echo 'ntpd.service' > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list"
+}

Copied: ntp/repos/testing-i686/install (from rev 215577, ntp/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-06-29 16:48:02 UTC (rev 215578)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
+   getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp 
-c 'Network Time Protocol' -s /bin/false ntp >/dev/null
+   true
+}
+
+post_remove() {
+   getent passwd ntp &>/dev/null && userdel ntp >/dev/null
+   getent group ntp &>/dev/null && groupdel ntp >/dev/null
+   true
+}

Copied: ntp/repos/testing-i686/ntp.conf (from rev 215577, ntp/trunk/ntp.conf)
===
--- testing-i686/ntp.conf   (rev 0)
+++ testing-i686/ntp.conf   2014-06-29 16:48:02 UTC (rev 215578)
@@ -0,0 +1,19 @@
+# With the default settings below, ntpd will only synchronize your clock.
+#
+# For details, see:
+# - the ntp.conf man page
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
+
+# Associate to public NTP pool servers; see http://www.pool.ntp.org/
+server 0.pool.ntp.org
+server 1.poo

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

2014-06-29 Thread Dan McGee
Date: Sunday, June 29, 2014 @ 19:33:41
  Author: dan
Revision: 215579

upgpkg: licenses 20140629-1

Modified:
  licenses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 16:48:02 UTC (rev 215578)
+++ PKGBUILD2014-06-29 17:33:41 UTC (rev 215579)
@@ -2,12 +2,12 @@
 # Maintainer: Dan McGee 
 
 pkgname=licenses
-pkgver=20130203
+pkgver=20140629
 pkgrel=1
 pkgdesc="The standard licenses distribution package"
 arch=('any')
 license=('custom:none')
-url="http://www.archlinux.org/";
+url="https://www.archlinux.org/";
 groups=('base')
 makedepends=(links)
 source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -55,11 +55,11 @@
  '24ea4c7092233849b4394699333b5c56'
  '10b9de612d532fdeeb7fe8fcd1435cc6'
  '9f4337828d782bdea41f03dd2ad1b808'
- 'bfe1f75d606912a4111c90743d6c7325'
+ 'b7426de1c630b269dc95ba20ea82a290'
  'd09c120ca7db95ef2aeecec0cb08293b'
  'b4a94da2a1f918b217ef5156634fc9e0'
  'a45bb1bbeed9e26b26c5763df1d3913d'
- 'f24b942d957112d759762054b6e7cf34'
+ '837b32593517ae48b9c3b5c87a5d288c'
  'f083e41c43db25e18f36c91e57750b64'
  'a055911c32fb4ed6e96c453ceaeba857'
  '6f2095b5d61770740852873b195a4d21'



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

2014-06-29 Thread Dan McGee
Date: Sunday, June 29, 2014 @ 19:33:58
  Author: dan
Revision: 215580

archrelease: copy trunk to testing-any

Added:
  licenses/repos/testing-any/
  licenses/repos/testing-any/PKGBUILD
(from rev 215579, licenses/trunk/PKGBUILD)
  licenses/repos/testing-any/ZopePublicLicense.txt
(from rev 215579, licenses/trunk/ZopePublicLicense.txt)
  licenses/repos/testing-any/cc-by-3.0.txt
(from rev 215579, licenses/trunk/cc-by-3.0.txt)
  licenses/repos/testing-any/cc-by-nc-3.0.txt
(from rev 215579, licenses/trunk/cc-by-nc-3.0.txt)
  licenses/repos/testing-any/cc-by-nc-nd-3.0.txt
(from rev 215579, licenses/trunk/cc-by-nc-nd-3.0.txt)
  licenses/repos/testing-any/cc-by-nc-sa-3.0.txt
(from rev 215579, licenses/trunk/cc-by-nc-sa-3.0.txt)
  licenses/repos/testing-any/cc-by-nd-3.0.txt
(from rev 215579, licenses/trunk/cc-by-nd-3.0.txt)
  licenses/repos/testing-any/cc-by-sa-3.0.txt
(from rev 215579, licenses/trunk/cc-by-sa-3.0.txt)
  licenses/repos/testing-any/cc-readme.txt
(from rev 215579, licenses/trunk/cc-readme.txt)
  licenses/repos/testing-any/cddl-1.0.txt
(from rev 215579, licenses/trunk/cddl-1.0.txt)
  licenses/repos/testing-any/cpl-1.0.txt
(from rev 215579, licenses/trunk/cpl-1.0.txt)
  licenses/repos/testing-any/eclipse-1.0.txt
(from rev 215579, licenses/trunk/eclipse-1.0.txt)
  licenses/repos/testing-any/perlartistic.txt
(from rev 215579, licenses/trunk/perlartistic.txt)
  licenses/repos/testing-any/python-2.txt
(from rev 215579, licenses/trunk/python-2.txt)
  licenses/repos/testing-any/w3c.txt
(from rev 215579, licenses/trunk/w3c.txt)

---+
 PKGBUILD  |  140 +
 ZopePublicLicense.txt |   54 ++
 cc-by-3.0.txt |   60 +++
 cc-by-nc-3.0.txt  |   61 +++
 cc-by-nc-nd-3.0.txt   |   58 +++
 cc-by-nc-sa-3.0.txt   |   63 
 cc-by-nd-3.0.txt  |   57 +++
 cc-by-sa-3.0.txt  |   63 
 cc-readme.txt |   12 +
 cddl-1.0.txt  |  377 
 cpl-1.0.txt   |  217 +++
 eclipse-1.0.txt   |   88 +++
 perlartistic.txt  |  151 +++
 python-2.txt  |  193 
 w3c.txt   |   76 +
 15 files changed, 1670 insertions(+)

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


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

2014-06-29 Thread Andrea Scarpino
Date: Sunday, June 29, 2014 @ 19:54:12
  Author: andrea
Revision: 113761

upgpkg: kdeconnect 0.7.1-1

Upstream release

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 16:15:23 UTC (rev 113760)
+++ PKGBUILD2014-06-29 17:54:12 UTC (rev 113761)
@@ -3,7 +3,7 @@
 # Contributor: Kuba Serafinowski 
 
 pkgname=kdeconnect
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
@@ -14,7 +14,7 @@
 optdepends=('sshfs: remote filesystem browser')
 install="${pkgname}.install"
 
source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
-md5sums=('88e4b90085f37864779bb83320a2166a')
+md5sums=('bcf4525e8967a10771534e8b7a5b22d8')
 
 prepare() {
   mkdir build



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

2014-06-29 Thread Andrea Scarpino
Date: Sunday, June 29, 2014 @ 19:54:21
  Author: andrea
Revision: 113762

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

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

-+
 /PKGBUILD   |   70 ++
 /kdeconnect.install |   22 ++
 community-i686/PKGBUILD |   35 -
 community-i686/kdeconnect.install   |   11 -
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/kdeconnect.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 17:54:12 UTC (rev 113761)
+++ community-i686/PKGBUILD 2014-06-29 17:54:21 UTC (rev 113762)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.7
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdelibs' 'qjson' 'qca-ossl')
-makedepends=('automoc4' 'cmake')
-optdepends=('sshfs: remote filesystem browser')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
-md5sums=('88e4b90085f37864779bb83320a2166a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-kde-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeconnect/repos/community-i686/PKGBUILD (from rev 113761, 
kdeconnect/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 17:54:21 UTC (rev 113762)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Kuba Serafinowski 
+
+pkgname=kdeconnect
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='Adds communication between KDE and your smartphone'
+url='https://projects.kde.org/projects/playground/base/kdeconnect-kde'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdelibs' 'qjson' 'qca-ossl')
+makedepends=('automoc4' 'cmake')
+optdepends=('sshfs: remote filesystem browser')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz";)
+md5sums=('bcf4525e8967a10771534e8b7a5b22d8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-kde-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kdeconnect.install
===
--- community-i686/kdeconnect.install   2014-06-29 17:54:12 UTC (rev 113761)
+++ community-i686/kdeconnect.install   2014-06-29 17:54:21 UTC (rev 113762)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeconnect/repos/community-i686/kdeconnect.install (from rev 113761, 
kdeconnect/trunk/kdeconnect.install)
===
--- community-i686/kdeconnect.install   (rev 0)
+++ community-i686/kdeconnect.install   2014-06-29 17:54:21 UTC (rev 113762)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-29 17:54:12 UTC (rev 113761)
+++ community-x86_64/PKGBUILD   2014-06-29 17:54:21 UTC (rev 113762)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Kuba Serafinowski 
-
-pkgname=kdeconnect
-pkgver=0.7
-pkgrel=1
-pkgdesc='Adds communication between KDE and your smartphone'
-url='https://projects.kde.org/projects/playground/base/

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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 21:12:03
  Author: bisson
Revision: 215582

fix FS#41009

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 17:36:05 UTC (rev 215581)
+++ PKGBUILD2014-06-29 19:12:03 UTC (rev 215582)
@@ -1,42 +1,41 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson 
 # Contributor: Douglas Soares de Andrade 
 # Contributor: Robson Peixoto
 
 pkgname=unzip
 pkgver=6.0
-pkgrel=6
-pkgdesc="Unpacks .zip archives such as those made by PKZIP"
+_pkgver=${pkgver/./}
+pkgrel=7
+pkgdesc='For extracting and viewing files in .zip archives'
+url='http://www.info-zip.org/'
 arch=('i686' 'x86_64')
-url="http://www.info-zip.org/";
 license=('custom')
 depends=('bzip2' 'bash')
-source=('http://downloads.sourceforge.net/infozip/unzip60.tar.gz')
-md5sums=('62b490407489521db863b523a7f86375')
+source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz";)
+sha1sums=('abf7de8a4018a983590ed6f5cbd990d4740f8a22')
 
+prepare() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
+}
+
 build() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
+   cd "${srcdir}/${pkgname}${_pkgver}"
 
-  # set CFLAGS -- from Debian
-  export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
-  -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
-  -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \
-  -DUSE_BZIP2 -DNATIVE"
+   # DEFINES, make, and install args from Debian
+   DEFINES='-DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT \
+   -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE 
-DNO_LCHMOD \
+   -DDATE_FORMAT=DF_YMD -DUSE_BZIP2 -DNOMEMCPY 
-DNO_WORKING_ISPRINT'
 
-  sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
-
-  # make -- from Debian
-  make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr LF2="" \
-  D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
+   make -f unix/Makefile prefix=/usr \
+   D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 \
+   LF2="$LDFLAGS" CF="$CFLAGS $CPPFLAGS -I. $DEFINES" \
+   unzips
 }
 
 package() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
-
-  # install -- from Debian
-  make -f unix/Makefile prefix=${pkgdir}/usr INSTALL_PROGRAM="install" install
-
-  # install the license file
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/unzip/LICENSE
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile prefix="${pkgdir}"/usr install
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/unzip/LICENSE
 }
-



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

2014-06-29 Thread Gaetan Bisson
Date: Sunday, June 29, 2014 @ 21:12:16
  Author: bisson
Revision: 215583

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 19:12:03 UTC (rev 215582)
+++ extra-i686/PKGBUILD 2014-06-29 19:12:16 UTC (rev 215583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Robson Peixoto
-
-pkgname=unzip
-pkgver=6.0
-pkgrel=6
-pkgdesc="Unpacks .zip archives such as those made by PKZIP"
-arch=('i686' 'x86_64')
-url="http://www.info-zip.org/";
-license=('custom')
-depends=('bzip2' 'bash')
-source=('http://downloads.sourceforge.net/infozip/unzip60.tar.gz')
-md5sums=('62b490407489521db863b523a7f86375')
-
-build() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
-
-  # set CFLAGS -- from Debian
-  export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
-  -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
-  -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \
-  -DUSE_BZIP2 -DNATIVE"
-
-  sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
-
-  # make -- from Debian
-  make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr LF2="" \
-  D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
-
-  # install -- from Debian
-  make -f unix/Makefile prefix=${pkgdir}/usr INSTALL_PROGRAM="install" install
-
-  # install the license file
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/unzip/LICENSE
-}
-

Copied: unzip/repos/extra-i686/PKGBUILD (from rev 215582, unzip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 19:12:16 UTC (rev 215583)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Robson Peixoto
+
+pkgname=unzip
+pkgver=6.0
+_pkgver=${pkgver/./}
+pkgrel=7
+pkgdesc='For extracting and viewing files in .zip archives'
+url='http://www.info-zip.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('bzip2' 'bash')
+source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz";)
+sha1sums=('abf7de8a4018a983590ed6f5cbd990d4740f8a22')
+
+prepare() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
+}
+
+build() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+
+   # DEFINES, make, and install args from Debian
+   DEFINES='-DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT \
+   -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE 
-DNO_LCHMOD \
+   -DDATE_FORMAT=DF_YMD -DUSE_BZIP2 -DNOMEMCPY 
-DNO_WORKING_ISPRINT'
+
+   make -f unix/Makefile prefix=/usr \
+   D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 \
+   LF2="$LDFLAGS" CF="$CFLAGS $CPPFLAGS -I. $DEFINES" \
+   unzips
+}
+
+package() {
+   cd "${srcdir}/${pkgname}${_pkgver}"
+   make -f unix/Makefile prefix="${pkgdir}"/usr install
+   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/unzip/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 19:12:03 UTC (rev 215582)
+++ extra-x86_64/PKGBUILD   2014-06-29 19:12:16 UTC (rev 215583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Robson Peixoto
-
-pkgname=unzip
-pkgver=6.0
-pkgrel=6
-pkgdesc="Unpacks .zip archives such as those made by PKZIP"
-arch=('i686' 'x86_64')
-url="http://www.info-zip.org/";
-license=('custom')
-depends=('bzip2' 'bash')
-source=('http://downloads.sourceforge.net/infozip/unzip60.tar.gz')
-md5sums=('62b490407489521db863b523a7f86375')
-
-build() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
-
-  # set CFLAGS -- from Debian
-  export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \
-  -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \
-  -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \
-  -DUSE_BZIP2 -DNATIVE"
-
-  sed -i "/MANDIR =/s#)/#)/share/#" unix/Makefile
-
-  # make -- from Debian
-  make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr LF2="" \
-  D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${pkgver/./}
-
-  # install -- from Debian
-  make -f unix/Makefile prefix=${pkg

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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:23:00
  Author: heftig
Revision: 113763

1.7.13

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 17:54:21 UTC (rev 113762)
+++ PKGBUILD2014-06-29 21:23:00 UTC (rev 113763)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=1.7.12
+pkgver=1.7.13
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=("$pkgname-bin-${pkgver}.tar.gz")
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('2c15858dbc06d6346a30704fb6dcc779f2e67053566c9c21973f96e309eac609')
+sha256sums=('faa1cd590f32f3cb92044d9abedf66ccea1d93a24236c877810c9b30e1e0577c')
 
 package() {
   cd "$pkgdir"



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:23:52
  Author: heftig
Revision: 113764

20140629

Modified:
  vhba-module/trunk/PKGBUILD
Deleted:
  
vhba-module/trunk/0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch

-+
 0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch |   54 
--
 PKGBUILD|   16 --
 2 files changed, 5 insertions(+), 65 deletions(-)

Deleted: 0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
===
--- 0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch 
2014-06-29 21:23:00 UTC (rev 113763)
+++ 0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch 
2014-06-29 21:23:52 UTC (rev 113764)
@@ -1,54 +0,0 @@
-From 6545ad1e266f4eb2428e93ba0fdb43d8b87d5fcd Mon Sep 17 00:00:00 2001
-From: Rok Mandeljc 
-Date: Sat, 19 Apr 2014 12:06:23 +0200
-Subject: [PATCH] VHBA module: define scmd_dbg() and scmd_warn() macros only if
- they are not defined already; fix for compilation on kernel 3.15 and newer
- (bug #76)
-

- vhba-module/vhba.c | 10 +++---
- 1 file changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/vhba-module/vhba.c b/vhba-module/vhba.c
-index ae9b554..eb1c5e6 100644
 a/vhba-module/vhba.c
-+++ b/vhba-module/vhba.c
-@@ -54,12 +54,16 @@ MODULE_LICENSE("GPL");
- #define DPRINTK(fmt, args...)
- #endif
- 
-+/* scmd_dbg was introduced in 3.15 */
-+#ifndef scmd_dbg
- #define scmd_dbg(scmd, fmt, a...)   \
- dev_dbg(&(scmd)->device->sdev_gendev, fmt, ##a)
-+#endif
- 
-+#ifndef scmd_warn
- #define scmd_warn(scmd, fmt, a...)  \
- dev_warn(&(scmd)->device->sdev_gendev, fmt, ##a)
--
-+#endif
- 
- #define VHBA_MAX_SECTORS_PER_IO 256
- #define VHBA_MAX_ID 32
-@@ -276,7 +280,7 @@ static void vhba_scan_devices (struct work_struct *work)
- }
- change = vhost->chgtype[id];
- exists = vhost->devices[id] != NULL;
--
-+
- vhost->chgtype[id] = 0;
- clear_bit(id, vhost->chgmap);
- 
-@@ -289,7 +293,7 @@ static void vhba_scan_devices (struct work_struct *work)
- dev_dbg(&vhost->shost->shost_gendev, "trying to add target 
0:%d:0\n", id);
- vhba_scan_devices_add(vhost, id);
- } else {
--/* quick sequence of add/remove or remove/add; we determine 
-+/* quick sequence of add/remove or remove/add; we determine
-which one it was by checking if device structure exists */
- if (exists) {
- /* remove followed by add: remove and (re)add */
--- 
-2.0.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:23:00 UTC (rev 113763)
+++ PKGBUILD2014-06-29 21:23:52 UTC (rev 113764)
@@ -4,9 +4,9 @@
 # Contributor: Charles Lindsay 
 
 pkgname=vhba-module
-pkgver=20130607
+pkgver=20140629
 _extramodules=extramodules-3.15-ARCH
-pkgrel=29
+pkgrel=1
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";
@@ -16,18 +16,12 @@
 options=(!makeflags)
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules'
-'0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '4dc37dc348b5a2c83585829bde790dcc'
- '8c929ef662de89f348d277983cbb3952')
+'60-vhba.rules')
+md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+ '4dc37dc348b5a2c83585829bde790dcc')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Fix build with Linux 3.15
-  # http://sourceforge.net/p/cdemu/bugs/76/
-  patch -Np2 -i 
../0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
 }
 
 build() {



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:27:34
  Author: heftig
Revision: 113765

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 113764, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:23:52 UTC (rev 113764)
+++ PKGBUILD2014-06-29 21:27:34 UTC (rev 113765)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=1.7.12
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="http://www.jruby.org/";
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=("$pkgname-bin-${pkgver}.tar.gz")
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('2c15858dbc06d6346a30704fb6dcc779f2e67053566c9c21973f96e309eac609')
-
-package() {
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 113764, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:27:34 UTC (rev 113765)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=1.7.13
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/";
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=("$pkgname-bin-${pkgver}.tar.gz")
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('faa1cd590f32f3cb92044d9abedf66ccea1d93a24236c877810c9b30e1e0577c')
+
+package() {
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in libmirage/trunk (PKGBUILD missing-xml.patch)

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:37:12
  Author: heftig
Revision: 113766

3.0.0

Modified:
  libmirage/trunk/PKGBUILD
  libmirage/trunk/missing-xml.patch

---+
 PKGBUILD  |8 
 missing-xml.patch |   20 +---
 2 files changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:27:34 UTC (rev 113765)
+++ PKGBUILD2014-06-29 21:37:12 UTC (rev 113766)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=libmirage
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
 arch=(i686 x86_64)
@@ -15,13 +15,13 @@
 install=libmirage.install
 source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
 missing-xml.patch)
-sha256sums=('f606391095200df510b923201881bfbadb6ab032035ce9a67aa24fcae3145108'
-'c20e5d8d0695e3832971646eef2d735f1d12a4da767da1ff4f9c9af92ad7ad02')
+sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
+'53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
 
 prepare() {
   mkdir build
   cd $pkgname-$pkgver
-  patch -Np2 -i ../missing-xml.patch
+  patch -Np1 -i ../missing-xml.patch
 }
 
 build() {

Modified: missing-xml.patch
===
--- missing-xml.patch   2014-06-29 21:27:34 UTC (rev 113765)
+++ missing-xml.patch   2014-06-29 21:37:12 UTC (rev 113766)
@@ -1,8 +1,7 @@
-diff --git i/libmirage/src/filters/filter-daa/CMakeLists.txt 
w/libmirage/src/filters/filter-daa/CMakeLists.txt
-index ebd2890..e7021c1 100644
 i/libmirage/src/filters/filter-daa/CMakeLists.txt
-+++ w/libmirage/src/filters/filter-daa/CMakeLists.txt
-@@ -35,6 +35,7 @@ if (${ZLIB_FOUND})
+diff -u -r libmirage-3.0.0/filters/filter-daa/CMakeLists.txt 
libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt
+--- libmirage-3.0.0/filters/filter-daa/CMakeLists.txt  2014-06-29 
15:25:04.0 +0200
 libmirage-3.0.0-xml/filters/filter-daa/CMakeLists.txt  2014-06-29 
23:31:23.432780158 +0200
+@@ -35,6 +35,7 @@
  
  # Install MIME type
  install(FILES "libmirage-${filter_short}.xml" DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
@@ -10,14 +9,13 @@
  if (POST_INSTALL_HOOKS)
  install(CODE "execute_process (COMMAND 
${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime)")
  endif ()
-diff --git i/libmirage/src/parsers/image-mds/CMakeLists.txt 
w/libmirage/src/parsers/image-mds/CMakeLists.txt
-index c97be8f..bb0ee2b 100644
 i/libmirage/src/parsers/image-mds/CMakeLists.txt
-+++ w/libmirage/src/parsers/image-mds/CMakeLists.txt
-@@ -20,6 +20,7 @@ if (TRUE)
+diff -u -r libmirage-3.0.0/images/image-mds/CMakeLists.txt 
libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt
+--- libmirage-3.0.0/images/image-mds/CMakeLists.txt2014-06-29 
15:25:04.0 +0200
 libmirage-3.0.0-xml/images/image-mds/CMakeLists.txt2014-06-29 
23:32:31.092485925 +0200
+@@ -19,6 +19,7 @@
  
  # Install MIME type
- install(FILES "libmirage-${parser_short}.xml" DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
+ install(FILES "libmirage-${image_short}.xml" DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
 +install(FILES "libmirage-xmd.xml" DESTINATION 
${CMAKE_INSTALL_DATADIR}/mime/packages)
  if (POST_INSTALL_HOOKS)
  install(CODE "execute_process (COMMAND 
${UPDATE_MIME_DATABASE_EXECUTABLE} ${CMAKE_INSTALL_FULL_DATADIR}/mime)")



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:37:30
  Author: heftig
Revision: 113767

3.0.0

Modified:
  cdemu-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:37:12 UTC (rev 113766)
+++ PKGBUILD2014-06-29 21:37:30 UTC (rev 113767)
@@ -5,7 +5,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=cdemu-daemon
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="CD/DVD-ROM device emulator daemon"
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 install=cdemu-daemon.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
 system-arch.patch)
-sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
+sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
 '29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
 
 prepare() {



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:45:46
  Author: heftig
Revision: 113768

3.0.0

bash completion must be installed to compat directory to work

Modified:
  cdemu-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:37:30 UTC (rev 113767)
+++ PKGBUILD2014-06-29 21:45:46 UTC (rev 113768)
@@ -4,7 +4,7 @@
 # Contributor: Charles Lindsay 
 
 pkgname=cdemu-client
-pkgver=2.1.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
@@ -15,7 +15,7 @@
 conflicts=('cdemu')
 install=cdemu-client.install
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
+sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
 
 prepare() {
   mkdir build
@@ -26,11 +26,6 @@
 
   # fix text domain
   sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completion dir change
-  sed -i CMakeLists.txt -e "s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|"
 }
 
 build() {



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

2014-06-29 Thread Jan Steffens
0-vhba.rules2014-06-29 21:46:50 UTC (rev 113769)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 113768, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2014-06-29 21:46:50 UTC (rev 113769)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:45:46 UTC (rev 113768)
+++ community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=vhba-module
-pkgver=20130607
-_extramodules=extramodules-3.15-ARCH
-pkgrel=29
-pkgdesc="Kernel module that emulates SCSI devices"
-arch=('i686' 'x86_64')
-url="http://cdemu.sourceforge.net/";
-license=('GPL')
-depends=('linux>=3.15' 'linux<3.16')
-makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
-options=(!makeflags)
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-'60-vhba.rules'
-'0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch')
-md5sums=('660df41d08b1fd86baad1f16a0264438'
- '4dc37dc348b5a2c83585829bde790dcc'
- '8c929ef662de89f348d277983cbb3952')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build with Linux 3.15
-  # http://sourceforge.net/p/cdemu/bugs/76/
-  patch -Np2 -i 
../0001-VHBA-module-define-scmd_dbg-and-scmd_warn-macros-onl.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  make KDIR=/usr/lib/modules/$_kernver/build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
-  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
-
-  cd $startdir
-  cp -f $install ${install}.pkg
-  true && install=${install}.pkg
-  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 113768, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.15-ARCH
+pkgrel=1
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.15' 'linux<3.16')
+makedepends=('linux-headers>=3.15' 'linux-headers<3.16')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/vhba-module.install
===
--- community-i686/vhba-module.install  2014-06-29 21:45:46 UTC (rev 113768)
+++ community-i686/vhba-module.install  2014-06-29 21:46:50 UTC (rev 113769)
@@ -1,22 +0,0 @@
-EXTRAMODULES=
-
-_updatemod() {
-  echo "  > Updating module dependencies..."
-  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  getent group cdemu &am

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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:47:46
  Author: heftig
Revision: 113770

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

Added:
  libmirage/repos/community-i686/PKGBUILD
(from rev 113769, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-i686/libmirage.install
(from rev 113769, libmirage/trunk/libmirage.install)
  libmirage/repos/community-i686/missing-xml.patch
(from rev 113769, libmirage/trunk/missing-xml.patch)
  libmirage/repos/community-x86_64/PKGBUILD
(from rev 113769, libmirage/trunk/PKGBUILD)
  libmirage/repos/community-x86_64/libmirage.install
(from rev 113769, libmirage/trunk/libmirage.install)
  libmirage/repos/community-x86_64/missing-xml.patch
(from rev 113769, libmirage/trunk/missing-xml.patch)
Deleted:
  libmirage/repos/community-i686/PKGBUILD
  libmirage/repos/community-i686/libmirage.install
  libmirage/repos/community-i686/missing-xml.patch
  libmirage/repos/community-x86_64/PKGBUILD
  libmirage/repos/community-x86_64/libmirage.install
  libmirage/repos/community-x86_64/missing-xml.patch

+
 /PKGBUILD  |   80 +++
 /libmirage.install |   22 +
 /missing-xml.patch |   44 +++
 community-i686/PKGBUILD|   40 -
 community-i686/libmirage.install   |   11 
 community-i686/missing-xml.patch   |   24 --
 community-x86_64/PKGBUILD  |   40 -
 community-x86_64/libmirage.install |   11 
 community-x86_64/missing-xml.patch |   24 --
 9 files changed, 146 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:46:50 UTC (rev 113769)
+++ community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=libmirage
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
-makedepends=(gtk-doc gobject-introspection cmake)
-install=libmirage.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
-missing-xml.patch)
-sha256sums=('f606391095200df510b923201881bfbadb6ab032035ce9a67aa24fcae3145108'
-'c20e5d8d0695e3832971646eef2d735f1d12a4da767da1ff4f9c9af92ad7ad02')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../missing-xml.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DPOST_INSTALL_HOOKS:BOOL=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libmirage/repos/community-i686/PKGBUILD (from rev 113769, 
libmirage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=libmirage
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="CD-ROM image (B6T/C2D/CCD/CDI/CIF/CUE/ISO/MDS/MDX/NRG/TOC) access 
library"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(glib2 libsndfile libsamplerate zlib bzip2 xz shared-mime-info)
+makedepends=(gtk-doc gobject-introspection cmake)
+install=libmirage.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2
+missing-xml.patch)
+sha256sums=('bb0e0f0ed082efe03be4254d1be1310956652b1cec9fad10f9e602a088d17f84'
+'53f98a6b894dbdb2733e17c00aee079d9a36fdd25e295f81487aad3c2d775563')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../missing-xml.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPOST_INSTALL_HOOKS:BOOL=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/libmirage.install
===
--- community-i686/libmirage.install2014-06-29 21:46:50 UTC (rev 113769)
+++ community-i686/libmirage.install2014-06-29 21:47:46 UTC (rev 113770)
@@ -1,11 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: libmirage/repos/community-i686/libmirage.install (from rev 113769, 
libmirage/trunk/libmirage.install)

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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:49:00
  Author: heftig
Revision: 113772

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 113771, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/cdemu-client.install
(from rev 113771, cdemu-client/trunk/cdemu-client.install)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

--+
 PKGBUILD |   89 +++--
 cdemu-client.install |   22 ++--
 2 files changed, 53 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:48:31 UTC (rev 113771)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-install=cdemu-client.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('204e626994f61d36423f3b732e180e3b3b20624effdfe91aabffd439c76d3964')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completion dir change
-  sed -i CMakeLists.txt -e "s|\
-DESTINATION \${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|\
-DESTINATION \${CMAKE_INSTALL_DATADIR}/bash-completion/completions|"
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 113771, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(python2 dbus-python cdemu-daemon desktop-file-utils)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+install=cdemu-client.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('359310a57422d5c59c8f93be0da827a2437edb1e62f455f5614089c28e34ae88')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  sed -i '1s|^#!.*python$|&2|' src/cdemu
+
+  # fix text domain
+  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: cdemu-client.install
===
--- cdemu-client.install2014-06-29 21:48:31 UTC (rev 113771)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cdemu-client/repos/community-any/cdemu-client.install (from rev 113771, 
cdemu-client/trunk/cdemu-client.install)
===
--- cdemu-client.install(rev 0)
+++ cdemu-client.install2014-06-29 21:49:00 UTC (rev 113772)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:48:31
  Author: heftig
Revision: 113771

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 113770, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 113770, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 113770, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 ++
 /cdemu-daemon.install |   84 +++
 /system-arch.patch|  242 
 community-i686/PKGBUILD   |   54 ---
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 
 9 files changed, 434 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-29 21:47:46 UTC (rev 113770)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
-system-arch.patch)
-sha256sums=('d26782071184d555b06ad5def7d1c22916cbeb73377328879499b91e1196f36f'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 113770, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-29 21:48:31 UTC (rev 113771)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(dbus "vhba-module>=20130607" libao "libmirage>=2.1.0")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+system-arch.patch)
+sha256sums=('7ecfdea0a57b35f5007b63882ca33d2edb568244aa854b5e5c30ffbbf3ba4f56'
+'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+
+  # Patch system daemon for Arch-friendlyness
+  # It's disabled by default. Should we even ship it?
+  patch -Np1 -i ../system-arch.patch
+}
+
+bu

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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:51:10
  Author: heftig
Revision: 215585

3.12.3

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:27:04 UTC (rev 215584)
+++ PKGBUILD2014-06-29 21:51:10 UTC (rev 215585)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 arch=('any')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/GnomeSudoku";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
+sha256sums=('e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:52:45
  Author: heftig
Revision: 215586

3.12.3

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:51:10 UTC (rev 215585)
+++ PKGBUILD2014-06-29 21:52:45 UTC (rev 215586)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 url="https://live.gnome.org/Chess";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:54:35
  Author: heftig
Revision: 215587

3.12.2

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 21:52:45 UTC (rev 215586)
+++ PKGBUILD2014-06-29 21:54:35 UTC (rev 215587)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 arch=(any)
@@ -12,7 +12,7 @@
 url="http://www.gnome.org";
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfd084d72c688d6efb0c34bb572a704cc2ce093c97a33390eaffb5e42158d418')
+sha256sums=('4d9ec70d0c91ffda73942e5d496d28f0855aec356d281a7d5f7393a32e2d44b2')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-sudoku/repos/extra-any (4 files)

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:56:56
  Author: heftig
Revision: 215588

archrelease: copy trunk to extra-any

Added:
  gnome-sudoku/repos/extra-any/PKGBUILD
(from rev 215587, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/extra-any/gnome-sudoku.install
(from rev 215587, gnome-sudoku/trunk/gnome-sudoku.install)
Deleted:
  gnome-sudoku/repos/extra-any/PKGBUILD
  gnome-sudoku/repos/extra-any/gnome-sudoku.install

--+
 PKGBUILD |   68 -
 gnome-sudoku.install |   24 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:54:35 UTC (rev 215587)
+++ PKGBUILD2014-06-29 21:56:56 UTC (rev 215588)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-arch=('any')
-license=('GPL')
-depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
-makedepends=('intltool' 'itstool')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-sudoku.install
-url="https://live.gnome.org/GnomeSudoku";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
-}

Copied: gnome-sudoku/repos/extra-any/PKGBUILD (from rev 215587, 
gnome-sudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 21:56:56 UTC (rev 215588)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Test your logic skills in this number grid puzzle"
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
+makedepends=('intltool' 'itstool')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-sudoku.install
+url="https://live.gnome.org/GnomeSudoku";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
"$pkgdir/usr/bin/gnome-sudoku"
+}

Deleted: gnome-sudoku.install
===
--- gnome-sudoku.install2014-06-29 21:54:35 UTC (rev 215587)
+++ gnome-sudoku.install2014-06-29 21:56:56 UTC (rev 215588)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-sudoku/repos/extra-any/gnome-sudoku.install (from rev 215587, 
gnome-sudoku/trunk/gnome-sudoku.install)
===
--- gnome-sudoku.install(rev 0)
+++ gnome-sudoku.install2014-06-29 21:56:56 UTC (rev 215588)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-06-29 Thread Jan Steffens
Date: Sunday, June 29, 2014 @ 23:58:15
  Author: heftig
Revision: 215589

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

Added:
  gnome-chess/repos/extra-i686/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-i686/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
  gnome-chess/repos/extra-x86_64/PKGBUILD
(from rev 215588, gnome-chess/trunk/PKGBUILD)
  gnome-chess/repos/extra-x86_64/gnome-chess.install
(from rev 215588, gnome-chess/trunk/gnome-chess.install)
Deleted:
  gnome-chess/repos/extra-i686/PKGBUILD
  gnome-chess/repos/extra-i686/gnome-chess.install
  gnome-chess/repos/extra-x86_64/PKGBUILD
  gnome-chess/repos/extra-x86_64/gnome-chess.install

--+
 /PKGBUILD|   66 +
 /gnome-chess.install |   26 ++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/gnome-chess.install   |   13 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/gnome-chess.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-optdepends=('gnuchess: Play against computer')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-chess.install
-url="https://live.gnome.org/Chess";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-chess/repos/extra-i686/PKGBUILD (from rev 215588, 
gnome-chess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg' 'glu')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url="https://live.gnome.org/Chess";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 215588, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-06-29 21:58:15 UTC (rev 215589)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-29 21:56:56 UTC (rev 215588)
+++ extra-x86_64/PKGBUILD   2014-06-29 2

[arch-commits] Commit in gnome-user-docs/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Jan Steffens
Date: Monday, June 30, 2014 @ 00:01:19
  Author: heftig
Revision: 215590

archrelease: copy trunk to extra-any

Added:
  gnome-user-docs/repos/extra-any/PKGBUILD
(from rev 215589, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-29 21:58:15 UTC (rev 215589)
+++ PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url="http://www.gnome.org";
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfd084d72c688d6efb0c34bb572a704cc2ce093c97a33390eaffb5e42158d418')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 215589, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.12.2
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url="http://www.gnome.org";
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4d9ec70d0c91ffda73942e5d496d28f0855aec356d281a7d5f7393a32e2d44b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:55:34
  Author: fyan
Revision: 215591

upgpkg: perl-appconfig 1.66-5

mtree rebuild

Modified:
  perl-appconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-29 22:01:19 UTC (rev 215590)
+++ PKGBUILD2014-06-30 03:55:34 UTC (rev 215591)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: eric 
+# Maintainer: Felix Yan 
+# Contributor: eric 
 # Contributor: Eric Johnson 
 
 pkgname=perl-appconfig
 _realname=AppConfig
 pkgver=1.66
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
 arch=('any')
 license=('PerlArtistic' 'GPL')



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:56:08
  Author: fyan
Revision: 215592

archrelease: copy trunk to extra-any

Added:
  perl-appconfig/repos/extra-any/PKGBUILD
(from rev 215591, perl-appconfig/trunk/PKGBUILD)
Deleted:
  perl-appconfig/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 03:55:34 UTC (rev 215591)
+++ PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: eric 
-# Contributor: Eric Johnson 
-
-pkgname=perl-appconfig
-_realname=AppConfig
-pkgver=1.66
-pkgrel=4
-pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
-md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-appconfig/repos/extra-any/PKGBUILD (from rev 215591, 
perl-appconfig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eric 
+# Contributor: Eric Johnson 
+
+pkgname=perl-appconfig
+_realname=AppConfig
+pkgver=1.66
+pkgrel=5
+pkgdesc="Perl/CPAN AppConfig module - Read configuration files and parse 
command line arguments"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/A/AB/ABW/${_realname}-${pkgver}.tar.gz)
+md5sums=('21aa4d1bf70a49a94c2dc9293389b3a0')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-carp-clan/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:58:47
  Author: fyan
Revision: 215593

upgpkg: perl-carp-clan 6.04-3

mtree rebuild

Modified:
  perl-carp-clan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 03:56:08 UTC (rev 215592)
+++ PKGBUILD2014-06-30 03:58:47 UTC (rev 215593)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-carp-clan
 _realname=Carp-Clan
 pkgver=6.04
-pkgrel=2
+pkgrel=3
 pkgdesc='Report errors from perspective of caller of a "clan" of modules'
 arch=(any)
 license=('PerlArtistic')



[arch-commits] Commit in perl-carp-clan/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 05:59:21
  Author: fyan
Revision: 215594

archrelease: copy trunk to extra-any

Added:
  perl-carp-clan/repos/extra-any/PKGBUILD
(from rev 215593, perl-carp-clan/trunk/PKGBUILD)
Deleted:
  perl-carp-clan/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 03:58:47 UTC (rev 215593)
+++ PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-carp-clan
-_realname=Carp-Clan
-pkgver=6.04
-pkgrel=2
-pkgdesc='Report errors from perspective of caller of a "clan" of modules'
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('b6316bc51bb530d994f2784615939fb2')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-carp-clan/repos/extra-any/PKGBUILD (from rev 215593, 
perl-carp-clan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-carp-clan
+_realname=Carp-Clan
+pkgver=6.04
+pkgrel=3
+pkgdesc='Report errors from perspective of caller of a "clan" of modules'
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('b6316bc51bb530d994f2784615939fb2')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-date-calc/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:00:49
  Author: fyan
Revision: 215595

upgpkg: perl-date-calc 6.3-3

mtree rebuild

Modified:
  perl-date-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 03:59:21 UTC (rev 215594)
+++ PKGBUILD2014-06-30 04:00:49 UTC (rev 215595)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Kevin Piche 
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
 # Contributor: K. Piche 
 
 pkgname=perl-date-calc
 _realname=Date-Calc
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl module for Gregorian calendar date calculations"
 arch=(any)
 license=('PerlArtistic')



[arch-commits] Commit in perl-date-calc/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:01:22
  Author: fyan
Revision: 215596

archrelease: copy trunk to extra-any

Added:
  perl-date-calc/repos/extra-any/PKGBUILD
(from rev 215595, perl-date-calc/trunk/PKGBUILD)
Deleted:
  perl-date-calc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:00:49 UTC (rev 215595)
+++ PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche 
-# Contributor: K. Piche 
-
-pkgname=perl-date-calc
-_realname=Date-Calc
-pkgver=6.3
-pkgrel=2
-pkgdesc="Perl module for Gregorian calendar date calculations"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-bit-vector' 'perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b64555b7051c1beb6b61daead2d01b3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-date-calc/repos/extra-any/PKGBUILD (from rev 215595, 
perl-date-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: K. Piche 
+
+pkgname=perl-date-calc
+_realname=Date-Calc
+pkgver=6.3
+pkgrel=3
+pkgdesc="Perl module for Gregorian calendar date calculations"
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-bit-vector' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('9b64555b7051c1beb6b61daead2d01b3')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:02:38
  Author: fyan
Revision: 215597

upgpkg: perl-digest-hmac 1.03-3

mtree rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:01:22 UTC (rev 215596)
+++ PKGBUILD2014-06-30 04:02:38 UTC (rev 215597)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-digest-hmac/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:03:11
  Author: fyan
Revision: 215598

archrelease: copy trunk to extra-any

Added:
  perl-digest-hmac/repos/extra-any/PKGBUILD
(from rev 215597, perl-digest-hmac/trunk/PKGBUILD)
Deleted:
  perl-digest-hmac/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:02:38 UTC (rev 215597)
+++ PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-digest-hmac
-_realname=Digest-HMAC
-pkgver=1.03
-pkgrel=2
-pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl-digest-sha1' 'perl>=5.10.0')
-options=(!emptydirs)
-replaces=('digest-hmac')
-provides=('digest-hmac')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-digest-hmac/repos/extra-any/PKGBUILD (from rev 215597, 
perl-digest-hmac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-digest-hmac
+_realname=Digest-HMAC
+pkgver=1.03
+pkgrel=3
+pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl-digest-sha1' 'perl>=5.10.0')
+options=(!emptydirs)
+replaces=('digest-hmac')
+provides=('digest-hmac')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-event-execflow/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:16:49
  Author: fyan
Revision: 215599

upgpkg: perl-event-execflow 0.64-4

mtree rebuild

Modified:
  perl-event-execflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:03:11 UTC (rev 215598)
+++ PKGBUILD2014-06-30 04:16:49 UTC (rev 215599)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: tobias 
+# Maintainer: Felix Yan 
+# Contributor: tobias 
 # Contributor: Tobias Kieslich 
 
 pkgname=perl-event-execflow
 _realname=Event-ExecFlow
 pkgver=0.64
-pkgrel=3
+pkgrel=4
 pkgdesc="Framework for perl-events"
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-event-execflow/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:17:23
  Author: fyan
Revision: 215600

archrelease: copy trunk to extra-any

Added:
  perl-event-execflow/repos/extra-any/PKGBUILD
(from rev 215599, perl-event-execflow/trunk/PKGBUILD)
Deleted:
  perl-event-execflow/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:16:49 UTC (rev 215599)
+++ PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: tobias 
-# Contributor: Tobias Kieslich 
-
-pkgname=perl-event-execflow
-_realname=Event-ExecFlow
-pkgver=0.64
-pkgrel=3
-pkgdesc="Framework for perl-events"
-arch=('any')
-license=('PerlArtistic')
-url="http://www.exit1.org/${_realname}/";
-depends=('perl-anyevent' 'perl-libintl-perl' 'perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/J/JR/JRED/${_realname}-${pkgver}.tar.gz)
-md5sums=('7370ea61607a200239cdd491755efee3')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}/"
-
-  # remove perllocal.pod and .packlist
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-event-execflow/repos/extra-any/PKGBUILD (from rev 215599, 
perl-event-execflow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: tobias 
+# Contributor: Tobias Kieslich 
+
+pkgname=perl-event-execflow
+_realname=Event-ExecFlow
+pkgver=0.64
+pkgrel=4
+pkgdesc="Framework for perl-events"
+arch=('any')
+license=('PerlArtistic')
+url="http://www.exit1.org/${_realname}/";
+depends=('perl-anyevent' 'perl-libintl-perl' 'perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/J/JR/JRED/${_realname}-${pkgver}.tar.gz)
+md5sums=('7370ea61607a200239cdd491755efee3')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}/"
+
+  # remove perllocal.pod and .packlist
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:18:38
  Author: fyan
Revision: 215601

upgpkg: aspell 0.60.6.1-2

mtree rebuild

Modified:
  aspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:17:23 UTC (rev 215600)
+++ PKGBUILD2014-06-30 04:18:38 UTC (rev 215601)
@@ -1,13 +1,14 @@
 # $Id$
+# Maintainer: Felix Yan 
 # Contributor: Jochem Kossen 
 # Contributor: dorphell 
 # Contributor: Thayer Williams 
-# Maintainer: Daniel J Griffiths 
+# Contributor: Daniel J Griffiths 
 
 pkgname=aspell
 pkgver=0.60.6.1
 _pkgmajorver=0.60
-pkgrel=1
+pkgrel=2
 pkgdesc="A spell checker designed to eventually replace Ispell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/";



[arch-commits] Commit in perl-file-basedir/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:19:50
  Author: fyan
Revision: 215602

upgpkg: perl-file-basedir 0.03-6

mtree rebuild

Modified:
  perl-file-basedir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:18:38 UTC (rev 215601)
+++ PKGBUILD2014-06-30 04:19:50 UTC (rev 215602)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Contributor: kevin 
 # Contributor: K. Piche 
 
 pkgname=perl-file-basedir
 _realname=File-BaseDir
 pkgver=0.03
-pkgrel=5
+pkgrel=6
 pkgdesc='Use the Freedesktop.org base directory specification'
 arch=(any)
 license=('GPL' 'PerlArtistic')



[arch-commits] Commit in perl-file-basedir/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:20:24
  Author: fyan
Revision: 215603

archrelease: copy trunk to extra-any

Added:
  perl-file-basedir/repos/extra-any/PKGBUILD
(from rev 215602, perl-file-basedir/trunk/PKGBUILD)
Deleted:
  perl-file-basedir/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:19:50 UTC (rev 215602)
+++ PKGBUILD2014-06-30 04:20:24 UTC (rev 215603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: K. Piche 
-
-pkgname=perl-file-basedir
-_realname=File-BaseDir
-pkgver=0.03
-pkgrel=5
-pkgdesc='Use the Freedesktop.org base directory specification'
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
-md5sums=('527596f1507894dfaacdda72ea6dbb31')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-file-basedir/repos/extra-any/PKGBUILD (from rev 215602, 
perl-file-basedir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:20:24 UTC (rev 215603)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: K. Piche 
+
+pkgname=perl-file-basedir
+_realname=File-BaseDir
+pkgver=0.03
+pkgrel=6
+pkgdesc='Use the Freedesktop.org base directory specification'
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}-$pkgver.tar.gz)
+md5sums=('527596f1507894dfaacdda72ea6dbb31')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:21:29
  Author: fyan
Revision: 215604

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

Added:
  aspell/repos/extra-i686/PKGBUILD
(from rev 215603, aspell/trunk/PKGBUILD)
  aspell/repos/extra-i686/aspell.install
(from rev 215603, aspell/trunk/aspell.install)
  aspell/repos/extra-x86_64/PKGBUILD
(from rev 215603, aspell/trunk/PKGBUILD)
  aspell/repos/extra-x86_64/aspell.install
(from rev 215603, aspell/trunk/aspell.install)
Deleted:
  aspell/repos/extra-i686/PKGBUILD
  aspell/repos/extra-i686/aspell.install
  aspell/repos/extra-x86_64/PKGBUILD
  aspell/repos/extra-x86_64/aspell.install

-+
 /PKGBUILD   |   66 ++
 /aspell.install |   48 ++
 extra-i686/PKGBUILD |   32 
 extra-i686/aspell.install   |   24 ---
 extra-x86_64/PKGBUILD   |   32 
 extra-x86_64/aspell.install |   24 ---
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: dorphell 
-# Contributor: Thayer Williams 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=1
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-install=aspell.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
-sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
-}

Copied: aspell/repos/extra-i686/PKGBUILD (from rev 215603, 
aspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=2
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Deleted: extra-i686/aspell.install
===
--- extra-i686/aspell.install   2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,24 +0,0 @@
-infodir=usr/share/info
-filelist=(aspell.info aspell-dev.info)
-
-post_install() {
-  echo "==> aspell comes with no default dictionary"
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: aspell/repos/extra-i686/aspell.install (from rev 215603, 
aspell/trunk/aspell.install)
===
--- extra-i686/aspell.install   (rev 0)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-

[arch-commits] Commit in perl-html-tagset/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:23:59
  Author: fyan
Revision: 215605

upgpkg: perl-html-tagset 3.20-4

mtree rebuild

Modified:
  perl-html-tagset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:21:29 UTC (rev 215604)
+++ PKGBUILD2014-06-30 04:23:59 UTC (rev 215605)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: kevin 
+# Maintainer: Felix Yan 
+# Conributor: kevin 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-html-tagset
 _realname=HTML-Tagset
 pkgver=3.20
-pkgrel=3
+pkgrel=4
 pkgdesc="Data tables useful in parsing HTML"
 arch=('any')
 license=('PerlArtistic')



[arch-commits] Commit in perl-html-tagset/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:24:32
  Author: fyan
Revision: 215606

archrelease: copy trunk to extra-any

Added:
  perl-html-tagset/repos/extra-any/PKGBUILD
(from rev 215605, perl-html-tagset/trunk/PKGBUILD)
Deleted:
  perl-html-tagset/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 04:23:59 UTC (rev 215605)
+++ PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-html-tagset
-_realname=HTML-Tagset
-pkgver=3.20
-pkgrel=3
-pkgdesc="Data tables useful in parsing HTML"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/";
-depends=('perl>=5.10.0')
-replaces=('html-tagset')
-provides=('html-tagset')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
-md5sums=('d2bfa18fe1904df7f683e96611e87437')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-html-tagset/repos/extra-any/PKGBUILD (from rev 215605, 
perl-html-tagset/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Conributor: kevin 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-html-tagset
+_realname=HTML-Tagset
+pkgver=3.20
+pkgrel=4
+pkgdesc="Data tables useful in parsing HTML"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/";
+depends=('perl>=5.10.0')
+replaces=('html-tagset')
+provides=('html-tagset')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz)
+md5sums=('d2bfa18fe1904df7f683e96611e87437')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+
+# vim: ts=2 sw=2 et ft=sh



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:25:03
  Author: fyan
Revision: 215607

upgpkg: enchant 1.6.0-5

mtree rebuild

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:24:32 UTC (rev 215606)
+++ PKGBUILD2014-06-30 04:25:03 UTC (rev 215607)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
 # Contributor: dorphell 
 
 pkgname=enchant
 pkgver=1.6.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/";



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:26:00
  Author: fyan
Revision: 215608

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 04:25:03 UTC (rev 215607)
+++ extra-i686/PKGBUILD 2014-06-30 04:26:00 UTC (rev 215608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=4
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/";
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-i686/PKGBUILD (from rev 215607, 
enchant/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:26:00 UTC (rev 215608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/";
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 04:25:03 UTC (rev 215607)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:26:00 UTC (rev 215608)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: dorphell 
-
-pkgname=enchant
-pkgver=1.6.0
-pkgrel=4
-pkgdesc="A wrapper library for generic spell checking"
-arch=('i686' 'x86_64')
-url="http://www.abisource.com/enchant/";
-license=('LGPL')
-depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
-source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('de11011aff801dc61042828041fb59c7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
---disable-static \
---disable-ispell \
---with-myspell-dir=/usr/share/myspell
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: enchant/repos/extra-x86_64/PKGBUILD (from rev 215607, 
enchant/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 04:26:00 UTC (rev 215608)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+
+pkgname=enchant
+pkgver=1.6.0
+pkgrel=5
+pkgdesc="A wrapper library for generic spell checking"
+arch=('i686' 'x86_64')
+url="http://www.abisource.com/enchant/";
+license=('LGPL')
+depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
+source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('de11011aff801dc61042828041fb59c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+--disable-static \
+--disable-ispell \
+--with-myspell-dir=/usr/share/myspell
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-http-message/trunk (PKGBUILD)

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 06:34:54
  Author: fyan
Revision: 215611

upgpkg: perl-http-message 6.06-2

mtree rebuild

Modified:
  perl-http-message/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:34:37 UTC (rev 215610)
+++ PKGBUILD2014-06-30 04:34:54 UTC (rev 215611)
@@ -1,17 +1,18 @@
-# Maintainer : Justin "juster" Davis 
-# Generator  : pbjam 0.01
 # $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin "juster" Davis 
+# Generator : pbjam 0.01
 
 pkgname=perl-http-message
 pkgver=6.06
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP style messages"
 arch=(any)
 url=http://search.cpan.org/dist/HTTP-Message
 license=(PerlArtistic GPL)
 options=('!emptydirs')
-depends=('perl>=5.8.8' 'perl-encode-locale>=1' 'perl-html-parser>=3.33'
-'perl-http-date>=6' 'perl-lwp-mediatypes>=6' 'perl-uri>=1.10')
+depends=('perl' 'perl-encode-locale' 'perl-html-parser'
+ 'perl-http-date' 'perl-lwp-mediatypes' 'perl-uri')
 checkdepends=('perl-io-html')
 conflicts=('perl-libwww<6')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-$pkgver.tar.gz)



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

2014-06-29 Thread Laurent Carlier
Date: Monday, June 30, 2014 @ 06:34:37
  Author: lcarlier
Revision: 215610

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

Added:
  elfutils/repos/testing-i686/
  elfutils/repos/testing-i686/PKGBUILD
(from rev 215609, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 215609, elfutils/trunk/PKGBUILD)

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

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 215609, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 04:34:37 UTC (rev 215610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.159
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 215609, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 04:34:37 UTC (rev 215610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.159
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('4ff214cdb95a10b03cf413f3d018393a838f98fc'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



  1   2   >