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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 10:14:50
  Author: arodseth
Revision: 95625

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 95624, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-i686/python-simplejson.changelog
(from rev 95624, python-simplejson/trunk/python-simplejson.changelog)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 95624, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/python-simplejson.changelog
(from rev 95624, python-simplejson/trunk/python-simplejson.changelog)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-i686/python-simplejson.changelog
  python-simplejson/repos/community-x86_64/PKGBUILD
  python-simplejson/repos/community-x86_64/python-simplejson.changelog

--+
 /PKGBUILD|   74 +
 /python-simplejson.changelog |   40 +
 community-i686/PKGBUILD  |   37 
 community-i686/python-simplejson.changelog   |   20 --
 community-x86_64/PKGBUILD|   37 
 community-x86_64/python-simplejson.changelog |   20 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 08:14:42 UTC (rev 95624)
+++ community-i686/PKGBUILD 2013-08-15 08:14:50 UTC (rev 95625)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python' 'python2-distribute')
-source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd $srcdir/simplejson-simplejson-*
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd $srcdir/simplejson-simplejson-*
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 95624, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 08:14:50 UTC (rev 95625)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.3.0
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='http://undefined.org/python/#simplejson'
+makedepends=('python' 'python2-distribute')
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
+sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd $srcdir/simplejson-simplejson-*
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd $srcdir/simplejson-simplejson-*
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson-simplejson-*/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/python-simplejson.changelog
===
--- community-i686/python-simplejson.changelog  2013-08-15 08:14:42 UTC (rev 
95624)
+++ community-i686/python-simplejson.changelog  2013-08-15 08:14:50 UTC (rev 
95625)
@@ -1,20 +0,0 @@
-2012-07-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.6.1-1
-
-2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * python-simplejson 2.5.2-1
-
-2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 10:14:42
  Author: arodseth
Revision: 95624

upgpkg: python-simplejson 3.3.0-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 04:52:57 UTC (rev 95623)
+++ PKGBUILD2013-08-15 08:14:42 UTC (rev 95624)
@@ -6,7 +6,7 @@
 
 pkgbase=python-simplejson
 pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
@@ -14,7 +14,7 @@
 url='http://undefined.org/python/#simplejson'
 makedepends=('python' 'python2-distribute')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver};)
