[arch-commits] Commit in bluedevil/repos/extra-x86_64 (4 files)

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:16:52
  Author: andrea
Revision: 202646

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202645, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 202645, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

---+
 PKGBUILD  |   71 
 bluedevil.install |   24 -
 2 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:16:39 UTC (rev 202645)
+++ PKGBUILD2013-12-23 08:16:52 UTC (rev 202646)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('7137a6dae1e860c91ea266546e6bfd39')
-
-prepare() {
-  mkdir build
-
-  # Fix build
-  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 202645, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:16:52 UTC (rev 202646)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2013-12-23 08:16:39 UTC (rev 202645)
+++ bluedevil.install   2013-12-23 08:16:52 UTC (rev 202646)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-x86_64/bluedevil.install (from rev 202645, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2013-12-23 08:16:52 UTC (rev 202646)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:16:39
  Author: andrea
Revision: 202645

new tarball that includes the sed fix

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 07:54:42 UTC (rev 202644)
+++ PKGBUILD2013-12-23 08:16:39 UTC (rev 202645)
@@ -14,13 +14,10 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('7137a6dae1e860c91ea266546e6bfd39')
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
 
 prepare() {
   mkdir build
-
-  # Fix build
-  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
 }
 
 build(){



[arch-commits] Commit in bluedevil/repos/extra-i686 (4 files)

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:17:04
  Author: andrea
Revision: 202647

archrelease: copy trunk to extra-i686

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 202646, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 202646, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/repos/extra-i686/bluedevil.install

---+
 PKGBUILD  |   71 
 bluedevil.install |   24 -
 2 files changed, 46 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:16:52 UTC (rev 202646)
+++ PKGBUILD2013-12-23 08:17:04 UTC (rev 202647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=bluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=1
-epoch=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/extragear/base/bluedevil;
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
-md5sums=('7137a6dae1e860c91ea266546e6bfd39')
-
-prepare() {
-  mkdir build
-
-  # Fix build
-  sed -i 's/bluedevilaction//' ${pkgname}-${_pkgver}/src/wizard/CMakeLists.txt
-}
-
-build(){
-  cd build
-  cmake ../${pkgname}-${_pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 202646, 
bluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:17:04 UTC (rev 202647)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=1
+epoch=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: bluedevil.install
===
--- bluedevil.install   2013-12-23 08:16:52 UTC (rev 202646)
+++ bluedevil.install   2013-12-23 08:17:04 UTC (rev 202647)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 202646, 
bluedevil/trunk/bluedevil.install)
===
--- bluedevil.install   (rev 0)
+++ bluedevil.install   2013-12-23 08:17:04 UTC (rev 202647)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:19:56
  Author: andrea
Revision: 202648

the tarball has been fixed

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 08:17:04 UTC (rev 202647)
+++ PKGBUILD2013-12-23 08:19:56 UTC (rev 202648)
@@ -12,9 +12,9 @@
 url=https://projects.kde.org/projects/playground/libs/libbluedevil;
 license=('GPL')
 depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
-md5sums=('SKIP')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('3883a20334ed210fb46077ebea163c0a')
 
 prepare() {
   mkdir build
@@ -22,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${_pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4



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

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:20:05
  Author: andrea
Revision: 202649

archrelease: copy trunk to extra-i686

Added:
  libbluedevil/repos/extra-i686/PKGBUILD
(from rev 202648, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:19:56 UTC (rev 202648)
+++ PKGBUILD2013-12-23 08:20:05 UTC (rev 202649)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 202648, 
libbluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:20:05 UTC (rev 202649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('3883a20334ed210fb46077ebea163c0a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-23 Thread Andrea Scarpino
Date: Monday, December 23, 2013 @ 09:20:14
  Author: andrea
Revision: 202650

archrelease: copy trunk to extra-x86_64

Added:
  libbluedevil/repos/extra-x86_64/PKGBUILD
(from rev 202649, libbluedevil/trunk/PKGBUILD)
Deleted:
  libbluedevil/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 08:20:05 UTC (rev 202649)
+++ PKGBUILD2013-12-23 08:20:14 UTC (rev 202650)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
-epoch=1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/libs/libbluedevil;
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=(git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 202649, 
libbluedevil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 08:20:14 UTC (rev 202650)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0rc1
+_pkgver=2.0-rc1
+pkgrel=2
+epoch=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake')
+source=(http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz;)
+md5sums=('3883a20334ed210fb46077ebea163c0a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${_pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-23 Thread Evangelos Foutras
Date: Monday, December 23, 2013 @ 09:42:02
  Author: foutrelis
Revision: 202652

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

Added:
  slim/repos/extra-i686/PKGBUILD
(from rev 202651, slim/trunk/PKGBUILD)
  slim/repos/extra-i686/slim-1.3.6-add-sessiondir.patch
(from rev 202651, slim/trunk/slim-1.3.6-add-sessiondir.patch)
  slim/repos/extra-i686/slim-1.3.6-fix-libslim-libraries.patch
(from rev 202651, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/extra-i686/slim.logrotate
(from rev 202651, slim/trunk/slim.logrotate)
  slim/repos/extra-i686/slim.pam
(from rev 202651, slim/trunk/slim.pam)
  slim/repos/extra-x86_64/PKGBUILD
(from rev 202651, slim/trunk/PKGBUILD)
  slim/repos/extra-x86_64/slim-1.3.6-add-sessiondir.patch
(from rev 202651, slim/trunk/slim-1.3.6-add-sessiondir.patch)
  slim/repos/extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch
(from rev 202651, slim/trunk/slim-1.3.6-fix-libslim-libraries.patch)
  slim/repos/extra-x86_64/slim.logrotate
(from rev 202651, slim/trunk/slim.logrotate)
  slim/repos/extra-x86_64/slim.pam
(from rev 202651, slim/trunk/slim.pam)
Deleted:
  slim/repos/extra-i686/PKGBUILD
  slim/repos/extra-i686/slim-1.3.6-add-sessiondir.patch
  slim/repos/extra-i686/slim-1.3.6-fix-libslim-libraries.patch
  slim/repos/extra-i686/slim.logrotate
  slim/repos/extra-i686/slim.pam
  slim/repos/extra-x86_64/PKGBUILD
  slim/repos/extra-x86_64/slim-1.3.6-add-sessiondir.patch
  slim/repos/extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch
  slim/repos/extra-x86_64/slim.logrotate
  slim/repos/extra-x86_64/slim.pam

-+
 /PKGBUILD   |  134 ++
 /slim-1.3.6-add-sessiondir.patch|   56 +++
 /slim-1.3.6-fix-libslim-libraries.patch |   40 +
 /slim.logrotate |   18 ++
 /slim.pam   |   14 +
 extra-i686/PKGBUILD |   65 
 extra-i686/slim-1.3.6-add-sessiondir.patch  |   28 ---
 extra-i686/slim-1.3.6-fix-libslim-libraries.patch   |   20 --
 extra-i686/slim.logrotate   |9 -
 extra-i686/slim.pam |7 
 extra-x86_64/PKGBUILD   |   65 
 extra-x86_64/slim-1.3.6-add-sessiondir.patch|   28 ---
 extra-x86_64/slim-1.3.6-fix-libslim-libraries.patch |   20 --
 extra-x86_64/slim.logrotate |9 -
 extra-x86_64/slim.pam   |7 
 15 files changed, 262 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 08:41:45 UTC (rev 202651)
+++ extra-i686/PKGBUILD 2013-12-23 08:42:02 UTC (rev 202652)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Hugo Ideler hugoide...@dse.nl
-
-pkgname=slim
-pkgver=1.3.6
-pkgrel=2
-pkgdesc=Desktop-independent graphical login manager for X11
-arch=('i686' 'x86_64')
-url=http://slim.berlios.de/;
-license=('GPL2')
-depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth')
-makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
-slim-1.3.6-fix-libslim-libraries.patch
-slim-1.3.6-add-sessiondir.patch
-slim.pam
-slim.logrotate)
-sha256sums=('21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df'
-'3dfa697f8c058390c7e02e7aba769475057ef8ddde945dc43b8cb7f9724dbda0'
-'0dffd53a69eb9033a67fad964df6fc150ee7a483e29d8eb8b559010fbd14e5fd'
-'b9a77a614c451287b574c33d41e28b5b149c6d2464bdb3a5274799842bca51a4'
-'5bf44748b5003f2332d8b268060c400120b9100d033fa9d35468670d827f6def')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix installation path of slim.service
-  sed -i 's|set(LIBDIR /lib)|set(LIBDIR /usr/lib)|' CMakeLists.txt
-
-  patch -Np1 -i $srcdir/slim-1.3.6-fix-libslim-libraries.patch
-  patch -Np1 -i $srcdir/slim-1.3.6-add-sessiondir.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DUSE_PAM=yes \
--DUSE_CONSOLEKIT=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/slim.pam $pkgdir/etc/pam.d/slim
-  install -Dm644 $srcdir/slim.logrotate $pkgdir/etc/logrotate.d/slim
-
-  # Provide sane defaults
-  sed -i -e 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' \
- -e 

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

2013-12-23 Thread Evangelos Foutras
Date: Monday, December 23, 2013 @ 09:41:45
  Author: foutrelis
Revision: 202651

upgpkg: slim 1.3.6-3

Include /etc/slimlock.conf in the package.

Modified:
  slim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 08:20:14 UTC (rev 202650)
+++ PKGBUILD2013-12-23 08:41:45 UTC (rev 202651)
@@ -7,7 +7,7 @@
 
 pkgname=slim
 pkgver=1.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Desktop-independent graphical login manager for X11
 arch=('i686' 'x86_64')
 url=http://slim.berlios.de/;
@@ -14,7 +14,8 @@
 license=('GPL2')
 depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth')
 makedepends=('cmake' 'freeglut')
-backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim')
+backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim'
+'etc/slimlock.conf')
 source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz
 slim-1.3.6-fix-libslim-libraries.patch
 slim-1.3.6-add-sessiondir.patch
@@ -55,6 +56,7 @@
 
   install -Dm644 $srcdir/slim.pam $pkgdir/etc/pam.d/slim
   install -Dm644 $srcdir/slim.logrotate $pkgdir/etc/logrotate.d/slim
+  install -Dm644 slimlock.conf $pkgdir/etc/slimlock.conf
 
   # Provide sane defaults
   sed -i -e 's|#xserver_arguments.*|xserver_arguments -nolisten tcp vt07|' \



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

2013-12-23 Thread Bartłomiej Piotrowski
Date: Monday, December 23, 2013 @ 10:31:18
  Author: bpiotrowski
Revision: 102877

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

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

--+
 /PKGBUILD|  110 +
 /mpv.install |   24 
 community-i686/PKGBUILD  |   54 
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   54 
 community-x86_64/mpv.install |   12 
 6 files changed, 134 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 09:31:04 UTC (rev 102876)
+++ community-i686/PKGBUILD 2013-12-23 09:31:18 UTC (rev 102877)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.2.4
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
-)
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 102876, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 09:31:18 UTC (rev 102877)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.2.4
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua'
+)
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('465e99ed24478f3a2afe5ae1c4fdd7f4')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick \
+--enable-wayland \
+--disable-lirc \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-12-23 09:31:04 UTC (rev 102876)
+++ community-i686/mpv.install  2013-12-23 09:31:18 UTC (rev 102877)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-

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

2013-12-23 Thread Bartłomiej Piotrowski
Date: Monday, December 23, 2013 @ 10:31:04
  Author: bpiotrowski
Revision: 102876

upgpkg: mpv 0.2.4-2

- enable joystick input (FS#38239)
- enable wayland output

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 07:43:29 UTC (rev 102875)
+++ PKGBUILD2013-12-23 09:31:04 UTC (rev 102876)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -28,8 +28,9 @@
 
   ./configure --prefix=/usr \
 --confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
+--enable-joystick \
+--enable-wayland \
+--disable-lirc \
 --disable-radio \
 --disable-radio-capture \
 --disable-radio-v4l2 \



[arch-commits] Commit in linuxtv-dvb-apps/trunk (PKGBUILD)

2013-12-23 Thread Balló György
Date: Monday, December 23, 2013 @ 11:19:50
  Author: bgyorgy
Revision: 102878

upgpkg: linuxtv-dvb-apps 1504-1

Update to version 1504, remove conflict with xbase (FS#37862)

Modified:
  linuxtv-dvb-apps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 09:31:18 UTC (rev 102877)
+++ PKGBUILD2013-12-23 10:19:50 UTC (rev 102878)
@@ -4,29 +4,37 @@
 # Contributor: Camille Moncelier p...@devlife.org
 
 pkgname=linuxtv-dvb-apps
-pkgver=1486
+pkgver=1504
 pkgrel=1
-_hgrev=3fc7dfa68484
-pkgdesc='Viewer programs for DVB cards'
+_hgrev=d40083fff895
+pkgdesc='Linux DVB API applications and utilities'
 arch=('i686' 'x86_64')
 url='http://www.linuxtv.org/'
 license=('GPL')
-source=(http://linuxtv.org/hg/dvb-apps/archive/$_hgrev.tar.bz2;)
-sha256sums=('60cfd45fe7417a4445a7814ce6e645ddaad0f8e934015c09d53eb93c8739b35a')
+depends=('glibc')
+makedepends=('mercurial')
+source=(hg+http://linuxtv.org/hg/dvb-apps/#revision=$_hgrev;)
+sha256sums=('SKIP')
 
-build() {
-  cd dvb-apps-$_hgrev
-  rm -rf include
+pkgver() {
+  cd dvb-apps
+  echo $(hg identify -n)
+}
 
-  make -C lib
-  make -C util
+prepare() {
+  cd dvb-apps
+  # Fix build
+  sed -i '/$(sharedir)\/dvb\//d' util/scan/Makefile
 }
 
+build() {
+  cd dvb-apps
+  make
+}
+
 package() {
-  cd dvb-apps-$_hgrev
-
-  make -C lib DESTDIR=$pkgdir install
-  make -C util DESTDIR=$pkgdir install
-
-  chmod 755 $pkgdir/usr/lib/*.so*
+  cd dvb-apps
+  make DESTDIR=$pkgdir install
+  # Remove conflict with xbase (FS#37862)
+  mv $pkgdir/usr/bin/{zap,dvbzap}
 }



[arch-commits] Commit in linuxtv-dvb-apps/repos (4 files)

2013-12-23 Thread Balló György
Date: Monday, December 23, 2013 @ 11:19:57
  Author: bgyorgy
Revision: 102879

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

Added:
  linuxtv-dvb-apps/repos/community-i686/PKGBUILD
(from rev 102878, linuxtv-dvb-apps/trunk/PKGBUILD)
  linuxtv-dvb-apps/repos/community-x86_64/PKGBUILD
(from rev 102878, linuxtv-dvb-apps/trunk/PKGBUILD)
Deleted:
  linuxtv-dvb-apps/repos/community-i686/PKGBUILD
  linuxtv-dvb-apps/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 10:19:50 UTC (rev 102878)
+++ community-i686/PKGBUILD 2013-12-23 10:19:57 UTC (rev 102879)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=linuxtv-dvb-apps
-pkgver=1486
-pkgrel=1
-_hgrev=3fc7dfa68484
-pkgdesc='Viewer programs for DVB cards'
-arch=('i686' 'x86_64')
-url='http://www.linuxtv.org/'
-license=('GPL')
-source=(http://linuxtv.org/hg/dvb-apps/archive/$_hgrev.tar.bz2;)
-sha256sums=('60cfd45fe7417a4445a7814ce6e645ddaad0f8e934015c09d53eb93c8739b35a')
-
-build() {
-  cd dvb-apps-$_hgrev
-  rm -rf include
-
-  make -C lib
-  make -C util
-}
-
-package() {
-  cd dvb-apps-$_hgrev
-
-  make -C lib DESTDIR=$pkgdir install
-  make -C util DESTDIR=$pkgdir install
-
-  chmod 755 $pkgdir/usr/lib/*.so*
-}

Copied: linuxtv-dvb-apps/repos/community-i686/PKGBUILD (from rev 102878, 
linuxtv-dvb-apps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 10:19:57 UTC (rev 102879)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=linuxtv-dvb-apps
+pkgver=1504
+pkgrel=1
+_hgrev=d40083fff895
+pkgdesc='Linux DVB API applications and utilities'
+arch=('i686' 'x86_64')
+url='http://www.linuxtv.org/'
+license=('GPL')
+depends=('glibc')
+makedepends=('mercurial')
+source=(hg+http://linuxtv.org/hg/dvb-apps/#revision=$_hgrev;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dvb-apps
+  echo $(hg identify -n)
+}
+
+prepare() {
+  cd dvb-apps
+  # Fix build
+  sed -i '/$(sharedir)\/dvb\//d' util/scan/Makefile
+}
+
+build() {
+  cd dvb-apps
+  make
+}
+
+package() {
+  cd dvb-apps
+  make DESTDIR=$pkgdir install
+  # Remove conflict with xbase (FS#37862)
+  mv $pkgdir/usr/bin/{zap,dvbzap}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-23 10:19:50 UTC (rev 102878)
+++ community-x86_64/PKGBUILD   2013-12-23 10:19:57 UTC (rev 102879)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=linuxtv-dvb-apps
-pkgver=1486
-pkgrel=1
-_hgrev=3fc7dfa68484
-pkgdesc='Viewer programs for DVB cards'
-arch=('i686' 'x86_64')
-url='http://www.linuxtv.org/'
-license=('GPL')
-source=(http://linuxtv.org/hg/dvb-apps/archive/$_hgrev.tar.bz2;)
-sha256sums=('60cfd45fe7417a4445a7814ce6e645ddaad0f8e934015c09d53eb93c8739b35a')
-
-build() {
-  cd dvb-apps-$_hgrev
-  rm -rf include
-
-  make -C lib
-  make -C util
-}
-
-package() {
-  cd dvb-apps-$_hgrev
-
-  make -C lib DESTDIR=$pkgdir install
-  make -C util DESTDIR=$pkgdir install
-
-  chmod 755 $pkgdir/usr/lib/*.so*
-}

Copied: linuxtv-dvb-apps/repos/community-x86_64/PKGBUILD (from rev 102878, 
linuxtv-dvb-apps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-23 10:19:57 UTC (rev 102879)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=linuxtv-dvb-apps
+pkgver=1504
+pkgrel=1
+_hgrev=d40083fff895
+pkgdesc='Linux DVB API applications and utilities'
+arch=('i686' 'x86_64')
+url='http://www.linuxtv.org/'
+license=('GPL')
+depends=('glibc')
+makedepends=('mercurial')
+source=(hg+http://linuxtv.org/hg/dvb-apps/#revision=$_hgrev;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dvb-apps
+  echo $(hg identify -n)
+}
+
+prepare() {
+  cd dvb-apps
+  # Fix build
+  sed -i '/$(sharedir)\/dvb\//d' util/scan/Makefile
+}
+
+build() {
+  cd dvb-apps
+  make
+}
+
+package() {
+  cd 

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

2013-12-23 Thread Florian Pritz
Date: Monday, December 23, 2013 @ 11:33:23
  Author: bluewind
Revision: 102880

upgpkg: vimpager 1.8.3-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 10:19:57 UTC (rev 102879)
+++ PKGBUILD2013-12-23 10:33:23 UTC (rev 102880)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vimpager
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
@@ -14,7 +14,7 @@
 backup=(etc/vimpagerrc)
 
source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
license.txt)
-md5sums=('78ec2fee90d0c33247ef2ee95452b4aa'
+md5sums=('ae9cfe8126c78af8fd76ac47a5846ff3'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 build() {



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

2013-12-23 Thread Florian Pritz
Date: Monday, December 23, 2013 @ 11:33:27
  Author: bluewind
Revision: 102881

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 102880, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 102880, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   74 +++
 license.txt |  574 +-
 2 files changed, 324 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 10:33:23 UTC (rev 102880)
+++ PKGBUILD2013-12-23 10:33:27 UTC (rev 102881)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=1.8.2
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:vim')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
-   license.txt)
-md5sums=('78ec2fee90d0c33247ef2ee95452b4aa'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-build() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 102880, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 10:33:27 UTC (rev 102881)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:vim')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
+   license.txt)
+md5sums=('ae9cfe8126c78af8fd76ac47a5846ff3'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+build() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2013-12-23 10:33:23 UTC (rev 102880)
+++ license.txt 2013-12-23 10:33:27 UTC (rev 102881)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) 

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

2013-12-23 Thread Balló György
Date: Monday, December 23, 2013 @ 11:36:15
  Author: bgyorgy
Revision: 102883

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

Added:
  packagekit/repos/community-i686/PKGBUILD
(from rev 102882, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-i686/adopt.patch
(from rev 102882, packagekit/trunk/adopt.patch)
  packagekit/repos/community-i686/alpm.patch
(from rev 102882, packagekit/trunk/alpm.patch)
  packagekit/repos/community-i686/libarchive.patch
(from rev 102882, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-i686/packagekit.install
(from rev 102882, packagekit/trunk/packagekit.install)
  packagekit/repos/community-x86_64/PKGBUILD
(from rev 102882, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-x86_64/adopt.patch
(from rev 102882, packagekit/trunk/adopt.patch)
  packagekit/repos/community-x86_64/alpm.patch
(from rev 102882, packagekit/trunk/alpm.patch)
  packagekit/repos/community-x86_64/libarchive.patch
(from rev 102882, packagekit/trunk/libarchive.patch)
  packagekit/repos/community-x86_64/packagekit.install
(from rev 102882, packagekit/trunk/packagekit.install)
Deleted:
  packagekit/repos/community-i686/PKGBUILD
  packagekit/repos/community-i686/adopt.patch
  packagekit/repos/community-i686/alpm.patch
  packagekit/repos/community-i686/libarchive.patch
  packagekit/repos/community-i686/packagekit.install
  packagekit/repos/community-x86_64/PKGBUILD
  packagekit/repos/community-x86_64/adopt.patch
  packagekit/repos/community-x86_64/alpm.patch
  packagekit/repos/community-x86_64/libarchive.patch
  packagekit/repos/community-x86_64/packagekit.install

-+
 /PKGBUILD   |  216 ++
 /adopt.patch|   26 
 /alpm.patch | 3242 ++
 /libarchive.patch   |   78 
 /packagekit.install |   22 
 community-i686/PKGBUILD |  104 -
 community-i686/adopt.patch  |   13 
 community-i686/alpm.patch   | 1621 -
 community-i686/libarchive.patch |   39 
 community-i686/packagekit.install   |   11 
 community-x86_64/PKGBUILD   |  104 -
 community-x86_64/adopt.patch|   13 
 community-x86_64/alpm.patch | 1621 -
 community-x86_64/libarchive.patch   |   39 
 community-x86_64/packagekit.install |   11 
 15 files changed, 3584 insertions(+), 3576 deletions(-)

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


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

2013-12-23 Thread Balló György
Date: Monday, December 23, 2013 @ 11:36:05
  Author: bgyorgy
Revision: 102882

upgpkg: packagekit 0.7.6-11

Signing rebuild

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 10:33:27 UTC (rev 102881)
+++ PKGBUILD2013-12-23 10:36:05 UTC (rev 102882)
@@ -3,7 +3,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'packagekit-qt2' 'python2-packagekit')
 pkgver=0.7.6
-pkgrel=10
+pkgrel=11
 pkgdesc=A system designed to make installation and updates of packages 
easier.
 arch=('i686' 'x86_64')
 url=http://www.packagekit.org;
@@ -20,7 +20,7 @@
'c7f6da04f5b8f09e6d884ae4f480c064eae10de1d2528bf14d2f55b34e472c23'
'0d3798c8992afdc0930aa271b3e44deb55c046ab4adee25b4ec4c33bcdd950e2')
 
-build() {
+prepare() {
   cd $srcdir/PackageKit-$pkgver
 
   sed -i 's@SUBDIRS = test@SUBDIRS =@' 'backends/Makefile.in'
@@ -31,7 +31,11 @@
   patch -Np1 -i $srcdir/alpm.patch
   patch -Np1 -i $srcdir/libarchive.patch
   sed -i 's@sbin_PROGRAMS@bin_PROGRAMS@' 'contrib/device-rebind/Makefile.am'
+}
 
+build() {
+  cd $srcdir/PackageKit-$pkgver
+
   export PYTHON=/usr/bin/python2
   ./autogen.sh --prefix=/usr \
   --sysconfdir=/etc \



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 13:44:42
  Author: spupykin
Revision: 102884

upgpkg: firefox-noscript 2.6.8.7-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 10:36:15 UTC (rev 102883)
+++ PKGBUILD2013-12-23 12:44:42 UTC (rev 102884)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.5
+pkgver=2.6.8.7
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('cef9d5060b1c1931028e802a251a820d')
+md5sums=('c72f41dbf76275b6626d0e62fa33d3a6')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 13:45:26
  Author: spupykin
Revision: 102887

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 12:45:03 UTC (rev 102886)
+++ community-i686/PKGBUILD 2013-12-23 12:45:26 UTC (rev 102887)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
-
-pkgname=uriparser
-pkgver=0.7.8
-pkgrel=2
-pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
-url=http://sourceforge.net/projects/uriparser/;
-depends=()
-makedepends=(doxygen graphviz)
-arch=('i686' 'x86_64')
-license=(custom)
-source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('1ff590e25e8d9f5eaaa409c741fc387b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
-  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: uriparser/repos/community-i686/PKGBUILD (from rev 102886, 
uriparser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 12:45:26 UTC (rev 102887)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
+
+pkgname=uriparser
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
+url=http://sourceforge.net/projects/uriparser/;
+depends=()
+makedepends=(doxygen graphviz)
+arch=('i686' 'x86_64')
+license=(custom)
+source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
+md5sums=('77601f52ab91c0e100fc5d783d9c1ee5')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
+  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-23 12:45:03 UTC (rev 102886)
+++ community-x86_64/PKGBUILD   2013-12-23 12:45:26 UTC (rev 102887)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
-
-pkgname=uriparser
-pkgver=0.7.8
-pkgrel=2
-pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
-url=http://sourceforge.net/projects/uriparser/;
-depends=()
-makedepends=(doxygen graphviz)
-arch=('i686' 'x86_64')
-license=(custom)
-source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('1ff590e25e8d9f5eaaa409c741fc387b')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
-  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 102886, 
uriparser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-23 12:45:26 UTC (rev 102887)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
+
+pkgname=uriparser
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode

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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 13:44:58
  Author: spupykin
Revision: 102885

archrelease: copy trunk to community-any

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

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

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

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



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 13:45:03
  Author: spupykin
Revision: 102886

upgpkg: uriparser 0.8.0-1

upd

Modified:
  uriparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 12:44:58 UTC (rev 102885)
+++ PKGBUILD2013-12-23 12:45:03 UTC (rev 102886)
@@ -3,8 +3,8 @@
 # Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
 
 pkgname=uriparser
-pkgver=0.7.8
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
 url=http://sourceforge.net/projects/uriparser/;
 depends=()
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 license=(custom)
 
source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('1ff590e25e8d9f5eaaa409c741fc387b')
+md5sums=('77601f52ab91c0e100fc5d783d9c1ee5')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 14:27:44
  Author: spupykin
Revision: 102888

upgpkg: notion 20131223-1

upd

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 12:45:26 UTC (rev 102887)
+++ PKGBUILD2013-12-23 13:27:44 UTC (rev 102888)
@@ -4,8 +4,8 @@
 # Contributor: aunoor
 
 pkgname=notion
-pkgver=20131219
-pkgrel=2
+pkgver=20131223
+pkgrel=1
 pkgdesc=Tabbed tiling, window manager. Fork of Ion3
 url=http://sourceforge.net/projects/notion/;
 arch=('i686' 'x86_64')
@@ -58,7 +58,7 @@
   cd ${srcdir}/notion
 
   # build notion
-  make INCLUDES=-I${srcdir}/notion PREFIX=/usr
+  make INCLUDES=-I${srcdir}/notion PREFIX=/usr ETCDIR=/etc/notion
 
   # build doc and modules
   for i in mod_xinerama mod_xkbevents mod_xrandr; do



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

2013-12-23 Thread Sergej Pupykin
/mod_xinerama/*.lua $pkgdir/etc/notion/
-  cp ${srcdir}/notion/mod_xkbevents/*.lua $pkgdir/etc/notion/
-
-  # contrib
-  mkdir -p $pkgdir/usr/share/notion/contrib
-  cp -a ${srcdir}/$pkgname-contrib/* $pkgdir/usr/share/notion/contrib
-
-  # license
-  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/notion/LICENSE
-}

Copied: notion/repos/community-i686/PKGBUILD (from rev 102888, 
notion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 13:28:04 UTC (rev 102889)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+pkgver=20131223
+pkgrel=1
+pkgdesc=Tabbed tiling, window manager. Fork of Ion3
+url=http://sourceforge.net/projects/notion/;
+arch=('i686' 'x86_64')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+optdepends=('libxinerama' 'libxrandr')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+provides=('libtu' 'libextl')
+changelog=ChangleLog
+source=(notion::git://notion.git.sourceforge.net/gitroot/notion/notion
+   $pkgname-libtu::git://notion.git.sourceforge.net/gitroot/notion/libtu
+   
$pkgname-libextl::git://notion.git.sourceforge.net/gitroot/notion/libextl
+   
$pkgname-notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc
+   
$pkgname-mod_xinerama::git://notion.git.sourceforge.net/gitroot/notion/mod_xinerama
+   
$pkgname-mod_xkbevents::git://notion.git.sourceforge.net/gitroot/notion/mod_xkbevents
+   
$pkgname-mod_xrandr::git://notion.git.sourceforge.net/gitroot/notion/mod_xrandr
+   
$pkgname-mod_notionflux::git://notion.git.sourceforge.net/gitroot/notion/mod_notionflux
+   
$pkgname-contrib::git://notion.git.sourceforge.net/gitroot/notion/contrib)
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+  cd ${srcdir}
+  sed -i 's|lua5.2|lua|g' notion/system-autodetect.mk
+  sed -i 's|luac5.2|luac|g' notion{,-libextl}/system-autodetect.mk
+
+  for i in libextl libtu mod_xinerama mod_xkbevents mod_xrandr mod_notionflux 
notion-doc; do
+mkdir -p ${srcdir}/notion/$i
+cp -r ${srcdir}/$pkgname-$i/* ${srcdir}/notion/$i/
+  done
+
+  cd ${srcdir}/notion
+  sed -e 's/^\(PREFIX=\).*$/\1\/usr/' \
+   -e 's/^\(ETCDIR=\).*$/\1\/etc\/notion/' \
+   -e 's/^\(LUA_DIR=\).*$/\1\/usr/' \
+   -e 's/^\(X11_PREFIX=\).*/\1\/usr/' \
+   -e 's|/usr/local|/usr|g' \
+   -i system-autodetect.mk
+}
+
+build() {
+  cd ${srcdir}/notion
+
+  # build notion
+  make INCLUDES=-I${srcdir}/notion PREFIX=/usr ETCDIR=/etc/notion
+
+  # build doc and modules
+  for i in mod_xinerama mod_xkbevents mod_xrandr; do
+(cd $i  make -j1 TOPDIR=.. all)
+  done
+
+  (cd notion-doc  make -j1 TOPDIR=.. all)
+}
+
+package() {
+  cd ${srcdir}/notion
+
+  # notion
+  make PREFIX=${pkgdir}/usr ETCDIR=${pkgdir}/etc/notion install
+
+  # modules
+  for i in mod_xinerama mod_xkbevents mod_xrandr notion-doc; do
+(cd $i  make  PREFIX=${pkgdir}/usr ETCDIR=${pkgdir}/etc/notion TOPDIR=.. 
install)
+  done
+  cp ${srcdir}/notion/mod_xinerama/*.lua $pkgdir/etc/notion/
+  cp ${srcdir}/notion/mod_xkbevents/*.lua $pkgdir/etc/notion/
+
+  # contrib
+  mkdir -p $pkgdir/usr/share/notion/contrib
+  cp -a ${srcdir}/$pkgname-contrib/* $pkgdir/usr/share/notion/contrib
+
+  # license
+  install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/notion/LICENSE
+}

Deleted: community-x86_64/ChangleLog
===
--- community-x86_64/ChangleLog 2013-12-23 13:27:44 UTC (rev 102888)
+++ community-x86_64/ChangleLog 2013-12-23 13:28:04 UTC (rev 102889)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin pupykin.s+a...@gmail.com
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-x86_64/ChangleLog (from rev 102888, 
notion/trunk/ChangleLog)
===
--- community-x86_64/ChangleLog (rev 0)
+++ community-x86_64/ChangleLog 2013-12-23 13:28:04 UTC (rev 102889)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin pupykin.s+a...@gmail.com
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-23 13:27:44 UTC (rev 102888)
+++ community-x86_64/PKGBUILD   2013-12-23 13:28:04 UTC (rev 102889)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Eugen Zagorodniy

[arch-commits] Commit in sdlmame/trunk (PKGBUILD sdlmame.sh)

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 15:31:38
  Author: spupykin
Revision: 102890

upgpkg: sdlmame 0.151.u0-2

upd

Modified:
  sdlmame/trunk/PKGBUILD
  sdlmame/trunk/sdlmame.sh

+
 PKGBUILD   |4 ++--
 sdlmame.sh |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 13:28:04 UTC (rev 102889)
+++ PKGBUILD2013-12-23 14:31:38 UTC (rev 102890)
@@ -7,7 +7,7 @@
 pkgver=0.151.u0
 _patchlevel=`echo $pkgver | cut -f2 -du`
 _basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=1
+pkgrel=2
 pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
 url=http://mamedev.org/;
 license=('custom:MAME License')
@@ -26,7 +26,7 @@
extras.tar.gz
${_patches})
 md5sums=('b1dec00c2c77ada2d670f5392de39d62'
- 'e11a7d26704a9e2cff223b9b867d6a05'
+ '3c35b4a0806a82f3210df1683337655e'
  '420b61240bf5ae11615ba7c6100ee00d')
 
 build() {

Modified: sdlmame.sh
===
--- sdlmame.sh  2013-12-23 13:28:04 UTC (rev 102889)
+++ sdlmame.sh  2013-12-23 14:31:38 UTC (rev 102890)
@@ -34,7 +34,7 @@
   echo Modify this file for permanent changes to your SDLMAME
   echo options and paths before running SDLMAME again.
   mkdir $HOME/.mame
-  mkdir 
$HOME/.mame/{artwork,cfg,comments,ctrlr,diff,ini,inp,memcard,nvram,samples,snap,sta}
+  mkdir 
$HOME/.mame/{artwork,cfg,comments,ctrlr,diff,ini,inp,memcard,nvram,samples,snap,sta,roms}
   cd $HOME/.mame
   /usr/share/sdlmame/sdlmame \
 -artpath $home/.mame/artwork;artwork \



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 15:32:34
  Author: spupykin
Revision: 102893

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 14:32:18 UTC (rev 102892)
+++ community-i686/PKGBUILD 2013-12-23 14:32:34 UTC (rev 102893)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20130505
-pkgrel=1
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante' 'openssl')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-i686/PKGBUILD (from rev 102892, 
tnftp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 14:32:34 UTC (rev 102893)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20130505
+pkgrel=2
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-23 14:32:18 UTC (rev 102892)
+++ community-x86_64/PKGBUILD   2013-12-23 14:32:34 UTC (rev 102893)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20130505
-pkgrel=1
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante' 'openssl')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-x86_64/PKGBUILD (from rev 102892, 
tnftp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-23 14:32:34 UTC (rev 102893)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20130505
+pkgrel=2
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make 

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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 15:32:18
  Author: spupykin
Revision: 102892

upgpkg: tnftp 20130505-2

upd

Modified:
  tnftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 14:32:02 UTC (rev 102891)
+++ PKGBUILD2013-12-23 14:32:18 UTC (rev 102892)
@@ -5,7 +5,7 @@
 
 pkgname=tnftp
 pkgver=20130505
-pkgrel=1
+pkgrel=2
 pkgdesc=NetBSD FTP client with several advanced features
 arch=('i686' 'x86_64')
 url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 15:32:02
  Author: spupykin
Revision: 102891

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 102890, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 102890, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 102890, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 102890, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 102890, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 102890, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 102890, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 102890, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  174 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  116 
 community-i686/PKGBUILD  |   87 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   58 
 community-x86_64/PKGBUILD|   87 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   58 
 9 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 14:31:38 UTC (rev 102890)
+++ community-i686/PKGBUILD 2013-12-23 14:32:02 UTC (rev 102891)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-# Maintainer: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=sdlmame
-pkgver=0.151.u0
-_patchlevel=`echo $pkgver | cut -f2 -du`
-_basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=1
-pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
-url=http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl=1.2.11' 'libxinerama' 'sdl_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-for i in `seq 1 ${_patchlevel}`; do
-   _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-done
-
-source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=releases/mame${_basever/./}s.zip;
-   sdlmame.sh
-   extras.tar.gz
-   ${_patches})
-md5sums=('b1dec00c2c77ada2d670f5392de39d62'
- 'e11a7d26704a9e2cff223b9b867d6a05'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-build() {
-  cd $srcdir/
-  if [ $NOEXTRACT -eq 0 ]; then
-unzip mame.zip
-find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
-for i in `seq 1 ${_patchlevel}`; do
-  msg Patch#$i
-  patch -p0 -E ${_basever/./}u$i.diff
-done
-  fi
-  make NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-  make tools NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/sdl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 

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

2013-12-23 Thread Allan McRae
Date: Monday, December 23, 2013 @ 16:16:00
  Author: allan
Revision: 202653

upgpkg: gcc 4.8.2-7

new upstream snapshot, fixes FS#38179 and FS#38208

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 08:42:02 UTC (rev 202652)
+++ PKGBUILD2013-12-23 15:16:00 UTC (rev 202653)
@@ -7,8 +7,8 @@
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.8.2
 _pkgver=4.8
-pkgrel=6
-#_snapshot=4.8-20130725
+pkgrel=7
+_snapshot=4.8-20131219
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -16,11 +16,11 @@
 makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 gcc-4.8-filename-output.patch
 gcc-4.8-lambda-ICE.patch)
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
+md5sums=('666ef08f87649f941bc5512e13a88fdc'
  '40cb437805e2f7a006aa0d0c3098ab0f'
  '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
 
@@ -168,7 +168,8 @@
   make -C $CHOST/libstdc++-v3/python DESTDIR=${pkgdir} install
 
   install -d $pkgdir/usr/share/gdb/auto-load/usr/lib
-  mv $pkgdir{,/usr/share/gdb/auto-load}/usr/lib/libstdc++.so.6.0.18-gdb.py
+  mv $pkgdir/usr/lib/libstdc++.so.6.*-gdb.py \
+$pkgdir/usr/share/gdb/auto-load/usr/lib/
   rm ${pkgdir}/usr/lib/libstdc++.so*
 
   make DESTDIR=${pkgdir} install-fixincludes



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 16:16:06
  Author: spupykin
Revision: 102894

upgpkg: clearsilver 0.10.5-12

upd

Modified:
  clearsilver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 14:32:34 UTC (rev 102893)
+++ PKGBUILD2013-12-23 15:16:06 UTC (rev 102894)
@@ -5,7 +5,7 @@
 
 pkgname=clearsilver
 pkgver=0.10.5
-pkgrel=11
+pkgrel=12
 pkgdesc=clearsilver is a fast, powerful, and language-neutral HTML template 
system
 arch=('i686' 'x86_64')
 url='http://www.clearsilver.net'
@@ -17,12 +17,8 @@
 md5sums=('b8c0c7fbe0ef5e06e0c935f134304d44'
  'd9db4e5985254e1b0d63e9ff042773f4')
 
-build()
-{
+prepare() {
   cd $srcdir/$pkgname-$pkgver
-
-  ./configure --disable-csharp --prefix=/usr --with-python=/usr/bin/python2
-
   sed -i s@/usr/local/bin/python@/usr/bin/env python2@g scripts/document.py
   sed -i s...@install.rb inst...@install.rb install --prefix=$pkgdir@g 
ruby/Makefile
   patch -p1 $srcdir/clearsilver-ruby-1.9.patch
@@ -36,7 +32,12 @@
  versite= subprefix.call(c['vendorlibdir'])
  sodir  = subprefix.call(c['vendorarchdir'])
 EOF
+  sed -i 's|LIBRARIES = inserted + LIBRARIES|LIBRARIES = LIBRARIES + 
inserted|' python/setup.py
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --disable-csharp --prefix=/usr --with-python=/usr/bin/python2
   make
 }
 



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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 16:16:31
  Author: spupykin
Revision: 102895

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

Added:
  clearsilver/repos/community-i686/PKGBUILD
(from rev 102894, clearsilver/trunk/PKGBUILD)
  clearsilver/repos/community-i686/clearsilver-ruby-1.9.patch
(from rev 102894, clearsilver/trunk/clearsilver-ruby-1.9.patch)
  clearsilver/repos/community-x86_64/PKGBUILD
(from rev 102894, clearsilver/trunk/PKGBUILD)
  clearsilver/repos/community-x86_64/clearsilver-ruby-1.9.patch
(from rev 102894, clearsilver/trunk/clearsilver-ruby-1.9.patch)
Deleted:
  clearsilver/repos/community-i686/PKGBUILD
  clearsilver/repos/community-i686/clearsilver-ruby-1.9.patch
  clearsilver/repos/community-x86_64/PKGBUILD
  clearsilver/repos/community-x86_64/clearsilver-ruby-1.9.patch

-+
 /PKGBUILD   |  112 +
 /clearsilver-ruby-1.9.patch |  488 ++
 community-i686/PKGBUILD |   55 --
 community-i686/clearsilver-ruby-1.9.patch   |  244 -
 community-x86_64/PKGBUILD   |   55 --
 community-x86_64/clearsilver-ruby-1.9.patch |  244 -
 6 files changed, 600 insertions(+), 598 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 15:16:06 UTC (rev 102894)
+++ community-i686/PKGBUILD 2013-12-23 15:16:31 UTC (rev 102895)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer : Aaron Griffin aa...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clearsilver
-pkgver=0.10.5
-pkgrel=11
-pkgdesc=clearsilver is a fast, powerful, and language-neutral HTML template 
system
-arch=('i686' 'x86_64')
-url='http://www.clearsilver.net'
-license=('custom')
-depends=('python2' 'perl' 'ruby' 'java-runtime')
-options=('!emptydirs')
-source=(http://www.clearsilver.net/downloads/$pkgname-$pkgver.tar.gz;
-clearsilver-ruby-1.9.patch)
-md5sums=('b8c0c7fbe0ef5e06e0c935f134304d44'
- 'd9db4e5985254e1b0d63e9ff042773f4')
-
-build()
-{
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --disable-csharp --prefix=/usr --with-python=/usr/bin/python2
-
-  sed -i s@/usr/local/bin/python@/usr/bin/env python2@g scripts/document.py
-  sed -i s...@install.rb inst...@install.rb install --prefix=$pkgdir@g 
ruby/Makefile
-  patch -p1 $srcdir/clearsilver-ruby-1.9.patch
-  patch -p0 ruby/install.rb EOF
-71,73c71,73
- siteruby   = subprefix.call(c['sitedir'])
- versite= subprefix.call(c['sitelibdir'])
- sodir  = subprefix.call(c['sitearchdir'])

- siteruby   = subprefix.call(c['vendordir'])
- versite= subprefix.call(c['vendorlibdir'])
- sodir  = subprefix.call(c['vendorarchdir'])
-EOF
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir DESTDIR=$pkgdir install
-
-  install -Dm644 CS_LICENSE $pkgdir/usr/share/licenses/clearsilver/license.txt
-  rm -rf $pkgdir/usr/lib/perl5/5.8.8/
-
-  mv $pkgdir/usr/man/man3/* $pkgdir/usr/share/man/man3/
-  rm -rf $pkgdir/usr/man
-
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: clearsilver/repos/community-i686/PKGBUILD (from rev 102894, 
clearsilver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 15:16:31 UTC (rev 102895)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Aaron Griffin aa...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clearsilver
+pkgver=0.10.5
+pkgrel=12
+pkgdesc=clearsilver is a fast, powerful, and language-neutral HTML template 
system
+arch=('i686' 'x86_64')
+url='http://www.clearsilver.net'
+license=('custom')
+depends=('python2' 'perl' 'ruby' 'java-runtime')
+options=('!emptydirs')
+source=(http://www.clearsilver.net/downloads/$pkgname-$pkgver.tar.gz;
+clearsilver-ruby-1.9.patch)
+md5sums=('b8c0c7fbe0ef5e06e0c935f134304d44'
+ 'd9db4e5985254e1b0d63e9ff042773f4')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i s@/usr/local/bin/python@/usr/bin/env python2@g scripts/document.py
+  sed -i s...@install.rb inst...@install.rb install --prefix=$pkgdir@g 
ruby/Makefile
+  patch -p1 $srcdir/clearsilver-ruby-1.9.patch
+  patch -p0 ruby/install.rb EOF
+71,73c71,73
+ siteruby   = subprefix.call(c['sitedir'])
+ versite= subprefix.call(c['sitelibdir'])
+ sodir  = subprefix.call(c['sitearchdir'])
+---
+ siteruby   = subprefix.call(c['vendordir'])
+ versite= subprefix.call(c['vendorlibdir'])
+ sodir  = subprefix.call(c['vendorarchdir'])
+EOF
+  sed -i 's|LIBRARIES = inserted + LIBRARIES|LIBRARIES = LIBRARIES + 
inserted|' python/setup.py
+}

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

2013-12-23 Thread Allan McRae
Date: Monday, December 23, 2013 @ 16:18:29
  Author: allan
Revision: 202654

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 202653, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 202653, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-4.8-lambda-ICE.patch
(from rev 202653, gcc/trunk/gcc-4.8-lambda-ICE.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 202653, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 202653, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 202653, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 202653, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 202653, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 202653, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 202653, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 202653, gcc/trunk/gcc-4.8-lambda-ICE.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 202653, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 202653, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 202653, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 202653, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 202653, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  311 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-4.8-lambda-ICE.patch|   35 ++
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  311 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-4.8-lambda-ICE.patch  |   35 ++
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 16 files changed, 910 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 202653, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-23 15:18:29 UTC (rev 202654)
@@ -0,0 +1,311 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.8.2
+_pkgver=4.8
+pkgrel=7
+_snapshot=4.8-20131219
+pkgdesc=The GNU Compiler Collection
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch
+gcc-4.8-lambda-ICE.patch)
+md5sums=('666ef08f87649f941bc5512e13a88fdc'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+  
+  # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279
+  patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch
+
+  # installing libiberty headers is broken
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780#c6
+  sed -i 's#@target_header_dir@#libiberty#' libiberty/Makefile.in
+
+  mkdir 

[arch-commits] Commit in python2-gnutls/trunk (4 files)

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 16:39:31
  Author: spupykin
Revision: 102896

upgpkg: python2-gnutls 1.2.5-3

upd

Added:
  python2-gnutls/trunk/libraryfunctions.patch
  python2-gnutls/trunk/libraryinit.patch
Modified:
  python2-gnutls/trunk/PKGBUILD
Deleted:
  python2-gnutls/trunk/gnutls3.patch

+
 PKGBUILD   |   15 +-
 gnutls3.patch  |  275 ---
 libraryfunctions.patch |  224 ++
 libraryinit.patch  |   40 ++
 4 files changed, 273 insertions(+), 281 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 15:16:31 UTC (rev 102895)
+++ PKGBUILD2013-12-23 15:39:31 UTC (rev 102896)
@@ -5,20 +5,23 @@
 
 pkgname=python2-gnutls
 pkgver=1.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Python wrapper for the GNUTLS library
 arch=('i686' 'x86_64')
 url=http://cheeseshop.python.org/pypi/python-gnutls;
-depends=('python2' 'gnutls')
+depends=('python2' 'gnutls' 'libgcrypt')
 license=('LGPL')
 
source=(http://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
-   gnutls3.patch)
+   libraryinit.patch
+libraryfunctions.patch)
 md5sums=('a398a75b1f366857cf2628cf4d62dd34'
- 'e3df8fb19cf4cc96b8cf9fa69bd532e0')
+ '28227b8626e8a7df81cf3b7dae88bd80'
+ '9907d3a446fdc3b33a70e57925d67298')
 
-prepare() {
+build() {
   cd ${srcdir}/python-gnutls-${pkgver}
-  patch -Np1 $srcdir/gnutls3.patch
+  patch -Np0 $srcdir/libraryinit.patch
+  patch -Np0 $srcdir/libraryfunctions.patch
 }
 
 package() {

Deleted: gnutls3.patch
===
--- gnutls3.patch   2013-12-23 15:16:31 UTC (rev 102895)
+++ gnutls3.patch   2013-12-23 15:39:31 UTC (rev 102896)
@@ -1,275 +0,0 @@
-diff -wbBur python-gnutls-1.2.5/gnutls/library/functions.py 
python-gnutls-1.2.5.my/gnutls/library/functions.py
 python-gnutls-1.2.5/gnutls/library/functions.py2011-08-19 
07:48:14.0 +0400
-+++ python-gnutls-1.2.5.my/gnutls/library/functions.py 2013-12-17 
19:57:57.393043074 +0400
-@@ -4,7 +4,7 @@
- import sys
- from ctypes import *
- 
--from gnutls.library import libgnutls, libgnutls_extra
-+from gnutls.library import libgnutls
- from gnutls.library.types import *
- 
- 
-@@ -121,14 +121,6 @@
- gnutls_certificate_get_peers.argtypes = [gnutls_session_t, POINTER(c_uint)]
- gnutls_certificate_get_peers.restype = POINTER(gnutls_datum_t)
- 
--gnutls_certificate_get_x509_cas = libgnutls.gnutls_certificate_get_x509_cas
--gnutls_certificate_get_x509_cas.argtypes = [gnutls_certificate_credentials_t, 
POINTER(POINTER(gnutls_x509_crt_t)), POINTER(c_uint)]
--gnutls_certificate_get_x509_cas.restype = None
--
--gnutls_certificate_get_x509_crls = libgnutls.gnutls_certificate_get_x509_crls
--gnutls_certificate_get_x509_crls.argtypes = 
[gnutls_certificate_credentials_t, POINTER(POINTER(gnutls_x509_crl_t)), 
POINTER(c_uint)]
--gnutls_certificate_get_x509_crls.restype = None
--
- gnutls_certificate_send_x509_rdn_sequence = 
libgnutls.gnutls_certificate_send_x509_rdn_sequence
- gnutls_certificate_send_x509_rdn_sequence.argtypes = [gnutls_session_t, c_int]
- gnutls_certificate_send_x509_rdn_sequence.restype = None
-@@ -221,10 +213,6 @@
- gnutls_certificate_type_set_priority.argtypes = [gnutls_session_t, 
POINTER(c_int)]
- gnutls_certificate_type_set_priority.restype = c_int
- 
--gnutls_certificate_verify_peers = libgnutls.gnutls_certificate_verify_peers
--gnutls_certificate_verify_peers.argtypes = [gnutls_session_t]
--gnutls_certificate_verify_peers.restype = c_int
--
- gnutls_certificate_verify_peers2 = libgnutls.gnutls_certificate_verify_peers2
- gnutls_certificate_verify_peers2.argtypes = [gnutls_session_t, 
POINTER(c_uint)]
- gnutls_certificate_verify_peers2.restype = c_int
-@@ -393,10 +381,6 @@
- gnutls_error_to_alert.argtypes = [c_int, POINTER(c_int)]
- gnutls_error_to_alert.restype = c_int
- 
--gnutls_extra_check_version = libgnutls_extra.gnutls_extra_check_version
--gnutls_extra_check_version.argtypes = [c_char_p]
--gnutls_extra_check_version.restype = c_char_p
--
- gnutls_fingerprint = libgnutls.gnutls_fingerprint
- gnutls_fingerprint.argtypes = [gnutls_digest_algorithm_t, 
POINTER(gnutls_datum_t), c_void_p, POINTER(size_t)]
- gnutls_fingerprint.restype = c_int
-@@ -409,10 +393,6 @@
- gnutls_global_init.argtypes = []
- gnutls_global_init.restype = c_int
- 
--gnutls_global_init_extra = libgnutls_extra.gnutls_global_init_extra
--gnutls_global_init_extra.argtypes = []
--gnutls_global_init_extra.restype = c_int
--
- gnutls_global_set_log_function = libgnutls.gnutls_global_set_log_function
- gnutls_global_set_log_function.argtypes = [gnutls_log_func]
- gnutls_global_set_log_function.restype = None
-@@ -461,86 +441,6 @@
- gnutls_hex_encode.argtypes = [POINTER(gnutls_datum_t), c_char_p, 
POINTER(size_t)]
- gnutls_hex_encode.restype = c_int
- 

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

2013-12-23 Thread Sergej Pupykin
Date: Monday, December 23, 2013 @ 16:39:49
  Author: spupykin
Revision: 102897

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

Added:
  python2-gnutls/repos/community-i686/PKGBUILD
(from rev 102896, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-i686/libraryfunctions.patch
(from rev 102896, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-i686/libraryinit.patch
(from rev 102896, python2-gnutls/trunk/libraryinit.patch)
  python2-gnutls/repos/community-x86_64/PKGBUILD
(from rev 102896, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-x86_64/libraryfunctions.patch
(from rev 102896, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-x86_64/libraryinit.patch
(from rev 102896, python2-gnutls/trunk/libraryinit.patch)
Deleted:
  python2-gnutls/repos/community-i686/PKGBUILD
  python2-gnutls/repos/community-i686/gnutls3.patch
  python2-gnutls/repos/community-x86_64/PKGBUILD
  python2-gnutls/repos/community-x86_64/gnutls3.patch

-+
 /PKGBUILD   |   60 ++
 community-i686/PKGBUILD |   27 --
 community-i686/gnutls3.patch|  275 --
 community-i686/libraryfunctions.patch   |  224 
 community-i686/libraryinit.patch|   40 
 community-x86_64/PKGBUILD   |   27 --
 community-x86_64/gnutls3.patch  |  275 --
 community-x86_64/libraryfunctions.patch |  224 
 community-x86_64/libraryinit.patch  |   40 
 9 files changed, 588 insertions(+), 604 deletions(-)

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


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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 17:27:34
  Author: ronald
Revision: 202655

upgpkg: digikam 3.5.0-2

kde 4.12 rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 15:18:29 UTC (rev 202654)
+++ PKGBUILD2013-12-23 16:27:34 UTC (rev 202655)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
 pkgver=3.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital photo management application for KDE
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 17:27:53
  Author: ronald
Revision: 202656

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

Added:
  digikam/repos/extra-i686/PKGBUILD
(from rev 202655, digikam/trunk/PKGBUILD)
  digikam/repos/extra-i686/digikam.install
(from rev 202655, digikam/trunk/digikam.install)
  digikam/repos/extra-i686/kipi-plugins.install
(from rev 202655, digikam/trunk/kipi-plugins.install)
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 202655, digikam/trunk/PKGBUILD)
  digikam/repos/extra-x86_64/digikam.install
(from rev 202655, digikam/trunk/digikam.install)
  digikam/repos/extra-x86_64/kipi-plugins.install
(from rev 202655, digikam/trunk/kipi-plugins.install)
Deleted:
  digikam/repos/extra-i686/PKGBUILD
  digikam/repos/extra-i686/digikam.install
  digikam/repos/extra-i686/kipi-plugins.install
  digikam/repos/extra-x86_64/PKGBUILD
  digikam/repos/extra-x86_64/digikam.install
  digikam/repos/extra-x86_64/kipi-plugins.install

---+
 /PKGBUILD |  200 
 /digikam.install  |   24 
 /kipi-plugins.install |   24 
 extra-i686/PKGBUILD   |  100 --
 extra-i686/digikam.install|   12 --
 extra-i686/kipi-plugins.install   |   12 --
 extra-x86_64/PKGBUILD |  100 --
 extra-x86_64/digikam.install  |   12 --
 extra-x86_64/kipi-plugins.install |   12 --
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 16:27:34 UTC (rev 202655)
+++ extra-i686/PKGBUILD 2013-12-23 16:27:53 UTC (rev 202656)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins' 'libkface' 'libkgeomap' 'libkvkontakte' 
'libmediawiki')
-pkgver=3.5.0
-pkgrel=1
-pkgdesc=Digital photo management application for KDE
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.digikam.org/;
-makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr'
- 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 
'libgphoto2'
- 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 
'imagemagick')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('9e44fcf219312cbcbbaee0cc9a7f460a01769224')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF \
--DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF
-  make
-}
-
-package_digikam() {
-  pkgdesc=Digital photo management application for KDE
-  depends=('kdebase-runtime' 'kdepimlibs' 'libgphoto2' 'opencv' 'liblqr'
-   'libkipi' 'libkexiv2' 'libkdcraw' 'libkface' 'libkgeomap' 'lensfun')
-  optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
-
-  cd build/core
-  make DESTDIR=${pkgdir} install
-  cd ../../build/doc
-  make DESTDIR=${pkgdir} install
-  cd ../../build/po
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts with kde-l10n-* (FS#33762)
-  rm ${pkgdir}/usr/share/locale/*/LC_MESSAGES/libkipi.mo
-}
-
-package_libkface() {
-  pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
-  depends=('kdelibs' 'opencv')
-
-  cd build/extra/libkface
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkgeomap() {
-  pkgdesc=A wrapper around world map components for browsing and arranging 
photos on a map
-  depends=('kdelibs' 'kdeedu-marble')
-
-  cd build/extra/libkgeomap
-  make DESTDIR=${pkgdir} install
-}
-
-package_libkvkontakte() {
-  pkgdesc=KDE C++ library for asynchronous interaction with 
vkontakte.rusocial network
-  depends=('kdelibs' 'qjson')
-
-  cd build/extra/libkvkontakte
-  make DESTDIR=${pkgdir} install
-}
-
-package_libmediawiki() {
-  pkgdesc=A KDE C++ interface for MediaWiki based web service as 
wikipedia.org
-  depends=('kdelibs')
-
-  cd build/extra/libmediawiki
-  make DESTDIR=${pkgdir} install
-}
-
-package_kipi-plugins() {
-  pkgdesc=A collection of plugins extending the KDE graphics and image 
applications as digiKam
-  depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 
'libkexiv2')
-  optdepends=('libkgeomap: Geolocalize tool'
-  'libmediawiki: MediaWiki Export plugin'
-  'libkvkontakte: VKontakte.ru Exporter plugin'
-  'libgpod: iPodExport plugin'
-  'opencv: Remove Red Eyes plugin'
-  'imagemagick: Video SlideShow plugin'
-  'qt-gstreamer: Video SlideShow plugin')
-  options=('staticlibs')
-  install=kipi-plugins.install
-
-  cd 

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

2013-12-23 Thread Maxime Gauduin
Date: Monday, December 23, 2013 @ 17:46:18
  Author: alucryd
Revision: 102898

upgpkg: beets 1.3.2-1

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 15:39:49 UTC (rev 102897)
+++ PKGBUILD2013-12-23 16:46:18 UTC (rev 102898)
@@ -3,7 +3,7 @@
 # Contributor: Adrian Sampson adr...@radbox.org
 
 pkgname=beets
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Flexible music library manager and tagger
 arch=('any')
@@ -15,7 +15,7 @@
 'python2-pyacoustid: Acoustic fingerprinting'
 'python2-pylast: Lastgenre plugin')
 
source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('62ff54ad0f5cb224df2a9bed84d1281f27dd956cafe916b09318776a4b3ca308')
+sha256sums=('8a0c1970f52cdfa5402721299c0c230b464a44c4ea6a11bdc59d07161591388a')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-12-23 Thread Maxime Gauduin
Date: Monday, December 23, 2013 @ 17:46:24
  Author: alucryd
Revision: 102899

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 102898, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 16:46:18 UTC (rev 102898)
+++ PKGBUILD2013-12-23 16:46:24 UTC (rev 102899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Adrian Sampson adr...@radbox.org
-
-pkgname=beets
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=Flexible music library manager and tagger
-arch=('any')
-url=http://beets.radbox.org/;
-license=('MIT')
-depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('gstreamer0.10-python: BPD audio player plugin'
-'python2-flask: Web interface'
-'python2-pyacoustid: Acoustic fingerprinting'
-'python2-pylast: Lastgenre plugin')
-source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('62ff54ad0f5cb224df2a9bed84d1281f27dd956cafe916b09318776a4b3ca308')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize='1'
-
-# Manpages
-  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
-  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
-  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 102898, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 16:46:24 UTC (rev 102899)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Flexible music library manager and tagger
+arch=('any')
+url=http://beets.radbox.org/;
+license=('MIT')
+depends=('mutagen' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('gstreamer0.10-python: BPD audio player plugin'
+'python2-flask: Web interface'
+'python2-pyacoustid: Acoustic fingerprinting'
+'python2-pylast: Lastgenre plugin')
+source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8a0c1970f52cdfa5402721299c0c230b464a44c4ea6a11bdc59d07161591388a')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize='1'
+
+# Manpages
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
+  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2013-12-23 Thread Gaetan Bisson
Date: Monday, December 23, 2013 @ 18:15:07
  Author: bisson
Revision: 202657

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

Added:
  s-nail/repos/core-i686/PKGBUILD
(from rev 202656, s-nail/repos/testing-i686/PKGBUILD)
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 202656, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-i686/PKGBUILD
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-i686/
  s-nail/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-12-23 16:27:53 UTC (rev 202656)
+++ core-i686/PKGBUILD  2013-12-23 17:15:07 UTC (rev 202657)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.4.5
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sourceforge.net/projects/s-nail/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
-sha1sums=('cc972ddacdf9593739289eb0589ad0939255dfd7')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/s-nail/mail/g' -i cc-test.sh
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   config
-   make \
-   CFLAGS=${CFLAGS} ${CPPFLAGS} \
-   LDFLAGS=${LDFLAGS} \
-   build
-}
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/core-i686/PKGBUILD (from rev 202656, 
s-nail/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-12-23 17:15:07 UTC (rev 202657)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.5
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sourceforge.net/projects/s-nail/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.gz;)
+sha1sums=('0c7341f7404f7113a3c4ed915adfed720379e8e7')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-12-23 16:27:53 UTC (rev 202656)
+++ core-x86_64/PKGBUILD2013-12-23 17:15:07 UTC (rev 202657)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin 

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

2013-12-23 Thread Jakob Gruber
Date: Monday, December 23, 2013 @ 18:39:43
  Author: schuay
Revision: 102900

puzzles-10098-1

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 16:46:24 UTC (rev 102899)
+++ PKGBUILD2013-12-23 17:39:43 UTC (rev 102900)
@@ -3,7 +3,7 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=10051
+pkgver=10098
 pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')



[arch-commits] Commit in puzzles/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-12-23 Thread Jakob Gruber
Date: Monday, December 23, 2013 @ 18:40:18
  Author: schuay
Revision: 102902

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 102901, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 17:40:12 UTC (rev 102901)
+++ PKGBUILD2013-12-23 17:40:18 UTC (rev 102902)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=10051
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 102901, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 17:40:18 UTC (rev 102902)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=10098
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+make -f Makefile.gtk prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



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

2013-12-23 Thread Jakob Gruber
Date: Monday, December 23, 2013 @ 18:40:12
  Author: schuay
Revision: 102901

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 102900, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 17:39:43 UTC (rev 102900)
+++ PKGBUILD2013-12-23 17:40:12 UTC (rev 102901)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=10051
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 102900, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 17:40:12 UTC (rev 102901)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=10098
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+make -f Makefile.gtk prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 18:59:42
  Author: ronald
Revision: 202658

upgpkg: graphicsmagick 1.3.18-6

add quantum-dept=32 and a few more configure flags FS#25804 FS#37890

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 17:15:07 UTC (rev 202657)
+++ PKGBUILD2013-12-23 17:59:42 UTC (rev 202658)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.18
-pkgrel=5
+pkgrel=6
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -40,7 +40,9 @@
--with-modules \
--with-perl \
--with-gs-font-dir=/usr/share/fonts/Type1 \
-
+   --with-quantum-depth=32 \
+   --with-openmp \
+   --with-threads
make
 }
 
@@ -61,4 +63,8 @@
sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
make
make install
+
+   # Remove perllocal.pod and .packlist
+   rm -rf ${pkgdir}/usr/lib/perl5/core_perl
+   rm ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist
 }



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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 19:00:07
  Author: ronald
Revision: 202659

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

Added:
  graphicsmagick/repos/extra-i686/PKGBUILD
(from rev 202658, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/extra-i686/benign.patch
(from rev 202658, graphicsmagick/trunk/benign.patch)
  graphicsmagick/repos/extra-x86_64/PKGBUILD
(from rev 202658, graphicsmagick/trunk/PKGBUILD)
  graphicsmagick/repos/extra-x86_64/benign.patch
(from rev 202658, graphicsmagick/trunk/benign.patch)
Deleted:
  graphicsmagick/repos/extra-i686/PKGBUILD
  graphicsmagick/repos/extra-i686/benign.patch
  graphicsmagick/repos/extra-x86_64/PKGBUILD
  graphicsmagick/repos/extra-x86_64/benign.patch

---+
 /PKGBUILD |  140 
 /benign.patch |   86 +++
 extra-i686/PKGBUILD   |   64 
 extra-i686/benign.patch   |   43 -
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/benign.patch |   43 -
 6 files changed, 226 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 17:59:42 UTC (rev 202658)
+++ extra-i686/PKGBUILD 2013-12-23 18:00:07 UTC (rev 202659)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Anton Leontiev bun...@t-25.ru
-
-pkgname=graphicsmagick
-pkgver=1.3.18
-pkgrel=5
-pkgdesc='Image processing system'
-url='http://www.graphicsmagick.org/'
-arch=('i686' 'x86_64')
-license=('MIT')
-optdepends=('jasper: jp2 module'
-'libpng: png module'
-'libwmf: wmf module'
-'libxml2: msl, svg, url modules'
-'libtiff: ps2, ps3, tiff modules'
-'ghostscript: pdf, ps modules')
-makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
-depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;
-'benign.patch')
-sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4'
-  '04e16b9fe255e87cf16d4c61e313e8cdf7b2e24e')
-
-options=('!emptydirs' 'libtool')
-
-prepare() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-   patch -p1 -i ../benign.patch
-}
-
-build() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --enable-shared \
-   --with-modules \
-   --with-perl \
-   --with-gs-font-dir=/usr/share/fonts/Type1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/GraphicsMagick-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   # Install MIT license
-   install -Dm644 Copyright.txt 
${pkgdir}/usr/share/licenses/${pkgname}/Copyright.txt
-
-   # Install perl bindings
-   # The patching was introduced in order to build perl module without 
installing package itself and
-   # not to introduce unnecessary path into LD_RUN_PATH
-   cd PerlMagick
-   sed -i -e s:'LDDLFLAGS'  = \\(.*\)\:'LDDLFLAGS'  = 
\-L${pkgdir}/usr/lib \1\: Makefile.PL
-   perl Makefile.PL INSTALLDIRS=vendor PREFIX=/usr DESTDIR=${pkgdir}
-   sed -i -e s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/ Makefile
-   make
-   make install
-}

Copied: graphicsmagick/repos/extra-i686/PKGBUILD (from rev 202658, 
graphicsmagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-23 18:00:07 UTC (rev 202659)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Anton Leontiev bun...@t-25.ru
+
+pkgname=graphicsmagick
+pkgver=1.3.18
+pkgrel=6
+pkgdesc='Image processing system'
+url='http://www.graphicsmagick.org/'
+arch=('i686' 'x86_64')
+license=('MIT')
+optdepends=('jasper: jp2 module'
+'libpng: png module'
+'libwmf: wmf module'
+'libxml2: msl, svg, url modules'
+'libtiff: ps2, ps3, tiff modules'
+'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz;
+'benign.patch')
+sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4'
+  '04e16b9fe255e87cf16d4c61e313e8cdf7b2e24e')
+
+options=('!emptydirs' 'libtool')
+
+prepare() {
+   cd ${srcdir}/GraphicsMagick-${pkgver}
+ 

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

2013-12-23 Thread Bartłomiej Piotrowski
Date: Monday, December 23, 2013 @ 19:09:23
  Author: bpiotrowski
Revision: 102903

upgpkg: phpmyadmin 4.1.2-1

- new upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 17:40:18 UTC (rev 102902)
+++ PKGBUILD2013-12-23 18:09:23 UTC (rev 102903)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('0c34de4692f647ac91b05c91a89948d4df22ecf91e18c75d5e98e44400c0c1a9')
+sha256sums=('b1dd2a2a04bfc4c967f7c9d49e0d3ebaccd5da2ac793eb4031b4b1e50791e828')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin



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

2013-12-23 Thread Bartłomiej Piotrowski
Date: Monday, December 23, 2013 @ 19:09:44
  Author: bpiotrowski
Revision: 102904

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 18:09:23 UTC (rev 102903)
+++ PKGBUILD2013-12-23 18:09:44 UTC (rev 102904)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-sha256sums=('0c34de4692f647ac91b05c91a89948d4df22ecf91e18c75d5e98e44400c0c1a9')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-
-  cat $pkgdir/etc/webapps/phpmyadmin/apache.example.conf EOF
-   Alias /phpmyadmin /usr/share/webapps/phpMyAdmin
-   Directory /usr/share/webapps/phpMyAdmin
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
-   /Directory
-EOF
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 102903, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 18:09:44 UTC (rev 102904)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.1.2
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+sha256sums=('b1dd2a2a04bfc4c967f7c9d49e0d3ebaccd5da2ac793eb4031b4b1e50791e828')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+
+  cat $pkgdir/etc/webapps/phpmyadmin/apache.example.conf EOF
+   Alias /phpmyadmin /usr/share/webapps/phpMyAdmin
+   Directory /usr/share/webapps/phpMyAdmin
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
+   /Directory
+EOF
+}

Deleted: phpmyadmin.install
===
--- phpmyadmin.install  2013-12-23 18:09:23 UTC (rev 102903)
+++ phpmyadmin.install  2013-12-23 18:09:44 UTC (rev 102904)
@@ -1,3 +0,0 @@
-post_install() {
-echo Check http://wiki.archlinux.org/index.php/Phpmyadmin for details.
-}

Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 102903, 
phpmyadmin/trunk/phpmyadmin.install)
===
--- phpmyadmin.install  (rev 0)
+++ phpmyadmin.install  2013-12-23 18:09:44 UTC (rev 102904)
@@ -0,0 

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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 20:41:30
  Author: ronald
Revision: 202661

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 202660, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/mex-gcc-4.8.patch
(from rev 202660, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-i686/octave.install
(from rev 202660, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 202660, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
(from rev 202660, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 202660, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/mex-gcc-4.8.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
  octave/repos/extra-x86_64/octave.install

+
 /PKGBUILD  |  106 +++
 /mex-gcc-4.8.patch |   62 ++
 /octave.install|   36 +
 extra-i686/PKGBUILD|   48 -
 extra-i686/mex-gcc-4.8.patch   |   31 ---
 extra-i686/octave.install  |   18 --
 extra-x86_64/PKGBUILD  |   48 -
 extra-x86_64/mex-gcc-4.8.patch |   31 ---
 extra-x86_64/octave.install|   18 --
 9 files changed, 204 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 19:41:07 UTC (rev 202660)
+++ extra-i686/PKGBUILD 2013-12-23 19:41:30 UTC (rev 202661)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.4
-pkgrel=4
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
-makedepends=('gcc-fortran' 'texlive-core')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
-mex-gcc-4.8.patch)
-options=('!emptydirs')
-install=octave.install
-sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
-  'SKIP'
-  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://savannah.gnu.org/bugs/?38746
-  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 202660, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-23 19:41:30 UTC (rev 202661)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.4
+pkgrel=4
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+mex-gcc-4.8.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+  'SKIP'
+  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://savannah.gnu.org/bugs/?38746
+  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=32 \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} 

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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 20:41:07
  Author: ronald
Revision: 202660

upgpkg: octave 3.6.4-4

add quantum-dept=32 to configure flags; move suitesparse to makedepends; add 
glu to depends

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 18:00:07 UTC (rev 202659)
+++ PKGBUILD2013-12-23 19:41:07 UTC (rev 202660)
@@ -10,8 +10,8 @@
 arch=('i686' 'x86_64')
 url=http://www.octave.org;
 license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
-makedepends=('gcc-fortran' 'texlive-core')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
@@ -22,16 +22,21 @@
   'SKIP'
   '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # https://savannah.gnu.org/bugs/?38746
   patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   autoreconf -vfi
 
   ./configure --prefix=/usr --libexecdir=/usr/lib \
   --enable-shared --disable-static \
+  --with-quantum-depth=32 \
   --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
 
   LANG=C make



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

2013-12-23 Thread Andreas Radke
Date: Monday, December 23, 2013 @ 20:42:55
  Author: andyrtr
Revision: 202662

upgpkg: clucene 2.3.3.4-8

symlink a header to /usr/include FS#38166

Modified:
  clucene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 19:41:30 UTC (rev 202661)
+++ PKGBUILD2013-12-23 19:42:55 UTC (rev 202662)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 pkgname=clucene
 pkgver=2.3.3.4
-pkgrel=7
+pkgrel=8
 pkgdesc=C++ port of the high-performance text search engine Lucene
 arch=('x86_64' 'i686')
 url=http://clucene.sourceforge.net/;
@@ -74,5 +74,8 @@
 package() {
   cd $srcdir/$pkgname-core-$pkgver
   make DESTDIR=$pkgdir install -C build
-  rm -rf $pkgdir/usr/lib/CLuceneConfig.cmake
+  rm -rfv $pkgdir/usr/lib/CLuceneConfig.cmake
+  
+  cd $pkgdir/usr/include//CLucene
+  ln -s /usr/lib/CLucene/clucene-config.h .
 }



[arch-commits] Commit in clucene/repos (36 files)

2013-12-23 Thread Andreas Radke
Date: Monday, December 23, 2013 @ 20:43:23
  Author: andyrtr
Revision: 202663

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

Added:
  clucene/repos/extra-i686/PKGBUILD
(from rev 202662, clucene/trunk/PKGBUILD)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 202662, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-i686/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 202662, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-i686/clucene-debug.patch
(from rev 202662, clucene/trunk/clucene-debug.patch)
  clucene/repos/extra-i686/clucene-gcc-atomics.patch
(from rev 202662, clucene/trunk/clucene-gcc-atomics.patch)
  clucene/repos/extra-i686/clucene-multimap-put.patch
(from rev 202662, clucene/trunk/clucene-multimap-put.patch)
  clucene/repos/extra-i686/clucene-narrowing-conversions.patch
(from rev 202662, clucene/trunk/clucene-narrowing-conversions.patch)
  clucene/repos/extra-i686/clucene-warnings.patch
(from rev 202662, clucene/trunk/clucene-warnings.patch)
  clucene/repos/extra-i686/fix_zlib_detections.diff
(from rev 202662, clucene/trunk/fix_zlib_detections.diff)
  clucene/repos/extra-x86_64/PKGBUILD
(from rev 202662, clucene/trunk/PKGBUILD)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch
(from rev 202662, 
clucene/trunk/clucene-core-2.3.3.4-install_contribs_lib.patch)
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch
(from rev 202662, clucene/trunk/clucene-core-2.3.3.4-pkgconfig.patch)
  clucene/repos/extra-x86_64/clucene-debug.patch
(from rev 202662, clucene/trunk/clucene-debug.patch)
  clucene/repos/extra-x86_64/clucene-gcc-atomics.patch
(from rev 202662, clucene/trunk/clucene-gcc-atomics.patch)
  clucene/repos/extra-x86_64/clucene-multimap-put.patch
(from rev 202662, clucene/trunk/clucene-multimap-put.patch)
  clucene/repos/extra-x86_64/clucene-narrowing-conversions.patch
(from rev 202662, clucene/trunk/clucene-narrowing-conversions.patch)
  clucene/repos/extra-x86_64/clucene-warnings.patch
(from rev 202662, clucene/trunk/clucene-warnings.patch)
  clucene/repos/extra-x86_64/fix_zlib_detections.diff
(from rev 202662, clucene/trunk/fix_zlib_detections.diff)
Deleted:
  clucene/repos/extra-i686/PKGBUILD
  clucene/repos/extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch
  clucene/repos/extra-i686/clucene-core-2.3.3.4-pkgconfig.patch
  clucene/repos/extra-i686/clucene-debug.patch
  clucene/repos/extra-i686/clucene-gcc-atomics.patch
  clucene/repos/extra-i686/clucene-multimap-put.patch
  clucene/repos/extra-i686/clucene-narrowing-conversions.patch
  clucene/repos/extra-i686/clucene-warnings.patch
  clucene/repos/extra-i686/fix_zlib_detections.diff
  clucene/repos/extra-x86_64/PKGBUILD
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch
  clucene/repos/extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch
  clucene/repos/extra-x86_64/clucene-debug.patch
  clucene/repos/extra-x86_64/clucene-gcc-atomics.patch
  clucene/repos/extra-x86_64/clucene-multimap-put.patch
  clucene/repos/extra-x86_64/clucene-narrowing-conversions.patch
  clucene/repos/extra-x86_64/clucene-warnings.patch
  clucene/repos/extra-x86_64/fix_zlib_detections.diff

--+
 /PKGBUILD|  162 ++
 /clucene-core-2.3.3.4-install_contribs_lib.patch |   84 +
 /clucene-core-2.3.3.4-pkgconfig.patch|   24 +
 /clucene-debug.patch |   22 +
 /clucene-gcc-atomics.patch   |   62 +++
 /clucene-multimap-put.patch  |   20 +
 /clucene-narrowing-conversions.patch |   50 +++
 /clucene-warnings.patch  |  108 ++
 /fix_zlib_detections.diff|   42 ++
 extra-i686/PKGBUILD  |   78 
 extra-i686/clucene-core-2.3.3.4-install_contribs_lib.patch   |   42 --
 extra-i686/clucene-core-2.3.3.4-pkgconfig.patch  |   12 
 extra-i686/clucene-debug.patch   |   11 
 extra-i686/clucene-gcc-atomics.patch |   31 -
 extra-i686/clucene-multimap-put.patch|   10 
 extra-i686/clucene-narrowing-conversions.patch   |   25 -
 extra-i686/clucene-warnings.patch|   54 ---
 extra-i686/fix_zlib_detections.diff  |   21 -
 extra-x86_64/PKGBUILD|   78 
 extra-x86_64/clucene-core-2.3.3.4-install_contribs_lib.patch |   42 --
 extra-x86_64/clucene-core-2.3.3.4-pkgconfig.patch|   12 
 extra-x86_64/clucene-debug.patch |   11 
 

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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 20:53:15
  Author: ronald
Revision: 202664

upgpkg: octave 3.6.4-5

add quantum-dept=32 to configure flags; move suitesparse to makedepends; add 
glu to depends

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 19:43:23 UTC (rev 202663)
+++ PKGBUILD2013-12-23 19:53:15 UTC (rev 202664)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=3.6.4
-pkgrel=4
+pkgrel=5
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;



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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 20:53:35
  Author: ronald
Revision: 202665

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 202664, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/mex-gcc-4.8.patch
(from rev 202664, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-i686/octave.install
(from rev 202664, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 202664, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
(from rev 202664, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 202664, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/mex-gcc-4.8.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
  octave/repos/extra-x86_64/octave.install

+
 /PKGBUILD  |  106 +++
 /mex-gcc-4.8.patch |   62 ++
 /octave.install|   36 +
 extra-i686/PKGBUILD|   53 ---
 extra-i686/mex-gcc-4.8.patch   |   31 ---
 extra-i686/octave.install  |   18 --
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/mex-gcc-4.8.patch |   31 ---
 extra-x86_64/octave.install|   18 --
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 19:53:15 UTC (rev 202664)
+++ extra-i686/PKGBUILD 2013-12-23 19:53:35 UTC (rev 202665)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.4
-pkgrel=4
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
-mex-gcc-4.8.patch)
-options=('!emptydirs')
-install=octave.install
-sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
-  'SKIP'
-  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://savannah.gnu.org/bugs/?38746
-  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=32 \
-  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 202664, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-23 19:53:35 UTC (rev 202665)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.4
+pkgrel=5
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+mex-gcc-4.8.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+  'SKIP'
+  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://savannah.gnu.org/bugs/?38746
+  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=32 \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  

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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 21:46:41
  Author: jlichtblau
Revision: 102905

upgpkg: ltris 1.0.19-2 FS#37951 fix

Modified:
  ltris/trunk/PKGBUILD
  ltris/trunk/ltris.changelog

-+
 PKGBUILD|4 +++-
 ltris.changelog |5 +
 2 files changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 18:09:44 UTC (rev 102904)
+++ PKGBUILD2013-12-23 20:46:41 UTC (rev 102905)
@@ -5,7 +5,7 @@
 
 pkgname=ltris
 pkgver=1.0.19
-pkgrel=1
+pkgrel=2
 pkgdesc=A tetris clone where you have a bowl with blocks falling down
 arch=('i686' 'x86_64')
 url=http://lgames.sourceforge.net/index.php?project=LTris;
@@ -31,4 +31,6 @@
 
   install -d ${pkgdir}/usr/share/pixmaps
   install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+#FS#37951 fix  
+  chmod 775 ${pkgdir}/var/games  
 }

Modified: ltris.changelog
===
--- ltris.changelog 2013-12-23 18:09:44 UTC (rev 102904)
+++ ltris.changelog 2013-12-23 20:46:41 UTC (rev 102905)
@@ -1,3 +1,8 @@
+2013-12-23  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.19-2
+   * FS#37951 fix
+
 2013-11-02  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
 
* ltris 1.0.19-1



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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 21:47:06
  Author: jlichtblau
Revision: 102906

archrelease: copy trunk to community-i686

Added:
  ltris/repos/community-i686/PKGBUILD
(from rev 102905, ltris/trunk/PKGBUILD)
  ltris/repos/community-i686/ltris.changelog
(from rev 102905, ltris/trunk/ltris.changelog)
  ltris/repos/community-i686/ltris.install
(from rev 102905, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-i686/PKGBUILD
  ltris/repos/community-i686/ltris.changelog
  ltris/repos/community-i686/ltris.install

-+
 PKGBUILD|   70 +-
 ltris.changelog |   75 --
 ltris.install   |8 ++---
 3 files changed, 80 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 20:46:41 UTC (rev 102905)
+++ PKGBUILD2013-12-23 20:47:06 UTC (rev 102906)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: SmackleFunky smacklefu...@optusnet.com.au
-
-pkgname=ltris
-pkgver=1.0.19
-pkgrel=1
-pkgdesc=A tetris clone where you have a bowl with blocks falling down
-arch=('i686' 'x86_64')
-url=http://lgames.sourceforge.net/index.php?project=LTris;
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-i686/PKGBUILD (from rev 102905, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 20:47:06 UTC (rev 102906)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: SmackleFunky smacklefu...@optusnet.com.au
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=2
+pkgdesc=A tetris clone where you have a bowl with blocks falling down
+arch=('i686' 'x86_64')
+url=http://lgames.sourceforge.net/index.php?project=LTris;
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+#FS#37951 fix  
+  chmod 775 ${pkgdir}/var/games  
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-12-23 20:46:41 UTC (rev 102905)
+++ ltris.changelog 2013-12-23 20:47:06 UTC (rev 102906)
@@ -1,35 +0,0 @@
-2013-11-02  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.19-1
-   * Upstream update
-
-2011-12-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-i686/ltris.changelog (from rev 102905, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-12-23 20:47:06 UTC (rev 102906)
@@ -0,0 +1,40 @@
+2013-12-23  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.19-2
+   * FS#37951 fix
+
+2013-11-02  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.18-1
+   

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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 21:48:51
  Author: jlichtblau
Revision: 102907

archrelease: copy trunk to community-x86_64

Added:
  ltris/repos/community-x86_64/PKGBUILD
(from rev 102906, ltris/trunk/PKGBUILD)
  ltris/repos/community-x86_64/ltris.changelog
(from rev 102906, ltris/trunk/ltris.changelog)
  ltris/repos/community-x86_64/ltris.install
(from rev 102906, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-x86_64/PKGBUILD
  ltris/repos/community-x86_64/ltris.changelog
  ltris/repos/community-x86_64/ltris.install

-+
 PKGBUILD|   70 +-
 ltris.changelog |   75 --
 ltris.install   |8 ++---
 3 files changed, 80 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 20:47:06 UTC (rev 102906)
+++ PKGBUILD2013-12-23 20:48:51 UTC (rev 102907)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: SmackleFunky smacklefu...@optusnet.com.au
-
-pkgname=ltris
-pkgver=1.0.19
-pkgrel=1
-pkgdesc=A tetris clone where you have a bowl with blocks falling down
-arch=('i686' 'x86_64')
-url=http://lgames.sourceforge.net/index.php?project=LTris;
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-x86_64/PKGBUILD (from rev 102906, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 20:48:51 UTC (rev 102907)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: SmackleFunky smacklefu...@optusnet.com.au
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=2
+pkgdesc=A tetris clone where you have a bowl with blocks falling down
+arch=('i686' 'x86_64')
+url=http://lgames.sourceforge.net/index.php?project=LTris;
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+#FS#37951 fix  
+  chmod 775 ${pkgdir}/var/games  
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-12-23 20:47:06 UTC (rev 102906)
+++ ltris.changelog 2013-12-23 20:48:51 UTC (rev 102907)
@@ -1,35 +0,0 @@
-2013-11-02  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.19-1
-   * Upstream update
-
-2011-12-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  e...@archlinux.org
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-x86_64/ltris.changelog (from rev 102906, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-12-23 20:48:51 UTC (rev 102907)
@@ -0,0 +1,40 @@
+2013-12-23  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.19-2
+   * FS#37951 fix
+
+2013-11-02  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+
+   * 

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

2013-12-23 Thread Thorsten Töpper
Date: Monday, December 23, 2013 @ 22:00:35
  Author: ttoepper
Revision: 102909

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 102908, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 102908, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-23 21:00:29 UTC (rev 102908)
+++ community-i686/PKGBUILD 2013-12-23 21:00:35 UTC (rev 102909)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.6
-pkgrel=1
-pkgdesc='An improved dynamic tiling window manager'
-arch=('i686' 'x86_64')
-url='http://i3wm.org/'
-license=('BSD')
-replaces=('i3' 'i3bar')
-groups=('i3')
-depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
-http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('11901176eea90632384434c371840cfd'
- 'SKIP')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 102908, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-23 21:00:35 UTC (rev 102909)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.7
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('34dade2bc69e241ab3e3ffaa81122266'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  install -Dm644 man/i3.1 \
+${pkgdir}/usr/share/man/man1/i3.1
+  install -Dm644 man/i3bar.1 \
+${pkgdir}/usr/share/man/man1/i3bar.1
+  install -Dm644 man/i3-config-wizard.1 \
+${pkgdir}/usr/share/man/man1/i3-config-wizard.1
+  install -Dm644 man/i3-input.1 \
+${pkgdir}/usr/share/man/man1/i3-input.1
+  install -Dm644 man/i3-msg.1 \
+${pkgdir}/usr/share/man/man1/i3-msg.1
+  install -Dm644 

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

2013-12-23 Thread Thorsten Töpper
Date: Monday, December 23, 2013 @ 22:00:29
  Author: ttoepper
Revision: 102908

upgpkg: i3-wm 4.7-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 20:48:51 UTC (rev 102907)
+++ PKGBUILD2013-12-23 21:00:29 UTC (rev 102908)
@@ -3,7 +3,7 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('BSD')
 replaces=('i3' 'i3bar')
 groups=('i3')
-depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl')
+depends=('xcb-util-cursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango')
 makedepends=('bison' 'flex')
 optdepends=('dmenu: As menu.'
 'i3lock: For locking your screen.'
@@ -20,7 +20,7 @@
 options=('docs' '!strip')
 source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
 http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
-md5sums=('11901176eea90632384434c371840cfd'
+md5sums=('34dade2bc69e241ab3e3ffaa81122266'
  'SKIP')
 
 build() {



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

2013-12-23 Thread Ronald van Haren
Date: Monday, December 23, 2013 @ 22:05:04
  Author: ronald
Revision: 202666

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

Added:
  octave/repos/extra-i686/PKGBUILD
(from rev 202665, octave/trunk/PKGBUILD)
  octave/repos/extra-i686/mex-gcc-4.8.patch
(from rev 202665, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-i686/octave.install
(from rev 202665, octave/trunk/octave.install)
  octave/repos/extra-x86_64/PKGBUILD
(from rev 202665, octave/trunk/PKGBUILD)
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
(from rev 202665, octave/trunk/mex-gcc-4.8.patch)
  octave/repos/extra-x86_64/octave.install
(from rev 202665, octave/trunk/octave.install)
Deleted:
  octave/repos/extra-i686/PKGBUILD
  octave/repos/extra-i686/mex-gcc-4.8.patch
  octave/repos/extra-i686/octave.install
  octave/repos/extra-x86_64/PKGBUILD
  octave/repos/extra-x86_64/mex-gcc-4.8.patch
  octave/repos/extra-x86_64/octave.install

+
 /PKGBUILD  |  106 +++
 /mex-gcc-4.8.patch |   62 ++
 /octave.install|   36 +
 extra-i686/PKGBUILD|   53 ---
 extra-i686/mex-gcc-4.8.patch   |   31 ---
 extra-i686/octave.install  |   18 --
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/mex-gcc-4.8.patch |   31 ---
 extra-x86_64/octave.install|   18 --
 9 files changed, 204 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-23 19:53:35 UTC (rev 202665)
+++ extra-i686/PKGBUILD 2013-12-23 21:05:04 UTC (rev 202666)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor : shining shiningxc.at.gmail.com
-# Contributor : cyberdune cyberd...@gmail.com
-
-pkgname=octave
-pkgver=3.6.4
-pkgrel=5
-pkgdesc=A high-level language, primarily intended for numerical computations.
-arch=('i686' 'x86_64')
-url=http://www.octave.org;
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
-optdepends=('texinfo: for help-support in octave'
-'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
-mex-gcc-4.8.patch)
-options=('!emptydirs')
-install=octave.install
-sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
-  'SKIP'
-  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # https://savannah.gnu.org/bugs/?38746
-  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  autoreconf -vfi
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=32 \
-  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
-
-  LANG=C make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # add octave library path to ld.so.conf.d
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-}

Copied: octave/repos/extra-i686/PKGBUILD (from rev 202665, 
octave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-23 21:05:04 UTC (rev 202666)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.4
+pkgrel=5
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu') 
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+mex-gcc-4.8.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+  'SKIP'
+  '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://savannah.gnu.org/bugs/?38746
+  patch -Np1 -i ${srcdir}/mex-gcc-4.8.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  autoreconf -vfi
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=32 \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  

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

2013-12-23 Thread Andreas Radke
Date: Monday, December 23, 2013 @ 22:14:39
  Author: andyrtr
Revision: 202667

prepare next build

Modified:
  abiword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 21:05:04 UTC (rev 202666)
+++ PKGBUILD2013-12-23 21:14:39 UTC (rev 202667)
@@ -34,8 +34,7 @@
   # Fix build with recent glib, patch from Gentoo
   patch -Np0 -i ${srcdir}/abiword-2.8.6-glib-2.31.patch
 
-  libtoolize --force
-  autoreconf
+  autoreconf -vfi
 
   ./configure --prefix=/usr \
   --enable-clipart \



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

2013-12-23 Thread Alexander Rødseth
Date: Monday, December 23, 2013 @ 22:30:35
  Author: arodseth
Revision: 102910

Updated to latest version + fix FS#38216

Modified:
  waf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 21:00:35 UTC (rev 102909)
+++ PKGBUILD2013-12-23 21:30:35 UTC (rev 102910)
@@ -2,10 +2,8 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Sebastien Binet bi...@cern.ch
 
-# TODO: See if the waf python files can be placed elsewhere
-
 pkgname=waf
-pkgver=1.7.13
+pkgver=1.7.14
 pkgrel=1
 pkgdesc='General-purpose build system modelled after Scons'
 url='http://code.google.com/p/waf/'
@@ -12,9 +10,11 @@
 arch=('any')
 license=('BSD')
 depends=('python')
+makedepends=('setconf')
 provides=('python-waf')
+options=('!emptydirs')
 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('21a6220e9c4be50716157222d5be5f19b87916e8087cd6b42e583a83a955dd5b')
+sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -45,9 +45,10 @@
   $pkgdir/usr/bin/waf configure build  /dev/null
   cd ../..
 
-  # Fixing permissions
-  #chmod -R 0644 $pkgdir/usr/bin/.waf*/waflib/Tools/*
-  #chown -R root:root $pkgdir/usr/*
+  # Fix weird directory placement (FS#38216)
+  mkdir -p $pkgdir/usr/lib/waf
+  mv $pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171 
$pkgdir/usr/lib/waf/
+  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2013-12-23 Thread Alexander Rødseth
Date: Monday, December 23, 2013 @ 22:34:29
  Author: arodseth
Revision: 102911

archrelease: copy trunk to community-any

Added:
  waf/repos/community-any/PKGBUILD
(from rev 102910, waf/trunk/PKGBUILD)
Deleted:
  waf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 21:30:35 UTC (rev 102910)
+++ PKGBUILD2013-12-23 21:34:29 UTC (rev 102911)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sebastien Binet bi...@cern.ch
-
-# TODO: See if the waf python files can be placed elsewhere
-
-pkgname=waf
-pkgver=1.7.13
-pkgrel=1
-pkgdesc='General-purpose build system modelled after Scons'
-url='http://code.google.com/p/waf/'
-arch=('any')
-license=('BSD')
-depends=('python')
-provides=('python-waf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('21a6220e9c4be50716157222d5be5f19b87916e8087cd6b42e583a83a955dd5b')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Extracting license
-  head -n 30 waf | tail -n 25  LICENSE
-  # Python 3 fix
-  sed -i '0,/env python/s//python3/' waf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf-light configure --prefix=/usr
-  ./waf-light --make-waf
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ./waf-light install -f --destdir=$pkgdir \
-
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
-
-  install -Dm755 waf $pkgdir/usr/bin/waf
-
-  # Force the generation of .waf.admin files
-  cd demos/c
-  $pkgdir/usr/bin/waf configure build  /dev/null
-  cd ../..
-
-  # Fixing permissions
-  #chmod -R 0644 $pkgdir/usr/bin/.waf*/waflib/Tools/*
-  #chown -R root:root $pkgdir/usr/*
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: waf/repos/community-any/PKGBUILD (from rev 102910, waf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 21:34:29 UTC (rev 102911)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgname=waf
+pkgver=1.7.14
+pkgrel=1
+pkgdesc='General-purpose build system modelled after Scons'
+url='http://code.google.com/p/waf/'
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('setconf')
+provides=('python-waf')
+options=('!emptydirs')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('843e9f716d99b54c3b00e1b6cae7c754f0a608b7ae253a42b602cfe73561b6ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Extracting license
+  head -n 30 waf | tail -n 25  LICENSE
+  # Python 3 fix
+  sed -i '0,/env python/s//python3/' waf
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf-light configure --prefix=/usr
+  ./waf-light --make-waf
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ./waf-light install -f --destdir=$pkgdir \
+
--tools='compat,compat15,ocaml,go,cython,scala,erlang,cuda,gcj,boost,pep8,eclipse'
+
+  install -Dm755 waf $pkgdir/usr/bin/waf
+
+  # Force the generation of .waf.admin files
+  cd demos/c
+  $pkgdir/usr/bin/waf configure build  /dev/null
+  cd ../..
+
+  # Fix weird directory placement (FS#38216)
+  mkdir -p $pkgdir/usr/lib/waf
+  mv $pkgdir/usr/bin/.waf3-$pkgver-e013a2208e0c1f997a9c8d543692d171 
$pkgdir/usr/lib/waf/
+  setconf $pkgdir/usr/bin/waf base '/usr/lib/waf'
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 22:39:16
  Author: jlichtblau
Revision: 102912

upgpkg: skrooge 1.8.0-3 FS#37406 fix

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |4 ++--
 skrooge.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 21:34:29 UTC (rev 102911)
+++ PKGBUILD2013-12-23 21:39:16 UTC (rev 102912)
@@ -6,12 +6,12 @@
 
 pkgname=skrooge
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
 url=http://skrooge.org/;
 license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
 makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
 optdepends=('kdepim-libkdepim: for KDE PIM integration')
 install=$pkgname.install

Modified: skrooge.changelog
===
--- skrooge.changelog   2013-12-23 21:34:29 UTC (rev 102911)
+++ skrooge.changelog   2013-12-23 21:39:16 UTC (rev 102912)
@@ -1,3 +1,6 @@
+2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
 2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* skrooge 1.8.0-1
 



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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 22:39:35
  Author: jlichtblau
Revision: 102913

archrelease: copy trunk to community-i686

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 102912, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 102912, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 102912, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   67 ++-
 skrooge.install   |   28 ++---
 3 files changed, 83 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 21:39:16 UTC (rev 102912)
+++ PKGBUILD2013-12-23 21:39:35 UTC (rev 102913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 102912, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 21:39:35 UTC (rev 102913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-12-23 21:39:16 UTC (rev 102912)
+++ skrooge.changelog   2013-12-23 21:39:35 UTC (rev 102913)
@@ -1,32 +0,0 @@
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 102912, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-12-23 21:39:35 UTC (rev 102913)
@@ -0,0 +1,35 @@
+2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
+2013-10-06 Jaroslav Lichtblau 

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

2013-12-23 Thread Jaroslav Lichtblau
Date: Monday, December 23, 2013 @ 22:56:50
  Author: jlichtblau
Revision: 102914

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 102913, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 102913, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 102913, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   67 ++-
 skrooge.install   |   28 ++---
 3 files changed, 83 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-23 21:39:35 UTC (rev 102913)
+++ PKGBUILD2013-12-23 21:56:50 UTC (rev 102914)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 102913, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-23 21:56:50 UTC (rev 102914)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('98c0ed6cfefd4c6c92a010a1ab9afc1ef230eacc391a45aa200901ba6fb3bf08')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-12-23 21:39:35 UTC (rev 102913)
+++ skrooge.changelog   2013-12-23 21:56:50 UTC (rev 102914)
@@ -1,32 +0,0 @@
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-x86_64/skrooge.changelog (from rev 102913, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-12-23 21:56:50 UTC (rev 102914)
@@ -0,0 +1,35 @@
+2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.8.0-3 FS#37406 fix
+
+2013-10-06 Jaroslav 

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

2013-12-23 Thread Jan Steffens
Date: Tuesday, December 24, 2013 @ 03:19:21
  Author: heftig
Revision: 102915

4.8.2-7

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-23 21:56:50 UTC (rev 102914)
+++ PKGBUILD2013-12-24 02:19:21 UTC (rev 102915)
@@ -8,8 +8,8 @@
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.8.2
 _pkgver=4.8
-pkgrel=6
-#_snapshot=4.8-20130725
+pkgrel=7
+_snapshot=4.8-20131219
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -18,11 +18,11 @@
  'lib32-glibc=2.17')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
 gcc-4.8-filename-output.patch
 gcc-4.8-lambda-ICE.patch)
-md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
+md5sums=('666ef08f87649f941bc5512e13a88fdc'
  '40cb437805e2f7a006aa0d0c3098ab0f'
  '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
 
@@ -212,7 +212,8 @@
   make -C $CHOST/32/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
 
   install -d $pkgdir/usr/share/gdb/auto-load/usr/lib
-  mv $pkgdir{,/usr/share/gdb/auto-load}/usr/lib/libstdc++.so.6.0.18-gdb.py
+  mv $pkgdir/usr/lib/libstdc++.so.6.*-gdb.py \
+$pkgdir/usr/share/gdb/auto-load/usr/lib/
   rm ${pkgdir}/usr/lib{,32}/libstdc++.so*
 
   make DESTDIR=${pkgdir} install-fixincludes



[arch-commits] Commit in gcc-multilib/repos (9 files)

2013-12-23 Thread Jan Steffens
Date: Tuesday, December 24, 2013 @ 03:32:44
  Author: heftig
Revision: 102916

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 102915, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-filename-output.patch
(from rev 102915, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 102915, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 102915, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 102915, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 102915, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 102915, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 102915, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  378 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 522 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 102915, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-12-24 02:32:44 UTC (rev 102916)
@@ -0,0 +1,378 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.8.2
+_pkgver=4.8
+pkgrel=7
+_snapshot=4.8-20131219
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils-multilib=2.23' 'libmpc' 'cloog' 'gcc-ada-multilib' 
'doxygen'
+ 'lib32-glibc=2.17')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch
+gcc-4.8-lambda-ICE.patch)
+md5sums=('666ef08f87649f941bc5512e13a88fdc'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
+
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+  
+  # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279
+  patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch
+
+  # installing libiberty headers is broken
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780#c6
+  sed -i 's#@target_header_dir@#libiberty#' libiberty/Makefile.in
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-plugin 

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

2013-12-23 Thread Felix Yan
Date: Tuesday, December 24, 2013 @ 04:15:08
  Author: fyan
Revision: 102917

upgpkg: python-boto 2.21.1-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-24 02:32:44 UTC (rev 102916)
+++ PKGBUILD2013-12-24 03:15:08 UTC (rev 102917)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.21.0
+pkgver=2.21.1
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')



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

2013-12-23 Thread Felix Yan
Date: Tuesday, December 24, 2013 @ 04:15:56
  Author: fyan
Revision: 102918

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 102917, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 102917, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-12-24 03:15:08 UTC (rev 102917)
+++ LICENSE 2013-12-24 03:15:56 UTC (rev 102918)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 102917, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-12-24 03:15:56 UTC (rev 102918)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+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-12-24 03:15:08 UTC (rev 102917)
+++ PKGBUILD2013-12-24 03:15:56 UTC (rev 102918)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.21.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools' 'git')
-conflicts=('python-boto=2.5.2-1')
-replaces=('python-boto=2.5.2-1')
-source=(git+https://github.com/boto/boto.git#tag=$pkgver;
-'LICENSE')
-
-prepare() {
-  cd boto
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto
-
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('SKIP'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 102917, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-24 03:15:56 UTC (rev 102918)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+
+pkgbase=python-boto
+pkgname=python2-boto
+pkgver=2.21.1

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

2013-12-23 Thread Felix Yan
Date: Tuesday, December 24, 2013 @ 05:22:49
  Author: fyan
Revision: 102920

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/
  goagent/repos/community-testing-any/PKGBUILD
(from rev 102919, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 102919, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 102919, goagent/trunk/goagent.service)

-+
 PKGBUILD|   46 ++
 goagent.install |   22 ++
 goagent.service |   12 
 3 files changed, 80 insertions(+)

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 102919, 
goagent/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-12-24 04:22:49 UTC (rev 102920)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.2
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-gevent0.99: for better performance'
+'python2-crypto: optimization for RC4')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgname
+
+  sed -i -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| local/proxy.py
+  
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
+  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
+  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
+  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
+  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
+
+  install -Dm640 -g nobody local/proxy.ini $pkgdir/etc/goagent
+  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.ini
+  
+  cp -r server $pkgdir/usr/share/$pkgname/
+  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
+
+  # systemd service
+  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('SKIP'
+
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-testing-any/goagent.install (from rev 102919, 
goagent/trunk/goagent.install)
===
--- community-testing-any/goagent.install   (rev 0)
+++ community-testing-any/goagent.install   2013-12-24 04:22:49 UTC (rev 
102920)
@@ -0,0 +1,22 @@
+post_install() {
+echo Please use systemd units to start/stop goagent:
+echo sudo systemctl start/stop goagent
+
+#cd /opt/goagent/local
+#python2 -c 'from proxy import CertUtil; CertUtil.check_ca()'
+chown -R nobody:daemon /usr/share/goagent/local
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_upgrade() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}
+
+pre_remove() {
+rm -rf /opt/goagent/local/certs
+rm -rf /usr/share/goagent/local/certs
+}

Copied: goagent/repos/community-testing-any/goagent.service (from rev 102919, 
goagent/trunk/goagent.service)
===
--- community-testing-any/goagent.service   (rev 0)
+++ community-testing-any/goagent.service   2013-12-24 04:22:49 UTC (rev 
102920)
@@ -0,0 +1,12 @@
+[Unit]
+Description=GoAgent Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/share/goagent/local/goagent
+
+[Install]
+WantedBy=multi-user.target
+



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

2013-12-23 Thread Felix Yan
Date: Tuesday, December 24, 2013 @ 05:21:59
  Author: fyan
Revision: 102919

upgpkg: goagent 3.1.2-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-24 03:15:56 UTC (rev 102918)
+++ PKGBUILD2013-12-24 04:21:59 UTC (rev 102919)
@@ -4,8 +4,8 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)
 url=http://goagent.googlecode.com;



[arch-commits] Commit in sage-mathematics/trunk (4 files)

2013-12-23 Thread Evgeniy Alekseev
Date: Tuesday, December 24, 2013 @ 08:10:27
  Author: arcanis
Revision: 102921

upgpkg: sage-mathematics 6.0-1

Added:
  sage-mathematics/trunk/fix-pil.patch
Modified:
  sage-mathematics/trunk/PKGBUILD
  sage-mathematics/trunk/sage-mathematics.install
Deleted:
  sage-mathematics/trunk/fix-atlas.patch

--+
 PKGBUILD |   60 +
 fix-atlas.patch  |   10 ---
 fix-pil.patch|   12 +
 sage-mathematics.install |4 ---
 4 files changed, 51 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-24 04:22:49 UTC (rev 102920)
+++ PKGBUILD2013-12-24 07:10:27 UTC (rev 102921)
@@ -8,7 +8,7 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.13
+pkgver=6.0
 pkgrel=1
 pkgdesc=SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab
 arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@
 url=http://www.sagemath.org;
 license=('GPL')
 #depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
-makedepends=('gcc-fortran' 'freetype2' 'gendesk' 'desktop-file-utils')
+depends=('freetype2=2.3.5')
+makedepends=('gcc-fortran' 'gendesk' 'desktop-file-utils')
 optdepends=('imagemagick: some plotting functionality benefits from it'
 'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
 'openssh: to use the notebook in secure mode'
@@ -22,19 +23,19 @@
 'ffmpeg: to show animations'
 'cairo: R plots')
 
source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
-'fix-atlas.patch'
-'sage.service')
+fix-pil.patch
+sage.service)
 install=${pkgname}.install
-md5sums=('b549c5ac6b292a2837d92ccf3740c451'
- '527a621b19dd93941cd018d2c1559f96'
+md5sums=('da1bacf90fc291e736aaa71431e8874e'
+ 'de54cb818d74c070a524fc3fd5208b2c'
  '985da1c1d1dcdc3ea9aa73035cb7996b')
 
 prepare() {
   # create *.desktop file
   gendesk -n \
-  --pkgname=SAGE-notebook \
-  --pkgdesc=SAGE notebook \
-  --name=SAGE \
+  --pkgname=sage-notebook \
+  --pkgdesc=sage notebook \
+  --name=sage \
   --exec=/opt/sage/sage -notebook \
   --terminal=true \
   --categories=Science;Math \
@@ -43,21 +44,30 @@
 X-KDE-SubstituteUID=false
 X-KDE-Username=
   
-  # fix ATLAS build 
http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/
-  cd sage-${pkgver}/spkg/standard
-  tar xjf atlas-3.10.1.p7.spkg
-  rm atlas-3.10.1.p7.spkg
-  cd atlas-3.10.1.p7
-  patch -p0 -i ${srcdir}/fix-atlas.patch
-  cd ..
-  tar cjf atlas-3.10.1.p7.spkg atlas-3.10.1.p7
-  rm -r atlas-3.10.1.p7
-  
   # create DOT_SAGE directory
   if [[ -d ${srcdir}/build ]]; then
 rm -rf ${srcdir}/build
   fi
   mkdir ${srcdir}/build
+  
+  # according to FS#34769
+  # NOTE: there is an error in pil build (freetype/fterrors.h not found)
+  cd ${srcdir}/sage-${pkgver}/upstream/
+  tar xjfv pil-1.1.6.tar.bz2
+  rm -r pil-1.1.6.tar.bz2
+  patch -p0 -i ${srcdir}/fix-pil.patch
+  tar cjvf pil-1.1.6.tar.bz2 pil-1.1.6
+  rm -rf pil-1.1.6
+  # fix checksums
+  SUMS=$(md5sum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/md5=[0-9a-f]\{32\}/md5=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini
+  SUMS=$(sha1sum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/sha1=[0-9a-f]\{40\}/sha1=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini
+  SUMS=$(cksum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/cksum=[0-9a-f]\{10\}/cksum=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini
+  # disable freetype build
+  rm -rf freetype-*
+  sed -i -e 's/FREETYPE/#FREETYPE/' ${srcdir}/sage-${pkgver}/build/install
 }
 
 build() {
@@ -127,12 +137,20 @@
   rm -f ${pkgdir}/opt/sage/spkg/base/*spkg
   rm -f ${pkgdir}/opt/sage/spkg/standard/*spkg
   
+  # according to FS#37090
+  # install scripts
+  ./sage -c install_scripts('${pkgdir}/usr/bin', ignore_existing=True)
+  # rename scripts to avoid conflicts
+  for ITEM in $(ls ${pkgdir}/usr/bin); do
+mv ${pkgdir}/usr/bin/${ITEM} ${pkgdir}/usr/bin/sage-${ITEM}
+  done
+  
   # install a systemd user unit
   install -Dm644 ${srcdir}/sage.service 
${pkgdir}/usr/lib/systemd/user/sage.service
   # install *.desktop and icon files
-  install -Dm644 ${srcdir}/SAGE-notebook.desktop \
+  install -Dm644 ${srcdir}/sage-notebook.desktop \
  ${pkgdir}/usr/share/applications/SAGE-notebook.desktop
-  install -Dm644 
${pkgdir}/opt/sage/devel/sagenb-main/sagenb/data/sage/images/icon128x128.png \
+  install -Dm644 
${pkgdir}/opt/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/images/icon128x128.png
 \
  

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

2013-12-23 Thread Evgeniy Alekseev
Date: Tuesday, December 24, 2013 @ 08:11:17
  Author: arcanis
Revision: 102922

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 102921, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/fix-pil.patch
(from rev 102921, sage-mathematics/trunk/fix-pil.patch)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 102921, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 102921, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 102921, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/fix-pil.patch
(from rev 102921, sage-mathematics/trunk/fix-pil.patch)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 102921, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 102921, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  157 
 community-staging-i686/fix-pil.patch  |   12 +
 community-staging-i686/sage-mathematics.install   |   56 +++
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  157 
 community-staging-x86_64/fix-pil.patch|   12 +
 community-staging-x86_64/sage-mathematics.install |   56 +++
 community-staging-x86_64/sage.service |8 +
 8 files changed, 466 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 
102921, sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-24 07:11:17 UTC (rev 102922)
@@ -0,0 +1,157 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Antonio Rojas nqn1976 at gmail dot com
+# Contributor: Thomas Dziedzic gostrc at gmail dot com
+# Contributor: Osman Ugus ugus11 at yahoo dot com
+# Contributor: Stefan Husmann stefan-husmann at t-online dot de
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=6.0
+pkgrel=1
+pkgdesc=SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab
+arch=('i686' 'x86_64')
+url=http://www.sagemath.org;
+license=('GPL')
+#depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
+depends=('freetype2=2.3.5')
+makedepends=('gcc-fortran' 'gendesk' 'desktop-file-utils')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+source=(http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar;
+fix-pil.patch
+sage.service)
+install=${pkgname}.install
+md5sums=('da1bacf90fc291e736aaa71431e8874e'
+ 'de54cb818d74c070a524fc3fd5208b2c'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')
+
+prepare() {
+  # create *.desktop file
+  gendesk -n \
+  --pkgname=sage-notebook \
+  --pkgdesc=sage notebook \
+  --name=sage \
+  --exec=/opt/sage/sage -notebook \
+  --terminal=true \
+  --categories=Science;Math \
+  --custom=StartupNotify=true
+X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+  
+  # create DOT_SAGE directory
+  if [[ -d ${srcdir}/build ]]; then
+rm -rf ${srcdir}/build
+  fi
+  mkdir ${srcdir}/build
+  
+  # according to FS#34769
+  # NOTE: there is an error in pil build (freetype/fterrors.h not found)
+  cd ${srcdir}/sage-${pkgver}/upstream/
+  tar xjfv pil-1.1.6.tar.bz2
+  rm -r pil-1.1.6.tar.bz2
+  patch -p0 -i ${srcdir}/fix-pil.patch
+  tar cjvf pil-1.1.6.tar.bz2 pil-1.1.6
+  rm -rf pil-1.1.6
+  # fix checksums
+  SUMS=$(md5sum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/md5=[0-9a-f]\{32\}/md5=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini
+  SUMS=$(sha1sum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/sha1=[0-9a-f]\{40\}/sha1=${SUMS}/ -i 
${srcdir}/sage-${pkgver}/build/pkgs/pil/checksums.ini
+  SUMS=$(cksum pil-1.1.6.tar.bz2 | awk '{print $1}')
+  sed s/cksum=[0-9a-f]\{10\}/cksum=${SUMS}/ -i