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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:38
  Author: ibiru
Revision: 151800

db-move: moved akonadi from [staging] to [testing] (i686)

Added:
  akonadi/repos/testing-i686/
  akonadi/repos/testing-i686/PKGBUILD
(from rev 151799, akonadi/repos/staging-i686/PKGBUILD)
  akonadi/repos/testing-i686/akonadi.install
(from rev 151799, akonadi/repos/staging-i686/akonadi.install)
Deleted:
  akonadi/repos/staging-i686/

-+
 PKGBUILD|   32 
 akonadi.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: akonadi/repos/testing-i686/PKGBUILD (from rev 151799, 
akonadi/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:38 UTC (rev 151800)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('804309dca70ede35b4a654ab764e9079')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/testing-i686/akonadi.install (from rev 151799, 
akonadi/repos/staging-i686/akonadi.install)
===
--- testing-i686/akonadi.install(rev 0)
+++ testing-i686/akonadi.install2012-03-03 08:08:38 UTC (rev 151800)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:39
  Author: ibiru
Revision: 151801

db-move: moved akonadi from [staging] to [testing] (x86_64)

Added:
  akonadi/repos/testing-x86_64/
  akonadi/repos/testing-x86_64/PKGBUILD
(from rev 151799, akonadi/repos/staging-x86_64/PKGBUILD)
  akonadi/repos/testing-x86_64/akonadi.install
(from rev 151799, akonadi/repos/staging-x86_64/akonadi.install)
Deleted:
  akonadi/repos/staging-x86_64/

-+
 PKGBUILD|   32 
 akonadi.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: akonadi/repos/testing-x86_64/PKGBUILD (from rev 151799, 
akonadi/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:39 UTC (rev 151801)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('804309dca70ede35b4a654ab764e9079')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: akonadi/repos/testing-x86_64/akonadi.install (from rev 151799, 
akonadi/repos/staging-x86_64/akonadi.install)
===
--- testing-x86_64/akonadi.install  (rev 0)
+++ testing-x86_64/akonadi.install  2012-03-03 08:08:39 UTC (rev 151801)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in avogadro/repos (7 files)

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:40
  Author: ibiru
Revision: 151802

db-move: moved avogadro from [staging] to [testing] (i686)

Added:
  avogadro/repos/testing-i686/
  avogadro/repos/testing-i686/PKGBUILD
(from rev 151799, avogadro/repos/staging-i686/PKGBUILD)
  avogadro/repos/testing-i686/avogadro.install
(from rev 151799, avogadro/repos/staging-i686/avogadro.install)
  avogadro/repos/testing-i686/fix-boost.patch
(from rev 151799, avogadro/repos/staging-i686/fix-boost.patch)
  avogadro/repos/testing-i686/fix-opengl-headers.patch
(from rev 151799, avogadro/repos/staging-i686/fix-opengl-headers.patch)
  avogadro/repos/testing-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 151799, 
avogadro/repos/staging-i686/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
Deleted:
  avogadro/repos/staging-i686/

-+
 PKGBUILD|   45 +
 avogadro.install|   11 
 fix-boost.patch |   33 +
 fix-opengl-headers.patch|   53 +
 replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 ++
 5 files changed, 920 insertions(+)

Copied: avogadro/repos/testing-i686/PKGBUILD (from rev 151799, 
avogadro/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:40 UTC (rev 151802)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.0.3
+pkgrel=5
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'replace-qt4_automoc-with-qt4_wrap_cpp.patch'
+'fix-boost.patch'
+'fix-opengl-headers.patch')
+md5sums=('92c2702c1980f70fb6d87a1a58147911'
+ 'aec516daab066c15326a9681f8f15abc'
+ '46282e4709429447e44a0a54d51ad2ec'
+ 'f420bfd22e3d5d8fcddc625cf5e711f6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/replace-qt4_automoc-with-qt4_wrap_cpp.patch
+  patch -p1 -i ${srcdir}/fix-boost.patch
+  patch -p1 -i ${srcdir}/fix-opengl-headers.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt/mkspecs
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: avogadro/repos/testing-i686/avogadro.install (from rev 151799, 
avogadro/repos/staging-i686/avogadro.install)
===
--- testing-i686/avogadro.install   (rev 0)
+++ testing-i686/avogadro.install   2012-03-03 08:08:40 UTC (rev 151802)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/testing-i686/fix-boost.patch (from rev 151799, 
avogadro/repos/staging-i686/fix-boost.patch)
===
--- testing-i686/fix-boost.patch(rev 0)
+++ testing-i686/fix-boost.patch2012-03-03 08:08:40 UTC (rev 151802)
@@ -0,0 +1,33 @@
+--- avogadro-1.0.3/libavogadro/src/CMakeLists.txt~ 2011-11-29 
18:33:01.777291627 +
 avogadro-1.0.3/libavogadro/src/CMakeLists.txt  2011-11-29 
18:33:23.480814612 +
+@@ -149,7 +149,7 @@
+   endforeach(P_ITEM ${PYTHON_SRCS})
+ endif(NOT ENABLE_PYTHON OR NOT ALL_PYTHON_FOUND)
+ 
+-QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS})
++QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ # you have to add link_directories before you add the target
+ if(ENABLE_PYTHON AND ALL_PYTHON_FOUND)
+--- avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt~  2011-11-29 
18:37:15.449506548 +
 avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt   2011-11-29 
18:37:52.729831744 +
+@@ -11,7 +11,7 @@
+ # use all cpp files in this directory
+ FILE(GLOB wrapper_SRCS *.cpp)
+ 
+-QT4_WRAP_CPP(MOC_SRCS moleculelist.h)
++QT4_WRAP_CPP(MOC_SRCS moleculelist.h OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ ADD_LIBRARY(python-module MODULE ${wrapper_SRCS} ${MOC_SRCS})
+ SET_TARGET_PROPERTIES(python-module PROPERTIES OUTPUT_NAME Avogadro)
+--- avogadro-1.0.3/libavogadro/CMakeLists.txt~ 2011-11-29 19:41:34.066938217 
+
 

[arch-commits] Commit in avogadro/repos (7 files)

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:41
  Author: ibiru
Revision: 151803

db-move: moved avogadro from [staging] to [testing] (x86_64)

Added:
  avogadro/repos/testing-x86_64/
  avogadro/repos/testing-x86_64/PKGBUILD
(from rev 151799, avogadro/repos/staging-x86_64/PKGBUILD)
  avogadro/repos/testing-x86_64/avogadro.install
(from rev 151799, avogadro/repos/staging-x86_64/avogadro.install)
  avogadro/repos/testing-x86_64/fix-boost.patch
(from rev 151799, avogadro/repos/staging-x86_64/fix-boost.patch)
  avogadro/repos/testing-x86_64/fix-opengl-headers.patch
(from rev 151799, avogadro/repos/staging-x86_64/fix-opengl-headers.patch)
  avogadro/repos/testing-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch
(from rev 151799, 
avogadro/repos/staging-x86_64/replace-qt4_automoc-with-qt4_wrap_cpp.patch)
Deleted:
  avogadro/repos/staging-x86_64/

-+
 PKGBUILD|   45 +
 avogadro.install|   11 
 fix-boost.patch |   33 +
 fix-opengl-headers.patch|   53 +
 replace-qt4_automoc-with-qt4_wrap_cpp.patch |  778 ++
 5 files changed, 920 insertions(+)

Copied: avogadro/repos/testing-x86_64/PKGBUILD (from rev 151799, 
avogadro/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:41 UTC (rev 151803)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Nick B Shirakawasuna at gmail _dot_com
+
+pkgname=avogadro
+pkgver=1.0.3
+pkgrel=5
+pkgdesc=An advanced molecular editor based on Qt
+arch=('i686' 'x86_64')
+url=http://avogadro.openmolecules.net/wiki/Main_Page;
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost')
+install=avogadro.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'replace-qt4_automoc-with-qt4_wrap_cpp.patch'
+'fix-boost.patch'
+'fix-opengl-headers.patch')
+md5sums=('92c2702c1980f70fb6d87a1a58147911'
+ 'aec516daab066c15326a9681f8f15abc'
+ '46282e4709429447e44a0a54d51ad2ec'
+ 'f420bfd22e3d5d8fcddc625cf5e711f6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/replace-qt4_automoc-with-qt4_wrap_cpp.patch
+  patch -p1 -i ${srcdir}/fix-boost.patch
+  patch -p1 -i ${srcdir}/fix-opengl-headers.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt/mkspecs
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: avogadro/repos/testing-x86_64/avogadro.install (from rev 151799, 
avogadro/repos/staging-x86_64/avogadro.install)
===
--- testing-x86_64/avogadro.install (rev 0)
+++ testing-x86_64/avogadro.install 2012-03-03 08:08:41 UTC (rev 151803)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: avogadro/repos/testing-x86_64/fix-boost.patch (from rev 151799, 
avogadro/repos/staging-x86_64/fix-boost.patch)
===
--- testing-x86_64/fix-boost.patch  (rev 0)
+++ testing-x86_64/fix-boost.patch  2012-03-03 08:08:41 UTC (rev 151803)
@@ -0,0 +1,33 @@
+--- avogadro-1.0.3/libavogadro/src/CMakeLists.txt~ 2011-11-29 
18:33:01.777291627 +
 avogadro-1.0.3/libavogadro/src/CMakeLists.txt  2011-11-29 
18:33:23.480814612 +
+@@ -149,7 +149,7 @@
+   endforeach(P_ITEM ${PYTHON_SRCS})
+ endif(NOT ENABLE_PYTHON OR NOT ALL_PYTHON_FOUND)
+ 
+-QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS})
++QT4_WRAP_CPP(libavogadro_MOC_SRCS ${libavogadro_MOC_HDRS} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ # you have to add link_directories before you add the target
+ if(ENABLE_PYTHON AND ALL_PYTHON_FOUND)
+--- avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt~  2011-11-29 
18:37:15.449506548 +
 avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt   2011-11-29 
18:37:52.729831744 +
+@@ -11,7 +11,7 @@
+ # use all cpp files in this directory
+ FILE(GLOB wrapper_SRCS *.cpp)
+ 
+-QT4_WRAP_CPP(MOC_SRCS moleculelist.h)
++QT4_WRAP_CPP(MOC_SRCS moleculelist.h OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
+ 
+ ADD_LIBRARY(python-module MODULE ${wrapper_SRCS} ${MOC_SRCS})
+ SET_TARGET_PROPERTIES(python-module PROPERTIES OUTPUT_NAME Avogadro)
+--- avogadro-1.0.3/libavogadro/CMakeLists.txt~ 2011-11-29 

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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:43
  Author: ibiru
Revision: 151804

db-move: moved boost from [staging] to [testing] (i686)

Added:
  boost/repos/testing-i686/
  boost/repos/testing-i686/PKGBUILD
(from rev 151799, boost/repos/staging-i686/PKGBUILD)
  boost/repos/testing-i686/exceptions.patch
(from rev 151799, boost/repos/staging-i686/exceptions.patch)
Deleted:
  boost/repos/staging-i686/

--+
 PKGBUILD |  118 +
 exceptions.patch |   25 +++
 2 files changed, 143 insertions(+)

Copied: boost/repos/testing-i686/PKGBUILD (from rev 151799, 
boost/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:43 UTC (rev 151804)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.49.0
+_boostver=${pkgver//./_}
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.boost.org/;
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+exceptions.patch)
+license=('custom')
+md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
+ '9b44c28b36303152050c8c82469569c5')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+  # set python path for bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools
+  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
+  echo using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;  build/v2/user-config.jam
+  echo using mpi ;  build/v2/user-config.jam
+
+  cd ${srcdir}/${pkgbase}_${_boostver}
+  # https://svn.boost.org/trac/boost/ticket/5731
+  patch -p0 -i ${srcdir}/exceptions.patch
+
+
+  # build bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
+  ./build.sh cc
+
+  _bindir=bin.linuxx86
+  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+  install -d ${_stagedir}/usr/bin
+  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+
+  # build tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
+  ${_stagedir}/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
+  for i in *;do
+  install -m755 ${i} ${_stagedir}/usr/bin/${i}
+  done
+
+  #boostbook needed by quickbook
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
+  cp -r share ${_stagedir}
+
+  # build libs
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # default minimal install: release link=shared,static
+  # runtime-link=shared threading=single,multi
+  # --layout=tagged will add the -mt suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  ${_stagedir}/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix=${_stagedir} \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+depends=(boost-libs=${pkgver})
+optdepends=('python: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d ${pkgdir}/usr/{include,lib,share}
+# headers/source files
+cp -r ${_stagedir}/include/ ${pkgdir}/usr/
+
+# static libs
+cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
+
+#boostbook
+cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-i686/exceptions.patch (from rev 151799, 
boost/repos/staging-i686/exceptions.patch)
===
--- testing-i686/exceptions.patch   (rev 0)
+++ testing-i686/exceptions.patch   2012-03-03 08:08:43 UTC (rev 

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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:44
  Author: ibiru
Revision: 151805

db-move: moved boost from [staging] to [testing] (x86_64)

Added:
  boost/repos/testing-x86_64/
  boost/repos/testing-x86_64/PKGBUILD
(from rev 151799, boost/repos/staging-x86_64/PKGBUILD)
  boost/repos/testing-x86_64/exceptions.patch
(from rev 151799, boost/repos/staging-x86_64/exceptions.patch)
Deleted:
  boost/repos/staging-x86_64/

--+
 PKGBUILD |  118 +
 exceptions.patch |   25 +++
 2 files changed, 143 insertions(+)

Copied: boost/repos/testing-x86_64/PKGBUILD (from rev 151799, 
boost/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:44 UTC (rev 151805)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.49.0
+_boostver=${pkgver//./_}
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.boost.org/;
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+exceptions.patch)
+license=('custom')
+md5sums=('e0defc8c818e4f1c5bbb29d0292b76ca'
+ '9b44c28b36303152050c8c82469569c5')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+  # set python path for bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools
+  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
+  echo using python : 3.2 : /usr/bin/python : /usr/include/python3.2mu : 
/usr/lib ;  build/v2/user-config.jam
+  echo using mpi ;  build/v2/user-config.jam
+
+  cd ${srcdir}/${pkgbase}_${_boostver}
+  # https://svn.boost.org/trac/boost/ticket/5731
+  patch -p0 -i ${srcdir}/exceptions.patch
+
+
+  # build bjam
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
+  ./build.sh cc
+
+  _bindir=bin.linuxx86
+  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+  install -d ${_stagedir}/usr/bin
+  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+
+  # build tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
+  ${_stagedir}/usr/bin/bjam --toolset=gcc
+
+  # copy the tools
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
+  for i in *;do
+  install -m755 ${i} ${_stagedir}/usr/bin/${i}
+  done
+
+  #boostbook needed by quickbook
+  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
+  cp -r share ${_stagedir}
+
+  # build libs
+  cd ${srcdir}/${pkgbase}_${_boostver}
+
+  # default minimal install: release link=shared,static
+  # runtime-link=shared threading=single,multi
+  # --layout=tagged will add the -mt suffix for multithreaded libraries
+  # and installs includes in /usr/include/boost.
+  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+  # install to ${_stagedir} in preparation for split packaging
+
+  ${_stagedir}/usr/bin/bjam \
+  release debug-symbols=off threading=multi \
+  runtime-link=shared link=shared,static \
+  cflags=-fno-strict-aliasing \
+  toolset=gcc \
+  --prefix=${_stagedir} \
+  -sTOOLS=gcc \
+  --layout=system \
+  ${MAKEFLAGS} \
+  install
+}
+
+package_boost() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+depends=(boost-libs=${pkgver})
+optdepends=('python: for python bindings'
+'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+install -d ${pkgdir}/usr/{include,lib,share}
+# headers/source files
+cp -r ${_stagedir}/include/ ${pkgdir}/usr/
+
+# static libs
+cp -r ${_stagedir}/lib/*.a ${pkgdir}/usr/lib/
+
+# utilities (bjam, bcp, pyste)
+cp -r ${_stagedir}/usr/* ${pkgdir}/usr/
+
+#boostbook
+cp -r ${_stagedir}/share/* ${pkgdir}/usr/share
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
+optdepends=('openmpi: for mpi support')
+
+install -d ${pkgdir}/usr/lib
+#shared libs
+cp -r ${_stagedir}/lib/*.so{,.*} ${pkgdir}/usr/lib/
+
+# license
+install -D -m644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+${pkgdir}/usr/share/licenses/boost-libs/LICENSE_1_0.txt
+}

Copied: boost/repos/testing-x86_64/exceptions.patch (from rev 151799, 
boost/repos/staging-x86_64/exceptions.patch)
===
--- testing-x86_64/exceptions.patch (rev 0)
+++ testing-x86_64/exceptions.patch 

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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:45
  Author: ibiru
Revision: 151806

db-move: moved ekiga from [staging] to [testing] (i686)

Added:
  ekiga/repos/testing-i686/
  ekiga/repos/testing-i686/PKGBUILD
(from rev 151799, ekiga/repos/staging-i686/PKGBUILD)
  ekiga/repos/testing-i686/ekiga.install
(from rev 151799, ekiga/repos/staging-i686/ekiga.install)
Deleted:
  ekiga/repos/staging-i686/

---+
 PKGBUILD  |   36 
 ekiga.install |   22 ++
 2 files changed, 58 insertions(+)

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

Copied: ekiga/repos/testing-i686/ekiga.install (from rev 151799, 
ekiga/repos/staging-i686/ekiga.install)
===
--- testing-i686/ekiga.install  (rev 0)
+++ testing-i686/ekiga.install  2012-03-03 08:08:45 UTC (rev 151806)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:47
  Author: ibiru
Revision: 151807

db-move: moved ekiga from [staging] to [testing] (x86_64)

Added:
  ekiga/repos/testing-x86_64/
  ekiga/repos/testing-x86_64/PKGBUILD
(from rev 151799, ekiga/repos/staging-x86_64/PKGBUILD)
  ekiga/repos/testing-x86_64/ekiga.install
(from rev 151799, ekiga/repos/staging-x86_64/ekiga.install)
Deleted:
  ekiga/repos/staging-x86_64/

---+
 PKGBUILD  |   36 
 ekiga.install |   22 ++
 2 files changed, 58 insertions(+)

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

Copied: ekiga/repos/testing-x86_64/ekiga.install (from rev 151799, 
ekiga/repos/staging-x86_64/ekiga.install)
===
--- testing-x86_64/ekiga.install(rev 0)
+++ testing-x86_64/ekiga.install2012-03-03 08:08:47 UTC (rev 151807)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:49
  Author: ibiru
Revision: 151809

db-move: moved hugin from [staging] to [testing] (x86_64)

Added:
  hugin/repos/testing-x86_64/
  hugin/repos/testing-x86_64/PKGBUILD
(from rev 151799, hugin/repos/staging-x86_64/PKGBUILD)
  hugin/repos/testing-x86_64/hugin.install
(from rev 151799, hugin/repos/staging-x86_64/hugin.install)
Deleted:
  hugin/repos/staging-x86_64/

---+
 PKGBUILD  |   35 +++
 hugin.install |   15 +++
 2 files changed, 50 insertions(+)

Copied: hugin/repos/testing-x86_64/PKGBUILD (from rev 151799, 
hugin/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:49 UTC (rev 151809)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=2
+pkgdesc=A frontend to the panorama-tools
+arch=('i686' 'x86_64')
+url=http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ${srcdir}/${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/testing-x86_64/hugin.install (from rev 151799, 
hugin/repos/staging-x86_64/hugin.install)
===
--- testing-x86_64/hugin.install(rev 0)
+++ testing-x86_64/hugin.install2012-03-03 08:08:49 UTC (rev 151809)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:48
  Author: ibiru
Revision: 151808

db-move: moved hugin from [staging] to [testing] (i686)

Added:
  hugin/repos/testing-i686/
  hugin/repos/testing-i686/PKGBUILD
(from rev 151799, hugin/repos/staging-i686/PKGBUILD)
  hugin/repos/testing-i686/hugin.install
(from rev 151799, hugin/repos/staging-i686/hugin.install)
Deleted:
  hugin/repos/staging-i686/

---+
 PKGBUILD  |   35 +++
 hugin.install |   15 +++
 2 files changed, 50 insertions(+)

Copied: hugin/repos/testing-i686/PKGBUILD (from rev 151799, 
hugin/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:48 UTC (rev 151808)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=2
+pkgdesc=A frontend to the panorama-tools
+arch=('i686' 'x86_64')
+url=http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ${srcdir}/${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/testing-i686/hugin.install (from rev 151799, 
hugin/repos/staging-i686/hugin.install)
===
--- testing-i686/hugin.install  (rev 0)
+++ testing-i686/hugin.install  2012-03-03 08:08:48 UTC (rev 151808)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:51
  Author: ibiru
Revision: 151810

db-move: moved kdeedu-kig from [staging] to [testing] (i686)

Added:
  kdeedu-kig/repos/testing-i686/
  kdeedu-kig/repos/testing-i686/PKGBUILD
(from rev 151799, kdeedu-kig/repos/staging-i686/PKGBUILD)
  kdeedu-kig/repos/testing-i686/kdeedu-kig.install
(from rev 151799, kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/staging-i686/

+
 PKGBUILD   |   34 ++
 kdeedu-kig.install |   12 
 2 files changed, 46 insertions(+)

Copied: kdeedu-kig/repos/testing-i686/PKGBUILD (from rev 151799, 
kdeedu-kig/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:51 UTC (rev 151810)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.8.0
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2;)
+sha1sums=('141a4c9230ab134dcf7016c2880357d9e52b8f69')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-i686/kdeedu-kig.install (from rev 151799, 
kdeedu-kig/repos/staging-i686/kdeedu-kig.install)
===
--- testing-i686/kdeedu-kig.install (rev 0)
+++ testing-i686/kdeedu-kig.install 2012-03-03 08:08:51 UTC (rev 151810)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:52
  Author: ibiru
Revision: 151811

db-move: moved kdeedu-kig from [staging] to [testing] (x86_64)

Added:
  kdeedu-kig/repos/testing-x86_64/
  kdeedu-kig/repos/testing-x86_64/PKGBUILD
(from rev 151799, kdeedu-kig/repos/staging-x86_64/PKGBUILD)
  kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install
(from rev 151799, kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/staging-x86_64/

+
 PKGBUILD   |   34 ++
 kdeedu-kig.install |   12 
 2 files changed, 46 insertions(+)

Copied: kdeedu-kig/repos/testing-x86_64/PKGBUILD (from rev 151799, 
kdeedu-kig/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:52 UTC (rev 151811)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.8.0
+pkgrel=2
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.bz2;)
+sha1sums=('141a4c9230ab134dcf7016c2880357d9e52b8f69')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Copied: kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install (from rev 151799, 
kdeedu-kig/repos/staging-x86_64/kdeedu-kig.install)
===
--- testing-x86_64/kdeedu-kig.install   (rev 0)
+++ testing-x86_64/kdeedu-kig.install   2012-03-03 08:08:52 UTC (rev 151811)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:54
  Author: ibiru
Revision: 151812

db-move: moved kdeedu-rocs from [staging] to [testing] (i686)

Added:
  kdeedu-rocs/repos/testing-i686/
  kdeedu-rocs/repos/testing-i686/PKGBUILD
(from rev 151799, kdeedu-rocs/repos/staging-i686/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/staging-i686/

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

Copied: kdeedu-rocs/repos/testing-i686/PKGBUILD (from rev 151799, 
kdeedu-rocs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:54 UTC (rev 151812)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.8.0
+pkgrel=2
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.bz2;)
+sha1sums=('d29daa9633e2ba6e2d3e0c7155ade752216a8969')
+options=('!makeflags')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:55
  Author: ibiru
Revision: 151813

db-move: moved kdeedu-rocs from [staging] to [testing] (x86_64)

Added:
  kdeedu-rocs/repos/testing-x86_64/
  kdeedu-rocs/repos/testing-x86_64/PKGBUILD
(from rev 151799, kdeedu-rocs/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/staging-x86_64/

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

Copied: kdeedu-rocs/repos/testing-x86_64/PKGBUILD (from rev 151799, 
kdeedu-rocs/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:55 UTC (rev 151813)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-rocs
+pkgver=4.8.0
+pkgrel=2
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'boost-libs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.bz2;)
+sha1sums=('d29daa9633e2ba6e2d3e0c7155ade752216a8969')
+options=('!makeflags')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:56
  Author: ibiru
Revision: 151814

db-move: moved liborigin2 from [staging] to [testing] (i686)

Added:
  liborigin2/repos/testing-i686/
  liborigin2/repos/testing-i686/PKGBUILD
(from rev 151799, liborigin2/repos/staging-i686/PKGBUILD)
  liborigin2/repos/testing-i686/liborigin.pro.archlinux
(from rev 151799, liborigin2/repos/staging-i686/liborigin.pro.archlinux)
Deleted:
  liborigin2/repos/staging-i686/

-+
 PKGBUILD|   57 ++
 liborigin.pro.archlinux |   20 
 2 files changed, 77 insertions(+)

Copied: liborigin2/repos/testing-i686/PKGBUILD (from rev 151799, 
liborigin2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:08:56 UTC (rev 151814)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20110829
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://soft.proindependent.com/liborigin2/;
+license=('GPL3')
+makedepends=('doxygen' 'qt' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+sha1sums=('13851b17b21ec49375e4f5dfbd3ab4b9bf72f5be'
+  '9bb73eccc031b3a9e7c061b8cdbaf3e20aa2669d'
+  '2fd9ff17ff6b6f34b20fc473c82bf17ac1922e86')
+
+build() {
+   cd ${srcdir}/${pkgbase}
+
+   install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
+install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back 
like it was in previous releases
+   qmake liborigin2.pro QMAKESPEC=linux-g++
+   make QTDIR=/usr/ QMAKESPEC=linux-g++
+
+# create documentation
+cd doc
+doxygen
+}
+
+package_liborigin2() {
+pkgdesc=A library for reading OriginLab OPJ project files
+depends=('boost-libs')
+
+cd ${srcdir}/${pkgbase}
+
+   INSTALL_ROOT=${pkgdir} make install
+
+# install missing includes
+install -Dm644 tree.hh ${pkgdir}/usr/include/liborigin2/tree.hh
+for i in *.h; do
+  install -Dm644 ${i} ${pkgdir}/usr/include/liborigin2/${i}
+done
+}
+package_liborigin2-docs() {
+pkgdesc=Documentation for liborigin2: a library for reading OriginLab 
OPJ project files
+
+cd ${srcdir}/${pkgbase}/doc
+   install -d ${pkgdir}/usr/share/doc/${pkgbase}
+   cp -rf html/* ${pkgdir}/usr/share/doc/${pkgbase}
+   chmod 755 ${pkgdir}/usr/share/doc/liborigin2/images
+   chmod 644 ${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png
+}

Copied: liborigin2/repos/testing-i686/liborigin.pro.archlinux (from rev 151799, 
liborigin2/repos/staging-i686/liborigin.pro.archlinux)
===
--- testing-i686/liborigin.pro.archlinux(rev 0)
+++ testing-i686/liborigin.pro.archlinux2012-03-03 08:08:56 UTC (rev 
151814)
@@ -0,0 +1,20 @@
+TARGET   = origin2
+TEMPLATE = lib
+CONFIG  += warn_on release thread
+#CONFIG  += staticlib
+MOC_DIR  = ./tmp
+OBJECTS_DIR  = ./tmp
+
+DESTDIR  = ./
+
+#INCLUDEPATH += boost_1_33_0
+LIBS+= -lboost_date_time
+LIBS+= -lboost_thread
+
+headers.files = \$\$HEADERS
+headers.path = /usr/include/liborigin2
+target.path = /usr/lib
+INSTALLS = target headers
+
+include(liborigin2.pri)
+



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:57
  Author: ibiru
Revision: 151815

db-move: moved liborigin2 from [staging] to [testing] (x86_64)

Added:
  liborigin2/repos/testing-x86_64/
  liborigin2/repos/testing-x86_64/PKGBUILD
(from rev 151799, liborigin2/repos/staging-x86_64/PKGBUILD)
  liborigin2/repos/testing-x86_64/liborigin.pro.archlinux
(from rev 151799, liborigin2/repos/staging-x86_64/liborigin.pro.archlinux)
Deleted:
  liborigin2/repos/staging-x86_64/

-+
 PKGBUILD|   57 ++
 liborigin.pro.archlinux |   20 
 2 files changed, 77 insertions(+)

Copied: liborigin2/repos/testing-x86_64/PKGBUILD (from rev 151799, 
liborigin2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:08:57 UTC (rev 151815)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgbase=liborigin2
+pkgname=('liborigin2' 'liborigin2-docs')
+pkgver=20110829
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://soft.proindependent.com/liborigin2/;
+license=('GPL3')
+makedepends=('doxygen' 'qt' 'boost')
+replaces=('liborigin')
+provides=('liborigin')
+source=(http://download.berlios.de/qtiplot/${pkgbase}-20110829.zip
+   liborigin.pro.archlinux
+   http://tree.phi-sci.com/tree.hh)
+sha1sums=('13851b17b21ec49375e4f5dfbd3ab4b9bf72f5be'
+  '9bb73eccc031b3a9e7c061b8cdbaf3e20aa2669d'
+  '2fd9ff17ff6b6f34b20fc473c82bf17ac1922e86')
+
+build() {
+   cd ${srcdir}/${pkgbase}
+
+   install -Dm644 ${srcdir}/liborigin.pro.archlinux ./liborigin2.pro
+install -Dm644 ${srcdir}/tree.hh ./tree.hh # get the header back 
like it was in previous releases
+   qmake liborigin2.pro QMAKESPEC=linux-g++
+   make QTDIR=/usr/ QMAKESPEC=linux-g++
+
+# create documentation
+cd doc
+doxygen
+}
+
+package_liborigin2() {
+pkgdesc=A library for reading OriginLab OPJ project files
+depends=('boost-libs')
+
+cd ${srcdir}/${pkgbase}
+
+   INSTALL_ROOT=${pkgdir} make install
+
+# install missing includes
+install -Dm644 tree.hh ${pkgdir}/usr/include/liborigin2/tree.hh
+for i in *.h; do
+  install -Dm644 ${i} ${pkgdir}/usr/include/liborigin2/${i}
+done
+}
+package_liborigin2-docs() {
+pkgdesc=Documentation for liborigin2: a library for reading OriginLab 
OPJ project files
+
+cd ${srcdir}/${pkgbase}/doc
+   install -d ${pkgdir}/usr/share/doc/${pkgbase}
+   cp -rf html/* ${pkgdir}/usr/share/doc/${pkgbase}
+   chmod 755 ${pkgdir}/usr/share/doc/liborigin2/images
+   chmod 644 ${pkgdir}/usr/share/doc/liborigin2/images/origin_import.png
+}

Copied: liborigin2/repos/testing-x86_64/liborigin.pro.archlinux (from rev 
151799, liborigin2/repos/staging-x86_64/liborigin.pro.archlinux)
===
--- testing-x86_64/liborigin.pro.archlinux  (rev 0)
+++ testing-x86_64/liborigin.pro.archlinux  2012-03-03 08:08:57 UTC (rev 
151815)
@@ -0,0 +1,20 @@
+TARGET   = origin2
+TEMPLATE = lib
+CONFIG  += warn_on release thread
+#CONFIG  += staticlib
+MOC_DIR  = ./tmp
+OBJECTS_DIR  = ./tmp
+
+DESTDIR  = ./
+
+#INCLUDEPATH += boost_1_33_0
+LIBS+= -lboost_date_time
+LIBS+= -lboost_thread
+
+headers.files = \$\$HEADERS
+headers.path = /usr/include/liborigin2
+target.path = /usr/lib
+INSTALLS = target headers
+
+include(liborigin2.pri)
+



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:08:59
  Author: ibiru
Revision: 151816

db-move: moved libpst from [staging] to [testing] (i686)

Added:
  libpst/repos/testing-i686/
  libpst/repos/testing-i686/PKGBUILD
(from rev 151799, libpst/repos/staging-i686/PKGBUILD)
Deleted:
  libpst/repos/staging-i686/

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

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



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:00
  Author: ibiru
Revision: 151817

db-move: moved libpst from [staging] to [testing] (x86_64)

Added:
  libpst/repos/testing-x86_64/
  libpst/repos/testing-x86_64/PKGBUILD
(from rev 151799, libpst/repos/staging-x86_64/PKGBUILD)
Deleted:
  libpst/repos/staging-x86_64/

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

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



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:01
  Author: ibiru
Revision: 151818

db-move: moved libtorrent-rasterbar from [staging] to [testing] (i686)

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 151799, libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-i686/

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

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 151799, 
libtorrent-rasterbar/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:09:01 UTC (rev 151818)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.15.10
+pkgrel=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS+= -fvisibility=hidden
+  export CXXFLAGS+= -fvisibility=hidden
+  ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:02
  Author: ibiru
Revision: 151819

db-move: moved libtorrent-rasterbar from [staging] to [testing] (x86_64)

Added:
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 151799, libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/staging-x86_64/

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

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 151799, 
libtorrent-rasterbar/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:09:02 UTC (rev 151819)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libtorrent-rasterbar
+pkgver=0.15.10
+pkgrel=1
+pkgdesc=A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around
+url=http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('3e461d9ede5fab3fb59be6a9f0cbc52121d536c4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export CFLAGS+= -fvisibility=hidden
+  export CXXFLAGS+= -fvisibility=hidden
+  ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:03
  Author: ibiru
Revision: 151820

db-move: moved licq from [staging] to [testing] (i686)

Added:
  licq/repos/testing-i686/
  licq/repos/testing-i686/PKGBUILD
(from rev 151799, licq/repos/staging-i686/PKGBUILD)
Deleted:
  licq/repos/staging-i686/

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

Copied: licq/repos/testing-i686/PKGBUILD (from rev 151799, 
licq/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:09:03 UTC (rev 151820)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=2
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('libxss' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:05
  Author: ibiru
Revision: 151821

db-move: moved licq from [staging] to [testing] (x86_64)

Added:
  licq/repos/testing-x86_64/
  licq/repos/testing-x86_64/PKGBUILD
(from rev 151799, licq/repos/staging-x86_64/PKGBUILD)
Deleted:
  licq/repos/staging-x86_64/

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

Copied: licq/repos/testing-x86_64/PKGBUILD (from rev 151799, 
licq/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:09:05 UTC (rev 151821)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=2
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('libxss' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:06
  Author: ibiru
Revision: 151822

db-move: moved lyx from [staging] to [testing] (i686)

Added:
  lyx/repos/testing-i686/
  lyx/repos/testing-i686/PKGBUILD
(from rev 151799, lyx/repos/staging-i686/PKGBUILD)
  lyx/repos/testing-i686/lyx.desktop
(from rev 151799, lyx/repos/staging-i686/lyx.desktop)
  lyx/repos/testing-i686/lyx.install
(from rev 151799, lyx/repos/staging-i686/lyx.install)
  lyx/repos/testing-i686/lyxrc.dist
(from rev 151799, lyx/repos/staging-i686/lyxrc.dist)
Deleted:
  lyx/repos/staging-i686/

-+
 PKGBUILD|   50 ++
 lyx.desktop |   14 ++
 lyx.install |   14 ++
 lyxrc.dist  |   14 ++
 4 files changed, 92 insertions(+)

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

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

Copied: lyx/repos/testing-i686/lyx.install (from rev 151799, 
lyx/repos/staging-i686/lyx.install)
===
--- testing-i686/lyx.install(rev 0)
+++ testing-i686/lyx.install2012-03-03 08:09:06 UTC (rev 151822)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/testing-i686/lyxrc.dist (from rev 151799, 
lyx/repos/staging-i686/lyxrc.dist)
===
--- testing-i686/lyxrc.dist (rev 0)
+++ testing-i686/lyxrc.dist 2012-03-03 08:09:06 UTC (rev 151822)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial global options for all LyX users.
+# Almost all settings here can be overridden through the preferences in LyX.
+
+\thesaurusdir_path /usr/share/mythes
+\hunspelldir_path /usr/share/myspell



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:08
  Author: ibiru
Revision: 151823

db-move: moved lyx from [staging] to [testing] (x86_64)

Added:
  lyx/repos/testing-x86_64/
  lyx/repos/testing-x86_64/PKGBUILD
(from rev 151799, lyx/repos/staging-x86_64/PKGBUILD)
  lyx/repos/testing-x86_64/lyx.desktop
(from rev 151799, lyx/repos/staging-x86_64/lyx.desktop)
  lyx/repos/testing-x86_64/lyx.install
(from rev 151799, lyx/repos/staging-x86_64/lyx.install)
  lyx/repos/testing-x86_64/lyxrc.dist
(from rev 151799, lyx/repos/staging-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/staging-x86_64/

-+
 PKGBUILD|   50 ++
 lyx.desktop |   14 ++
 lyx.install |   14 ++
 lyxrc.dist  |   14 ++
 4 files changed, 92 insertions(+)

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

Copied: lyx/repos/testing-x86_64/lyx.desktop (from rev 151799, 
lyx/repos/staging-x86_64/lyx.desktop)
===
--- testing-x86_64/lyx.desktop  (rev 0)
+++ testing-x86_64/lyx.desktop  2012-03-03 08:09:08 UTC (rev 151823)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/testing-x86_64/lyx.install (from rev 151799, 
lyx/repos/staging-x86_64/lyx.install)
===
--- testing-x86_64/lyx.install  (rev 0)
+++ testing-x86_64/lyx.install  2012-03-03 08:09:08 UTC (rev 151823)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/testing-x86_64/lyxrc.dist (from rev 151799, 
lyx/repos/staging-x86_64/lyxrc.dist)
===
--- testing-x86_64/lyxrc.dist   (rev 0)
+++ testing-x86_64/lyxrc.dist   2012-03-03 08:09:08 UTC (rev 151823)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initial global options for all LyX users.
+# Almost all settings here can be overridden through the preferences in LyX.
+
+\thesaurusdir_path /usr/share/mythes
+\hunspelldir_path /usr/share/myspell



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:09
  Author: ibiru
Revision: 151824

db-move: moved mkvtoolnix from [staging] to [testing] (i686)

Added:
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-i686/PKGBUILD
(from rev 151799, mkvtoolnix/repos/staging-i686/PKGBUILD)
  mkvtoolnix/repos/testing-i686/mkvtoolnix.install
(from rev 151799, mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/staging-i686/

+
 PKGBUILD   |   84 +++
 mkvtoolnix.install |   14 
 2 files changed, 98 insertions(+)

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

Copied: mkvtoolnix/repos/testing-i686/mkvtoolnix.install (from rev 151799, 
mkvtoolnix/repos/staging-i686/mkvtoolnix.install)
===
--- testing-i686/mkvtoolnix.install (rev 0)
+++ testing-i686/mkvtoolnix.install 2012-03-03 08:09:09 UTC (rev 151824)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:10
  Author: ibiru
Revision: 151825

db-move: moved mkvtoolnix from [staging] to [testing] (x86_64)

Added:
  mkvtoolnix/repos/testing-x86_64/
  mkvtoolnix/repos/testing-x86_64/PKGBUILD
(from rev 151799, mkvtoolnix/repos/staging-x86_64/PKGBUILD)
  mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install
(from rev 151799, mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/staging-x86_64/

+
 PKGBUILD   |   84 +++
 mkvtoolnix.install |   14 
 2 files changed, 98 insertions(+)

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

Copied: mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install (from rev 151799, 
mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install)
===
--- testing-x86_64/mkvtoolnix.install   (rev 0)
+++ testing-x86_64/mkvtoolnix.install   2012-03-03 08:09:10 UTC (rev 151825)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:11
  Author: ibiru
Revision: 151826

db-move: moved source-highlight from [staging] to [testing] (i686)

Added:
  source-highlight/repos/testing-i686/
  source-highlight/repos/testing-i686/PKGBUILD
(from rev 151799, source-highlight/repos/staging-i686/PKGBUILD)
  source-highlight/repos/testing-i686/source-highlight.install
(from rev 151799, 
source-highlight/repos/staging-i686/source-highlight.install)
Deleted:
  source-highlight/repos/staging-i686/

--+
 PKGBUILD |   32 
 source-highlight.install |   18 ++
 2 files changed, 50 insertions(+)

Copied: source-highlight/repos/testing-i686/PKGBUILD (from rev 151799, 
source-highlight/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 08:09:11 UTC (rev 151826)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.6
+pkgrel=2
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('gcc-libs' 'bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('44856c15a5dc8694e30d92f640ed348f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ --with-bash-completion=${pkgdir}/etc/bash_completion.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

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



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 03:09:13
  Author: ibiru
Revision: 151827

db-move: moved source-highlight from [staging] to [testing] (x86_64)

Added:
  source-highlight/repos/testing-x86_64/
  source-highlight/repos/testing-x86_64/PKGBUILD
(from rev 151799, source-highlight/repos/staging-x86_64/PKGBUILD)
  source-highlight/repos/testing-x86_64/source-highlight.install
(from rev 151799, 
source-highlight/repos/staging-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/staging-x86_64/

--+
 PKGBUILD |   32 
 source-highlight.install |   18 ++
 2 files changed, 50 insertions(+)

Copied: source-highlight/repos/testing-x86_64/PKGBUILD (from rev 151799, 
source-highlight/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 08:09:13 UTC (rev 151827)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.6
+pkgrel=2
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('gcc-libs' 'bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('44856c15a5dc8694e30d92f640ed348f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ --with-bash-completion=${pkgdir}/etc/bash_completion.d
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr install
+}

Copied: source-highlight/repos/testing-x86_64/source-highlight.install (from 
rev 151799, source-highlight/repos/staging-x86_64/source-highlight.install)
===
--- testing-x86_64/source-highlight.install (rev 0)
+++ testing-x86_64/source-highlight.install 2012-03-03 08:09:13 UTC (rev 
151827)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}



[arch-commits] Commit in glibc/repos (57 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:48:55
  Author: allan
Revision: 151828

db-move: moved glibc from [testing] to [core] (i686)

Added:
  glibc/repos/core-i686/PKGBUILD
(from rev 151827, glibc/repos/testing-i686/PKGBUILD)
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-i686/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch)
  glibc/repos/core-i686/glibc-2.15-arena.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-arena.patch)
  glibc/repos/core-i686/glibc-2.15-avx.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-avx.patch)
  glibc/repos/core-i686/glibc-2.15-feraiseexcept-plt.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-feraiseexcept-plt.patch)
  glibc/repos/core-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-i686/glibc-2.15-fmtmsg-locking.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-fmtmsg-locking.patch)
  glibc/repos/core-i686/glibc-2.15-gb18030.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-gb18030.patch)
  glibc/repos/core-i686/glibc-2.15-ifunc.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-ifunc.patch)
  glibc/repos/core-i686/glibc-2.15-lddebug-scopes.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/core-i686/glibc-2.15-multiarch-x86-strcmp.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-multiarch-x86-strcmp.patch)
  glibc/repos/core-i686/glibc-2.15-nearbyintf-rounding.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-nearbyintf-rounding.patch)
  glibc/repos/core-i686/glibc-2.15-negative-result-cache.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-negative-result-cache.patch)
  glibc/repos/core-i686/glibc-2.15-non-signalling-comparisons.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-non-signalling-comparisons.patch)
  glibc/repos/core-i686/glibc-2.15-regex.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-regex.patch)
  glibc/repos/core-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-i686/glibc-2.15-revert-netlink-cache.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-revert-netlink-cache.patch)
  glibc/repos/core-i686/glibc-2.15-rintf-rounding.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-rintf-rounding.patch)
  glibc/repos/core-i686/glibc-2.15-scanf.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-scanf.patch)
  glibc/repos/core-i686/glibc-2.15-strcasecmp-disable-avx.patch
(from rev 151827, 
glibc/repos/testing-i686/glibc-2.15-strcasecmp-disable-avx.patch)
  glibc/repos/core-i686/glibc-2.15-vdso.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-vdso.patch)
  glibc/repos/core-i686/glibc-2.15-vfprintf-nargs.patch
(from rev 151827, glibc/repos/testing-i686/glibc-2.15-vfprintf-nargs.patch)
  glibc/repos/core-i686/glibc-__i686.patch
(from rev 151827, glibc/repos/testing-i686/glibc-__i686.patch)
  glibc/repos/core-i686/glibc.install
(from rev 151827, glibc/repos/testing-i686/glibc.install)
  glibc/repos/core-i686/locale-gen
(from rev 151827, glibc/repos/testing-i686/locale-gen)
  glibc/repos/core-i686/locale.gen.txt
(from rev 151827, glibc/repos/testing-i686/locale.gen.txt)
  glibc/repos/core-i686/nscd
(from rev 151827, glibc/repos/testing-i686/nscd)
Deleted:
  glibc/repos/core-i686/PKGBUILD
  glibc/repos/core-i686/glibc-2.10-bz4781.patch
  glibc/repos/core-i686/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-i686/glibc-2.14-libdl-crash.patch
  glibc/repos/core-i686/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
  glibc/repos/core-i686/glibc-2.14-revert-4768ae77.patch
  glibc/repos/core-i686/glibc-2.15-arena.patch
  glibc/repos/core-i686/glibc-2.15-avx.patch
  glibc/repos/core-i686/glibc-2.15-gb18030.patch
  

[arch-commits] Commit in glibc/repos (57 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:49:00
  Author: allan
Revision: 151829

db-move: moved glibc from [testing] to [core] (x86_64)

Added:
  glibc/repos/core-x86_64/PKGBUILD
(from rev 151827, glibc/repos/testing-x86_64/PKGBUILD)
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.10-dont-build-timezone.patch)
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch)
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch)
  glibc/repos/core-x86_64/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch)
  glibc/repos/core-x86_64/glibc-2.15-arena.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-arena.patch)
  glibc/repos/core-x86_64/glibc-2.15-avx.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-avx.patch)
  glibc/repos/core-x86_64/glibc-2.15-feraiseexcept-plt.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-feraiseexcept-plt.patch)
  glibc/repos/core-x86_64/glibc-2.15-fix-res_query-assert.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/core-x86_64/glibc-2.15-fmtmsg-locking.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-fmtmsg-locking.patch)
  glibc/repos/core-x86_64/glibc-2.15-gb18030.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-gb18030.patch)
  glibc/repos/core-x86_64/glibc-2.15-ifunc.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-ifunc.patch)
  glibc/repos/core-x86_64/glibc-2.15-lddebug-scopes.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/core-x86_64/glibc-2.15-multiarch-x86-strcmp.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-multiarch-x86-strcmp.patch)
  glibc/repos/core-x86_64/glibc-2.15-nearbyintf-rounding.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-nearbyintf-rounding.patch)
  glibc/repos/core-x86_64/glibc-2.15-negative-result-cache.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-negative-result-cache.patch)
  glibc/repos/core-x86_64/glibc-2.15-non-signalling-comparisons.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-non-signalling-comparisons.patch)
  glibc/repos/core-x86_64/glibc-2.15-regex.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-regex.patch)
  glibc/repos/core-x86_64/glibc-2.15-revert-c5a0802a.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/core-x86_64/glibc-2.15-revert-netlink-cache.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-revert-netlink-cache.patch)
  glibc/repos/core-x86_64/glibc-2.15-rintf-rounding.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-rintf-rounding.patch)
  glibc/repos/core-x86_64/glibc-2.15-scanf.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-scanf.patch)
  glibc/repos/core-x86_64/glibc-2.15-strcasecmp-disable-avx.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-strcasecmp-disable-avx.patch)
  glibc/repos/core-x86_64/glibc-2.15-vdso.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-2.15-vdso.patch)
  glibc/repos/core-x86_64/glibc-2.15-vfprintf-nargs.patch
(from rev 151827, 
glibc/repos/testing-x86_64/glibc-2.15-vfprintf-nargs.patch)
  glibc/repos/core-x86_64/glibc-__i686.patch
(from rev 151827, glibc/repos/testing-x86_64/glibc-__i686.patch)
  glibc/repos/core-x86_64/glibc.install
(from rev 151827, glibc/repos/testing-x86_64/glibc.install)
  glibc/repos/core-x86_64/locale-gen
(from rev 151827, glibc/repos/testing-x86_64/locale-gen)
  glibc/repos/core-x86_64/locale.gen.txt
(from rev 151827, glibc/repos/testing-x86_64/locale.gen.txt)
  glibc/repos/core-x86_64/nscd
(from rev 151827, glibc/repos/testing-x86_64/nscd)
Deleted:
  glibc/repos/core-x86_64/PKGBUILD
  glibc/repos/core-x86_64/glibc-2.10-bz4781.patch
  glibc/repos/core-x86_64/glibc-2.10-dont-build-timezone.patch
  glibc/repos/core-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
  glibc/repos/core-x86_64/glibc-2.14-libdl-crash.patch
  glibc/repos/core-x86_64/glibc-2.14-reexport-rpc-interface.patch
  glibc/repos/core-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
  

[arch-commits] Commit in grep/repos (5 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:49:04
  Author: allan
Revision: 151830

db-move: moved grep from [testing] to [core] (i686)

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 151827, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-i686/grep.install
(from rev 151827, grep/repos/testing-i686/grep.install)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-i686/grep.install
  grep/repos/testing-i686/

--+
 PKGBUILD |   74 -
 grep.install |   42 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-03-03 08:49:00 UTC (rev 151829)
+++ core-i686/PKGBUILD  2012-03-03 08:49:04 UTC (rev 151830)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=grep
-pkgver=2.10
-pkgrel=3
-pkgdesc=A string search utility
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/grep/grep.html;
-groups=('base')
-depends=('glibc' 'pcre' 'sh')
-makedepends=('texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('709915434d09f5db655e5ebd7fd6bb7f'
- '9ad5c390a6ad7f566c58db28ddb06aed')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/bin
-  ln -s /usr/bin/grep ${pkgdir}/bin/grep
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 151827, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-03-03 08:49:04 UTC (rev 151830)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.11
+pkgrel=1
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ad9c6dbdeab93e50d2bc380f10ed3643'
+ 'e4fea5e355973c951f93f48bc86f92fa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/bin
+  ln -s /usr/bin/grep ${pkgdir}/bin/grep
+}

Deleted: core-i686/grep.install
===
--- core-i686/grep.install  2012-03-03 08:49:00 UTC (rev 151829)
+++ core-i686/grep.install  2012-03-03 08:49:04 UTC (rev 151830)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(grep.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-

Copied: grep/repos/core-i686/grep.install (from rev 151827, 
grep/repos/testing-i686/grep.install)
===
--- core-i686/grep.install  (rev 0)
+++ core-i686/grep.install  2012-03-03 08:49:04 UTC (rev 151830)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+



[arch-commits] Commit in grep/repos (5 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:49:06
  Author: allan
Revision: 151831

db-move: moved grep from [testing] to [core] (x86_64)

Added:
  grep/repos/core-x86_64/PKGBUILD
(from rev 151827, grep/repos/testing-x86_64/PKGBUILD)
  grep/repos/core-x86_64/grep.install
(from rev 151827, grep/repos/testing-x86_64/grep.install)
Deleted:
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/core-x86_64/grep.install
  grep/repos/testing-x86_64/

--+
 PKGBUILD |   74 -
 grep.install |   42 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-03-03 08:49:04 UTC (rev 151830)
+++ core-x86_64/PKGBUILD2012-03-03 08:49:06 UTC (rev 151831)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=grep
-pkgver=2.10
-pkgrel=3
-pkgdesc=A string search utility
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/grep/grep.html;
-groups=('base')
-depends=('glibc' 'pcre' 'sh')
-makedepends=('texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('709915434d09f5db655e5ebd7fd6bb7f'
- '9ad5c390a6ad7f566c58db28ddb06aed')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -dm755 ${pkgdir}/bin
-  ln -s /usr/bin/grep ${pkgdir}/bin/grep
-}

Copied: grep/repos/core-x86_64/PKGBUILD (from rev 151827, 
grep/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-03-03 08:49:06 UTC (rev 151831)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.11
+pkgrel=1
+pkgdesc=A string search utility
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/grep/grep.html;
+groups=('base')
+depends=('glibc' 'pcre' 'sh')
+makedepends=('texinfo')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ad9c6dbdeab93e50d2bc380f10ed3643'
+ 'e4fea5e355973c951f93f48bc86f92fa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -dm755 ${pkgdir}/bin
+  ln -s /usr/bin/grep ${pkgdir}/bin/grep
+}

Deleted: core-x86_64/grep.install
===
--- core-x86_64/grep.install2012-03-03 08:49:04 UTC (rev 151830)
+++ core-x86_64/grep.install2012-03-03 08:49:06 UTC (rev 151831)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(grep.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-

Copied: grep/repos/core-x86_64/grep.install (from rev 151827, 
grep/repos/testing-x86_64/grep.install)
===
--- core-x86_64/grep.install(rev 0)
+++ core-x86_64/grep.install2012-03-03 08:49:06 UTC (rev 151831)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(grep.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+



[arch-commits] Commit in sudo/repos (5 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:49:07
  Author: allan
Revision: 151832

db-move: moved sudo from [testing] to [core] (i686)

Added:
  sudo/repos/core-i686/PKGBUILD
(from rev 151827, sudo/repos/testing-i686/PKGBUILD)
  sudo/repos/core-i686/sudo.pam
(from rev 151827, sudo/repos/testing-i686/sudo.pam)
Deleted:
  sudo/repos/core-i686/PKGBUILD
  sudo/repos/core-i686/sudo.pam
  sudo/repos/testing-i686/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-03-03 08:49:06 UTC (rev 151831)
+++ core-i686/PKGBUILD  2012-03-03 08:49:07 UTC (rev 151832)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_ver=1.8.4p1
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
-sudo.pam)
-md5sums=('d7f9bf7675bbc6d75e6f9353a175317c'
- '51bc933d386af08038349dd61aa243c3'
- '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
-
-build() {
-  cd $srcdir/$pkgname-$_ver
-
-  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
---with-env-editor --with-all-insults --with-logfac=auth
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_ver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_ver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
-}

Copied: sudo/repos/core-i686/PKGBUILD (from rev 151827, 
sudo/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-03-03 08:49:07 UTC (rev 151832)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.4p2
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('c0cc9334246d4f34128660b6c5463e94'
+ 'bb692de8ecb24d8bfab00c45292536c5'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_ver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Deleted: core-i686/sudo.pam
===
--- core-i686/sudo.pam  2012-03-03 08:49:06 UTC (rev 151831)
+++ core-i686/sudo.pam  2012-03-03 08:49:07 UTC (rev 151832)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so

Copied: sudo/repos/core-i686/sudo.pam (from rev 151827, 
sudo/repos/testing-i686/sudo.pam)
===
--- core-i686/sudo.pam  (rev 0)
+++ core-i686/sudo.pam  2012-03-03 08:49:07 UTC (rev 151832)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



[arch-commits] Commit in sudo/repos (5 files)

2012-03-03 Thread Allan McRae
Date: Saturday, March 3, 2012 @ 03:49:08
  Author: allan
Revision: 151833

db-move: moved sudo from [testing] to [core] (x86_64)

Added:
  sudo/repos/core-x86_64/PKGBUILD
(from rev 151827, sudo/repos/testing-x86_64/PKGBUILD)
  sudo/repos/core-x86_64/sudo.pam
(from rev 151827, sudo/repos/testing-x86_64/sudo.pam)
Deleted:
  sudo/repos/core-x86_64/PKGBUILD
  sudo/repos/core-x86_64/sudo.pam
  sudo/repos/testing-x86_64/

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

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-03-03 08:49:07 UTC (rev 151832)
+++ core-x86_64/PKGBUILD2012-03-03 08:49:08 UTC (rev 151833)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sudo
-_ver=1.8.4p1
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc=Give certain users the ability to run some commands as root
-arch=('i686' 'x86_64')
-url=http://www.sudo.ws/sudo/;
-license=('custom')
-depends=('glibc' 'pam')
-backup=('etc/sudoers' 'etc/pam.d/sudo')
-options=('!libtool' '!makeflags')
-source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
-sudo.pam)
-md5sums=('d7f9bf7675bbc6d75e6f9353a175317c'
- '51bc933d386af08038349dd61aa243c3'
- '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
-
-build() {
-  cd $srcdir/$pkgname-$_ver
-
-  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
---with-env-editor --with-all-insults --with-logfac=auth
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$_ver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$_ver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
-
-  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
-}

Copied: sudo/repos/core-x86_64/PKGBUILD (from rev 151827, 
sudo/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-03-03 08:49:08 UTC (rev 151833)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_ver=1.8.4p2
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+depends=('glibc' 'pam')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+options=('!libtool' '!makeflags')
+source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig}
+sudo.pam)
+md5sums=('c0cc9334246d4f34128660b6c5463e94'
+ 'bb692de8ecb24d8bfab00c45292536c5'
+ '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
+
+build() {
+  cd $srcdir/$pkgname-$_ver
+
+  ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
+--with-env-editor --with-all-insults --with-logfac=auth
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_ver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_ver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}

Deleted: core-x86_64/sudo.pam
===
--- core-x86_64/sudo.pam2012-03-03 08:49:07 UTC (rev 151832)
+++ core-x86_64/sudo.pam2012-03-03 08:49:08 UTC (rev 151833)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-auth   requiredpam_unix.so
-auth   requiredpam_nologin.so

Copied: sudo/repos/core-x86_64/sudo.pam (from rev 151827, 
sudo/repos/testing-x86_64/sudo.pam)
===
--- core-x86_64/sudo.pam(rev 0)
+++ core-x86_64/sudo.pam2012-03-03 08:49:08 UTC (rev 151833)
@@ -0,0 +1,3 @@
+#%PAM-1.0
+auth   requiredpam_unix.so
+auth   requiredpam_nologin.so



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

2012-03-03 Thread Daniel Isenmann
Date: Saturday, March 3, 2012 @ 04:20:44
  Author: daniel
Revision: 151834

upgpkg: taglib-sharp 2.0.4.0-1

New upstream release

Modified:
  taglib-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 08:49:08 UTC (rev 151833)
+++ PKGBUILD2012-03-03 09:20:44 UTC (rev 151834)
@@ -1,24 +1,28 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Daniel Isenmann dan...@archlinux.org
 # Contributor: Carlos Ruiz cailovirt...@gmail.com
 
 pkgname=taglib-sharp
-pkgver=2.0.3.7
-pkgrel=2
-pkgdesc=Free and Open Source library for the .NET 2.0 and Mono frameworks 
which will let you tag your software with as much or as little detail as you 
like without slowing you down.
+pkgver=2.0.4.0
+pkgrel=1
+pkgdesc=It's a library for reading and writing metadata in media files, 
including video, audio, and photo formats for Mono
 arch=('i686' 'x86_64')
-url=http://www.taglib-sharp.com/Main_Page;
+url=https://github.com/mono/taglib-sharp;
 license=('LGPL2')
 depends=('mono')
 
source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fa45d2519ca26b04716789fe4ac81f8b')
+md5sums=('b886a65083aafdfefa0675675bcbeb9a')
 
 build() {
   export MONO_SHARED_DIR=${startdir}/src/.wabi
   mkdir -p ${MONO_SHARED_DIR}
 
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-docs || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr --disable-docs
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Daniel Isenmann
Date: Saturday, March 3, 2012 @ 04:21:08
  Author: daniel
Revision: 151835

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

Added:
  taglib-sharp/repos/extra-i686/PKGBUILD
(from rev 151834, taglib-sharp/trunk/PKGBUILD)
  taglib-sharp/repos/extra-x86_64/PKGBUILD
(from rev 151834, taglib-sharp/trunk/PKGBUILD)
Deleted:
  taglib-sharp/repos/extra-i686/PKGBUILD
  taglib-sharp/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 09:20:44 UTC (rev 151834)
+++ extra-i686/PKGBUILD 2012-03-03 09:21:08 UTC (rev 151835)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Carlos Ruiz cailovirt...@gmail.com
-
-pkgname=taglib-sharp
-pkgver=2.0.3.7
-pkgrel=2
-pkgdesc=Free and Open Source library for the .NET 2.0 and Mono frameworks 
which will let you tag your software with as much or as little detail as you 
like without slowing you down.
-arch=('i686' 'x86_64')
-url=http://www.taglib-sharp.com/Main_Page;
-license=('LGPL2')
-depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fa45d2519ca26b04716789fe4ac81f8b')
-
-build() {
-  export MONO_SHARED_DIR=${startdir}/src/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-docs || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: taglib-sharp/repos/extra-i686/PKGBUILD (from rev 151834, 
taglib-sharp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 09:21:08 UTC (rev 151835)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Carlos Ruiz cailovirt...@gmail.com
+
+pkgname=taglib-sharp
+pkgver=2.0.4.0
+pkgrel=1
+pkgdesc=It's a library for reading and writing metadata in media files, 
including video, audio, and photo formats for Mono
+arch=('i686' 'x86_64')
+url=https://github.com/mono/taglib-sharp;
+license=('LGPL2')
+depends=('mono')
+source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b886a65083aafdfefa0675675bcbeb9a')
+
+build() {
+  export MONO_SHARED_DIR=${startdir}/src/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-docs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 09:20:44 UTC (rev 151834)
+++ extra-x86_64/PKGBUILD   2012-03-03 09:21:08 UTC (rev 151835)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Carlos Ruiz cailovirt...@gmail.com
-
-pkgname=taglib-sharp
-pkgver=2.0.3.7
-pkgrel=2
-pkgdesc=Free and Open Source library for the .NET 2.0 and Mono frameworks 
which will let you tag your software with as much or as little detail as you 
like without slowing you down.
-arch=('i686' 'x86_64')
-url=http://www.taglib-sharp.com/Main_Page;
-license=('LGPL2')
-depends=('mono')
-source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fa45d2519ca26b04716789fe4ac81f8b')
-
-build() {
-  export MONO_SHARED_DIR=${startdir}/src/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-docs || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-}

Copied: taglib-sharp/repos/extra-x86_64/PKGBUILD (from rev 151834, 
taglib-sharp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 09:21:08 UTC (rev 151835)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Carlos Ruiz cailovirt...@gmail.com
+
+pkgname=taglib-sharp
+pkgver=2.0.4.0
+pkgrel=1
+pkgdesc=It's a library for reading and writing metadata in media files, 
including video, audio, and photo formats for Mono
+arch=('i686' 'x86_64')
+url=https://github.com/mono/taglib-sharp;
+license=('LGPL2')
+depends=('mono')
+source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b886a65083aafdfefa0675675bcbeb9a')
+
+build() {
+  export MONO_SHARED_DIR=${startdir}/src/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-docs
+  make
+}
+
+package() {
+  cd 

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

2012-03-03 Thread Daniel Isenmann
Date: Saturday, March 3, 2012 @ 04:34:39
  Author: daniel
Revision: 151836

upgpkg: monodevelop 2.8.6.5-2

Removed gecko-sharp from dependency, gtkmozembed doesn't exists anymore in 
xulrunner, so gecko-sharp won't work at all.

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 09:21:08 UTC (rev 151835)
+++ PKGBUILD2012-03-03 09:34:39 UTC (rev 151836)
@@ -4,12 +4,12 @@
 
 pkgname=monodevelop
 pkgver=2.8.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 arch=('i686' 'x86_64')
 url=http://www.monodevelop.com;
 license=('GPL')
-depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp' 
'gecko-sharp-2.0=0.10')
+depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp')
 options=(!makeflags)
 install=monodevelop.install
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)



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

2012-03-03 Thread Daniel Isenmann
Date: Saturday, March 3, 2012 @ 04:35:06
  Author: daniel
Revision: 151837

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

Added:
  monodevelop/repos/extra-i686/PKGBUILD
(from rev 151836, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-i686/monodevelop.install
(from rev 151836, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
(from rev 151836, monodevelop/trunk/monodevelop_gnome3.patch)
  monodevelop/repos/extra-x86_64/PKGBUILD
(from rev 151836, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-x86_64/monodevelop.install
(from rev 151836, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch
(from rev 151836, monodevelop/trunk/monodevelop_gnome3.patch)
Deleted:
  monodevelop/repos/extra-i686/PKGBUILD
  monodevelop/repos/extra-i686/monodevelop.install
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
  monodevelop/repos/extra-x86_64/PKGBUILD
  monodevelop/repos/extra-x86_64/monodevelop.install
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch

---+
 extra-i686/PKGBUILD   |   64 +-
 extra-i686/monodevelop.install|   38 +++---
 extra-i686/monodevelop_gnome3.patch   |  202 
 extra-x86_64/PKGBUILD |   64 +-
 extra-x86_64/monodevelop.install  |   38 +++---
 extra-x86_64/monodevelop_gnome3.patch |  202 
 6 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 09:34:39 UTC (rev 151836)
+++ extra-i686/PKGBUILD 2012-03-03 09:35:06 UTC (rev 151837)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=2.8.6.5
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-arch=('i686' 'x86_64')
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp' 
'gecko-sharp-2.0=0.10')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b4b2d17bd400592e680ec1553449f69')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-i686/PKGBUILD (from rev 151836, 
monodevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 09:35:06 UTC (rev 151837)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=2.8.6.5
+pkgrel=2
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+arch=('i686' 'x86_64')
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=2.10.5' 'mono-addins=0.6.2' 'gnome-sharp')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5b4b2d17bd400592e680ec1553449f69')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Deleted: extra-i686/monodevelop.install
===
--- extra-i686/monodevelop.install  2012-03-03 09:34:39 UTC (rev 151836)
+++ extra-i686/monodevelop.install  2012-03-03 09:35:06 UTC (rev 151837)
@@ -1,19 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 1 /dev/null
-  echo update desktop mime database...
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime 1 /dev/null
-  echo update desktop mime database...
-  update-desktop-database -q
-}

Copied: monodevelop/repos/extra-i686/monodevelop.install (from rev 151836, 
monodevelop/trunk/monodevelop.install)
===
--- extra-i686/monodevelop.install  (rev 0)
+++ extra-i686/monodevelop.install  2012-03-03 09:35:06 UTC (rev 151837)
@@ -0,0 +1,19 @@
+post_install() {
+  

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

2012-03-03 Thread Andrea Scarpino
Date: Saturday, March 3, 2012 @ 04:44:24
  Author: andrea
Revision: 151838

Fix sysconf dir (FS#28748)

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 09:35:06 UTC (rev 151837)
+++ PKGBUILD2012-03-03 09:44:24 UTC (rev 151838)
@@ -53,7 +53,7 @@
 -importdir /usr/lib/qt/imports \
 -datadir /usr/share/qt \
 -translationdir /usr/share/qt/translations \
--sysconfdir /etc \
+-sysconfdir /etc/xdg \
 -examplesdir /usr/share/doc/qt/examples \
 -demosdir /usr/share/doc/qt/demos \
 -plugin-sql-{psql,mysql,sqlite,odbc} \



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 06:04:09
  Author: andyrtr
Revision: 151839

upgpkg: man-pages 3.36-1

upstream update 3.36

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 09:44:24 UTC (rev 151838)
+++ PKGBUILD2012-03-03 11:04:09 UTC (rev 151839)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.35
+pkgver=3.36
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('e41432ee35a49036bbaf8d4598506e9c'
+md5sums=('cfe991b1ce9e0ea5355f29ff9fcac125'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 06:04:34
  Author: andyrtr
Revision: 151840

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 151839, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 151839, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-03-03 11:04:34 UTC (rev 151840)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.36
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('cfe991b1ce9e0ea5355f29ff9fcac125'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 06:20:10
  Author: ibiru
Revision: 151841

update to 0.7.1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 11:04:34 UTC (rev 151840)
+++ PKGBUILD2012-03-03 11:20:10 UTC (rev 151841)
@@ -5,7 +5,7 @@
 # Contributor: shamrok szam...@gmail.com
 
 pkgname=smplayer
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc=A complete front-end for MPlayer
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('qt' 'mplayer')
 install=smplayer.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e39ba5b54e6218d411ecd296002d77bb')
+md5sums=('e50046399ee918bb7b57e98971425c95')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-03-03 Thread Ionut Biru
Date: Saturday, March 3, 2012 @ 06:22:09
  Author: ibiru
Revision: 151842

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

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

---+
 extra-i686/PKGBUILD   |   58 
 extra-i686/smplayer.install   |   24 
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/smplayer.install |   24 
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 11:20:10 UTC (rev 151841)
+++ extra-i686/PKGBUILD 2012-03-03 11:22:09 UTC (rev 151842)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-
-pkgname=smplayer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc=A complete front-end for MPlayer
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('qt' 'mplayer')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e39ba5b54e6218d411ecd296002d77bb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=${pkgdir}/usr install
-}
-

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 151841, 
smplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 11:22:09 UTC (rev 151842)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+
+pkgname=smplayer
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A complete front-end for MPlayer
+arch=('i686' 'x86_64')
+url=http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('qt' 'mplayer')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('e50046399ee918bb7b57e98971425c95')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=${pkgdir}/usr install
+}
+

Deleted: extra-i686/smplayer.install
===
--- extra-i686/smplayer.install 2012-03-03 11:20:10 UTC (rev 151841)
+++ extra-i686/smplayer.install 2012-03-03 11:22:09 UTC (rev 151842)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: smplayer/repos/extra-i686/smplayer.install (from rev 151841, 
smplayer/trunk/smplayer.install)
===
--- extra-i686/smplayer.install (rev 0)
+++ extra-i686/smplayer.install 2012-03-03 11:22:09 UTC (rev 151842)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 11:20:10 UTC (rev 151841)
+++ extra-x86_64/PKGBUILD   2012-03-03 11:22:09 UTC (rev 151842)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-
-pkgname=smplayer
-pkgver=0.7.0
-pkgrel=1
-pkgdesc=A complete front-end for MPlayer
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('qt' 'mplayer')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e39ba5b54e6218d411ecd296002d77bb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 

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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:36:57
  Author: andyrtr
Revision: 151843

upgpkg: libfontenc 1.1.1-1

upstream update 1.1.1

Modified:
  libfontenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 11:22:09 UTC (rev 151842)
+++ PKGBUILD2012-03-03 13:36:57 UTC (rev 151843)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libfontenc
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=X11 font encoding library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'xproto=7.0.18')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ba158e4c10a1aff2351ef632def03dec0e0ee11e')
+sha1sums=('90bdd53d75585dd0f06ad7bc23faccd8a01bb733')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:37:37
  Author: andyrtr
Revision: 151844

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 13:36:57 UTC (rev 151843)
+++ extra-i686/PKGBUILD 2012-03-03 13:37:37 UTC (rev 151844)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libfontenc
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=X11 font encoding library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('zlib')
-makedepends=('pkgconfig' 'xproto=7.0.18')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ba158e4c10a1aff2351ef632def03dec0e0ee11e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings  
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libfontenc/repos/extra-i686/PKGBUILD (from rev 151843, 
libfontenc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 13:37:37 UTC (rev 151844)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libfontenc
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=X11 font encoding library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('zlib')
+makedepends=('pkgconfig' 'xproto=7.0.18')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('90bdd53d75585dd0f06ad7bc23faccd8a01bb733')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-encodingsdir=/usr/share/fonts/encodings  
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 13:36:57 UTC (rev 151843)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:37:37 UTC (rev 151844)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libfontenc
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=X11 font encoding library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('zlib')
-makedepends=('pkgconfig' 'xproto=7.0.18')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('ba158e4c10a1aff2351ef632def03dec0e0ee11e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-encodingsdir=/usr/share/fonts/encodings  
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libfontenc/repos/extra-x86_64/PKGBUILD (from rev 151843, 
libfontenc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:37:37 UTC (rev 151844)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libfontenc
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=X11 font encoding library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('zlib')
+makedepends=('pkgconfig' 'xproto=7.0.18')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('90bdd53d75585dd0f06ad7bc23faccd8a01bb733')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-encodingsdir=/usr/share/fonts/encodings  
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:39:29
  Author: andyrtr
Revision: 151845

upgpkg: libfs 1.0.4-1

upstream update 1.0.4

Modified:
  libfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 13:37:37 UTC (rev 151844)
+++ PKGBUILD2012-03-03 13:39:29 UTC (rev 151845)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libfs
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=X11 Font Services Library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
-sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
+sha1sums=('f114f32f60eb84d3e1d0e6f0dfe7679b07e91295')
 
 build() {
   cd ${srcdir}/libFS-${pkgver}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:40:06
  Author: andyrtr
Revision: 151846

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 13:39:29 UTC (rev 151845)
+++ extra-i686/PKGBUILD 2012-03-03 13:40:06 UTC (rev 151846)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libfs
-pkgver=1.0.3
-pkgrel=2
-pkgdesc=X11 Font Services Library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
-sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
-
-build() {
-  cd ${srcdir}/libFS-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libFS-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libfs/repos/extra-i686/PKGBUILD (from rev 151845, libfs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 13:40:06 UTC (rev 151846)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libfs
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=X11 Font Services Library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
+sha1sums=('f114f32f60eb84d3e1d0e6f0dfe7679b07e91295')
+
+build() {
+  cd ${srcdir}/libFS-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libFS-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 13:39:29 UTC (rev 151845)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:40:06 UTC (rev 151846)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libfs
-pkgver=1.0.3
-pkgrel=2
-pkgdesc=X11 Font Services Library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc' 'xproto' 'fontsproto')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
-sha1sums=('2b33fa17369605303ae70a7de1aa681879249c92')
-
-build() {
-  cd ${srcdir}/libFS-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libFS-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libfs/repos/extra-x86_64/PKGBUILD (from rev 151845, 
libfs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:40:06 UTC (rev 151846)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libfs
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=X11 Font Services Library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'xproto' 'fontsproto')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libFS-${pkgver}.tar.bz2)
+sha1sums=('f114f32f60eb84d3e1d0e6f0dfe7679b07e91295')
+
+build() {
+  cd ${srcdir}/libFS-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libFS-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:41:29
  Author: andyrtr
Revision: 151847

upgpkg: libice 1.0.8-1

upstream update 1.0.8

Modified:
  libice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 13:40:06 UTC (rev 151846)
+++ PKGBUILD2012-03-03 13:41:29 UTC (rev 151847)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libice
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
 pkgdesc=X11 Inter-Client Exchange library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -13,7 +13,7 @@
 options=('!libtool')
 source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
 license=('custom')
-sha1sums=('c7d0f4c5b0e999385445b8be1bc89aec4e5de71d')
+sha1sums=('ddb14df8bbc43df7322978f5f9f802936e2a7324')
 
 build() {
   cd ${srcdir}/libICE-${pkgver}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:42:06
  Author: andyrtr
Revision: 151848

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 13:41:29 UTC (rev 151847)
+++ extra-i686/PKGBUILD 2012-03-03 13:42:06 UTC (rev 151848)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libice
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=X11 Inter-Client Exchange library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-depends=('glibc' 'xproto=7.0.18')
-makedepends=('pkgconfig' 'xtrans=1.2.5')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
-license=('custom')
-sha1sums=('c7d0f4c5b0e999385445b8be1bc89aec4e5de71d')
-
-build() {
-  cd ${srcdir}/libICE-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libICE-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libice/repos/extra-i686/PKGBUILD (from rev 151847, 
libice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 13:42:06 UTC (rev 151848)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libice
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=X11 Inter-Client Exchange library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'xproto=7.0.18')
+makedepends=('pkgconfig' 'xtrans=1.2.5')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
+license=('custom')
+sha1sums=('ddb14df8bbc43df7322978f5f9f802936e2a7324')
+
+build() {
+  cd ${srcdir}/libICE-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libICE-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 13:41:29 UTC (rev 151847)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:42:06 UTC (rev 151848)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libice
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=X11 Inter-Client Exchange library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-depends=('glibc' 'xproto=7.0.18')
-makedepends=('pkgconfig' 'xtrans=1.2.5')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
-license=('custom')
-sha1sums=('c7d0f4c5b0e999385445b8be1bc89aec4e5de71d')
-
-build() {
-  cd ${srcdir}/libICE-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libICE-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libice/repos/extra-x86_64/PKGBUILD (from rev 151847, 
libice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:42:06 UTC (rev 151848)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libice
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=X11 Inter-Client Exchange library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+depends=('glibc' 'xproto=7.0.18')
+makedepends=('pkgconfig' 'xtrans=1.2.5')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
+license=('custom')
+sha1sums=('ddb14df8bbc43df7322978f5f9f802936e2a7324')
+
+build() {
+  cd ${srcdir}/libICE-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libICE-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:43:15
  Author: andyrtr
Revision: 151849

upgpkg: libsm 1.2.1-1

upstream update 1.2.1

Modified:
  libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 13:42:06 UTC (rev 151848)
+++ PKGBUILD2012-03-03 13:43:15 UTC (rev 151849)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsm
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=X11 Session Management library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('f78bc72f0b3ec26cbf980f84f014422ba854544d')
+sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
 
 build() {
   cd ${srcdir}/libSM-${pkgver}



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

2012-03-03 Thread andyrtr
Date: Saturday, March 3, 2012 @ 08:43:52
  Author: andyrtr
Revision: 151850

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 13:43:15 UTC (rev 151849)
+++ extra-i686/PKGBUILD 2012-03-03 13:43:52 UTC (rev 151850)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=X11 Session Management library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libice' 'util-linux-ng')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('f78bc72f0b3ec26cbf980f84f014422ba854544d')
-
-build() {
-  cd ${srcdir}/libSM-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libSM-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libsm/repos/extra-i686/PKGBUILD (from rev 151849, libsm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 13:43:52 UTC (rev 151850)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsm
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=X11 Session Management library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libice' 'util-linux-ng')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
+
+build() {
+  cd ${srcdir}/libSM-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libSM-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 13:43:15 UTC (rev 151849)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:43:52 UTC (rev 151850)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=X11 Session Management library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libice' 'util-linux-ng')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('f78bc72f0b3ec26cbf980f84f014422ba854544d')
-
-build() {
-  cd ${srcdir}/libSM-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libSM-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libsm/repos/extra-x86_64/PKGBUILD (from rev 151849, 
libsm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 13:43:52 UTC (rev 151850)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsm
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=X11 Session Management library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libice' 'util-linux-ng')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
+
+build() {
+  cd ${srcdir}/libSM-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libSM-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 08:59:45
  Author: giovanni
Revision: 151851

upgpkg: parted 3.1-1

upstream release

Modified:
  parted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 13:43:52 UTC (rev 151850)
+++ PKGBUILD2012-03-03 13:59:45 UTC (rev 151851)
@@ -3,8 +3,8 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=parted
-pkgver=3.0
-pkgrel=4
+pkgver=3.1
+pkgrel=1
 pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,17 +13,12 @@
 makedepends=('pkg-config')
 options=('!libtool')
 install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'linux.c.patch')
-md5sums=('c415e5c97f86b5ff65a2d925e5a3feb7'
- '08c942e212424e238271217f52c59706')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # FS#25307
-  patch -Np1 -i ${srcdir}/linux.c.patch
-
   ./configure --prefix=/usr \
   --disable-debug \
   --disable-rpath



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:00:11
  Author: giovanni
Revision: 151852

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

Added:
  parted/repos/staging-i686/
  parted/repos/staging-i686/PKGBUILD
(from rev 151851, parted/trunk/PKGBUILD)
  parted/repos/staging-i686/linux.c.patch
(from rev 151851, parted/trunk/linux.c.patch)
  parted/repos/staging-i686/parted.install
(from rev 151851, parted/trunk/parted.install)
  parted/repos/staging-x86_64/
  parted/repos/staging-x86_64/PKGBUILD
(from rev 151851, parted/trunk/PKGBUILD)
  parted/repos/staging-x86_64/linux.c.patch
(from rev 151851, parted/trunk/linux.c.patch)
  parted/repos/staging-x86_64/parted.install
(from rev 151851, parted/trunk/parted.install)

---+
 staging-i686/PKGBUILD |   32 
 staging-i686/linux.c.patch|   25 +
 staging-i686/parted.install   |   18 ++
 staging-x86_64/PKGBUILD   |   32 
 staging-x86_64/linux.c.patch  |   25 +
 staging-x86_64/parted.install |   18 ++
 6 files changed, 150 insertions(+)

Copied: parted/repos/staging-i686/PKGBUILD (from rev 151851, 
parted/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-03 14:00:11 UTC (rev 151852)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.1
+pkgrel=1
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkg-config')
+options=('!libtool')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: parted/repos/staging-i686/linux.c.patch (from rev 151851, 
parted/trunk/linux.c.patch)
===
--- staging-i686/linux.c.patch  (rev 0)
+++ staging-i686/linux.c.patch  2012-03-03 14:00:11 UTC (rev 151852)
@@ -0,0 +1,25 @@
+--- a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
 b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
+@@ -601,17 +601,17 @@
+ static int kver = -1;
+ 
+ struct utsname uts;
+-int major;
+-int minor;
+-int teeny;
++int major = 0;
++int minor = 0;
++int teeny = 0;
+ 
+ if (kver != -1)
+ return kver;
+ 
+ if (uname (uts))
+ return kver = 0;
+-if (sscanf (uts.release, %u.%u.%u, major, minor, teeny) != 3)
+-return kver = 0;
++int n = sscanf (uts.release, %u.%u.%u, major, minor, teeny);
++assert (n == 2 || n == 3);
+ 
+ return kver = KERNEL_VERSION (major, minor, teeny);
+ }

Copied: parted/repos/staging-i686/parted.install (from rev 151851, 
parted/trunk/parted.install)
===
--- staging-i686/parted.install (rev 0)
+++ staging-i686/parted.install 2012-03-03 14:00:11 UTC (rev 151852)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(parted.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: parted/repos/staging-x86_64/PKGBUILD (from rev 151851, 
parted/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-03 14:00:11 UTC (rev 151852)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.1
+pkgrel=1
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkg-config')
+options=('!libtool')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
+
+build() {
+  cd 

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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:05:49
  Author: giovanni
Revision: 151853

upgpkg: gparted 0.12.0-2

parted-3.1 rebuild

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 14:00:11 UTC (rev 151852)
+++ PKGBUILD2012-03-03 14:05:49 UTC (rev 151853)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:06:13
  Author: giovanni
Revision: 151854

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

Added:
  gparted/repos/staging-i686/
  gparted/repos/staging-i686/PKGBUILD
(from rev 151853, gparted/trunk/PKGBUILD)
  gparted/repos/staging-i686/gparted.install
(from rev 151853, gparted/trunk/gparted.install)
  gparted/repos/staging-i686/org.archlinux.pkexec.gparted.policy
(from rev 151853, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/staging-x86_64/
  gparted/repos/staging-x86_64/PKGBUILD
(from rev 151853, gparted/trunk/PKGBUILD)
  gparted/repos/staging-x86_64/gparted.install
(from rev 151853, gparted/trunk/gparted.install)
  gparted/repos/staging-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 151853, gparted/trunk/org.archlinux.pkexec.gparted.policy)

+
 staging-i686/PKGBUILD  |   53 +++
 staging-i686/gparted.install   |   11 +++
 staging-i686/org.archlinux.pkexec.gparted.policy   |   20 +++
 staging-x86_64/PKGBUILD|   53 +++
 staging-x86_64/gparted.install |   11 +++
 staging-x86_64/org.archlinux.pkexec.gparted.policy |   20 +++
 6 files changed, 168 insertions(+)

Copied: gparted/repos/staging-i686/PKGBUILD (from rev 151853, 
gparted/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-03 14:06:13 UTC (rev 151854)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.12.0
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums=('63a24677ff2ef0e62408ba684f233fab'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
+
+  # Install launcher script
+  mkdir -p ${pkgdir}/usr/bin
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
+  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
+  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
+
+  # Modify desktop file
+  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
+}

Copied: gparted/repos/staging-i686/gparted.install (from rev 151853, 
gparted/trunk/gparted.install)
===
--- staging-i686/gparted.install(rev 0)
+++ staging-i686/gparted.install2012-03-03 14:06:13 UTC (rev 151854)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gparted/repos/staging-i686/org.archlinux.pkexec.gparted.policy (from 
rev 151853, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===
--- staging-i686/org.archlinux.pkexec.gparted.policy
(rev 0)
+++ staging-i686/org.archlinux.pkexec.gparted.policy2012-03-03 14:06:13 UTC 
(rev 151854)
@@ -0,0 +1,20 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE policyconfig PUBLIC
+ -//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN
+ http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd;
+policyconfig
+
+  action id=org.archlinux.pkexec.gparted
+messageAuthentication is required to run the GParted Partition 
Editor/message
+icon_namegparted/icon_name
+defaults
+  allow_anyauth_admin/allow_any
+  allow_inactiveauth_admin/allow_inactive
+  allow_activeauth_admin/allow_active
+

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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:09:14
  Author: giovanni
Revision: 151855

upgpkg: udisks 1.0.4-2

parted-3.1 rebuild

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 14:06:13 UTC (rev 151854)
+++ PKGBUILD2012-03-03 14:09:14 UTC (rev 151855)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:09:35
  Author: giovanni
Revision: 151856

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

Added:
  udisks/repos/staging-i686/
  udisks/repos/staging-i686/PKGBUILD
(from rev 151855, udisks/trunk/PKGBUILD)
  udisks/repos/staging-x86_64/
  udisks/repos/staging-x86_64/PKGBUILD
(from rev 151855, udisks/trunk/PKGBUILD)

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

Copied: udisks/repos/staging-i686/PKGBUILD (from rev 151855, 
udisks/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-03 14:09:35 UTC (rev 151856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=2
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: udisks/repos/staging-x86_64/PKGBUILD (from rev 151855, 
udisks/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-03 14:09:35 UTC (rev 151856)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=2
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in parted/repos (7 files)

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:28:30
  Author: giovanni
Revision: 151857

db-move: moved parted from [staging] to [extra] (i686)

Added:
  parted/repos/extra-i686/PKGBUILD
(from rev 151856, parted/repos/staging-i686/PKGBUILD)
  parted/repos/extra-i686/linux.c.patch
(from rev 151856, parted/repos/staging-i686/linux.c.patch)
  parted/repos/extra-i686/parted.install
(from rev 151856, parted/repos/staging-i686/parted.install)
Deleted:
  parted/repos/extra-i686/PKGBUILD
  parted/repos/extra-i686/linux.c.patch
  parted/repos/extra-i686/parted.install
  parted/repos/staging-i686/

+
 PKGBUILD   |   69 +--
 linux.c.patch  |   50 +++
 parted.install |   36 ++--
 3 files changed, 75 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 14:09:35 UTC (rev 151856)
+++ extra-i686/PKGBUILD 2012-03-03 14:28:30 UTC (rev 151857)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=parted
-pkgver=3.0
-pkgrel=4
-pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/parted/parted.html;
-depends=('device-mapper' 'e2fsprogs')
-makedepends=('pkg-config')
-options=('!libtool')
-install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'linux.c.patch')
-md5sums=('c415e5c97f86b5ff65a2d925e5a3feb7'
- '08c942e212424e238271217f52c59706')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # FS#25307
-  patch -Np1 -i ${srcdir}/linux.c.patch
-
-  ./configure --prefix=/usr \
-  --disable-debug \
-  --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: parted/repos/extra-i686/PKGBUILD (from rev 151856, 
parted/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 14:28:30 UTC (rev 151857)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.1
+pkgrel=1
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkg-config')
+options=('!libtool')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/linux.c.patch
===
--- extra-i686/linux.c.patch2012-03-03 14:09:35 UTC (rev 151856)
+++ extra-i686/linux.c.patch2012-03-03 14:28:30 UTC (rev 151857)
@@ -1,25 +0,0 @@
 a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
-+++ b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
-@@ -601,17 +601,17 @@
- static int kver = -1;
- 
- struct utsname uts;
--int major;
--int minor;
--int teeny;
-+int major = 0;
-+int minor = 0;
-+int teeny = 0;
- 
- if (kver != -1)
- return kver;
- 
- if (uname (uts))
- return kver = 0;
--if (sscanf (uts.release, %u.%u.%u, major, minor, teeny) != 3)
--return kver = 0;
-+int n = sscanf (uts.release, %u.%u.%u, major, minor, teeny);
-+assert (n == 2 || n == 3);
- 
- return kver = KERNEL_VERSION (major, minor, teeny);
- }

Copied: parted/repos/extra-i686/linux.c.patch (from rev 151856, 
parted/repos/staging-i686/linux.c.patch)
===
--- extra-i686/linux.c.patch(rev 0)
+++ extra-i686/linux.c.patch2012-03-03 14:28:30 UTC (rev 151857)
@@ -0,0 +1,25 @@
+--- a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
 b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
+@@ -601,17 +601,17 @@
+ static int kver = -1;
+ 
+ struct utsname uts;
+-int major;
+-int minor;
+-int teeny;
++int major = 0;
++int minor = 0;
++int teeny = 0;
+ 
+ if (kver != -1)
+ return kver;
+ 
+ if (uname (uts))
+ return kver 

[arch-commits] Commit in parted/repos (7 files)

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:28:32
  Author: giovanni
Revision: 151858

db-move: moved parted from [staging] to [extra] (x86_64)

Added:
  parted/repos/extra-x86_64/PKGBUILD
(from rev 151856, parted/repos/staging-x86_64/PKGBUILD)
  parted/repos/extra-x86_64/linux.c.patch
(from rev 151856, parted/repos/staging-x86_64/linux.c.patch)
  parted/repos/extra-x86_64/parted.install
(from rev 151856, parted/repos/staging-x86_64/parted.install)
Deleted:
  parted/repos/extra-x86_64/PKGBUILD
  parted/repos/extra-x86_64/linux.c.patch
  parted/repos/extra-x86_64/parted.install
  parted/repos/staging-x86_64/

+
 PKGBUILD   |   69 +--
 linux.c.patch  |   50 +++
 parted.install |   36 ++--
 3 files changed, 75 insertions(+), 80 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 14:28:30 UTC (rev 151857)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:28:32 UTC (rev 151858)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=parted
-pkgver=3.0
-pkgrel=4
-pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/parted/parted.html;
-depends=('device-mapper' 'e2fsprogs')
-makedepends=('pkg-config')
-options=('!libtool')
-install=parted.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'linux.c.patch')
-md5sums=('c415e5c97f86b5ff65a2d925e5a3feb7'
- '08c942e212424e238271217f52c59706')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # FS#25307
-  patch -Np1 -i ${srcdir}/linux.c.patch
-
-  ./configure --prefix=/usr \
-  --disable-debug \
-  --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: parted/repos/extra-x86_64/PKGBUILD (from rev 151856, 
parted/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:28:32 UTC (rev 151858)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=parted
+pkgver=3.1
+pkgrel=1
+pkgdesc=A program for creating, destroying, resizing, checking and copying 
partitions
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/parted/parted.html;
+depends=('device-mapper' 'e2fsprogs')
+makedepends=('pkg-config')
+options=('!libtool')
+install=parted.install
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5d89d64d94bcfefa9ce8f59f4b81bdcb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --disable-debug \
+  --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/linux.c.patch
===
--- extra-x86_64/linux.c.patch  2012-03-03 14:28:30 UTC (rev 151857)
+++ extra-x86_64/linux.c.patch  2012-03-03 14:28:32 UTC (rev 151858)
@@ -1,25 +0,0 @@
 a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
-+++ b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
-@@ -601,17 +601,17 @@
- static int kver = -1;
- 
- struct utsname uts;
--int major;
--int minor;
--int teeny;
-+int major = 0;
-+int minor = 0;
-+int teeny = 0;
- 
- if (kver != -1)
- return kver;
- 
- if (uname (uts))
- return kver = 0;
--if (sscanf (uts.release, %u.%u.%u, major, minor, teeny) != 3)
--return kver = 0;
-+int n = sscanf (uts.release, %u.%u.%u, major, minor, teeny);
-+assert (n == 2 || n == 3);
- 
- return kver = KERNEL_VERSION (major, minor, teeny);
- }

Copied: parted/repos/extra-x86_64/linux.c.patch (from rev 151856, 
parted/repos/staging-x86_64/linux.c.patch)
===
--- extra-x86_64/linux.c.patch  (rev 0)
+++ extra-x86_64/linux.c.patch  2012-03-03 14:28:32 UTC (rev 151858)
@@ -0,0 +1,25 @@
+--- a/libparted/arch/linux.c   2011-05-27 14:52:37.0 +0200
 b/libparted/arch/linux.c   2011-07-29 20:25:38.0 +0200
+@@ -601,17 +601,17 @@
+ static int kver = -1;
+ 
+ struct utsname uts;
+-int major;
+-int minor;
+-int teeny;
++int major = 0;
++int minor = 0;
++int teeny = 0;
+ 
+ if (kver != -1)
+ return 

[arch-commits] Commit in gparted/repos (7 files)

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:28:53
  Author: giovanni
Revision: 151859

db-move: moved gparted from [staging] to [extra] (i686)

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 151858, gparted/repos/staging-i686/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 151858, gparted/repos/staging-i686/gparted.install)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 151858, 
gparted/repos/staging-i686/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/staging-i686/

-+
 PKGBUILD|  106 +-
 gparted.install |   22 +++
 org.archlinux.pkexec.gparted.policy |   40 ++--
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 14:28:32 UTC (rev 151858)
+++ extra-i686/PKGBUILD 2012-03-03 14:28:53 UTC (rev 151859)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('63a24677ff2ef0e62408ba684f233fab'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 151858, 
gparted/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 14:28:53 UTC (rev 151859)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.12.0
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums=('63a24677ff2ef0e62408ba684f233fab'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
+
+  # Install launcher script
+  mkdir -p ${pkgdir}/usr/bin
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
+  echo 

[arch-commits] Commit in gparted/repos (7 files)

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:28:54
  Author: giovanni
Revision: 151860

db-move: moved gparted from [staging] to [extra] (x86_64)

Added:
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 151858, gparted/repos/staging-x86_64/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 151858, gparted/repos/staging-x86_64/gparted.install)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 151858, 
gparted/repos/staging-x86_64/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
  gparted/repos/staging-x86_64/

-+
 PKGBUILD|  106 +-
 gparted.install |   22 +++
 org.archlinux.pkexec.gparted.policy |   40 ++--
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 14:28:53 UTC (rev 151859)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:28:54 UTC (rev 151860)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'libsigc++')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('63a24677ff2ef0e62408ba684f233fab'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-x86_64/PKGBUILD (from rev 151858, 
gparted/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:28:54 UTC (rev 151860)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.12.0
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'libsigc++')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'org.archlinux.pkexec.gparted.policy')
+md5sums=('63a24677ff2ef0e62408ba684f233fab'
+ '27c264cfad8fa413d75954dda7a2dd50')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # Install policy file
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
+
+  # Install launcher script
+  mkdir -p ${pkgdir}/usr/bin
+ 

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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:29:18
  Author: giovanni
Revision: 151861

db-move: moved udisks from [staging] to [extra] (i686)

Added:
  udisks/repos/extra-i686/PKGBUILD
(from rev 151860, udisks/repos/staging-i686/PKGBUILD)
Deleted:
  udisks/repos/extra-i686/PKGBUILD
  udisks/repos/staging-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 14:28:54 UTC (rev 151860)
+++ extra-i686/PKGBUILD 2012-03-03 14:29:18 UTC (rev 151861)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=udisks
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=Disk Management Service
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL')
-depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
-makedepends=('intltool' 'docbook-xsl')
-options=(!libtool)
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/udisks --disable-static
-  #fix location for bash_completion helper
-  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: udisks/repos/extra-i686/PKGBUILD (from rev 151860, 
udisks/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 14:29:18 UTC (rev 151861)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=2
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 09:29:19
  Author: giovanni
Revision: 151862

db-move: moved udisks from [staging] to [extra] (x86_64)

Added:
  udisks/repos/extra-x86_64/PKGBUILD
(from rev 151860, udisks/repos/staging-x86_64/PKGBUILD)
Deleted:
  udisks/repos/extra-x86_64/PKGBUILD
  udisks/repos/staging-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 14:29:18 UTC (rev 151861)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:29:19 UTC (rev 151862)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=udisks
-pkgver=1.0.4
-pkgrel=1
-pkgdesc=Disk Management Service
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL')
-depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
-makedepends=('intltool' 'docbook-xsl')
-options=(!libtool)
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/udisks --disable-static
-  #fix location for bash_completion helper
-  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: udisks/repos/extra-x86_64/PKGBUILD (from rev 151860, 
udisks/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 14:29:19 UTC (rev 151862)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=2
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 10:22:23
  Author: giovanni
Revision: 151863

upgpkg: licq 1.6.0-3

Fixed FS28757

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 14:29:19 UTC (rev 151862)
+++ PKGBUILD2012-03-03 15:22:23 UTC (rev 151863)
@@ -3,12 +3,12 @@
 
 pkgname=licq
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Advanced graphical ICQ clone and more for Unix 
 arch=('i686' 'x86_64')
 url=http://www.licq.org;
 license=('GPL')
-depends=('libxss' 'qt' 'openssl')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
 makedepends=('cmake' 'boost')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 10:22:53
  Author: giovanni
Revision: 151864

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 15:22:23 UTC (rev 151863)
+++ extra-i686/PKGBUILD 2012-03-03 15:22:53 UTC (rev 151864)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('383153697e281a0b1b4ff008936731b8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-i686/PKGBUILD (from rev 151863, licq/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 15:22:53 UTC (rev 151864)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 15:22:23 UTC (rev 151863)
+++ extra-x86_64/PKGBUILD   2012-03-03 15:22:53 UTC (rev 151864)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('383153697e281a0b1b4ff008936731b8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/extra-x86_64/PKGBUILD (from rev 151863, licq/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 15:22:53 UTC (rev 151864)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=3
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  

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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 10:34:08
  Author: giovanni
Revision: 151865

upgpkg: licq 1.6.0-4

Fixed FS28757 - boost rebuild

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 15:22:53 UTC (rev 151864)
+++ PKGBUILD2012-03-03 15:34:08 UTC (rev 151865)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=Advanced graphical ICQ clone and more for Unix 
 arch=('i686' 'x86_64')
 url=http://www.licq.org;



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

2012-03-03 Thread Giovanni Scafora
Date: Saturday, March 3, 2012 @ 10:34:37
  Author: giovanni
Revision: 151866

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-03 15:34:08 UTC (rev 151865)
+++ testing-i686/PKGBUILD   2012-03-03 15:34:37 UTC (rev 151866)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('383153697e281a0b1b4ff008936731b8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/testing-i686/PKGBUILD (from rev 151865, licq/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-03 15:34:37 UTC (rev 151866)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-03-03 15:34:08 UTC (rev 151865)
+++ testing-x86_64/PKGBUILD 2012-03-03 15:34:37 UTC (rev 151866)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=licq
-pkgver=1.6.0
-pkgrel=2
-pkgdesc=Advanced graphical ICQ clone and more for Unix 
-arch=('i686' 'x86_64')
-url=http://www.licq.org;
-license=('GPL')
-depends=('libxss' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('383153697e281a0b1b4ff008936731b8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH=${srcdir}/${pkgname}-${pkgver}/cmake  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR=${pkgdir} install
-}

Copied: licq/repos/testing-x86_64/PKGBUILD (from rev 151865, 
licq/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-03 15:34:37 UTC (rev 151866)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=licq
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Advanced graphical ICQ clone and more for Unix 
+arch=('i686' 'x86_64')
+url=http://www.licq.org;
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('383153697e281a0b1b4ff008936731b8')
+
+build() {
+  cd 

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

2012-03-03 Thread Ray Rashif
Date: Saturday, March 3, 2012 @ 10:53:13
  Author: schiv
Revision: 151867

upgpkg: lame 3.99.5-1

upstream release

Modified:
  lame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-03 15:34:37 UTC (rev 151866)
+++ PKGBUILD2012-03-03 15:53:13 UTC (rev 151867)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=lame
-pkgver=3.99.4
+pkgver=3.99.5
 pkgrel=1
 pkgdesc=A high quality MPEG Audio Layer III (MP3) encoder
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('LGPL')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e54d7847bfd01f18d56c07e65147d75a')
+md5sums=('84835b313d4a8b68f5349816d33e07ce')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-03-03 Thread Ray Rashif
Date: Saturday, March 3, 2012 @ 10:54:16
  Author: schiv
Revision: 151868

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 15:53:13 UTC (rev 151867)
+++ extra-i686/PKGBUILD 2012-03-03 15:54:16 UTC (rev 151868)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=lame
-pkgver=3.99.4
-pkgrel=1
-pkgdesc=A high quality MPEG Audio Layer III (MP3) encoder
-arch=('i686' 'x86_64')
-url=http://lame.sourceforge.net/;
-depends=('ncurses')
-makedepends=('nasm')
-license=('LGPL')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e54d7847bfd01f18d56c07e65147d75a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lame/repos/extra-i686/PKGBUILD (from rev 151867, lame/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 15:54:16 UTC (rev 151868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=lame
+pkgver=3.99.5
+pkgrel=1
+pkgdesc=A high quality MPEG Audio Layer III (MP3) encoder
+arch=('i686' 'x86_64')
+url=http://lame.sourceforge.net/;
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('84835b313d4a8b68f5349816d33e07ce')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 15:53:13 UTC (rev 151867)
+++ extra-x86_64/PKGBUILD   2012-03-03 15:54:16 UTC (rev 151868)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgname=lame
-pkgver=3.99.4
-pkgrel=1
-pkgdesc=A high quality MPEG Audio Layer III (MP3) encoder
-arch=('i686' 'x86_64')
-url=http://lame.sourceforge.net/;
-depends=('ncurses')
-makedepends=('nasm')
-license=('LGPL')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e54d7847bfd01f18d56c07e65147d75a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-nasm \
-  --enable-shared
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lame/repos/extra-x86_64/PKGBUILD (from rev 151867, lame/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 15:54:16 UTC (rev 151868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=lame
+pkgver=3.99.5
+pkgrel=1
+pkgdesc=A high quality MPEG Audio Layer III (MP3) encoder
+arch=('i686' 'x86_64')
+url=http://lame.sourceforge.net/;
+depends=('ncurses')
+makedepends=('nasm')
+license=('LGPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('84835b313d4a8b68f5349816d33e07ce')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-nasm \
+  --enable-shared
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:51
  Author: tdziedzic
Revision: 151869

db-move: moved alex from [testing] to [extra] (i686)

Added:
  alex/repos/extra-i686/PKGBUILD
(from rev 151868, alex/repos/testing-i686/PKGBUILD)
Deleted:
  alex/repos/extra-i686/PKGBUILD
  alex/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 15:54:16 UTC (rev 151868)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:51 UTC (rev 151869)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=2.3.5
-pkgrel=2
-pkgdesc='a lexical analyser generator for Haskell'
-arch=('i686' 'x86_64')
-url='http://www.haskell.org/alex/'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.0.3')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-
-  # doc/ contains only license which already installed into proper place
-  rm -rf $pkgdir/usr/share/doc
-}

Copied: alex/repos/extra-i686/PKGBUILD (from rev 151868, 
alex/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:51 UTC (rev 151869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Philip Nilsson pnils...@nullref.se
+
+pkgname=alex
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='a lexical analyser generator for Haskell'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/alex/'
+license=('custom:BSD3')
+depends=('gmp')
+makedepends=('ghc=7.4.1-2' 'haskell-quickcheck=2.4.2-1')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('5dec239c89165d159faa2154bc0724cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
+  runghc Setup.lhs build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs copy --destdir=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
+
+  # doc/ contains only license which already installed into proper place
+  rm -rf $pkgdir/usr/share/doc
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:52
  Author: tdziedzic
Revision: 151870

db-move: moved alex from [testing] to [extra] (x86_64)

Added:
  alex/repos/extra-x86_64/PKGBUILD
(from rev 151868, alex/repos/testing-x86_64/PKGBUILD)
Deleted:
  alex/repos/extra-x86_64/PKGBUILD
  alex/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:05:51 UTC (rev 151869)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:52 UTC (rev 151870)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Philip Nilsson pnils...@nullref.se
-
-pkgname=alex
-pkgver=2.3.5
-pkgrel=2
-pkgdesc='a lexical analyser generator for Haskell'
-arch=('i686' 'x86_64')
-url='http://www.haskell.org/alex/'
-license=('custom:BSD3')
-depends=('gmp')
-makedepends=('ghc=7.0.3')
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
-  runghc Setup.lhs build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  runghc Setup.lhs copy --destdir=$pkgdir
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
-
-  # doc/ contains only license which already installed into proper place
-  rm -rf $pkgdir/usr/share/doc
-}

Copied: alex/repos/extra-x86_64/PKGBUILD (from rev 151868, 
alex/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:52 UTC (rev 151870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Philip Nilsson pnils...@nullref.se
+
+pkgname=alex
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='a lexical analyser generator for Haskell'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/alex/'
+license=('custom:BSD3')
+depends=('gmp')
+makedepends=('ghc=7.4.1-2' 'haskell-quickcheck=2.4.2-1')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('5dec239c89165d159faa2154bc0724cd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs configure --prefix=/usr --datasubdir=$pkgname
+  runghc Setup.lhs build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  runghc Setup.lhs copy --destdir=$pkgdir
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/alex/BSD3
+
+  # doc/ contains only license which already installed into proper place
+  rm -rf $pkgdir/usr/share/doc
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:54
  Author: tdziedzic
Revision: 151871

db-move: moved ghc from [testing] to [extra] (i686)

Added:
  ghc/repos/extra-i686/PKGBUILD
(from rev 151868, ghc/repos/testing-i686/PKGBUILD)
  ghc/repos/extra-i686/build.mk
(from rev 151868, ghc/repos/testing-i686/build.mk)
  ghc/repos/extra-i686/ghc.install
(from rev 151868, ghc/repos/testing-i686/ghc.install)
  ghc/repos/extra-i686/print-provides-replaces.sh
(from rev 151868, ghc/repos/testing-i686/print-provides-replaces.sh)
Deleted:
  ghc/repos/extra-i686/PKGBUILD
  ghc/repos/extra-i686/build.mk
  ghc/repos/extra-i686/ghc.install
  ghc/repos/testing-i686/

+
 PKGBUILD   |  191 ++---
 build.mk   |  325 +++
 ghc.install|   29 +--
 print-provides-replaces.sh |   38 +
 4 files changed, 335 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:05:52 UTC (rev 151870)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:54 UTC (rev 151871)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Special note for devs looking to upgrade this package:
-#   ghc places a unique hash for each library when it is built.
-#   Libraries depend on versions specified by those hashes.
-#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
-#   Also, due to dependency loop problems, haskell-ghc-paths and haddock
-#   do not carry version dependencies. You will have to remember to build them 
too.
-pkgname=ghc
-pkgver=7.0.3
-pkgrel=2
-pkgdesc=The Glasgow Haskell Compiler
-arch=(i686 x86_64)
-url=http://www.haskell.org/ghc/;
-license=(custom)
-depends=('perl' 'gmp=5.0' gcc)
-makedepends=(ghc happy perl libxslt docbook-xsl)
-provides=(haskell-array=0.3.0.2
-  haskell-bytestring=0.9.1.10
-  haskell-cabal=1.10.1.0
-  haskell-containers=0.4.0.0
-  haskell-directory=1.1.0.0   
-  haskell-extensible-exceptions=0.1.1.2
-  haskell-filepath=1.2.0.0
-  haskell-haskell98=1.1.0.1
-  haskell-hpc=0.5.0.6
-  haskell-old-locale=1.0.0.2
-  haskell-old-time=1.0.0.6
-  haskell-pretty=1.0.1.2
-  haskell-process=1.0.1.5
-  haskell-random=1.0.0.3
-  haskell-template-haskell=2.5.0.0
-  haskell-time=1.2.0.3
-  haskell-unix=2.4.2.0
- )
-replaces=(haskell-array0.3.0.2 
-  haskell-bytestring0.9.1.10
-  haskell-cabal1.10.1.0
-  haskell-containers0.4.0.0
-  haskell-directory1.1.0.0
-  haskell-extensible-exceptions0.1.1.2
-  haskell-filepath1.2.0.0
-  haskell-haskell981.1.0.1
-  haskell-hpc0.5.0.6
-  haskell-old-locale1.0.0.2
-  haskell-old-time1.0.0.6
-  haskell-pretty1.0.1.2
-  haskell-process1.0.1.5
-  haskell-random1.0.0.3
-  haskell-template-haskell2.5.0.0
-  haskell-time1.2.0.3
-  haskell-unix2.4.2.0
- )
-
-install=ghc.install
-options=(!strip)
-source=(http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2;
-build.mk)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cp $srcdir/build.mk mk/build.mk
-
-  ./configure --prefix=/usr 
-  make -j1 || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
-  install -d $pkgdir/usr/share/haskell
-}
-
-md5sums=('10bc5e9ae1b581404376efb85f260ff3'
- '5a3e0880c80b1dcecf779ff2e63a9c0d')

Copied: ghc/repos/extra-i686/PKGBUILD (from rev 151868, 
ghc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:54 UTC (rev 151871)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+#   Also, due to dependency loop problems, haskell-ghc-paths and haddock
+#   do not carry version dependencies. You will have to remember to build them 
too.
+
+pkgname=ghc
+pkgver=7.4.1
+pkgrel=2
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+depends=('perl' 'gmp=5.0' 'gcc' 'libffi')
+makedepends=('ghc' 'happy' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+groups=('haskell')
+provides=('haskell-array=0.4.0.0'
+  'haskell-base=4.5.0.0'
+  'haskell-binary=0.5.1.0'
+ 

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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:55
  Author: tdziedzic
Revision: 151872

db-move: moved ghc from [testing] to [extra] (x86_64)

Added:
  ghc/repos/extra-x86_64/PKGBUILD
(from rev 151868, ghc/repos/testing-x86_64/PKGBUILD)
  ghc/repos/extra-x86_64/build.mk
(from rev 151868, ghc/repos/testing-x86_64/build.mk)
  ghc/repos/extra-x86_64/ghc.install
(from rev 151868, ghc/repos/testing-x86_64/ghc.install)
  ghc/repos/extra-x86_64/print-provides-replaces.sh
(from rev 151868, ghc/repos/testing-x86_64/print-provides-replaces.sh)
Deleted:
  ghc/repos/extra-x86_64/PKGBUILD
  ghc/repos/extra-x86_64/build.mk
  ghc/repos/extra-x86_64/ghc.install
  ghc/repos/testing-x86_64/

+
 PKGBUILD   |  191 ++---
 build.mk   |  325 +++
 ghc.install|   29 +--
 print-provides-replaces.sh |   38 +
 4 files changed, 335 insertions(+), 248 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:05:54 UTC (rev 151871)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:55 UTC (rev 151872)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Special note for devs looking to upgrade this package:
-#   ghc places a unique hash for each library when it is built.
-#   Libraries depend on versions specified by those hashes.
-#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
-#   Also, due to dependency loop problems, haskell-ghc-paths and haddock
-#   do not carry version dependencies. You will have to remember to build them 
too.
-pkgname=ghc
-pkgver=7.0.3
-pkgrel=2
-pkgdesc=The Glasgow Haskell Compiler
-arch=(i686 x86_64)
-url=http://www.haskell.org/ghc/;
-license=(custom)
-depends=('perl' 'gmp=5.0' gcc)
-makedepends=(ghc happy perl libxslt docbook-xsl)
-provides=(haskell-array=0.3.0.2
-  haskell-bytestring=0.9.1.10
-  haskell-cabal=1.10.1.0
-  haskell-containers=0.4.0.0
-  haskell-directory=1.1.0.0   
-  haskell-extensible-exceptions=0.1.1.2
-  haskell-filepath=1.2.0.0
-  haskell-haskell98=1.1.0.1
-  haskell-hpc=0.5.0.6
-  haskell-old-locale=1.0.0.2
-  haskell-old-time=1.0.0.6
-  haskell-pretty=1.0.1.2
-  haskell-process=1.0.1.5
-  haskell-random=1.0.0.3
-  haskell-template-haskell=2.5.0.0
-  haskell-time=1.2.0.3
-  haskell-unix=2.4.2.0
- )
-replaces=(haskell-array0.3.0.2 
-  haskell-bytestring0.9.1.10
-  haskell-cabal1.10.1.0
-  haskell-containers0.4.0.0
-  haskell-directory1.1.0.0
-  haskell-extensible-exceptions0.1.1.2
-  haskell-filepath1.2.0.0
-  haskell-haskell981.1.0.1
-  haskell-hpc0.5.0.6
-  haskell-old-locale1.0.0.2
-  haskell-old-time1.0.0.6
-  haskell-pretty1.0.1.2
-  haskell-process1.0.1.5
-  haskell-random1.0.0.3
-  haskell-template-haskell2.5.0.0
-  haskell-time1.2.0.3
-  haskell-unix2.4.2.0
- )
-
-install=ghc.install
-options=(!strip)
-source=(http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2;
-build.mk)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cp $srcdir/build.mk mk/build.mk
-
-  ./configure --prefix=/usr 
-  make -j1 || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
-  install -d $pkgdir/usr/share/haskell
-}
-
-md5sums=('10bc5e9ae1b581404376efb85f260ff3'
- '5a3e0880c80b1dcecf779ff2e63a9c0d')

Copied: ghc/repos/extra-x86_64/PKGBUILD (from rev 151868, 
ghc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:55 UTC (rev 151872)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+#   Also, due to dependency loop problems, haskell-ghc-paths and haddock
+#   do not carry version dependencies. You will have to remember to build them 
too.
+
+pkgname=ghc
+pkgver=7.4.1
+pkgrel=2
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+depends=('perl' 'gmp=5.0' 'gcc' 'libffi')
+makedepends=('ghc' 'happy' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+groups=('haskell')
+provides=('haskell-array=0.4.0.0'
+  

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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:56
  Author: tdziedzic
Revision: 151873

db-move: moved happy from [testing] to [extra] (i686)

Added:
  happy/repos/extra-i686/PKGBUILD
(from rev 151868, happy/repos/testing-i686/PKGBUILD)
Deleted:
  happy/repos/extra-i686/PKGBUILD
  happy/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:05:55 UTC (rev 151872)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:56 UTC (rev 151873)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: simo s...@archlinux.org
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
- 
-pkgname=happy
-pkgver=1.18.6
-pkgrel=1
-pkgdesc=The Parser Generator for Haskell
-url=http://www.haskell.org/happy/;
-arch=('i686' 'x86_64')
-license=(custom:BSD3)
-depends=(gmp)
-makedepends=(ghc=7.0.2 haskell-mtl=2.0.1.0)
-options=(strip)
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('7d4d1425f5068633cd477a2b2216880d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  runhaskell Setup.lhs copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: happy/repos/extra-i686/PKGBUILD (from rev 151868, 
happy/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:05:56 UTC (rev 151873)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+ 
+pkgname=happy
+pkgver=1.18.9
+pkgrel=4
+pkgdesc=The Parser Generator for Haskell
+url=http://www.haskell.org/happy/;
+arch=('i686' 'x86_64')
+license=(custom:BSD3)
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('aeb565fe572f979f15a24db0df2de37d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  runhaskell Setup.lhs copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:05:59
  Author: tdziedzic
Revision: 151874

db-move: moved happy from [testing] to [extra] (x86_64)

Added:
  happy/repos/extra-x86_64/PKGBUILD
(from rev 151868, happy/repos/testing-x86_64/PKGBUILD)
Deleted:
  happy/repos/extra-x86_64/PKGBUILD
  happy/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:05:56 UTC (rev 151873)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:59 UTC (rev 151874)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: simo s...@archlinux.org
-# Contributor: Vesa Kaihlavirta ve...@iki.fi
- 
-pkgname=happy
-pkgver=1.18.6
-pkgrel=1
-pkgdesc=The Parser Generator for Haskell
-url=http://www.haskell.org/happy/;
-arch=('i686' 'x86_64')
-license=(custom:BSD3)
-depends=(gmp)
-makedepends=(ghc=7.0.2 haskell-mtl=2.0.1.0)
-options=(strip)
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('7d4d1425f5068633cd477a2b2216880d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  runhaskell Setup.lhs configure -O --prefix=/usr
-  runhaskell Setup.lhs build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  runhaskell Setup.lhs copy --destdir=${pkgdir}
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: happy/repos/extra-x86_64/PKGBUILD (from rev 151868, 
happy/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:05:59 UTC (rev 151874)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Vesa Kaihlavirta ve...@iki.fi
+ 
+pkgname=happy
+pkgver=1.18.9
+pkgrel=4
+pkgdesc=The Parser Generator for Haskell
+url=http://www.haskell.org/happy/;
+arch=('i686' 'x86_64')
+license=(custom:BSD3)
+depends=('gmp')
+makedepends=('ghc=7.4.1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('aeb565fe572f979f15a24db0df2de37d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  runhaskell Setup.lhs copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in haskell-html/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:01
  Author: tdziedzic
Revision: 151875

db-move: moved haskell-html from [testing] to [extra] (i686)

Added:
  haskell-html/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-html/repos/testing-i686/PKGBUILD)
  haskell-html/repos/extra-i686/haskell-html.install
(from rev 151868, haskell-html/repos/testing-i686/haskell-html.install)
Deleted:
  haskell-html/repos/extra-i686/PKGBUILD
  haskell-html/repos/extra-i686/haskell-html.install
  haskell-html/repos/testing-i686/

--+
 PKGBUILD |   78 -
 haskell-html.install |   38 +++
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:05:59 UTC (rev 151874)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:01 UTC (rev 151875)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=html
-pkgname=haskell-html
-pkgver=1.0.1.2
-pkgrel=9.1
-pkgdesc=HTML combinator library
-url=http://hackage.haskell.org/package/html;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-html/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-html/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:01 UTC (rev 151875)
@@ -0,0 +1,39 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=html
+pkgname=haskell-html
+pkgver=1.0.1.2
+pkgrel=10
+pkgdesc=HTML combinator library
+url=http://hackage.haskell.org/package/html;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-html.install
===
--- extra-i686/haskell-html.install 2012-03-03 16:05:59 UTC (rev 151874)
+++ extra-i686/haskell-html.install 2012-03-03 16:06:01 UTC (rev 151875)
@@ -1,19 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-html
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh  /dev/null
-  exit 0
-}
-post_upgrade() {
-  

[arch-commits] Commit in haskell-html/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:03
  Author: tdziedzic
Revision: 151876

db-move: moved haskell-html from [testing] to [extra] (x86_64)

Added:
  haskell-html/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-html/repos/testing-x86_64/PKGBUILD)
  haskell-html/repos/extra-x86_64/haskell-html.install
(from rev 151868, haskell-html/repos/testing-x86_64/haskell-html.install)
Deleted:
  haskell-html/repos/extra-x86_64/PKGBUILD
  haskell-html/repos/extra-x86_64/haskell-html.install
  haskell-html/repos/testing-x86_64/

--+
 PKGBUILD |   78 -
 haskell-html.install |   38 +++
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:01 UTC (rev 151875)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:03 UTC (rev 151876)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=html
-pkgname=haskell-html
-pkgver=1.0.1.2
-pkgrel=9.1
-pkgdesc=HTML combinator library
-url=http://hackage.haskell.org/package/html;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-html/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-html/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:03 UTC (rev 151876)
@@ -0,0 +1,39 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=html
+pkgname=haskell-html
+pkgver=1.0.1.2
+pkgrel=10
+pkgdesc=HTML combinator library
+url=http://hackage.haskell.org/package/html;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' sh)
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-html.install
===
--- extra-x86_64/haskell-html.install   2012-03-03 16:06:01 UTC (rev 151875)
+++ extra-x86_64/haskell-html.install   2012-03-03 16:06:03 UTC (rev 151876)
@@ -1,19 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-html
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  

[arch-commits] Commit in haskell-http/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:04
  Author: tdziedzic
Revision: 151877

db-move: moved haskell-http from [testing] to [extra] (i686)

Added:
  haskell-http/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-http/repos/testing-i686/PKGBUILD)
  haskell-http/repos/extra-i686/haskell-http.install
(from rev 151868, haskell-http/repos/testing-i686/haskell-http.install)
Deleted:
  haskell-http/repos/extra-i686/PKGBUILD
  haskell-http/repos/extra-i686/haskell-http.install
  haskell-http/repos/testing-i686/

--+
 PKGBUILD |   80 -
 haskell-http.install |   36 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:03 UTC (rev 151876)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:04 UTC (rev 151877)
@@ -1,40 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.1.1
-pkgrel=3.1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.0.3-2' sh 'haskell-network=2.3.0.2-2.1' 
'haskell-parsec=3.1.1-2.1' 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('ddf23d46c4d6dc0048c454e3d01caa57')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-http/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-http/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:04 UTC (rev 151877)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.2
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-network=2.3.0.11-1' 
'haskell-parsec=3.1.2-1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('b61ff88ef8d699f73a6ed27c6abf6600')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-http.install
===
--- extra-i686/haskell-http.install 2012-03-03 16:06:03 UTC (rev 151876)
+++ extra-i686/haskell-http.install 2012-03-03 16:06:04 UTC (rev 151877)
@@ -1,18 

[arch-commits] Commit in haskell-mtl/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:08
  Author: tdziedzic
Revision: 151879

db-move: moved haskell-mtl from [testing] to [extra] (i686)

Added:
  haskell-mtl/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-mtl/repos/testing-i686/PKGBUILD)
  haskell-mtl/repos/extra-i686/haskell-mtl.install
(from rev 151868, haskell-mtl/repos/testing-i686/haskell-mtl.install)
Deleted:
  haskell-mtl/repos/extra-i686/PKGBUILD
  haskell-mtl/repos/extra-i686/haskell-mtl.install
  haskell-mtl/repos/testing-i686/

-+
 PKGBUILD|   76 +-
 haskell-mtl.install |   36 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:06 UTC (rev 151878)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:08 UTC (rev 151879)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=mtl
-pkgname=haskell-mtl
-pkgver=2.0.1.0
-pkgrel=3.1
-pkgdesc=Monad transformer library
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-transformers=0.2.2.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('934fa813625ef7e88a6a96a09815ff95')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-md5sums=('934fa813625ef7e88a6a96a09815ff95')

Copied: haskell-mtl/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-mtl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:08 UTC (rev 151879)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.0.1.0
+pkgrel=4
+pkgdesc=Monad transformer library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-transformers=0.2.2.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('934fa813625ef7e88a6a96a09815ff95')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-mtl.install
===
--- extra-i686/haskell-mtl.install  2012-03-03 16:06:06 UTC (rev 151878)
+++ extra-i686/haskell-mtl.install  2012-03-03 16:06:08 UTC (rev 151879)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-mtl
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  

[arch-commits] Commit in haskell-http/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:06
  Author: tdziedzic
Revision: 151878

db-move: moved haskell-http from [testing] to [extra] (x86_64)

Added:
  haskell-http/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-http/repos/testing-x86_64/PKGBUILD)
  haskell-http/repos/extra-x86_64/haskell-http.install
(from rev 151868, haskell-http/repos/testing-x86_64/haskell-http.install)
Deleted:
  haskell-http/repos/extra-x86_64/PKGBUILD
  haskell-http/repos/extra-x86_64/haskell-http.install
  haskell-http/repos/testing-x86_64/

--+
 PKGBUILD |   80 -
 haskell-http.install |   36 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:04 UTC (rev 151877)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:06 UTC (rev 151878)
@@ -1,40 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=HTTP
-pkgname=haskell-http
-pkgver=4000.1.1
-pkgrel=3.1
-pkgdesc=A library for client-side HTTP
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.0.3-2' sh 'haskell-network=2.3.0.2-2.1' 
'haskell-parsec=3.1.1-2.1' 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('ddf23d46c4d6dc0048c454e3d01caa57')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-http/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-http/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:06 UTC (rev 151878)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.2.2
+pkgrel=1
+pkgdesc=A library for client-side HTTP
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-network=2.3.0.11-1' 
'haskell-parsec=3.1.2-1' 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('b61ff88ef8d699f73a6ed27c6abf6600')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-http.install
===
--- extra-x86_64/haskell-http.install   2012-03-03 16:06:04 UTC (rev 151877)
+++ 

[arch-commits] Commit in haskell-mtl/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:09
  Author: tdziedzic
Revision: 151880

db-move: moved haskell-mtl from [testing] to [extra] (x86_64)

Added:
  haskell-mtl/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-mtl/repos/testing-x86_64/PKGBUILD)
  haskell-mtl/repos/extra-x86_64/haskell-mtl.install
(from rev 151868, haskell-mtl/repos/testing-x86_64/haskell-mtl.install)
Deleted:
  haskell-mtl/repos/extra-x86_64/PKGBUILD
  haskell-mtl/repos/extra-x86_64/haskell-mtl.install
  haskell-mtl/repos/testing-x86_64/

-+
 PKGBUILD|   76 +-
 haskell-mtl.install |   36 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:08 UTC (rev 151879)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:09 UTC (rev 151880)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=mtl
-pkgname=haskell-mtl
-pkgver=2.0.1.0
-pkgrel=3.1
-pkgdesc=Monad transformer library
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-transformers=0.2.2.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('934fa813625ef7e88a6a96a09815ff95')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-md5sums=('934fa813625ef7e88a6a96a09815ff95')

Copied: haskell-mtl/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-mtl/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:09 UTC (rev 151880)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=mtl
+pkgname=haskell-mtl
+pkgver=2.0.1.0
+pkgrel=4
+pkgdesc=Monad transformer library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-transformers=0.2.2.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('934fa813625ef7e88a6a96a09815ff95')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-mtl.install
===
--- extra-x86_64/haskell-mtl.install2012-03-03 16:06:08 UTC (rev 151879)
+++ extra-x86_64/haskell-mtl.install2012-03-03 16:06:09 UTC (rev 151880)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-mtl
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; 

[arch-commits] Commit in haskell-network/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:10
  Author: tdziedzic
Revision: 151881

db-move: moved haskell-network from [testing] to [extra] (i686)

Added:
  haskell-network/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-network/repos/testing-i686/PKGBUILD)
  haskell-network/repos/extra-i686/haskell-network.install
(from rev 151868, 
haskell-network/repos/testing-i686/haskell-network.install)
Deleted:
  haskell-network/repos/extra-i686/PKGBUILD
  haskell-network/repos/extra-i686/haskell-network.install
  haskell-network/repos/testing-i686/

-+
 PKGBUILD|   79 +++---
 haskell-network.install |   36 ++--
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:09 UTC (rev 151880)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:10 UTC (rev 151881)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.3.0.2
-pkgrel=2.1
-pkgdesc=Networking-related facilities
-url=http://hackage.haskell.org/package/network;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-parsec=3.1.1-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('a739fe9b75af744cfa1c05e39d41ac1f')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-network/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-network/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:10 UTC (rev 151881)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.11
+pkgrel=1
+pkgdesc=Networking-related facilities
+url=http://hackage.haskell.org/package/network;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-network.install
===
--- extra-i686/haskell-network.install  2012-03-03 16:06:09 UTC (rev 151880)
+++ extra-i686/haskell-network.install  2012-03-03 16:06:10 UTC (rev 151881)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-network
-post_install() {
-  

[arch-commits] Commit in haskell-network/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:12
  Author: tdziedzic
Revision: 151882

db-move: moved haskell-network from [testing] to [extra] (x86_64)

Added:
  haskell-network/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-network/repos/testing-x86_64/PKGBUILD)
  haskell-network/repos/extra-x86_64/haskell-network.install
(from rev 151868, 
haskell-network/repos/testing-x86_64/haskell-network.install)
Deleted:
  haskell-network/repos/extra-x86_64/PKGBUILD
  haskell-network/repos/extra-x86_64/haskell-network.install
  haskell-network/repos/testing-x86_64/

-+
 PKGBUILD|   79 +++---
 haskell-network.install |   36 ++--
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:10 UTC (rev 151881)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:12 UTC (rev 151882)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.3.0.2
-pkgrel=2.1
-pkgdesc=Networking-related facilities
-url=http://hackage.haskell.org/package/network;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-parsec=3.1.1-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('a739fe9b75af744cfa1c05e39d41ac1f')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-network/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-network/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:12 UTC (rev 151882)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.3.0.11
+pkgrel=1
+pkgdesc=Networking-related facilities
+url=http://hackage.haskell.org/package/network;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-parsec=3.1.2-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('cfe4922ac85685be9f86d4d34654f481')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-network.install
===
--- extra-x86_64/haskell-network.install2012-03-03 16:06:10 UTC (rev 
151881)
+++ extra-x86_64/haskell-network.install2012-03-03 16:06:12 UTC (rev 
151882)
@@ 

[arch-commits] Commit in haskell-parsec/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:14
  Author: tdziedzic
Revision: 151883

db-move: moved haskell-parsec from [testing] to [extra] (i686)

Added:
  haskell-parsec/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-parsec/repos/testing-i686/PKGBUILD)
  haskell-parsec/repos/extra-i686/haskell-parsec.install
(from rev 151868, haskell-parsec/repos/testing-i686/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/extra-i686/PKGBUILD
  haskell-parsec/repos/extra-i686/haskell-parsec.install
  haskell-parsec/repos/testing-i686/

+
 PKGBUILD   |   78 +++
 haskell-parsec.install |   36 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:12 UTC (rev 151882)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:14 UTC (rev 151883)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# As generated by cabal2arch 0.7.6
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.1
-pkgrel=2.1
-pkgdesc=Monadic parser combinators
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('3d5500847cac09f6f658db825b6c5df8')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-parsec/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-parsec/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:14 UTC (rev 151883)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=1
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-parsec.install
===
--- extra-i686/haskell-parsec.install   2012-03-03 16:06:12 UTC (rev 151882)
+++ extra-i686/haskell-parsec.install   2012-03-03 16:06:14 UTC (rev 151883)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-parsec
-post_install() {
-  

[arch-commits] Commit in haskell-parsec/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:16
  Author: tdziedzic
Revision: 151884

db-move: moved haskell-parsec from [testing] to [extra] (x86_64)

Added:
  haskell-parsec/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-parsec/repos/testing-x86_64/PKGBUILD)
  haskell-parsec/repos/extra-x86_64/haskell-parsec.install
(from rev 151868, 
haskell-parsec/repos/testing-x86_64/haskell-parsec.install)
Deleted:
  haskell-parsec/repos/extra-x86_64/PKGBUILD
  haskell-parsec/repos/extra-x86_64/haskell-parsec.install
  haskell-parsec/repos/testing-x86_64/

+
 PKGBUILD   |   78 +++
 haskell-parsec.install |   36 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:14 UTC (rev 151883)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:16 UTC (rev 151884)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# As generated by cabal2arch 0.7.6
-_hkgname=parsec
-pkgname=haskell-parsec
-pkgver=3.1.1
-pkgrel=2.1
-pkgdesc=Monadic parser combinators
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('3d5500847cac09f6f658db825b6c5df8')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-parsec/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-parsec/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:16 UTC (rev 151884)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# As generated by cabal2arch 0.7.6
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.2
+pkgrel=1
+pkgdesc=Monadic parser combinators
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh' 'haskell-mtl=2.0.1.0-4' 'haskell-text=0.11.1.13-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c2a75dfd247ae4839e2602b62dc87487')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-parsec.install
===
--- extra-x86_64/haskell-parsec.install 2012-03-03 16:06:14 UTC (rev 151883)
+++ extra-x86_64/haskell-parsec.install 2012-03-03 16:06:16 UTC (rev 151884)
@@ -1,18 +0,0 @@

[arch-commits] Commit in haskell-regex-base/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:17
  Author: tdziedzic
Revision: 151885

db-move: moved haskell-regex-base from [testing] to [extra] (i686)

Added:
  haskell-regex-base/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-regex-base/repos/testing-i686/PKGBUILD)
  haskell-regex-base/repos/extra-i686/haskell-regex-base.install
(from rev 151868, 
haskell-regex-base/repos/testing-i686/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/extra-i686/PKGBUILD
  haskell-regex-base/repos/extra-i686/haskell-regex-base.install
  haskell-regex-base/repos/testing-i686/

+
 PKGBUILD   |   74 +--
 haskell-regex-base.install |   36 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:16 UTC (rev 151884)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:17 UTC (rev 151885)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=4.1
-pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-base/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-regex-base/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:17 UTC (rev 151885)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=5
+pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' sh 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-regex-base.install
===
--- extra-i686/haskell-regex-base.install   2012-03-03 16:06:16 UTC (rev 
151884)
+++ extra-i686/haskell-regex-base.install   2012-03-03 16:06:17 UTC (rev 
151885)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-regex-base

[arch-commits] Commit in haskell-regex-base/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:19
  Author: tdziedzic
Revision: 151886

db-move: moved haskell-regex-base from [testing] to [extra] (x86_64)

Added:
  haskell-regex-base/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-regex-base/repos/testing-x86_64/PKGBUILD)
  haskell-regex-base/repos/extra-x86_64/haskell-regex-base.install
(from rev 151868, 
haskell-regex-base/repos/testing-x86_64/haskell-regex-base.install)
Deleted:
  haskell-regex-base/repos/extra-x86_64/PKGBUILD
  haskell-regex-base/repos/extra-x86_64/haskell-regex-base.install
  haskell-regex-base/repos/testing-x86_64/

+
 PKGBUILD   |   74 +--
 haskell-regex-base.install |   36 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:17 UTC (rev 151885)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:19 UTC (rev 151886)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-base
-pkgname=haskell-regex-base
-pkgver=0.93.2
-pkgrel=4.1
-pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-mtl=2.0.1.0-3.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-base/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-regex-base/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:19 UTC (rev 151886)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-base
+pkgname=haskell-regex-base
+pkgver=0.93.2
+pkgrel=5
+pkgdesc=Interface API for regex-posix,pcre,parsec,tdfa,dfa
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' sh 'haskell-mtl=2.0.1.0-4')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('e7b93b0b17eff8d3068ecb2f5d5f6ea3')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-regex-base.install
===
--- extra-x86_64/haskell-regex-base.install 2012-03-03 16:06:17 UTC (rev 
151885)
+++ extra-x86_64/haskell-regex-base.install 2012-03-03 16:06:19 UTC (rev 
151886)
@@ 

[arch-commits] Commit in haskell-regex-compat/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:20
  Author: tdziedzic
Revision: 151887

db-move: moved haskell-regex-compat from [testing] to [extra] (i686)

Added:
  haskell-regex-compat/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-regex-compat/repos/testing-i686/PKGBUILD)
  haskell-regex-compat/repos/extra-i686/haskell-regex-compat.install
(from rev 151868, 
haskell-regex-compat/repos/testing-i686/haskell-regex-compat.install)
Deleted:
  haskell-regex-compat/repos/extra-i686/PKGBUILD
  haskell-regex-compat/repos/extra-i686/haskell-regex-compat.install
  haskell-regex-compat/repos/testing-i686/

--+
 PKGBUILD |   74 -
 haskell-regex-compat.install |   36 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:19 UTC (rev 151886)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:20 UTC (rev 151887)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-compat
-pkgname=haskell-regex-compat
-pkgver=0.93.1
-pkgrel=4.1
-pkgdesc=Replaces and enhances Text.Regex
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1' 
'haskell-regex-posix=0.94.4-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('d6becec95ea8098cab663116fdce60a5')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-compat/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-regex-compat/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:20 UTC (rev 151887)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=Replaces and enhances Text.Regex
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5' 
'haskell-regex-posix=0.95.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d0573ab4e2f3de5faa61380b6720')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-regex-compat.install
===
--- extra-i686/haskell-regex-compat.install 2012-03-03 16:06:19 UTC (rev 
151886)
+++ extra-i686/haskell-regex-compat.install 2012-03-03 16:06:20 UTC (rev 
151887)
@@ -1,18 +0,0 @@

[arch-commits] Commit in haskell-regex-compat/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:22
  Author: tdziedzic
Revision: 151888

db-move: moved haskell-regex-compat from [testing] to [extra] (x86_64)

Added:
  haskell-regex-compat/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-regex-compat/repos/testing-x86_64/PKGBUILD)
  haskell-regex-compat/repos/extra-x86_64/haskell-regex-compat.install
(from rev 151868, 
haskell-regex-compat/repos/testing-x86_64/haskell-regex-compat.install)
Deleted:
  haskell-regex-compat/repos/extra-x86_64/PKGBUILD
  haskell-regex-compat/repos/extra-x86_64/haskell-regex-compat.install
  haskell-regex-compat/repos/testing-x86_64/

--+
 PKGBUILD |   74 -
 haskell-regex-compat.install |   36 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:20 UTC (rev 151887)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:22 UTC (rev 151888)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-compat
-pkgname=haskell-regex-compat
-pkgver=0.93.1
-pkgrel=4.1
-pkgdesc=Replaces and enhances Text.Regex
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1' 
'haskell-regex-posix=0.94.4-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('d6becec95ea8098cab663116fdce60a5')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-compat/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-regex-compat/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:22 UTC (rev 151888)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-compat
+pkgname=haskell-regex-compat
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=Replaces and enhances Text.Regex
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5' 
'haskell-regex-posix=0.95.1-1')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('d0573ab4e2f3de5faa61380b6720')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-regex-compat.install
===
--- extra-x86_64/haskell-regex-compat.install   2012-03-03 16:06:20 UTC (rev 
151887)
+++ extra-x86_64/haskell-regex-compat.install   

[arch-commits] Commit in haskell-regex-posix/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:23
  Author: tdziedzic
Revision: 151889

db-move: moved haskell-regex-posix from [testing] to [extra] (i686)

Added:
  haskell-regex-posix/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-regex-posix/repos/testing-i686/PKGBUILD)
  haskell-regex-posix/repos/extra-i686/haskell-regex-posix.install
(from rev 151868, 
haskell-regex-posix/repos/testing-i686/haskell-regex-posix.install)
Deleted:
  haskell-regex-posix/repos/extra-i686/PKGBUILD
  haskell-regex-posix/repos/extra-i686/haskell-regex-posix.install
  haskell-regex-posix/repos/testing-i686/

-+
 PKGBUILD|   74 +-
 haskell-regex-posix.install |   36 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:22 UTC (rev 151888)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:23 UTC (rev 151889)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-posix
-pkgname=haskell-regex-posix
-pkgver=0.94.4
-pkgrel=2.1
-pkgdesc=The posix regex backend for regex-base
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('c28a13e8329e93a19bbb51708bf64abb')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-posix/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-regex-posix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:23 UTC (rev 151889)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-posix
+pkgname=haskell-regex-posix
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=The posix regex backend for regex-base
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('41cbc6d2b99837b64e0cc457c2737cc8')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-regex-posix.install
===
--- extra-i686/haskell-regex-posix.install  2012-03-03 16:06:22 UTC (rev 
151888)
+++ extra-i686/haskell-regex-posix.install  2012-03-03 16:06:23 UTC (rev 
151889)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-regex-posix
-post_install() {
-  

[arch-commits] Commit in haskell-regex-posix/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:25
  Author: tdziedzic
Revision: 151890

db-move: moved haskell-regex-posix from [testing] to [extra] (x86_64)

Added:
  haskell-regex-posix/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-regex-posix/repos/testing-x86_64/PKGBUILD)
  haskell-regex-posix/repos/extra-x86_64/haskell-regex-posix.install
(from rev 151868, 
haskell-regex-posix/repos/testing-x86_64/haskell-regex-posix.install)
Deleted:
  haskell-regex-posix/repos/extra-x86_64/PKGBUILD
  haskell-regex-posix/repos/extra-x86_64/haskell-regex-posix.install
  haskell-regex-posix/repos/testing-x86_64/

-+
 PKGBUILD|   74 +-
 haskell-regex-posix.install |   36 ++--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:23 UTC (rev 151889)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:25 UTC (rev 151890)
@@ -1,37 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=regex-posix
-pkgname=haskell-regex-posix
-pkgver=0.94.4
-pkgrel=2.1
-pkgdesc=The posix regex backend for regex-base
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('c28a13e8329e93a19bbb51708bf64abb')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-regex-posix/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-regex-posix/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:25 UTC (rev 151890)
@@ -0,0 +1,37 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=regex-posix
+pkgname=haskell-regex-posix
+pkgver=0.95.1
+pkgrel=1
+pkgdesc=The posix regex backend for regex-base
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('41cbc6d2b99837b64e0cc457c2737cc8')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-regex-posix.install
===
--- extra-x86_64/haskell-regex-posix.install2012-03-03 16:06:23 UTC (rev 
151889)
+++ extra-x86_64/haskell-regex-posix.install2012-03-03 16:06:25 UTC (rev 
151890)
@@ -1,18 +0,0 @@

[arch-commits] Commit in haskell-text/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:27
  Author: tdziedzic
Revision: 151891

db-move: moved haskell-text from [testing] to [extra] (i686)

Added:
  haskell-text/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-text/repos/testing-i686/PKGBUILD)
  haskell-text/repos/extra-i686/haskell-text.install
(from rev 151868, haskell-text/repos/testing-i686/haskell-text.install)
Deleted:
  haskell-text/repos/extra-i686/PKGBUILD
  haskell-text/repos/extra-i686/haskell-text.install
  haskell-text/repos/testing-i686/

--+
 PKGBUILD |   76 -
 haskell-text.install |   36 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:25 UTC (rev 151890)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:27 UTC (rev 151891)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=text
-pkgname=haskell-text
-pkgver=0.11.0.5
-pkgrel=2.1
-pkgdesc=An efficient packed Unicode text type.
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.0.3-2' sh 'haskell-deepseq=1.1.0.2-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('516a6813a6b9061fabdc9f0c3bbb1592')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-text/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-text/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:27 UTC (rev 151891)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.1.13
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('62b781a5d9d4dab2b2a1dbf2dc1b593f')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: extra-i686/haskell-text.install
===
--- extra-i686/haskell-text.install 2012-03-03 16:06:25 UTC (rev 151890)
+++ extra-i686/haskell-text.install 2012-03-03 16:06:27 UTC (rev 151891)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-text
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}

[arch-commits] Commit in haskell-text/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:28
  Author: tdziedzic
Revision: 151892

db-move: moved haskell-text from [testing] to [extra] (x86_64)

Added:
  haskell-text/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-text/repos/testing-x86_64/PKGBUILD)
  haskell-text/repos/extra-x86_64/haskell-text.install
(from rev 151868, haskell-text/repos/testing-x86_64/haskell-text.install)
Deleted:
  haskell-text/repos/extra-x86_64/PKGBUILD
  haskell-text/repos/extra-x86_64/haskell-text.install
  haskell-text/repos/testing-x86_64/

--+
 PKGBUILD |   76 -
 haskell-text.install |   36 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:27 UTC (rev 151891)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:28 UTC (rev 151892)
@@ -1,38 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-_hkgname=text
-pkgname=haskell-text
-pkgver=0.11.0.5
-pkgrel=2.1
-pkgdesc=An efficient packed Unicode text type.
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.0.3-2' sh 'haskell-deepseq=1.1.0.2-2.1')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('516a6813a6b9061fabdc9f0c3bbb1592')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-text/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-text/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:28 UTC (rev 151892)
@@ -0,0 +1,38 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+_hkgname=text
+pkgname=haskell-text
+pkgver=0.11.1.13
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('62b781a5d9d4dab2b2a1dbf2dc1b593f')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: extra-x86_64/haskell-text.install
===
--- extra-x86_64/haskell-text.install   2012-03-03 16:06:27 UTC (rev 151891)
+++ extra-x86_64/haskell-text.install   2012-03-03 16:06:28 UTC (rev 151892)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-text
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}

[arch-commits] Commit in haskell-transformers/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:32
  Author: tdziedzic
Revision: 151894

db-move: moved haskell-transformers from [testing] to [extra] (x86_64)

Added:
  haskell-transformers/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-transformers/repos/testing-x86_64/PKGBUILD)
  haskell-transformers/repos/extra-x86_64/haskell-transformers.install
(from rev 151868, 
haskell-transformers/repos/testing-x86_64/haskell-transformers.install)
Deleted:
  haskell-transformers/repos/extra-x86_64/PKGBUILD
  haskell-transformers/repos/extra-x86_64/haskell-transformers.install
  haskell-transformers/repos/testing-x86_64/

--+
 PKGBUILD |   77 -
 haskell-transformers.install |   36 +--
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:30 UTC (rev 151893)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:32 UTC (rev 151894)
@@ -1,38 +0,0 @@
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# $Id$
-
-_hkgname=transformers
-pkgname=haskell-transformers
-pkgver=0.2.2.0
-pkgrel=3.1
-pkgdesc=Concrete functor and monad transformers
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
-install=${pkgname}.install
-md5sums=('3470ac66116900cd1ba84d3744474e49')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-transformers/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-transformers/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:32 UTC (rev 151894)
@@ -0,0 +1,39 @@
+# $Id$
+
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Rémy Oudompheng r...@archlinux.org
+
+_hkgname=transformers
+pkgname=haskell-transformers
+pkgver=0.2.2.0
+pkgrel=4
+pkgdesc=Concrete functor and monad transformers
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
+install=${pkgname}.install
+md5sums=('3470ac66116900cd1ba84d3744474e49')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-transformers.install
===
--- extra-x86_64/haskell-transformers.install   2012-03-03 16:06:30 UTC (rev 
151893)
+++ extra-x86_64/haskell-transformers.install   2012-03-03 16:06:32 UTC (rev 
151894)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-transformers
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd 

[arch-commits] Commit in haskell-zlib/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:33
  Author: tdziedzic
Revision: 151895

db-move: moved haskell-zlib from [testing] to [extra] (i686)

Added:
  haskell-zlib/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-zlib/repos/testing-i686/PKGBUILD)
  haskell-zlib/repos/extra-i686/haskell-zlib.install
(from rev 151868, haskell-zlib/repos/testing-i686/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/extra-i686/PKGBUILD
  haskell-zlib/repos/extra-i686/haskell-zlib.install
  haskell-zlib/repos/testing-i686/

--+
 PKGBUILD |   79 -
 haskell-zlib.install |   36 +++---
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-03 16:06:32 UTC (rev 151894)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:33 UTC (rev 151895)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package originally generated by cabal2arch 0.7.6
-_hkgname=zlib
-pkgname=haskell-zlib
-pkgver=0.5.3.1
-pkgrel=2.1
-pkgdesc=Compression and decompression in the gzip and zlib formats
-url=http://hackage.haskell.org/package/zlib;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 'zlib' sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('8fb2988b112e38d04a527b892f770507')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-zlib/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-zlib/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:33 UTC (rev 151895)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=3
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/zlib;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'zlib' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-i686/haskell-zlib.install
===
--- extra-i686/haskell-zlib.install 2012-03-03 16:06:32 UTC (rev 151894)
+++ extra-i686/haskell-zlib.install 2012-03-03 16:06:33 UTC (rev 151895)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-zlib
-post_install() {
-  ${HS_DIR}/register.sh
-  

[arch-commits] Commit in haskell-zlib/repos (5 files)

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:34
  Author: tdziedzic
Revision: 151896

db-move: moved haskell-zlib from [testing] to [extra] (x86_64)

Added:
  haskell-zlib/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-zlib/repos/testing-x86_64/PKGBUILD)
  haskell-zlib/repos/extra-x86_64/haskell-zlib.install
(from rev 151868, haskell-zlib/repos/testing-x86_64/haskell-zlib.install)
Deleted:
  haskell-zlib/repos/extra-x86_64/PKGBUILD
  haskell-zlib/repos/extra-x86_64/haskell-zlib.install
  haskell-zlib/repos/testing-x86_64/

--+
 PKGBUILD |   79 -
 haskell-zlib.install |   36 +++---
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-03 16:06:33 UTC (rev 151895)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:34 UTC (rev 151896)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package originally generated by cabal2arch 0.7.6
-_hkgname=zlib
-pkgname=haskell-zlib
-pkgver=0.5.3.1
-pkgrel=2.1
-pkgdesc=Compression and decompression in the gzip and zlib formats
-url=http://hackage.haskell.org/package/zlib;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 'zlib' sh)
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('8fb2988b112e38d04a527b892f770507')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-zlib/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-zlib/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:34 UTC (rev 151896)
@@ -0,0 +1,40 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package originally generated by cabal2arch 0.7.6
+
+_hkgname=zlib
+pkgname=haskell-zlib
+pkgver=0.5.3.3
+pkgrel=3
+pkgdesc=Compression and decompression in the gzip and zlib formats
+url=http://hackage.haskell.org/package/zlib;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'zlib' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('1649e56d13ce2c6a6a9210227401dbbc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/haskell-zlib.install
===
--- extra-x86_64/haskell-zlib.install   2012-03-03 16:06:33 UTC (rev 151895)
+++ extra-x86_64/haskell-zlib.install   2012-03-03 16:06:34 UTC (rev 151896)
@@ -1,18 +0,0 @@

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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:36
  Author: tdziedzic
Revision: 151897

db-move: moved haskell-random from [testing] to [extra] (i686)

Added:
  haskell-random/repos/extra-i686/
  haskell-random/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-random/repos/testing-i686/PKGBUILD)
  haskell-random/repos/extra-i686/haskell-random.install
(from rev 151868, haskell-random/repos/testing-i686/haskell-random.install)
Deleted:
  haskell-random/repos/testing-i686/

+
 PKGBUILD   |   37 +
 haskell-random.install |   18 ++
 2 files changed, 55 insertions(+)

Copied: haskell-random/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-random/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:36 UTC (rev 151897)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=1
+pkgdesc=A basic random number generation library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Copied: haskell-random/repos/extra-i686/haskell-random.install (from rev 
151868, haskell-random/repos/testing-i686/haskell-random.install)
===
--- extra-i686/haskell-random.install   (rev 0)
+++ extra-i686/haskell-random.install   2012-03-03 16:06:36 UTC (rev 151897)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:39
  Author: tdziedzic
Revision: 151898

db-move: moved haskell-random from [testing] to [extra] (x86_64)

Added:
  haskell-random/repos/extra-x86_64/
  haskell-random/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-random/repos/testing-x86_64/PKGBUILD)
  haskell-random/repos/extra-x86_64/haskell-random.install
(from rev 151868, 
haskell-random/repos/testing-x86_64/haskell-random.install)
Deleted:
  haskell-random/repos/testing-x86_64/

+
 PKGBUILD   |   37 +
 haskell-random.install |   18 ++
 2 files changed, 55 insertions(+)

Copied: haskell-random/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-random/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:39 UTC (rev 151898)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.0.1.1
+pkgrel=1
+pkgdesc=A basic random number generation library
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Copied: haskell-random/repos/extra-x86_64/haskell-random.install (from rev 
151868, haskell-random/repos/testing-x86_64/haskell-random.install)
===
--- extra-x86_64/haskell-random.install (rev 0)
+++ extra-x86_64/haskell-random.install 2012-03-03 16:06:39 UTC (rev 151898)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-random
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:40
  Author: tdziedzic
Revision: 151899

db-move: moved haskell-quickcheck from [testing] to [extra] (i686)

Added:
  haskell-quickcheck/repos/extra-i686/
  haskell-quickcheck/repos/extra-i686/PKGBUILD
(from rev 151868, haskell-quickcheck/repos/testing-i686/PKGBUILD)
  haskell-quickcheck/repos/extra-i686/haskell-quickcheck.install
(from rev 151868, 
haskell-quickcheck/repos/testing-i686/haskell-quickcheck.install)
Deleted:
  haskell-quickcheck/repos/testing-i686/

+
 PKGBUILD   |   38 ++
 haskell-quickcheck.install |   18 ++
 2 files changed, 56 insertions(+)

Copied: haskell-quickcheck/repos/extra-i686/PKGBUILD (from rev 151868, 
haskell-quickcheck/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-03 16:06:40 UTC (rev 151899)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=Automatic testing of Haskell programs
+url=http://hackage.haskell.org/package/QuickCheck;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'haskell-mtl=2.0.1.0-4' 'haskell-random=1.0.1.1-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('9e22f9741cbc7d9cd8d52d3928e57b67')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-quickcheck/repos/extra-i686/haskell-quickcheck.install (from 
rev 151868, haskell-quickcheck/repos/testing-i686/haskell-quickcheck.install)
===
--- extra-i686/haskell-quickcheck.install   (rev 0)
+++ extra-i686/haskell-quickcheck.install   2012-03-03 16:06:40 UTC (rev 
151899)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-quickcheck
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



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

2012-03-03 Thread Thomas Dziedzic
Date: Saturday, March 3, 2012 @ 11:06:41
  Author: tdziedzic
Revision: 151900

db-move: moved haskell-quickcheck from [testing] to [extra] (x86_64)

Added:
  haskell-quickcheck/repos/extra-x86_64/
  haskell-quickcheck/repos/extra-x86_64/PKGBUILD
(from rev 151868, haskell-quickcheck/repos/testing-x86_64/PKGBUILD)
  haskell-quickcheck/repos/extra-x86_64/haskell-quickcheck.install
(from rev 151868, 
haskell-quickcheck/repos/testing-x86_64/haskell-quickcheck.install)
Deleted:
  haskell-quickcheck/repos/testing-x86_64/

+
 PKGBUILD   |   38 ++
 haskell-quickcheck.install |   18 ++
 2 files changed, 56 insertions(+)

Copied: haskell-quickcheck/repos/extra-x86_64/PKGBUILD (from rev 151868, 
haskell-quickcheck/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-03 16:06:41 UTC (rev 151900)
@@ -0,0 +1,38 @@
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.5
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.4.2
+pkgrel=1
+pkgdesc=Automatic testing of Haskell programs
+url=http://hackage.haskell.org/package/QuickCheck;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.4.1-2' 'haskell-mtl=2.0.1.0-4' 'haskell-random=1.0.1.1-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+install=${pkgname}.install
+md5sums=('9e22f9741cbc7d9cd8d52d3928e57b67')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-quickcheck/repos/extra-x86_64/haskell-quickcheck.install (from 
rev 151868, haskell-quickcheck/repos/testing-x86_64/haskell-quickcheck.install)
===
--- extra-x86_64/haskell-quickcheck.install (rev 0)
+++ extra-x86_64/haskell-quickcheck.install 2012-03-03 16:06:41 UTC (rev 
151900)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-quickcheck
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



  1   2   >