-sha256sums=('507036d10039ccf437625437b2521c0f691c20c3911b2b7183d5a66c98d36432')
+sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
 
 package_python-simplejson() {
   depends=('python')



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:04:37
  Author: spupykin
Revision: 95628

upgpkg: zathura 0.2.4-1

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:04:33 UTC (rev 95627)
+++ PKGBUILD2013-08-15 09:04:37 UTC (rev 95628)
@@ -4,7 +4,7 @@
 # Contributor: ML neldoreth
 
 pkgname=zathura
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc=a document viewer
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('c0265fd9fa64a37b01d729efb75a7c32'
+md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:04:33
  Author: spupykin
Revision: 95627

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:04:11 UTC (rev 95626)
+++ community-i686/PKGBUILD 2013-08-15 09:04:33 UTC (rev 95627)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgbase=girara
-pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.6
-pkgrel=1
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-makedepends=('gtk3' 'gtk2')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('1f213274fc710a5f9693d0d61f9ea66d')
-
-build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk2() {
-  depends=('gtk2' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=2
-
-  # install files
-  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk3() {
-  depends=('gtk3' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=3
-
-  # install files
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 95626, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:04:33 UTC (rev 95627)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgbase=girara
+pkgname=(girara-common girara-gtk2 girara-gtk3)
+pkgver=0.1.7
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+makedepends=('gtk3' 'gtk2')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('ff73bf26b56cdc28a4a2dcce46f4aa20')
+
+build() {
+  true
+}
+
+package_girara-common() {
+  depends=()
+  pkgdesc=user interface library - common files
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+
+  # install header
+  make DESTDIR=$pkgdir/ install-headers
+
+  # install language files
+  make DESTDIR=$pkgdir/ -C po install
+
+  # remove pkgconfig files
+  rm -r $pkgdir/usr/lib/pkgconfig
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk2() {
+  depends=('gtk2' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=2
+
+  # install files
+  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk3() {
+  depends=('gtk3' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=3
+
+  # install files
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:04:11
  Author: spupykin
Revision: 95626

upgpkg: girara 0.1.7-1

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 08:14:50 UTC (rev 95625)
+++ PKGBUILD2013-08-15 09:04:11 UTC (rev 95626)
@@ -5,7 +5,7 @@
 
 pkgbase=girara
 pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 makedepends=('gtk3' 'gtk2')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('1f213274fc710a5f9693d0d61f9ea66d')
+md5sums=('ff73bf26b56cdc28a4a2dcce46f4aa20')
 
 build() {
   true



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:04:56
  Author: spupykin
Revision: 95629

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 95628, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 95628, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 95628, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 95628, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 95628, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 95628, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:04:37 UTC (rev 95628)
+++ community-i686/PKGBUILD 2013-08-15 09:04:56 UTC (rev 95629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=a document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('c0265fd9fa64a37b01d729efb75a7c32'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 95628, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:04:56 UTC (rev 95629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=a document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/2/' config.mk
+  make ZATHURA_GTK_VERSION=2
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2013-08-15 09:04:37 UTC (rev 95628)
+++ community-i686/bash-completion  2013-08-15 09:04:56 UTC (rev 95629)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS=$EXTENTIONS|ps|eps|epsi|epsf
-;;
-  djvu.so)
-EXTENTIONS=$EXTENTIONS|djvu|djv
-;;
-

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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:45:32
  Author: spupykin
Revision: 95630

upgpkg: bsdiff 4.3-8

upd

Modified:
  bsdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:04:56 UTC (rev 95629)
+++ PKGBUILD2013-08-15 09:45:32 UTC (rev 95630)
@@ -3,7 +3,7 @@
 
 pkgname=bsdiff
 pkgver=4.3
-pkgrel=7
+pkgrel=8
 pkgdesc=bsdiff and bspatch are tools for building and applying patches to 
binary files.
 url=http://www.daemonology.net/bsdiff/;
 license=('BSD')
@@ -23,6 +23,7 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make PREFIX=${pkgdir}/usr install
-  mkdir -p $pkgdir/usr/share
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
   mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man/
+  head -n 26 bsdiff.c $pkgdir/usr/share/licenses/$pkgname/license
 }



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:45:54
  Author: spupykin
Revision: 95632

upgpkg: cgit 0.9.2-2

upd

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:45:51 UTC (rev 95631)
+++ PKGBUILD2013-08-15 09:45:54 UTC (rev 95632)
@@ -8,11 +8,11 @@
 pkgname=cgit
 pkgver=0.9.2
 _gitver=1.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A web interface for git written in plain C
 arch=('i686' 'x86_64')
 url=http://hjemli.net/git/cgit;
-license=('GPL')
+license=('GPL2')
 depends=('openssl')
 makedepends=('zlib' 'curl' 'asciidoc')
 install=cgit.install
@@ -36,7 +36,6 @@
 package() {
   cd $pkgname-$pkgver
   make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir install 
install-man
-  install -vDm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
   install -vd $pkgdir/var/cache/$pkgname
   install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
   mkdir -p $pkgdir/usr/lib/cgit



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:45:51
  Author: spupykin
Revision: 95631

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

Added:
  bsdiff/repos/community-i686/Makefile.patch
(from rev 95630, bsdiff/trunk/Makefile.patch)
  bsdiff/repos/community-i686/PKGBUILD
(from rev 95630, bsdiff/trunk/PKGBUILD)
  bsdiff/repos/community-x86_64/Makefile.patch
(from rev 95630, bsdiff/trunk/Makefile.patch)
  bsdiff/repos/community-x86_64/PKGBUILD
(from rev 95630, bsdiff/trunk/PKGBUILD)
Deleted:
  bsdiff/repos/community-i686/Makefile.patch
  bsdiff/repos/community-i686/PKGBUILD
  bsdiff/repos/community-x86_64/Makefile.patch
  bsdiff/repos/community-x86_64/PKGBUILD

-+
 /Makefile.patch |   50 
 /PKGBUILD   |   58 ++
 community-i686/Makefile.patch   |   25 
 community-i686/PKGBUILD |   24 ---
 community-x86_64/Makefile.patch |   25 
 community-x86_64/PKGBUILD   |   24 ---
 6 files changed, 108 insertions(+), 98 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2013-08-15 09:45:32 UTC (rev 95630)
+++ community-i686/Makefile.patch   2013-08-15 09:45:51 UTC (rev 95631)
@@ -1,25 +0,0 @@
 Makefile.old   2005-08-17 00:14:10.0 +0200
-+++ Makefile   2007-09-15 12:32:07.0 +0200
-@@ -1,15 +1,16 @@
- CFLAGS+=  -O3 -lbz2
- 
- PREFIX?=  /usr/local
--INSTALL_PROGRAM   ?=  ${INSTALL} -c -s -m 555
--INSTALL_MAN   ?=  ${INSTALL} -c -m 444
-+INSTALL   =   /bin/install
-+INSTALL_PROGRAM   ?=  ${INSTALL} -D -m755
-+INSTALL_MAN   ?=  ${INSTALL} -D -m644
- 
- all:  bsdiff bspatch
- bsdiff:   bsdiff.c
- bspatch:  bspatch.c
- 
- install:
--  ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
--.ifndef WITHOUT_MAN
--  ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
--.endif
-+  ${INSTALL_PROGRAM} bsdiff ${PREFIX}/bin/bsdiff
-+  ${INSTALL_PROGRAM} bspatch ${PREFIX}/bin/bspatch
-+  ${INSTALL_MAN} bsdiff.1 ${PREFIX}/man/man1/bsdiff.1
-+  ${INSTALL_MAN} bspatch.1 ${PREFIX}/man/man1/bspatch.1

Copied: bsdiff/repos/community-i686/Makefile.patch (from rev 95630, 
bsdiff/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2013-08-15 09:45:51 UTC (rev 95631)
@@ -0,0 +1,25 @@
+--- Makefile.old   2005-08-17 00:14:10.0 +0200
 Makefile   2007-09-15 12:32:07.0 +0200
+@@ -1,15 +1,16 @@
+ CFLAGS+=  -O3 -lbz2
+ 
+ PREFIX?=  /usr/local
+-INSTALL_PROGRAM   ?=  ${INSTALL} -c -s -m 555
+-INSTALL_MAN   ?=  ${INSTALL} -c -m 444
++INSTALL   =   /bin/install
++INSTALL_PROGRAM   ?=  ${INSTALL} -D -m755
++INSTALL_MAN   ?=  ${INSTALL} -D -m644
+ 
+ all:  bsdiff bspatch
+ bsdiff:   bsdiff.c
+ bspatch:  bspatch.c
+ 
+ install:
+-  ${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
+-.ifndef WITHOUT_MAN
+-  ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
+-.endif
++  ${INSTALL_PROGRAM} bsdiff ${PREFIX}/bin/bsdiff
++  ${INSTALL_PROGRAM} bspatch ${PREFIX}/bin/bspatch
++  ${INSTALL_MAN} bsdiff.1 ${PREFIX}/man/man1/bsdiff.1
++  ${INSTALL_MAN} bspatch.1 ${PREFIX}/man/man1/bspatch.1

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:45:32 UTC (rev 95630)
+++ community-i686/PKGBUILD 2013-08-15 09:45:51 UTC (rev 95631)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bsdiff
-pkgver=4.3
-pkgrel=7
-pkgdesc=bsdiff and bspatch are tools for building and applying patches to 
binary files.
-url=http://www.daemonology.net/bsdiff/;
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('bzip2')
-source=(http://www.daemonology.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   Makefile.patch)
-md5sums=('e6d812394f0e0ecc8d5df255aa1db22a'
- '87ec6120b2e2d38da5a67821af6ac356')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../Makefile.patch
-  make
-  make PREFIX=${pkgdir}/usr install
-  mkdir -p $pkgdir/usr/share
-  mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man/
-}

Copied: bsdiff/repos/community-i686/PKGBUILD (from rev 95630, 
bsdiff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:45:51 UTC (rev 95631)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+

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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:34
  Author: spupykin
Revision: 95636

upgpkg: linux-howtos 20120707-1

upd

Modified:
  linux-howtos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:46:30 UTC (rev 95635)
+++ PKGBUILD2013-08-15 09:46:34 UTC (rev 95636)
@@ -3,15 +3,15 @@
 # Contributor: Martin -dadexter- Lefebvre dadex...@gmail.com
 
 pkgname=linux-howtos
-pkgver=20110210
+pkgver=20120707
 pkgrel=1
 pkgdesc=Documentation on many tasks relating to Linux setup and operation
 arch=('any')
 url=http://www.tldp.org/;
-license=('unknown')
+license=('FDL')
 options=('docs')
 
source=(http://www.slackware.at/data/slackware-current/slackware/f/$pkgname-$pkgver-noarch-1.txz;)
-md5sums=('3322e8eb10f4807d83d4ce0b353bf6fe')
+md5sums=('6c3368843c328f061866588672488649')
 
 package(){
   cd ${srcdir}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:30
  Author: spupykin
Revision: 95635

archrelease: copy trunk to community-any

Added:
  icewm-themes/repos/community-any/PKGBUILD
(from rev 95634, icewm-themes/trunk/PKGBUILD)
Deleted:
  icewm-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:46:18 UTC (rev 95634)
+++ PKGBUILD2013-08-15 09:46:30 UTC (rev 95635)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-
-pkgname=icewm-themes
-pkgver=1.2.26
-pkgrel=3
-pkgdesc=icewm themes
-arch=('any')
-license=(unknown)
-url=http://www.debian.org
-depends=(icewm)
-source=(http://ftp.debian.org/debian/pool/main/i/icewm-themes/icewm-themes_$pkgver.orig.tar.gz)
-md5sums=('c0fd0de59e6f74c9c86c0bc334eb6b9e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/icewm/themes
-  cp -r $srcdir/$pkgname-$pkgver/* $pkgdir/usr/share/icewm/themes/
-  find $pkgdir -type d -exec chmod 755 {} \;
-  find $pkgdir -type f -exec chmod 644 {} \;
-}

Copied: icewm-themes/repos/community-any/PKGBUILD (from rev 95634, 
icewm-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:46:30 UTC (rev 95635)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+
+pkgname=icewm-themes
+pkgver=1.2.26
+pkgrel=4
+pkgdesc=icewm themes
+arch=('any')
+license=(GPL2)
+url=http://www.debian.org
+depends=(icewm)
+source=(http://ftp.debian.org/debian/pool/main/i/icewm-themes/icewm-themes_$pkgver.orig.tar.gz)
+md5sums=('c0fd0de59e6f74c9c86c0bc334eb6b9e')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/share/icewm/themes
+  cp -r $srcdir/$pkgname-$pkgver/* $pkgdir/usr/share/icewm/themes/
+  find $pkgdir -type d -exec chmod 755 {} \;
+  find $pkgdir -type f -exec chmod 644 {} \;
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:14
  Author: spupykin
Revision: 95633

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 95632, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 95632, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 95632, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 95632, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 95632, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 95632, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-i686/apache.example.conf
  cgit/repos/community-i686/cgit.install
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

--+
 /PKGBUILD|   88 +
 /apache.example.conf |   50 ++
 /cgit.install|   14 +
 community-i686/PKGBUILD  |   45 
 community-i686/apache.example.conf   |   25 -
 community-i686/cgit.install  |7 --
 community-x86_64/PKGBUILD|   45 
 community-x86_64/apache.example.conf |   25 -
 community-x86_64/cgit.install|7 --
 9 files changed, 152 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:45:54 UTC (rev 95632)
+++ community-i686/PKGBUILD 2013-08-15 09:46:14 UTC (rev 95633)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Current Maintainer:  Patrick Palka patr...@parcs.ath.cx
-# Previous Maintainer:  Loui Chang louipc.ist at gmail com
-# Contributor: Andreas Baumann abaumann at yahoo dot com
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.2
-_gitver=1.8.3
-pkgrel=1
-pkgdesc=A web interface for git written in plain C
-arch=('i686' 'x86_64')
-url=http://hjemli.net/git/cgit;
-license=('GPL')
-depends=('openssl')
-makedepends=('zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
-   
git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz;
-   apache.example.conf)
-md5sums=('fe11018eff8d79caad112f4fac64b90f'
- '73224d3dc86c4999cc49484b49c9acc4'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd $pkgname-$pkgver
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ x${_gitver} == x${_cgit_gitver} ] || { msg Bad git version; return 
1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir install 
install-man
-  install -vDm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  install -vd $pkgdir/var/cache/$pkgname
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 95632, cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:46:14 UTC (rev 95633)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Current Maintainer:  Patrick Palka patr...@parcs.ath.cx
+# Previous Maintainer:  Loui Chang louipc.ist at gmail com
+# Contributor: Andreas Baumann abaumann at yahoo dot com
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.2
+_gitver=1.8.3
+pkgrel=2
+pkgdesc=A web interface for git written in plain C
+arch=('i686' 'x86_64')
+url=http://hjemli.net/git/cgit;
+license=('GPL2')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
+   
git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz;
+   apache.example.conf)
+md5sums=('fe11018eff8d79caad112f4fac64b90f'
+ '73224d3dc86c4999cc49484b49c9acc4'
+ 'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd $pkgname-$pkgver
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ x${_gitver} == x${_cgit_gitver} ] || { msg Bad git version; return 
1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR=$pkgdir install 
install-man
+ 

[arch-commits] Commit in perl-class-factory-util/trunk (PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:51
  Author: spupykin
Revision: 95638

upgpkg: perl-class-factory-util 1.7-5

upd

Modified:
  perl-class-factory-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:46:45 UTC (rev 95637)
+++ PKGBUILD2013-08-15 09:46:51 UTC (rev 95638)
@@ -1,13 +1,14 @@
 # $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-class-factory-util
 _realname=Class-Factory-Util
 pkgver=1.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Provide utility methods for factory classes
-arch=(i686 x86_64)
-license=('GPL' 'Artistic')
-url=http://search.cpan.org/~drolsky/Class-Factory-Util;
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Class-Factory-Util/;
 options=(!emptydirs)
 depends=('perl')
 provides=('class-factory-util=1.7' 'Class::Factory::Util=1.7' 
'perl-class-factory-util=1.7')



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:18
  Author: spupykin
Revision: 95634

upgpkg: icewm-themes 1.2.26-4

upd

Modified:
  icewm-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:46:14 UTC (rev 95633)
+++ PKGBUILD2013-08-15 09:46:18 UTC (rev 95634)
@@ -4,10 +4,10 @@
 
 pkgname=icewm-themes
 pkgver=1.2.26
-pkgrel=3
+pkgrel=4
 pkgdesc=icewm themes
 arch=('any')
-license=(unknown)
+license=(GPL2)
 url=http://www.debian.org
 depends=(icewm)
 
source=(http://ftp.debian.org/debian/pool/main/i/icewm-themes/icewm-themes_$pkgver.orig.tar.gz)



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:45
  Author: spupykin
Revision: 95637

archrelease: copy trunk to community-any

Added:
  linux-howtos/repos/community-any/PKGBUILD
(from rev 95636, linux-howtos/trunk/PKGBUILD)
Deleted:
  linux-howtos/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:46:34 UTC (rev 95636)
+++ PKGBUILD2013-08-15 09:46:45 UTC (rev 95637)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Martin -dadexter- Lefebvre dadex...@gmail.com
-
-pkgname=linux-howtos
-pkgver=20110210
-pkgrel=1
-pkgdesc=Documentation on many tasks relating to Linux setup and operation
-arch=('any')
-url=http://www.tldp.org/;
-license=('unknown')
-options=('docs')
-source=(http://www.slackware.at/data/slackware-current/slackware/f/$pkgname-$pkgver-noarch-1.txz;)
-md5sums=('3322e8eb10f4807d83d4ce0b353bf6fe')
-
-package(){
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/linux-howtos
-  cp -r usr/doc/Linux-HOWTOs/* ${pkgdir}/usr/share/linux-howtos
-}

Copied: linux-howtos/repos/community-any/PKGBUILD (from rev 95636, 
linux-howtos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:46:45 UTC (rev 95637)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Martin -dadexter- Lefebvre dadex...@gmail.com
+
+pkgname=linux-howtos
+pkgver=20120707
+pkgrel=1
+pkgdesc=Documentation on many tasks relating to Linux setup and operation
+arch=('any')
+url=http://www.tldp.org/;
+license=('FDL')
+options=('docs')
+source=(http://www.slackware.at/data/slackware-current/slackware/f/$pkgname-$pkgver-noarch-1.txz;)
+md5sums=('6c3368843c328f061866588672488649')
+
+package(){
+  cd ${srcdir}
+  install -d ${pkgdir}/usr/share/linux-howtos
+  cp -r usr/doc/Linux-HOWTOs/* ${pkgdir}/usr/share/linux-howtos
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:20
  Author: spupykin
Revision: 95643

upgpkg: perl-device-modem 1.56-2

upd

Modified:
  perl-device-modem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:16 UTC (rev 95642)
+++ PKGBUILD2013-08-15 09:47:20 UTC (rev 95643)
@@ -3,11 +3,11 @@
 
 pkgname=perl-device-modem
 pkgver=1.56
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl extension to talk to modem devices connected via serial port
 arch=('any')
 url=http://search.cpan.org/dist/Device-Modem/;
-license=('unknown')
+license=('GPL' 'PerlArtistic')
 depends=('perl-device-serialport')
 makedepends=()
 provides=('perl-device-modem-log-file=2.10.0' 
'perl-device-modem-log-syslog=2.10.0'



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:06
  Author: spupykin
Revision: 95641

upgpkg: perl-datetime-event-ical 0.11-2

upd

Modified:
  perl-datetime-event-ical/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:03 UTC (rev 95640)
+++ PKGBUILD2013-08-15 09:47:06 UTC (rev 95641)
@@ -5,11 +5,11 @@
 
 pkgname=perl-datetime-event-ical
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl/CPAN Module DateTime::Event::ICal
 arch=('any')
 url=http://search.cpan.org/dist/DateTime-Event-ICal;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 
source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-$pkgver.tar.gz;)
 md5sums=('aea95965715c4e438fe981a5407e1328')
 



[arch-commits] Commit in perl-class-factory-util/repos (2 files)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:00
  Author: spupykin
Revision: 95639

archrelease: copy trunk to community-any

Added:
  perl-class-factory-util/repos/community-any/
  perl-class-factory-util/repos/community-any/PKGBUILD
(from rev 95638, perl-class-factory-util/trunk/PKGBUILD)

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

Copied: perl-class-factory-util/repos/community-any/PKGBUILD (from rev 95638, 
perl-class-factory-util/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-08-15 09:47:00 UTC (rev 95639)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-class-factory-util
+_realname=Class-Factory-Util
+pkgver=1.7
+pkgrel=5
+pkgdesc=Provide utility methods for factory classes
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Class-Factory-Util/;
+options=(!emptydirs)
+depends=('perl')
+provides=('class-factory-util=1.7' 'Class::Factory::Util=1.7' 
'perl-class-factory-util=1.7')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz)
+md5sums=('aebd79da361b676a7ecd3245fc3d1b3f')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:35
  Author: spupykin
Revision: 95645

upgpkg: perl-finance-quote 1.18-2

upd

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:31 UTC (rev 95644)
+++ PKGBUILD2013-08-15 09:47:35 UTC (rev 95645)
@@ -4,11 +4,11 @@
 
 pkgname=perl-finance-quote
 pkgver=1.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
 arch=(any)
 url=http://search.cpan.org/dist/Finance-Quote/;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
 depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay 
perl-libwww)
 
source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)



[arch-commits] Commit in perl-graphics-colornames-www/repos/community-any (2 files)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:59
  Author: spupykin
Revision: 95648

archrelease: copy trunk to community-any

Added:
  perl-graphics-colornames-www/repos/community-any/PKGBUILD
(from rev 95647, perl-graphics-colornames-www/trunk/PKGBUILD)
Deleted:
  perl-graphics-colornames-www/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:49 UTC (rev 95647)
+++ PKGBUILD2013-08-15 09:47:59 UTC (rev 95648)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-graphics-colornames-www
-pkgver=1.13
-pkgrel=2
-pkgdesc=Perl/CPAN Module Graphics::ColorNames::WWW
-arch=(any)
-url=http://search.cpan.org/dist/Graphics-ColorNames-WWW;
-license=(GPL Artistic)
-makedepends=(perl-graphics-colornames)
-depends=(perl-graphics-colornames)
-source=(http://www.cpan.org/authors/id/C/CF/CFAERBER/Graphics-ColorNames-WWW-$pkgver.tar.gz;)
-md5sums=('c518859fd8797927481e2318bff362e0')
-
-build() {
-  cd $srcdir/Graphics-ColorNames-WWW-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-graphics-colornames-www/repos/community-any/PKGBUILD (from rev 
95647, perl-graphics-colornames-www/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:47:59 UTC (rev 95648)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-graphics-colornames-www
+pkgver=1.13
+pkgrel=3
+pkgdesc=Perl/CPAN Module Graphics::ColorNames::WWW
+arch=(any)
+url=http://search.cpan.org/dist/Graphics-ColorNames-WWW;
+license=(GPL PerlArtistic)
+makedepends=(perl-graphics-colornames)
+depends=(perl-graphics-colornames)
+source=(http://www.cpan.org/authors/id/C/CF/CFAERBER/Graphics-ColorNames-WWW-$pkgver.tar.gz;)
+md5sums=('c518859fd8797927481e2318bff362e0')
+
+build() {
+  cd $srcdir/Graphics-ColorNames-WWW-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Graphics-ColorNames-WWW-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:02
  Author: spupykin
Revision: 95649

upgpkg: perl-io-multiplex 1.13-2

upd

Modified:
  perl-io-multiplex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:59 UTC (rev 95648)
+++ PKGBUILD2013-08-15 09:48:02 UTC (rev 95649)
@@ -4,11 +4,11 @@
 
 pkgname=perl-io-multiplex
 pkgver=1.13
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl/CPAN Module IO::Multiplex : Manage Input Output on many file 
handles
 arch=(any)
 url=http://search.cpan.org/dist/IO-Multiplex/;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-$pkgver.tar.gz;)
 md5sums=('a74f4c07a543cbf06ba3b24fe1be94e9')
 



[arch-commits] Commit in perl-graphics-colornames-www/trunk (PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:49
  Author: spupykin
Revision: 95647

upgpkg: perl-graphics-colornames-www 1.13-3

upd

Modified:
  perl-graphics-colornames-www/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:45 UTC (rev 95646)
+++ PKGBUILD2013-08-15 09:47:49 UTC (rev 95647)
@@ -4,11 +4,11 @@
 
 pkgname=perl-graphics-colornames-www
 pkgver=1.13
-pkgrel=2
+pkgrel=3
 pkgdesc=Perl/CPAN Module Graphics::ColorNames::WWW
 arch=(any)
 url=http://search.cpan.org/dist/Graphics-ColorNames-WWW;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 makedepends=(perl-graphics-colornames)
 depends=(perl-graphics-colornames)
 
source=(http://www.cpan.org/authors/id/C/CF/CFAERBER/Graphics-ColorNames-WWW-$pkgver.tar.gz;)



[arch-commits] Commit in perl-finance-quote/repos/community-any (PKGBUILD PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:45
  Author: spupykin
Revision: 95646

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 95645, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:35 UTC (rev 95645)
+++ PKGBUILD2013-08-15 09:47:45 UTC (rev 95646)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-finance-quote
-pkgver=1.18
-pkgrel=1
-pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
-arch=(any)
-url=http://search.cpan.org/dist/Finance-Quote/;
-license=(GPL Artistic)
-makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
-depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay 
perl-libwww)
-source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('339e8327a6c18d8194f6c5d1eea3bbde')
-
-build() {
-  cd $srcdir/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 95645, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:47:45 UTC (rev 95646)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-finance-quote
+pkgver=1.18
+pkgrel=2
+pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
+arch=(any)
+url=http://search.cpan.org/dist/Finance-Quote/;
+license=(GPL PerlArtistic)
+makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
+depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay 
perl-libwww)
+source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
+md5sums=('339e8327a6c18d8194f6c5d1eea3bbde')
+
+build() {
+  cd $srcdir/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Finance-Quote-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-class-factory-util/repos (2 files)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:03
  Author: spupykin
Revision: 95640

Removed community-i686 and community-x86_64 for perl-class-factory-util

Deleted:
  perl-class-factory-util/repos/community-i686/
  perl-class-factory-util/repos/community-x86_64/



[arch-commits] Commit in perl-device-modem/repos/community-any (PKGBUILD PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:47:31
  Author: spupykin
Revision: 95644

archrelease: copy trunk to community-any

Added:
  perl-device-modem/repos/community-any/PKGBUILD
(from rev 95643, perl-device-modem/trunk/PKGBUILD)
Deleted:
  perl-device-modem/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:47:20 UTC (rev 95643)
+++ PKGBUILD2013-08-15 09:47:31 UTC (rev 95644)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-device-modem
-pkgver=1.56
-pkgrel=1
-pkgdesc=Perl extension to talk to modem devices connected via serial port
-arch=('any')
-url=http://search.cpan.org/dist/Device-Modem/;
-license=('unknown')
-depends=('perl-device-serialport')
-makedepends=()
-provides=('perl-device-modem-log-file=2.10.0' 
'perl-device-modem-log-syslog=2.10.0'
- 'perl-device-modem-usrobotics=1.50.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz;)
-md5sums=('a0ec45c3e313bea27ccb476d3b725955')
-
-build() {
-  _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
-  if [ ! -z $_dir ]; then
-cd $(dirname $_dir)
-PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-make
-make install DESTDIR=${pkgdir}
-  else
-  _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
-  if [ ! -z $_dir ]; then
-cd $(dirname $_dir)
-PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor
-./Build
-./Build install destdir=${pkgdir}
-  else
-echo error: failed to detect build method for $pkgname
-echo you may be able to fix this by editing the PKGBUILD
-return 1
-  fi fi
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-device-modem/repos/community-any/PKGBUILD (from rev 95643, 
perl-device-modem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:47:31 UTC (rev 95644)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-device-modem
+pkgver=1.56
+pkgrel=2
+pkgdesc=Perl extension to talk to modem devices connected via serial port
+arch=('any')
+url=http://search.cpan.org/dist/Device-Modem/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-device-serialport')
+makedepends=()
+provides=('perl-device-modem-log-file=2.10.0' 
'perl-device-modem-log-syslog=2.10.0'
+ 'perl-device-modem-usrobotics=1.50.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Modem-$pkgver.tar.gz;)
+md5sums=('a0ec45c3e313bea27ccb476d3b725955')
+
+build() {
+  cd  $srcdir/Device-Modem-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Device-Modem-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-module-runtime/repos/community-any (PKGBUILD PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:30
  Author: spupykin
Revision: 95652

archrelease: copy trunk to community-any

Added:
  perl-module-runtime/repos/community-any/PKGBUILD
(from rev 95651, perl-module-runtime/trunk/PKGBUILD)
Deleted:
  perl-module-runtime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:16 UTC (rev 95651)
+++ PKGBUILD2013-08-15 09:48:30 UTC (rev 95652)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-module-runtime
-pkgver=0.013
-pkgrel=1
-pkgdesc=runtime module handling
-arch=('any')
-url=http://search.cpan.org/dist/Module-Runtime/;
-license=('perl')
-depends=('perl-params-classify')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)
-md5sums=('62b88b1f5f0e975a5d7c80cd46167b97')
-
-build() {
-  cd $srcdir/Module-Runtime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Module-Runtime-$pkgver
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-module-runtime/repos/community-any/PKGBUILD (from rev 95651, 
perl-module-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:48:30 UTC (rev 95652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-module-runtime
+pkgver=0.013
+pkgrel=2
+pkgdesc=runtime module handling
+arch=('any')
+url=http://search.cpan.org/dist/Module-Runtime/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-classify')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)
+md5sums=('62b88b1f5f0e975a5d7c80cd46167b97')
+
+build() {
+  cd $srcdir/Module-Runtime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Module-Runtime-$pkgver
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}



[arch-commits] Commit in perl-io-multiplex/repos/community-any (PKGBUILD PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:13
  Author: spupykin
Revision: 95650

archrelease: copy trunk to community-any

Added:
  perl-io-multiplex/repos/community-any/PKGBUILD
(from rev 95649, perl-io-multiplex/trunk/PKGBUILD)
Deleted:
  perl-io-multiplex/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 ++--
 1 file changed, 26 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:02 UTC (rev 95649)
+++ PKGBUILD2013-08-15 09:48:13 UTC (rev 95650)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-io-multiplex
-pkgver=1.13
-pkgrel=1
-pkgdesc=Perl/CPAN Module IO::Multiplex : Manage Input Output on many file 
handles
-arch=(any)
-url=http://search.cpan.org/dist/IO-Multiplex/;
-license=(GPL Artistic)
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-$pkgver.tar.gz;)
-md5sums=('a74f4c07a543cbf06ba3b24fe1be94e9')
-
-build() {
-  cd $srcdir/IO-Multiplex-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-io-multiplex/repos/community-any/PKGBUILD (from rev 95649, 
perl-io-multiplex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:48:13 UTC (rev 95650)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-io-multiplex
+pkgver=1.13
+pkgrel=2
+pkgdesc=Perl/CPAN Module IO::Multiplex : Manage Input Output on many file 
handles
+arch=(any)
+url=http://search.cpan.org/dist/IO-Multiplex/;
+license=(GPL PerlArtistic)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-$pkgver.tar.gz;)
+md5sums=('a74f4c07a543cbf06ba3b24fe1be94e9')
+
+build() {
+  cd $srcdir/IO-Multiplex-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/IO-Multiplex-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:33
  Author: spupykin
Revision: 95653

upgpkg: perl-test-exception 0.32-2

upd

Modified:
  perl-test-exception/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:30 UTC (rev 95652)
+++ PKGBUILD2013-08-15 09:48:33 UTC (rev 95653)
@@ -4,11 +4,11 @@
 
 pkgname=perl-test-exception
 pkgver=0.32
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl/CPAN Module Test::Exception : Functions for testing 
exceptionbased code
 arch=(any)
 url=http://search.cpan.org/~adie/;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 depends=(perl-sub-uplevel)
 
source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$pkgver.tar.gz;)
 md5sums=('50e985a335842540b69ea886eeed8a7f')



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:16
  Author: spupykin
Revision: 95651

upgpkg: perl-module-runtime 0.013-2

upd

Modified:
  perl-module-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:13 UTC (rev 95650)
+++ PKGBUILD2013-08-15 09:48:16 UTC (rev 95651)
@@ -3,11 +3,11 @@
 
 pkgname=perl-module-runtime
 pkgver=0.013
-pkgrel=1
+pkgrel=2
 pkgdesc=runtime module handling
 arch=('any')
 url=http://search.cpan.org/dist/Module-Runtime/;
-license=('perl')
+license=('GPL' 'PerlArtistic')
 depends=('perl-params-classify')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz;)



[arch-commits] Commit in perl-test-exception/repos/community-any (PKGBUILD PKGBUILD)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:44
  Author: spupykin
Revision: 95654

archrelease: copy trunk to community-any

Added:
  perl-test-exception/repos/community-any/PKGBUILD
(from rev 95653, perl-test-exception/trunk/PKGBUILD)
Deleted:
  perl-test-exception/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:33 UTC (rev 95653)
+++ PKGBUILD2013-08-15 09:48:44 UTC (rev 95654)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-test-exception
-pkgver=0.32
-pkgrel=1
-pkgdesc=Perl/CPAN Module Test::Exception : Functions for testing 
exceptionbased code
-arch=(any)
-url=http://search.cpan.org/~adie/;
-license=(GPL Artistic)
-depends=(perl-sub-uplevel)
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$pkgver.tar.gz;)
-md5sums=('50e985a335842540b69ea886eeed8a7f')
-
-build() {
-  cd $srcdir/Test-Exception-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Test-Exception-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-exception/repos/community-any/PKGBUILD (from rev 95653, 
perl-test-exception/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 09:48:44 UTC (rev 95654)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-test-exception
+pkgver=0.32
+pkgrel=2
+pkgdesc=Perl/CPAN Module Test::Exception : Functions for testing 
exceptionbased code
+arch=(any)
+url=http://search.cpan.org/~adie/;
+license=(GPL PerlArtistic)
+depends=(perl-sub-uplevel)
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$pkgver.tar.gz;)
+md5sums=('50e985a335842540b69ea886eeed8a7f')
+
+build() {
+  cd $srcdir/Test-Exception-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Test-Exception-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:48:47
  Author: spupykin
Revision: 95655

upgpkg: perl-time-format 1.12-2

upd

Modified:
  perl-time-format/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:44 UTC (rev 95654)
+++ PKGBUILD2013-08-15 09:48:47 UTC (rev 95655)
@@ -5,11 +5,11 @@
 
 pkgname=perl-time-format
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl/CPAN Module Time::Format : Easytouse datetime formatting
 arch=(any)
 url=http://search.cpan.org/dist/Time-Format;
-license=(GPL Artistic)
+license=(GPL PerlArtistic)
 
source=(http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Time-Format-$pkgver.tar.gz;)
 md5sums=('cd42110c749bea1b4babcd5fa9d0fdad')
 



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:56:55
  Author: spupykin
Revision: 95657

upgpkg: sniffit 0.3.7.beta-14

upd

Modified:
  sniffit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:48:58 UTC (rev 95656)
+++ PKGBUILD2013-08-15 09:56:55 UTC (rev 95657)
@@ -4,13 +4,13 @@
 
 pkgname=sniffit
 pkgver=0.3.7.beta
-pkgrel=13
+pkgrel=14
 pkgdesc=Very good packet sniffer for unix with ncurses interactive mode
 arch=('i686' 'x86_64')
 url=http://packages.ubuntu.com/source/sniffit;
 #seems the website are out, ubuntu have all sources
 #url=http://reptile.rug.ac.be/~coder/sniffit/sniffit.html;
-license=('GPL')
+license=('BSD')
 depends=('ncurses' 'libpcap')
 makedepends=('libtool')
 
source=(http://archive.ubuntu.com/ubuntu/pool/universe/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz;



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:57:11
  Author: spupykin
Revision: 95658

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

Added:
  sniffit/repos/community-i686/PKGBUILD
(from rev 95657, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-i686/sniffit-fix.patch
(from rev 95657, sniffit/trunk/sniffit-fix.patch)
  sniffit/repos/community-x86_64/PKGBUILD
(from rev 95657, sniffit/trunk/PKGBUILD)
  sniffit/repos/community-x86_64/sniffit-fix.patch
(from rev 95657, sniffit/trunk/sniffit-fix.patch)
Deleted:
  sniffit/repos/community-i686/PKGBUILD
  sniffit/repos/community-i686/sniffit-fix.patch
  sniffit/repos/community-x86_64/PKGBUILD
  sniffit/repos/community-x86_64/sniffit-fix.patch

+
 /PKGBUILD  |   78 +
 /sniffit-fix.patch | 1874 +++
 community-i686/PKGBUILD|   39 
 community-i686/sniffit-fix.patch   |  937 -
 community-x86_64/PKGBUILD  |   39 
 community-x86_64/sniffit-fix.patch |  937 -
 6 files changed, 1952 insertions(+), 1952 deletions(-)

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


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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 12:14:33
  Author: spupykin
Revision: 95659

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 09:57:11 UTC (rev 95658)
+++ PKGBUILD2013-08-15 10:14:33 UTC (rev 95659)
@@ -9,7 +9,7 @@
 _pkgsubver=0
 pkgrel=1
 url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:LGPL')
+license=('GPL2' 'MPL' 'custom:modifiedLGPL')
 arch=('i686' 'x86_64')
 makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
 options=('!emptydirs' '!makeflags')



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 12:17:30
  Author: spupykin
Revision: 95660

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 10:14:33 UTC (rev 95659)
+++ PKGBUILD2013-08-15 10:17:30 UTC (rev 95660)
@@ -4,18 +4,18 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.10.1
+pkgver=2.10.2
 pkgrel=1
-_distdate=20130312-235900
-_distsha=33e32179fd
+_distdate=20130606-103331
+_distsha=60d462ef6e
 pkgdesc=A Java-interoperable language with object-oriented and functional 
features
 arch=('any')
 url=http://www.scala-lang.org;
-license=('custom')
+license=('BSD')
 depends=('java-runtime')
 makedepends=('apache-ant' 'git')
-source=(http://www.scala-lang.org/downloads/distrib/files/scala-sources-$pkgver.tgz
-   
http://www.scala-lang.org/downloads/distrib/files/scala-docs-$pkgver.txz)
+source=(scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v$pkgver.tar.gz;
+   
http://www.scala-lang.org/downloads/distrib/files/scala-docs-$pkgver.txz;)
 md5sums=('352476f0129bae79269f4881bb2e4853'
  '81cd7033dd767109681f577449b2980e')
 
@@ -23,18 +23,20 @@
 #export LC_ALL=en_US.UTF-8
 #export LANG=en_US.UTF-8
 # workaround#2: set nobody's homedir to /tmp in chroot if using devtools
+md5sums=('9b0354aa4994f108a4f32476c7eb4324'
+ 'c580980ffe37988de453a83c083aa7d6')
 
 build(){
-cd ${srcdir}/${pkgname}-${pkgver}-sources
-chmod 0755 tools/*
-echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
-echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e #!/bin/bash\necho ${_distdate} tools/get-scala-commit-date
+  echo -e #!/bin/bash\necho ${_distsha} tools/get-scala-commit-sha
 
-export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
+  export ANT_OPTS=-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC
 
-ant docs
-ant dist.src
-ant dist-opt -Dbuild.release=true
+  ant docs
+  ant dist.src
+  ant dist-opt -Dbuild.release=true
 }
 
 package_scala()
@@ -42,13 +44,13 @@
   depends=('java-runtime')
   optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
 
-  cd ${srcdir}/${pkgname}-${pkgver}-sources/dists/latest/
+  cd ${srcdir}/${pkgname}-${pkgver}/dists/latest/
 
   install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
   cp -r {lib,misc} ${pkgdir}/usr/share/scala/
   cp -r man ${pkgdir}/usr/share/
   install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 doc/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 
   rm -f $pkgdir/usr/share/scala/lib/scalacheck.jar
 
@@ -68,6 +70,7 @@
   cd ${srcdir}
   mkdir -p $pkgdir/usr/share/doc/
   cp -r scala-docs-$pkgver $pkgdir/usr/share/doc/scala
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_scala-sources()
@@ -76,8 +79,9 @@
   pkgdesc=Scala sources
   depends=('scala')
 
-  cd ${srcdir}/scala-${pkgver}-sources/dists
+  cd ${srcdir}/scala-${pkgver}/dists
   cd latest
   mkdir -p $pkgdir/usr/share/scala/
   cp -r src $pkgdir/usr/share/scala/src
+  install -D -m0644 ${srcdir}/${pkgname}-${pkgver}/doc/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-08-15 Thread Ray Rashif
Date: Thursday, August 15, 2013 @ 12:39:48
  Author: schiv
Revision: 193059

upgpkg: snd 13.9-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 05:11:38 UTC (rev 193058)
+++ PKGBUILD2013-08-15 10:39:48 UTC (rev 193059)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.8
+pkgver=13.9
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('d70148dc06073b49a854ada504e8a2d4')
+md5sums=('acceab2d1e30720640aca54d4b68d45b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-08-15 Thread Ray Rashif
Date: Thursday, August 15, 2013 @ 12:40:13
  Author: schiv
Revision: 193060

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

Added:
  snd/repos/extra-i686/.contrib
(from rev 193059, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
(from rev 193059, snd/trunk/PKGBUILD)
  snd/repos/extra-i686/snd.install
(from rev 193059, snd/trunk/snd.install)
  snd/repos/extra-x86_64/.contrib
(from rev 193059, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
(from rev 193059, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/snd.install
(from rev 193059, snd/trunk/snd.install)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-i686/snd.install
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD
  snd/repos/extra-x86_64/snd.install

--+
 /.contrib|4 ++
 /PKGBUILD|   90 +
 /snd.install |6 +++
 extra-i686/.contrib  |2 -
 extra-i686/PKGBUILD  |   45 --
 extra-i686/snd.install   |3 -
 extra-x86_64/.contrib|2 -
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/snd.install |3 -
 9 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-08-15 10:39:48 UTC (rev 193059)
+++ extra-i686/.contrib 2013-08-15 10:40:13 UTC (rev 193060)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: dorphell dorph...@archlinux.org

Copied: snd/repos/extra-i686/.contrib (from rev 193059, snd/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-08-15 10:40:13 UTC (rev 193060)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: dorphell dorph...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-15 10:39:48 UTC (rev 193059)
+++ extra-i686/PKGBUILD 2013-08-15 10:40:13 UTC (rev 193060)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=13.8
-pkgrel=1
-pkgdesc=An advanced sound editor
-arch=('i686' 'x86_64')
-url=http://ccrma.stanford.edu/software/snd/;
-license=('custom')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-install=$pkgname.install
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('d70148dc06073b49a854ada504e8a2d4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  LDFLAGS+= -Wl,-z,noexecstack
-
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-jack \
-  --with-gtk \
-  --with-ladspa \
-  --with-gmp
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make prefix=$pkgdir/usr install
-
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 193059, snd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-15 10:40:13 UTC (rev 193060)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=13.9
+pkgrel=1
+pkgdesc=An advanced sound editor
+arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
+license=('custom')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+install=$pkgname.install
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('acceab2d1e30720640aca54d4b68d45b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LDFLAGS+= -Wl,-z,noexecstack
+
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-jack \
+  --with-gtk \
+  --with-ladspa \
+  --with-gmp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/snd.install
===
--- extra-i686/snd.install  2013-08-15 10:39:48 UTC (rev 193059)
+++ 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:42:31
  Author: arodseth
Revision: 95661

upgpkg: midori 0.5.5-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 10:17:30 UTC (rev 95660)
+++ PKGBUILD2013-08-15 11:42:31 UTC (rev 95661)
@@ -7,8 +7,8 @@
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 
 pkgname=midori
-pkgver=0.5.4
-pkgrel=4
+pkgver=0.5.5
+pkgrel=1
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -22,19 +22,19 @@
 'aria2: download utility')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+sha256sums=('ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62')
 
 build() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
+  cd $srcdir/$pkgname-${pkgver}
 
-  python2 ./waf configure --prefix=/usr
-  python2 ./waf build 
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
+  cd $srcdir/$pkgname-${pkgver}
 
-  DESTDIR=$pkgdir python2 ./waf install
+  make DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:42:39
  Author: arodseth
Revision: 95662

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

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

-+
 /PKGBUILD   |   80 ++
 /midori.install |   28 +
 community-i686/PKGBUILD |   38 --
 community-i686/midori.install   |   14 --
 community-x86_64/PKGBUILD   |   38 --
 community-x86_64/midori.install |   14 --
 6 files changed, 108 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 11:42:31 UTC (rev 95661)
+++ community-i686/PKGBUILD 2013-08-15 11:42:39 UTC (rev 95662)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth rods...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-
-pkgname=midori
-pkgver=0.5.4
-pkgrel=4
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk2' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  python2 ./waf configure --prefix=/usr
-  python2 ./waf build 
-}
-
-package() {
-  cd $srcdir/${pkgname}_${pkgver}_all_
-
-  DESTDIR=$pkgdir python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 95661, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 11:42:39 UTC (rev 95662)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Alexander Rødseth rods...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+pkgname=midori
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support'
+'gstreamer0.10-bad-plugins: HTML5 WebM videos support'
+'gstreamer0.10-ffmpeg: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2013-08-15 11:42:31 UTC (rev 95661)
+++ community-i686/midori.install   2013-08-15 11:42:39 UTC (rev 95662)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/midori.install (from rev 95661, 
midori/trunk/midori.install)
===
--- 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:47:53
  Author: arodseth
Revision: 95663

upgpkg: addinclude 0.9-9

Modified:
  addinclude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 11:42:39 UTC (rev 95662)
+++ PKGBUILD2013-08-15 11:47:53 UTC (rev 95663)
@@ -3,11 +3,11 @@
 
 pkgname=addinclude
 pkgver=0.9
-pkgrel=8
+pkgrel=9
 pkgdesc='Utility to add includes to C header- and sourcefiles'
 arch=('x86_64' 'i686')
 url='http://addinclude.roboticoverlords.org/'
-license=('GPL')
+license=('GPL2')
 makedepends=('go')
 source=(http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
 sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
@@ -27,8 +27,6 @@
 $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz \
 $pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:48:01
  Author: arodseth
Revision: 95664

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 11:47:53 UTC (rev 95663)
+++ community-i686/PKGBUILD 2013-08-15 11:48:01 UTC (rev 95664)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander R�dseth rods...@gmail.com
-
-pkgname=addinclude
-pkgver=0.9
-pkgrel=8
-pkgdesc='Utility to add includes to C header- and sourcefiles'
-arch=('x86_64' 'i686')
-url='http://addinclude.roboticoverlords.org/'
-license=('GPL')
-makedepends=('go')
-source=(http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
-sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
-options=('zipman')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  source /etc/profile.d/go.sh
-  go build -o $pkgname
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname \
-$pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz \
-$pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: addinclude/repos/community-i686/PKGBUILD (from rev 95663, 
addinclude/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 11:48:01 UTC (rev 95664)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander R�dseth rods...@gmail.com
+
+pkgname=addinclude
+pkgver=0.9
+pkgrel=9
+pkgdesc='Utility to add includes to C header- and sourcefiles'
+arch=('x86_64' 'i686')
+url='http://addinclude.roboticoverlords.org/'
+license=('GPL2')
+makedepends=('go')
+source=(http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
+sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
+options=('zipman')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  source /etc/profile.d/go.sh
+  go build -o $pkgname
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 $pkgname \
+$pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz \
+$pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-15 11:47:53 UTC (rev 95663)
+++ community-x86_64/PKGBUILD   2013-08-15 11:48:01 UTC (rev 95664)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander R�dseth rods...@gmail.com
-
-pkgname=addinclude
-pkgver=0.9
-pkgrel=8
-pkgdesc='Utility to add includes to C header- and sourcefiles'
-arch=('x86_64' 'i686')
-url='http://addinclude.roboticoverlords.org/'
-license=('GPL')
-makedepends=('go')
-source=(http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
-sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
-options=('zipman')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  source /etc/profile.d/go.sh
-  go build -o $pkgname
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname \
-$pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz \
-$pkgdir/usr/share/man/man1/$pkgname.1.gz
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: addinclude/repos/community-x86_64/PKGBUILD (from rev 95663, 
addinclude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-15 11:48:01 UTC (rev 95664)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander R�dseth rods...@gmail.com
+
+pkgname=addinclude
+pkgver=0.9
+pkgrel=9
+pkgdesc='Utility to add includes to C header- and sourcefiles'
+arch=('x86_64' 'i686')
+url='http://addinclude.roboticoverlords.org/'
+license=('GPL2')
+makedepends=('go')
+source=(http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2;)
+sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
+options=('zipman')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  source /etc/profile.d/go.sh
+  go build -o $pkgname
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 $pkgname \
+$pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz \
+   

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:52:34
  Author: arodseth
Revision: 95666

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

Added:
  e3/repos/community-i686/PKGBUILD
(from rev 95665, e3/trunk/PKGBUILD)
  e3/repos/community-x86_64/PKGBUILD
(from rev 95665, e3/trunk/PKGBUILD)
Deleted:
  e3/repos/community-i686/PKGBUILD
  e3/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 2013-08-15 11:52:25 UTC (rev 95665)
+++ community-i686/PKGBUILD 2013-08-15 11:52:34 UTC (rev 95666)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-pkgname=e3
-pkgver=2.8
-pkgrel=3
-pkgdesc=Editor written in assembly. Tiny, with no library dependencies.
-arch=('x86_64' 'i686')
-url=http://sites.google.com/site/e3editor/;
-license=('GPL2')
-makedepends=('nasm')
-options=('!strip')
-source=(http://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
-sha256sums=('035737d0cc82b287386fdff8682b2c23ef620d7ef97dff7a1b1fe1777e4c4fb7')
-  
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  sed -i 's:$(BINDIR)/e3 :e3 :' Makefile
-  make clean
-  if [ $CARCH == i686 ]; then
-make EXMODE=_ 32
-  else
-make EXMODE=_ 64
-  fi
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-  install -Dm644 COPYING.GPL $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: e3/repos/community-i686/PKGBUILD (from rev 95665, e3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 11:52:34 UTC (rev 95666)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=e3
+pkgver=2.8
+pkgrel=4
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=('x86_64' 'i686')
+url='http://sites.google.com/site/e3editor/'
+license=('GPL2')
+makedepends=('nasm')
+options=('!strip')
+source=(http://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
+sha256sums=('035737d0cc82b287386fdff8682b2c23ef620d7ef97dff7a1b1fe1777e4c4fb7')
+  
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  sed -i 's:$(BINDIR)/e3 :e3 :' Makefile
+  make clean
+  if [ $CARCH = i686 ]; then
+make EXMODE=_ 32
+  else
+make EXMODE=_ 64
+  fi
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-15 11:52:25 UTC (rev 95665)
+++ community-x86_64/PKGBUILD   2013-08-15 11:52:34 UTC (rev 95666)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-pkgname=e3
-pkgver=2.8
-pkgrel=3
-pkgdesc=Editor written in assembly. Tiny, with no library dependencies.
-arch=('x86_64' 'i686')
-url=http://sites.google.com/site/e3editor/;
-license=('GPL2')
-makedepends=('nasm')
-options=('!strip')
-source=(http://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
-sha256sums=('035737d0cc82b287386fdff8682b2c23ef620d7ef97dff7a1b1fe1777e4c4fb7')
-  
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  sed -i 's:$(BINDIR)/e3 :e3 :' Makefile
-  make clean
-  if [ $CARCH == i686 ]; then
-make EXMODE=_ 32
-  else
-make EXMODE=_ 64
-  fi
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-  install -Dm644 COPYING.GPL $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: e3/repos/community-x86_64/PKGBUILD (from rev 95665, e3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-15 11:52:34 UTC (rev 95666)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=e3
+pkgver=2.8
+pkgrel=4
+pkgdesc='Tiny editor without dependencies, written in assembly'
+arch=('x86_64' 'i686')
+url='http://sites.google.com/site/e3editor/'
+license=('GPL2')
+makedepends=('nasm')
+options=('!strip')
+source=(http://sites.google.com/site/e3editor/Home/$pkgname-$pkgver.tgz;)
+sha256sums=('035737d0cc82b287386fdff8682b2c23ef620d7ef97dff7a1b1fe1777e4c4fb7')
+  
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  sed -i 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 13:52:25
  Author: arodseth
Revision: 95665

upgpkg: e3 2.8-4

Modified:
  e3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 11:48:01 UTC (rev 95664)
+++ PKGBUILD2013-08-15 11:52:25 UTC (rev 95665)
@@ -1,12 +1,13 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Roberto Alsina rals...@kde.org
+
 pkgname=e3
 pkgver=2.8
-pkgrel=3
-pkgdesc=Editor written in assembly. Tiny, with no library dependencies.
+pkgrel=4
+pkgdesc='Tiny editor without dependencies, written in assembly'
 arch=('x86_64' 'i686')
-url=http://sites.google.com/site/e3editor/;
+url='http://sites.google.com/site/e3editor/'
 license=('GPL2')
 makedepends=('nasm')
 options=('!strip')
@@ -18,7 +19,7 @@
   
   sed -i 's:$(BINDIR)/e3 :e3 :' Makefile
   make clean
-  if [ $CARCH == i686 ]; then
+  if [ $CARCH = i686 ]; then
 make EXMODE=_ 32
   else
 make EXMODE=_ 64
@@ -29,7 +30,6 @@
   cd $srcdir/$pkgname-$pkgver
 
   make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
-  install -Dm644 COPYING.GPL $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Tobias Powalowski
Date: Thursday, August 15, 2013 @ 14:00:06
  Author: tpowa
Revision: 193061

upgpkg: linux 3.10.7-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 10:40:13 UTC (rev 193060)
+++ PKGBUILD2013-08-15 12:00:06 UTC (rev 193061)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.6
-pkgrel=2
+pkgver=3.10.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -20,17 +20,15 @@
 'linux.preset'
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch'
-'3.10.6-logitech-dj.patch'
-'3.10.6-reset-superseed-xhci-hcd.patch')
+'3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'b41c06c1154592045cc2a9d88363de14'
+ '6b1b6b62044fcf3624f067154d5c1666'
  '09aad29932fe0d1aa765b314800db9a8'
  '5ffd739d5b3e7c68bf07472aaceca400'
  'eb14dcfd80c00852ef81ded6e826826a'
  'f3def2cefdcbb954c21d8505d23cc83c'
  'd50c1ac47394e9aec637002ef3392bd1'
- '3ff40ca684cfe719723e627e2cef7cea'
- '31f4d721494c4d5493ed90d9c504c5c9')
+ '3ff40ca684cfe719723e627e2cef7cea')
 
 _kernelname=${pkgbase#linux}
 
@@ -61,9 +59,6 @@
   # fix FS#35991 - [linux] 3.10.x renders Logitech Unified Receivers useless
   patch -Np1 -i  ${srcdir}/3.10.6-logitech-dj.patch
 
-  # fix FS#36296 - [linux] 3.10.3 reset SuperSpeed USB using xhci_hcd
-  patch -Np1 -i  ${srcdir}/3.10.6-reset-superseed-xhci-hcd.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else
@@ -343,4 +338,4 @@
   }
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=8 sts=2 sw=2 et:



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

2013-08-15 Thread Tobias Powalowski
Date: Thursday, August 15, 2013 @ 14:00:41
  Author: tpowa
Revision: 193062

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 193061, linux/trunk/3.10.6-logitech-dj.patch)
  linux/repos/testing-i686/3.10.6-reset-superseed-xhci-hcd.patch
(from rev 193061, linux/trunk/3.10.6-reset-superseed-xhci-hcd.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 193061, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 193061, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 193061, linux/trunk/config)
  linux/repos/testing-i686/config.3.11
(from rev 193061, linux/trunk/config.3.11)
  linux/repos/testing-i686/config.x86_64
(from rev 193061, linux/trunk/config.x86_64)
  linux/repos/testing-i686/config.x86_64.3.11
(from rev 193061, linux/trunk/config.x86_64.3.11)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 193061, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 193061, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 193061, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 193061, linux/trunk/3.10.6-logitech-dj.patch)
  linux/repos/testing-x86_64/3.10.6-reset-superseed-xhci-hcd.patch
(from rev 193061, linux/trunk/3.10.6-reset-superseed-xhci-hcd.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 193061, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 193061, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 193061, linux/trunk/config)
  linux/repos/testing-x86_64/config.3.11
(from rev 193061, linux/trunk/config.3.11)
  linux/repos/testing-x86_64/config.x86_64
(from rev 193061, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/config.x86_64.3.11
(from rev 193061, linux/trunk/config.x86_64.3.11)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 193061, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 193061, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 193061, linux/trunk/linux.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/3.10.6-reset-superseed-xhci-hcd.patch   |   24 
 testing-i686/PKGBUILD|  341 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6340 
 testing-i686/config.3.11 | 6452 +
 testing-i686/config.x86_64   | 6140 
 testing-i686/config.x86_64.3.11  | 6254 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/3.10.6-reset-superseed-xhci-hcd.patch |   24 
 testing-x86_64/PKGBUILD  |  341 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6340 
 testing-x86_64/config.3.11   | 6452 +
 testing-x86_64/config.x86_64 | 6140 
 testing-x86_64/config.x86_64.3.11| 6254 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 22 files changed, 51604 insertions(+)

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


[arch-commits] Commit in darkstat/trunk (PKGBUILD darkstat.service)

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 14:15:32
  Author: spupykin
Revision: 95670

upgpkg: darkstat 3.0.716-2

upd

Modified:
  darkstat/trunk/PKGBUILD
  darkstat/trunk/darkstat.service

--+
 PKGBUILD |4 ++--
 darkstat.service |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:07:40 UTC (rev 95669)
+++ PKGBUILD2013-08-15 12:15:32 UTC (rev 95670)
@@ -3,7 +3,7 @@
 
 pkgname=darkstat
 pkgver=3.0.716
-pkgrel=1
+pkgrel=2
 pkgdesc=Network statistics gatherer (packet sniffer)
 url=http://dmr.ath.cx/net/darkstat/;
 license=(GPL)
@@ -15,7 +15,7 @@
darkstat.conf)
 install=darkstat.install
 md5sums=('f334d3b8acd45cd06b5929a249abebe2'
- '91dd1cf9d01c2b37896f01b4570b5521'
+ 'e28c56657502ce3e62c1fc6bf5ce59f7'
  'aa9a9effd1e8f08860afcd6439fc94c5')
 
 build() {

Modified: darkstat.service
===
--- darkstat.service2013-08-15 12:07:40 UTC (rev 95669)
+++ darkstat.service2013-08-15 12:15:32 UTC (rev 95670)
@@ -5,13 +5,13 @@
 [Service]
 Type=simple
 EnvironmentFile=/etc/conf.d/darkstat.conf
-PIDFile=/var/darkstat/darkstat.pid
+PIDFile=/run/darkstat.pid
 ExecStart=/usr/sbin/darkstat --user darkstat --chroot /var/darkstat \
   --import darkstat.dat --export darkstat.dat \
-  --pidfile /var/darkstat/darkstat.pid \
+  --pidfile /run/darkstat.pid \
   -b 0.0.0.0 \
   -i $DARKSTAT_IFACE $DARKSTAT_ARGS
-ExecStopPost=/bin/rm -f /var/darkstat/darkstat.pid
+ExecStopPost=/bin/rm -f /run/darkstat.pid
 
 [Install]
 WantedBy=multi-user.target



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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 14:15:55
  Author: spupykin
Revision: 95671

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

Added:
  darkstat/repos/community-i686/PKGBUILD
(from rev 95670, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-i686/darkstat.conf
(from rev 95670, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-i686/darkstat.install
(from rev 95670, darkstat/trunk/darkstat.install)
  darkstat/repos/community-i686/darkstat.service
(from rev 95670, darkstat/trunk/darkstat.service)
  darkstat/repos/community-x86_64/PKGBUILD
(from rev 95670, darkstat/trunk/PKGBUILD)
  darkstat/repos/community-x86_64/darkstat.conf
(from rev 95670, darkstat/trunk/darkstat.conf)
  darkstat/repos/community-x86_64/darkstat.install
(from rev 95670, darkstat/trunk/darkstat.install)
  darkstat/repos/community-x86_64/darkstat.service
(from rev 95670, darkstat/trunk/darkstat.service)
Deleted:
  darkstat/repos/community-i686/PKGBUILD
  darkstat/repos/community-i686/darkstat.conf
  darkstat/repos/community-i686/darkstat.install
  darkstat/repos/community-i686/darkstat.service
  darkstat/repos/community-x86_64/PKGBUILD
  darkstat/repos/community-x86_64/darkstat.conf
  darkstat/repos/community-x86_64/darkstat.install
  darkstat/repos/community-x86_64/darkstat.service

---+
 /PKGBUILD |   64 
 /darkstat.conf|4 ++
 /darkstat.install |   40 ++
 /darkstat.service |   34 +++
 community-i686/PKGBUILD   |   32 --
 community-i686/darkstat.conf  |2 -
 community-i686/darkstat.install   |   20 ---
 community-i686/darkstat.service   |   17 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/darkstat.conf|2 -
 community-x86_64/darkstat.install |   20 ---
 community-x86_64/darkstat.service |   17 -
 12 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 12:15:32 UTC (rev 95670)
+++ community-i686/PKGBUILD 2013-08-15 12:15:55 UTC (rev 95671)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=darkstat
-pkgver=3.0.716
-pkgrel=1
-pkgdesc=Network statistics gatherer (packet sniffer)
-url=http://dmr.ath.cx/net/darkstat/;
-license=(GPL)
-arch=(i686 x86_64)
-depends=('libpcap' 'zlib' 'gcc-libs')
-backup=('etc/conf.d/darkstat.conf')
-source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
-   darkstat.service
-   darkstat.conf)
-install=darkstat.install
-md5sums=('f334d3b8acd45cd06b5929a249abebe2'
- '91dd1cf9d01c2b37896f01b4570b5521'
- 'aa9a9effd1e8f08860afcd6439fc94c5')
-
-build() {
-  cd $srcdir/darkstat-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/darkstat-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: darkstat/repos/community-i686/PKGBUILD (from rev 95670, 
darkstat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 12:15:55 UTC (rev 95671)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=darkstat
+pkgver=3.0.716
+pkgrel=2
+pkgdesc=Network statistics gatherer (packet sniffer)
+url=http://dmr.ath.cx/net/darkstat/;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('libpcap' 'zlib' 'gcc-libs')
+backup=('etc/conf.d/darkstat.conf')
+source=(http://dmr.ath.cx/net/darkstat/darkstat-$pkgver.tar.bz2
+   darkstat.service
+   darkstat.conf)
+install=darkstat.install
+md5sums=('f334d3b8acd45cd06b5929a249abebe2'
+ 'e28c56657502ce3e62c1fc6bf5ce59f7'
+ 'aa9a9effd1e8f08860afcd6439fc94c5')
+
+build() {
+  cd $srcdir/darkstat-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/darkstat-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 $srcdir/darkstat.conf $pkgdir/etc/conf.d/darkstat.conf
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/darkstat.conf
===
--- community-i686/darkstat.conf2013-08-15 12:15:32 UTC (rev 95670)
+++ community-i686/darkstat.conf2013-08-15 12:15:55 UTC (rev 95671)
@@ -1,2 +0,0 @@
-DARKSTAT_IFACE=eth0
-DARKSTAT_ARGS=

Copied: darkstat/repos/community-i686/darkstat.conf (from rev 95670, 
darkstat/trunk/darkstat.conf)

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:27:48
  Author: arodseth
Revision: 95672

upgpkg: mtpaint 3.40-9

Modified:
  mtpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:15:55 UTC (rev 95671)
+++ PKGBUILD2013-08-15 12:27:48 UTC (rev 95672)
@@ -5,7 +5,7 @@
 
 pkgname=mtpaint
 pkgver=3.40
-pkgrel=8
+pkgrel=9
 pkgdesc='Simple paint program for creating icons and pixel based artwork'
 arch=('x86_64' 'i686')
 url='http://mtpaint.sourceforge.net/'
@@ -44,7 +44,6 @@
cd $srcdir/$pkgname-$pkgver
 
make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:27:57
  Author: arodseth
Revision: 95673

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

Added:
  mtpaint/repos/community-i686/PKGBUILD
(from rev 95672, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-i686/libpng15.patch
(from rev 95672, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-i686/mtpaint.install
(from rev 95672, mtpaint/trunk/mtpaint.install)
  mtpaint/repos/community-x86_64/PKGBUILD
(from rev 95672, mtpaint/trunk/PKGBUILD)
  mtpaint/repos/community-x86_64/libpng15.patch
(from rev 95672, mtpaint/trunk/libpng15.patch)
  mtpaint/repos/community-x86_64/mtpaint.install
(from rev 95672, mtpaint/trunk/mtpaint.install)
Deleted:
  mtpaint/repos/community-i686/PKGBUILD
  mtpaint/repos/community-i686/libpng15.patch
  mtpaint/repos/community-i686/mtpaint.install
  mtpaint/repos/community-x86_64/PKGBUILD
  mtpaint/repos/community-x86_64/libpng15.patch
  mtpaint/repos/community-x86_64/mtpaint.install

--+
 /PKGBUILD|  100 +
 /libpng15.patch  |   42 +++
 /mtpaint.install |   26 +
 community-i686/PKGBUILD  |   51 --
 community-i686/libpng15.patch|   21 ---
 community-i686/mtpaint.install   |   13 
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/libpng15.patch  |   21 ---
 community-x86_64/mtpaint.install |   13 
 9 files changed, 168 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 12:27:48 UTC (rev 95672)
+++ community-i686/PKGBUILD 2013-08-15 12:27:57 UTC (rev 95673)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: yosh64 yosh64.at.gmail.dot.com
-
-pkgname=mtpaint
-pkgver=3.40
-pkgrel=8
-pkgdesc='Simple paint program for creating icons and pixel based artwork'
-arch=('x86_64' 'i686')
-url='http://mtpaint.sourceforge.net/'
-license=('GPL3')
-depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
-makedepends=('setconf')
-install='mtpaint.install'
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
-'libpng15.patch')
-sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
-'be51d45d1146d6c61d1c2c12d1712134da5048dd7314e2741ff336cac6838de3')
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-
-   patch -Np1 -i '../libpng15.patch'
-  sed -i 's:openjpeg.h:openjpeg-1.5/openjpeg.h:' src/png.c
-  sed -i 's:EGifOpenFileName(file_name, FALSE):EGifOpenFileName(file_name, 
FALSE, NULL):' src/png.c
-  sed -i 's:DGifOpenFileName(file_name):DGifOpenFileName(file_name, NULL):g' 
src/png.c
-  sed -i 's:MakeMapObject(:GifMakeMapObject(:g' src/png.c
-  sed -i 's:FreeMapObject(:GifFreeMapObject(:g' src/png.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS=`pkg-config gtk+-2.0 --cflags` $CFLAGS
-   ./configure --prefix=/usr --mandir=/usr/share/man man intl gif jpeg tiff
-  sed -i 's:-lpng:-lpng -lgif:' _conf.txt
-  sed -i 's:ungif:gif:g' _conf.txt
-  setconf _conf.txt CC 'gcc -w'
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: mtpaint/repos/community-i686/PKGBUILD (from rev 95672, 
mtpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 12:27:57 UTC (rev 95673)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: yosh64 yosh64.at.gmail.dot.com
+
+pkgname=mtpaint
+pkgver=3.40
+pkgrel=9
+pkgdesc='Simple paint program for creating icons and pixel based artwork'
+arch=('x86_64' 'i686')
+url='http://mtpaint.sourceforge.net/'
+license=('GPL3')
+depends=('gtk2' 'giflib' 'openjpeg' 'desktop-file-utils' 'lcms2')
+makedepends=('setconf')
+install='mtpaint.install'
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libpng15.patch')
+sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890'
+'be51d45d1146d6c61d1c2c12d1712134da5048dd7314e2741ff336cac6838de3')
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+
+   patch -Np1 -i '../libpng15.patch'
+  sed -i 's:openjpeg.h:openjpeg-1.5/openjpeg.h:' src/png.c
+  sed -i 's:EGifOpenFileName(file_name, FALSE):EGifOpenFileName(file_name, 
FALSE, NULL):' src/png.c
+  sed -i 's:DGifOpenFileName(file_name):DGifOpenFileName(file_name, NULL):g' 
src/png.c
+  sed -i 's:MakeMapObject(:GifMakeMapObject(:g' 

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

2013-08-15 Thread Tobias Powalowski
Date: Thursday, August 15, 2013 @ 14:35:35
  Author: tpowa
Revision: 193068

upgpkg: linux-lts 3.0.91-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:08:37 UTC (rev 193067)
+++ PKGBUILD2013-08-15 12:35:35 UTC (rev 193068)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.90
+pkgver=3.0.91
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,16 +23,6 @@
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd9fe27d9f5ae61dc792ab67f220b549f'
- 'a5186d7ee7b7c79fa27bbb56e2d3b823'
- 'a0a497460f41850068b3a90c073768c2'
- '232b52576a62c7a333e9fe7a1e1ca359'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')
 
 # module.symbols md5sums
 # x86_64
@@ -329,3 +319,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '3da5600e78f8e6a905d45a94749ad4de'
+ 'a5186d7ee7b7c79fa27bbb56e2d3b823'
+ 'a0a497460f41850068b3a90c073768c2'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')



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

2013-08-15 Thread Tobias Powalowski
Date: Thursday, August 15, 2013 @ 14:35:58
  Author: tpowa
Revision: 193069

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 193068, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 193068, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 193068, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 193068, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 193068, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 193068, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 193068, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 193068, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 193068, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 193068, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 193068, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 193068, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 193068, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 193068, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 193068, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 193068, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 193068, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 193068, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 193068, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 193068, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 193068, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 193068, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 193068, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 193068, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  331 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   31 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  331 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:50:07
  Author: arodseth
Revision: 95674

upgpkg: alleyoop 0.9.8-3

Modified:
  alleyoop/trunk/PKGBUILD
Deleted:
  alleyoop/trunk/alleyoop.desktop

--+
 PKGBUILD |   57 +++--
 alleyoop.desktop |   11 --
 2 files changed, 30 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:27:57 UTC (rev 95673)
+++ PKGBUILD2013-08-15 12:50:07 UTC (rev 95674)
@@ -3,62 +3,65 @@
 # Contributor: Angelo Theodorou enc...@users.sourceforge.net
 # Contributor: Lex Rivera aka x-demon a...@x-demon.org
 # Contributor: Gianluca Sforna gia...@fedoraproject.org
+
 pkgname=alleyoop
 pkgver=0.9.8
-pkgrel=2
-pkgdesc=Valgrind front-end for the GNOME environment
+pkgrel=3
+pkgdesc='Valgrind front-end for the GNOME environment'
 arch=('x86_64' 'i686')
-url=http://alleyoop.sourceforge.net/;
+url='http://alleyoop.sourceforge.net/'
 license=('GPL2')
 depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=alleyoop.install
+makedepends=('intltool' 'gendesk')
+install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-http://www.roboticoverlords.org/$pkgname/${pkgname}16.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}32.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}64.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}128.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}256.png;
-$pkgname.desktop)
+http://roboticoverlords.org/$pkgname/${pkgname}16.png;
+http://roboticoverlords.org/$pkgname/${pkgname}32.png;
+http://roboticoverlords.org/$pkgname/${pkgname}64.png;
+http://roboticoverlords.org/$pkgname/${pkgname}128.png;
+http://roboticoverlords.org/$pkgname/${pkgname}256.png;)
 sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
 '470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
 '9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
 '9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
 'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
-'15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd'
-'b2b2d6fde890bb237c34874ebf27c33f1839d217d2893d6f8d05d949dab68e7b')
+'15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  gendesk -n \
+--pkgname $pkgname \
+--pkgdesc $pkgdesc \
+--name Alleyoop \
+--genericname 'Memory checker' \
+--comment 'Find memory-management problems by using Valgrind' \
+--categories 'Application;GNOME;Development;Debugger'
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  msg2 Configuring...
   ./configure --prefix=/usr --sysconfdir=/etc
-
-  msg2 Compiling...
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  msg Packaging files...
   make DESTDIR=$pkgdir install
 
-  msg Packaging icons...
+  # Icons
   for dim in 16 32 64 128 256; do
 install -Dm644 ../${pkgname}${dim}.png \
   $pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png
   done  
 
-  msg2 Packaging desktop shortcut...
-  install -Dm644 ../$pkgname.desktop \
+  # Desktop shortcut
+  install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
 
-  msg2 Packaging license...
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  msg2 Cleaning up...
+  # Cleaning up
   rm -r $pkgdir/etc
 }
 

Deleted: alleyoop.desktop
===
--- alleyoop.desktop2013-08-15 12:27:57 UTC (rev 95673)
+++ alleyoop.desktop2013-08-15 12:50:07 UTC (rev 95674)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Alleyoop
-GenericName=Memory checker
-Comment=Find memory-management problems by using Valgrind
-Exec=alleyoop
-Icon=alleyoop.png
-Terminal=false
-Type=Application
-StartupNotify=true
-Categories=Application;GNOME;Development;Debugger;



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:50:15
  Author: arodseth
Revision: 95675

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

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

---+
 /PKGBUILD |  136 
 /alleyoop.install |   30 +++
 community-i686/PKGBUILD   |   65 -
 community-i686/alleyoop.desktop   |   11 --
 community-i686/alleyoop.install   |   15 ---
 community-x86_64/PKGBUILD |   65 -
 community-x86_64/alleyoop.desktop |   11 --
 community-x86_64/alleyoop.install |   15 ---
 8 files changed, 166 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 12:50:07 UTC (rev 95674)
+++ community-i686/PKGBUILD 2013-08-15 12:50:15 UTC (rev 95675)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Lex Rivera aka x-demon a...@x-demon.org
-# Contributor: Gianluca Sforna gia...@fedoraproject.org
-pkgname=alleyoop
-pkgver=0.9.8
-pkgrel=2
-pkgdesc=Valgrind front-end for the GNOME environment
-arch=('x86_64' 'i686')
-url=http://alleyoop.sourceforge.net/;
-license=('GPL2')
-depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=alleyoop.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
-http://www.roboticoverlords.org/$pkgname/${pkgname}16.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}32.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}64.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}128.png;
-http://www.roboticoverlords.org/$pkgname/${pkgname}256.png;
-$pkgname.desktop)
-sha256sums=('0b36fd3af83aa74d363a5d13414b7a38c3efabd2fce0fbeb2a8171998e0b6756'
-'470287270aafada00fc1be9e47713a62b44836fca677a0a2ea29f2bcbd46926f'
-'9f461fa169ee7fd43a1d58bc0c4afe4f807437b7d585ac4445390dac7590f4af'
-'9e33d888ef45ae520ce8610507af6a7867e3c3cfe99beab2040a7d42e44dc1e0'
-'c32c5a900f4521599c497f15e8f3edb7125ebcc7571ceaa2f9ebfe45fa2dfe27'
-'15f4fb65a102cefd9e80cdb7a7cf8ab6be02e1d773a75536396076c1136875bd'
-'b2b2d6fde890bb237c34874ebf27c33f1839d217d2893d6f8d05d949dab68e7b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Configuring...
-  ./configure --prefix=/usr --sysconfdir=/etc
-
-  msg2 Compiling...
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg Packaging files...
-  make DESTDIR=$pkgdir install
-
-  msg Packaging icons...
-  for dim in 16 32 64 128 256; do
-install -Dm644 ../${pkgname}${dim}.png \
-  $pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$pkgname.png
-  done  
-
-  msg2 Packaging desktop shortcut...
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-
-  msg2 Packaging license...
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  msg2 Cleaning up...
-  rm -r $pkgdir/etc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alleyoop/repos/community-i686/PKGBUILD (from rev 95674, 
alleyoop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 12:50:15 UTC (rev 95675)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Lex Rivera aka x-demon a...@x-demon.org
+# Contributor: Gianluca Sforna gia...@fedoraproject.org
+
+pkgname=alleyoop
+pkgver=0.9.8
+pkgrel=3
+pkgdesc='Valgrind front-end for the GNOME environment'
+arch=('x86_64' 'i686')
+url='http://alleyoop.sourceforge.net/'
+license=('GPL2')
+depends=('valgrind' 'libgnomeui' 'hicolor-icon-theme')
+makedepends=('intltool' 'gendesk')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
+http://roboticoverlords.org/$pkgname/${pkgname}16.png;
+http://roboticoverlords.org/$pkgname/${pkgname}32.png;
+

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:59:27
  Author: arodseth
Revision: 95677

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

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

--+
 /PKGBUILD|  104 +
 /netsurf.install |   28 +
 community-i686/PKGBUILD  |   57 
 community-i686/netsurf.install   |   14 
 community-x86_64/PKGBUILD|   57 
 community-x86_64/netsurf.install |   14 
 6 files changed, 132 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 12:59:19 UTC (rev 95676)
+++ community-i686/PKGBUILD 2013-08-15 12:59:27 UTC (rev 95677)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Georgij Kondratjev sm...@bk.ru
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netsurf
-pkgver=3.0
-pkgrel=2
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('GPL')
-depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' 'gstreamer0.10'
-makedepends=('js' 're2c' 'lcms' 'gendesk' 'netsurf-buildsystem' 'libglade')
-install=$pkgname.install
-source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
-
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;)
-sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
-'7c6a48d3cc3e9a3e3a51b532ddf60f7697e97bf8b61a6d3b2ced1a2e89fbccc6')
-
-_exec=('netsurf %U')
-_genericname=('Web Browser')
-_comment=('Lightweight web browser')
-_mimetype=('text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo')
-
-prepare() {
-  cd $srcdir
-
-  gendesk
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make \
-PREFIX=/usr \
-TARGET=gtk \
-NETSURF_USE_WEBP=YES \
-NETSURF_USE_VIDEO=NO \
-NETSURF_USE_MOZILLA_JS=YES \
-NETSURF_USE_HARU_PDF=NO
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make install PREFIX=/usr DESTDIR=$pkgdir
-  install -Dm644 ../$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 95676, 
netsurf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 12:59:27 UTC (rev 95677)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Georgij Kondratjev sm...@bk.ru
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netsurf
+pkgver=3.0
+pkgrel=3
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' 'gstreamer0.10'
+makedepends=('js' 're2c' 'lcms' 'gendesk' 'netsurf-buildsystem' 'libglade')
+install=$pkgname.install
+source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
+
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;)
+sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+'7c6a48d3cc3e9a3e3a51b532ddf60f7697e97bf8b61a6d3b2ced1a2e89fbccc6')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc --exec 'netsurf %U' \
+--genericname 'Web Browser' --comment 'Lightweight web browser' \
+--mimetypes 
'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make \
+PREFIX=/usr \
+TARGET=gtk \
+NETSURF_USE_WEBP=YES \
+NETSURF_USE_VIDEO=NO \
+

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 14:59:19
  Author: arodseth
Revision: 95676

upgpkg: netsurf 3.0-3

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:50:15 UTC (rev 95675)
+++ PKGBUILD2013-08-15 12:59:19 UTC (rev 95676)
@@ -6,11 +6,11 @@
 
 pkgname=netsurf
 pkgver=3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'
-license=('GPL')
+license=('MIT' 'GPL2')
 depends=('gtk2' 'libmng' 'curl' 'librsvg' 'desktop-file-utils' 'libnsbmp' 
'libnsgif' 'libcss' 'libwebp' 'libdom') # 'libharu' 'gstreamer0.10'
 makedepends=('js' 're2c' 'lcms' 'gendesk' 'netsurf-buildsystem' 'libglade')
 install=$pkgname.install
@@ -19,15 +19,12 @@
 sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
 '7c6a48d3cc3e9a3e3a51b532ddf60f7697e97bf8b61a6d3b2ced1a2e89fbccc6')
 
-_exec=('netsurf %U')
-_genericname=('Web Browser')
-_comment=('Lightweight web browser')
-_mimetype=('text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo')
-
 prepare() {
-  cd $srcdir
+  cd $pkgname-$pkgver
 
-  gendesk
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc --exec 'netsurf %U' \
+--genericname 'Web Browser' --comment 'Lightweight web browser' \
+--mimetypes 
'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
 }
 
 build() {
@@ -46,12 +43,10 @@
   cd $srcdir/$pkgname-$pkgver
 
   make install PREFIX=/usr DESTDIR=$pkgdir
-  install -Dm644 ../$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 ../$pkgname.desktop \
+  install -Dm644 ../$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $pkgname.desktop \
 $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 15:29:05
  Author: arodseth
Revision: 95678

upgpkg: gdlmm 3.7.3-1

Modified:
  gdlmm/trunk/PKGBUILD
Deleted:
  gdlmm/trunk/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch

--+
 0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch |   58 -
 PKGBUILD |   25 ++-
 2 files changed, 10 insertions(+), 73 deletions(-)

Deleted: 0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
===
--- 0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch2013-08-15 
12:59:27 UTC (rev 95677)
+++ 0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch2013-08-15 
13:29:05 UTC (rev 95678)
@@ -1,58 +0,0 @@
-From ce395bc27cf08e5f40c4ee4142cbb4795397ddc6 Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Sun, 22 Apr 2012 21:23:58 +0300
-Subject: [PATCH] Don't wrap gdl_dock_layout_get_layouts_ui
-
-Removed from gdl in commit 2b3b292.

- gdl/src/docklayout.hg   |2 --
- gdl/src/gdl_method.defs |6 --
- 2 files changed, 8 deletions(-)
-
-diff --git a/gdl/src/docklayout.hg b/gdl/src/docklayout.hg
-index 155d58b..bf532a7 100644
 a/gdl/src/docklayout.hg
-+++ b/gdl/src/docklayout.hg
-@@ -58,8 +58,6 @@ public:
-   
-   _WRAP_METHOD(bool is_dirty() const, gdl_dock_layout_is_dirty)
-   
--  _WRAP_METHOD(Gtk::Widget* get_layouts_ui(), gdl_dock_layout_get_layouts_ui)
--  
-   
-   _WRAP_PROPERTY(dirty, bool)
-   
-diff --git a/gdl/src/gdl_method.defs b/gdl/src/gdl_method.defs
-index a7f84bb..8c80bc7 100644
 a/gdl/src/gdl_method.defs
-+++ b/gdl/src/gdl_method.defs
-@@ -556,12 +556,6 @@
-   (return-type gboolean)
- )
- 
--(define-method get_layouts_ui
--  (of-object GdlDockLayout)
--  (c-name gdl_dock_layout_get_layouts_ui)
--  (return-type GtkWidget*)
--)
--
- 
- 
- ;; From gdl-dock-master.h
--- 
-1.7.10
-
 gdlmm-3.3.2/gdl/gdlmm/docklayout.cc.get_layouts_ui 2011-11-23 
19:47:10.0 +0200
-+++ gdlmm-3.3.2/gdl/gdlmm/docklayout.cc2012-04-23 00:35:26.839494884 
+0300
-@@ -180,11 +180,6 @@
-   return gdl_dock_layout_is_dirty(const_castGdlDockLayout*(gobj()));
- }
- 
--Gtk::Widget* DockLayout::get_layouts_ui()
--{
--  return Glib::wrap(gdl_dock_layout_get_layouts_ui(gobj()));
--}
--
- 
- #ifdef GLIBMM_PROPERTIES_ENABLED
- Glib::PropertyProxy_ReadOnlybool DockLayout::property_dirty() const

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 12:59:27 UTC (rev 95677)
+++ PKGBUILD2013-08-15 13:29:05 UTC (rev 95678)
@@ -1,34 +1,29 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
+
 pkgname=gdlmm
-pkgver=3.3.2
-pkgrel=3
-pkgdesc=C++ bindings for the gdl library
+pkgver=3.7.3
+pkgrel=1
+pkgdesc='C++ bindings for the gdl library'
 arch=('x86_64' 'i686')
-url=http://git.gnome.org/browse/gdlmm/;
+url='http://git.gnome.org/browse/gdlmm/'
 depends=('gdl' 'gtkmm3')
-options=(!libtool !emptydirs)
+options=('!libtool' '!emptydirs')
 license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.3/$pkgname-$pkgver.tar.xz;
-0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch)
-sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46'
-'8fb0d920c5c3d4279738f048cbff65b5b4fa544c9f004f8e64d39e54f52653d5')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  # Fix build with gdl 3.6
-  patch -Np1 -i $srcdir/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
-
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 15:29:15
  Author: arodseth
Revision: 95679

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

Added:
  gdlmm/repos/community-i686/PKGBUILD
(from rev 95678, gdlmm/trunk/PKGBUILD)
  gdlmm/repos/community-x86_64/PKGBUILD
(from rev 95678, gdlmm/trunk/PKGBUILD)
Deleted:
  
gdlmm/repos/community-i686/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
  gdlmm/repos/community-i686/PKGBUILD
  
gdlmm/repos/community-x86_64/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
  gdlmm/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
++
 community-i686/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch   |   58 
--
 community-i686/PKGBUILD   |   34 
-
 community-x86_64/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch |   58 
--
 community-x86_64/PKGBUILD |   34 
-
 5 files changed, 58 insertions(+), 184 deletions(-)

Deleted: community-i686/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
===
--- community-i686/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch 
2013-08-15 13:29:05 UTC (rev 95678)
+++ community-i686/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch 
2013-08-15 13:29:15 UTC (rev 95679)
@@ -1,58 +0,0 @@
-From ce395bc27cf08e5f40c4ee4142cbb4795397ddc6 Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Sun, 22 Apr 2012 21:23:58 +0300
-Subject: [PATCH] Don't wrap gdl_dock_layout_get_layouts_ui
-
-Removed from gdl in commit 2b3b292.

- gdl/src/docklayout.hg   |2 --
- gdl/src/gdl_method.defs |6 --
- 2 files changed, 8 deletions(-)
-
-diff --git a/gdl/src/docklayout.hg b/gdl/src/docklayout.hg
-index 155d58b..bf532a7 100644
 a/gdl/src/docklayout.hg
-+++ b/gdl/src/docklayout.hg
-@@ -58,8 +58,6 @@ public:
-   
-   _WRAP_METHOD(bool is_dirty() const, gdl_dock_layout_is_dirty)
-   
--  _WRAP_METHOD(Gtk::Widget* get_layouts_ui(), gdl_dock_layout_get_layouts_ui)
--  
-   
-   _WRAP_PROPERTY(dirty, bool)
-   
-diff --git a/gdl/src/gdl_method.defs b/gdl/src/gdl_method.defs
-index a7f84bb..8c80bc7 100644
 a/gdl/src/gdl_method.defs
-+++ b/gdl/src/gdl_method.defs
-@@ -556,12 +556,6 @@
-   (return-type gboolean)
- )
- 
--(define-method get_layouts_ui
--  (of-object GdlDockLayout)
--  (c-name gdl_dock_layout_get_layouts_ui)
--  (return-type GtkWidget*)
--)
--
- 
- 
- ;; From gdl-dock-master.h
--- 
-1.7.10
-
 gdlmm-3.3.2/gdl/gdlmm/docklayout.cc.get_layouts_ui 2011-11-23 
19:47:10.0 +0200
-+++ gdlmm-3.3.2/gdl/gdlmm/docklayout.cc2012-04-23 00:35:26.839494884 
+0300
-@@ -180,11 +180,6 @@
-   return gdl_dock_layout_is_dirty(const_castGdlDockLayout*(gobj()));
- }
- 
--Gtk::Widget* DockLayout::get_layouts_ui()
--{
--  return Glib::wrap(gdl_dock_layout_get_layouts_ui(gobj()));
--}
--
- 
- #ifdef GLIBMM_PROPERTIES_ENABLED
- Glib::PropertyProxy_ReadOnlybool DockLayout::property_dirty() const

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 13:29:05 UTC (rev 95678)
+++ community-i686/PKGBUILD 2013-08-15 13:29:15 UTC (rev 95679)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-pkgname=gdlmm
-pkgver=3.3.2
-pkgrel=3
-pkgdesc=C++ bindings for the gdl library
-arch=('x86_64' 'i686')
-url=http://git.gnome.org/browse/gdlmm/;
-depends=('gdl' 'gtkmm3')
-options=(!libtool !emptydirs)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.3/$pkgname-$pkgver.tar.xz;
-0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch)
-sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46'
-'8fb0d920c5c3d4279738f048cbff65b5b4fa544c9f004f8e64d39e54f52653d5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix build with gdl 3.6
-  patch -Np1 -i $srcdir/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdlmm/repos/community-i686/PKGBUILD (from rev 95678, 
gdlmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 13:29:15 UTC (rev 95679)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=gdlmm
+pkgver=3.7.3
+pkgrel=1
+pkgdesc='C++ bindings for the gdl library'
+arch=('x86_64' 'i686')
+url='http://git.gnome.org/browse/gdlmm/'
+depends=('gdl' 'gtkmm3')
+options=('!libtool' '!emptydirs')
+license=('LGPL')

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 15:41:08
  Author: arodseth
Revision: 95680

License TODO fix

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 13:29:15 UTC (rev 95679)
+++ PKGBUILD2013-08-15 13:41:08 UTC (rev 95680)
@@ -19,18 +19,16 @@
 'lib32-glibc')
 install=$pkgname.install
 options=('!strip')
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
 # http://dlc.sun.com.edgesuite.net/netbeans/7.3.1/final/zip/
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
 sha256sums=('0b7c9b592f5ee396f4ed4efd312420fdf68d9fd8c4fdf64bfbe4fb51cb74a30c')
 
 build() {
-  cd $srcdir
-
   gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $pkgname
 
   mkdir -p $pkgdir/usr/{bin,share/applications}
   cp -r ../$pkgname $pkgdir/usr/share
@@ -38,7 +36,6 @@
 $pkgdir/usr/share/applications/$pkgname.desktop
   install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
   ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Sven-Hendrik Haase
Date: Thursday, August 15, 2013 @ 15:45:17
  Author: svenstaro
Revision: 95681

upgpkg: primus 20130815-1

Bumping

Modified:
  primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 13:41:08 UTC (rev 95680)
+++ PKGBUILD2013-08-15 13:45:17 UTC (rev 95681)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Monakov amona...@gmail.com
 
 pkgname=primus
-pkgver=20130425
+pkgver=20130815
 pkgrel=1
 pkgdesc=Faster OpenGL offloading for Bumblebee
 arch=('i686' 'x86_64')



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

2013-08-15 Thread Sven-Hendrik Haase
Date: Thursday, August 15, 2013 @ 15:45:30
  Author: svenstaro
Revision: 95682

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 13:45:17 UTC (rev 95681)
+++ community-i686/PKGBUILD 2013-08-15 13:45:30 UTC (rev 95682)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexander Monakov amona...@gmail.com
-
-pkgname=primus
-pkgver=20130425
-pkgrel=1
-pkgdesc=Faster OpenGL offloading for Bumblebee
-arch=('i686' 'x86_64')
-url=https://github.com/amonakov/primus;
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=(git://github.com/amonakov/primus.git#commit=31ca47e644)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D lib/libGL.so.1 $pkgdir/usr/lib/primus/libGL.so.1
-  sed -e s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'# primusrun  
primusrun.dist
-  install -D primusrun.dist $pkgdir/usr/bin/primusrun
-
-  install -D primus.bash-completion $pkgdir/etc/bash_completion.d/primusrun
-
-  gzip -9 primusrun.1
-  install -D primusrun.1.gz $pkgdir/usr/share/man/man1/primusrun.1.gz
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-i686/PKGBUILD (from rev 95681, 
primus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 13:45:30 UTC (rev 95682)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexander Monakov amona...@gmail.com
+
+pkgname=primus
+pkgver=20130815
+pkgrel=1
+pkgdesc=Faster OpenGL offloading for Bumblebee
+arch=('i686' 'x86_64')
+url=https://github.com/amonakov/primus;
+license=('custom:ISC')
+depends=('bumblebee')
+makedepends=('git')
+source=(git://github.com/amonakov/primus.git#commit=31ca47e644)
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  make
+}
+
+package() {
+  cd primus
+
+  install -D lib/libGL.so.1 $pkgdir/usr/lib/primus/libGL.so.1
+  sed -e s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'# primusrun  
primusrun.dist
+  install -D primusrun.dist $pkgdir/usr/bin/primusrun
+
+  install -D primus.bash-completion $pkgdir/etc/bash_completion.d/primusrun
+
+  gzip -9 primusrun.1
+  install -D primusrun.1.gz $pkgdir/usr/share/man/man1/primusrun.1.gz
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-15 13:45:17 UTC (rev 95681)
+++ community-x86_64/PKGBUILD   2013-08-15 13:45:30 UTC (rev 95682)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexander Monakov amona...@gmail.com
-
-pkgname=primus
-pkgver=20130425
-pkgrel=1
-pkgdesc=Faster OpenGL offloading for Bumblebee
-arch=('i686' 'x86_64')
-url=https://github.com/amonakov/primus;
-license=('custom:ISC')
-depends=('bumblebee')
-makedepends=('git')
-source=(git://github.com/amonakov/primus.git#commit=31ca47e644)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  make
-}
-
-package() {
-  cd primus
-
-  install -D lib/libGL.so.1 $pkgdir/usr/lib/primus/libGL.so.1
-  sed -e s#^PRIMUS_libGL=.*#PRIMUS_libGL='/usr/\$LIB/primus'# primusrun  
primusrun.dist
-  install -D primusrun.dist $pkgdir/usr/bin/primusrun
-
-  install -D primus.bash-completion $pkgdir/etc/bash_completion.d/primusrun
-
-  gzip -9 primusrun.1
-  install -D primusrun.1.gz $pkgdir/usr/share/man/man1/primusrun.1.gz
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: primus/repos/community-x86_64/PKGBUILD (from rev 95681, 
primus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-15 13:45:30 UTC (rev 95682)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexander Monakov amona...@gmail.com
+
+pkgname=primus
+pkgver=20130815
+pkgrel=1
+pkgdesc=Faster OpenGL offloading for Bumblebee
+arch=('i686' 'x86_64')
+url=https://github.com/amonakov/primus

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

2013-08-15 Thread Sven-Hendrik Haase
Date: Thursday, August 15, 2013 @ 15:46:27
  Author: svenstaro
Revision: 95683

upgpkg: lib32-primus 20130815-1

Bumping

Modified:
  lib32-primus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 13:45:30 UTC (rev 95682)
+++ PKGBUILD2013-08-15 13:46:27 UTC (rev 95683)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Monakov amona...@gmail.com
 
 pkgname=lib32-primus
-pkgver=20130425
+pkgver=20130815
 pkgrel=1
 pkgdesc=Faster OpenGL offloading for Bumblebee (32-bit)
 arch=('i686' 'x86_64')



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

2013-08-15 Thread Sven-Hendrik Haase
Date: Thursday, August 15, 2013 @ 15:46:34
  Author: svenstaro
Revision: 95684

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-primus/repos/multilib-x86_64/PKGBUILD
(from rev 95683, lib32-primus/trunk/PKGBUILD)
Deleted:
  lib32-primus/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 13:46:27 UTC (rev 95683)
+++ PKGBUILD2013-08-15 13:46:34 UTC (rev 95684)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Alexander Monakov amona...@gmail.com
-
-pkgname=lib32-primus
-pkgver=20130425
-pkgrel=1
-pkgdesc=Faster OpenGL offloading for Bumblebee (32-bit)
-arch=('i686' 'x86_64')
-url=https://github.com/amonakov/primus;
-license=('custom:ISC')
-depends=('bumblebee' 'lib32-mesa-libgl')
-makedepends=('git' 'gcc-multilib')
-source=(git://github.com/amonakov/primus.git#commit=31ca47e644)
-sha1sums=('SKIP')
-
-build() {
-  cd primus
-
-  export CC=g++ -m32
-  export CXX=g++ -m32
-
-  LIBDIR=lib32 make
-}
-
-package() {
-  cd primus
-
-  install -D lib32/libGL.so.1 $pkgdir/usr/lib32/primus/libGL.so.1
-
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-primus/repos/multilib-x86_64/PKGBUILD (from rev 95683, 
lib32-primus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 13:46:34 UTC (rev 95684)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Alexander Monakov amona...@gmail.com
+
+pkgname=lib32-primus
+pkgver=20130815
+pkgrel=1
+pkgdesc=Faster OpenGL offloading for Bumblebee (32-bit)
+arch=('i686' 'x86_64')
+url=https://github.com/amonakov/primus;
+license=('custom:ISC')
+depends=('bumblebee' 'lib32-mesa-libgl')
+makedepends=('git' 'gcc-multilib')
+source=(git://github.com/amonakov/primus.git#commit=31ca47e644)
+sha1sums=('SKIP')
+
+build() {
+  cd primus
+
+  export CC=g++ -m32
+  export CXX=g++ -m32
+
+  LIBDIR=lib32 make
+}
+
+package() {
+  cd primus
+
+  install -D lib32/libGL.so.1 $pkgdir/usr/lib32/primus/libGL.so.1
+
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (jmeter)

2013-08-15 Thread Dave Reisner
Date: Thursday, August 15, 2013 @ 15:58:32
  Author: dreisner
Revision: 95686

move jmeter to AUR

Deleted:
  jmeter/



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

2013-08-15 Thread Andreas Radke
Date: Thursday, August 15, 2013 @ 17:01:10
  Author: andyrtr
Revision: 193071

upgpkg: ghostscript 9.08-1

upstream update 9.08

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 13:17:43 UTC (rev 193070)
+++ PKGBUILD2013-08-15 15:01:10 UTC (rev 193071)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=ghostscript
-pkgver=9.07
-pkgrel=3
+pkgver=9.08
+pkgrel=1
 pkgdesc=An interpreter for the PostScript language
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -15,7 +15,7 @@
 url=http://www.ghostscript.com/;
 source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
 options=('!libtool' '!makeflags')
-md5sums=('eea27befc1e85bef6d4768202f6b03a5')
+md5sums=('22d5c66e32ea2a4a62ce43fbf01281f2')
 
 build() {
   cd ghostscript-${pkgver}



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

2013-08-15 Thread Andreas Radke
Date: Thursday, August 15, 2013 @ 17:01:30
  Author: andyrtr
Revision: 193072

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

Added:
  ghostscript/repos/testing-i686/
  ghostscript/repos/testing-i686/PKGBUILD
(from rev 193071, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/testing-x86_64/
  ghostscript/repos/testing-x86_64/PKGBUILD
(from rev 193071, ghostscript/trunk/PKGBUILD)

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

Copied: ghostscript/repos/testing-i686/PKGBUILD (from rev 193071, 
ghostscript/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-15 15:01:30 UTC (rev 193072)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=ghostscript
+pkgver=9.08
+pkgrel=1
+pkgdesc=An interpreter for the PostScript language
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg'
+ 'libtiff=4.0.0' 'lcms' 'dbus')
+makedepends=('gtk2' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk2:  needed for gsx')
+url=http://www.ghostscript.com/;
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
+options=('!libtool' '!makeflags')
+md5sums=('22d5c66e32ea2a4a62ce43fbf01281f2')
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --with-install-cups \
+   --enable-fontconfig \
+   --enable-freetype \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ijs
+  sed -i s:AM_PROG_CC_STDC:AC_PROG_CC:g configure.ac
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}
+  make DESTDIR=${pkgdir} \
+   cups_serverroot=${pkgdir}/etc/cups \
+   cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
+
+  # install missing doc files # http://bugs.archlinux.org/task/18023
+  install -m 644 
${srcdir}/ghostscript-${pkgver}/doc/{Ps2ps2.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
 ${pkgdir}/usr/share/ghostscript/$pkgver/doc/
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove unwanted localized man-pages
+  rm -rf $pkgdir/usr/share/man/[^man1]*
+
+  # install IJS
+  cd ijs
+  make DESTDIR=${pkgdir} install
+  
+  # remove filters that are now maintained in cups-filters as upstream home
+  rm -rf $pkgdir/usr/lib/cups/filter/{gstopxl,gstoraster}
+}

Copied: ghostscript/repos/testing-x86_64/PKGBUILD (from rev 193071, 
ghostscript/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-15 15:01:30 UTC (rev 193072)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=ghostscript
+pkgver=9.08
+pkgrel=1
+pkgdesc=An interpreter for the PostScript language
+arch=('i686' 'x86_64')
+license=('AGPL' 'custom')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng=1.5.7' 
'libjpeg'
+ 'libtiff=4.0.0' 'lcms' 'dbus')
+makedepends=('gtk2' 'gnutls')
+optdepends=('texlive-core:  needed for dvipdf'
+'gtk2:  needed for gsx')
+url=http://www.ghostscript.com/;
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
+options=('!libtool' '!makeflags')
+md5sums=('22d5c66e32ea2a4a62ce43fbf01281f2')
+
+build() {
+  cd ghostscript-${pkgver}
+  
+  # force it to use system-libs
+  rm -rf jpeg libpng zlib jasper expat tiff lcms freetype 
+
+  ./configure --prefix=/usr \
+   --enable-dynamic \
+   --with-ijs \
+   --with-jbig2dec \
+   --with-omni \
+   --with-x \
+   --with-drivers=ALL\
+   --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
+   --with-install-cups \
+   --enable-fontconfig \
+   --enable-freetype \
+   --without-luratech \
+   --without-omni \
+   --with-system-libtiff \
+   --disable-compile-inits #--help # needed for linking with system-zlib
+  make
+
+  # Build IJS
+  cd ijs
+  sed -i s:AM_PROG_CC_STDC:AC_PROG_CC:g configure.ac
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ghostscript-${pkgver}

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

2013-08-15 Thread Bartłomiej Piotrowski
Date: Thursday, August 15, 2013 @ 17:18:16
  Author: bpiotrowski
Revision: 193074

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 193073, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 193073, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 193073, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 193073, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 193073, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 193073, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 193073, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 193073, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 193073, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 193073, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  274 
 /mariadb-post.sh  |   16 ++
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   94 
 /mariadb.service  |   32 
 extra-i686/PKGBUILD   |  137 --
 extra-i686/mariadb-post.sh|8 -
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   47 --
 extra-i686/mariadb.service|   16 --
 extra-x86_64/PKGBUILD |  137 --
 extra-x86_64/mariadb-post.sh  |8 -
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   47 --
 extra-x86_64/mariadb.service  |   16 --
 15 files changed, 418 insertions(+), 418 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-15 15:17:54 UTC (rev 193073)
+++ extra-i686/PKGBUILD 2013-08-15 15:18:16 UTC (rev 193074)
@@ -1,137 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
-pkgver=5.5.32
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib')
-options=('!libtool')
-source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-sha256sums=('cc76d143c60d9f24b551adaf80f694ef9beb4a6a9032c115a06f7b5c5d0ee468'
-'a6cf5446159fff16598d0d787dd3a3c30a53a656a5f876ddb608bc60e234d334'
-'368f9fd2454d80eb32abb8f29f703d1cf9553353fb9e1ae4529c4b851cb8c5dd'
-'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
-
-build() {
-  cd $srcdir
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer \
--DCMAKE_CXX_FLAGS=-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 
-felide-constructors -fno-rtti \
--DWITH_MYSQLD_LDFLAGS=${LDFLAGS}
-
-
-  make
-}
-
-package_libmariadbclient() {
-  

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

2013-08-15 Thread Bartłomiej Piotrowski
Date: Thursday, August 15, 2013 @ 17:17:54
  Author: bpiotrowski
Revision: 193073

upgpkg: mariadb 5.5.32-2

- correct location of plugins directory

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 15:01:30 UTC (rev 193072)
+++ PKGBUILD2013-08-15 15:17:54 UTC (rev 193073)
@@ -4,7 +4,7 @@
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb')
 pkgver=5.5.32
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -35,7 +35,7 @@
 -DENABLED_LOCAL_INFILE=ON \
 -DINSTALL_INFODIR=share/mysql/docs \
 -DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
+-DINSTALL_PLUGINDIR=lib/mysql/plugin \
 -DINSTALL_SCRIPTDIR=bin \
 -DINSTALL_INCLUDEDIR=include/mysql \
 -DINSTALL_DOCREADMEDIR=share/mysql \



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

2013-08-15 Thread Andreas Radke
Date: Thursday, August 15, 2013 @ 17:25:13
  Author: andyrtr
Revision: 193075

upgpkg: hplip 3.13.8-1

upstream update 3.13.8

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 15:18:16 UTC (rev 193074)
+++ PKGBUILD2013-08-15 15:25:13 UTC (rev 193075)
@@ -4,7 +4,7 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.13.7
+pkgver=3.13.8
 pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 hp-mkuri.patch)
-md5sums=('e834c8dd270f441c963f5d883d2d48f3'
+md5sums=('44de6a1e4d295ae6f1f0f0ef1cdc7301'
  'SKIP'
  '0bd7779fdbc4d7a9386df04dce2cb8d4')
 



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

2013-08-15 Thread Andreas Radke
Date: Thursday, August 15, 2013 @ 17:25:36
  Author: andyrtr
Revision: 193076

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

Added:
  hplip/repos/testing-i686/
  hplip/repos/testing-i686/PKGBUILD
(from rev 193075, hplip/trunk/PKGBUILD)
  hplip/repos/testing-i686/hp-mkuri.patch
(from rev 193075, hplip/trunk/hp-mkuri.patch)
  hplip/repos/testing-i686/hplip.install
(from rev 193075, hplip/trunk/hplip.install)
  hplip/repos/testing-x86_64/
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 193075, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/hp-mkuri.patch
(from rev 193075, hplip/trunk/hp-mkuri.patch)
  hplip/repos/testing-x86_64/hplip.install
(from rev 193075, hplip/trunk/hplip.install)

---+
 testing-i686/PKGBUILD |   93 
 testing-i686/hp-mkuri.patch   |   11 
 testing-i686/hplip.install|   18 +++
 testing-x86_64/PKGBUILD   |   93 
 testing-x86_64/hp-mkuri.patch |   11 
 testing-x86_64/hplip.install  |   18 +++
 6 files changed, 244 insertions(+)

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 193075, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-15 15:25:36 UTC (rev 193076)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.13.8
+pkgrel=1
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1' 'wget')
+makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
+optdepends=('cups: for printing support'
+'python2-dbus: for dbus support'
+'sane: for scanner support'
+'python2-imaging: for commandline scanning support'
+'python2-notify: for Desktop notification support'
+'rpcbind: for network support'
+'python2-pyqt: for running hp-toolbox'
+'python2-gobject2: for running hp-toolbox'
+'hplip-plugin: binary blobs for specific devices'
+'libusbx: for advanced usb support')
+options=('!libtool')
+install=hplip.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
+hp-mkuri.patch)
+md5sums=('44de6a1e4d295ae6f1f0f0ef1cdc7301'
+ 'SKIP'
+ '0bd7779fdbc4d7a9386df04dce2cb8d4')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ # fix linking libnotify, FS#34283
+ patch -Np0 -i ${srcdir}/hp-mkuri.patch
+ 
+ export PYTHON=python2
+ 
+ find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' doctor.py setup.py 
makeuri.py logcapture.py base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
+ sed -i 's|python ./print.py|python2 ./print.py|' scan.py
+ sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
+ sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
+ sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
+ sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+ 
+ # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
+ # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
+ # The hpcups driver does not use foomatic-rip
+   local i
+   for i in ppd/hpijs/*.ppd.gz ; do
+   rm -f ${i}.temp
+   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
+   gzip  ${i}.temp || return 1
+   mv ${i}.temp ${i}
+   done
+   
+ export AUTOMAKE='automake --foreign'
+ autoreconf --force --install
+
+ ./configure --prefix=/usr \
+ --enable-qt4 \
+ --disable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install \
+ --enable-hpcups-install \
+ --enable-new-hpcups \
+ --enable-cups-ppd-install \
+ --enable-cups-drv-install \
+ --enable-hpijs-install \
+ --enable-foomatic-drv-install \
+ --enable-pp-build \
+ --enable-udev-acl-rules #--help
+
+ make
+}
+
+package() {
+ #cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname-${pkgver/.a/a}
+ make rulesdir=/usr/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ # remove config provided by sane and autostart of hp-daemon
+ rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
+ # log dir should not be world writeable
+ chmod 775 

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

2013-08-15 Thread Bartłomiej Piotrowski
Date: Thursday, August 15, 2013 @ 18:50:15
  Author: bpiotrowski
Revision: 95687

upgpkg: mupdf 1.3-1

- new upstream release
- switch to static build due to openjpeg 2.0 dependency

Modified:
  mupdf/trunk/PKGBUILD
Deleted:
  mupdf/trunk/mupdf-1.2-fix-dirty-flag-handling.patch

-+
 PKGBUILD|   33 ---
 mupdf-1.2-fix-dirty-flag-handling.patch |   88 --
 2 files changed, 13 insertions(+), 108 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 13:58:32 UTC (rev 95686)
+++ PKGBUILD2013-08-15 16:50:15 UTC (rev 95687)
@@ -3,44 +3,37 @@
 # Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 # Contributor: Pierre-Paul Paquin pierrepaulpaq...@gmail.com
-# Contributor: xduugu (.desktop and install files)
+# Contributor: xduugu
 
 pkgname=mupdf
-pkgver=1.2
-pkgrel=3
+pkgver=1.3
+pkgrel=1
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
 license=('GPL3')
-depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 
'desktop-file-utils' 'xdg-utils')
+depends=('desktop-file-utils' 'libxext' 'openssl')
 install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip
-mupdf-1.2-fix-dirty-flag-handling.patch)
-sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b'
-'d5c9ab3c5e9975909562230569a149a569f44fcd2b24c0b57e889b541a017f10')
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
+sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
 
-prepare() {
-  cd $pkgname-$pkgver-source
-  patch -Np1 -i $srcdir/mupdf-1.2-fix-dirty-flag-handling.patch
-}
-
 build() {
   CFLAGS+=' -fPIC'
   CXXFLAGS+=' -fPIC'
 
   cd $pkgname-$pkgver-source
-  rm -rf thirdparty
-  make build=release prefix=/usr
+  make build=release
 }
 
 package() {
   cd $pkgname-$pkgver-source
   make build=release prefix=$pkgdir/usr install
 
-  sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
-  sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
-  install -Dm644 debian/mupdf.desktop 
$pkgdir/usr/share/applications/mupdf.desktop
-  install -Dm644 debian/mupdf.xpm $pkgdir/usr/share/pixmaps/mupdf.xpm
+  cd platform/debian
+  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
+  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
+  install -Dm644 mupdf.desktop $pkgdir/usr/share/applications/mupdf.desktop
+  install -Dm644 mupdf.xpm $pkgdir/usr/share/pixmaps/mupdf.xpm
 
-  chmod 644 $pkgdir/usr/lib/libfitz.a
+  chmod 644 $pkgdir/usr/lib/libmupdf{,-js-none}.a
 }

Deleted: mupdf-1.2-fix-dirty-flag-handling.patch
===
--- mupdf-1.2-fix-dirty-flag-handling.patch 2013-08-15 13:58:32 UTC (rev 
95686)
+++ mupdf-1.2-fix-dirty-flag-handling.patch 2013-08-15 16:50:15 UTC (rev 
95687)
@@ -1,88 +0,0 @@
-From a20d6a58ebc6c60ff44f0f385cf399ee6fca55bf Mon Sep 17 00:00:00 2001
-From: Robin Watts robin.wa...@artifex.com
-Date: Fri, 26 Apr 2013 12:21:17 +0100
-Subject: [PATCH] Fix dirty flag handling bug in X11 event loop.
-
-When I added transition handling to mupdf, I broke the X11
-behaviour of coalescing all events and only blitting when
-idle.
-
-This commit restores that behaviour, except when transitions
-are actually in progress (when it still blits instantly).

- apps/pdfapp.c   | 6 +-
- apps/x11_main.c | 8 ++--
- 2 files changed, 11 insertions(+), 3 deletions(-)
-
-diff --git a/apps/pdfapp.c b/apps/pdfapp.c
-index c3b7d54..ff23c4b 100644
 a/apps/pdfapp.c
-+++ b/apps/pdfapp.c
-@@ -1677,7 +1677,6 @@ void pdfapp_postblit(pdfapp_t *app)
-   if (llama = 256)
-   {
-   /* Completed. */
--  app-in_transit = 0;
-   fz_drop_pixmap(app-ctx, app-image);
-   app-image = app-new_image;
-   app-new_image = NULL;
-@@ -1689,4 +1688,9 @@ void pdfapp_postblit(pdfapp_t *app)
-   else
-   fz_generate_transition(app-image, app-old_image, 
app-new_image, llama, app-transition);
-   winrepaint(app);
-+  if (llama = 256)
-+  {
-+  /* Completed. */
-+  app-in_transit = 0;
-+  }
- }
-diff --git a/apps/x11_main.c b/apps/x11_main.c
-index 364013c..987e359 100644
 a/apps/x11_main.c
-+++ b/apps/x11_main.c
-@@ -79,6 +79,7 @@ static int mapped = 0;
- static Cursor xcarrow, xchand, xcwait, xccaret;
- static int justcopied = 0;
- static int dirty = 0;
-+static int transition_dirty = 0;
- static int dirtysearch = 0;
- static char *password = ;
- static XColor xbgcolor;
-@@ -504,6 +505,8 @@ static void winblit(pdfapp_t *app)
- void winrepaint(pdfapp_t *app)
- {
-   dirty = 1;
-+  if (app-in_transit)
-+  transition_dirty = 1;
- }
- 
- void 

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

2013-08-15 Thread Bartłomiej Piotrowski
Date: Thursday, August 15, 2013 @ 18:50:34
  Author: bpiotrowski
Revision: 95688

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

Added:
  mupdf/repos/community-i686/PKGBUILD
(from rev 95687, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-i686/mupdf.install
(from rev 95687, mupdf/trunk/mupdf.install)
  mupdf/repos/community-x86_64/PKGBUILD
(from rev 95687, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-x86_64/mupdf.install
(from rev 95687, mupdf/trunk/mupdf.install)
Deleted:
  mupdf/repos/community-i686/PKGBUILD
  mupdf/repos/community-i686/mupdf-1.2-fix-dirty-flag-handling.patch
  mupdf/repos/community-i686/mupdf.install
  mupdf/repos/community-x86_64/PKGBUILD
  mupdf/repos/community-x86_64/mupdf-1.2-fix-dirty-flag-handling.patch
  mupdf/repos/community-x86_64/mupdf.install

--+
 /PKGBUILD|   78 +++
 /mupdf.install   |   24 +++
 community-i686/PKGBUILD  |   46 --
 community-i686/mupdf-1.2-fix-dirty-flag-handling.patch   |   88 -
 community-i686/mupdf.install |   12 -
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/mupdf-1.2-fix-dirty-flag-handling.patch |   88 -
 community-x86_64/mupdf.install   |   12 -
 8 files changed, 102 insertions(+), 292 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 16:50:15 UTC (rev 95687)
+++ community-i686/PKGBUILD 2013-08-15 16:50:34 UTC (rev 95688)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Pierre-Paul Paquin pierrepaulpaq...@gmail.com
-# Contributor: xduugu (.desktop and install files)
-
-pkgname=mupdf
-pkgver=1.2
-pkgrel=3
-pkgdesc='Lightweight PDF and XPS viewer'
-arch=('i686' 'x86_64')
-url='http://mupdf.com'
-license=('GPL3')
-depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 
'desktop-file-utils' 'xdg-utils')
-install=mupdf.install
-source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.zip
-mupdf-1.2-fix-dirty-flag-handling.patch)
-sha256sums=('9bc9e31ec27c091dad37f70940bd799e46ab6da4299bc58e803bff3dbb07dc3b'
-'d5c9ab3c5e9975909562230569a149a569f44fcd2b24c0b57e889b541a017f10')
-
-prepare() {
-  cd $pkgname-$pkgver-source
-  patch -Np1 -i $srcdir/mupdf-1.2-fix-dirty-flag-handling.patch
-}
-
-build() {
-  CFLAGS+=' -fPIC'
-  CXXFLAGS+=' -fPIC'
-
-  cd $pkgname-$pkgver-source
-  rm -rf thirdparty
-  make build=release prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver-source
-  make build=release prefix=$pkgdir/usr install
-
-  sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
-  sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
-  install -Dm644 debian/mupdf.desktop 
$pkgdir/usr/share/applications/mupdf.desktop
-  install -Dm644 debian/mupdf.xpm $pkgdir/usr/share/pixmaps/mupdf.xpm
-
-  chmod 644 $pkgdir/usr/lib/libfitz.a
-}

Copied: mupdf/repos/community-i686/PKGBUILD (from rev 95687, 
mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 16:50:34 UTC (rev 95688)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Pierre-Paul Paquin pierrepaulpaq...@gmail.com
+# Contributor: xduugu
+
+pkgname=mupdf
+pkgver=1.3
+pkgrel=1
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('GPL3')
+depends=('desktop-file-utils' 'libxext' 'openssl')
+install=mupdf.install
+source=(https://mupdf.googlecode.com/files/$pkgname-$pkgver-source.tar.gz)
+sha256sums=('aba8b31bee9cc0a16abedab5e31c81c65996cba5591e62a50a79bea2a63d4478')
+
+build() {
+  CFLAGS+=' -fPIC'
+  CXXFLAGS+=' -fPIC'
+
+  cd $pkgname-$pkgver-source
+  make build=release
+}
+
+package() {
+  cd $pkgname-$pkgver-source
+  make build=release prefix=$pkgdir/usr install
+
+  cd platform/debian
+  sed -i 's/mupdf.xpm/mupdf/' mupdf.desktop
+  sed -i 's/application\/x-pdf/application\/x-pdf/' mupdf.desktop
+  install -Dm644 mupdf.desktop $pkgdir/usr/share/applications/mupdf.desktop
+  install -Dm644 mupdf.xpm $pkgdir/usr/share/pixmaps/mupdf.xpm
+
+  chmod 644 $pkgdir/usr/lib/libmupdf{,-js-none}.a
+}

Deleted: community-i686/mupdf-1.2-fix-dirty-flag-handling.patch
===
--- community-i686/mupdf-1.2-fix-dirty-flag-handling.patch  2013-08-15 
16:50:15 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:06:32
  Author: arodseth
Revision: 95689

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   85 +
 netbeans.install |   26 
 2 files changed, 54 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 16:50:34 UTC (rev 95688)
+++ PKGBUILD2013-08-15 17:06:32 UTC (rev 95689)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netbeans
-pkgver=7.3.1
-_subpkgver=201306052037
-pkgrel=2
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install=$pkgname.install
-options=('!strip')
-# http://dlc.sun.com.edgesuite.net/netbeans/7.3.1/final/zip/
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
-sha256sums=('0b7c9b592f5ee396f4ed4efd312420fdf68d9fd8c4fdf64bfbe4fb51cb74a30c')
-
-build() {
-  cd $srcdir
-
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  mkdir -p $pkgdir/usr/{bin,share/applications}
-  cp -r ../$pkgname $pkgdir/usr/share
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 95688, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 17:06:32 UTC (rev 95689)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netbeans
+pkgver=7.3.1
+_subpkgver=201306052037
+pkgrel=2
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install=$pkgname.install
+options=('!strip')
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
+# http://dlc.sun.com.edgesuite.net/netbeans/7.3.1/final/zip/
+sha256sums=('0b7c9b592f5ee396f4ed4efd312420fdf68d9fd8c4fdf64bfbe4fb51cb74a30c')
+
+build() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
+}
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/{bin,share/applications}
+  cp -r ../$pkgname $pkgdir/usr/share
+  install -Dm644 ../$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: netbeans.install
===
--- netbeans.install2013-08-15 16:50:34 UTC (rev 95688)
+++ netbeans.install2013-08-15 17:06:32 UTC (rev 95689)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database /dev/null 21
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/netbeans.install (from rev 95688, 
netbeans/trunk/netbeans.install)
===
--- netbeans.install(rev 0)
+++ netbeans.install2013-08-15 17:06:32 UTC (rev 95689)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database /dev/null 21
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:07:39
  Author: arodseth
Revision: 95691

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 95690, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 95690, erlang-nox/trunk/PKGBUILD)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 17:07:29 UTC (rev 95690)
+++ community-i686/PKGBUILD 2013-08-15 17:07:39 UTC (rev 95691)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lukas Fleischer archli...@cryptocrack.de
-# 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
-
-pkgname=erlang-nox
-pkgver=R16B01
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('custom')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc')
-provides=('erlang')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
-http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
-sha256sums=('da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0'
-'71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2')
-
-build() {
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  cd $srcdir/otp_src_${pkgver/_1/}
-
-  make DESTDIR=$pkgdir install
-
-  # Documentation
-  install -d $pkgdir/usr/share/doc/erlang
-  install -m0644 $srcdir/otp_src_${pkgver/_1/}/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/_1/}/EPLICENCE \
-$pkgdir/usr/share/licenses/$pkgname/EPLICENCE
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r $pkgdir/usr/lib/erlang/{lib/odbc*,man/man3/odbc.3.gz}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 95690, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 17:07:39 UTC (rev 95691)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lukas Fleischer archli...@cryptocrack.de
+# 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
+
+pkgname=erlang-nox
+pkgver=R16B01
+pkgrel=2
+pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
+arch=('x86_64' 'i686')
+url='http://www.erlang.org/'
+license=('custom')
+depends=('ncurses' 'openssl')
+makedepends=('perl' 'lksctp-tools' 'unixodbc')
+conflicts=('erlang')
+optdepends=('erlang-unixodbc: database support'
+'java-environment: for Java support'
+'lksctp-tools: for SCTP support')
+source=(http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz;
+http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz;)
+sha256sums=('da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0'
+'71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2')
+
+build() {
+  cd otp_src_${pkgver/_1/}
+
+  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  make
+}
+
+package() {
+  cd otp_src_${pkgver/_1/}
+
+  make DESTDIR=$pkgdir install
+
+  # Documentation
+  install -d $pkgdir/usr/share/doc/erlang
+  install -m0644 $srcdir/otp_src_${pkgver/_1/}/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/_1/}/EPLICENCE \
+

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:07:29
  Author: arodseth
Revision: 95690

upgpkg: erlang-nox R16B01-2

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 17:06:32 UTC (rev 95689)
+++ PKGBUILD2013-08-15 17:07:29 UTC (rev 95690)
@@ -8,14 +8,13 @@
 
 pkgname=erlang-nox
 pkgver=R16B01
-pkgrel=1
+pkgrel=2
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('custom')
 depends=('ncurses' 'openssl')
 makedepends=('perl' 'lksctp-tools' 'unixodbc')
-provides=('erlang')
 conflicts=('erlang')
 optdepends=('erlang-unixodbc: database support'
 'java-environment: for Java support'
@@ -26,14 +25,14 @@
 '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2')
 
 build() {
-  cd $srcdir/otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_1/}
 
   ./configure --prefix=/usr --enable-smp-support --with-odbc
   make
 }
 
 package() {
-  cd $srcdir/otp_src_${pkgver/_1/}
+  cd otp_src_${pkgver/_1/}
 
   make DESTDIR=$pkgdir install
 



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:11:14
  Author: arodseth
Revision: 95692

Wrong hash. Fixed.

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 17:07:39 UTC (rev 95691)
+++ PKGBUILD2013-08-15 17:11:14 UTC (rev 95692)
@@ -5,10 +5,10 @@
 
 pkgname=jenkins-ci
 pkgver=1.509.2
-pkgrel=1
-pkgdesc='Extendable continuous integration server (LTS)'
+pkgrel=2
+pkgdesc='Extendable continuous integration server (stable/LTS)'
 arch=('any')
-url='http://jenkins-ci.org/'
+url='https://jenkins-ci.org/changelog-stable#stable'
 license=('MIT')
 depends=('java-runtime' 'ttf-dejavu' 'libcups')
 provides=('jenkins')
@@ -22,7 +22,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha256sums=('552da3e10fe938a24a4581cc9385eb4a054d52cf73ff73e4ff62105dc82774b2'
+sha256sums=('5bdf1dd796b6ebc241f8a5bff4c6846a1eadbb455f7e3efcc5fb8d8749ae7192'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'



[arch-commits] Commit in jenkins-ci/trunk (jenkins-ci.install jenkins.install)

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:14:39
  Author: arodseth
Revision: 95693

Permission fix

Added:
  jenkins-ci/trunk/jenkins.install
(from rev 95692, jenkins-ci/trunk/jenkins-ci.install)
Deleted:
  jenkins-ci/trunk/jenkins-ci.install

+
 jenkins-ci.install |   51 ---
 jenkins.install|   55 +++
 2 files changed, 55 insertions(+), 51 deletions(-)

Deleted: jenkins-ci.install
===
--- jenkins-ci.install  2013-08-15 17:11:14 UTC (rev 95692)
+++ jenkins-ci.install  2013-08-15 17:14:39 UTC (rev 95693)
@@ -1,51 +0,0 @@
-#!/bin/sh
-
-_service_name=jenkins.service
-_service_username=jenkins
-_service_groupname=$_service_username
-_service_home_dir=/var/lib/jenkins
-_service_tmpfiles_conf=$_service_username.conf
-
-_is_systemd_service_enabled() {
-  /usr/bin/systemctl is-enabled --quiet $_service_name 2/dev/null
-}
-
-post_install() {
-  getent passwd $_service_username  /dev/null || /usr/sbin/useradd \
---system --user-group --home-dir $_service_home_dir --create-home \
---shell '/bin/bash' --skel /dev/null $_service_username  /dev/null
-  [ -n $_service_tmpfiles_conf ]  \
-systemd-tmpfiles --create $_service_tmpfiles_conf
-  echo 'This installation of Jenkins uses port 8090 by default.'
-}
-
-post_upgrade() {
-  [ -n $_service_tmpfiles_conf ]  systemd-tmpfiles \
---create $_service_tmpfiles_conf
-  _is_systemd_service_enabled  cat EOF
-= Remember to issue the following commands:
-  sudo systemctl --system daemon-reload
-  sudo systemctl restart $_service_name
-EOF
-}
-
-pre_remove() {
-  /usr/bin/systemctl stop $_service_name 2/dev/null
-  _is_systemd_service_enabled  \
-/usr/bin/systemctl disable $_service_name 2/dev/null
-  [ -n $_service_tmpfiles_conf ]  systemd-tmpfiles \
---remove $_service_tmpfiles_conf
-  return 0
-}
-
-post_remove() {
-  getent passwd $_service_username  /dev/null  \
-/usr/sbin/userdel $_service_username /dev/null
-  for dir in $_service_home_dir; do
-[ -n $dir -a -d $dir ]  \
-  echo = directory $dir needs to be removed manually
-  done
-  return 0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jenkins-ci/trunk/jenkins.install (from rev 95692, 
jenkins-ci/trunk/jenkins-ci.install)
===
--- jenkins.install (rev 0)
+++ jenkins.install 2013-08-15 17:14:39 UTC (rev 95693)
@@ -0,0 +1,55 @@
+#!/bin/sh
+
+_service_name=jenkins.service
+_service_username=jenkins
+_service_groupname=$_service_username
+_service_home_dir=/var/lib/jenkins
+_service_tmpfiles_conf=$_service_username.conf
+
+_is_systemd_service_enabled() {
+  /usr/bin/systemctl is-enabled --quiet $_service_name 2/dev/null
+}
+
+post_install() {
+  getent passwd $_service_username  /dev/null || /usr/sbin/useradd \
+--system --user-group --home-dir $_service_home_dir --create-home \
+--shell '/bin/bash' --skel /dev/null $_service_username  /dev/null
+  [ -n $_service_tmpfiles_conf ]  \
+systemd-tmpfiles --create $_service_tmpfiles_conf
+  mkdir -p /var/lib/jenkins
+  chown jenkins:jenkins /var/lib/jenkins
+  echo 'This installation of Jenkins uses port 8090 by default.'
+}
+
+post_upgrade() {
+  [ -n $_service_tmpfiles_conf ]  systemd-tmpfiles \
+--create $_service_tmpfiles_conf
+  mkdir -p /var/lib/jenkins
+  chown jenkins:jenkins /var/lib/jenkins
+  _is_systemd_service_enabled  cat EOF
+= Remember to issue the following commands:
+  sudo systemctl --system daemon-reload
+  sudo systemctl restart $_service_name
+EOF
+}
+
+pre_remove() {
+  /usr/bin/systemctl stop $_service_name 2/dev/null
+  _is_systemd_service_enabled  \
+/usr/bin/systemctl disable $_service_name 2/dev/null
+  [ -n $_service_tmpfiles_conf ]  systemd-tmpfiles \
+--remove $_service_tmpfiles_conf
+  return 0
+}
+
+post_remove() {
+  getent passwd $_service_username  /dev/null  \
+/usr/sbin/userdel $_service_username /dev/null
+  for dir in $_service_home_dir; do
+[ -n $dir -a -d $dir ]  \
+  echo = directory $dir needs to be removed manually
+  done
+  return 0
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:15:57
  Author: arodseth
Revision: 95694

pkgrel bump

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 17:14:39 UTC (rev 95693)
+++ PKGBUILD2013-08-15 17:15:57 UTC (rev 95694)
@@ -6,7 +6,7 @@
 pkgname=netbeans
 pkgver=7.3.1
 _subpkgver=201306052037
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'



[arch-commits] Commit in (2 files)

2013-08-15 Thread Lukas Jirkovsky
Date: Thursday, August 15, 2013 @ 19:18:57
  Author: stativ
Revision: 95695

fix lincense naming: apache - Apache.

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD
  intellij-idea-libs/trunk/PKGBUILD

+
 intellij-idea-community-edition/trunk/PKGBUILD |2 +-
 intellij-idea-libs/trunk/PKGBUILD  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: intellij-idea-community-edition/trunk/PKGBUILD
===
--- intellij-idea-community-edition/trunk/PKGBUILD  2013-08-15 17:15:57 UTC 
(rev 95694)
+++ intellij-idea-community-edition/trunk/PKGBUILD  2013-08-15 17:18:57 UTC 
(rev 95695)
@@ -7,7 +7,7 @@
 pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
 arch=('any')
 url=http://www.jetbrains.org/;
-license=('apache')
+license=('Apache')
 depends=('java-environment' intellij-idea-libs=$pkgver 'giflib')
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \

Modified: intellij-idea-libs/trunk/PKGBUILD
===
--- intellij-idea-libs/trunk/PKGBUILD   2013-08-15 17:15:57 UTC (rev 95694)
+++ intellij-idea-libs/trunk/PKGBUILD   2013-08-15 17:18:57 UTC (rev 95695)
@@ -7,7 +7,7 @@
 pkgdesc=Architecture dependend libraries needed by the Intellij Idea IDE
 arch=('i686' 'x86_64')
 url=http://www.jetbrains.org/;
-license=('apache')
+license=('Apache')
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 19:51:20
  Author: arodseth
Revision: 95696

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 netbeans.install |   26 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 17:18:57 UTC (rev 95695)
+++ PKGBUILD2013-08-15 17:51:20 UTC (rev 95696)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netbeans
-pkgver=7.3.1
-_subpkgver=201306052037
-pkgrel=2
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install=$pkgname.install
-options=('!strip')
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
-# http://dlc.sun.com.edgesuite.net/netbeans/7.3.1/final/zip/
-sha256sums=('0b7c9b592f5ee396f4ed4efd312420fdf68d9fd8c4fdf64bfbe4fb51cb74a30c')
-
-build() {
-  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
-}
-
-package() {
-  cd $pkgname
-
-  mkdir -p $pkgdir/usr/{bin,share/applications}
-  cp -r ../$pkgname $pkgdir/usr/share
-  install -Dm644 ../$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 95695, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 17:51:20 UTC (rev 95696)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netbeans
+pkgver=7.3.1
+_subpkgver=201306052037
+pkgrel=3
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install=$pkgname.install
+options=('!strip')
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subpkgver.zip;)
+# http://dlc.sun.com.edgesuite.net/netbeans/7.3.1/final/zip/
+sha256sums=('0b7c9b592f5ee396f4ed4efd312420fdf68d9fd8c4fdf64bfbe4fb51cb74a30c')
+
+build() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc
+}
+
+package() {
+  cd $pkgname
+
+  mkdir -p $pkgdir/usr/{bin,share/applications}
+  cp -r ../$pkgname $pkgdir/usr/share
+  install -Dm644 ../$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 nb/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+  ln -s /usr/share/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: netbeans.install
===
--- netbeans.install2013-08-15 17:18:57 UTC (rev 95695)
+++ netbeans.install2013-08-15 17:51:20 UTC (rev 95696)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database /dev/null 21
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/netbeans.install (from rev 95695, 
netbeans/trunk/netbeans.install)
===
--- netbeans.install(rev 0)
+++ netbeans.install2013-08-15 17:51:20 UTC (rev 95696)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database /dev/null 21
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:20:27
  Author: arodseth
Revision: 95697

upgpkg: wings3d 1.4.1-18

Modified:
  wings3d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 17:51:20 UTC (rev 95696)
+++ PKGBUILD2013-08-15 18:20:27 UTC (rev 95697)
@@ -5,7 +5,7 @@
 pkgname=wings3d
 _pkgname=wings
 pkgver=1.4.1
-pkgrel=17
+pkgrel=18
 pkgdesc='3D modeling program'
 arch=('x86_64' 'i686')
 url='http://www.wings3d.com/'
@@ -17,32 +17,30 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz;
 $pkgname.sh
 
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
-sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83'
+sha256sums=('02be0f1a2494b5243ecf027e6cc6e95e0fbe6d6dca6393b3a202c9d12c6bd5e6'
 '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
 '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_categories=('Graphics;3DGraphics')
 
+prepare() {
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc \
+--genericname '3D Modeler' --categories 'Graphics;3DGraphics'
+}
+
 build() {
-  cd $srcdir
-  gendesk
+  cd $_pkgname-master
 
-  cd $_pkgname-master
   export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
   make
   make lang
 }
 
 package() {
-  cd $srcdir/$_pkgname-master
+  cd $_pkgname-master
 
   mkdir -p $pkgdir/usr/lib/$pkgname
   for subdir in ebin fonts patches plugins shaders textures; do
 cp -r $srcdir/$_pkgname-master/$subdir/ $pkgdir/usr/lib/$pkgname
   done
-
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
   cd $srcdir
   install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:31:52
  Author: arodseth
Revision: 95698

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

Added:
  wings3d/repos/community-i686/PKGBUILD
(from rev 95697, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-i686/wings3d.install
(from rev 95697, wings3d/trunk/wings3d.install)
  wings3d/repos/community-i686/wings3d.sh
(from rev 95697, wings3d/trunk/wings3d.sh)
  wings3d/repos/community-x86_64/PKGBUILD
(from rev 95697, wings3d/trunk/PKGBUILD)
  wings3d/repos/community-x86_64/wings3d.install
(from rev 95697, wings3d/trunk/wings3d.install)
  wings3d/repos/community-x86_64/wings3d.sh
(from rev 95697, wings3d/trunk/wings3d.sh)
Deleted:
  wings3d/repos/community-i686/PKGBUILD
  wings3d/repos/community-i686/wings3d.install
  wings3d/repos/community-i686/wings3d.sh
  wings3d/repos/community-x86_64/PKGBUILD
  wings3d/repos/community-x86_64/wings3d.install
  wings3d/repos/community-x86_64/wings3d.sh

--+
 /PKGBUILD|  102 +
 /wings3d.install |   28 ++
 /wings3d.sh  |4 +
 community-i686/PKGBUILD  |   53 ---
 community-i686/wings3d.install   |   14 -
 community-i686/wings3d.sh|2 
 community-x86_64/PKGBUILD|   53 ---
 community-x86_64/wings3d.install |   14 -
 community-x86_64/wings3d.sh  |2 
 9 files changed, 134 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 18:20:27 UTC (rev 95697)
+++ community-i686/PKGBUILD 2013-08-15 18:31:52 UTC (rev 95698)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: kappa kappacu...@gmail.com
-
-pkgname=wings3d
-_pkgname=wings
-pkgver=1.4.1
-pkgrel=17
-pkgdesc='3D modeling program'
-arch=('x86_64' 'i686')
-url='http://www.wings3d.com/'
-license=('GPL')
-depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
-makedepends=('gendesk')
-optdepends=('povray: rendering support via POV-Ray')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz;
-$pkgname.sh
-
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
-sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83'
-'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
-'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
-_genericname=('3D Modeler')
-_categories=('Graphics;3DGraphics')
-
-build() {
-  cd $srcdir
-  gendesk
-
-  cd $_pkgname-master
-  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
-  make
-  make lang
-}
-
-package() {
-  cd $srcdir/$_pkgname-master
-
-  mkdir -p $pkgdir/usr/lib/$pkgname
-  for subdir in ebin fonts patches plugins shaders textures; do
-cp -r $srcdir/$_pkgname-master/$subdir/ $pkgdir/usr/lib/$pkgname
-  done
-
-  install -Dm644 license.terms $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd $srcdir
-  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wings3d/repos/community-i686/PKGBUILD (from rev 95697, 
wings3d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 18:31:52 UTC (rev 95698)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: kappa kappacu...@gmail.com
+
+pkgname=wings3d
+_pkgname=wings
+pkgver=1.4.1
+pkgrel=18
+pkgdesc='3D modeling program'
+arch=('x86_64' 'i686')
+url='http://www.wings3d.com/'
+license=('GPL')
+depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang')
+makedepends=('gendesk')
+optdepends=('povray: rendering support via POV-Ray')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz;
+$pkgname.sh
+
$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png;)
+sha256sums=('02be0f1a2494b5243ecf027e6cc6e95e0fbe6d6dca6393b3a202c9d12c6bd5e6'
+'46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e'
+'6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a')
+
+prepare() {
+  gendesk --pkgname $pkgname --pkgdesc $pkgdesc \
+--genericname '3D Modeler' --categories 'Graphics;3DGraphics'
+}
+
+build() {
+  cd $_pkgname-master
+
+  export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*)
+  make
+  make lang
+}
+
+package() {
+  cd $_pkgname-master
+
+  mkdir -p $pkgdir/usr/lib/$pkgname
+  for subdir in 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:33:00
  Author: arodseth
Revision: 95699

upgpkg: grails 2.2.3-2

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 18:31:52 UTC (rev 95698)
+++ PKGBUILD2013-08-15 18:33:00 UTC (rev 95699)
@@ -4,7 +4,7 @@
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
 url='http://grails.org/'
@@ -19,23 +19,21 @@
 '009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  msg2 'Configuring paths...'
+  # configure paths
   setconf bin/grails DIRNAME /usr/share/grails
   setconf bin/grails-debug DIRNAME /usr/share/grails
 }
 
 package_grails() {
   depends=('java-environment' 'junit' 'bash' 'sh')
+  cd $pkgname-$pkgver
 
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 'Packaging application...'
   mkdir -p $pkgdir/usr/share/pixmaps/
   cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
 
-  msg2 'Packaging wrapper scripts...'
+  # wrapper scripts
   install -Dm755 bin/startGrails \
 $pkgdir/usr/share/$pkgname/startGrails
   install -Dm755 ../$pkgname.sh \
@@ -43,17 +41,14 @@
   install -Dm755 ../$pkgname.sh \
 $pkgdir/usr/share/$pkgname/bin/$pkgname
 
-  msg2 'Packaging icons...'
+  # icons
   cp media/icons/*.png $pkgdir/usr/share/pixmaps/
   
-  msg2 'Packaging profile.d script...'
+  # profile.d script
   echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
   install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
 
-  msg2 'Packaging license...'
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  msg2 'Cleaning up...'
+  # clean up
   cd $pkgdir/usr/share/$pkgname
   rm -rf doc INSTALL LICENSE README
   find $pkgdir/usr/share -name *.bat -exec rm {} \;
@@ -61,9 +56,8 @@
 
 package_grails-docs() {
   pkgdesc='Documentation for Grails'
-  cd $srcdir/grails-$pkgver
+  cd grails-$pkgver
 
-  msg2 'Packaging documentation...'
   mkdir -p $pkgdir/usr/share/doc
   cp -r doc $pkgdir/usr/share/doc/grails-$pkgver
   mkdir -p $pkgdir/usr/share/grails



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:33:42
  Author: arodseth
Revision: 95700

upgpkg: jenkins-ci 1.509.2-2

Modified:
  jenkins-ci/trunk/PKGBUILD
  jenkins-ci/trunk/jenkins.install

-+
 PKGBUILD|2 +-
 jenkins.install |   10 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 18:33:00 UTC (rev 95699)
+++ PKGBUILD2013-08-15 18:33:42 UTC (rev 95700)
@@ -15,7 +15,7 @@
 conflicts=('jenkins')
 replaces=('jenkins')
 backup=('etc/conf.d/jenkins')
-install=$pkgname.install
+install=jenkins.install
 noextract=('jenkins.war')
 source=(http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war;
 'jenkins.conf'

Modified: jenkins.install
===
--- jenkins.install 2013-08-15 18:33:00 UTC (rev 95699)
+++ jenkins.install 2013-08-15 18:33:42 UTC (rev 95700)
@@ -14,16 +14,17 @@
   getent passwd $_service_username  /dev/null || /usr/sbin/useradd \
 --system --user-group --home-dir $_service_home_dir --create-home \
 --shell '/bin/bash' --skel /dev/null $_service_username  /dev/null
-  [ -n $_service_tmpfiles_conf ]  \
-systemd-tmpfiles --create $_service_tmpfiles_conf
+  [ -n $_service_tmpfiles_conf ]  /usr/bin/systemd-tmpfiles \
+--create $_service_tmpfiles_conf 2/dev/null
   mkdir -p /var/lib/jenkins
   chown jenkins:jenkins /var/lib/jenkins
   echo 'This installation of Jenkins uses port 8090 by default.'
+  return 0
 }
 
 post_upgrade() {
   [ -n $_service_tmpfiles_conf ]  systemd-tmpfiles \
---create $_service_tmpfiles_conf
+--create $_service_tmpfiles_conf 2/dev/null
   mkdir -p /var/lib/jenkins
   chown jenkins:jenkins /var/lib/jenkins
   _is_systemd_service_enabled  cat EOF
@@ -31,6 +32,7 @@
   sudo systemctl --system daemon-reload
   sudo systemctl restart $_service_name
 EOF
+  return 0
 }
 
 pre_remove() {
@@ -44,7 +46,7 @@
 
 post_remove() {
   getent passwd $_service_username  /dev/null  \
-/usr/sbin/userdel $_service_username /dev/null
+/usr/sbin/userdel $_service_username 2/dev/null
   for dir in $_service_home_dir; do
 [ -n $dir -a -d $dir ]  \
   echo = directory $dir needs to be removed manually



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:34:51
  Author: arodseth
Revision: 95701

archrelease: copy trunk to community-any

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

+
 LICENSE|   46 +--
 PKGBUILD   |   84 +--
 jenkins-ci.install |   51 --
 jenkins.conf   |   26 +++
 jenkins.install|   57 ++
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 +-
 7 files changed, 161 insertions(+), 155 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-08-15 18:33:42 UTC (rev 95700)
+++ LICENSE 2013-08-15 18:34:51 UTC (rev 95701)
@@ -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-ci/repos/community-any/LICENSE (from rev 95700, 
jenkins-ci/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-08-15 18:34:51 UTC (rev 95701)
@@ -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
===
--- PKGBUILD2013-08-15 18:33:42 UTC (rev 95700)
+++ PKGBUILD2013-08-15 18:34:51 UTC (rev 95701)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: 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-ci
-pkgver=1.509.2
-pkgrel=1
-pkgdesc='Extendable continuous integration server (LTS)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 20:52:08
  Author: arodseth
Revision: 95702

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 95701, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 95701, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  140 
 grails.sh |   14 +++---
 2 files changed, 74 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 18:34:51 UTC (rev 95701)
+++ PKGBUILD2013-08-15 18:52:08 UTC (rev 95702)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$pkgname-$pkgver.zip;
-$pkgname.sh)
-sha256sums=('af084206cb134c50cd52e93cd7abb056e55488a8712d247af0d8a60234cdd43a'
-'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 'Configuring paths...'
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 'Packaging application...'
-  mkdir -p $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  msg2 'Packaging wrapper scripts...'
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  msg2 'Packaging icons...'
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  msg2 'Packaging profile.d script...'
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-
-  msg2 'Packaging license...'
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  msg2 'Cleaning up...'
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  cd $srcdir/grails-$pkgver
-
-  msg2 'Packaging documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  cp -r doc $pkgdir/usr/share/doc/grails-$pkgver
-  mkdir -p $pkgdir/usr/share/grails
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 95701, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 18:52:08 UTC (rev 95702)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.2.3
+pkgrel=2
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/$pkgname-$pkgver.zip;
+$pkgname.sh)
+sha256sums=('af084206cb134c50cd52e93cd7abb056e55488a8712d247af0d8a60234cdd43a'
+'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # configure paths
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash' 'sh')
+  cd $pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  # icons
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
+  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+
+  # clean up
+  cd $pkgdir/usr/share/$pkgname
+  rm -rf doc INSTALL LICENSE README
+  find $pkgdir/usr/share -name *.bat -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  cd 

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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 21:26:40
  Author: eric
Revision: 193077

upgpkg: nvidia-lts 325.15-2

Rebuild against linux-lts 3.0.91

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 15:25:36 UTC (rev 193076)
+++ PKGBUILD2013-08-15 19:26:40 UTC (rev 193077)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=325.15
 _extramodules=extramodules-3.0-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 21:27:01
  Author: eric
Revision: 193078

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 193077, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 193077, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 193077, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 193077, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia-lts.install   |   15 +++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia-lts.install |   15 +++
 4 files changed, 122 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 193077, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-15 19:27:01 UTC (rev 193078)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 193077, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2013-08-15 19:27:01 UTC (rev 193078)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 193077, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-15 19:27:01 UTC (rev 193078)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=325.15
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make 

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 21:46:05
  Author: arodseth
Revision: 95703

Still fails to build at the latest revision

Modified:
  gigi/trunk/PKGBUILD

--+
 PKGBUILD |   43 ---
 1 file changed, 12 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 18:52:08 UTC (rev 95702)
+++ PKGBUILD2013-08-15 19:46:05 UTC (rev 95703)
@@ -6,7 +6,7 @@
 # Contributor: Manuel Gaul inka...@hotmail.com
 
 pkgname=gigi
-pkgver=6141
+pkgver=6337
 pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141;)
 # 5780 # 5407
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6337;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,56 +25,37 @@
   svnversion | tr -d [A-z]
 }
 
-build() {
-  cd $srcdir/$pkgname
+prepare() {
+  cd $pkgname
 
-  msg2 'Configuring...'
   setconf cmake/GiGiOgre.pc.in prefix /usr
   setconf cmake/GiGi.pc.in prefix /usr
   setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
+}
+
+build() {
+  cd $pkgname
+
   cmake \
 -D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
 -D BUILD_TUTORIALS=OFF \
 -D CPACK_GENERATOR=GiGiDevel \
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+-D BOOST_SIGNALS_NO_DEPRECATION_WARNING=1 \
 .
-
-  #msg2 'Building documentation...'
-  #cd doc
-  #doxygen
-  #cd ..
-
-  msg2 'Compiling...'
   make -j1
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $pkgname
 
-  msg2 'Packaging files...'
   make install
-
-  msg2 'Moving files to the right location...'
   mv -v $srcdir/pkg/usr $pkgdir/
 
-  #msg2 'Fixing documentation...'
-  #mkdir -p $pkgdir/usr/share/doc
-  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-  #  sed -i s:$srcdir:/:g $f
-  #done
-
-  msg2 'Python 3 fix...'
+  # python3 fix
   for f in `find $pkgdir/usr -name *.py`; do
 sed -i s:/env python:/python3:g $f
   done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 21:48:28
  Author: eric
Revision: 193080

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

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

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   18 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   18 
 4 files changed, 126 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 193079, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-15 19:48:28 UTC (rev 193080)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.10-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.10' 'linux3.11' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.10' 'linux-headers3.11')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 193079, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-08-15 19:48:28 UTC (rev 193080)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 193079, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-15 19:48:28 UTC (rev 193080)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.10-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.10' 'linux3.11' nvidia-libgl nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.10' 'linux-headers3.11')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}

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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 21:48:07
  Author: eric
Revision: 193079

upgpkg: nvidia 325.15-3

Rebuild against linux 3.10.7

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 19:27:01 UTC (rev 193078)
+++ PKGBUILD2013-08-15 19:48:07 UTC (rev 193079)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=325.15
 _extramodules=extramodules-3.10-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 21:52:29
  Author: arodseth
Revision: 95704

Trying a different revision

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 19:46:05 UTC (rev 95703)
+++ PKGBUILD2013-08-15 19:52:29 UTC (rev 95704)
@@ -6,7 +6,7 @@
 # Contributor: Manuel Gaul inka...@hotmail.com
 
 pkgname=gigi
-pkgver=6337
+pkgver=6313
 pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6337;)
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6313;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -41,7 +41,6 @@
 -D BUILD_TUTORIALS=OFF \
 -D CPACK_GENERATOR=GiGiDevel \
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
--D BOOST_SIGNALS_NO_DEPRECATION_WARNING=1 \
 .
   make -j1
 }



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:04:18
  Author: arodseth
Revision: 95706

Doesn't build

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 20:01:15 UTC (rev 95705)
+++ PKGBUILD2013-08-15 20:04:18 UTC (rev 95706)
@@ -16,7 +16,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6313;)
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
 sha256sums=('SKIP')
 
 pkgver() {



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:16:47
  Author: arodseth
Revision: 95707

Rebuild because of deps

Modified:
  nemiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 20:04:18 UTC (rev 95706)
+++ PKGBUILD2013-08-15 20:16:47 UTC (rev 95707)
@@ -4,7 +4,7 @@
 
 pkgname=nemiver
 pkgver=0.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc='C/C++ debugger for GNOME'
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -17,7 +17,7 @@
 sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
 
 build() {  
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:25:40
  Author: arodseth
Revision: 95708

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

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

--+
 /PKGBUILD|   84 +
 /nemiver.install |   28 
 community-i686/PKGBUILD  |   42 --
 community-i686/nemiver.install   |   14 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/nemiver.install |   14 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 20:16:47 UTC (rev 95707)
+++ community-i686/PKGBUILD 2013-08-15 20:25:40 UTC (rev 95708)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=4
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install=$pkgname.install
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool')
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
-options=('!libtool' '!emptydirs')
-sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
-
-build() {  
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---with-boost \
---disable-scrollkeeper \
---enable-symsvis=yes \
---enable-memoryview=yes \
---enable-gsettings=yes \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 95707, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 20:25:40 UTC (rev 95708)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=5
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {  
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2013-08-15 20:16:47 UTC (rev 95707)
+++ community-i686/nemiver.install  2013-08-15 20:25:40 UTC (rev 95708)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 95707, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install  (rev 0)
+++ community-i686/nemiver.install  2013-08-15 20:25:40 UTC (rev 95708)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 22:38:09
  Author: eric
Revision: 193081

upgpkg: libmng 2.0.2-1

Upstream update, Add lcms2 support

Modified:
  libmng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 19:48:28 UTC (rev 193080)
+++ PKGBUILD2013-08-15 20:38:09 UTC (rev 193081)
@@ -2,29 +2,26 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=libmng
-pkgver=1.0.10
-pkgrel=4
+pkgver=2.0.2
+pkgrel=1
 pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
 arch=('i686' 'x86_64')
 url=http://www.libmng.com/;
 license=('custom')
-depends=('zlib' 'libjpeg')
+depends=('lcms2')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('eaf1476a3bb29f6190bca660e6abef16')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's/AM_C_PROTOTYPES//' makefiles/configure.in
-  ln -s makefiles/configure.in .
-  ln -s makefiles/Makefile.am .
-  autoreconf --force --install
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 22:38:57
  Author: eric
Revision: 193082

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

Added:
  libmng/repos/staging-i686/
  libmng/repos/staging-x86_64/
  libmng/repos/staging-x86_64/PKGBUILD
(from rev 193081, libmng/trunk/PKGBUILD)

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

Copied: libmng/repos/staging-x86_64/PKGBUILD (from rev 193081, 
libmng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-15 20:38:57 UTC (rev 193082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
+arch=('i686' 'x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('lcms2')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in libmng/repos/staging-i686 (PKGBUILD)

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 22:39:45
  Author: eric
Revision: 193083

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

Added:
  libmng/repos/staging-i686/PKGBUILD
(from rev 193082, libmng/trunk/PKGBUILD)

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

Copied: libmng/repos/staging-i686/PKGBUILD (from rev 193082, 
libmng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 20:39:45 UTC (rev 193083)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
+arch=('i686' 'x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('lcms2')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in libmng/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2013-08-15 Thread Eric Bélanger
Date: Thursday, August 15, 2013 @ 22:40:30
  Author: eric
Revision: 193084

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

Added:
  libmng/repos/staging-x86_64/PKGBUILD
(from rev 193083, libmng/trunk/PKGBUILD)
Deleted:
  libmng/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-15 20:39:45 UTC (rev 193083)
+++ PKGBUILD2013-08-15 20:40:30 UTC (rev 193084)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=1
-pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
-arch=('i686' 'x86_64')
-url=http://www.libmng.com/;
-license=('custom')
-depends=('lcms2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libmng/repos/staging-x86_64/PKGBUILD (from rev 193083, 
libmng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-15 20:40:30 UTC (rev 193084)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=A collection of routines used to create and manipulate MNG format 
graphics files
+arch=('i686' 'x86_64')
+url=http://www.libmng.com/;
+license=('custom')
+depends=('lcms2')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:52:14
  Author: arodseth
Revision: 95709

upgpkg: processing 2.0.2-1

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 20:25:40 UTC (rev 95708)
+++ PKGBUILD2013-08-15 20:52:14 UTC (rev 95709)
@@ -2,10 +2,10 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=processing
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 arch=('x86_64' 'i686')
-pkgdesc='Programming language and environment for creating images, animations 
and interactions'
+pkgdesc='Programming environment for creating images, animations and 
interactions'
 url='http://www.processing.org/'
 license=('GPL' 'LGPL')
 depends=('libgl' 'sh' 'libxxf86vm')
@@ -15,23 +15,21 @@
 if [ $CARCH == x86_64 ]; then
   source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('cd1c723e3521b679b8e36d4f04718adcf515d759cb69fc9dfe9020e1a1b2ad1b'
+  
sha256sums=('78cbe5d855bc8eeead821513bc345440988d2954b4ef23264edf234a21b41f12'
 '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 else
   source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('99c3e49d235a70c59da3f032c59ca5271177b076aa8f2bff1735a14b7c4adfec'
+  
sha256sums=('7ae2abf81bbaaa2aad7498a7c85da14a7df48329383c0159d2611b02d306b47f'
 '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
 fi
 
 prepare() {
-  cd $srcdir
-
   gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   
   install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
   cp -r * $pkgdir/usr/share/$pkgname/



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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:52:28
  Author: arodseth
Revision: 95710

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 20:52:14 UTC (rev 95709)
+++ community-i686/PKGBUILD 2013-08-15 20:52:28 UTC (rev 95710)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0.1
-pkgrel=2
-arch=('x86_64' 'i686')
-pkgdesc='Programming language and environment for creating images, animations 
and interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'sh' 'libxxf86vm')
-makedepends=('gendesk')
-options=(!strip)
-
-if [ $CARCH == x86_64 ]; then
-  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('cd1c723e3521b679b8e36d4f04718adcf515d759cb69fc9dfe9020e1a1b2ad1b'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('99c3e49d235a70c59da3f032c59ca5271177b076aa8f2bff1735a14b7c4adfec'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
-
-prepare() {
-  cd $srcdir
-
-  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
-  cp -r * $pkgdir/usr/share/$pkgname/
-  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 95709, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 20:52:28 UTC (rev 95710)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=processing
+pkgver=2.0.2
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'sh' 'libxxf86vm')
+makedepends=('gendesk')
+options=(!strip)
+
+if [ $CARCH == x86_64 ]; then
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('78cbe5d855bc8eeead821513bc345440988d2954b4ef23264edf234a21b41f12'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+else
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('7ae2abf81bbaaa2aad7498a7c85da14a7df48329383c0159d2611b02d306b47f'
+'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+fi
+
+prepare() {
+  gendesk --pkgname=$pkgname --pkgdesc=$pkgdesc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  install -d $pkgdir/usr/share/$pkgname/ $pkgdir/usr/bin/
+  cp -r * $pkgdir/usr/share/$pkgname/
+  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-15 20:52:14 UTC (rev 95709)
+++ community-x86_64/PKGBUILD   2013-08-15 20:52:28 UTC (rev 95710)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.0.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming language and environment for creating 

  1   2   >