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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:25
  Author: tpowa
Revision: 219524

db-move: moved gpgme from [testing] to [core] (i686, x86_64)

Added:
  gpgme/repos/core-i686/PKGBUILD
(from rev 219522, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 219522, gpgme/repos/testing-i686/gpgme.install)
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 219522, gpgme/repos/testing-x86_64/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 219522, gpgme/repos/testing-x86_64/gpgme.install)
Deleted:
  gpgme/repos/core-i686/PKGBUILD
  gpgme/repos/core-i686/gpgme.install
  gpgme/repos/core-x86_64/PKGBUILD
  gpgme/repos/core-x86_64/gpgme.install
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

---+
 /PKGBUILD |   70 
 /gpgme.install|   40 +
 core-i686/PKGBUILD|   35 --
 core-i686/gpgme.install   |   20 
 core-x86_64/PKGBUILD  |   35 --
 core-x86_64/gpgme.install |   20 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:24 UTC (rev 219523)
+++ core-i686/PKGBUILD  2014-08-11 07:00:25 UTC (rev 219524)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=gpgme
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=A C wrapper library for GnuPG
-arch=('i686' 'x86_64')
-url=http://www.gnupg.org/related_software/gpgme/;
-license=('LGPL')
-depends=('libgpg-error' 'pth' 'gnupg=2')
-install=${pkgname}.install
-options=('!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('29e90462b29d445665e8728c66464a4f'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-fd-passing --disable-static \
-  --disable-gpgsm-test
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 219522, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:25 UTC (rev 219524)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('8fb46b336200807a12a12a5760b4a39d'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gpgme.install
===
--- core-i686/gpgme.install 2014-08-11 07:00:24 UTC (rev 219523)
+++ core-i686/gpgme.install 2014-08-11 07:00:25 UTC (rev 219524)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-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: gpgme/repos/core-i686/gpgme.install (from rev 219522, 
gpgme/repos/testing-i686/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2014-08-11 07:00:25 UTC (rev 219524)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:57
  Author: tpowa
Revision: 219527

db-move: moved xfsprogs from [testing] to [core] (i686, x86_64)

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 219526, xfsprogs/repos/testing-i686/PKGBUILD)
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 219526, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-i686/
  xfsprogs/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:38 UTC (rev 219526)
+++ core-i686/PKGBUILD  2014-08-11 07:00:57 UTC (rev 219527)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('400047b2f6af87c0345b8f0cc00c13db')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
-  rm -rf ${pkgdir}/lib
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 219526, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:57 UTC (rev 219527)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('5c6905932029c8f9207fe5a0a8aac24b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+  # add hack as we cannot set rootlibdir
+  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
+  rm -rf ${pkgdir}/lib
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-08-11 07:00:38 UTC (rev 219526)
+++ core-x86_64/PKGBUILD2014-08-11 07:00:57 UTC (rev 219527)
@@ -1,33 +0,0 @@
-# $Id$
-#
-pkgname=xfsprogs
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux')
-options=('!makeflags')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('400047b2f6af87c0345b8f0cc00c13db')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} PKG_ROOT_SBIN_DIR=/usr/bin install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-  # add hack as we cannot set rootlibdir
-  mv ${pkgdir}/lib/libhandle.so* ${pkgdir}/usr/lib/
-  rm -rf ${pkgdir}/lib
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 219526, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-08-11 07:00:57 UTC (rev 219527)
@@ -0,0 +1,33 @@
+# $Id$
+#
+pkgname=xfsprogs
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('libutil-linux')
+options=('!makeflags')
+# We mirror the sources as upstream tends to move them once a new release is 
out

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:38
  Author: tpowa
Revision: 219526

db-move: moved efibootmgr from [testing] to [core] (i686, x86_64)

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 219524, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 219524, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 219524, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 219524, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  108 
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   53 -
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   53 -
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 230 insertions(+), 228 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:37 UTC (rev 219525)
+++ core-i686/PKGBUILD  2014-08-11 07:00:38 UTC (rev 219526)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efibootmgr
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.7.0
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
-sha1sums=('SKIP')
-
-_pkgver() {
-   cd ${srcdir}/efibootmgr/
-   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 219524, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:38 UTC (rev 219526)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efibootmgr
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+pkgver=0.7.0.16.g099e110
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+# 
source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efibootmgr/
+   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
+   
+}

Deleted: 

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:24
  Author: tpowa
Revision: 219523

db-move: moved kbd from [testing] to [core] (i686, x86_64)

Added:
  kbd/repos/core-i686/PKGBUILD
(from rev 219522, kbd/repos/testing-i686/PKGBUILD)
  kbd/repos/core-i686/fix-dvorak-es.patch
(from rev 219522, kbd/repos/testing-i686/fix-dvorak-es.patch)
  kbd/repos/core-i686/fix-euro2.patch
(from rev 219522, kbd/repos/testing-i686/fix-euro2.patch)
  kbd/repos/core-i686/fix-keymap-loading-1.15.5.patch
(from rev 219522, kbd/repos/testing-i686/fix-keymap-loading-1.15.5.patch)
  kbd/repos/core-x86_64/PKGBUILD
(from rev 219522, kbd/repos/testing-x86_64/PKGBUILD)
  kbd/repos/core-x86_64/fix-dvorak-es.patch
(from rev 219522, kbd/repos/testing-x86_64/fix-dvorak-es.patch)
  kbd/repos/core-x86_64/fix-euro2.patch
(from rev 219522, kbd/repos/testing-x86_64/fix-euro2.patch)
  kbd/repos/core-x86_64/fix-keymap-loading-1.15.5.patch
(from rev 219522, kbd/repos/testing-x86_64/fix-keymap-loading-1.15.5.patch)
Deleted:
  kbd/repos/core-i686/PKGBUILD
  kbd/repos/core-i686/fix-dvorak-es.patch
  kbd/repos/core-i686/fix-euro2.patch
  kbd/repos/core-i686/fix-keymap-loading-1.15.5.patch
  kbd/repos/core-x86_64/PKGBUILD
  kbd/repos/core-x86_64/fix-dvorak-es.patch
  kbd/repos/core-x86_64/fix-euro2.patch
  kbd/repos/core-x86_64/fix-keymap-loading-1.15.5.patch
  kbd/repos/testing-i686/
  kbd/repos/testing-x86_64/

-+
 /PKGBUILD   |  100 ++
 /fix-dvorak-es.patch|   22 +
 /fix-euro2.patch|   18 
 /fix-keymap-loading-1.15.5.patch|   94 
 core-i686/PKGBUILD  |   50 -
 core-i686/fix-dvorak-es.patch   |   11 --
 core-i686/fix-euro2.patch   |9 --
 core-i686/fix-keymap-loading-1.15.5.patch   |   47 
 core-x86_64/PKGBUILD|   50 -
 core-x86_64/fix-dvorak-es.patch |   11 --
 core-x86_64/fix-euro2.patch |9 --
 core-x86_64/fix-keymap-loading-1.15.5.patch |   47 
 12 files changed, 234 insertions(+), 234 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 04:32:40 UTC (rev 219522)
+++ core-i686/PKGBUILD  2014-08-11 07:00:24 UTC (rev 219523)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kbd
-pkgver=2.0.1
-pkgrel=1
-pkgdesc=Keytable files and keyboard utilities
-arch=('i686' 'x86_64')
-url=http://www.kbd-project.org;
-license=('GPL')
-depends=('glibc' 'pam')
-makedepends=('check')
-source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
-'fix-dvorak-es.patch'
-'fix-euro2.patch')
-provides=('vlock')
-conflicts=('vlock')
-replaces=('vlock')
-md5sums=('cc0ee9f2537d8636cae85a8c6541ed2e'
- '998957c4f815347dcc874c4d7555dc66'
- 'd869200acbc0aab6a9cafa43cb140d4e')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # rename keymap files with the same names
-  # this is needed because when only name of keymap is specified
-  # loadkeys loads the first keymap it can find, which is bad (see FS#13837)
-  # this should be removed when upstream adopts the change
-  mv data/keymaps/i386/qwertz/cz{,-qwertz}.map
-  mv data/keymaps/i386/olpc/es{,-olpc}.map
-  mv data/keymaps/i386/olpc/pt{,-olpc}.map
-  mv data/keymaps/i386/dvorak/no{,-dvorak}.map
-  mv data/keymaps/i386/fgGIod/trf{,-fgGIod}.map
-  mv data/keymaps/i386/colemak/{en-latin9,colemak}.map
-  # fix es-dvorak #33662
-  patch -Np1 -i ../fix-dvorak-es.patch
-  # fix euro2 #28213
-  patch -Np1 -i ../fix-euro2.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
-}

