[arch-commits] Commit in r/trunk (PKGBUILD r.desktop)

2014-03-27 Thread Ronald van Haren
Date: Thursday, March 27, 2014 @ 08:03:28
  Author: ronald
Revision: 208799

upgpkg: r 3.0.3-1

update to 3.0.3

Modified:
  r/trunk/PKGBUILD
  r/trunk/r.desktop

---+
 PKGBUILD  |8 
 r.desktop |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 04:36:08 UTC (rev 208798)
+++ PKGBUILD2014-03-27 07:03:28 UTC (rev 208799)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,8 +22,8 @@
'r.desktop'
'r.png'
'R.conf')
-sha1sums=('f5d9daef00e09d36a465ff7b0bf4cab136bea227'
-  '13aa29219bcaa102e575de8c1c8e0833d233e836'
+sha1sums=('82e83415d27a2fbbdcacb41c4aa14d8b36fdf470'
+  '97c711e62e62097328ff0178bd0ae0a7155d83a4'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
   '43668da6cfd1b4455a99f23e79e2059294dddac9')
 

Modified: r.desktop
===
--- r.desktop   2014-03-27 04:36:08 UTC (rev 208798)
+++ r.desktop   2014-03-27 07:03:28 UTC (rev 208799)
@@ -8,4 +8,4 @@
 StartupNotify=true
 Terminal=true
 Type=Application
-Categories=Education;Science;Math;
+Categories=Education;Science;



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

2014-03-27 Thread Ronald van Haren
Date: Thursday, March 27, 2014 @ 08:06:24
  Author: ronald
Revision: 208800

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

Added:
  r/repos/extra-i686/PKGBUILD
(from rev 208799, r/trunk/PKGBUILD)
  r/repos/extra-i686/R.conf
(from rev 208799, r/trunk/R.conf)
  r/repos/extra-i686/r.desktop
(from rev 208799, r/trunk/r.desktop)
  r/repos/extra-i686/r.install
(from rev 208799, r/trunk/r.install)
  r/repos/extra-i686/r.png
(from rev 208799, r/trunk/r.png)
  r/repos/extra-x86_64/PKGBUILD
(from rev 208799, r/trunk/PKGBUILD)
  r/repos/extra-x86_64/R.conf
(from rev 208799, r/trunk/R.conf)
  r/repos/extra-x86_64/r.desktop
(from rev 208799, r/trunk/r.desktop)
  r/repos/extra-x86_64/r.install
(from rev 208799, r/trunk/r.install)
  r/repos/extra-x86_64/r.png
(from rev 208799, r/trunk/r.png)
Deleted:
  r/repos/extra-i686/PKGBUILD
  r/repos/extra-i686/R.conf
  r/repos/extra-i686/r.desktop
  r/repos/extra-i686/r.install
  r/repos/extra-i686/r.png
  r/repos/extra-x86_64/PKGBUILD
  r/repos/extra-x86_64/R.conf
  r/repos/extra-x86_64/r.desktop
  r/repos/extra-x86_64/r.install
  r/repos/extra-x86_64/r.png

+
 /PKGBUILD  |  180 +++
 /R.conf|4 +
 /r.desktop |   22 +
 /r.install |   32 
 extra-i686/PKGBUILD|   90 ---
 extra-i686/R.conf  |2 
 extra-i686/r.desktop   |   11 --
 extra-i686/r.install   |   16 
 extra-x86_64/PKGBUILD  |   90 ---
 extra-x86_64/R.conf|2 
 extra-x86_64/r.desktop |   11 --
 extra-x86_64/r.install |   16 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-27 07:03:28 UTC (rev 208799)
+++ extra-i686/PKGBUILD 2014-03-27 07:06:24 UTC (rev 208800)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: K. Piche kpi...@rogers.com
-
-pkgname=r
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=Language and environment for statistical computing and graphics
-arch=('i686' 'x86_64')
-license=('GPL')
-url=('http://www.r-project.org/')
-depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
- 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
- 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils' 'zip' 'unzip')
-makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
-optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
-backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories' 
'etc/R/javaconf')
-options=('!makeflags' '!emptydirs')
-install=r.install
-source=(http://cran.r-project.org/src/base/R-${pkgver%%.*}/R-${pkgver}.tar.gz;
-   'r.desktop'
-   'r.png'
-   'R.conf')
-sha1sums=('f5d9daef00e09d36a465ff7b0bf4cab136bea227'
-  '13aa29219bcaa102e575de8c1c8e0833d233e836'
-  'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9')
-
-prepare() {
-   cd R-${pkgver}
-# set texmf dir correctly in makefile
-   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
-# fix for texinfo 5.X
-   sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
-}
-
-build() {
-   cd R-${pkgver}
-   ./configure  --prefix=/usr \
-   --libdir=/usr/lib \
-   --sysconfdir=/etc/R \
-   --datarootdir=/usr/share \
- rsharedir=/usr/share/R/ \
- rincludedir=/usr/include/R/ \
- rdocdir=/usr/share/doc/R/ \
---with-x \
-   --enable-R-shlib \
---with-lapack \
-   --with-blas \
-F77=gfortran \
-   LIBnn=lib
-   make
-
-# make libRmath.so
-   cd src/nmath/standalone
-   make shared
-}
-
-package() {
-   cd R-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-# install libRmath.so
-   cd src/nmath/standalone
-   make DESTDIR=${pkgdir} install
-
-   #  Fixup R wrapper scripts.
-   sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
-   rm ${pkgdir}/usr/lib/R/bin/R
-   cd ${pkgdir}/usr/lib/R/bin
-   ln -s ../../../bin/R
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/r.desktop \
-   ${pkgdir}/usr/share/applications/r.desktop
-  install -Dm644 ${srcdir}/r.png \
-   ${pkgdir}/usr/share/pixmaps/r.png
-
-  # move the config directory to /etc and create symlinks
-  install -d ${pkgdir}/etc/R
-  cd ${pkgdir}/usr/lib/R/etc
-  for i in *; do
-mv -f ${i} ${pkgdir}/etc/R
-ln -s /etc/R/${i} ${i}
-  done
-
-  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
-}

Copied: r/repos/extra-i686/PKGBUILD (from rev 208799, r/trunk/PKGBUILD)

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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 09:53:32
  Author: spupykin
Revision: 108367

archrelease: copy trunk to community-any

Added:
  gcstar/repos/community-any/ChangeLog
(from rev 108366, gcstar/trunk/ChangeLog)
  gcstar/repos/community-any/PKGBUILD
(from rev 108366, gcstar/trunk/PKGBUILD)
Deleted:
  gcstar/repos/community-any/ChangeLog
  gcstar/repos/community-any/PKGBUILD

---+
 ChangeLog |   10 -
 PKGBUILD  |   63 ++--
 2 files changed, 37 insertions(+), 36 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-03-27 08:53:23 UTC (rev 108366)
+++ ChangeLog   2014-03-27 08:53:32 UTC (rev 108367)
@@ -1,5 +0,0 @@
-
-2007-12-29  Douglas Soares de Andrade  douglas.andr...@threepointsweb.com
-
-   * Built for x86_64
-