Copied: kbd/repos/core-i686/PKGBUILD (from rev 219522, 
kbd/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:24 UTC (rev 219523)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kbd
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=Keytable files and keyboard utilities
+arch=('i686' 'x86_64')
+url=http://www.kbd-project.org;
+license=('GPL')
+depends=('glibc' 'pam')
+makedepends=('check')
+source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz
+'fix-dvorak-es.patch'
+'fix-euro2.patch')
+provides=('vlock')
+conflicts=('vlock')
+replaces=('vlock')
+md5sums=('f1f75f0dd5f7dde89ce47585274366f8'
+ '998957c4f815347dcc874c4d7555dc66'
+  

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:00:37
  Author: tpowa
Revision: 219525

db-move: moved efivar from [testing] to [core] (i686, x86_64)

Added:
  efivar/repos/core-i686/PKGBUILD
(from rev 219524, efivar/repos/testing-i686/PKGBUILD)
  efivar/repos/core-x86_64/PKGBUILD
(from rev 219524, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-i686/PKGBUILD
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-i686/
  efivar/repos/testing-x86_64/

--+
 /PKGBUILD|  116 +
 core-i686/PKGBUILD   |   57 
 core-x86_64/PKGBUILD |   57 
 3 files changed, 116 insertions(+), 114 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:25 UTC (rev 219524)
+++ core-i686/PKGBUILD  2014-08-11 07:00:37 UTC (rev 219525)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar
-pkgdesc=Tools and library to manipulate EFI variables
-pkgver=0.10
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=(libefivar=${pkgver})
-options=('strip' 'zipman' 'docs')
-
-source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
-sha1sums=('SKIP')
-
-_pkgver() {
-   cd ${srcdir}/efivar/
-   echo $(git describe --tags) | sed -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efivar/
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
-sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efivar/
-   
-   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efivar/
-   
-   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
-   echo
-   
-   install -d ${pkgdir}/usr/bin
-   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 219524, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:00:37 UTC (rev 219525)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efivar
+pkgdesc=Tools and library to manipulate EFI variables
+pkgver=0.10.8.g81d0146
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('strip' 'zipman' 'docs')
+
+# source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
+source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efivar/
+   echo $(git describe --tags) | sed -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efivar/
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efivar/
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efivar/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-08-11 07:00:25 UTC (rev 219524)
+++ core-x86_64/PKGBUILD2014-08-11 07:00:37 UTC (rev 219525)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar
-pkgdesc=Tools and library to manipulate EFI variables
-pkgver=0.10
-pkgrel=1
-arch=('x86_64' 'i686')

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:01:11
  Author: tpowa
Revision: 219528

db-move: moved cracklib from [testing] to [core] (i686, x86_64)

Added:
  cracklib/repos/core-i686/PKGBUILD
(from rev 219527, cracklib/repos/testing-i686/PKGBUILD)
  cracklib/repos/core-x86_64/PKGBUILD
(from rev 219527, cracklib/repos/testing-x86_64/PKGBUILD)
Deleted:
  cracklib/repos/core-i686/PKGBUILD
  cracklib/repos/core-x86_64/PKGBUILD
  cracklib/repos/testing-i686/
  cracklib/repos/testing-x86_64/

--+
 /PKGBUILD|   70 +
 core-i686/PKGBUILD   |   35 
 core-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-08-11 07:00:57 UTC (rev 219527)
+++ core-i686/PKGBUILD  2014-08-11 07:01:11 UTC (rev 219528)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.9.0
-pkgrel=2
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e0f94ac2138fd33c7e77b19c1e9a9390')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
-  make 
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # symlink cracklib-small #34778
-  mkdir -p $pkgdir/usr/share/dict
-  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-i686/PKGBUILD (from rev 219527, 
cracklib/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-08-11 07:01:11 UTC (rev 219528)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('90536219c520add2ceb3c26f0d7da404')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-08-11 07:00:57 UTC (rev 219527)
+++ core-x86_64/PKGBUILD2014-08-11 07:01:11 UTC (rev 219528)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-
-pkgname=cracklib
-pkgver=2.9.0
-pkgrel=2
-pkgdesc=Password Checking Library
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://sourceforge.net/projects/cracklib;
-depends=('glibc' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e0f94ac2138fd33c7e77b19c1e9a9390')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
-  make 
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # symlink cracklib-small #34778
-  mkdir -p $pkgdir/usr/share/dict
-  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
-  sh ./util/cracklib-format dicts/cracklib-small \
-| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
-}

Copied: cracklib/repos/core-x86_64/PKGBUILD (from rev 219527, 
cracklib/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-08-11 07:01:11 UTC (rev 219528)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.1

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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:53:16
  Author: tpowa
Revision: 219529

upgpkg: libmp3splt 0.9.1a-1

bump to latest version

Modified:
  libmp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 07:01:11 UTC (rev 219528)
+++ PKGBUILD2014-08-11 07:53:16 UTC (rev 219529)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libmp3splt
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1a
+pkgrel=1
 pkgdesc=Library for splitting mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
 url=http://mp3splt.sourceforge.net;
@@ -28,4 +28,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('b9b9677ababf823e0739e5caff68aa86')
+md5sums=('a8b0de4de80d915fa02ab9bed890d6be')



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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 09:54:15
  Author: tpowa
Revision: 219530

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 07:53:16 UTC (rev 219529)
+++ extra-i686/PKGBUILD 2014-08-11 07:54:15 UTC (rev 219530)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('b9b9677ababf823e0739e5caff68aa86')

Copied: libmp3splt/repos/extra-i686/PKGBUILD (from rev 219529, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 07:54:15 UTC (rev 219530)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('a8b0de4de80d915fa02ab9bed890d6be')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 07:53:16 UTC (rev 219529)
+++ extra-x86_64/PKGBUILD   2014-08-11 07:54:15 UTC (rev 219530)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('b9b9677ababf823e0739e5caff68aa86')

Copied: libmp3splt/repos/extra-x86_64/PKGBUILD (from rev 219529, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 07:54:15 UTC (rev 219530)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('flac' 'libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('a8b0de4de80d915fa02ab9bed890d6be')



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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 10:12:27
  Author: tpowa
Revision: 219531

upgpkg: mp3splt 2.6.1a-1

bump to latest version

Modified:
  mp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 07:54:15 UTC (rev 219530)
+++ PKGBUILD2014-08-11 08:12:27 UTC (rev 219531)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=mp3splt
-pkgver=2.6
+pkgver=2.6.1a
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
@@ -21,4 +21,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('3f149cd0c2842b95551130bd56840f55')
+md5sums=('05677ad71d4988ee1eb4b8e236bd8212')



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

2014-08-11 Thread Tobias Powalowski
Date: Monday, August 11, 2014 @ 10:12:35
  Author: tpowa
Revision: 219532

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 08:12:27 UTC (rev 219531)
+++ extra-i686/PKGBUILD 2014-08-11 08:12:35 UTC (rev 219532)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('3f149cd0c2842b95551130bd56840f55')

Copied: mp3splt/repos/extra-i686/PKGBUILD (from rev 219531, 
mp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 08:12:35 UTC (rev 219532)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.6.1a
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('05677ad71d4988ee1eb4b8e236bd8212')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 08:12:27 UTC (rev 219531)
+++ extra-x86_64/PKGBUILD   2014-08-11 08:12:35 UTC (rev 219532)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('3f149cd0c2842b95551130bd56840f55')

Copied: mp3splt/repos/extra-x86_64/PKGBUILD (from rev 219531, 
mp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 08:12:35 UTC (rev 219532)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.6.1a
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('05677ad71d4988ee1eb4b8e236bd8212')



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 10:24:01
  Author: fyan
Revision: 117127

upgpkg: jenkins 1.575-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 05:22:29 UTC (rev 117126)
+++ PKGBUILD2014-08-11 08:24:01 UTC (rev 117127)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.574
+pkgver=1.575
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('0667c1f3e9e72586cd6b2461aabef15b15d55ebea30b6e6fc32970f40e5fdd10430b61c426138ae99f696fdbdb80f3620bb5d233f1d4955a4644d76d1a434db6'
+sha512sums=('80adf9800775e50ee0ce72caa7cdcfed25e6163080963701ce098fd507a606b921c018df42622d569f23dd5a4c98f9cb35d04ac237ca14c6247590edb2f28057'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 10:24:52
  Author: fyan
Revision: 117128

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 117127, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 117127, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 117127, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 117127, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 117127, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 117127, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-08-11 08:24:01 UTC (rev 117127)
+++ LICENSE 2014-08-11 08:24:52 UTC (rev 117128)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 117127, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-08-11 08:24:52 UTC (rev 117128)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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-08-11 08:24:01 UTC (rev 117127)
+++ PKGBUILD2014-08-11 08:24:52 UTC (rev 117128)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.574
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 10:26:59
  Author: fyan
Revision: 219533

upgpkg: python-setuptools 1:5.5.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 08:12:35 UTC (rev 219532)
+++ PKGBUILD2014-08-11 08:26:59 UTC (rev 219533)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.5
+pkgver=5.5.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('229e92f816dd9ba4d75ab2a0268450bf5ec1ead2b491789bcf90a38f50456bbe7be64cbe31d49626f895a70c3facb35764c405ad66a9de99ac5f3a893c95c36a')
+sha512sums=('ae434be821259e306710e1a15c1095cff25466cd6473941da37c6650afaaa0fa2ea95d0d5129557e4781c43d72c0c9d98dca2f196877a5084deea33c22cc0a28')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 10:27:25
  Author: fyan
Revision: 219534

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 08:26:59 UTC (rev 219533)
+++ PKGBUILD2014-08-11 08:27:25 UTC (rev 219534)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.5
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('229e92f816dd9ba4d75ab2a0268450bf5ec1ead2b491789bcf90a38f50456bbe7be64cbe31d49626f895a70c3facb35764c405ad66a9de99ac5f3a893c95c36a')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 219533, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 08:27:25 UTC (rev 219534)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.5.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('ae434be821259e306710e1a15c1095cff25466cd6473941da37c6650afaaa0fa2ea95d0d5129557e4781c43d72c0c9d98dca2f196877a5084deea33c22cc0a28')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+ 

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

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 10:40:47
  Author: arodseth
Revision: 117129

upgpkg: dart 1.5.8-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 08:24:52 UTC (rev 117128)
+++ PKGBUILD2014-08-11 08:40:47 UTC (rev 117129)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.5.3
+pkgver=1.5.8
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@
 
 if [[ $CARCH == x86_64 ]]; then
   
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('e4f80571805961ccd5c056e9b159a99698132bd7213c24bb96bd07edc6ca5d9a')
+  
sha256sums=('8b2ff4f8fcef545dc9ae99101520bc0630c4318b6c047d583b7a89c61989807e')
 else
   
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('eb246dd6069aaaf14eeedab29cbf4c3baeec33b7fbc6c985cebae41436af80fa')
+  
sha256sums=('8b2ff4f8fcef545dc9ae99101520bc0630c4318b6c047d583b7a89c61989807e')
 fi
 
 prepare() {



[arch-commits] Commit in dart/repos/community-i686 (PKGBUILD PKGBUILD)

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 10:41:44
  Author: arodseth
Revision: 117130

archrelease: copy trunk to community-i686

Added:
  dart/repos/community-i686/PKGBUILD
(from rev 117129, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 08:40:47 UTC (rev 117129)
+++ PKGBUILD2014-08-11 08:41:44 UTC (rev 117130)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('e4f80571805961ccd5c056e9b159a99698132bd7213c24bb96bd07edc6ca5d9a')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('eb246dd6069aaaf14eeedab29cbf4c3baeec33b7fbc6c985cebae41436af80fa')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  cd $pkgname-sdk/bin
-
-  # Configure paths
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 117129, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 08:41:44 UTC (rev 117130)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.5.8
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('8b2ff4f8fcef545dc9ae99101520bc0630c4318b6c047d583b7a89c61989807e')
+else
+  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('8b2ff4f8fcef545dc9ae99101520bc0630c4318b6c047d583b7a89c61989807e')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x $pkgname-sdk/bin/*
+
+  cd $pkgname-sdk/bin
+
+  # Configure paths
+  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
+  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
+  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
+  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
+  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
+  setconf pub SDK_DIR /opt/$pkgname-sdk/
+  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
+  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 ../include/dart_api.h  ../../LICENSE
+}
+

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

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 11:06:13
  Author: arodseth
Revision: 117131

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

Added:
  erlang/repos/community-staging-i686/
  erlang/repos/community-staging-i686/PKGBUILD
(from rev 117130, erlang/trunk/PKGBUILD)
  erlang/repos/community-staging-i686/epmd.conf
(from rev 117130, erlang/trunk/epmd.conf)
  erlang/repos/community-staging-i686/epmd.service
(from rev 117130, erlang/trunk/epmd.service)
  erlang/repos/community-staging-i686/epmd.socket
(from rev 117130, erlang/trunk/epmd.socket)
  erlang/repos/community-staging-x86_64/
  erlang/repos/community-staging-x86_64/PKGBUILD
(from rev 117130, erlang/trunk/PKGBUILD)
  erlang/repos/community-staging-x86_64/epmd.conf
(from rev 117130, erlang/trunk/epmd.conf)
  erlang/repos/community-staging-x86_64/epmd.service
(from rev 117130, erlang/trunk/epmd.service)
  erlang/repos/community-staging-x86_64/epmd.socket
(from rev 117130, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 community-staging-i686/PKGBUILD   |   89 
 community-staging-i686/epmd.conf  |3 +
 community-staging-i686/epmd.service   |   11 +++
 community-staging-i686/epmd.socket|9 +++
 community-staging-x86_64/PKGBUILD |   89 
 community-staging-x86_64/epmd.conf|3 +
 community-staging-x86_64/epmd.service |   11 +++
 community-staging-x86_64/epmd.socket  |9 +++
 community-x86_64/PKGBUILD |   89 
 community-x86_64/epmd.conf|3 -
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 ---
 12 files changed, 224 insertions(+), 112 deletions(-)

Copied: erlang/repos/community-staging-i686/PKGBUILD (from rev 117130, 
erlang/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 09:06:13 UTC (rev 117131)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Lukas Fleischer archli...@cryptocrack.de
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: Tom Burdick thomas.burd...@wrightwoodtech.com
+# Contributor: Ricardo Catalinas Jiménez jimenezr...@gmail.com
+
+pkgbase=erlang
+pkgname=('erlang' 'erlang-unixodbc')
+pkgver=17.1
+pkgrel=2
+arch=('x86_64' 'i686')
+url='http://www.erlang.org/'
+license=('custom')
+makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu')
+options=('staticlibs')
+source=(http://www.erlang.org/download/otp_src_$pkgver.tar.gz;
+http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
+'epmd.service'
+'epmd.socket'
+'epmd.conf')
+sha256sums=('b806f5b2b5cc2d0c0d5dd1a65657c21c10dc3a0535ef60adecdac9cd73b9c356'
+'4a230277f135e3730593e7bffdd5ca92596568340f02a5b3134f1d083b34eaab'
+'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
+'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
+
+build() {
+  cd otp_src_$pkgver
+
+  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  make
+}
+
+package_erlang() {
+  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
+  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
+  optdepends=('erlang-unixodbc: database support'
+  'java-environment: for Java support'
+  'lksctp-tools: for SCTP support')
+  provides=('erlang-nox')
+  conflicts=('erlang-nox')
+
+  cd otp_src_$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Documentation
+  install -d $pkgdir/usr/share/doc/erlang
+  install -m0644 $srcdir/otp_src_$pkgver/README.md \
+$srcdir/{README,COPYRIGHT} \
+$pkgdir/usr/share/doc/erlang
+
+  # Compressed man pages
+  for page in $srcdir/man/man?/*; do gzip $page; done
+  cp -r $srcdir/man $pkgdir/usr/lib/erlang/
+
+  # License
+  install -Dm0644 $srcdir/otp_src_$pkgver/EPLICENCE \
+$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
+
+  # Move over files that will be packaged as erlang-unixodbc
+  mkdir $srcdir/unixodbc
+  mv $pkgdir/usr/lib/erlang/lib/odbc* $srcdir/unixodbc/
+  mv $pkgdir/usr/lib/erlang/man/man3/odbc.3.gz $srcdir
+
+  # epmd service, socket and conf
+  cd $srcdir
+  install -Dm644 epmd.service $pkgdir/usr/lib/systemd/system/epmd.service
+  install -Dm644 epmd.socket $pkgdir/usr/lib/systemd/system/epmd.socket
+  install -Dm644 epmd.conf $pkgdir/etc/conf.d/epmd
+}
+
+package_erlang-unixodbc() {
+  pkgdesc='Unixodbc support for 

[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 11:10:22
  Author: fyan
Revision: 117132

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 117131, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 117131, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 117131, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 117131, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 117131, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 117131, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-08-11 09:06:13 UTC (rev 117131)
+++ LICENSE 2014-08-11 09:10:22 UTC (rev 117132)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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: jenkins/repos/community-any/LICENSE (from rev 117131, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-08-11 09:10:22 UTC (rev 117132)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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-08-11 09:06:13 UTC (rev 117131)
+++ PKGBUILD2014-08-11 09:10:22 UTC (rev 117132)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.575
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in linux-grsec/trunk (4 files)

2014-08-11 Thread Daniel Micay
Date: Monday, August 11, 2014 @ 11:27:22
  Author: thestinger
Revision: 117133

upgpkg: linux-grsec 3.15.9.201408110025-1

* rely on grsecurity to disable unprivileged user namespaces

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
Deleted:
  linux-grsec/trunk/Revert-userns-Allow-unprivileged-users-to-create-use.patch

+
 PKGBUILD   |   21 ++---
 Revert-userns-Allow-unprivileged-users-to-create-use.patch |   41 ---
 config |4 -
 config.x86_64  |4 -
 4 files changed, 14 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 09:10:22 UTC (rev 117132)
+++ PKGBUILD2014-08-11 09:27:22 UTC (rev 117133)
@@ -7,12 +7,12 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.15
-_pkgver=3.15.8
+_pkgver=3.15.9
 _grsecver=3.0
-_timestamp=201408040708
+_timestamp=201408110025
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -27,17 +27,15 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-Revert-userns-Allow-unprivileged-users-to-create-use.patch
 )
 sha256sums=('c3927e87be4040fa8aca1b58663dc0776aaf00485604ff88a623be2f3fb07794'
-'e25557b19dfebc91e42939aa9a62f7a4d4e36ea2cc659368cded51fb2c703456'
-'f85023b7d061365a08139743e68082e3f61b178173528a0d9e39c07ddeef0ad6'
+'31c0bde90d23355540062438aa485418d19b15a7563a1297ff49247954f62417'
+'ebe1eeefe65dfe12e64941e0727c3cc9c37d2547d3eb8c01031d449be00c1e5f'
 'SKIP'
-'e7464de4d248176dc6e2dede11acdfa4cb77bed1fbacaf2b8c66ab94164fe383'
-'aaeea9587701bd8e1a23dfa9e5c32dcda454ce26497175a9ad9f2bd3c260f6ea'
+'26b9e9cca6aa6984e5375da589588a3a5d00d7e99718c8cf6bf2b9f92920bd5f'
+'d5e63ad33d42abc9ba054b196fdcfed74389eb30aaa01bcf01917496cc9387fc'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
-'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
-'1b3651558fcd497c72af3d483febb21fff98cbb9fbcb456da19b24304c40c754')
+'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182')
 
 _kernelname=${pkgbase#linux}
 
@@ -55,9 +53,6 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -p1 -i ${srcdir}/change-default-console-loglevel.patch
 
-  # Forbid unprivileged user namespaces
-  patch -p1 -i 
$srcdir/Revert-userns-Allow-unprivileged-users-to-create-use.patch
-
   # Add grsecurity patches
   patch -Np1 -i $srcdir/$_grsec_patch
   rm localversion-grsec

Deleted: Revert-userns-Allow-unprivileged-users-to-create-use.patch
===
--- Revert-userns-Allow-unprivileged-users-to-create-use.patch  2014-08-11 
09:10:22 UTC (rev 117132)
+++ Revert-userns-Allow-unprivileged-users-to-create-use.patch  2014-08-11 
09:27:22 UTC (rev 117133)
@@ -1,41 +0,0 @@
-From e3da68be55914bfeedb8866f191cc0958579611d Mon Sep 17 00:00:00 2001
-From: Josh Boyer jwbo...@fedoraproject.org
-Date: Wed, 13 Nov 2013 10:21:18 -0500
-Subject: [PATCH] Revert userns: Allow unprivileged users to create user
- namespaces.
-
-This reverts commit 5eaf563e53294d6696e651466697eb9d491f3946.
-
-Conflicts:
-   kernel/fork.c

- kernel/fork.c | 13 +
- 1 file changed, 13 insertions(+)
-
-diff --git a/kernel/fork.c b/kernel/fork.c
-index f6d11fc..e04c9a7 100644
 a/kernel/fork.c
-+++ b/kernel/fork.c
-@@ -1573,6 +1573,19 @@ long do_fork(unsigned long clone_flags,
-   long nr;
- 
-   /*
-+   * Do some preliminary argument and permissions checking before we
-+   * actually start allocating stuff
-+   */
-+  if (clone_flags  CLONE_NEWUSER) {
-+  /* hopefully this check will go away when userns support is
-+   * complete
-+   */
-+  if (!capable(CAP_SYS_ADMIN) || !capable(CAP_SETUID) ||
-+  !capable(CAP_SETGID))
-+  return -EPERM;
-+  }
-+
-+  /*
-* Determine whether and which event to report to ptracer.  When
-* called from kernel_thread or CLONE_UNTRACED is explicitly
-* requested, no event is reported; otherwise, report if the event
--- 
-1.8.3.1
-

Modified: config
===
--- config  2014-08-11 09:10:22 UTC (rev 117132)
+++ config  2014-08-11 09:27:22 UTC (rev 117133)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 

[arch-commits] Commit in linux-grsec/repos (26 files)

2014-08-11 Thread Daniel Micay
Date: Monday, August 11, 2014 @ 11:28:23
  Author: thestinger
Revision: 117134

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 117133, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 117133, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 117133, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 117133, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 117133, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 117133, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 117133, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 117133, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 117133, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 117133, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 117133, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 117133, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  
linux-grsec/repos/community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  
linux-grsec/repos/community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

-+
 /PKGBUILD   |  
632 
 /change-default-console-loglevel.patch  |  
 24 
 /config 
|13830 ++
 /config.x86_64  
|13310 +
 /linux-grsec.install|  
116 
 /linux.preset   |  
 28 
 community-i686/PKGBUILD |  
321 
 community-i686/Revert-userns-Allow-unprivileged-users-to-create-use.patch   |  
 41 
 community-i686/change-default-console-loglevel.patch|  
 12 
 community-i686/config   | 
6913 
 community-i686/config.x86_64| 
6653 
 community-i686/linux-grsec.install  |  
 58 
 community-i686/linux.preset |  
 14 
 community-x86_64/PKGBUILD   |  
321 
 community-x86_64/Revert-userns-Allow-unprivileged-users-to-create-use.patch |  
 41 
 community-x86_64/change-default-console-loglevel.patch  |  
 12 
 community-x86_64/config | 
6913 
 community-x86_64/config.x86_64  | 
6653 
 community-x86_64/linux-grsec.install|  
 58 
 community-x86_64/linux.preset   |  
 14 
 20 files changed, 27940 insertions(+), 28024 deletions(-)

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


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

2014-08-11 Thread Martin Wimpress
Date: Monday, August 11, 2014 @ 12:25:32
  Author: flexiondotorg
Revision: 117135

upgpkg: syncthing 0.9.2-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 09:28:23 UTC (rev 117134)
+++ PKGBUILD2014-08-11 10:25:32 UTC (rev 117135)
@@ -6,7 +6,7 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
@@ -17,7 +17,7 @@
 source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
 syncthing@.service
 syncthing.1)
-sha1sums=('175f99f421e6db3d7ec494716905bd39f0c581cc'
+sha1sums=('3f25ee379243887e742d74c6d5c17f1d153eca8b'
   '204cad3823306c793a14a17a23220e26199160d4'
   '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install
@@ -45,7 +45,10 @@
 
 package() {
 cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 bin/syncthing ${pkgdir}/usr/bin/syncthing
+for FILE in bin/*; do
+BASE_FILE=$(basename ${FILE})
+install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
+done
 install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
 install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service



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

2014-08-11 Thread Martin Wimpress
Date: Monday, August 11, 2014 @ 12:25:43
  Author: flexiondotorg
Revision: 117137

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 117136, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 117136, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 117136, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 117136, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 117136, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 117136, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 117136, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 117136, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  112 
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   53 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 350 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 10:25:33 UTC (rev 117136)
+++ community-i686/PKGBUILD 2014-08-11 10:25:43 UTC (rev 117137)
@@ -1,53 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-_pkgstamp=$(date +%s)
-pkgname=syncthing
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('go' 'godep' 'inetutils' 'sed')
-source=(https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz;
-syncthing@.service
-syncthing.1)
-sha1sums=('175f99f421e6db3d7ec494716905bd39f0c581cc'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-# Patch the build variables that require a git clone
-sed -i -e s/^version=.*/version=v\${pkgver}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-sed -i -e s/^date=.*/date=\${_pkgstamp}\/ 
${srcdir}/src/github.com/syncthing/${pkgname}/build.sh
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-install -D -m 755 bin/syncthing ${pkgdir}/usr/bin/syncthing
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 117136, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 10:25:43 UTC (rev 117137)
@@ -0,0 +1,56 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+_pkgstamp=$(date +%s)
+pkgname=syncthing
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:26:11
  Author: fyan
Revision: 117138

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

Added:
  wxcam/repos/community-staging-i686/
  wxcam/repos/community-staging-i686/PKGBUILD
(from rev 117137, wxcam/trunk/PKGBUILD)
  wxcam/repos/community-staging-x86_64/
  wxcam/repos/community-staging-x86_64/PKGBUILD
(from rev 117137, wxcam/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: wxcam/repos/community-staging-i686/PKGBUILD (from rev 117137, 
wxcam/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 10:26:11 UTC (rev 117138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=6
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.5.8
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 
'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+ '4941a3959f790ee68326403da1ed6dc7')
+
+prepare() {
+cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+}
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir wxcamdocdir=/usr/share/doc/wxcam install
+}

Copied: wxcam/repos/community-staging-x86_64/PKGBUILD (from rev 117137, 
wxcam/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 10:26:11 UTC (rev 117138)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=wxcam
+pkgver=1.1
+pkgrel=6
+arch=('i686' 'x86_64')
+license=(GPL)
+pkgdesc=Webcam application for linux
+# version of CImg library needed to compile wxcam -
+# http://cimg.sourceforge.net/
+_CImg_ver=1.5.8
+url=http://wxcam.sourceforge.net;
+makedepends=('intltool=0.35.0' 'libsm')
+depends=('libglade' 'mjpegtools' 'perlxml' 'wxgtk' 'xvidcore' 'v4l-utils' 
'alsa-lib')
+source=(http://downloads.sourceforge.net/wxcam/${pkgname}-${pkgver}.tar.bz2
+   http://downloads.sourceforge.net/cimg/CImg-${_CImg_ver}.zip)
+md5sums=('c9ea8991b6375c1709a7ce4e61fcc263'
+ '4941a3959f790ee68326403da1ed6dc7')
+
+prepare() {
+cp $srcdir/CImg-${_CImg_ver}/CImg.h $srcdir/$pkgname-$pkgver
+}
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver
+make DESTDIR=$pkgdir wxcamdocdir=/usr/share/doc/wxcam install
+}



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:25:33
  Author: fyan
Revision: 117136

upgpkg: wxcam 1.1-6

wxgtk no-STL rebuild https://www.archlinux.org/todo/wxgtk-no-stl-rebuild/

Modified:
  wxcam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:25:32 UTC (rev 117135)
+++ PKGBUILD2014-08-11 10:25:33 UTC (rev 117136)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=wxcam
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=(GPL)
 pkgdesc=Webcam application for linux



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:29:28
  Author: fyan
Revision: 117139

upgpkg: springlobby 0.196-2

wxgtk no-STL rebuild https://www.archlinux.org/todo/wxgtk-no-stl-rebuild/

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:26:11 UTC (rev 117138)
+++ PKGBUILD2014-08-11 10:29:28 UTC (rev 117139)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.196
-pkgrel=1
+pkgrel=2
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:30:01
  Author: fyan
Revision: 117140

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

Added:
  springlobby/repos/community-staging-i686/
  springlobby/repos/community-staging-i686/PKGBUILD
(from rev 117139, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-i686/springlobby.install
(from rev 117139, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-x86_64/
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 117139, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-x86_64/springlobby.install
(from rev 117139, springlobby/trunk/springlobby.install)

--+
 community-staging-i686/PKGBUILD  |   34 +
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   34 +
 community-staging-x86_64/springlobby.install |   11 
 4 files changed, 90 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 117139, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 10:30:01 UTC (rev 117140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.196
+pkgrel=2
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3b39b1ee5597001ff101bb7469027c79')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
117139, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2014-08-11 10:30:01 UTC (rev 
117140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 117139, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 10:30:01 UTC (rev 117140)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.196
+pkgrel=2
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3b39b1ee5597001ff101bb7469027c79')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-x86_64/springlobby.install (from 
rev 117139, springlobby/trunk/springlobby.install)
===
--- community-staging-x86_64/springlobby.install
(rev 0)
+++ community-staging-x86_64/springlobby.install2014-08-11 10:30:01 UTC 
(rev 117140)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:30:24
  Author: fyan
Revision: 117141

upgpkg: mediainfo-gui 0.7.69-2

wxgtk no-STL rebuild https://www.archlinux.org/todo/wxgtk-no-stl-rebuild/

Modified:
  mediainfo-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:30:01 UTC (rev 117140)
+++ PKGBUILD2014-08-11 10:30:24 UTC (rev 117141)
@@ -4,7 +4,7 @@
 
 pkgname=mediainfo-gui
 pkgver=0.7.69
-pkgrel=1
+pkgrel=2
 pkgdesc=GUI for mediainfo
 arch=('i686' 'x86_64')
 url=http://mediainfo.sourceforge.net;



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

2014-08-11 Thread Florian Pritz
Date: Monday, August 11, 2014 @ 12:33:59
  Author: bluewind
Revision: 117143

upgpkg: inxi 2.1.29-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:33:30 UTC (rev 117142)
+++ PKGBUILD2014-08-11 10:33:59 UTC (rev 117143)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.1.28
+pkgver=2.1.29
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7ff664c61f561f64a9a34f7a3fa25434')
+md5sums=('c24a5757c99fd5a810285f54a6488768')
 
 package() {
   cd $srcdir



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

2014-08-11 Thread Florian Pritz
Date: Monday, August 11, 2014 @ 12:34:02
  Author: bluewind
Revision: 117144

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 117143, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 117143, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 10:33:59 UTC (rev 117143)
+++ PKGBUILD2014-08-11 10:34:02 UTC (rev 117144)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.1.28
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7ff664c61f561f64a9a34f7a3fa25434')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 117143, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 10:34:02 UTC (rev 117144)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.1.29
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('c24a5757c99fd5a810285f54a6488768')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-08-11 10:33:59 UTC (rev 117143)
+++ upgpkg  2014-08-11 10:34:02 UTC (rev 117144)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 117143, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-08-11 10:34:02 UTC (rev 117144)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:33:30
  Author: fyan
Revision: 117142

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

Added:
  mediainfo-gui/repos/community-staging-i686/
  mediainfo-gui/repos/community-staging-i686/PKGBUILD
(from rev 117141, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-staging-i686/mediainfo-gui.install
(from rev 117141, mediainfo-gui/trunk/mediainfo-gui.install)
  mediainfo-gui/repos/community-staging-x86_64/
  mediainfo-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 117141, mediainfo-gui/trunk/PKGBUILD)
  mediainfo-gui/repos/community-staging-x86_64/mediainfo-gui.install
(from rev 117141, mediainfo-gui/trunk/mediainfo-gui.install)

+
 community-staging-i686/PKGBUILD|   35 +++
 community-staging-i686/mediainfo-gui.install   |   12 +++
 community-staging-x86_64/PKGBUILD  |   35 +++
 community-staging-x86_64/mediainfo-gui.install |   12 +++
 4 files changed, 94 insertions(+)

Copied: mediainfo-gui/repos/community-staging-i686/PKGBUILD (from rev 117141, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 10:33:30 UTC (rev 117142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo-gui
+pkgver=0.7.69
+pkgrel=2
+pkgdesc=GUI for mediainfo
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR=$pkgdir install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+$pkgdir/usr/share/pixmaps/mediainfo-gui.png
+  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
+$pkgdir/usr/share/applications/mediainfo-gui.desktop
+}

Copied: mediainfo-gui/repos/community-staging-i686/mediainfo-gui.install (from 
rev 117141, mediainfo-gui/trunk/mediainfo-gui.install)
===
--- community-staging-i686/mediainfo-gui.install
(rev 0)
+++ community-staging-i686/mediainfo-gui.install2014-08-11 10:33:30 UTC 
(rev 117142)
@@ -0,0 +1,12 @@
+post_install() {
+  which gtk-update-icon-cache /dev/null  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mediainfo-gui/repos/community-staging-x86_64/PKGBUILD (from rev 117141, 
mediainfo-gui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 10:33:30 UTC (rev 117142)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: hydro hy...@freenet.de
+
+pkgname=mediainfo-gui
+pkgver=0.7.69
+pkgrel=2
+pkgdesc=GUI for mediainfo
+arch=('i686' 'x86_64')
+url=http://mediainfo.sourceforge.net;
+license=('GPL')
+depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
+makedepends=('imagemagick')
+install=mediainfo-gui.install
+source=(http://downloads.sourceforge.net/mediainfo/mediainfo_${pkgver}.tar.bz2)
+md5sums=('ec6fd980cc02f072c8671bdef158e6eb')
+
+build() {
+  cd MediaInfo/Project/GNU/GUI
+  sh ./autogen
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/GUI
+  make DESTDIR=$pkgdir install
+  _iconsize=`identify $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png | 
grep -oP ' \d+x\d+ ' | tr -d ' '`
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+
$pkgdir/usr/share/icons/hicolor/${_iconsize}/apps/mediainfo.png
+  install -D -m 644 $srcdir/MediaInfo/Source/Resource/Image/MediaInfo.png \
+$pkgdir/usr/share/pixmaps/mediainfo-gui.png
+  install -D -m 644 $srcdir/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
+$pkgdir/usr/share/applications/mediainfo-gui.desktop
+}

Copied: 

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

2014-08-11 Thread Sergej Pupykin
Date: Monday, August 11, 2014 @ 12:35:51
  Author: spupykin
Revision: 117145

upgpkg: procstatd 1.4.2-9

upd

Modified:
  procstatd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:34:02 UTC (rev 117144)
+++ PKGBUILD2014-08-11 10:35:51 UTC (rev 117145)
@@ -5,14 +5,13 @@
 
 pkgname=procstatd
 pkgver=1.4.2
-pkgrel=8
+pkgrel=9
 pkgdesc=A daemon that can be run either from userspace or inetd that can be 
queried via a simple API to parse various files in /proc
-arch=('i686 x86_64')
+arch=('i686' 'x86_64')
 license=('GPL')
+url=http://www.phy.duke.edu/brahma/;
 source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
 md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url=http://www.phy.duke.edu/brahma/;
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
 
 build() {
   cd $srcdir/$pkgname



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

2014-08-11 Thread Sergej Pupykin
Date: Monday, August 11, 2014 @ 12:36:08
  Author: spupykin
Revision: 117146

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 10:35:51 UTC (rev 117145)
+++ community-i686/PKGBUILD 2014-08-11 10:36:08 UTC (rev 117146)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Jason Chu ja...@archlinux.org
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=8
-pkgdesc=A daemon that can be run either from userspace or inetd that can be 
queried via a simple API to parse various files in /proc
-arch=('i686 x86_64')
-license=('GPL')
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url=http://www.phy.duke.edu/brahma/;
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
-  cd $srcdir/$pkgname
-  # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd 
watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make INSTDIR=$pkgdir/usr install
-  mkdir ${pkgdir}/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}

Copied: procstatd/repos/community-i686/PKGBUILD (from rev 117145, 
procstatd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 10:36:08 UTC (rev 117146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Jason Chu ja...@archlinux.org
+
+pkgname=procstatd
+pkgver=1.4.2
+pkgrel=9
+pkgdesc=A daemon that can be run either from userspace or inetd that can be 
queried via a simple API to parse various files in /proc
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.phy.duke.edu/brahma/;
+source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
+md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
+
+build() {
+  cd $srcdir/$pkgname
+  # Get rid of the funky make install forever bug
+  sed -i 's/make install/echo/;s/cd 
watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make INSTDIR=$pkgdir/usr install
+  mkdir ${pkgdir}/usr/share
+  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-11 10:35:51 UTC (rev 117145)
+++ community-x86_64/PKGBUILD   2014-08-11 10:36:08 UTC (rev 117146)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Maintainer: Jason Chu ja...@archlinux.org
-
-pkgname=procstatd
-pkgver=1.4.2
-pkgrel=8
-pkgdesc=A daemon that can be run either from userspace or inetd that can be 
queried via a simple API to parse various files in /proc
-arch=('i686 x86_64')
-license=('GPL')
-source=(http://downloads.sourceforge.net/herdtools/$pkgname.tar.gz)
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-url=http://www.phy.duke.edu/brahma/;
-md5sums=('1fdeaf05ca6337f5c02e76a76c53c407')
-
-build() {
-  cd $srcdir/$pkgname
-  # Get rid of the funky make install forever bug
-  sed -i 's/make install/echo/;s/cd 
watchman/echo/;s@$(INSTDIR)/sbin@$(INSTDIR)/bin@' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make INSTDIR=$pkgdir/usr install
-  mkdir ${pkgdir}/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man
-}

Copied: procstatd/repos/community-x86_64/PKGBUILD (from rev 117145, 
procstatd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-11 10:36:08 UTC (rev 117146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: Jason Chu ja...@archlinux.org
+
+pkgname=procstatd
+pkgver=1.4.2
+pkgrel=9
+pkgdesc=A daemon that can be run either from userspace or inetd that can be 
queried via a simple API to parse various files in /proc
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.phy.duke.edu/brahma/;

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:45:14
  Author: fyan
Revision: 117147

upgpkg: ktikz 0.10-5

- mtree rebuild
- point source url to ubuntu as the upstream website not accessible
- fix svn tag

Modified:
  ktikz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:36:08 UTC (rev 117146)
+++ PKGBUILD2014-08-11 10:45:14 UTC (rev 117147)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Peter Lewis ple...@aur.archlinux.org
 # Contributor: linuxSEAT --put_my_name_her...@gmail.com
 # Contributor: Le_J clej37 at gmail dot com
@@ -4,7 +5,7 @@
 
 pkgname=ktikz
 pkgver=0.10
-pkgrel=4
+pkgrel=5
 pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
 arch=('i686' 'x86_64')
 url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
@@ -11,7 +12,7 @@
 license=(GPL)
 depends=('poppler-qt' 'kdelibs')
 makedepends=('automoc4' 'cmake' 'docbook-xml')
-source=(http://www.hackenberger.at/ktikz/$pkgname_$pkgver.tar.gz;)
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
 md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
 
 build() {



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:45:38
  Author: fyan
Revision: 117148

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   55 ---
 ktikz.install |   28 ++--
 2 files changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 10:45:14 UTC (rev 117147)
+++ PKGBUILD2014-08-11 10:45:38 UTC (rev 117148)
@@ -1,27 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: linuxSEAT --put_my_name_her...@gmail.com
-# Contributor: Le_J clej37 at gmail dot com
-
-pkgname=ktikz
-pkgver=0.10
-pkgrel=4
-pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
-arch=('i686' 'x86_64')
-url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
-license=(GPL)
-depends=('poppler-qt' 'kdelibs')
-makedepends=('automoc4' 'cmake' 'docbook-xml')
-source=(http://www.hackenberger.at/ktikz/$pkgname_$pkgver.tar.gz;)
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-build() {
-  cd $srcdir/$pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: ktikz/repos/community-x86_64/PKGBUILD (from rev 117147, 
ktikz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 10:45:38 UTC (rev 117148)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Contributor: linuxSEAT --put_my_name_her...@gmail.com
+# Contributor: Le_J clej37 at gmail dot com
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=5
+pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
+arch=('i686' 'x86_64')
+url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
+license=(GPL)
+depends=('poppler-qt' 'kdelibs')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd $srcdir/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}

Deleted: ktikz.install
===
--- ktikz.install   2014-08-11 10:45:14 UTC (rev 117147)
+++ ktikz.install   2014-08-11 10:45:38 UTC (rev 117148)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database /usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ktikz/repos/community-x86_64/ktikz.install (from rev 117147, 
ktikz/trunk/ktikz.install)
===
--- ktikz.install   (rev 0)
+++ ktikz.install   2014-08-11 10:45:38 UTC (rev 117148)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 12:49:11
  Author: fyan
Revision: 117149

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

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

+
 /PKGBUILD  |   56 +++
 /ktikz.install |   28 +++
 community-i686/PKGBUILD|   27 --
 community-i686/ktikz.install   |   14 -
 community-x86_64/PKGBUILD  |   28 ---
 community-x86_64/ktikz.install |   14 -
 6 files changed, 84 insertions(+), 83 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 10:45:38 UTC (rev 117148)
+++ community-i686/PKGBUILD 2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,27 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: linuxSEAT --put_my_name_her...@gmail.com
-# Contributor: Le_J clej37 at gmail dot com
-
-pkgname=ktikz
-pkgver=0.10
-pkgrel=4
-pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
-arch=('i686' 'x86_64')
-url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
-license=(GPL)
-depends=('poppler-qt' 'kdelibs')
-makedepends=('automoc4' 'cmake' 'docbook-xml')
-source=(http://www.hackenberger.at/ktikz/$pkgname_$pkgver.tar.gz;)
-md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
-
-build() {
-  cd $srcdir/$pkgname
-
-  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make DESTDIR=$pkgdir install
-}

Copied: ktikz/repos/community-i686/PKGBUILD (from rev 117148, 
ktikz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Contributor: linuxSEAT --put_my_name_her...@gmail.com
+# Contributor: Le_J clej37 at gmail dot com
+
+pkgname=ktikz
+pkgver=0.10
+pkgrel=5
+pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
+arch=('i686' 'x86_64')
+url=http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/;
+license=(GPL)
+depends=('poppler-qt' 'kdelibs')
+makedepends=('automoc4' 'cmake' 'docbook-xml')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/ktikz_$pkgver.orig.tar.gz;)
+md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
+
+build() {
+  cd $srcdir/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/ktikz.install
===
--- community-i686/ktikz.install2014-08-11 10:45:38 UTC (rev 117148)
+++ community-i686/ktikz.install2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database /usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ktikz/repos/community-i686/ktikz.install (from rev 117148, 
ktikz/trunk/ktikz.install)
===
--- community-i686/ktikz.install(rev 0)
+++ community-i686/ktikz.install2014-08-11 10:49:11 UTC (rev 117149)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-11 10:45:38 UTC (rev 117148)
+++ community-x86_64/PKGBUILD   2014-08-11 10:49:11 UTC (rev 117149)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: linuxSEAT --put_my_name_her...@gmail.com
-# Contributor: Le_J clej37 at gmail dot com
-
-pkgname=ktikz
-pkgver=0.10
-pkgrel=5
-pkgdesc=A small application helping you to create TikZ diagrams (from the 
LaTeX pgf package)
-arch=('i686' 'x86_64')

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 12:56:12
  Author: bpiotrowski
Revision: 219537

upgpkg: mkvtoolnix 7.1.0-2

rebuild against wxgtk 3.0.1-2

Modified:
  mkvtoolnix/trunk/PKGBUILD
  mkvtoolnix/trunk/mkvtoolnix.install

+
 PKGBUILD   |4 ++--
 mkvtoolnix.install |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 10:11:30 UTC (rev 219536)
+++ PKGBUILD2014-08-11 10:56:12 UTC (rev 219537)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=7.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
@@ -72,7 +72,7 @@
 
 package_mkvtoolnix-gtk() {
   pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils')
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
   install=mkvtoolnix.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}

Modified: mkvtoolnix.install
===
--- mkvtoolnix.install  2014-08-11 10:11:30 UTC (rev 219536)
+++ mkvtoolnix.install  2014-08-11 10:56:12 UTC (rev 219537)
@@ -3,6 +3,7 @@
if [ -f usr/bin/update-mime-database ]; then
   update-mime-database usr/share/mime  /dev/null
fi
+   update-desktop-database -q
 }
 
 post_upgrade() {



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 12:56:19
  Author: bpiotrowski
Revision: 219538

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

Added:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-i686/PKGBUILD
(from rev 219537, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-i686/mkvtoolnix.install
(from rev 219537, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 219537, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install
(from rev 219537, mkvtoolnix/trunk/mkvtoolnix.install)

---+
 staging-i686/PKGBUILD |   93 
 staging-i686/mkvtoolnix.install   |   15 +
 staging-x86_64/PKGBUILD   |   93 
 staging-x86_64/mkvtoolnix.install |   15 +
 4 files changed, 216 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 219537, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 10:56:19 UTC (rev 219538)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=7.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
+source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
+md5sums=('a374511b0743a700548622d23cd5616c')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Disable automagic curl dep used for online update checking
+  sed -i -e '/curl/d' configure.in
+  export CURL_CFLAGS= CURL_LIBS=
+
+  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
+
+  # Sets number of threads for a parallel build
+  export DRAKETHREADS=4
+
+  autoreconf -vfi
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib \
+  --disable-gui
+  ./drake
+
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix=/usr \
+  --with-boost-libdir=/usr/lib
+  ./drake
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
+  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
+  provides=('mkvtoolnix')
+  conflicts=('mkvtoolnix')
+  replaces=('mkvtoolnix')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./drake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkvinfo
+  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
+
+  rm -rf ${pkgdir}/usr/bin/mmg
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/mime
+}
+
+package_mkvtoolnix-gtk() {
+  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
+  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
+  install=mkvtoolnix.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./drake DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/bin/mkv*
+  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
+  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
+
+  rm -rf ${pkgdir}/usr/share/doc
+  rm -rf ${pkgdir}/usr/share/locale
+  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
+  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
+}

Copied: mkvtoolnix/repos/staging-i686/mkvtoolnix.install (from rev 219537, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- staging-i686/mkvtoolnix.install (rev 0)
+++ staging-i686/mkvtoolnix.install 2014-08-11 10:56:19 UTC (rev 219538)
@@ -0,0 +1,15 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 219537, 
mkvtoolnix/trunk/PKGBUILD)

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 13:59:20
  Author: bpiotrowski
Revision: 219543

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/001-log_fix_dump_avx2.patch
(from rev 219542, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 219542, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch
(from rev 219542, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 219542, boost/trunk/PKGBUILD)

+
 staging-i686/001-log_fix_dump_avx2.patch   |   13 +++
 staging-i686/PKGBUILD  |   96 +++
 staging-x86_64/001-log_fix_dump_avx2.patch |   13 +++
 staging-x86_64/PKGBUILD|   96 +++
 4 files changed, 218 insertions(+)

Copied: boost/repos/staging-i686/001-log_fix_dump_avx2.patch (from rev 219542, 
boost/trunk/001-log_fix_dump_avx2.patch)
===
--- staging-i686/001-log_fix_dump_avx2.patch(rev 0)
+++ staging-i686/001-log_fix_dump_avx2.patch2014-08-11 11:59:20 UTC (rev 
219543)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Copied: boost/repos/staging-i686/PKGBUILD (from rev 219542, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 11:59:20 UTC (rev 219543)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.56.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+sha1sums=('1639723c6bdff873cdb6d747f8f8c9d9f066434d')
+
+build() {
+   export _stagedir=${srcdir}/stagedir
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir=bin.linuxx86
+   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
+   install -Dm755 tools/build/src/engine/$_bindir/b2 ${_stagedir}/bin/b2
+
+   # Add an extra python version. This does not replace anything and python 2.x
+   # need to be the default.
+   echo using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : 
/usr/lib ; \
+   project-config.jam
+
+   # Support for OpenMPI
+   echo using mpi ;  project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
+
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=2.7 \
+  cflags=${CPPFLAGS} ${CFLAGS} -O3 linkflags=${LDFLAGS} \
+  --layout=system \
+  --prefix=${_stagedir} \
+  ${JOBS} \
+  install
+}
+
+package_boost() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
+   depends=(boost-libs=${pkgver})
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+   

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:02:03
  Author: fyan
Revision: 117158

upgpkg: aspell-it 2.2_20050523-5

mtree rebuild

Modified:
  aspell-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 11:55:27 UTC (rev 117157)
+++ PKGBUILD2014-08-11 12:02:03 UTC (rev 117158)
@@ -4,7 +4,7 @@
 
 pkgname=aspell-it
 pkgver=2.2_20050523
-pkgrel=4
+pkgrel=5
 pkgdesc=Italian dictionary for aspell
 arch=('i686' 'x86_64')
 url=http://aspell.net/;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:02:46
  Author: fyan
Revision: 117159

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

Added:
  aspell-it/repos/community-i686/PKGBUILD
(from rev 117158, aspell-it/trunk/PKGBUILD)
  aspell-it/repos/community-x86_64/PKGBUILD
(from rev 117158, aspell-it/trunk/PKGBUILD)
Deleted:
  aspell-it/repos/community-i686/PKGBUILD
  aspell-it/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:02:03 UTC (rev 117158)
+++ community-i686/PKGBUILD 2014-08-11 12:02:46 UTC (rev 117159)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=aspell-it
-pkgver=2.2_20050523
-pkgrel=4
-pkgdesc=Italian dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2;)
-md5sums=('b1217299a0b67d1e121494d7ec18a88d')
-
-build() {
-  cd ${srcdir}/aspell6-it-${pkgver}-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd ${srcdir}/aspell6-it-${pkgver}-0
-
-  make DESTDIR=${pkgdir} install
-}

Copied: aspell-it/repos/community-i686/PKGBUILD (from rev 117158, 
aspell-it/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:02:46 UTC (rev 117159)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=aspell-it
+pkgver=2.2_20050523
+pkgrel=5
+pkgdesc=Italian dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2;)
+md5sums=('b1217299a0b67d1e121494d7ec18a88d')
+
+build() {
+  cd ${srcdir}/aspell6-it-${pkgver}-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd ${srcdir}/aspell6-it-${pkgver}-0
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-11 12:02:03 UTC (rev 117158)
+++ community-x86_64/PKGBUILD   2014-08-11 12:02:46 UTC (rev 117159)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=aspell-it
-pkgver=2.2_20050523
-pkgrel=4
-pkgdesc=Italian dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('GPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2;)
-md5sums=('b1217299a0b67d1e121494d7ec18a88d')
-
-build() {
-  cd ${srcdir}/aspell6-it-${pkgver}-0
-
-  ./configure
-  make
-}
-
-package() {
-  cd ${srcdir}/aspell6-it-${pkgver}-0
-
-  make DESTDIR=${pkgdir} install
-}

Copied: aspell-it/repos/community-x86_64/PKGBUILD (from rev 117158, 
aspell-it/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-11 12:02:46 UTC (rev 117159)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=aspell-it
+pkgver=2.2_20050523
+pkgrel=5
+pkgdesc=Italian dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('GPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2;)
+md5sums=('b1217299a0b67d1e121494d7ec18a88d')
+
+build() {
+  cd ${srcdir}/aspell6-it-${pkgver}-0
+
+  ./configure
+  make
+}
+
+package() {
+  cd ${srcdir}/aspell6-it-${pkgver}-0
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in hydrogen/trunk (PKGBUILD lrdf_raptor2.patch)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:03:56
  Author: schiv
Revision: 219544

upgpkg: hydrogen 0.9.6-1

upstream release
rework raptor2 patch
upstream build system changed to cmake

Modified:
  hydrogen/trunk/PKGBUILD
  hydrogen/trunk/lrdf_raptor2.patch

+
 PKGBUILD   |   42 +++---
 lrdf_raptor2.patch |   24 +---
 2 files changed, 32 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 11:59:20 UTC (rev 219543)
+++ PKGBUILD2014-08-11 12:03:56 UTC (rev 219544)
@@ -1,26 +1,23 @@
 # $Id$
 # Maintainer: Ray Rashif sc...@archlinux.org
 # Contributor: tobias tob...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: see .contrib
 
 pkgname=hydrogen
-pkgver=0.9.5.1
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 pkgdesc=An advanced drum machine
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.hydrogen-music.org/;
-depends=('libarchive' 'liblrdf' 'qt4' 'jack')
-makedepends=('scons' 'optipng')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-'lrdf_raptor2.patch'
-'install.patch')
+depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
+optdepends=('rubberband')
+makedepends=('cmake')
+source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;
+'lrdf_raptor2.patch')
 install=$pkgname.install
-options=('emptydirs')
-md5sums=('52f3a528705818c65acf546a3be4c6fb'
- '2124851e890f46158189b5fa90006d40'
- 'ce3a83a069b55e46aa532b55e803c9a5')
+md5sums=('e4424926a88af82fb2048b3548723827'
+ '6f15bc059d3c39e9c34e0fbac92baf61')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,30 +24,29 @@
 
   # fix building with newer raptor
   # see https://bugs.archlinux.org/task/25060
-  # TODO: report upstream
+  # see https://github.com/hydrogen-music/hydrogen/issues/194
   patch -Np1 -i $srcdir/lrdf_raptor2.patch
 
-  # fix some install-time issues
-  # http://www.assembla.com/spaces/hydrogen/tickets/204
-  patch -Np0 -i $srcdir/install.patch
-
   # fix some pngs that break with newer libpng
   # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
-  msg2 Fixing PNGs, please wait...
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
+  #msg2 Fixing PNGs, please wait...
+  #find -name '*.png' -exec optipng -quiet -force -fix {} +
 }
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  export QTDIR=/usr
-  scons prefix=/usr libarchive=1
+  # lash will have to wait until I bring it into [extra] --schiv
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWANT_CPPUNIT=OFF \
+  -DWANT_LRDF=ON
+  make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  scons DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:

Modified: lrdf_raptor2.patch
===
--- lrdf_raptor2.patch  2014-08-11 11:59:20 UTC (rev 219543)
+++ lrdf_raptor2.patch  2014-08-11 12:03:56 UTC (rev 219544)
@@ -1,11 +1,13 @@
-diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct
 hydrogen-0.9.5.old/Sconstruct  2011-08-11 18:00:07.889112348 +0800
-+++ hydrogen-0.9.5/Sconstruct  2011-08-11 18:00:34.945632437 +0800
-@@ -83,6 +83,7 @@
-   includes.append( './' )
-   includes.append( 'gui/src/' )
-   includes.append( '3rdparty/install/include' )
-+  includes.append( '/usr/include/raptor2' )
- 
-   if sys.platform == darwin:
-   ldflags.append( '-L/opt/local/lib' )
+diff -baur hydrogen-0.9.6.orig/CMakeLists.txt hydrogen-0.9.6/CMakeLists.txt
+--- hydrogen-0.9.6.orig/CMakeLists.txt 2014-08-11 15:10:25.960752930 +0600
 hydrogen-0.9.6/CMakeLists.txt  2014-08-11 17:01:48.001219876 +0600
+@@ -193,6 +193,9 @@
+ FIND_HELPER(PULSEAUDIO pulseaudio pulse/pulseaudio.h pulse)
+ FIND_HELPER(LASH lash-1.0 lash/lash.h lash)
+ FIND_HELPER(LRDF lrdf lrdf.h lrdf)
++IF(LRDF_FOUND)
++include_directories(${LRDF_INCLUDE_DIRS})
++ENDIF(LRDF_FOUND)
+ FIND_HELPER(RUBBERBAND rubberband RubberBandStretcher.h rubberband)
+ FIND_HELPER(CPPUNIT cppunit cppunit/TestCase.h cppunit)
+ # CHECK FOR Qt4



[arch-commits] Commit in hydrogen/trunk (.contrib install.patch)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:12:22
  Author: schiv
Revision: 219545

upgpkg: hydrogen 0.9.6-1

upstream release
rework raptor2 patch
upstream build system changed to cmake

Added:
  hydrogen/trunk/.contrib
Deleted:
  hydrogen/trunk/install.patch

---+
 .contrib  |2 ++
 install.patch |   12 
 2 files changed, 2 insertions(+), 12 deletions(-)

Added: .contrib
===
--- .contrib(rev 0)
+++ .contrib2014-08-11 12:12:22 UTC (rev 219545)
@@ -0,0 +1,2 @@
+# Contributor: K. Piche kpi...@rogers.com
+# Contributor: Giovanni Scafora giova...@archlinux.org

Deleted: install.patch
===
--- install.patch   2014-08-11 12:03:56 UTC (rev 219544)
+++ install.patch   2014-08-11 12:12:22 UTC (rev 219545)
@@ -1,12 +0,0 @@
-*** Sconstruct.org 2011-11-06 12:15:40.018119106 +0100
 Sconstruct 2011-11-06 12:16:21.124122432 +0100
-***
-*** 298,304 
-  
-  for N in glob.glob('./data/i18n/hydrogen.*'):
-  env.Alias(target=install, source=env.Install(dir= 
env['DESTDIR'] + env['prefix'] + '/share/hydrogen/data/i18n', source=N))
--  env.Alias(target=install, source=env.Install(dir= env['DESTDIR'] + 
env['prefix'] + '/share/hydrogen/data', source=./data/img))
-  
-   #add every img in ./data/img to the install list. 
-   os.path.walk(./data/img/,install_images,env) 
 298,303 



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

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:12:45
  Author: schiv
Revision: 219546

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

Added:
  hydrogen/repos/extra-i686/.contrib
(from rev 219545, hydrogen/trunk/.contrib)
  hydrogen/repos/extra-i686/PKGBUILD
(from rev 219545, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-i686/hydrogen.install
(from rev 219545, hydrogen/trunk/hydrogen.install)
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
(from rev 219545, hydrogen/trunk/lrdf_raptor2.patch)
  hydrogen/repos/extra-x86_64/.contrib
(from rev 219545, hydrogen/trunk/.contrib)
  hydrogen/repos/extra-x86_64/PKGBUILD
(from rev 219545, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-x86_64/hydrogen.install
(from rev 219545, hydrogen/trunk/hydrogen.install)
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch
(from rev 219545, hydrogen/trunk/lrdf_raptor2.patch)
Deleted:
  hydrogen/repos/extra-i686/PKGBUILD
  hydrogen/repos/extra-i686/hydrogen.install
  hydrogen/repos/extra-i686/install.patch
  hydrogen/repos/extra-i686/lrdf_raptor2.patch
  hydrogen/repos/extra-x86_64/PKGBUILD
  hydrogen/repos/extra-x86_64/hydrogen.install
  hydrogen/repos/extra-x86_64/install.patch
  hydrogen/repos/extra-x86_64/lrdf_raptor2.patch

-+
 /PKGBUILD   |  104 ++
 /hydrogen.install   |   18 ++
 /lrdf_raptor2.patch |   26 +
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   56 
 extra-i686/hydrogen.install |9 ---
 extra-i686/install.patch|   12 
 extra-i686/lrdf_raptor2.patch   |   11 
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   56 
 extra-x86_64/hydrogen.install   |9 ---
 extra-x86_64/install.patch  |   12 
 extra-x86_64/lrdf_raptor2.patch |   11 
 13 files changed, 152 insertions(+), 176 deletions(-)

Copied: hydrogen/repos/extra-i686/.contrib (from rev 219545, 
hydrogen/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2014-08-11 12:12:45 UTC (rev 219546)
@@ -0,0 +1,2 @@
+# Contributor: K. Piche kpi...@rogers.com
+# Contributor: Giovanni Scafora giova...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 12:12:22 UTC (rev 219545)
+++ extra-i686/PKGBUILD 2014-08-11 12:12:45 UTC (rev 219546)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: K. Piche kpi...@rogers.com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=hydrogen
-pkgver=0.9.5.1
-pkgrel=4
-pkgdesc=An advanced drum machine
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.hydrogen-music.org/;
-depends=('libarchive' 'liblrdf' 'qt4' 'jack')
-makedepends=('scons' 'optipng')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-'lrdf_raptor2.patch'
-'install.patch')
-install=$pkgname.install
-options=('emptydirs')
-md5sums=('52f3a528705818c65acf546a3be4c6fb'
- '2124851e890f46158189b5fa90006d40'
- 'ce3a83a069b55e46aa532b55e803c9a5')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix building with newer raptor
-  # see https://bugs.archlinux.org/task/25060
-  # TODO: report upstream
-  patch -Np1 -i $srcdir/lrdf_raptor2.patch
-
-  # fix some install-time issues
-  # http://www.assembla.com/spaces/hydrogen/tickets/204
-  patch -Np0 -i $srcdir/install.patch
-
-  # fix some pngs that break with newer libpng
-  # see 
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/024872.html
-  msg2 Fixing PNGs, please wait...
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export QTDIR=/usr
-  scons prefix=/usr libarchive=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  scons DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-i686/PKGBUILD (from rev 219545, 
hydrogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 12:12:45 UTC (rev 219546)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=hydrogen
+pkgver=0.9.6
+pkgrel=1
+pkgdesc=An advanced drum machine
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.hydrogen-music.org/;
+depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
+optdepends=('rubberband')
+makedepends=('cmake')
+source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;
+'lrdf_raptor2.patch')
+install=$pkgname.install

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:13:00
  Author: fyan
Revision: 117160

upgpkg: cabextract 1.4-3

mtree rebuild

Modified:
  cabextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:02:46 UTC (rev 117159)
+++ PKGBUILD2014-08-11 12:13:00 UTC (rev 117160)
@@ -3,7 +3,7 @@
 
 pkgname=cabextract
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A program to extract Microsoft cabinet (.CAB) files
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:13:43
  Author: fyan
Revision: 117161

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:13:00 UTC (rev 117160)
+++ community-i686/PKGBUILD 2014-08-11 12:13:43 UTC (rev 117161)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=cabextract
-pkgver=1.4
-pkgrel=2
-pkgdesc=A program to extract Microsoft cabinet (.CAB) files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.cabextract.org.uk/;
-depends=('glibc')
-source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: cabextract/repos/community-i686/PKGBUILD (from rev 117160, 
cabextract/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:13:43 UTC (rev 117161)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=cabextract
+pkgver=1.4
+pkgrel=3
+pkgdesc=A program to extract Microsoft cabinet (.CAB) files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.cabextract.org.uk/;
+depends=('glibc')
+source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-11 12:13:00 UTC (rev 117160)
+++ community-x86_64/PKGBUILD   2014-08-11 12:13:43 UTC (rev 117161)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=cabextract
-pkgver=1.4
-pkgrel=2
-pkgdesc=A program to extract Microsoft cabinet (.CAB) files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.cabextract.org.uk/;
-depends=('glibc')
-source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: cabextract/repos/community-x86_64/PKGBUILD (from rev 117160, 
cabextract/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-11 12:13:43 UTC (rev 117161)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=cabextract
+pkgver=1.4
+pkgrel=3
+pkgdesc=A program to extract Microsoft cabinet (.CAB) files
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.cabextract.org.uk/;
+depends=('glibc')
+source=(http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in zita-alsa-pcmi/repos (4 files)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:22:50
  Author: schiv
Revision: 219550

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

Added:
  zita-alsa-pcmi/repos/extra-i686/
  zita-alsa-pcmi/repos/extra-i686/PKGBUILD
(from rev 219547, zita-alsa-pcmi/trunk/PKGBUILD)
  zita-alsa-pcmi/repos/extra-x86_64/
  zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD
(from rev 219548, zita-alsa-pcmi/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   47 +++
 extra-x86_64/PKGBUILD |   47 +++
 2 files changed, 94 insertions(+)

Copied: zita-alsa-pcmi/repos/extra-i686/PKGBUILD (from rev 219547, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 12:22:50 UTC (rev 219550)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=The successor of clalsadrv, provides easy access to ALSA PCM devices.
+arch=(i686 x86_64)
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/libs
+  # call ldconfig locally
+  sed -i 's/ldconfig/ -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # libs
+  make -C libs DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: zita-alsa-pcmi/repos/extra-x86_64/PKGBUILD (from rev 219548, 
zita-alsa-pcmi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 12:22:50 UTC (rev 219550)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=The successor of clalsadrv, provides easy access to ALSA PCM devices.
+arch=(i686 x86_64)
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/libs
+  # call ldconfig locally
+  sed -i 's/ldconfig/ -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # libs
+  make -C libs DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (zita-alsa-pcmi)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:23:50
  Author: schiv
Revision: 117164

community2extra: Moving zita-alsa-pcmi from community to extra

Deleted:
  zita-alsa-pcmi/



[arch-commits] Commit in (4 files)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:22:27
  Author: schiv
Revision: 219548

community2extra: Moving zita-resampler from community to extra

Added:
  zita-resampler/
  zita-resampler/repos/
  zita-resampler/trunk/
  zita-resampler/trunk/PKGBUILD

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

Added: zita-resampler/trunk/PKGBUILD
===
--- zita-resampler/trunk/PKGBUILD   (rev 0)
+++ zita-resampler/trunk/PKGBUILD   2014-08-11 12:22:27 UTC (rev 219548)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A C++ library for resampling audio signals
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.$pkgver
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
+
+  # headers
+  install -d $pkgdir/usr/include/$pkgname
+  install -Dm644 $pkgname/*.h \
+$pkgdir/usr/include/$pkgname
+
+  # apps
+  install -d $pkgdir/usr/bin
+  install -Dm755 ../apps/zre{sample,tune} \
+$pkgdir/usr/bin
+
+  # docs
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../docs/* \
+$pkgdir/usr/share/doc/$pkgname
+
+  # man
+  install -d $pkgdir/usr/share/man/man1
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+$pkgdir/usr/share/man/man1
+}


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


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

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:22:43
  Author: schiv
Revision: 219549

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

Added:
  zita-resampler/repos/extra-i686/
  zita-resampler/repos/extra-i686/PKGBUILD
(from rev 219548, zita-resampler/trunk/PKGBUILD)
  zita-resampler/repos/extra-x86_64/
  zita-resampler/repos/extra-x86_64/PKGBUILD
(from rev 219548, zita-resampler/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   71 
 extra-x86_64/PKGBUILD |   71 
 2 files changed, 142 insertions(+)

Copied: zita-resampler/repos/extra-i686/PKGBUILD (from rev 219548, 
zita-resampler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 12:22:43 UTC (rev 219549)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A C++ library for resampling audio signals
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.$pkgver
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
+
+  # headers
+  install -d $pkgdir/usr/include/$pkgname
+  install -Dm644 $pkgname/*.h \
+$pkgdir/usr/include/$pkgname
+
+  # apps
+  install -d $pkgdir/usr/bin
+  install -Dm755 ../apps/zre{sample,tune} \
+$pkgdir/usr/bin
+
+  # docs
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../docs/* \
+$pkgdir/usr/share/doc/$pkgname
+
+  # man
+  install -d $pkgdir/usr/share/man/man1
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+$pkgdir/usr/share/man/man1
+}

Copied: zita-resampler/repos/extra-x86_64/PKGBUILD (from rev 219548, 
zita-resampler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 12:22:43 UTC (rev 219549)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher murks at lavabit dot com
+
+pkgname=zita-resampler
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A C++ library for resampling audio signals
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'libsndfile')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('74c12e2280008f63ac9f2670fe4cf79b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # FS#36248 - strip march=native
+  sed -i '/native/d' {libs,apps}/Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # lib
+  install -Dm755 lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.$pkgver
+
+  # links
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so
+  ln -s lib$pkgname.so.$pkgver \
+$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}
+
+  # headers
+  install -d $pkgdir/usr/include/$pkgname
+  install -Dm644 $pkgname/*.h \
+$pkgdir/usr/include/$pkgname
+
+  # apps
+  install -d $pkgdir/usr/bin
+  install -Dm755 ../apps/zre{sample,tune} \
+$pkgdir/usr/bin
+
+  # docs
+  install -d $pkgdir/usr/share/doc/$pkgname
+  install -Dm644 ../docs/* \
+$pkgdir/usr/share/doc/$pkgname
+
+  # man
+  install -d $pkgdir/usr/share/man/man1
+  install -Dm644 ../apps/zre{sample,tune}.1 \
+$pkgdir/usr/share/man/man1
+}



[arch-commits] Commit in (4 files)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:21:48
  Author: schiv
Revision: 219547

community2extra: Moving zita-alsa-pcmi from community to extra

Added:
  zita-alsa-pcmi/
  zita-alsa-pcmi/repos/
  zita-alsa-pcmi/trunk/
  zita-alsa-pcmi/trunk/PKGBUILD

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

Added: zita-alsa-pcmi/trunk/PKGBUILD
===
--- zita-alsa-pcmi/trunk/PKGBUILD   (rev 0)
+++ zita-alsa-pcmi/trunk/PKGBUILD   2014-08-11 12:21:48 UTC (rev 219547)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=zita-alsa-pcmi
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=The successor of clalsadrv, provides easy access to ALSA PCM devices.
+arch=(i686 x86_64)
+url=http://kokkinizita.linuxaudio.org/linuxaudio/;
+license=('GPL3')
+depends=('gcc-libs' 'alsa-lib')
+source=(${url}downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('0ba4d59abce231056e2628d081124114')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/libs
+  # call ldconfig locally
+  sed -i 's/ldconfig/ -N $(DESTDIR)$(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/libs
+
+  # libs
+  make PREFIX=/usr
+
+  # create lib link for building apps
+  ln -s lib$pkgname.so.$pkgver lib$pkgname.so
+
+  # apps
+  cd ../apps
+  CXXFLAGS+= -I../libs \
+  LDFLAGS+= -L../libs \
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # libs
+  make -C libs DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+
+  # apps
+  make -C apps DESTDIR=$pkgdir/ PREFIX=/usr LIBDIR=lib install
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in libtommath/trunk (PKGBUILD libtommath-0.42.0-makefile.patch)

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:36:45
  Author: fyan
Revision: 117167

upgpkg: libtommath 0.42.0-4

re-enable static lib and fix pkgbuild to build a shared lib, fixes FS#41204

Modified:
  libtommath/trunk/PKGBUILD
  libtommath/trunk/libtommath-0.42.0-makefile.patch

--+
 PKGBUILD |8 +---
 libtommath-0.42.0-makefile.patch |   11 +++
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:32:32 UTC (rev 117166)
+++ PKGBUILD2014-08-11 12:36:45 UTC (rev 117167)
@@ -5,15 +5,17 @@
 
 pkgname=libtommath
 pkgver=0.42.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Highly optimized and portable routines for integer based number 
theoretic applications
 url=http://www.libtom.org/;
 license=('custom')
 arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
 source=(http://libtom.org/files/ltm-${pkgver}.tar.bz2;
 'libtommath-0.42.0-makefile.patch')
 md5sums=('7380da904b020301be7045cb3a89039b'
- 'd50c26fdc5aa87e6acfd4adc20557ff4')
+ 'ff127effd4418073a16ffb5df45a1bcb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -26,7 +28,7 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir INSTALL_GROUP=root install
+  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   chmod 644 ${pkgdir}/usr/lib/libtommath.a
 }

Modified: libtommath-0.42.0-makefile.patch
===
--- libtommath-0.42.0-makefile.patch2014-08-11 12:32:32 UTC (rev 117166)
+++ libtommath-0.42.0-makefile.patch2014-08-11 12:36:45 UTC (rev 117167)
@@ -1,8 +1,11 @@
 a/makefile.shared
-+++ b/makefile.shared
-@@ -3,7 +3,7 @@
+--- a/makefile.shared  2010-07-23 22:27:20.0 +0800
 b/makefile.shared  2014-08-11 20:25:06.482017927 +0800
+@@ -1,9 +1,9 @@
+ #Makefile for GCC
+ #
  #Tom St Denis
- VERSION=0:41
+-VERSION=0:41
++VERSION=0:42
  
 -CC = libtool --mode=compile --tag=CC gcc
 +LTCOMPILE = libtool --mode=compile --tag=CC $(CC)



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:39:04
  Author: fyan
Revision: 219551

upgpkg: convertlit 1.8-7

mtree rebuild

Modified:
  convertlit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:22:50 UTC (rev 219550)
+++ PKGBUILD2014-08-11 12:39:04 UTC (rev 219551)
@@ -5,7 +5,7 @@
 
 pkgname=convertlit
 pkgver=1.8
-pkgrel=6
+pkgrel=7
 pkgdesc=An extractor/converter for .LIT eBooks
 arch=('i686' 'x86_64')
 url=http://www.convertlit.com/;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:37:29
  Author: fyan
Revision: 117169

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

Added:
  libtommath/repos/community-i686/PKGBUILD
(from rev 117167, libtommath/trunk/PKGBUILD)
  libtommath/repos/community-i686/libtommath-0.42.0-makefile.patch
(from rev 117167, libtommath/trunk/libtommath-0.42.0-makefile.patch)
  libtommath/repos/community-x86_64/PKGBUILD
(from rev 117167, libtommath/trunk/PKGBUILD)
  libtommath/repos/community-x86_64/libtommath-0.42.0-makefile.patch
(from rev 117168, libtommath/trunk/libtommath-0.42.0-makefile.patch)
Deleted:
  libtommath/repos/community-i686/PKGBUILD
  libtommath/repos/community-i686/libtommath-0.42.0-makefile.patch
  libtommath/repos/community-x86_64/PKGBUILD
  libtommath/repos/community-x86_64/libtommath-0.42.0-makefile.patch

---+
 /PKGBUILD |   68 ++
 /libtommath-0.42.0-makefile.patch |   94 
 community-i686/PKGBUILD   |   32 --
 community-i686/libtommath-0.42.0-makefile.patch   |   44 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/libtommath-0.42.0-makefile.patch |   44 -
 6 files changed, 162 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:37:16 UTC (rev 117168)
+++ community-i686/PKGBUILD 2014-08-11 12:37:29 UTC (rev 117169)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: suasageandeggs s_stoak...@hotmail.co.uk
-# Contributor: Michael Fellinger manv...@www.weez-int.com
-
-pkgname=libtommath
-pkgver=0.42.0
-pkgrel=3
-pkgdesc=Highly optimized and portable routines for integer based number 
theoretic applications
-url=http://www.libtom.org/;
-license=('custom')
-arch=('i686' 'x86_64')
-source=(http://libtom.org/files/ltm-${pkgver}.tar.bz2;
-'libtommath-0.42.0-makefile.patch')
-md5sums=('7380da904b020301be7045cb3a89039b'
- 'd50c26fdc5aa87e6acfd4adc20557ff4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/libtommath-0.42.0-makefile.patch
-
-  make -f makefile.shared IGNORE_SPEED=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir INSTALL_GROUP=root install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  chmod 644 ${pkgdir}/usr/lib/libtommath.a
-}

Copied: libtommath/repos/community-i686/PKGBUILD (from rev 117167, 
libtommath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:37:29 UTC (rev 117169)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: suasageandeggs s_stoak...@hotmail.co.uk
+# Contributor: Michael Fellinger manv...@www.weez-int.com
+
+pkgname=libtommath
+pkgver=0.42.0
+pkgrel=4
+pkgdesc=Highly optimized and portable routines for integer based number 
theoretic applications
+url=http://www.libtom.org/;
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=(http://libtom.org/files/ltm-${pkgver}.tar.bz2;
+'libtommath-0.42.0-makefile.patch')
+md5sums=('7380da904b020301be7045cb3a89039b'
+ 'ff127effd4418073a16ffb5df45a1bcb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/libtommath-0.42.0-makefile.patch
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -f makefile.shared DESTDIR=$pkgdir INSTALL_GROUP=root install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  chmod 644 ${pkgdir}/usr/lib/libtommath.a
+}

Deleted: community-i686/libtommath-0.42.0-makefile.patch
===
--- community-i686/libtommath-0.42.0-makefile.patch 2014-08-11 12:37:16 UTC 
(rev 117168)
+++ community-i686/libtommath-0.42.0-makefile.patch 2014-08-11 12:37:29 UTC 
(rev 117169)
@@ -1,44 +0,0 @@
 a/makefile.shared
-+++ b/makefile.shared
-@@ -3,7 +3,7 @@
- #Tom St Denis
- VERSION=0:41
- 
--CC = libtool --mode=compile --tag=CC gcc
-+LTCOMPILE = libtool --mode=compile --tag=CC $(CC)
- 
- CFLAGS  +=  -I./ -Wall -W -Wshadow -Wsign-compare
- 
-@@ -82,21 +82,24 @@
- 
- objs: $(OBJECTS)
- 
-+.c.o:
-+  $(LTCOMPILE) $(CFLAGS) $(LDFLAGS) -o $@ -c $
-+
- $(LIBNAME):  $(OBJECTS)
--  libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) 
-version-info $(VERSION)
-+  libtool --mode=link --tag=CC $(CC) $(LDFLAGS) *.lo -o $(LIBNAME) -rpath 
$(LIBPATH) -version-info $(VERSION)
- 
- install: $(LIBNAME)
--  install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
-+  install -d $(DESTDIR)$(LIBPATH)
-   libtool 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:39:54
  Author: fyan
Revision: 219552

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 12:39:04 UTC (rev 219551)
+++ extra-i686/PKGBUILD 2014-08-11 12:39:54 UTC (rev 219552)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: gDD (usrgdd | gmail)
-# Contributor: cantabile
-
-pkgname=convertlit
-pkgver=1.8
-pkgrel=6
-pkgdesc=An extractor/converter for .LIT eBooks
-arch=('i686' 'x86_64')
-url=http://www.convertlit.com/;
-license=('GPL')
-depends=('glibc')
-makedepends=('libtommath')
-source=(http://www.convertlit.com/clit18src.zip;)
-md5sums=('d691d4729485fe5d73e3f0937d8fb42e')
-
-build() {
-  cd ${srcdir}/lib
-  make 
-
-  cd ../clit18
-  sed -i 's|../libtommath-0.30/|/usr/lib/|' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/clit18
-
-  install -Dm755 clit $pkgdir/usr/bin/clit
-}

Copied: convertlit/repos/extra-i686/PKGBUILD (from rev 219551, 
convertlit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 12:39:54 UTC (rev 219552)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: gDD (usrgdd | gmail)
+# Contributor: cantabile
+
+pkgname=convertlit
+pkgver=1.8
+pkgrel=7
+pkgdesc=An extractor/converter for .LIT eBooks
+arch=('i686' 'x86_64')
+url=http://www.convertlit.com/;
+license=('GPL')
+depends=('glibc')
+makedepends=('libtommath')
+source=(http://www.convertlit.com/clit18src.zip;)
+md5sums=('d691d4729485fe5d73e3f0937d8fb42e')
+
+build() {
+  cd ${srcdir}/lib
+  make 
+
+  cd ../clit18
+  sed -i 's|../libtommath-0.30/|/usr/lib/|' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/clit18
+
+  install -Dm755 clit $pkgdir/usr/bin/clit
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 12:39:04 UTC (rev 219551)
+++ extra-x86_64/PKGBUILD   2014-08-11 12:39:54 UTC (rev 219552)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: gDD (usrgdd | gmail)
-# Contributor: cantabile
-
-pkgname=convertlit
-pkgver=1.8
-pkgrel=6
-pkgdesc=An extractor/converter for .LIT eBooks
-arch=('i686' 'x86_64')
-url=http://www.convertlit.com/;
-license=('GPL')
-depends=('glibc')
-makedepends=('libtommath')
-source=(http://www.convertlit.com/clit18src.zip;)
-md5sums=('d691d4729485fe5d73e3f0937d8fb42e')
-
-build() {
-  cd ${srcdir}/lib
-  make 
-
-  cd ../clit18
-  sed -i 's|../libtommath-0.30/|/usr/lib/|' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/clit18
-
-  install -Dm755 clit $pkgdir/usr/bin/clit
-}

Copied: convertlit/repos/extra-x86_64/PKGBUILD (from rev 219551, 
convertlit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 12:39:54 UTC (rev 219552)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: gDD (usrgdd | gmail)
+# Contributor: cantabile
+
+pkgname=convertlit
+pkgver=1.8
+pkgrel=7
+pkgdesc=An extractor/converter for .LIT eBooks
+arch=('i686' 'x86_64')
+url=http://www.convertlit.com/;
+license=('GPL')
+depends=('glibc')
+makedepends=('libtommath')
+source=(http://www.convertlit.com/clit18src.zip;)
+md5sums=('d691d4729485fe5d73e3f0937d8fb42e')
+
+build() {
+  cd ${srcdir}/lib
+  make 
+
+  cd ../clit18
+  sed -i 's|../libtommath-0.30/|/usr/lib/|' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/clit18
+
+  install -Dm755 clit $pkgdir/usr/bin/clit
+}



[arch-commits] Commit in (zita-resampler)

2014-08-11 Thread Ray Rashif
Date: Monday, August 11, 2014 @ 14:37:16
  Author: schiv
Revision: 117168

Move zita-resampler to extra manually
community2extra failed due to connection issues

Deleted:
  zita-resampler/



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:43:17
  Author: fyan
Revision: 117170

upgpkg: liboggz 1.1.1-4

mtree rebuild

Modified:
  liboggz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:37:29 UTC (rev 117169)
+++ PKGBUILD2014-08-11 12:43:17 UTC (rev 117170)
@@ -6,7 +6,7 @@
 
 pkgname=liboggz
 pkgver=1.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A simple programming interface for reading and writing Ogg files and 
streams
 arch=('i686' 'x86_64')
 url=http://www.xiph.org/oggz/;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:43:58
  Author: fyan
Revision: 117171

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:43:17 UTC (rev 117170)
+++ community-i686/PKGBUILD 2014-08-11 12:43:58 UTC (rev 117171)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Vincent Cappe vcappe at gmail dot com
-# Contributor: Jeff Bailes thepizzaking at gmail dot com
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=liboggz
-pkgver=1.1.1
-pkgrel=3
-pkgdesc=A simple programming interface for reading and writing Ogg files and 
streams
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/oggz/;
-license=('custom:BSD')
-depends=('libogg' 'sh')
-makedepends=('doxygen' 'pkg-config')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3649a657f8e368b881ba8b1b57381ff7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-static=no
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # license
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # bash completion
-  install -Dm644 bash-completion/oggz 
${pkgdir}/usr/share/bash-completion/completions/oggz
-}

Copied: liboggz/repos/community-i686/PKGBUILD (from rev 117170, 
liboggz/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:43:58 UTC (rev 117171)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Vincent Cappe vcappe at gmail dot com
+# Contributor: Jeff Bailes thepizzaking at gmail dot com
+# Contributor: SpepS dreamspepser at yahoo dot it
+
+pkgname=liboggz
+pkgver=1.1.1
+pkgrel=4
+pkgdesc=A simple programming interface for reading and writing Ogg files and 
streams
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/oggz/;
+license=('custom:BSD')
+depends=('libogg' 'sh')
+makedepends=('doxygen' 'pkg-config')
+source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('3649a657f8e368b881ba8b1b57381ff7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --enable-static=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  # license
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  # bash completion
+  install -Dm644 bash-completion/oggz 
${pkgdir}/usr/share/bash-completion/completions/oggz
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-11 12:43:17 UTC (rev 117170)
+++ community-x86_64/PKGBUILD   2014-08-11 12:43:58 UTC (rev 117171)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Vincent Cappe vcappe at gmail dot com
-# Contributor: Jeff Bailes thepizzaking at gmail dot com
-# Contributor: SpepS dreamspepser at yahoo dot it
-
-pkgname=liboggz
-pkgver=1.1.1
-pkgrel=3
-pkgdesc=A simple programming interface for reading and writing Ogg files and 
streams
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/oggz/;
-license=('custom:BSD')
-depends=('libogg' 'sh')
-makedepends=('doxygen' 'pkg-config')
-source=(http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('3649a657f8e368b881ba8b1b57381ff7')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --enable-static=no
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  # license
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  # bash completion
-  install -Dm644 bash-completion/oggz 
${pkgdir}/usr/share/bash-completion/completions/oggz
-}

Copied: liboggz/repos/community-x86_64/PKGBUILD (from rev 117170, 
liboggz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-11 12:43:58 UTC (rev 117171)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: 

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:44:54
  Author: bpiotrowski
Revision: 219553

upgpkg: ekiga 4.0.1-9

rebuild against boost 1.56.0

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:39:54 UTC (rev 219552)
+++ PKGBUILD2014-08-11 12:44:54 UTC (rev 219553)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:45:01
  Author: bpiotrowski
Revision: 219554

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

Added:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-i686/PKGBUILD
(from rev 219553, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-i686/ekiga.install
(from rev 219553, ekiga/trunk/ekiga.install)
  ekiga/repos/staging-x86_64/
  ekiga/repos/staging-x86_64/PKGBUILD
(from rev 219553, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-x86_64/ekiga.install
(from rev 219553, ekiga/trunk/ekiga.install)

--+
 staging-i686/PKGBUILD|   35 +++
 staging-i686/ekiga.install   |   22 ++
 staging-x86_64/PKGBUILD  |   35 +++
 staging-x86_64/ekiga.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: ekiga/repos/staging-i686/PKGBUILD (from rev 219553, 
ekiga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 12:45:01 UTC (rev 219554)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=9
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-i686/ekiga.install (from rev 219553, 
ekiga/trunk/ekiga.install)
===
--- staging-i686/ekiga.install  (rev 0)
+++ staging-i686/ekiga.install  2014-08-11 12:45:01 UTC (rev 219554)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/staging-x86_64/PKGBUILD (from rev 219553, 
ekiga/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 12:45:01 UTC (rev 219554)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=9
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-x86_64/ekiga.install (from rev 219553, 
ekiga/trunk/ekiga.install)
===
--- staging-x86_64/ekiga.install(rev 0)
+++ 

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

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 14:49:26
  Author: arodseth
Revision: 117172

upgpkg: liteide 23.2-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:43:58 UTC (rev 117171)
+++ PKGBUILD2014-08-11 12:49:26 UTC (rev 117172)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=23.1
+pkgver=23.2
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')



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

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 14:50:50
  Author: arodseth
Revision: 117173

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 117172, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 117172, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 117172, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 117172, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:49:26 UTC (rev 117172)
+++ community-i686/PKGBUILD 2014-08-11 12:50:50 UTC (rev 117173)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=23.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  # Fix for FS#4662 until fixed by upstream
-  for bits in 32 64; do
-sed -i 's/GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 117172, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:50:50 UTC (rev 117173)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:51:01
  Author: bpiotrowski
Revision: 219555

upgpkg: enblend-enfuse 4.1.1-6

rebuild against boost 1.56.0

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:45:01 UTC (rev 219554)
+++ PKGBUILD2014-08-11 12:51:01 UTC (rev 219555)
@@ -4,7 +4,7 @@
 
 pkgname=enblend-enfuse
 pkgver=4.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Intelligent blend tool for overlapping picture
 arch=(i686 x86_64)
 license=('GPL')



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:51:07
  Author: bpiotrowski
Revision: 219556

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 219555, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 219555, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 219555, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 219555, enblend-enfuse/trunk/enblend-enfuse.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/enblend-enfuse.install |   22 ++
 4 files changed, 108 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 219555, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 12:51:07 UTC (rev 219556)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=6
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-enfuse.install (from rev 
219555, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-i686/enblend-enfuse.install (rev 0)
+++ staging-i686/enblend-enfuse.install 2014-08-11 12:51:07 UTC (rev 219556)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: enblend-enfuse/repos/staging-x86_64/PKGBUILD (from rev 219555, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 12:51:07 UTC (rev 219556)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.1.1
+pkgrel=6
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'freeglut' 'lcms2' 'boost-libs' 'vigra' 'gsl')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('bc18fca3033b031d603b22678b2e680a0ffae1b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install (from rev 
219555, enblend-enfuse/trunk/enblend-enfuse.install)
===
--- staging-x86_64/enblend-enfuse.install   (rev 0)
+++ staging-x86_64/enblend-enfuse.install   2014-08-11 12:51:07 UTC (rev 
219556)
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(enblend.info enfuse.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info 

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:55:38
  Author: bpiotrowski
Revision: 219558

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

Added:
  libpst/repos/staging-i686/
  libpst/repos/staging-i686/PKGBUILD
(from rev 219557, libpst/trunk/PKGBUILD)
  libpst/repos/staging-x86_64/
  libpst/repos/staging-x86_64/PKGBUILD
(from rev 219557, libpst/trunk/PKGBUILD)

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

Copied: libpst/repos/staging-i686/PKGBUILD (from rev 219557, 
libpst/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 12:55:38 UTC (rev 219558)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.63
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('3625c94bc82555d490805d4bbac07d9160195537')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}

Copied: libpst/repos/staging-x86_64/PKGBUILD (from rev 219557, 
libpst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 12:55:38 UTC (rev 219558)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.63
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://www.five-ten-sg.com/libpst/;
+license=('GPL')
+makedepends=('python2' 'boost' 'libgsf')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('3625c94bc82555d490805d4bbac07d9160195537')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc=Outlook .pst file converter
+  depends=('gcc-libs' 'libgsf')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_libpst-docs() {
+  pkgdesc=Documentation for Outlook .pst file converter
+  options=('docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install-htmlDATA
+  cd html
+  make DESTDIR=${pkgdir} install-htmldevelDATA
+}



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:55:36
  Author: bpiotrowski
Revision: 219557

upgpkg: libpst 0.6.63-2

rebuild against boost 1.56.0

Modified:
  libpst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:51:07 UTC (rev 219556)
+++ PKGBUILD2014-08-11 12:55:36 UTC (rev 219557)
@@ -4,7 +4,7 @@
 pkgbase=libpst
 pkgname=('libpst' 'libpst-docs')
 pkgver=0.6.63
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.five-ten-sg.com/libpst/;
 license=('GPL')



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 14:59:54
  Author: fyan
Revision: 219559

upgpkg: mirage 0.9.5.2-2

- mtree rebuild
- fix source url to use fedora

Modified:
  mirage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:55:38 UTC (rev 219558)
+++ PKGBUILD2014-08-11 12:59:54 UTC (rev 219559)
@@ -4,15 +4,15 @@
 # Contributor: Scott Horowitz stonecr...@gmail.com
 pkgname=mirage
 pkgver=0.9.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple GTK+ Image Viewer
 url=http://mirageiv.berlios.de;
 license=(GPL)
 depends=('pygtk' 'desktop-file-utils')
 arch=('i686' 'x86_64')
-source=(http://download.berlios.de/mirageiv/${pkgname}-${pkgver}.tar.gz)
+md5sums=('92191a4496b0a50486ed7299baf6729f')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/mirage/mirage-$pkgver.tar.bz2/$md5sums/mirage-$pkgver.tar.bz2;)
 install=$pkgname.install
-md5sums=('dace5cf01e5e53317ba8be0f8a74f4bf')
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:00:37
  Author: fyan
Revision: 219560

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

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

-+
 /PKGBUILD   |   48 ++
 /mirage.install |   22 +++
 extra-i686/PKGBUILD |   24 -
 extra-i686/mirage.install   |   11 -
 extra-x86_64/PKGBUILD   |   24 -
 extra-x86_64/mirage.install |   11 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 12:59:54 UTC (rev 219559)
+++ extra-i686/PKGBUILD 2014-08-11 13:00:37 UTC (rev 219560)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Scott Horowitz stonecr...@gmail.com
-pkgname=mirage
-pkgver=0.9.5.2
-pkgrel=1
-pkgdesc=A simple GTK+ Image Viewer
-url=http://mirageiv.berlios.de;
-license=(GPL)
-depends=('pygtk' 'desktop-file-utils')
-arch=('i686' 'x86_64')
-source=(http://download.berlios.de/mirageiv/${pkgname}-${pkgver}.tar.gz)
-install=$pkgname.install
-md5sums=('dace5cf01e5e53317ba8be0f8a74f4bf')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py build
-}
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py install --root=${pkgdir}
-}

Copied: mirage/repos/extra-i686/PKGBUILD (from rev 219559, 
mirage/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 13:00:37 UTC (rev 219560)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Scott Horowitz stonecr...@gmail.com
+pkgname=mirage
+pkgver=0.9.5.2
+pkgrel=2
+pkgdesc=A simple GTK+ Image Viewer
+url=http://mirageiv.berlios.de;
+license=(GPL)
+depends=('pygtk' 'desktop-file-utils')
+arch=('i686' 'x86_64')
+md5sums=('92191a4496b0a50486ed7299baf6729f')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/mirage/mirage-$pkgver.tar.bz2/$md5sums/mirage-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+python2 setup.py build
+}
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+python2 setup.py install --root=${pkgdir}
+}

Deleted: extra-i686/mirage.install
===
--- extra-i686/mirage.install   2014-08-11 12:59:54 UTC (rev 219559)
+++ extra-i686/mirage.install   2014-08-11 13:00:37 UTC (rev 219560)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: mirage/repos/extra-i686/mirage.install (from rev 219559, 
mirage/trunk/mirage.install)
===
--- extra-i686/mirage.install   (rev 0)
+++ extra-i686/mirage.install   2014-08-11 13:00:37 UTC (rev 219560)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 12:59:54 UTC (rev 219559)
+++ extra-x86_64/PKGBUILD   2014-08-11 13:00:37 UTC (rev 219560)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Scott Horowitz stonecr...@gmail.com
-pkgname=mirage
-pkgver=0.9.5.2
-pkgrel=1
-pkgdesc=A simple GTK+ Image Viewer
-url=http://mirageiv.berlios.de;
-license=(GPL)
-depends=('pygtk' 'desktop-file-utils')
-arch=('i686' 'x86_64')
-source=(http://download.berlios.de/mirageiv/${pkgname}-${pkgver}.tar.gz)
-install=$pkgname.install
-md5sums=('dace5cf01e5e53317ba8be0f8a74f4bf')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py build
-}
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py install --root=${pkgdir}
-}

Copied: mirage/repos/extra-x86_64/PKGBUILD (from rev 219559, 
mirage/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:00:50
  Author: fyan
Revision: 117174

upgpkg: librime 1.2-2

boost 1.56.0 rebuild

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:50:50 UTC (rev 117173)
+++ PKGBUILD2014-08-11 13:00:50 UTC (rev 117174)
@@ -5,12 +5,12 @@
 
 pkgname=librime
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5' 
'marisa')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake' 'boost')
 source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:01:28
  Author: fyan
Revision: 117175

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

Added:
  librime/repos/community-staging-i686/
  librime/repos/community-staging-i686/PKGBUILD
(from rev 117174, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/
  librime/repos/community-staging-x86_64/PKGBUILD
(from rev 117174, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 117174, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 13:01:28 UTC (rev 117175)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 117174, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 13:01:28 UTC (rev 117175)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:02:09
  Author: bpiotrowski
Revision: 219561

upgpkg: libtorrent-rasterbar 1:0.16.17-2

rebuild against boost 1.56.0

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:00:37 UTC (rev 219560)
+++ PKGBUILD2014-08-11 13:02:09 UTC (rev 219561)
@@ -4,7 +4,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=0.16.17
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
 url=http://www.rasterbar.com/products/libtorrent/;



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:02:16
  Author: bpiotrowski
Revision: 219562

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

Added:
  libtorrent-rasterbar/repos/staging-i686/
  libtorrent-rasterbar/repos/staging-i686/PKGBUILD
(from rev 219561, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/staging-x86_64/
  libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD
(from rev 219561, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libtorrent-rasterbar/repos/staging-i686/PKGBUILD (from rev 219561, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:02:16 UTC (rev 219562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.17
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD (from rev 219561, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 13:02:16 UTC (rev 219562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.17
+pkgrel=2
+epoch=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
+sha1sums=('e713b5dfc45194bfc50fa21096ab67c374ae3740')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (7 files)

2014-08-11 Thread Balló György
Date: Monday, August 11, 2014 @ 15:07:04
  Author: bgyorgy
Revision: 117176

Move gnome-pie from AUR with 25 votes

Added:
  gnome-pie/
  gnome-pie/trunk/
  gnome-pie/trunk/PKGBUILD
  gnome-pie/trunk/gee-0.8.patch
  gnome-pie/trunk/gnome-pie.install
  gnome-pie/trunk/gnome-session.patch
  gnome-pie/trunk/transparency.patch

-+
 PKGBUILD|   42 ++
 gee-0.8.patch   |   29 +
 gnome-pie.install   |   11 +++
 gnome-session.patch |   50 ++
 transparency.patch  |   24 
 5 files changed, 156 insertions(+)

Added: gnome-pie/trunk/PKGBUILD
===
--- gnome-pie/trunk/PKGBUILD(rev 0)
+++ gnome-pie/trunk/PKGBUILD2014-08-11 13:07:04 UTC (rev 117176)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: György Balló ball...@freestart.hu
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.5
+pkgrel=4
+pkgdesc=Circular application launcher for GNOME
+arch=('i686' 'x86_64')
+url=http://gnome-pie.simonschneegans.de/;
+license=('GPL')
+depends=('libunique3' 'bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+gee-0.8.patch
+transparency.patch
+gnome-session.patch)
+md5sums=('6f70079f8a59bdcd4afe17a3f016b196'
+ 'ad0f33d00a2d11bd180714c45651b47f'
+ '25b9ce2382a84c01ffc702cf504650b7'
+ '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.patch
+  patch -Np1 -i ../transparency.patch
+  patch -Np1 -i ../gnome-session.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}


Property changes on: gnome-pie/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-pie/trunk/gee-0.8.patch
===
--- gnome-pie/trunk/gee-0.8.patch   (rev 0)
+++ gnome-pie/trunk/gee-0.8.patch   2014-08-11 13:07:04 UTC (rev 117176)
@@ -0,0 +1,29 @@
+Description: change gee API to 0.8
+Author: Jörg Frings-Fürst deb...@jff-webhosting.net
+Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
+Last-Update: 2014-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/CMakeLists.txt
+===
+--- trunk.orig/CMakeLists.txt  2013-03-17 12:15:02.0 +0100
 trunk/CMakeLists.txt   2014-07-21 17:44:36.814563290 +0200
+@@ -43,7 +43,7 @@
+ 
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+ pkg_check_modules(CAIRO REQUIRED cairo)
+-pkg_check_modules(GEE REQUIRED gee-1.0)
++pkg_check_modules(GEE REQUIRED gee-0.8)
+ pkg_check_modules(X11 REQUIRED x11)
+ pkg_check_modules(XML REQUIRED libxml-2.0)
+ pkg_check_modules(XTST REQUIRED xtst)
+@@ -155,7 +155,7 @@
+ 
+ set(VALA_PKGS
+   cairo
+-  gee-1.0
++  gee-0.8
+   x11
+   gio-unix-2.0
+   posix

Added: gnome-pie/trunk/gnome-pie.install
===
--- gnome-pie/trunk/gnome-pie.install   (rev 0)
+++ gnome-pie/trunk/gnome-pie.install   2014-08-11 13:07:04 UTC (rev 117176)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Added: gnome-pie/trunk/gnome-session.patch
===
--- gnome-pie/trunk/gnome-session.patch (rev 0)
+++ gnome-pie/trunk/gnome-session.patch 2014-08-11 13:07:04 UTC (rev 117176)
@@ -0,0 +1,50 @@
+diff -Naur Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala 
Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala
+--- Gnome-Pie-0.5.5.orig/src/actionGroups/sessionGroup.vala2013-03-17 
12:15:02.0 +0100
 Gnome-Pie-0.5.5/src/actionGroups/sessionGroup.vala 2014-08-11 
13:20:44.830325275 +0200
+@@ -58,13 +58,13 @@
+ //iface = GLib.Bus.get_proxy_sync(GLib.BusType.SESSION, 
org.freedesktop.ConsoleKit, /org/freedesktop/ConsoleKit/Manager);
+ 
+ this.add_action(new AppAction(_(Shutdown), gnome-shutdown, 
+-dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager org.gnome.SessionManager.RequestShutdown));
++dbus-send --print-reply --dest=org.gnome.SessionManager 
/org/gnome/SessionManager 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:09:03
  Author: fyan
Revision: 117178

upgpkg: python-pycuda 2013.1.1-7

boost 1.56.0 rebuild

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:07:35 UTC (rev 117177)
+++ PKGBUILD2014-08-11 13:09:03 UTC (rev 117178)
@@ -5,7 +5,7 @@
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
 pkgver=2013.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Python wrapper for Nvidia CUDA
 arch=('x86_64')
 url=http://mathema.tician.de/software/pycuda;



[arch-commits] Commit in gnome-pie (13 files)

2014-08-11 Thread Balló György
Date: Monday, August 11, 2014 @ 15:07:35
  Author: bgyorgy
Revision: 117177

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

Added:
  gnome-pie/repos/
  gnome-pie/repos/community-i686/
  gnome-pie/repos/community-i686/PKGBUILD
(from rev 117176, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-i686/gee-0.8.patch
(from rev 117176, gnome-pie/trunk/gee-0.8.patch)
  gnome-pie/repos/community-i686/gnome-pie.install
(from rev 117176, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-i686/gnome-session.patch
(from rev 117176, gnome-pie/trunk/gnome-session.patch)
  gnome-pie/repos/community-i686/transparency.patch
(from rev 117176, gnome-pie/trunk/transparency.patch)
  gnome-pie/repos/community-x86_64/
  gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 117176, gnome-pie/trunk/PKGBUILD)
  gnome-pie/repos/community-x86_64/gee-0.8.patch
(from rev 117176, gnome-pie/trunk/gee-0.8.patch)
  gnome-pie/repos/community-x86_64/gnome-pie.install
(from rev 117176, gnome-pie/trunk/gnome-pie.install)
  gnome-pie/repos/community-x86_64/gnome-session.patch
(from rev 117176, gnome-pie/trunk/gnome-session.patch)
  gnome-pie/repos/community-x86_64/transparency.patch
(from rev 117176, gnome-pie/trunk/transparency.patch)

--+
 community-i686/PKGBUILD  |   42 +++
 community-i686/gee-0.8.patch |   29 +++
 community-i686/gnome-pie.install |   11 +++
 community-i686/gnome-session.patch   |   50 +
 community-i686/transparency.patch|   24 +++
 community-x86_64/PKGBUILD|   42 +++
 community-x86_64/gee-0.8.patch   |   29 +++
 community-x86_64/gnome-pie.install   |   11 +++
 community-x86_64/gnome-session.patch |   50 +
 community-x86_64/transparency.patch  |   24 +++
 10 files changed, 312 insertions(+)

Copied: gnome-pie/repos/community-i686/PKGBUILD (from rev 117176, 
gnome-pie/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: György Balló ball...@freestart.hu
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.5.5
+pkgrel=4
+pkgdesc=Circular application launcher for GNOME
+arch=('i686' 'x86_64')
+url=http://gnome-pie.simonschneegans.de/;
+license=('GPL')
+depends=('libunique3' 'bamf' 'libgee' 'gnome-menus')
+makedepends=('cmake' 'vala')
+install=$pkgname.install
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
+gee-0.8.patch
+transparency.patch
+gnome-session.patch)
+md5sums=('6f70079f8a59bdcd4afe17a3f016b196'
+ 'ad0f33d00a2d11bd180714c45651b47f'
+ '25b9ce2382a84c01ffc702cf504650b7'
+ '7e2875e5ace6eb0742389e85c9145871')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../gee-0.8.patch
+  patch -Np1 -i ../transparency.patch
+  patch -Np1 -i ../gnome-session.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  [[ -d build ]] || mkdir build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-pie/repos/community-i686/gee-0.8.patch (from rev 117176, 
gnome-pie/trunk/gee-0.8.patch)
===
--- repos/community-i686/gee-0.8.patch  (rev 0)
+++ repos/community-i686/gee-0.8.patch  2014-08-11 13:07:35 UTC (rev 117177)
@@ -0,0 +1,29 @@
+Description: change gee API to 0.8
+Author: Jörg Frings-Fürst deb...@jff-webhosting.net
+Bug: https://github.com/Simmesimme/Gnome-Pie/issues/77
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753863
+Last-Update: 2014-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/CMakeLists.txt
+===
+--- trunk.orig/CMakeLists.txt  2013-03-17 12:15:02.0 +0100
 trunk/CMakeLists.txt   2014-07-21 17:44:36.814563290 +0200
+@@ -43,7 +43,7 @@
+ 
+ pkg_check_modules(GIO REQUIRED gio-unix-2.0)
+ pkg_check_modules(CAIRO REQUIRED cairo)
+-pkg_check_modules(GEE REQUIRED gee-1.0)
++pkg_check_modules(GEE REQUIRED gee-0.8)
+ pkg_check_modules(X11 REQUIRED x11)
+ pkg_check_modules(XML REQUIRED libxml-2.0)
+ pkg_check_modules(XTST REQUIRED xtst)
+@@ -155,7 +155,7 @@
+ 
+ set(VALA_PKGS
+   cairo
+-  gee-1.0
++  gee-0.8
+   x11
+   gio-unix-2.0
+   posix

Copied: gnome-pie/repos/community-i686/gnome-pie.install (from rev 117176, 
gnome-pie/trunk/gnome-pie.install)
===
--- 

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:09:24
  Author: bpiotrowski
Revision: 219564

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 219563, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 219563, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 219563, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 219563, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/source-highlight.install   |   18 +++
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/source-highlight.install |   18 +++
 4 files changed, 104 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 219563, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:09:24 UTC (rev 219564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=10
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
219563, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2014-08-11 13:09:24 UTC (rev 
219564)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 219563, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 13:09:24 UTC (rev 219564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=10
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+
+  # PKGBUILD syntax highlighting
+  echo -e \npkgbuild = sh.lang  ${pkgdir}/usr/share/${pkgname}/lang.map
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 219563, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2014-08-11 13:09:24 UTC (rev 
219564)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f 

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:09:16
  Author: bpiotrowski
Revision: 219563

upgpkg: source-highlight 3.1.7-10

rebuild against boost 1.56.0

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:02:16 UTC (rev 219562)
+++ PKGBUILD2014-08-11 13:09:16 UTC (rev 219563)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=9
+pkgrel=10
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:09:28
  Author: fyan
Revision: 117179

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pycuda/repos/community-staging-x86_64/
  python-pycuda/repos/community-staging-x86_64/LICENSE
(from rev 117178, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-staging-x86_64/PKGBUILD
(from rev 117178, python-pycuda/trunk/PKGBUILD)

--+
 LICENSE  |7 +
 PKGBUILD |   78 +
 2 files changed, 85 insertions(+)

Copied: python-pycuda/repos/community-staging-x86_64/LICENSE (from rev 117178, 
python-pycuda/trunk/LICENSE)
===
--- community-staging-x86_64/LICENSE(rev 0)
+++ community-staging-x86_64/LICENSE2014-08-11 13:09:28 UTC (rev 117179)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-staging-x86_64/PKGBUILD (from rev 117178, 
python-pycuda/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 13:09:28 UTC (rev 117179)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2013.1.1
+pkgrel=7
+pkgdesc=Python wrapper for Nvidia CUDA
+arch=('x86_64')
+url=http://mathema.tician.de/software/pycuda;
+license=('MIT' 'Apache')
+source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
+LICENSE)
+makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
+
+build() {
+   cd ${srcdir}
+  
+   _arch=''
+   [ $CARCH = x86_64 ]  _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd ${srcdir}/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd ${srcdir}/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+ --boost-python-libname=boost_python
+   make
+}
+
+package_python-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
+   cd ${srcdir}/pycuda-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   rm -fr ${pkgdir}/usr/include
+}
+
+package_python2-pycuda() {
+   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
+   cd ${srcdir}/pycuda-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   rm -fr ${pkgdir}/usr/include   
+}
+
+package_pycuda-headers() {
+   cd ${srcdir}/pycuda-${pkgver}
+   install -dm755 ${pkgdir}/usr/include/pycuda
+
+   for file in $(ls -1 src/cpp/*.hpp); do
+  install -m644 ${file} ${pkgdir}/usr/include/pycuda
+   done
+
+   install -Dm644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:29:01
  Author: bpiotrowski
Revision: 219565

upgpkg: vigra 1.10.0-3

rebuild against boost 1.56.0

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:09:24 UTC (rev 219564)
+++ PKGBUILD2014-08-11 13:29:01 UTC (rev 219565)
@@ -5,7 +5,7 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')



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

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 15:29:10
  Author: bpiotrowski
Revision: 219566

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 219565, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 219565, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 219565, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 219565, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 194 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 219565, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:29:10 UTC (rev 219566)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.10.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+source=(https://github.com/ukoethe/vigra/releases/download/Version-${pkgver//./-}/${pkgname}-${pkgver}-src-with-docu.tar.gz)
+md5sums=('85e2968e4ee5f9541b5dd8b3fb9cc433')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+#check() {
+#  cd ${srcdir}/${pkgname}-${pkgver}
+#  make -j1 -k check #|| /bin/true # i686 fails
+#}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf ${pkgdir}/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc=Computer vision library - documentation and examples
+  #depends=('vigra')
+  #arch=('any')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # cleanup
+  rm -rf ${pkgdir}/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 219565, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2014-08-11 13:29:10 UTC (rev 
219566)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 219565, 
vigra/trunk/PKGBUILD)

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:47:36
  Author: fyan
Revision: 219567

upgpkg: lyx 2.1.1-2

boost 1.56.0 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:29:10 UTC (rev 219566)
+++ PKGBUILD2014-08-11 13:47:36 UTC (rev 219567)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
 arch=('i686' 'x86_64')
 url=http://www.lyx.org;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:48:36
  Author: fyan
Revision: 219568

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 219567, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 219567, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 219567, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 219567, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 219567, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 219567, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 219567, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 219567, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   51 +++
 staging-i686/lyx.desktop   |   14 +++
 staging-i686/lyx.install   |   15 
 staging-i686/lyxrc.dist|   14 +++
 staging-x86_64/PKGBUILD|   51 +++
 staging-x86_64/lyx.desktop |   14 +++
 staging-x86_64/lyx.install |   15 
 staging-x86_64/lyxrc.dist  |   14 +++
 8 files changed, 188 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 219567, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=lyx
+pkgver=2.1.1
+pkgrel=2
+pkgdesc=An advanced WYSIWYM document processor  LaTeX front-end
+arch=('i686' 'x86_64')
+url=http://www.lyx.org;
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes' 'file')
+makedepends=('boost' 'bc')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('78477ba4b6c6f04bf2c73da533f14913bdc5f53f'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|python|python2|' lib/configure.py src/support/os.cpp
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export CXXFLAGS=$CXXFLAGS -fpermissive
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install desktop entry
+  install -Dm644 ${srcdir}/lyx.desktop \
+${pkgdir}/usr/share/applications/lyx.desktop
+  install -Dm644 lib/images/lyx.png \
+${pkgdir}/usr/share/pixmaps/lyx.png
+  # install default config file
+  install -Dm644 ${srcdir}/lyxrc.dist ${pkgdir}/etc/lyx/lyxrc.dist
+  ln -sf /etc/lyx/lyxrc.dist ${pkgdir}/usr/share/lyx/lyxrc.dist
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 219567, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 219567, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 219567, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2014-08-11 13:48:36 UTC (rev 219568)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 

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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 15:54:59
  Author: fyan
Revision: 117180

upgpkg: encfs 1.7.4-13

boost 1.56.0 rebuild

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:09:28 UTC (rev 117179)
+++ PKGBUILD2014-08-11 13:54:59 UTC (rev 117180)
@@ -6,7 +6,7 @@
 
 pkgname=encfs
 pkgver=1.7.4
-pkgrel=12
+pkgrel=13
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='http://www.arg0.net/encfs'



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 16:00:01
  Author: fyan
Revision: 117181

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

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
(from rev 117180, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
(from rev 117180, encfs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 117180, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 14:00:01 UTC (rev 117181)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=13
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 117180, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 14:00:01 UTC (rev 117181)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=13
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:23:50
  Author: lfleischer
Revision: 219570

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

Added:
  libbsd/repos/extra-i686/PKGBUILD
(from rev 219569, libbsd/trunk/PKGBUILD)
  libbsd/repos/extra-i686/spt.patch
(from rev 219569, libbsd/trunk/spt.patch)
  libbsd/repos/extra-x86_64/PKGBUILD
(from rev 219569, libbsd/trunk/PKGBUILD)
  libbsd/repos/extra-x86_64/spt.patch
(from rev 219569, libbsd/trunk/spt.patch)
Deleted:
  libbsd/repos/extra-i686/PKGBUILD
  libbsd/repos/extra-i686/spt.patch
  libbsd/repos/extra-x86_64/PKGBUILD
  libbsd/repos/extra-x86_64/spt.patch

+
 /PKGBUILD  |   78 
 /spt.patch |  100 +++
 extra-i686/PKGBUILD|   39 --
 extra-i686/spt.patch   |   50 ---
 extra-x86_64/PKGBUILD  |   39 --
 extra-x86_64/spt.patch |   50 ---
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 14:23:40 UTC (rev 219569)
+++ extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-
-pkgname=libbsd
-pkgver=0.6.0
-pkgrel=2
-pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
-arch=('i686' 'x86_64')
-url=http://libbsd.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  rm ${pkgdir}/usr/lib/libbsd.a
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/extra-i686/PKGBUILD (from rev 219569, 
libbsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
+arch=('i686' 'x86_64')
+url=http://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm ${pkgdir}/usr/lib/libbsd.a
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/spt.patch
===
--- extra-i686/spt.patch2014-08-11 14:23:40 UTC (rev 219569)
+++ extra-i686/spt.patch2014-08-11 14:23:50 UTC (rev 219570)
@@ -1,50 +0,0 @@
-diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
 libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
-+++ libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
-@@ -86,7 +86,7 @@
-   if (environ != envp)
-   return 0;
- 
--  /* Make a copy of the old environ array of pointers, in case
-+  /* Make a deep copy of the old environ array of pointers, in case
-* clearenv() or setenv() is implemented to free the internal
-* environ array, because we will need to access the old environ
-* contents to make the new copy. */
-@@ -94,11 +94,13 @@
-   envcopy = malloc(envsize);
-   if (envcopy == NULL)
-   return errno;
--  memcpy(envcopy, envp, envsize);
-+  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
-+  envcopy[i] = NULL;
- 
-   error = spt_clearenv();
-   if (error) {
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
-   return error;
-   }
-@@ -116,18 +118,20 @@
-   if (error) {
- #ifdef HAVE_CLEARENV
-   /* Because the old environ might not be available
--   * anymore we will make do with the shallow copy. */
-+   * anymore we will make do with the deep copy. */
-   environ = 

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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:23:40
  Author: lfleischer
Revision: 219569

upgpkg: libbsd 0.7.0-1

Upstream update.

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 13:48:36 UTC (rev 219568)
+++ PKGBUILD2014-08-11 14:23:40 UTC (rev 219569)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=libbsd
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
 arch=('i686' 'x86_64')
 url=http://libbsd.freedesktop.org;
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
  'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   rm ${pkgdir}/usr/lib/libbsd.a



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

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:31:10
  Author: lfleischer
Revision: 219572

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

Added:
  libbsd/repos/testing-i686/
  libbsd/repos/testing-i686/PKGBUILD
(from rev 219571, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-i686/spt.patch
(from rev 219571, libbsd/trunk/spt.patch)
  libbsd/repos/testing-x86_64/
  libbsd/repos/testing-x86_64/PKGBUILD
(from rev 219571, libbsd/trunk/PKGBUILD)
  libbsd/repos/testing-x86_64/spt.patch
(from rev 219571, libbsd/trunk/spt.patch)

--+
 testing-i686/PKGBUILD|   39 +++
 testing-i686/spt.patch   |   50 +
 testing-x86_64/PKGBUILD  |   39 +++
 testing-x86_64/spt.patch |   50 +
 4 files changed, 178 insertions(+)

Copied: libbsd/repos/testing-i686/PKGBUILD (from rev 219571, 
libbsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
+arch=('i686' 'x86_64')
+url=http://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('staticlibs')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm ${pkgdir}/usr/lib/libbsd.a
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libbsd/repos/testing-i686/spt.patch (from rev 219571, 
libbsd/trunk/spt.patch)
===
--- testing-i686/spt.patch  (rev 0)
+++ testing-i686/spt.patch  2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,50 @@
+diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
+--- libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
 libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
+@@ -86,7 +86,7 @@
+   if (environ != envp)
+   return 0;
+ 
+-  /* Make a copy of the old environ array of pointers, in case
++  /* Make a deep copy of the old environ array of pointers, in case
+* clearenv() or setenv() is implemented to free the internal
+* environ array, because we will need to access the old environ
+* contents to make the new copy. */
+@@ -94,11 +94,13 @@
+   envcopy = malloc(envsize);
+   if (envcopy == NULL)
+   return errno;
+-  memcpy(envcopy, envp, envsize);
++  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
++  envcopy[i] = NULL;
+ 
+   error = spt_clearenv();
+   if (error) {
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+   return error;
+   }
+@@ -116,18 +118,20 @@
+   if (error) {
+ #ifdef HAVE_CLEARENV
+   /* Because the old environ might not be available
+-   * anymore we will make do with the shallow copy. */
++   * anymore we will make do with the deep copy. */
+   environ = envcopy;
+ #else
+   environ = envp;
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ #endif
+   return error;
+   }
+   }
+ 
+-  /* Dispose of the shallow copy, now that we've finished transfering
++  /* Dispose of the deep copy, now that we've finished transfering
+* the old environment. */
++  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
+   free(envcopy);
+ 
+   return 0;

Copied: libbsd/repos/testing-x86_64/PKGBUILD (from rev 219571, 
libbsd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-11 14:31:10 UTC (rev 219572)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=libbsd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
+arch=('i686' 'x86_64')
+url=http://libbsd.freedesktop.org;
+license=('custom')
+depends=('glibc')

[arch-commits] Commit in libbsd/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 16:30:30
  Author: lfleischer
Revision: 219571

Revert r219570

Do not release to [extra] yet. Move to [testing] first.

Modified:
  libbsd/repos/extra-i686/PKGBUILD
  libbsd/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   14 +++---
 extra-x86_64/PKGBUILD |   14 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 14:23:50 UTC (rev 219570)
+++ extra-i686/PKGBUILD 2014-08-11 14:30:30 UTC (rev 219571)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=libbsd
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.6.0
+pkgrel=2
 pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
 arch=('i686' 'x86_64')
 url=http://libbsd.freedesktop.org;
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
  'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   rm ${pkgdir}/usr/lib/libbsd.a

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 14:23:50 UTC (rev 219570)
+++ extra-x86_64/PKGBUILD   2014-08-11 14:30:30 UTC (rev 219571)
@@ -3,8 +3,8 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=libbsd
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.6.0
+pkgrel=2
 pkgdesc=Provides useful functions commonly found on BSD systems like 
strlcpy()
 arch=('i686' 'x86_64')
 url=http://libbsd.freedesktop.org;
@@ -11,12 +11,12 @@
 license=('custom')
 depends=('glibc')
 options=('staticlibs')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
-md5sums=('fcceb4e66fd448ca4ed42ba22a8babb0'
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
  'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,13 +23,13 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
   rm ${pkgdir}/usr/lib/libbsd.a



[arch-commits] Commit in libbsd/trunk (spt.patch)

2014-08-11 Thread Lukas Fleischer
Date: Monday, August 11, 2014 @ 17:06:54
  Author: lfleischer
Revision: 219573

Remove old patch

Deleted:
  libbsd/trunk/spt.patch

---+
 spt.patch |   50 --
 1 file changed, 50 deletions(-)

Deleted: spt.patch
===
--- spt.patch   2014-08-11 14:31:10 UTC (rev 219572)
+++ spt.patch   2014-08-11 15:06:54 UTC (rev 219573)
@@ -1,50 +0,0 @@
-diff -u -r libbsd-0.5.2-orig/src/setproctitle.c libbsd-0.5.2/src/setproctitle.c
 libbsd-0.5.2-orig/src/setproctitle.c   2013-06-08 18:26:04.0 
+0200
-+++ libbsd-0.5.2/src/setproctitle.c2013-06-18 02:35:59.441393418 +0200
-@@ -86,7 +86,7 @@
-   if (environ != envp)
-   return 0;
- 
--  /* Make a copy of the old environ array of pointers, in case
-+  /* Make a deep copy of the old environ array of pointers, in case
-* clearenv() or setenv() is implemented to free the internal
-* environ array, because we will need to access the old environ
-* contents to make the new copy. */
-@@ -94,11 +94,13 @@
-   envcopy = malloc(envsize);
-   if (envcopy == NULL)
-   return errno;
--  memcpy(envcopy, envp, envsize);
-+  for (i = 0; envp[i]; i++) envcopy[i] = strdup(envp[i]);
-+  envcopy[i] = NULL;
- 
-   error = spt_clearenv();
-   if (error) {
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
-   return error;
-   }
-@@ -116,18 +118,20 @@
-   if (error) {
- #ifdef HAVE_CLEARENV
-   /* Because the old environ might not be available
--   * anymore we will make do with the shallow copy. */
-+   * anymore we will make do with the deep copy. */
-   environ = envcopy;
- #else
-   environ = envp;
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
- #endif
-   return error;
-   }
-   }
- 
--  /* Dispose of the shallow copy, now that we've finished transfering
-+  /* Dispose of the deep copy, now that we've finished transfering
-* the old environment. */
-+  for(i = 0; envcopy[i]; i++) free(envcopy[i]);
-   free(envcopy);
- 
-   return 0;



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 17:25:02
  Author: fyan
Revision: 117182

upgpkg: glob2 0.9.4.4-22

boost 1.56.0 rebuild

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 14:00:01 UTC (rev 117181)
+++ PKGBUILD2014-08-11 15:25:02 UTC (rev 117182)
@@ -5,7 +5,7 @@
 
 pkgname=glob2
 pkgver=0.9.4.4
-pkgrel=21
+pkgrel=22
 pkgdesc='RTS game which minimizes micro-management'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'



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

2014-08-11 Thread Felix Yan
Date: Monday, August 11, 2014 @ 17:25:51
  Author: fyan
Revision: 117183

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

Added:
  glob2/repos/community-staging-i686/
  glob2/repos/community-staging-i686/PKGBUILD
(from rev 117182, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff
(from rev 117182, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch
(from rev 117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-i686/glob2.install
(from rev 117182, glob2/trunk/glob2.install)
  glob2/repos/community-staging-x86_64/
  glob2/repos/community-staging-x86_64/PKGBUILD
(from rev 117182, glob2/trunk/PKGBUILD)
  glob2/repos/community-staging-x86_64/fix-ftbfs-gcc49.diff
(from rev 117182, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-staging-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-staging-x86_64/glob2.install
(from rev 117182, glob2/trunk/glob2.install)

+
 community-staging-i686/PKGBUILD|   45 +
 community-staging-i686/fix-ftbfs-gcc49.diff|   14 +++
 community-staging-i686/glob2-0.9.4.1-gcc44.patch   |   87 +++
 community-staging-i686/glob2.install   |   13 ++
 community-staging-x86_64/PKGBUILD  |   45 +
 community-staging-x86_64/fix-ftbfs-gcc49.diff  |   14 +++
 community-staging-x86_64/glob2-0.9.4.1-gcc44.patch |   87 +++
 community-staging-x86_64/glob2.install |   13 ++
 8 files changed, 318 insertions(+)

Copied: glob2/repos/community-staging-i686/PKGBUILD (from rev 117182, 
glob2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 15:25:51 UTC (rev 117183)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=22
+pkgdesc='RTS game which minimizes micro-management'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/glob2-0.9.4.1-gcc44.patch
+  patch -p1 -i $srcdir/fix-ftbfs-gcc49.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  scons LINKFLAGS=-lboost_system
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
+  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/$pkgname-icon-48x48.png \
+$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-staging-i686/fix-ftbfs-gcc49.diff (from rev 
117182, glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- community-staging-i686/fix-ftbfs-gcc49.diff (rev 0)
+++ community-staging-i686/fix-ftbfs-gcc49.diff 2014-08-11 15:25:51 UTC (rev 
117183)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;

Copied: glob2/repos/community-staging-i686/glob2-0.9.4.1-gcc44.patch (from rev 
117182, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
===
--- community-staging-i686/glob2-0.9.4.1-gcc44.patch
(rev 0)
+++ community-staging-i686/glob2-0.9.4.1-gcc44.patch2014-08-11 15:25:51 UTC 
(rev 117183)
@@ -0,0 +1,87 @@
+diff -up libgag/include/StreamBackend.h.orig libgag/include/StreamBackend.h
+--- libgag/include/StreamBackend.h.orig2009-03-18 03:46:47.0 
+0100
 libgag/include/StreamBackend.h 2009-06-20 14:21:10.0 +0200
+@@ -43,7 +43,7 @@ namespace 

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

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:46:52
  Author: jlichtblau
Revision: 117185

archrelease: copy trunk to community-x86_64

Added:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
(from rev 117184, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
(from rev 117184, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install
(from rev 117184, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-x86_64/PKGBUILD
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.install

---+
 PKGBUILD  |   57 +---
 mp3splt-gtk.changelog |   75 
 mp3splt-gtk.install   |8 ++---
 3 files changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 17:46:39 UTC (rev 117184)
+++ PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-x86_64/PKGBUILD (from rev 117184, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 17:46:39 UTC (rev 117184)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
@@ -1,36 +0,0 @@
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-x86_64/mp3splt-gtk.changelog (from rev 
117184, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
@@ -0,0 +1,39 @@
+2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.1a-1
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * 

[arch-commits] Commit in mp3splt-gtk/trunk (PKGBUILD mp3splt-gtk.changelog)

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:46:39
  Author: jlichtblau
Revision: 117184

upgpkg: mp3splt-gtk 0.9.1a-1

Modified:
  mp3splt-gtk/trunk/PKGBUILD
  mp3splt-gtk/trunk/mp3splt-gtk.changelog

---+
 PKGBUILD  |   13 ++---
 mp3splt-gtk.changelog |3 +++
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 15:25:51 UTC (rev 117183)
+++ PKGBUILD2014-08-11 17:46:39 UTC (rev 117184)
@@ -2,21 +2,20 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=mp3splt-gtk
-pkgver=0.9
+pkgver=0.9.1a
 pkgrel=1
 pkgdesc=Split mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
 url=http://mp3splt.sourceforge.net/;
 license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
   make
@@ -23,7 +22,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }

Modified: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 15:25:51 UTC (rev 117183)
+++ mp3splt-gtk.changelog   2014-08-11 17:46:39 UTC (rev 117184)
@@ -1,3 +1,6 @@
+2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.1a-1
+
 2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* mp3splt-gtk 0.9-1
 



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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 19:46:32
  Author: eric
Revision: 219574

upgpkg: yasm 1.3.0-1

Upstream update

Modified:
  yasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 15:06:54 UTC (rev 219573)
+++ PKGBUILD2014-08-11 17:46:32 UTC (rev 219574)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
 arch=('i686' 'x86_64')
 url=http://www.tortall.net/projects/yasm/;
@@ -11,14 +11,8 @@
 depends=('glibc')
 options=('staticlibs')
 
source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr



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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 19:49:08
  Author: eric
Revision: 219575

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

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 64 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-11 17:46:32 UTC (rev 219574)
+++ extra-i686/PKGBUILD 2014-08-11 17:49:08 UTC (rev 219575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
-arch=('i686' 'x86_64')
-url=http://www.tortall.net/projects/yasm/;
-license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
-depends=('glibc')
-options=('staticlibs')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 BSD.txt ${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt
-}

Copied: yasm/repos/extra-i686/PKGBUILD (from rev 219574, yasm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-11 17:49:08 UTC (rev 219575)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=yasm
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
+arch=('i686' 'x86_64')
+url=http://www.tortall.net/projects/yasm/;
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 BSD.txt ${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-11 17:46:32 UTC (rev 219574)
+++ extra-x86_64/PKGBUILD   2014-08-11 17:49:08 UTC (rev 219575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=yasm
-pkgver=1.2.0
-pkgrel=4
-pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
-arch=('i686' 'x86_64')
-url=http://www.tortall.net/projects/yasm/;
-license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
-depends=('glibc')
-options=('staticlibs')
-source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('773d28f27f83c44ac35079add0d3167ca6c1def8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# FS#38940
-  sed -i 's/#define NHASH 31/#define NHASH 4096/' 
modules/preprocs/nasm/nasm-pp.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 BSD.txt ${pkgdir}/usr/share/licenses/${pkgname}/BSD.txt
-}

Copied: yasm/repos/extra-x86_64/PKGBUILD (from rev 219574, yasm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-11 17:49:08 UTC (rev 219575)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=yasm
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, 
GAS, etc.)
+arch=('i686' 'x86_64')
+url=http://www.tortall.net/projects/yasm/;
+license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
+depends=('glibc')
+options=('staticlibs')
+source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)

[arch-commits] Commit in mp3splt-gtk/repos/community-i686 (6 files)

2014-08-11 Thread Jaroslav Lichtblau
Date: Monday, August 11, 2014 @ 19:55:10
  Author: jlichtblau
Revision: 117186

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 117185, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 117185, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 117185, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   57 +---
 mp3splt-gtk.changelog |   75 
 mp3splt-gtk.install   |8 ++---
 3 files changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 17:46:52 UTC (rev 117185)
+++ PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkg-config')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('6262cf61f74bfb1cac5d5bdf6c3ad41fece221f7fb66032ae633835044aecff5')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 117185, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.9.1a
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer' 'gtk3' 'libmp3splt')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('5fc242870f1690a2e27b5bea8b13bb4f7ede1e4cb212f9d9bccd9502a734f718')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2014-08-11 17:46:52 UTC (rev 117185)
+++ mp3splt-gtk.changelog   2014-08-11 17:55:10 UTC (rev 117186)
@@ -1,36 +0,0 @@
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.9-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.2-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.8.1-1
-
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 
117185, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2014-08-11 17:55:10 UTC (rev 117186)
@@ -0,0 +1,39 @@
+2014-08-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9.1a-1
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.9-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 

[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2014-08-11 Thread Maxime Gauduin
Date: Monday, August 11, 2014 @ 20:01:38
  Author: alucryd
Revision: 117187

boost rebuild: plex-home-theater 1.2.1-2

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 17:55:10 UTC (rev 117186)
+++ PKGBUILD2014-08-11 18:01:38 UTC (rev 117187)
@@ -4,7 +4,7 @@
 
 pkgname=plex-home-theater
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'



[arch-commits] Commit in plex-home-theater/repos (10 files)

2014-08-11 Thread Maxime Gauduin
Date: Monday, August 11, 2014 @ 20:01:55
  Author: alucryd
Revision: 117188

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

Added:
  plex-home-theater/repos/community-staging-i686/
  plex-home-theater/repos/community-staging-i686/PKGBUILD
(from rev 117187, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-i686/plex-home-theater.install
(from rev 117187, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-staging-i686/plexhometheater.service
(from rev 117187, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-staging-i686/plexhometheater.sh
(from rev 117187, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-staging-x86_64/
  plex-home-theater/repos/community-staging-x86_64/PKGBUILD
(from rev 117187, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-staging-x86_64/plex-home-theater.install
(from rev 117187, plex-home-theater/trunk/plex-home-theater.install)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.service
(from rev 117187, plex-home-theater/trunk/plexhometheater.service)
  plex-home-theater/repos/community-staging-x86_64/plexhometheater.sh
(from rev 117187, plex-home-theater/trunk/plexhometheater.sh)

+
 community-staging-i686/PKGBUILD|   67 +++
 community-staging-i686/plex-home-theater.install   |   16 
 community-staging-i686/plexhometheater.service |   17 
 community-staging-i686/plexhometheater.sh  |4 +
 community-staging-x86_64/PKGBUILD  |   67 +++
 community-staging-x86_64/plex-home-theater.install |   16 
 community-staging-x86_64/plexhometheater.service   |   17 
 community-staging-x86_64/plexhometheater.sh|4 +
 8 files changed, 208 insertions(+)

Copied: plex-home-theater/repos/community-staging-i686/PKGBUILD (from rev 
117187, plex-home-theater/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 18:01:55 UTC (rev 117188)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Daniel Wallace daniel.wall...@gatech.edu
+
+pkgname=plex-home-theater
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Plex Home Theater'
+arch=('i686' 'x86_64')
+url='http://www.plexapp.com/'
+license=('GPL2')
+depends=('boost-libs' 'curl' 'fontconfig' 'glew' 'lame' 'libass' 'libcdio'
+ 'libjpeg-turbo' 'libmad' 'libmicrohttpd' 'libmodplug' 'libmpeg2'
+ 'libsamplerate' 'libssh' 'libusb-compat' 'libva' 'libvdpau'
+ 'libxrandr' 'lzo' 'mesa' 'rtmpdump' 'sdl_image' 'sdl_mixer'
+ 'smbclient' 'taglib' 'tinyxml' 'yajl')
+makedepends=('boost' 'cmake' 'doxygen' 'ftgl' 'java-environment' 'libcec'
+ 'libplist' 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
+optdepends=('libplist: AirPlay support'
+'libshairport: AirPlay support'
+'libcec: Pulse-Eight USB-CEC adapter support'
+'pulseaudio: PulseAudio support')
+install=${pkgname}.install
+source=(https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz;
+'plexhometheater.service'
+'plexhometheater.sh')
+sha256sums=('c6494591a748bf11281dee860542168448e8e494a7e4eee6cdc61255948975f2'
+'bca8cd5aa13f469f93dd4e9868c0b5050395ca32f28b19852e5830441b67e1be'
+'c551d8f50342dcfede5a11e1bae2c18b25d44b89a5a29863e5809d45ef365702')
+
+build() {
+  cd plex-home-theater-public-pht-v${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/opt/plexhometheater' \
+   -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+   -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' -DENABLE_PYTHON='TRUE' \
+   -DPYTHON_EXEC='/usr/bin/python2' -DUSE_INTERNAL_FFMPEG='TRUE' \
+   -DCREATE_BUNDLE='FALSE'
+  make
+}
+
+package() {
+  cd plex-home-theater-public-pht-v${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 ${srcdir}/plexhometheater.sh ${pkgdir}/usr/bin/
+  install -m 644 ../plex/Resources/plexhometheater.desktop 
${pkgdir}/usr/share/applications/
+  install -m 644 ../plex/Resources/plex-icon-256.png 
${pkgdir}/usr/share/pixmaps/plexhometheater.png
+
+  # Systemd
+  install -dm 755 ${pkgdir}/usr/lib/systemd/system
+  install -m 644 ../../plexhometheater.service 
${pkgdir}/usr/lib/systemd/system/
+
+  # Plex user home
+  install -dm 700 ${pkgdir}/var/lib/plex
+  chown 421:421 ${pkgdir}/var/lib/plex

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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:11:18
  Author: jelle
Revision: 117189

upgpkg: python-pyopencl 1:2013.2-5

boost  1.56.0 rebuild

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 18:01:55 UTC (rev 117188)
+++ PKGBUILD2014-08-11 18:11:18 UTC (rev 117189)
@@ -4,7 +4,7 @@
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
 pkgver=2013.2
-pkgrel=4
+pkgrel=5
 pkgdesc=A complete, object-oriented language binding of OpenCL to Python
 arch=('i686' 'x86_64')
 url=http://mathema.tician.de/software/pyopencl;



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

2014-08-11 Thread Jelle van der Waa
Date: Monday, August 11, 2014 @ 20:11:28
  Author: jelle
Revision: 117190

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

Added:
  python-pyopencl/repos/community-staging-i686/
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 117189, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 117189, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 117189, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 117189, python-pyopencl/trunk/PKGBUILD)

--+
 community-staging-i686/LICENSE.txt   |   20 +
 community-staging-i686/PKGBUILD  |   71 +
 community-staging-x86_64/LICENSE.txt |   20 +
 community-staging-x86_64/PKGBUILD|   71 +
 4 files changed, 182 insertions(+)

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

Copied: python-pyopencl/repos/community-staging-i686/PKGBUILD (from rev 117189, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 18:11:28 UTC (rev 117190)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.2
+pkgrel=5
+pkgdesc=A complete, object-oriented language binding of OpenCL to Python
+arch=('i686' 'x86_64')
+url=http://mathema.tician.de/software/pyopencl;
+license=('custom')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('805b1c5c44647182dcc7aedb00caf8ca47bc6e84'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd $srcdir
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+check(){
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py test
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 setup.py test
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers' 
'python-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   rm -fr ${pkgdir}/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers' 
'python2-setuptools')
+
+   cd ${srcdir}/pyopencl-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+rm -fr ${pkgdir}/usr/include/
+
+   install -D -m644 $srcdir/LICENSE.txt 

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

2014-08-11 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 20:17:03
  Author: eric
Revision: 219576

upgpkg: lvm2 2.02.109-1

Upstream update

Modified:
  lvm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 17:49:08 UTC (rev 219575)
+++ PKGBUILD2014-08-11 18:17:03 UTC (rev 219576)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.108
+pkgver=2.02.109
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('fc133c93f5250ae94fbf19df03b658eb0382a632'
+sha1sums=('03bcb38c9b5d31ac6d32cf7e15890f118aafcdf9'
   'SKIP'
   'be3b7db02e76d31d4742dc853b2fa3f898368ff8'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'



  1   2   >