Copied: gcstar/repos/community-any/ChangeLog (from rev 108366, 
gcstar/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-03-27 08:53:32 UTC (rev 108367)
@@ -0,0 +1,5 @@
+
+2007-12-29  Douglas Soares de Andrade  douglas.andr...@threepointsweb.com
+
+   * Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-27 08:53:23 UTC (rev 108366)
+++ PKGBUILD2014-03-27 08:53:32 UTC (rev 108367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gcstar
-pkgver=1.7.0
-pkgrel=1
-pkgdesc=A collection management application
-arch=('any')
-url=http://www.gcstar.org;
-license=(GPL)
-conflicts=('gcfilms')
-replaces=('gcfilms')
-provides=('gcfilms')
-depends=('gtk2-perl' 'perl-libwww' 'perl-xml-simple'
-'perl-net-snmp' 'perlxml' 'perl-switch'
-'perl-xml-libxml' 'perl-sort-naturally'
-'perl-http-message' 'perl-http-date' 'perl-http-cookies')
-source=(http://download.gna.org/gcstar/gcstar-$pkgver.tar.gz)
-md5sums=('94d0c4d6acc912b4b4d3a72d934cc16d')
-
-build() {
-  cd $srcdir/gcstar
-  ./install  --prefix=$pkgdir/usr
-  install -D -m644 $pkgdir/usr/share/gcstar/icons/gcstar_256x256.png \
-   $pkgdir/usr/share/pixmaps/gcstar.png
-  install -D -m644 $pkgdir/usr/share/gcstar/icons/gcstar_32x32.png \
-   $pkgdir/usr/share/pixmaps/gcstar32.png
-  cp -R share/applications $pkgdir/usr/share
-  mv $pkgdir/usr/man $pkgdir/usr/share
-}

Copied: gcstar/repos/community-any/PKGBUILD (from rev 108366, 
gcstar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-27 08:53:32 UTC (rev 108367)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gcstar
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=A collection management application
+arch=('any')
+url=http://www.gcstar.org;
+license=(GPL)
+depends=('gtk2-perl' 'perl-libwww' 'perl-xml-simple'
+'perl-net-snmp' 'perlxml' 'perl-switch'
+'perl-xml-libxml' 'perl-sort-naturally'
+'perl-http-message' 'perl-http-date' 'perl-http-cookies'
+'perl-gd' 'perl-date-calc'
+'perl-archive-zip' 'perl-datetime-format-strptime'
+'perl-gdgraph' 'perl-mp3-info')
+# 'perl-ogg-vorbis-header-pureperl' 'perl-mp3-tag'
+source=(http://download.gna.org/gcstar/gcstar-$pkgver.tar.gz)
+md5sums=('94d0c4d6acc912b4b4d3a72d934cc16d')
+
+package() {
+  cd $srcdir/gcstar
+  ./install  --prefix=$pkgdir/usr
+  install -D -m644 $pkgdir/usr/share/gcstar/icons/gcstar_256x256.png \
+   $pkgdir/usr/share/pixmaps/gcstar.png
+  install -D -m644 $pkgdir/usr/share/gcstar/icons/gcstar_32x32.png \
+   $pkgdir/usr/share/pixmaps/gcstar32.png
+  cp -R share/applications $pkgdir/usr/share
+  mv $pkgdir/usr/man $pkgdir/usr/share
+}



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 09:53:23
  Author: spupykin
Revision: 108366

Modified:
  gcstar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 05:43:36 UTC (rev 108365)
+++ PKGBUILD2014-03-27 08:53:23 UTC (rev 108366)
@@ -15,7 +15,7 @@
 'perl-http-message' 'perl-http-date' 'perl-http-cookies'
 'perl-gd' 'perl-date-calc'
 'perl-archive-zip' 'perl-datetime-format-strptime'
-'perl-gdgraph' 'perl-mp3-info')
+'perl-gdgraph' 'perl-mp3-info')
 # 'perl-ogg-vorbis-header-pureperl' 'perl-mp3-tag'
 source=(http://download.gna.org/gcstar/gcstar-$pkgver.tar.gz)
 md5sums=('94d0c4d6acc912b4b4d3a72d934cc16d')



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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:14:42
  Author: bpiotrowski
Revision: 208802

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

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

+
 /PKGBUILD  |   56 
 /guile.install |   60 +++
 extra-i686/PKGBUILD|   28 
 extra-i686/guile.install   |   30 -
 extra-x86_64/PKGBUILD  |   28 
 extra-x86_64/guile.install |   30 -
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-27 09:14:36 UTC (rev 208801)
+++ extra-i686/PKGBUILD 2014-03-27 09:14:42 UTC (rev 208802)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=guile
-pkgver=2.0.9
-pkgrel=1
-pkgdesc=a portable, embeddable Scheme implementation written in C
-url=http://www.gnu.org/software/guile/;
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo' 'libunistring' 'gc' 'libffi')
-install=guile.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('531839c3fe887382ca9d4774db544d34')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning
-  make LDFLAGS+=-lpthread
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: guile/repos/extra-i686/PKGBUILD (from rev 208801, guile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-27 09:14:42 UTC (rev 208802)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: extra-i686/guile.install
===
--- extra-i686/guile.install2014-03-27 09:14:36 UTC (rev 208801)
+++ extra-i686/guile.install2014-03-27 09:14:42 UTC (rev 208802)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-files=(goops.info
-   guile-tut.info
-   guile.info
-   guile.info-1
-   guile.info-2
-   guile.info-3
-   guile.info-4
-   guile.info-5
-   guile.info-6
-   guile.info-7
-   r5rs.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: guile/repos/extra-i686/guile.install (from rev 208801, 
guile/trunk/guile.install)
===
--- extra-i686/guile.install(rev 0)
+++ extra-i686/guile.install2014-03-27 09:14:42 UTC (rev 208802)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.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 

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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:14:36
  Author: bpiotrowski
Revision: 208801

upgpkg: guile 2.0.11-1

new upstream release

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 07:06:24 UTC (rev 208800)
+++ PKGBUILD2014-03-27 09:14:36 UTC (rev 208801)
@@ -1,28 +1,28 @@
 # $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=guile
-pkgver=2.0.9
+pkgver=2.0.11
 pkgrel=1
-pkgdesc=a portable, embeddable Scheme implementation written in C
-url=http://www.gnu.org/software/guile/;
-arch=(i686 x86_64)
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses=5.7' 'texinfo' 'libunistring' 'gc' 'libffi')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
 install=guile.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('531839c3fe887382ca9d4774db544d34')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
-   --disable-static  \
-   --disable-error-on-warning
-  make LDFLAGS+=-lpthread
+--disable-static  \
+--disable-error-on-warning
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:25:54
  Author: spupykin
Revision: 108370

upgpkg: libyaml 0.1.6-1

upd

Modified:
  libyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:25:52 UTC (rev 108369)
+++ PKGBUILD2014-03-27 09:25:54 UTC (rev 108370)
@@ -3,7 +3,7 @@
 # Contributor: Michal Bozon michal.bozon__at__gmail.com
 
 pkgname=libyaml
-pkgver=0.1.5
+pkgver=0.1.6
 pkgrel=1
 pkgdesc=YAML 1.1 library
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url=http://pyyaml.org/wiki/LibYAML;
 license=('MIT')
 source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
-md5sums=('24f6093c1e840ca5df2eb09291a1dbf1')
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
 
 build() {
   cd $srcdir/yaml-$pkgver



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:25:40
  Author: spupykin
Revision: 108368

upgpkg: firefox-noscript 2.6.8.19-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 08:53:32 UTC (rev 108367)
+++ PKGBUILD2014-03-27 09:25:40 UTC (rev 108368)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.17
+pkgver=2.6.8.19
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('11a37854aeda9eae8de3a822633a369d')
+md5sums=('9d1e6ff5f01b4758e84465f5d3ca976d')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:25:52
  Author: spupykin
Revision: 108369

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 108368, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-27 09:25:40 UTC (rev 108368)
+++ PKGBUILD2014-03-27 09:25:52 UTC (rev 108369)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.17
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('11a37854aeda9eae8de3a822633a369d')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 108368, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-27 09:25:52 UTC (rev 108369)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.19
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('9d1e6ff5f01b4758e84465f5d3ca976d')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:07
  Author: spupykin
Revision: 108371

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 09:25:54 UTC (rev 108370)
+++ community-i686/PKGBUILD 2014-03-27 09:26:07 UTC (rev 108371)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Bozon michal.bozon__at__gmail.com
-
-pkgname=libyaml
-pkgver=0.1.5
-pkgrel=1
-pkgdesc=YAML 1.1 library
-arch=('i686' 'x86_64')
-url=http://pyyaml.org/wiki/LibYAML;
-license=('MIT')
-source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
-md5sums=('24f6093c1e840ca5df2eb09291a1dbf1')
-
-build() {
-  cd $srcdir/yaml-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/yaml-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: libyaml/repos/community-i686/PKGBUILD (from rev 108370, 
libyaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 09:26:07 UTC (rev 108371)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Bozon michal.bozon__at__gmail.com
+
+pkgname=libyaml
+pkgver=0.1.6
+pkgrel=1
+pkgdesc=YAML 1.1 library
+arch=('i686' 'x86_64')
+url=http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+
+build() {
+  cd $srcdir/yaml-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/yaml-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-27 09:25:54 UTC (rev 108370)
+++ community-x86_64/PKGBUILD   2014-03-27 09:26:07 UTC (rev 108371)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Bozon michal.bozon__at__gmail.com
-
-pkgname=libyaml
-pkgver=0.1.5
-pkgrel=1
-pkgdesc=YAML 1.1 library
-arch=('i686' 'x86_64')
-url=http://pyyaml.org/wiki/LibYAML;
-license=('MIT')
-source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
-md5sums=('24f6093c1e840ca5df2eb09291a1dbf1')
-
-build() {
-  cd $srcdir/yaml-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/yaml-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: libyaml/repos/community-x86_64/PKGBUILD (from rev 108370, 
libyaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-27 09:26:07 UTC (rev 108371)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Bozon michal.bozon__at__gmail.com
+
+pkgname=libyaml
+pkgver=0.1.6
+pkgrel=1
+pkgdesc=YAML 1.1 library
+arch=('i686' 'x86_64')
+url=http://pyyaml.org/wiki/LibYAML;
+license=('MIT')
+source=(http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz)
+md5sums=('5fe00cda18ca5daeb43762b80c38e06e')
+
+build() {
+  cd $srcdir/yaml-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/yaml-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:10
  Author: spupykin
Revision: 108372

upgpkg: mcelog 20140327-1

upd

Modified:
  mcelog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:26:07 UTC (rev 108371)
+++ PKGBUILD2014-03-27 09:26:10 UTC (rev 108372)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Mudrunka harvie@@email..cz
 
 pkgname=mcelog
-pkgver=20130708
+pkgver=20140327
 pkgrel=1
 pkgdesc=Print machine check event log from x86-64 kernel
 url=http://freshmeat.net/projects/mcelog/;



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:25
  Author: spupykin
Revision: 108374

upgpkg: parrot 6.2.0-1

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:26:22 UTC (rev 108373)
+++ PKGBUILD2014-03-27 09:26:25 UTC (rev 108374)
@@ -3,9 +3,9 @@
 # Contributor: mpie michael.kyne-philli...@ntlworld.com
 
 pkgname=parrot
-pkgver=5.9.0
-_rel=stable
-#_rel=devel
+pkgver=6.2.0
+#_rel=stable
+_rel=devel
 pkgrel=1
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 optdepends=('freeglut')
 options=('!makeflags')
 
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('8cecbd7bbc0e5c814f0de716a070e7d3')
+md5sums=('f75c7104df47c7f77fb1880342ee')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:56
  Author: spupykin
Revision: 108378

upgpkg: tea 37.2.0-1

upd

Modified:
  tea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:26:53 UTC (rev 108377)
+++ PKGBUILD2014-03-27 09:26:56 UTC (rev 108378)
@@ -6,7 +6,7 @@
 # Contributor: Zsolt Varadi sysop_...@fibermail.hu
 
 pkgname=tea
-pkgver=37.1.0
+pkgver=37.2.0
 pkgrel=1
 pkgdesc=A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=tea.install
 source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
 tea.desktop)
-md5sums=('aa63bea9c741ba0201fbeb0da0eb9599'
+md5sums=('810fbe3c85027cd42919fec8d1be8d2d'
  '377ace3363124f4c086de0babb820761')
 
 build() {



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:42
  Author: spupykin
Revision: 108376

upgpkg: sysprof 1.2.0-2

upd

Modified:
  sysprof/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:26:38 UTC (rev 108375)
+++ PKGBUILD2014-03-27 09:26:42 UTC (rev 108376)
@@ -6,7 +6,7 @@
 
 pkgname=sysprof
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system
 arch=('i686' 'x86_64')
 url=http://www.daimi.au.dk/~sandmann/sysprof/;
@@ -18,7 +18,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/usr/lib
   make
 }
 



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:22
  Author: spupykin
Revision: 108373

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

Added:
  mcelog/repos/community-i686/PKGBUILD
(from rev 108372, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-i686/mcelog.service
(from rev 108372, mcelog/trunk/mcelog.service)
  mcelog/repos/community-x86_64/PKGBUILD
(from rev 108372, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-x86_64/mcelog.service
(from rev 108372, mcelog/trunk/mcelog.service)
Deleted:
  mcelog/repos/community-i686/PKGBUILD
  mcelog/repos/community-i686/mcelog.service
  mcelog/repos/community-x86_64/PKGBUILD
  mcelog/repos/community-x86_64/mcelog.service

-+
 /PKGBUILD   |   78 ++
 /mcelog.service |   22 ++
 community-i686/PKGBUILD |   39 ---
 community-i686/mcelog.service   |   11 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/mcelog.service |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 09:26:10 UTC (rev 108372)
+++ community-i686/PKGBUILD 2014-03-27 09:26:22 UTC (rev 108373)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Thomas Mudrunka harvie@@email..cz
-# Maintainer: Thomas Mudrunka harvie@@email..cz
-
-pkgname=mcelog
-pkgver=20130708
-pkgrel=1
-pkgdesc=Print machine check event log from x86-64 kernel
-url=http://freshmeat.net/projects/mcelog/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('git')
-options=('docs')
-backup=('etc/mcelog/mcelog.conf')
-source=(git://github.com/andikleen/mcelog.git
-   mcelog.service)
-md5sums=('SKIP'
- 'afd7fc2b7a2f92a75e040b23d6b15958')
-
-prepare() {
-  cd ${srcdir}/mcelog
-  sed -i 's|sbin|bin|g' Makefile mcelog.cron
-}
-
-build() {
-  cd ${srcdir}/mcelog
-  make
-}
-
-package() {
-  cd ${srcdir}/mcelog
-  mkdir -p $pkgdir/usr/share/doc/mcelog
-  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
-  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
-  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
-  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: mcelog/repos/community-i686/PKGBUILD (from rev 108372, 
mcelog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 09:26:22 UTC (rev 108373)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Thomas Mudrunka harvie@@email..cz
+# Maintainer: Thomas Mudrunka harvie@@email..cz
+
+pkgname=mcelog
+pkgver=20140327
+pkgrel=1
+pkgdesc=Print machine check event log from x86-64 kernel
+url=http://freshmeat.net/projects/mcelog/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('git')
+options=('docs')
+backup=('etc/mcelog/mcelog.conf')
+source=(git://github.com/andikleen/mcelog.git
+   mcelog.service)
+md5sums=('SKIP'
+ 'afd7fc2b7a2f92a75e040b23d6b15958')
+
+prepare() {
+  cd ${srcdir}/mcelog
+  sed -i 's|sbin|bin|g' Makefile mcelog.cron
+}
+
+build() {
+  cd ${srcdir}/mcelog
+  make
+}
+
+package() {
+  cd ${srcdir}/mcelog
+  mkdir -p $pkgdir/usr/share/doc/mcelog
+  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
+  install -Dm0755 mcelog.cron ${pkgdir}/usr/bin/mcelog.cron
+  install -Dm0644 mcelog.logrotate ${pkgdir}/etc/logrotate.d/mcelog.logrotate
+  install -Dm0644 README ${pkgdir}/usr/share/doc/mcelog/README
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/mcelog.service
===
--- community-i686/mcelog.service   2014-03-27 09:26:10 UTC (rev 108372)
+++ community-i686/mcelog.service   2014-03-27 09:26:22 UTC (rev 108373)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Machine Check Exception Logging Daemon
-After=syslog.target
-
-[Service]
-PIDFile=/run/mcelog.pid
-ExecStart=/usr/bin/mcelog --ignorenodev --daemon --foreground --pidfile 
/run/mcelog.pid
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: mcelog/repos/community-i686/mcelog.service (from rev 108372, 
mcelog/trunk/mcelog.service)
===
--- community-i686/mcelog.service   (rev 0)
+++ community-i686/mcelog.service   2014-03-27 09:26:22 UTC (rev 108373)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Machine Check Exception Logging Daemon
+After=syslog.target
+
+[Service]
+PIDFile

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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:38
  Author: spupykin
Revision: 108375

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 09:26:25 UTC (rev 108374)
+++ community-i686/PKGBUILD 2014-03-27 09:26:38 UTC (rev 108375)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.9.0
-_rel=stable
-#_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('8cecbd7bbc0e5c814f0de716a070e7d3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 108374, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 09:26:38 UTC (rev 108375)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=6.2.0
+#_rel=stable
+_rel=devel
+pkgrel=1
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('f75c7104df47c7f77fb1880342ee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-27 09:26:25 UTC (rev 108374)
+++ community-x86_64/PKGBUILD   2014-03-27 09:26:38 UTC (rev 108375)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.9.0
-_rel=stable
-#_rel=devel
-pkgrel=1
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('8cecbd7bbc0e5c814f0de716a070e7d3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
-   --mandir=/usr/share/man \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 108374, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-27 09:26:38 UTC (rev 108375)
@@ -0,0 +1,37 @@
+# $Id$
+# 

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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:26:53
  Author: spupykin
Revision: 108377

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

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

--+
 /PKGBUILD|   56 +
 /sysprof.install |   24 +++
 community-i686/PKGBUILD  |   28 --
 community-i686/sysprof.install   |   12 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/sysprof.install |   12 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 09:26:42 UTC (rev 108376)
+++ community-i686/PKGBUILD 2014-03-27 09:26:53 UTC (rev 108377)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Previous Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Previous Contributor: aeolist aeol...@hotmail.com
-
-pkgname=sysprof
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system
-arch=('i686' 'x86_64')
-url=http://www.daimi.au.dk/~sandmann/sysprof/;
-license=(GPL)
-source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz)
-depends=('libglade' 'binutils')
-makedepends=('libglade' 'binutils' 'linux-headers')
-md5sums=('a81808d847732f8dafb59d26ec2eebbf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sysprof/repos/community-i686/PKGBUILD (from rev 108376, 
sysprof/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 09:26:53 UTC (rev 108377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Previous Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Previous Contributor: aeolist aeol...@hotmail.com
+
+pkgname=sysprof
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system
+arch=('i686' 'x86_64')
+url=http://www.daimi.au.dk/~sandmann/sysprof/;
+license=(GPL)
+source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz)
+depends=('libglade' 'binutils')
+makedepends=('libglade' 'binutils' 'linux-headers')
+md5sums=('a81808d847732f8dafb59d26ec2eebbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/usr/lib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/sysprof.install
===
--- community-i686/sysprof.install  2014-03-27 09:26:42 UTC (rev 108376)
+++ community-i686/sysprof.install  2014-03-27 09:26:53 UTC (rev 108377)
@@ -1,12 +0,0 @@
-post_install() {
-  depmod -a
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: sysprof/repos/community-i686/sysprof.install (from rev 108376, 
sysprof/trunk/sysprof.install)
===
--- community-i686/sysprof.install  (rev 0)
+++ community-i686/sysprof.install  2014-03-27 09:26:53 UTC (rev 108377)
@@ -0,0 +1,12 @@
+post_install() {
+  depmod -a
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-27 09:26:42 UTC (rev 108376)
+++ community-x86_64/PKGBUILD   2014-03-27 09:26:53 UTC (rev 108377)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Previous Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Previous Contributor: aeolist aeol...@hotmail.com
-
-pkgname=sysprof
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A sampling CPU profiler that uses a Linux kernel module to profile 
the entire system
-arch=('i686' 'x86_64')

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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 10:27:10
  Author: spupykin
Revision: 108379

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

Added:
  tea/repos/community-i686/PKGBUILD
(from rev 108378, tea/trunk/PKGBUILD)
  tea/repos/community-i686/tea.desktop
(from rev 108378, tea/trunk/tea.desktop)
  tea/repos/community-i686/tea.install
(from rev 108378, tea/trunk/tea.install)
  tea/repos/community-x86_64/PKGBUILD
(from rev 108378, tea/trunk/PKGBUILD)
  tea/repos/community-x86_64/tea.desktop
(from rev 108378, tea/trunk/tea.desktop)
  tea/repos/community-x86_64/tea.install
(from rev 108378, tea/trunk/tea.install)
Deleted:
  tea/repos/community-i686/PKGBUILD
  tea/repos/community-i686/tea.desktop
  tea/repos/community-i686/tea.install
  tea/repos/community-x86_64/PKGBUILD
  tea/repos/community-x86_64/tea.desktop
  tea/repos/community-x86_64/tea.install

--+
 /PKGBUILD|   68 +
 /tea.desktop |   20 
 /tea.install |8 
 community-i686/PKGBUILD  |   34 
 community-i686/tea.desktop   |   10 --
 community-i686/tea.install   |4 --
 community-x86_64/PKGBUILD|   34 
 community-x86_64/tea.desktop |   10 --
 community-x86_64/tea.install |4 --
 9 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 09:26:56 UTC (rev 108378)
+++ community-i686/PKGBUILD 2014-03-27 09:27:10 UTC (rev 108379)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Michal Kaliszka desm...@gmail.com
-# Contributor: Zsolt Varadi sysop_...@fibermail.hu
-
-pkgname=tea
-pkgver=37.1.0
-pkgrel=1
-pkgdesc=A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
-arch=('i686' 'x86_64')
-url=http://semiletov.org/tea/;
-license=('GPL')
-depends=('qt4' 'aspell' 'hunspell')
-install=tea.install
-source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
-tea.desktop)
-md5sums=('aa63bea9c741ba0201fbeb0da0eb9599'
- '377ace3363124f4c086de0babb820761')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
-  qmake-qt4 PREFIX=/usr/bin
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make INSTALL_ROOT=${pkgdir} install
-  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
-  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
-}

Copied: tea/repos/community-i686/PKGBUILD (from rev 108378, tea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 09:27:10 UTC (rev 108379)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Michal Kaliszka desm...@gmail.com
+# Contributor: Zsolt Varadi sysop_...@fibermail.hu
+
+pkgname=tea
+pkgver=37.2.0
+pkgrel=1
+pkgdesc=A Qt-based text editor for Linux and *BSD. With an ultimate small 
size TEA provides you hundreds of functions.
+arch=('i686' 'x86_64')
+url=http://semiletov.org/tea/;
+license=('GPL')
+depends=('qt4' 'aspell' 'hunspell')
+install=tea.install
+source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
+tea.desktop)
+md5sums=('810fbe3c85027cd42919fec8d1be8d2d'
+ '377ace3363124f4c086de0babb820761')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|i + j|(int)(i + j)|' textproc.cpp
+  qmake-qt4 PREFIX=/usr/bin
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make INSTALL_ROOT=${pkgdir} install
+  install -Dm644 ${srcdir}/tea.desktop 
${pkgdir}/usr/share/applications/tea.desktop
+  install -Dm644 icons/tea_icon_v2.png ${pkgdir}/usr/share/pixmaps/tea.png
+}

Deleted: community-i686/tea.desktop
===
--- community-i686/tea.desktop  2014-03-27 09:26:56 UTC (rev 108378)
+++ community-i686/tea.desktop  2014-03-27 09:27:10 UTC (rev 108379)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Tea
-Comment=A small programmer's QT editor
-Exec=tea %U
-Terminal=false
-Type=Application
-StartupNotify=true
-Icon=tea.png
-Categories=Application;Utility;TextEditor;

Copied: tea/repos/community-i686/tea.desktop (from rev 108378, 
tea/trunk/tea.desktop)
===
--- community-i686/tea.desktop  (rev 0)
+++ community-i686/tea.desktop  2014-03-27 09:27:10 UTC (rev 108379)

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

2014-03-27 Thread Михаил Страшун
Date: Thursday, March 27, 2014 @ 10:38:05
  Author: dicebot
Revision: 108380

upgpkg: lib32-libphobos 2.065.0-1

Update lib32-libphobos to match dmd version

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:27:10 UTC (rev 108379)
+++ PKGBUILD2014-03-27 09:38:05 UTC (rev 108380)
@@ -7,7 +7,7 @@
 
 pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
-pkgver=2.064.2
+pkgver=2.065.0
 pkgrel=1
 arch=('x86_64')
 groups=('dlang' 'dlang-dmd')
@@ -22,10 +22,10 @@
 
 build() {
 cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
 
 cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
 }
 
 package_lib32-libphobos-devel() {



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

2014-03-27 Thread Михаил Страшун
Date: Thursday, March 27, 2014 @ 10:38:12
  Author: dicebot
Revision: 108381

archrelease: copy trunk to community-x86_64

Added:
  lib32-libphobos/repos/community-x86_64/
  lib32-libphobos/repos/community-x86_64/PKGBUILD
(from rev 108380, lib32-libphobos/trunk/PKGBUILD)

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

Copied: lib32-libphobos/repos/community-x86_64/PKGBUILD (from rev 108380, 
lib32-libphobos/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-27 09:38:12 UTC (rev 108381)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.065.0
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:44:52
  Author: bpiotrowski
Revision: 208803

upgpkg: guile 2.0.11-1

new upstream release

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:14:42 UTC (rev 208802)
+++ PKGBUILD2014-03-27 09:44:52 UTC (rev 208803)
@@ -25,4 +25,5 @@
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
 }



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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:45:06
  Author: bpiotrowski
Revision: 208804

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

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

+
 /PKGBUILD  |   58 +
 /guile.install |   60 +++
 extra-i686/PKGBUILD|   28 
 extra-i686/guile.install   |   30 -
 extra-x86_64/PKGBUILD  |   28 
 extra-x86_64/guile.install |   30 -
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-27 09:44:52 UTC (rev 208803)
+++ extra-i686/PKGBUILD 2014-03-27 09:45:06 UTC (rev 208804)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=guile
-pkgver=2.0.11
-pkgrel=1
-pkgdesc='Portable, embeddable Scheme implementation written in C'
-url='http://www.gnu.org/software/guile/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
-install=guile.install
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e532c68c6f17822561e3001136635ddd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static  \
---disable-error-on-warning
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: guile/repos/extra-i686/PKGBUILD (from rev 208803, guile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-27 09:45:06 UTC (rev 208804)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=guile
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='Portable, embeddable Scheme implementation written in C'
+url='http://www.gnu.org/software/guile/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gmp' 'libltdl' 'ncurses' 'texinfo' 'libunistring' 'gc' 'libffi')
+install=guile.install
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e532c68c6f17822561e3001136635ddd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static  \
+--disable-error-on-warning
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libguile-2.0.so.22.7.2-gdb.scm
+}

Deleted: extra-i686/guile.install
===
--- extra-i686/guile.install2014-03-27 09:44:52 UTC (rev 208803)
+++ extra-i686/guile.install2014-03-27 09:45:06 UTC (rev 208804)
@@ -1,30 +0,0 @@
-infodir=/usr/share/info
-files=(goops.info
-   guile-tut.info
-   guile.info
-   guile.info-1
-   guile.info-2
-   guile.info-3
-   guile.info-4
-   guile.info-5
-   guile.info-6
-   guile.info-7
-   r5rs.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: guile/repos/extra-i686/guile.install (from rev 208803, 
guile/trunk/guile.install)
===
--- extra-i686/guile.install(rev 0)
+++ extra-i686/guile.install2014-03-27 09:45:06 UTC (rev 208804)
@@ -0,0 +1,30 @@
+infodir=/usr/share/info
+files=(goops.info
+   guile-tut.info
+   guile.info
+   guile.info-1
+   guile.info-2
+   guile.info-3
+   guile.info-4
+   guile.info-5
+   guile.info-6
+   guile.info-7
+   r5rs.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[@]}; 

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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:47:40
  Author: bpiotrowski
Revision: 208805

upgpkg: x264 1:142.20140311-1

use a saner versioning scheme

Modified:
  x264/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:45:06 UTC (rev 208804)
+++ PKGBUILD2014-03-27 09:47:40 UTC (rev 208805)
@@ -5,8 +5,9 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=x264
-pkgver=20140311
+pkgver=142.20140311
 pkgrel=1
+epoch=1
 pkgdesc='Library for encoding H264/AVC video streams'
 arch=('i686' 'x86_64')
 url='http://www.videolan.org/developers/x264.html'
@@ -18,7 +19,10 @@
 
 pkgver() {
   cd $pkgname
-  git log -1 --format=%cd --date=short | tr -d -
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
 }
 
 build() {



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

2014-03-27 Thread Bartłomiej Piotrowski
Date: Thursday, March 27, 2014 @ 10:47:49
  Author: bpiotrowski
Revision: 208806

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

Added:
  x264/repos/testing-i686/PKGBUILD
(from rev 208805, x264/trunk/PKGBUILD)
  x264/repos/testing-x86_64/PKGBUILD
(from rev 208805, x264/trunk/PKGBUILD)
Deleted:
  x264/repos/testing-i686/PKGBUILD
  x264/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   80 ++
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 3 files changed, 80 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-27 09:47:40 UTC (rev 208805)
+++ testing-i686/PKGBUILD   2014-03-27 09:47:49 UTC (rev 208806)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=x264
-pkgver=20140311
-pkgrel=1
-pkgdesc='Library for encoding H264/AVC video streams'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=aff928d2)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format=%cd --date=short | tr -d -
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr \
---enable-shared \
---enable-pic
-
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}

Copied: x264/repos/testing-i686/PKGBUILD (from rev 208805, x264/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-27 09:47:49 UTC (rev 208806)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=142.20140311
+pkgrel=1
+epoch=1
+pkgdesc='Library for encoding H264/AVC video streams'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=aff928d2)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+--enable-shared \
+--enable-pic
+
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-03-27 09:47:40 UTC (rev 208805)
+++ testing-x86_64/PKGBUILD 2014-03-27 09:47:49 UTC (rev 208806)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=x264
-pkgver=20140311
-pkgrel=1
-pkgdesc='Library for encoding H264/AVC video streams'
-arch=('i686' 'x86_64')
-url='http://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git')
-source=(git://git.videolan.org/x264.git#commit=aff928d2)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git log -1 --format=%cd --date=short | tr -d -
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr \
---enable-shared \
---enable-pic
-
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR=$pkgdir install
-}

Copied: x264/repos/testing-x86_64/PKGBUILD (from rev 208805, 
x264/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-27 09:47:49 UTC (rev 208806)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=x264
+pkgver=142.20140311
+pkgrel=1
+epoch=1
+pkgdesc='Library for encoding H264/AVC video streams'
+arch=('i686' 'x86_64')
+url='http://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=(git://git.videolan.org/x264.git#commit=aff928d2)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format=%cd --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+build() {
+  cd $pkgname
+
+  

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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 11:28:25
  Author: arodseth
Revision: 108382

Updated the description only

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 09:38:12 UTC (rev 108381)
+++ PKGBUILD2014-03-27 10:28:25 UTC (rev 108382)
@@ -3,8 +3,8 @@
 
 pkgname=setconf
 pkgver=0.6.2
-pkgrel=2
-pkgdesc='Utility to easily change settings in configuration files'
+pkgrel=3
+pkgdesc='Utility for easily changing settings in configuration files'
 arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')



[arch-commits] Commit in (7 files)

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 11:49:21
  Author: arodseth
Revision: 108383

New dep for haskell-quickcheck

Added:
  haskell-tf-random/
  haskell-tf-random/repos/
  haskell-tf-random/repos/community-i686/
  haskell-tf-random/repos/community-x86_64/
  haskell-tf-random/trunk/
  haskell-tf-random/trunk/PKGBUILD
  haskell-tf-random/trunk/haskell-tf-random.install

---+
 PKGBUILD  |   46 
 haskell-tf-random.install |   35 +
 2 files changed, 81 insertions(+)

Added: haskell-tf-random/trunk/PKGBUILD
===
--- haskell-tf-random/trunk/PKGBUILD(rev 0)
+++ haskell-tf-random/trunk/PKGBUILD2014-03-27 10:49:21 UTC (rev 108383)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.4
+pkgrel=1
+pkgdesc='High-quality splittable pseudorandom number generator'
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-random' 'haskell-primitive')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('95de4ea1d30cb42d69b39b6ba8099bbf')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: haskell-tf-random/trunk/haskell-tf-random.install
===
--- haskell-tf-random/trunk/haskell-tf-random.install   
(rev 0)
+++ haskell-tf-random/trunk/haskell-tf-random.install   2014-03-27 10:49:21 UTC 
(rev 108383)
@@ -0,0 +1,35 @@
+pkgname=haskell-tf-random
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}



[arch-commits] Commit in haskell-tf-random/repos (4 files)

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 12:29:02
  Author: arodseth
Revision: 108385

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

Added:
  haskell-tf-random/repos/community-i686/PKGBUILD
(from rev 108384, haskell-tf-random/trunk/PKGBUILD)
  haskell-tf-random/repos/community-i686/haskell-tf-random.install
(from rev 108384, haskell-tf-random/trunk/haskell-tf-random.install)
  haskell-tf-random/repos/community-x86_64/PKGBUILD
(from rev 108384, haskell-tf-random/trunk/PKGBUILD)
  haskell-tf-random/repos/community-x86_64/haskell-tf-random.install
(from rev 108384, haskell-tf-random/trunk/haskell-tf-random.install)

+
 community-i686/PKGBUILD|   49 +++
 community-i686/haskell-tf-random.install   |   35 +++
 community-x86_64/PKGBUILD  |   49 +++
 community-x86_64/haskell-tf-random.install |   35 +++
 4 files changed, 168 insertions(+)

Copied: haskell-tf-random/repos/community-i686/PKGBUILD (from rev 108384, 
haskell-tf-random/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 11:29:02 UTC (rev 108385)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.4
+pkgrel=1
+pkgdesc='High-quality splittable pseudorandom number generator'
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-random' 'haskell-primitive')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('95de4ea1d30cb42d69b39b6ba8099bbf')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+
+  # Fails, with 'Setup: dist/doc/html/tf-random/haddock-prolog1890.txt: 
invalid argument'
+  #runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  #ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: haskell-tf-random/repos/community-i686/haskell-tf-random.install (from 
rev 108384, haskell-tf-random/trunk/haskell-tf-random.install)
===
--- community-i686/haskell-tf-random.install(rev 0)
+++ community-i686/haskell-tf-random.install2014-03-27 11:29:02 UTC (rev 
108385)
@@ -0,0 +1,35 @@
+pkgname=haskell-tf-random
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-tf-random/repos/community-x86_64/PKGBUILD (from rev 108384, 
haskell-tf-random/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-27 11:29:02 UTC (rev 108385)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+_hkgname=tf-random
+pkgname=haskell-tf-random
+pkgver=0.4
+pkgrel=1
+pkgdesc='High-quality splittable pseudorandom number generator'
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-random' 'haskell-primitive')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=$pkgname.install
+options=('staticlibs')
+md5sums=('95de4ea1d30cb42d69b39b6ba8099bbf')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+

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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 12:28:54
  Author: arodseth
Revision: 108384

upgpkg: haskell-tf-random 0.4-1

Modified:
  haskell-tf-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 10:49:21 UTC (rev 108383)
+++ PKGBUILD2014-03-27 11:28:54 UTC (rev 108384)
@@ -25,7 +25,10 @@
 --docdir=/usr/share/doc/${pkgname} \
 --libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
-  runhaskell Setup haddock
+
+  # Fails, with 'Setup: dist/doc/html/tf-random/haddock-prolog1890.txt: 
invalid argument'
+  #runhaskell Setup haddock
+
   runhaskell Setup register   --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
@@ -37,7 +40,7 @@
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
   install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
   install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  #ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
   runhaskell Setup copy --destdir=${pkgdir}
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 12:48:11
  Author: spupykin
Revision: 108386

upgpkg: gmic 1.5.8.5-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 11:29:02 UTC (rev 108385)
+++ PKGBUILD2014-03-27 11:48:11 UTC (rev 108386)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.4
+pkgver=1.5.8.5
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('103ffe6606981c5d0bedaffd0f466bc2')
+md5sums=('6bfa5cf4fff73d892578079b76fcba62')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 12:48:26
  Author: spupykin
Revision: 108387

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 108386, gmic/trunk/PKGBUILD)
  gmic/repos/community-i686/opencv-buildfix.patch
(from rev 108386, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 108386, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/opencv-buildfix.patch
(from rev 108386, gmic/trunk/opencv-buildfix.patch)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-i686/opencv-buildfix.patch
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/opencv-buildfix.patch

+
 /PKGBUILD  |  120 +++
 /opencv-buildfix.patch |   22 +
 community-i686/PKGBUILD|   60 ---
 community-i686/opencv-buildfix.patch   |   11 --
 community-x86_64/PKGBUILD  |   60 ---
 community-x86_64/opencv-buildfix.patch |   11 --
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 11:48:11 UTC (rev 108386)
+++ community-i686/PKGBUILD 2014-03-27 11:48:26 UTC (rev 108387)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.8.4
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('103ffe6606981c5d0bedaffd0f466bc2')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 108386, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 11:48:26 UTC (rev 108387)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.8.5
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('6bfa5cf4fff73d892578079b76fcba62')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC 

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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 13:31:34
  Author: arodseth
Revision: 108389

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

Added:
  
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
(from rev 108388, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
  haskell-quickcheck/repos/community-i686/PKGBUILD
(from rev 108388, haskell-quickcheck/trunk/PKGBUILD)
  haskell-quickcheck/repos/community-i686/haskell-quickcheck.install
(from rev 108388, haskell-quickcheck/trunk/haskell-quickcheck.install)
  
haskell-quickcheck/repos/community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
(from rev 108388, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
  haskell-quickcheck/repos/community-x86_64/PKGBUILD
(from rev 108388, haskell-quickcheck/trunk/PKGBUILD)
  haskell-quickcheck/repos/community-x86_64/haskell-quickcheck.install
(from rev 108388, haskell-quickcheck/trunk/haskell-quickcheck.install)
Deleted:
  
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
  haskell-quickcheck/repos/community-i686/PKGBUILD
  haskell-quickcheck/repos/community-i686/haskell-quickcheck.install
  
haskell-quickcheck/repos/community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
  haskell-quickcheck/repos/community-x86_64/PKGBUILD
  haskell-quickcheck/repos/community-x86_64/haskell-quickcheck.install

--+
 /0001-update-code-to-support-extensible-exceptions-no-long.patch   
  |  100 ++
 /PKGBUILD  
  |  100 ++
 /haskell-quickcheck.install
  |   36 +++
 community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch 
  |   50 -
 community-i686/PKGBUILD
  |   50 -
 community-i686/haskell-quickcheck.install  
  |   18 -
 
community-x86_64/0001-update-code-to-support-extensible-exceptions-no-long.patch
 |   50 -
 community-x86_64/PKGBUILD  
  |   50 -
 community-x86_64/haskell-quickcheck.install
  |   18 -
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
===
--- 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch  
2014-03-27 12:31:22 UTC (rev 108388)
+++ 
community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch  
2014-03-27 12:31:34 UTC (rev 108389)
@@ -1,50 +0,0 @@
-From 554b8dc1439b4dbb5bc9a853fc27efe7b1e111de Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Tue, 11 Sep 2012 03:59:50 -0700
-Subject: [PATCH] update code to support extensible exceptions no longer being
- a part of ghc = 7.6.1
-

- QuickCheck.cabal | 6 +-
- Test/QuickCheck/Exception.hs | 6 ++
- 2 files changed, 11 insertions(+), 1 deletion(-)
-
-diff --git a/QuickCheck.cabal b/QuickCheck.cabal
-index 1a9126e..5afd6fb 100644
 a/QuickCheck.cabal
-+++ b/QuickCheck.cabal
-@@ -60,9 +60,13 @@ library
-   Build-depends: ghc
- 
-   -- We want to use extensible-exceptions even if linking against base-3.
--  if impl(ghc = 6.9)
-+  if impl(ghc = 6.9)  impl(ghc  7.6)
- Build-depends: extensible-exceptions
- 
-+  -- GHC = 7.6.1 no longer provides extensible exceptions
-+  if impl(ghc = 7.6)
-+cpp-options: -DNEW_EXCEPTIONS
-+
-   -- Modules that are always built.
-   Exposed-Modules:
- Test.QuickCheck,
-diff --git a/Test/QuickCheck/Exception.hs b/Test/QuickCheck/Exception.hs
-index f895351..d463195 100644
 a/Test/QuickCheck/Exception.hs
-+++ b/Test/QuickCheck/Exception.hs
-@@ -18,6 +18,12 @@ module Test.QuickCheck.Exception where
- 
- #if defined(OLD_EXCEPTIONS)
- import Control.Exception(evaluate, try, Exception(..), throw)
-+#elif defined(NEW_EXCEPTIONS)
-+import Control.Exception(evaluate, try, SomeException(SomeException), 
ErrorCall(..), throw
-+#if defined(GHC_INTERRUPT)
-+  , AsyncException(UserInterrupt)
-+#endif
-+  )
- #else
- import Control.Exception.Extensible(evaluate, try, 
SomeException(SomeException), ErrorCall(..), throw
- #if defined(GHC_INTERRUPT)
--- 
-1.7.12
-

Copied: 
haskell-quickcheck/repos/community-i686/0001-update-code-to-support-extensible-exceptions-no-long.patch
 (from rev 108388, 
haskell-quickcheck/trunk/0001-update-code-to-support-extensible-exceptions-no-long.patch)
===
--- 

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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 13:31:22
  Author: arodseth
Revision: 108388

upgpkg: haskell-quickcheck 2.7.3-1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 11:48:26 UTC (rev 108387)
+++ PKGBUILD2014-03-27 12:31:22 UTC (rev 108388)
@@ -11,7 +11,7 @@
 url='http://hackage.haskell.org/package/QuickCheck'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-random' 'tf-random')
+depends=('ghc' 'haskell-random' 'haskell-tf-random')
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
 install=$pkgname.install
 options=('staticlibs')



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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 13:57:29
  Author: arodseth
Revision: 108390

upgpkg: scite 3.4.0-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 12:31:34 UTC (rev 108389)
+++ PKGBUILD2014-03-27 12:57:29 UTC (rev 108390)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.3.9
+pkgver=3.4.0
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
+sha256sums=('6e247543e08840c6103b50308bb394892525194bffcd98b673e4c7f6d03ba1a4')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 
@@ -37,14 +37,12 @@
 }
 
 package() {
-  cd $pkgname/gtk
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname/License.txt \
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 $srcdir/scintilla/License.txt \
+  install -Dm644 scintilla/License.txt \
 $pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf SciTE $pkgdir/usr/bin/scite
+  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 13:57:37
  Author: arodseth
Revision: 108391

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   50 
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   50 
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 12:57:29 UTC (rev 108390)
+++ community-i686/PKGBUILD 2014-03-27 12:57:37 UTC (rev 108391)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.3.9
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  cd $pkgname/gtk
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/$pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 $srcdir/scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 108390, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 12:57:37 UTC (rev 108391)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('6e247543e08840c6103b50308bb394892525194bffcd98b673e4c7f6d03ba1a4')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+

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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 14:24:16
  Author: arodseth
Revision: 108392

upgpkg: volumeicon 0.5.0-2

Modified:
  volumeicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 12:57:37 UTC (rev 108391)
+++ PKGBUILD2014-03-27 13:24:16 UTC (rev 108392)
@@ -8,7 +8,7 @@
 
 pkgname=volumeicon
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Volume control for your system tray'
 arch=('x86_64' 'i686')
 url='http://softwarebakery.com/maato/volumeicon.html'
@@ -18,11 +18,17 @@
 
source=(http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz;)
 sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  sed -i 's/0.23/0.50.2/' configure.ac
-  autoconf
   ./configure \
 --prefix=/usr \
 --enable-notify
@@ -30,9 +36,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-03-27 Thread Alexander Rødseth
Date: Thursday, March 27, 2014 @ 14:24:26
  Author: arodseth
Revision: 108393

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   34 -
 community-x86_64/PKGBUILD |   34 -
 3 files changed, 84 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 13:24:16 UTC (rev 108392)
+++ community-i686/PKGBUILD 2014-03-27 13:24:26 UTC (rev 108393)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Maato maato softwarebakery com
-
-pkgname=volumeicon
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Volume control for your system tray'
-arch=('x86_64' 'i686')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib' 'libnotify')
-makedepends=('intltool')
-source=(http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/0.23/0.50.2/' configure.ac
-  autoconf
-  ./configure \
---prefix=/usr \
---enable-notify
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-i686/PKGBUILD (from rev 108392, 
volumeicon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 13:24:26 UTC (rev 108393)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Maato maato softwarebakery com
+
+# TODO: Consider adding an install-time message about
+#   removing ~/.config/volumeicon/volumeicon if there are
+#   problems running volumeicon. Ref FS#34239
+
+pkgname=volumeicon
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Volume control for your system tray'
+arch=('x86_64' 'i686')
+url='http://softwarebakery.com/maato/volumeicon.html'
+license=('GPL3')
+depends=('gtk3' 'alsa-lib' 'libnotify')
+makedepends=('intltool')
+source=(http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  aclocal
+  autoconf
+  automake --add-missing
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-notify
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-27 13:24:16 UTC (rev 108392)
+++ community-x86_64/PKGBUILD   2014-03-27 13:24:26 UTC (rev 108393)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Maato maato softwarebakery com
-
-pkgname=volumeicon
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Volume control for your system tray'
-arch=('x86_64' 'i686')
-url='http://softwarebakery.com/maato/volumeicon.html'
-license=('GPL3')
-depends=('gtk3' 'alsa-lib' 'libnotify')
-makedepends=('intltool')
-source=(http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's/0.23/0.50.2/' configure.ac
-  autoconf
-  ./configure \
---prefix=/usr \
---enable-notify
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: volumeicon/repos/community-x86_64/PKGBUILD (from rev 108392, 
volumeicon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-27 13:24:26 UTC (rev 108393)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Maato maato softwarebakery com
+
+# TODO: Consider adding an install-time message about
+#   removing ~/.config/volumeicon/volumeicon if there are
+#   problems running volumeicon. Ref FS#34239
+
+pkgname=volumeicon
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Volume control for your system tray'
+arch=('x86_64' 'i686')
+url='http://softwarebakery.com/maato/volumeicon.html'
+license=('GPL3')
+depends=('gtk3' 'alsa-lib' 'libnotify')
+makedepends=('intltool')

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

2014-03-27 Thread Felix Yan
Date: Thursday, March 27, 2014 @ 17:08:53
  Author: fyan
Revision: 208871

upgpkg: nvidia-utils 334.21-7

- add nvidia-modprobe as a workaround for FS#39203
- move the binary from nvidia/nvidia-lts to fix FS#39636

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 14:55:06 UTC (rev 208870)
+++ PKGBUILD2014-03-27 16:08:53 UTC (rev 208871)
@@ -4,7 +4,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
 pkgver=334.21
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
 license=('custom')
@@ -148,6 +148,10 @@
 install -D -m755 nvidia-cuda-mps-server 
${pkgdir}/usr/bin/nvidia-cuda-mps-server
 install -D -m644 nvidia-cuda-mps-control.1.gz 
${pkgdir}/usr/share/man/man1/nvidia-cuda-mps-control.1.gz
 
+# nvidia-modprobe
+# This should be removed if nvidia fixed their uvm module!
+install -D -m4755 nvidia-modprobe ${pkgdir}/usr/bin/nvidia-modprobe
+
 # application profiles
 install -D -m644 nvidia-application-profiles-${pkgver}-rc 
${pkgdir}/usr/share/nvidia/nvidia-application-profiles-${pkgver}-rc
 install -D -m644 nvidia-application-profiles-${pkgver}-key-documentation 
${pkgdir}/usr/share/nvidia/nvidia-application-profiles-${pkgver}-key-documentation



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

2014-03-27 Thread Felix Yan
Date: Thursday, March 27, 2014 @ 17:10:05
  Author: fyan
Revision: 208872

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

Added:
  nvidia-utils/repos/testing-i686/
  nvidia-utils/repos/testing-i686/PKGBUILD
(from rev 208871, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 208871, nvidia-utils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  166 ++
 testing-x86_64/PKGBUILD |  166 ++
 2 files changed, 332 insertions(+)

Copied: nvidia-utils/repos/testing-i686/PKGBUILD (from rev 208871, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-27 16:10:05 UTC (rev 208872)
@@ -0,0 +1,166 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia')
+pkgver=334.21
+pkgrel=7
+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=('6a20159c173367f58e804c38f945000ffc153d99'
+  '68c99c3f5f727a9b61a920dc9ac63f67658212e1')
+
+[[ $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)
+}
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package_opencl-nvidia() {
+pkgdesc=OpenCL implemention for NVIDIA
+depends=('libcl' 'zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+cd ${srcdir}/${_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 ${srcdir}/${_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')
+cd ${srcdir}/${_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
+
+# 

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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 19:03:19
  Author: spupykin
Revision: 108522

upgpkg: pitivi 0.93-3

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 15:03:40 UTC (rev 108521)
+++ PKGBUILD2014-03-27 18:03:19 UTC (rev 108522)
@@ -5,13 +5,13 @@
 
 pkgname=pitivi
 pkgver=0.93
-pkgrel=2
+pkgrel=3
 pkgdesc=Editor for audio/video projects using the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://www.pitivi.org/;
 license=('LGPL')
 depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 
'gst-python'
- 'libnotify' 'python2-gobject' 'python2-gobject2' 'python2-numpy' 
'python2-xdg'
+ 'libnotify' 'python2-gobject' 'python2-numpy'
  'gnome-icon-theme' 'desktop-file-utils' 'clutter-gst')
 makedepends=('intltool' 'itstool')
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'



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

2014-03-27 Thread Sergej Pupykin
Date: Thursday, March 27, 2014 @ 19:03:37
  Author: spupykin
Revision: 108523

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

Added:
  pitivi/repos/community-i686/ChangeLog
(from rev 108522, pitivi/trunk/ChangeLog)
  pitivi/repos/community-i686/PKGBUILD
(from rev 108522, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-i686/pitivi.install
(from rev 108522, pitivi/trunk/pitivi.install)
  pitivi/repos/community-x86_64/ChangeLog
(from rev 108522, pitivi/trunk/ChangeLog)
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 108522, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-x86_64/pitivi.install
(from rev 108522, pitivi/trunk/pitivi.install)
Deleted:
  pitivi/repos/community-i686/ChangeLog
  pitivi/repos/community-i686/PKGBUILD
  pitivi/repos/community-i686/pitivi.install
  pitivi/repos/community-x86_64/ChangeLog
  pitivi/repos/community-x86_64/PKGBUILD
  pitivi/repos/community-x86_64/pitivi.install

-+
 /ChangeLog  |   82 ++
 /PKGBUILD   |   72 +
 /pitivi.install |   26 
 community-i686/ChangeLog|   41 ---
 community-i686/PKGBUILD |   36 
 community-i686/pitivi.install   |   13 --
 community-x86_64/ChangeLog  |   41 ---
 community-x86_64/PKGBUILD   |   36 
 community-x86_64/pitivi.install |   13 --
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-03-27 18:03:19 UTC (rev 108522)
+++ community-i686/ChangeLog2014-03-27 18:03:37 UTC (rev 108523)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta abh...@gmail.com Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta abh...@gmail.com Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by as in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta abh...@gmail.com Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta abh...@gmail.com Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta abh...@gmail.com Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta abh...@gmail.com Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/ChangeLog (from rev 108522, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-03-27 18:03:37 UTC (rev 108523)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta abh...@gmail.com Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta abh...@gmail.com Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by as in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta abh...@gmail.com Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta abh...@gmail.com Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 26 Oct 2008 14:08:06 +0530

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 18:03:19 UTC (rev 108522)
+++ community-i686/PKGBUILD 2014-03-27 18:03:37 UTC (rev 108523)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Gabor Nyekhelyi (n0gabor) n0ga...@vipmail.hu
-
-pkgname=pitivi
-pkgver=0.93
-pkgrel=2
-pkgdesc=Editor for audio/video projects using the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://www.pitivi.org/;
-license=('LGPL')
-depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 
'gst-python'
- 'libnotify' 'python2-gobject' 

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

2014-03-27 Thread Anatol Pomozov
Date: Thursday, March 27, 2014 @ 19:39:50
  Author: anatolik
Revision: 108524

upgpkg: tup 0.7.2-1

./build.sh that we were using does not enable all tup features (e.g. inotify 
monitor).
Use 'tup generate' that will do the same as 'tup upd' but with without using 
fuse.

Modified:
  tup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 18:03:37 UTC (rev 108523)
+++ PKGBUILD2014-03-27 18:39:50 UTC (rev 108524)
@@ -4,7 +4,7 @@
 # Contributor: Patrick McCarty pnorcks at gmail dot com
 
 pkgname=tup
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(i686 x86_64)
@@ -13,18 +13,23 @@
 depends=(fuse)
 install=tup.install
 source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
+sha256sums=('983edc872d9764037ac5591e9a89fb7273ee05b650d562a52626c1096e5288dc')
 
-build() {
+prepare() {
   cd tup-$pkgver
-  # We can't run tup itself here as it requires fuse, but fuse is not available
-  # in clean chroot environment. Use bootstrapped version of tup.
-  TUP_LABEL=$pkgver ./build.sh
+
+  sed s/\`git describe\`/$pkgver/ -i Tupfile
+  echo CFLAGS += $CFLAGS  Tuprules.tup
+  echo LDFLAGS += $LDFLAGS  Tuprules.tup
 }
 
-check() {
-  cd tup-$pkgver/test
-  #./test.sh
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
 }
 
 package() {
@@ -31,7 +36,7 @@
   cd tup-$pkgver
 
   install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t $pkgdir/usr/bin build/tup
+  install -m755 -t $pkgdir/usr/bin tup
   install -m644 -t $pkgdir/usr/share/man/man1 tup.1
   install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
   echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim



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

2014-03-27 Thread Anatol Pomozov
Date: Thursday, March 27, 2014 @ 19:40:37
  Author: anatolik
Revision: 108525

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

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

--+
 /PKGBUILD|   86 +
 /tup.install |   60 
 community-i686/PKGBUILD  |   38 --
 community-i686/tup.install   |   30 --
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/tup.install |   30 --
 6 files changed, 146 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 18:39:50 UTC (rev 108524)
+++ community-i686/PKGBUILD 2014-03-27 18:40:37 UTC (rev 108525)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
-# Contributor: Patrick McCarty pnorcks at gmail dot com
-
-pkgname=tup
-pkgver=0.7.1
-pkgrel=1
-pkgdesc='A fast, file-based build system'
-arch=(i686 x86_64)
-url='http://gittup.org/tup/index.html'
-license=(GPL2)
-depends=(fuse)
-install=tup.install
-source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
-sha256sums=('9c9107bc1ea2ee18fdd706fd870deec155c45655b1199492d1a14ccbc498a918')
-
-build() {
-  cd tup-$pkgver
-  # We can't run tup itself here as it requires fuse, but fuse is not available
-  # in clean chroot environment. Use bootstrapped version of tup.
-  TUP_LABEL=$pkgver ./build.sh
-}
-
-check() {
-  cd tup-$pkgver/test
-  #./test.sh
-}
-
-package() {
-  cd tup-$pkgver
-
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
-  install -m755 -t $pkgdir/usr/bin build/tup
-  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
-  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
-  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
-}

Copied: tup/repos/community-i686/PKGBUILD (from rev 108524, tup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 18:40:37 UTC (rev 108525)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Arvid Norlander anmaster A_T tele2 d_o_t (ccTLD for Sweden, 
which is se)
+# Contributor: Patrick McCarty pnorcks at gmail dot com
+
+pkgname=tup
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='A fast, file-based build system'
+arch=(i686 x86_64)
+url='http://gittup.org/tup/index.html'
+license=(GPL2)
+depends=(fuse)
+install=tup.install
+source=(https://github.com/gittup/tup/archive/v$pkgver.zip)
+sha256sums=('983edc872d9764037ac5591e9a89fb7273ee05b650d562a52626c1096e5288dc')
+
+prepare() {
+  cd tup-$pkgver
+
+  sed s/\`git describe\`/$pkgver/ -i Tupfile
+  echo CFLAGS += $CFLAGS  Tuprules.tup
+  echo LDFLAGS += $LDFLAGS  Tuprules.tup
+}
+
+build() {
+  cd tup-$pkgver
+
+  # Clean environment does not allow to use fuse so ./bootstrap does not work
+  ./build.sh
+  ./build/tup generate runme.sh
+  ./runme.sh
+}
+
+package() {
+  cd tup-$pkgver
+
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/man/man1 
$pkgdir/usr/share/vim/vimfiles/{syntax,ftdetect}
+  install -m755 -t $pkgdir/usr/bin tup
+  install -m644 -t $pkgdir/usr/share/man/man1 tup.1
+  install -m644 -t $pkgdir/usr/share/vim/vimfiles/syntax 
contrib/syntax/tup.vim
+  echo 'au BufNewFile,BufRead Tupfile,*.tup setf tup'  
$pkgdir/usr/share/vim/vimfiles/ftdetect/tup.vim
+}

Deleted: community-i686/tup.install
===
--- community-i686/tup.install  2014-03-27 18:39:50 UTC (rev 108524)
+++ community-i686/tup.install  2014-03-27 18:40:37 UTC (rev 108525)
@@ -1,30 +0,0 @@
-suid_set=tmp/tup.upgrade.suid_set
-binary=/usr/bin/tup
-
-suid_msg() {
-  if [ -f $suid_set ]; then
-echo $binary has suid bit set. It allows you to run commands in chroot-ed 
environment (e.g. for full dependency tracking).
-echo See 'man tup' for more information.
-  else
-echo If you want to be able to run commands in chroot-ed environment 
(e.g. for full dependency tracking) \
- you need to set suid bit on tup binary: 'sudo chmod +s $binary'.
-echo See 'man tup' for more information.
-  fi
-}
-

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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 20:41:15
  Author: andyrtr
Revision: 208873

upgpkg: tzdata 2014b-1

upstream update 2014b

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 16:10:05 UTC (rev 208872)
+++ PKGBUILD2014-03-27 19:41:15 UTC (rev 208873)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2014a
+pkgver=2014b
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha1sums=('462a812a091aba176f7a76bf26d3c1e5b3955157'
+sha1sums=('e35461362701c5f55a98c72bf0822dd0b47f2076'
   'SKIP')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'



[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 20:41:29
  Author: andyrtr
Revision: 208874

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 208873, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 208873, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-27 19:41:29 UTC (rev 208874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2014b
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
+sha1sums=('e35461362701c5f55a98c72bf0822dd0b47f2076'
+  'SKIP')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 20:59:20
  Author: andyrtr
Revision: 208875

upgpkg: sqlite 3.8.4.2-1

upstream update 3.8.4.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 19:41:29 UTC (rev 208874)
+++ PKGBUILD2014-03-27 19:59:20 UTC (rev 208875)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080401
+_amalgamationver=3080402
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.4.1
+pkgver=3.8.4.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c'
-  '11c635048ad6378e86e704246c3c2d64568ce09d'
+sha1sums=('97d727b46ca67c98eb7a0fa3f57a1cfeb7f08f74'
+  '3f615f9fa81b737e652b06eddef8307235d84f2c'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 20:59:45
  Author: andyrtr
Revision: 208876

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 208875, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 208875, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 208875, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 208875, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  192 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   96 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   96 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-27 19:59:20 UTC (rev 208875)
+++ extra-i686/PKGBUILD 2014-03-27 19:59:45 UTC (rev 208876)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080401
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.4.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2014/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!emptydirs')
-sha1sums=('f8a77b74bd2632eb14cea62cd8b92c45026e248c'
-  '11c635048ad6378e86e704246c3c2d64568ce09d'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 208875, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-27 19:59:45 UTC (rev 208876)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

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

2014-03-27 Thread Jonathan Steel
Date: Thursday, March 27, 2014 @ 21:01:50
  Author: jsteel
Revision: 108526

upgpkg: mednafen 0.9.33.2-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 18:40:37 UTC (rev 108525)
+++ PKGBUILD2014-03-27 20:01:50 UTC (rev 108526)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen mais...@archlinux.us
 
 pkgname=mednafen
-pkgver=0.9.33.1
+pkgver=0.9.33.2
 pkgrel=1
 pkgdesc=A command-line multi-system gaming emulator
 url=http://mednafen.sourceforge.net;
@@ -18,7 +18,7 @@
 replaces=('mednafen-wip')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e67483927baa71fe77c441c42216daa')
+md5sums=('5ad015c5cbbefbf6b52fd6b972809b6a')
 
 build() {
   cd $srcdir/$pkgname



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

2014-03-27 Thread Jonathan Steel
Date: Thursday, March 27, 2014 @ 21:02:12
  Author: jsteel
Revision: 108527

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

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

---+
 /PKGBUILD |   70 
 /mednafen.install |   12 ++
 community-i686/PKGBUILD   |   35 --
 community-i686/mednafen.install   |6 ---
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/mednafen.install |6 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 20:01:50 UTC (rev 108526)
+++ community-i686/PKGBUILD 2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver megadriver at gmx dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: kagan juany...@mi.madritel.es
-# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
-
-pkgname=mednafen
-pkgver=0.9.33.1
-pkgrel=1
-pkgdesc=A command-line multi-system gaming emulator
-url=http://mednafen.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e67483927baa71fe77c441c42216daa')
-
-build() {
-  cd $srcdir/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 108526, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: megadriver megadriver at gmx dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: kagan juany...@mi.madritel.es
+# Contributor: Hans-Kristian Arntzen mais...@archlinux.us
+
+pkgname=mednafen
+pkgver=0.9.33.2
+pkgrel=1
+pkgdesc=A command-line multi-system gaming emulator
+url=http://mednafen.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('5ad015c5cbbefbf6b52fd6b972809b6a')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/mednafen.install
===
--- community-i686/mednafen.install 2014-03-27 20:01:50 UTC (rev 108526)
+++ community-i686/mednafen.install 2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if  [ $(vercmp 0.9 $2) -eq 1 ]; then
-echo '== Save states from 0.8.x and earlier are not compatible with 0.9.x
-also the configuration file name has changed to mednafen-09x.cfg'
-  fi
-}

Copied: mednafen/repos/community-i686/mednafen.install (from rev 108526, 
mednafen/trunk/mednafen.install)
===
--- community-i686/mednafen.install (rev 0)
+++ community-i686/mednafen.install 2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if  [ $(vercmp 0.9 $2) -eq 1 ]; then
+echo '== Save states from 0.8.x and earlier are not compatible with 0.9.x
+also the configuration file name has changed to mednafen-09x.cfg'
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-27 20:01:50 UTC (rev 108526)
+++ community-x86_64/PKGBUILD   2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: megadriver megadriver at gmx 

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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 21:06:23
  Author: andyrtr
Revision: 208877

upgpkg: libpipeline 1.3.0-1

upstream update 1.3.0

Modified:
  libpipeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 19:59:45 UTC (rev 208876)
+++ PKGBUILD2014-03-27 20:06:23 UTC (rev 208877)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libpipeline
-pkgver=1.2.6
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('glibc')
 
source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('6d1d51a5dc102af41e0d269d2a31e6f9'
+md5sums=('242428c01dca255cdcb2195073a9c6ed'
  'SKIP')
 
 build() {



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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 21:06:34
  Author: andyrtr
Revision: 208878

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

Added:
  libpipeline/repos/testing-i686/
  libpipeline/repos/testing-i686/PKGBUILD
(from rev 208877, libpipeline/trunk/PKGBUILD)
  libpipeline/repos/testing-x86_64/
  libpipeline/repos/testing-x86_64/PKGBUILD
(from rev 208877, libpipeline/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libpipeline/repos/testing-i686/PKGBUILD (from rev 208877, 
libpipeline/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-27 20:06:34 UTC (rev 208878)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('242428c01dca255cdcb2195073a9c6ed'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 208877, 
libpipeline/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-27 20:06:34 UTC (rev 208878)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('242428c01dca255cdcb2195073a9c6ed'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-03-27 Thread Eric Bélanger
Date: Thursday, March 27, 2014 @ 21:23:39
  Author: eric
Revision: 208879

upgpkg: snarf 7.0-6

Fix build issue (close FS#39159), Clean up PKGBUILD

Modified:
  snarf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 20:06:34 UTC (rev 208878)
+++ PKGBUILD2014-03-27 20:23:39 UTC (rev 208879)
@@ -1,24 +1,25 @@
 # $Id$
 # Maintainer:
-# Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=snarf
 pkgver=7.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Command-line URL retrieval tool (http/ftp/gopher)
 arch=('i686' 'x86_64')
 url=http://www.xach.com/snarf/;
 license=('GPL')
+depends=('glibc')
 source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



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

2014-03-27 Thread Eric Bélanger
Date: Thursday, March 27, 2014 @ 21:25:38
  Author: eric
Revision: 208880

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

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

---+
 /PKGBUILD |   50 
 extra-i686/PKGBUILD   |   24 ---
 extra-x86_64/PKGBUILD |   24 ---
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-27 20:23:39 UTC (rev 208879)
+++ extra-i686/PKGBUILD 2014-03-27 20:25:38 UTC (rev 208880)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=snarf
-pkgver=7.0
-pkgrel=5
-pkgdesc=Command-line URL retrieval tool (http/ftp/gopher)
-arch=('i686' 'x86_64')
-url=http://www.xach.com/snarf/;
-license=('GPL')
-source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: snarf/repos/extra-i686/PKGBUILD (from rev 208879, snarf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-27 20:25:38 UTC (rev 208880)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+
+pkgname=snarf
+pkgver=7.0
+pkgrel=6
+pkgdesc=Command-line URL retrieval tool (http/ftp/gopher)
+arch=('i686' 'x86_64')
+url=http://www.xach.com/snarf/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-27 20:23:39 UTC (rev 208879)
+++ extra-x86_64/PKGBUILD   2014-03-27 20:25:38 UTC (rev 208880)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=snarf
-pkgver=7.0
-pkgrel=5
-pkgdesc=Command-line URL retrieval tool (http/ftp/gopher)
-arch=('i686' 'x86_64')
-url=http://www.xach.com/snarf/;
-license=('GPL')
-source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: snarf/repos/extra-x86_64/PKGBUILD (from rev 208879, 
snarf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-27 20:25:38 UTC (rev 208880)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+
+pkgname=snarf
+pkgver=7.0
+pkgrel=6
+pkgdesc=Command-line URL retrieval tool (http/ftp/gopher)
+arch=('i686' 'x86_64')
+url=http://www.xach.com/snarf/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in ghostscript/trunk (PKGBUILD ghostscript-sys-zlib.patch)

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 21:54:33
  Author: andyrtr
Revision: 208881

upgpkg: ghostscript 9.14-1

upstream update 9.14

Added:
  ghostscript/trunk/ghostscript-sys-zlib.patch
Modified:
  ghostscript/trunk/PKGBUILD

+
 PKGBUILD   |   24 +---
 ghostscript-sys-zlib.patch |   25 +
 2 files changed, 42 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 20:25:38 UTC (rev 208880)
+++ PKGBUILD2014-03-27 20:54:33 UTC (rev 208881)
@@ -4,8 +4,8 @@
 ### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
 
 pkgname=ghostscript
-pkgver=9.10
-pkgrel=3
+pkgver=9.14
+pkgrel=1
 pkgdesc=An interpreter for the PostScript language
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -15,18 +15,28 @@
 optdepends=('texlive-core:  needed for dvipdf'
 'gtk3:  needed for gsx')
 url=http://www.ghostscript.com/;
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
-options=('!makeflags')
-md5sums=('7179bb1ed4f6f453147e6f7e1f210ce8')
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
+#options=('!makeflags')
+sha1sums=('eab1c9e9850d8aedf02d16f3f7f8198ad9384068'
+  'e054caf753df4d67221b29a2eac66130653f7556')
 
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
 build() {
   cd ghostscript-${pkgver}
-
+  
   # force it to use system-libs
   # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
   # https://bugs.archlinux.org/task/38226
   rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
 
+  autoconf --force
+
   ./configure --prefix=/usr \
--enable-dynamic \
--with-ijs \
@@ -57,7 +67,7 @@
   cd ghostscript-${pkgver}
   make DESTDIR=${pkgdir} \
cups_serverroot=${pkgdir}/etc/cups \
-   cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
+   cups_serverbin=${pkgdir}/usr/lib/cups install install-so
 
   # install missing doc files # http://bugs.archlinux.org/task/18023
   install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/

Added: ghostscript-sys-zlib.patch
===
--- ghostscript-sys-zlib.patch  (rev 0)
+++ ghostscript-sys-zlib.patch  2014-03-27 20:54:33 UTC (rev 208881)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+ 
+ if test -d $srcdir/zlib; then
+diff -up ghostscript-9.12/configure.sys-zlib ghostscript-9.12/configure
+--- ghostscript-9.12/configure.sys-zlib2014-03-26 11:49:45.547284521 
+
 ghostscript-9.12/configure 2014-03-26 11:49:56.171350127 +
+@@ -6254,7 +6254,7 @@ fi
+ $as_echo_n checking for local zlib source...  6; }
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir
+ AUX_SHARED_ZLIB=
+ 
+ if test -d $srcdir/zlib; then
+



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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 21:54:50
  Author: andyrtr
Revision: 208882

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 208881, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch
(from rev 208881, ghostscript/trunk/ghostscript-sys-zlib.patch)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 208881, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/ghostscript-sys-zlib.patch
(from rev 208881, ghostscript/trunk/ghostscript-sys-zlib.patch)

---+
 testing-i686/PKGBUILD |   86 
 testing-i686/ghostscript-sys-zlib.patch   |   25 
 testing-x86_64/PKGBUILD   |   86 
 testing-x86_64/ghostscript-sys-zlib.patch |   25 
 4 files changed, 222 insertions(+)

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 208881, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-27 20:54:50 UTC (rev 208882)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+### !!! rebuild groff from core that picks up hardcoding the GS versioned font 
path !!! ###
+
+pkgname=ghostscript
+pkgver=9.14
+pkgrel=1
+pkgdesc=An interpreter for the PostScript language
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg'
+ 'libtiff=4.0.0' 'lcms2' 'dbus' 'libpaper')
+makedepends=('gtk3' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk3:  needed for gsx')
+url=http://www.ghostscript.com/;
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ghostscript-sys-zlib.patch)
+#options=('!makeflags')
+sha1sums=('eab1c9e9850d8aedf02d16f3f7f8198ad9384068'
+  'e054caf753df4d67221b29a2eac66130653f7556')
+
+prepare() {
+  cd ghostscript-${pkgver}
+  # fix build with system zlib
+  patch -Np1 -i ${srcdir}/ghostscript-sys-zlib.patch
+}
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  # keep heavily patched included openjpeg, leads to segfault with system 
openjpeg
+  # https://bugs.archlinux.org/task/38226
+  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # 
jbig2dec is in community
+
+  autoconf --force
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --enable-fontconfig \
+   --enable-freetype \
+   --enable-openjpeg \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --with-libpaper \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ijs
+  sed -i s:AM_PROG_CC_STDC:AC_PROG_CC:g configure.ac
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR=${pkgdir} \
+   cups_serverroot=${pkgdir}/etc/cups \
+   cups_serverbin=${pkgdir}/usr/lib/cups install install-so
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf $pkgdir/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ijs
+  make DESTDIR=${pkgdir} install
+  
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf $pkgdir/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-i686/ghostscript-sys-zlib.patch (from rev 
208881, ghostscript/trunk/ghostscript-sys-zlib.patch)
===
--- testing-i686/ghostscript-sys-zlib.patch (rev 0)
+++ testing-i686/ghostscript-sys-zlib.patch 2014-03-27 20:54:50 UTC (rev 
208882)
@@ -0,0 +1,25 @@
+diff -up ghostscript-9.12/configure.ac.sys-zlib ghostscript-9.12/configure.ac
+--- ghostscript-9.12/configure.ac.sys-zlib 2014-03-26 11:48:54.98397 
+
 ghostscript-9.12/configure.ac  2014-03-26 11:49:36.807230531 +
+@@ -854,7 +854,7 @@ AC_MSG_CHECKING([for local zlib source])
+ dnl zlib is needed for language level 3, and libpng
+ # we must define ZLIBDIR regardless because png.mak does a -I$(ZLIBDIR)
+ # this seems a harmless default
+-ZLIBDIR=src
++ZLIBDIR=$includedir

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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 22:02:45
  Author: andyrtr
Revision: 208883

upgpkg: groff 1.22.2-6

ghostscript rebuild

Modified:
  groff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 20:54:50 UTC (rev 208882)
+++ PKGBUILD2014-03-27 21:02:45 UTC (rev 208883)
@@ -5,7 +5,7 @@
 
 pkgname=groff
 pkgver=1.22.2
-pkgrel=5
+pkgrel=6
 pkgdesc=GNU troff text-formatting system
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/groff/groff.html;



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

2014-03-27 Thread Andreas Radke
Date: Thursday, March 27, 2014 @ 22:02:57
  Author: andyrtr
Revision: 208884

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

Added:
  groff/repos/testing-i686/
  groff/repos/testing-i686/PKGBUILD
(from rev 208883, groff/trunk/PKGBUILD)
  groff/repos/testing-i686/groff.install
(from rev 208883, groff/trunk/groff.install)
  groff/repos/testing-i686/site.tmac
(from rev 208883, groff/trunk/site.tmac)
  groff/repos/testing-x86_64/
  groff/repos/testing-x86_64/PKGBUILD
(from rev 208883, groff/trunk/PKGBUILD)
  groff/repos/testing-x86_64/groff.install
(from rev 208883, groff/trunk/groff.install)
  groff/repos/testing-x86_64/site.tmac
(from rev 208883, groff/trunk/site.tmac)

--+
 testing-i686/PKGBUILD|   53 +
 testing-i686/groff.install   |   22 +
 testing-i686/site.tmac   |   16 
 testing-x86_64/PKGBUILD  |   53 +
 testing-x86_64/groff.install |   22 +
 testing-x86_64/site.tmac |   16 
 6 files changed, 182 insertions(+)

Copied: groff/repos/testing-i686/PKGBUILD (from rev 208883, 
groff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-27 21:02:57 UTC (rev 208884)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=6
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/groff/groff.html;
+license=('GPL')
+groups=('base-devel')
+depends=('perl' 'gcc-libs')
+makedepends=('netpbm' 'psutils' 'ghostscript' 'libxaw')
+optdepends=('netpbm: for use together with man -H command interaction in 
browsers'
+'psutils: for use together with man -H command interaction in 
browsers'
+'libxaw: for gxditview')
+source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz{,.sig}
+site.tmac)
+options=('!docs' '!emptydirs')
+install=groff.install
+md5sums=('9f4cd592a5efc7e36481d8d8d8af6d16'
+ '65207deb0a9b54324cb947f25ec9164f'
+ 'a1fedafd7863b37968d32ad9ae1d8c13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-x 
--with-appresdir=/usr/share/X11/app-defaults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # add compatibility symlinks
+  ln -s eqn $pkgdir/usr/bin/geqn
+  ln -s tbl $pkgdir/usr/bin/gtbl
+  ln -s soelim $pkgdir/usr/bin/zsoelim
+
+  # FS33760 - TERMCAP variables not followed
+  # TODO: everyone is doing this - find out why upstream does not...
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/man.local
+  cat $srcdir/site.tmac  \
+$pkgdir/usr/share/groff/site-tmac/mdoc.local
+}

Copied: groff/repos/testing-i686/groff.install (from rev 208883, 
groff/trunk/groff.install)
===
--- testing-i686/groff.install  (rev 0)
+++ testing-i686/groff.install  2014-03-27 21:02:57 UTC (rev 208884)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(groff.info groff.info-1 groff.info-2 groff.info-3)
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: groff/repos/testing-i686/site.tmac (from rev 208883, 
groff/trunk/site.tmac)
===
--- testing-i686/site.tmac  (rev 0)
+++ testing-i686/site.tmac  2014-03-27 21:02:57 UTC (rev 208884)
@@ -0,0 +1,16 @@
+.
+.if n \{\
+.  \ Character translations for non-keyboard
+.  \ characters - to make them searchable
+.  if '\*[.T]'utf8' \{\
+.char \- \N'45'
+.char - \N'45'
+.char ' \N'39'
+.char \' \N'39'
+.  \}
+.
+.  \ Shut off SGR by default (groff colors)
+.  \ Require GROFF_SGR envvar defined to turn it on
+.  if '\V[GROFF_SGR]'' \
+.output x X tty: sgr 0
+.\}

Copied: groff/repos/testing-x86_64/PKGBUILD (from rev 208883, 
groff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-27 21:02:57 UTC (rev 208884)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: 
+
+### rebuild on every ghostscript update -  FS#36562 ###
+
+pkgname=groff
+pkgver=1.22.2
+pkgrel=6
+pkgdesc=GNU troff text-formatting system
+arch=('i686' 'x86_64')

[arch-commits] Commit in bind/repos (community-testing-x86_64)

2014-03-27 Thread Sébastien Luttringer
Date: Thursday, March 27, 2014 @ 22:42:53
  Author: seblu
Revision: 108528

db-remove: bind removed by seblu

Deleted:
  bind/repos/community-testing-x86_64/



[arch-commits] Commit in bind/repos (community-testing-i686)

2014-03-27 Thread Sébastien Luttringer
Date: Thursday, March 27, 2014 @ 22:42:58
  Author: seblu
Revision: 108529

db-remove: bind removed by seblu

Deleted:
  bind/repos/community-testing-i686/



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

2014-03-27 Thread Sébastien Luttringer
Date: Thursday, March 27, 2014 @ 22:43:17
  Author: seblu
Revision: 108530

upgpkg: bind 9.9.5.W1-2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 21:42:58 UTC (rev 108529)
+++ PKGBUILD2014-03-27 21:43:17 UTC (rev 108530)
@@ -5,8 +5,8 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-_pkgver=9.9.5
-pkgver=9.9.5
+_pkgver=9.9.5-W1
+pkgver=${_pkgver//-/.}
 pkgrel=2
 pkgdesc='The ISC BIND nameserver'
 url='http://www.isc.org/software/bind/'
@@ -26,7 +26,7 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('f3fe8000628ec57f332aec1ad9587b767208a38f'
+sha1sums=('bc2b62ef31231c75b4aa8256f7bbd2ae3c1c6cd5'
   'SKIP'
   '029f89c49550c40ec7a95116b6a33f0e5a041094'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'



[arch-commits] Commit in bind/repos (32 files)

2014-03-27 Thread Sébastien Luttringer
Date: Thursday, March 27, 2014 @ 22:43:54
  Author: seblu
Revision: 108531

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

Added:
  bind/repos/community-i686/127.0.0.zone
(from rev 108530, bind/trunk/127.0.0.zone)
  bind/repos/community-i686/PKGBUILD
(from rev 108530, bind/trunk/PKGBUILD)
  bind/repos/community-i686/bind.install
(from rev 108530, bind/trunk/bind.install)
  bind/repos/community-i686/localhost.zone
(from rev 108530, bind/trunk/localhost.zone)
  bind/repos/community-i686/named.conf
(from rev 108530, bind/trunk/named.conf)
  bind/repos/community-i686/named.logrotate
(from rev 108530, bind/trunk/named.logrotate)
  bind/repos/community-i686/named.service
(from rev 108530, bind/trunk/named.service)
  bind/repos/community-i686/tmpfiles.d
(from rev 108530, bind/trunk/tmpfiles.d)
  bind/repos/community-x86_64/127.0.0.zone
(from rev 108530, bind/trunk/127.0.0.zone)
  bind/repos/community-x86_64/PKGBUILD
(from rev 108530, bind/trunk/PKGBUILD)
  bind/repos/community-x86_64/bind.install
(from rev 108530, bind/trunk/bind.install)
  bind/repos/community-x86_64/localhost.zone
(from rev 108530, bind/trunk/localhost.zone)
  bind/repos/community-x86_64/named.conf
(from rev 108530, bind/trunk/named.conf)
  bind/repos/community-x86_64/named.logrotate
(from rev 108530, bind/trunk/named.logrotate)
  bind/repos/community-x86_64/named.service
(from rev 108530, bind/trunk/named.service)
  bind/repos/community-x86_64/tmpfiles.d
(from rev 108530, bind/trunk/tmpfiles.d)
Deleted:
  bind/repos/community-i686/127.0.0.zone
  bind/repos/community-i686/PKGBUILD
  bind/repos/community-i686/bind.install
  bind/repos/community-i686/localhost.zone
  bind/repos/community-i686/named.conf
  bind/repos/community-i686/named.logrotate
  bind/repos/community-i686/named.service
  bind/repos/community-i686/tmpfiles.d
  bind/repos/community-x86_64/127.0.0.zone
  bind/repos/community-x86_64/PKGBUILD
  bind/repos/community-x86_64/bind.install
  bind/repos/community-x86_64/localhost.zone
  bind/repos/community-x86_64/named.conf
  bind/repos/community-x86_64/named.logrotate
  bind/repos/community-x86_64/named.service
  bind/repos/community-x86_64/tmpfiles.d

--+
 /127.0.0.zone|   22 +
 /PKGBUILD|  162 +
 /bind.install|   46 ++
 /localhost.zone  |   20 
 /named.conf  |  128 +
 /named.logrotate |   12 ++
 /named.service   |   22 +
 /tmpfiles.d  |2 
 community-i686/127.0.0.zone  |   11 --
 community-i686/PKGBUILD  |   82 --
 community-i686/bind.install  |   23 -
 community-i686/localhost.zone|   10 --
 community-i686/named.conf|   64 --
 community-i686/named.logrotate   |6 -
 community-i686/named.service |   11 --
 community-i686/tmpfiles.d|1 
 community-x86_64/127.0.0.zone|   11 --
 community-x86_64/PKGBUILD|   82 --
 community-x86_64/bind.install|   23 -
 community-x86_64/localhost.zone  |   10 --
 community-x86_64/named.conf  |   64 --
 community-x86_64/named.logrotate |6 -
 community-x86_64/named.service   |   11 --
 community-x86_64/tmpfiles.d  |1 
 24 files changed, 414 insertions(+), 416 deletions(-)

Deleted: community-i686/127.0.0.zone
===
--- community-i686/127.0.0.zone 2014-03-27 21:43:17 UTC (rev 108530)
+++ community-i686/127.0.0.zone 2014-03-27 21:43:54 UTC (rev 108531)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/community-i686/127.0.0.zone (from rev 108530, 
bind/trunk/127.0.0.zone)
===
--- community-i686/127.0.0.zone (rev 0)
+++ community-i686/127.0.0.zone 2014-03-27 21:43:54 UTC (rev 108531)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  

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

2014-03-27 Thread Felix Yan
Date: Friday, March 28, 2014 @ 03:17:38
  Author: fyan
Revision: 108532

upgpkg: pep8 1.5.1-1

Modified:
  pep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 21:43:54 UTC (rev 108531)
+++ PKGBUILD2014-03-28 02:17:38 UTC (rev 108532)
@@ -5,8 +5,8 @@
 
 pkgbase=pep8
 pkgname=($pkgbase-python2 $pkgbase-python3)
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc=Python style guide checker
 arch=('any')
 url=http://github.com/jcrocholl/pep8/;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-${pkgver}.tar.gz;
 LICENSE)
-sha256sums=('d3b18ca2e25827a480145e481e511a52cd067ee9b98be57575a82bc073340c23'
+sha256sums=('818ac9c3b31b2ab63265fb421727025e48f3b6447260632acee43270f172b450'
 '4a18840b7c132952f3f3d42c355289018ea263cbe75b25db31c9feb1b61e9b40')
 
 prepare() {
@@ -30,7 +30,7 @@
   replaces=('pep8')
   
   cd $pkgbase-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root=$pkgdir/
+  python2 setup.py install -O1 --prefix=/usr --root=$pkgdir/
   mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
 
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
@@ -40,7 +40,7 @@
   depends=('python' 'python-setuptools')
   
   cd $pkgbase-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir/
+  python3 setup.py install -O1 --prefix=/usr --root=$pkgdir/
 
   install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-03-27 Thread Felix Yan
Date: Friday, March 28, 2014 @ 03:18:21
  Author: fyan
Revision: 108533

archrelease: copy trunk to community-any

Added:
  pep8/repos/community-any/LICENSE
(from rev 108532, pep8/trunk/LICENSE)
  pep8/repos/community-any/PKGBUILD
(from rev 108532, pep8/trunk/PKGBUILD)
Deleted:
  pep8/repos/community-any/LICENSE
  pep8/repos/community-any/PKGBUILD

--+
 LICENSE  |   48 +++---
 PKGBUILD |   96 ++---
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-03-28 02:17:38 UTC (rev 108532)
+++ LICENSE 2014-03-28 02:18:21 UTC (rev 108533)
@@ -1,24 +0,0 @@
-Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
-Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
-
-Licensed under the terms of the Expat License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the Software), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: pep8/repos/community-any/LICENSE (from rev 108532, pep8/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-03-28 02:18:21 UTC (rev 108533)
@@ -0,0 +1,24 @@
+Copyright © 2006-2009 Johann C. Rocholl joh...@rocholl.net
+Copyright © 2009-2013 Florent Xicluna florent.xicl...@gmail.com
+
+Licensed under the terms of the Expat License
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the Software), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 02:17:38 UTC (rev 108532)
+++ PKGBUILD2014-03-28 02:18:21 UTC (rev 108533)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-pkgbase=pep8
-pkgname=($pkgbase-python2 $pkgbase-python3)
-pkgver=1.5.0
-pkgrel=2
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://pypi.python.org/packages/source/p/$pkgbase/$pkgbase-${pkgver}.tar.gz;
-LICENSE)
-sha256sums=('d3b18ca2e25827a480145e481e511a52cd067ee9b98be57575a82bc073340c23'
-'4a18840b7c132952f3f3d42c355289018ea263cbe75b25db31c9feb1b61e9b40')
-
-prepare() {
-  cp -r $pkgbase-$pkgver{,-python2}
-
-  sed -i '1s/env python$/python2/' $pkgbase-$pkgver-python2/pep8.py
-}
-
-package_pep8-python2() {
-  depends=('python2' 'python2-setuptools')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $pkgbase-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
-
-  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_pep8-python3() {
-  depends=('python' 'python-setuptools')
-  
-  cd $pkgbase-$pkgver
-  python3 setup.py install --prefix=/usr 

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

2014-03-27 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 06:39:25
  Author: svenstaro
Revision: 108535

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

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

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

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

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

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

2014-03-27 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 06:39:15
  Author: svenstaro
Revision: 108534

upgpkg: ogre 1.9.0-5

fix weird rel

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-28 02:18:21 UTC (rev 108533)
+++ PKGBUILD2014-03-28 05:39:15 UTC (rev 108534)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.9.0
-pkgrel=3
+pkgrel=5
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'



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

2014-03-27 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 06:58:09
  Author: svenstaro
Revision: 208885

upgpkg: qtcreator 3.1.0beta1-3

Fix FS#39648

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-27 21:02:57 UTC (rev 208884)
+++ PKGBUILD2014-03-28 05:58:09 UTC (rev 208885)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=3.1.0beta1
 _pkgver=v3.1.0-beta1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'



[arch-commits] Commit in qtcreator/repos/extra-x86_64 (6 files)

2014-03-27 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 06:58:13
  Author: svenstaro
Revision: 208886

archrelease: copy trunk to extra-x86_64

Added:
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 208885, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 208885, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 208885, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

---+
 PKGBUILD  |  122 ++--
 qtcreator.desktop |   18 +++
 qtcreator.install |   24 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-28 05:58:09 UTC (rev 208885)
+++ PKGBUILD2014-03-28 05:58:13 UTC (rev 208886)
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=3.1.0beta1
-_pkgver=v3.1.0-beta1
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}
-git://gitorious.org/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '50880836fd62ccd87550940feb995f06')
-
-prepare() {
-cd qt-creator
-git submodule init
-git config submodule.qbs.url $srcdir/qbs
-git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-x86_64/PKGBUILD (from rev 208885, 
qtcreator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-28 05:58:13 UTC (rev 208886)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.1.0beta1
+_pkgver=v3.1.0-beta1
+pkgrel=3
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'clang: Clang code model'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=(git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}
+git://gitorious.org/qt-labs/qbs.git
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '50880836fd62ccd87550940feb995f06')
+
+prepare() {
+cd qt-creator
+git submodule init
+git config submodule.qbs.url $srcdir/qbs
+git submodule update
+}
+
+build() {
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  LLVM_INSTALL_DIR=/usr qmake -r ../qt-creator/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT=${pkgdir}/usr/ install
+