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

2013-05-06 Thread Andrea Scarpino
Date: Monday, May 6, 2013 @ 08:46:21
  Author: andrea
Revision: 184321

upgpkg: akonadi 1.9.2-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 02:57:37 UTC (rev 184320)
+++ PKGBUILD2013-05-06 06:46:21 UTC (rev 184321)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.9.1
-pkgrel=3
+pkgver=1.9.2
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f150d5e9b4776d683d0b1d64316f0276')
+md5sums=('bdce288f4b91055d69f35c26dab276d0')
 
 build() {
   mkdir build



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

2013-05-06 Thread Andrea Scarpino
Date: Monday, May 6, 2013 @ 08:46:28
  Author: andrea
Revision: 184322

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

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

--+
 /PKGBUILD|   64 +
 /akonadi.install |   22 ++
 extra-i686/PKGBUILD  |   32 
 extra-i686/akonadi.install   |   11 ---
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/akonadi.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 06:46:21 UTC (rev 184321)
+++ extra-i686/PKGBUILD 2013-05-06 06:46:28 UTC (rev 184322)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=3
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f150d5e9b4776d683d0b1d64316f0276')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 184321, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-06 06:46:28 UTC (rev 184322)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.9.2
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('bdce288f4b91055d69f35c26dab276d0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-05-06 06:46:21 UTC (rev 184321)
+++ extra-i686/akonadi.install  2013-05-06 06:46:28 UTC (rev 184322)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 184321, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-05-06 06:46:28 UTC (rev 184322)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-06 06:46:21 UTC (rev 184321)
+++ extra-x86_64/PKGBUILD   2013-05-06 06:46:28 UTC (rev 184322)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.9.1
-pkgrel=3
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')

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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:31:24
  Author: jelle
Revision: 89948

upgpkg: xmobar 0.17-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 00:28:11 UTC (rev 89947)
+++ PKGBUILD2013-05-06 07:31:24 UTC (rev 89948)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=xmobar
-pkgver=0.16
-pkgrel=6
+pkgver=0.17
+pkgrel=1
 pkgdesc=A Minimalistic Text Based Status Bar
 url=http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
@@ -14,7 +14,6 @@
 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('4742f1556a8e9b292f18df1176dcd378')
 
 build() {
 cd ${srcdir}/xmobar-$pkgver
@@ -29,3 +28,4 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
+md5sums=('d50287cd9f2284737c89e36de0eca107')



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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:32:36
  Author: jelle
Revision: 89949

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 89948, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
(from rev 89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 89948, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch
(from rev 89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/xmobar-0.15-haskell-mtl.patch

+
 /PKGBUILD  |   62 +++
 /xmobar-0.15-haskell-mtl.patch |   24 
 community-i686/PKGBUILD|   31 ---
 community-i686/xmobar-0.15-haskell-mtl.patch   |   12 
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/xmobar-0.15-haskell-mtl.patch |   12 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 07:31:24 UTC (rev 89948)
+++ community-i686/PKGBUILD 2013-05-06 07:32:36 UTC (rev 89949)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=xmobar
-pkgver=0.16
-pkgrel=6
-pkgdesc=A Minimalistic Text Based Status Bar
-url=http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
-makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
-'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-md5sums=('4742f1556a8e9b292f18df1176dcd378')
-
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 89948, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 07:32:36 UTC (rev 89949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=xmobar
+pkgver=0.17
+pkgrel=1
+pkgdesc=A Minimalistic Text Based Status Bar
+url=http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr')
+makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 
'haskell-utf8-string=0.3.7-5'
+'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 
'haskell-mtl=2.1.2-3')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization --prefix=/usr 
--flags=with_utf8 with_xft with_iwlib
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('d50287cd9f2284737c89e36de0eca107')

Deleted: community-i686/xmobar-0.15-haskell-mtl.patch
===
--- community-i686/xmobar-0.15-haskell-mtl.patch2013-05-06 07:31:24 UTC 
(rev 89948)
+++ community-i686/xmobar-0.15-haskell-mtl.patch2013-05-06 07:32:36 UTC 
(rev 89949)
@@ -1,12 +0,0 @@
-diff -aur xmobar-0.15.old/xmobar.cabal xmobar-0.15/xmobar.cabal
 xmobar-0.15.old/xmobar.cabal   2012-06-11 17:04:21.422444926 +
-+++ xmobar-0.15/xmobar.cabal   2012-06-11 17:05:16.772001865 +
-@@ -112,7 +112,7 @@
-   time,
-   filepath,
-   X11 == 1.6.*,
--  mtl == 2.0.*,
-+  mtl = 2.0  2.2,
-   parsec == 3.1.*,
-   stm == 2.3.*
- 

Copied: xmobar/repos/community-i686/xmobar-0.15-haskell-mtl.patch (from rev 
89948, xmobar/trunk/xmobar-0.15-haskell-mtl.patch)
===
--- community-i686/xmobar-0.15-haskell-mtl.patch
(rev 0)

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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 09:38:48
  Author: tpowa
Revision: 184323

update homepage

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 06:46:28 UTC (rev 184322)
+++ PKGBUILD2013-05-06 07:38:48 UTC (rev 184323)
@@ -7,7 +7,7 @@
 pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
-url=http://syslinux.zytor.com/;
+url=http://www.syslinux.org;
 license=('GPL2')
 depends=('perl' 'glibc')
 optdepends=('perl-passwd-md5:  For md5pass'



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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:49:31
  Author: jelle
Revision: 89950

upgpkg: python-cssutils 0.9.10-1

Modified:
  python-cssutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:32:36 UTC (rev 89949)
+++ PKGBUILD2013-05-06 07:49:31 UTC (rev 89950)
@@ -7,15 +7,15 @@
 
 pkgbase=python-cssutils
 pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc=A CSS Cascading Style Sheets library for Python
 arch=('any')
 url=http://cthedot.de/cssutils/;
 license=('LGPL3')
 makedepends=('python2-distribute' 'python-distribute')
 
source=(http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
-md5sums=('5f8ea824cc0e0518b574da20e895be08')
+md5sums=('81b5c0294c54479a54548769eaa236f8')
 
 build() {
   cd ${srcdir}
@@ -60,5 +60,6 @@
 check() {
   cd ${srcdir}/cssutils-${pkgver}
   # Currently broken..
-  # python3 setup.py test
+#  python3 setup.py test
+#  python2 setup.py test
 }



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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:49:57
  Author: jelle
Revision: 89951

archrelease: copy trunk to community-any

Added:
  python-cssutils/repos/community-any/PKGBUILD
(from rev 89950, python-cssutils/trunk/PKGBUILD)
Deleted:
  python-cssutils/repos/community-any/PKGBUILD

--+
 PKGBUILD |  129 ++---
 1 file changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 07:49:31 UTC (rev 89950)
+++ PKGBUILD2013-05-06 07:49:57 UTC (rev 89951)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Simon Sapin simon dot sapin at exyr dot org
-# Contributor: Michal Marek reqamst at gmail dot com
-# Contributor: Rick W. Chena stuffcor...@archlinux.us
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-
-pkgbase=python-cssutils
-pkgname=('python2-cssutils' 'python-cssutils')
-pkgver=0.9.9
-pkgrel=3
-pkgdesc=A CSS Cascading Style Sheets library for Python
-arch=('any')
-url=http://cthedot.de/cssutils/;
-license=('LGPL3')
-makedepends=('python2-distribute' 'python-distribute')
-source=(http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
-md5sums=('5f8ea824cc0e0518b574da20e895be08')
-
-build() {
-  cd ${srcdir}
-
-  # Create python2 build dir
-  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
-}
-
-package_python2-cssutils() {
-  depends=('python2')
-
-  cd ${srcdir}/cssutils-py2-${pkgver}
-
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  sed -i -e s:#!/usr/bin/env python:#!/usr/bin/env python2:g \
- $(find ${pkgdir} -name '*.py')
-
-  # Don't install tests (FS#27567)
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/tests
-}
-
-package_python-cssutils() {
-  depends=('python')
-
-  cd ${srcdir}/cssutils-${pkgver}
-
-  python3 setup.py install --root=${pkgdir}/ --optimize=1
-
-  # Avoid a conflict: only keep the Py2 executables.
-  rm -rf ${pkgdir}/usr/bin
-
-  # Don't install tests (FS#27567)
-  rm -rf ${pkgdir}/usr/lib/python3.3/site-packages/tests
-
-  # Use #!/usr/bin/python3 
-  cd $pkgdir/usr/lib/python3.3/site-packages/cssutils
-  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
-
-}
-
-check() {
-  cd ${srcdir}/cssutils-${pkgver}
-  # Currently broken..
-  # python3 setup.py test
-}

Copied: python-cssutils/repos/community-any/PKGBUILD (from rev 89950, 
python-cssutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 07:49:57 UTC (rev 89951)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+# Contributor: Michal Marek reqamst at gmail dot com
+# Contributor: Rick W. Chena stuffcor...@archlinux.us
+# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
+
+pkgbase=python-cssutils
+pkgname=('python2-cssutils' 'python-cssutils')
+pkgver=0.9.10
+pkgrel=1
+pkgdesc=A CSS Cascading Style Sheets library for Python
+arch=('any')
+url=http://cthedot.de/cssutils/;
+license=('LGPL3')
+makedepends=('python2-distribute' 'python-distribute')
+source=(http://pypi.python.org/packages/source/c/cssutils/cssutils-${pkgver}.zip;)
+md5sums=('81b5c0294c54479a54548769eaa236f8')
+
+build() {
+  cd ${srcdir}
+
+  # Create python2 build dir
+  cp -a cssutils-${pkgver} cssutils-py2-${pkgver}
+}
+
+package_python2-cssutils() {
+  depends=('python2')
+
+  cd ${srcdir}/cssutils-py2-${pkgver}
+
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  sed -i -e s:#!/usr/bin/env python:#!/usr/bin/env python2:g \
+ $(find ${pkgdir} -name '*.py')
+
+  # Don't install tests (FS#27567)
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/tests
+}
+
+package_python-cssutils() {
+  depends=('python')
+
+  cd ${srcdir}/cssutils-${pkgver}
+
+  python3 setup.py install --root=${pkgdir}/ --optimize=1
+
+  # Avoid a conflict: only keep the Py2 executables.
+  rm -rf ${pkgdir}/usr/bin
+
+  # Don't install tests (FS#27567)
+  rm -rf ${pkgdir}/usr/lib/python3.3/site-packages/tests
+
+  # Use #!/usr/bin/python3 
+  cd $pkgdir/usr/lib/python3.3/site-packages/cssutils
+  find . -maxdepth 2 -mindepth 1 -type f -iname '*.py' -exec sed -i 's/env 
python/python3/' '{}' \;
+
+}
+
+check() {
+  cd ${srcdir}/cssutils-${pkgver}
+  # Currently broken..
+#  python3 setup.py test
+#  python2 setup.py test
+}



[arch-commits] Commit in icedtea-web-java7/trunk (PKGBUILD)

2013-05-06 Thread Guillaume Alaux
Date: Monday, May 6, 2013 @ 09:52:09
  Author: guillaume
Revision: 184324

Upstream release

Modified:
  icedtea-web-java7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:38:48 UTC (rev 184323)
+++ PKGBUILD2013-05-06 07:52:09 UTC (rev 184324)
@@ -3,7 +3,7 @@
 
 pkgbase=icedtea-web-java7
 pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3.2
+pkgver=1.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org/wiki/IcedTea-Web;
@@ -11,7 +11,7 @@
 makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
 noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
 
source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-md5sums=('94ce02c42c1e4d1411357fb3c1014f67')
+sha256sums=('e53a41fa132e086fa8d17cadf1e7e38cb3ab99577277949fbcae4ab8705245fb')
 
 _javaver=7
 _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk



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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:54:26
  Author: jelle
Revision: 89952

upgpkg: python-decorator 3.4.0-1

Modified:
  python-decorator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:49:57 UTC (rev 89951)
+++ PKGBUILD2013-05-06 07:54:26 UTC (rev 89952)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Chapuis catwell at archlinux dot us
 
 pkgname=('python-decorator' 'python2-decorator')
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
 pkgdesc='Python Decorator module'
 arch=('any')
 url='http://pypi.python.org/pypi/decorator'
@@ -12,7 +12,7 @@
 makedepends=('python2' 'python' 'python-distribute')
 
source=(http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz;
 'LICENSE.txt')
-md5sums=('f5a0227cb1c34a0e7d5b7f9cd2ae3135'
+md5sums=('1e8756f719d746e2fc0dd28b41251356'
  '0ca76d2c707f09dbb04acc425ea1a08b')
 
 build() {



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

2013-05-06 Thread Jelle van der Waa
Date: Monday, May 6, 2013 @ 09:54:59
  Author: jelle
Revision: 89953

archrelease: copy trunk to community-any

Added:
  python-decorator/repos/community-any/LICENSE.txt
(from rev 89952, python-decorator/trunk/LICENSE.txt)
  python-decorator/repos/community-any/PKGBUILD
(from rev 89952, python-decorator/trunk/PKGBUILD)
Deleted:
  python-decorator/repos/community-any/LICENSE.txt
  python-decorator/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   52 +++---
 PKGBUILD|   98 +-
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2013-05-06 07:54:26 UTC (rev 89952)
+++ LICENSE.txt 2013-05-06 07:54:59 UTC (rev 89953)
@@ -1,26 +0,0 @@
-Copyright (c) 2007, Michele Simionato
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-  Redistributions of source code must retain the above copyright 
-  notice, this list of conditions and the following disclaimer.
-  Redistributions in bytecode form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in
-  the documentation and/or other materials provided with the
-  distribution. 
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-  DAMAGE.

Copied: python-decorator/repos/community-any/LICENSE.txt (from rev 89952, 
python-decorator/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2013-05-06 07:54:59 UTC (rev 89953)
@@ -0,0 +1,26 @@
+Copyright (c) 2007, Michele Simionato
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  Redistributions of source code must retain the above copyright 
+  notice, this list of conditions and the following disclaimer.
+  Redistributions in bytecode form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in
+  the documentation and/or other materials provided with the
+  distribution. 
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 07:54:26 UTC (rev 89952)
+++ PKGBUILD2013-05-06 07:54:59 UTC (rev 89953)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Pierre Chapuis catwell at archlinux dot us
-
-pkgname=('python-decorator' 'python2-decorator')
-pkgver=3.3.3
-pkgrel=2
-pkgdesc='Python Decorator module'
-arch=('any')
-url='http://pypi.python.org/pypi/decorator'
-license=('BSD')
-makedepends=('python2' 'python' 'python-distribute')
-source=(http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz;
-'LICENSE.txt')
-md5sums=('f5a0227cb1c34a0e7d5b7f9cd2ae3135'
- '0ca76d2c707f09dbb04acc425ea1a08b')
-
-build() {
-  # Make python and python2 builds possible
-  cp -r decorator-$pkgver decorator2-$pkgver
-
-  cd $srcdir/decorator-$pkgver
-
-  python3 setup.py build
-
-  cd $srcdir/decorator2-$pkgver
-
-  python2 setup.py build
-}
-
-package_python2-decorator() {
-depends=('python2')
-replaces=('python-decorator=3.3.2-1')
-  cd ${srcdir}/decorator2-${pkgver}
-
-  python2 

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

2013-05-06 Thread Pierre Schmitz
Date: Monday, May 6, 2013 @ 11:29:39
  Author: pierre
Revision: 184325

create dir that is referenced in logrotate.conf

Modified:
  logrotate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:52:09 UTC (rev 184324)
+++ PKGBUILD2013-05-06 09:29:39 UTC (rev 184325)
@@ -41,6 +41,7 @@
cd $srcdir/${pkgname}-${pkgver}
make PREFIX=$pkgdir MANDIR=/usr/share/man install
 
+   install -dm755 $pkgdir/etc/logrotate.d
install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
install -Dm744 $srcdir/logrotate.cron.daily 
$pkgdir/etc/cron.daily/logrotate
 }



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

2013-05-06 Thread Evangelos Foutras
Date: Monday, May 6, 2013 @ 11:40:01
  Author: foutrelis
Revision: 184329

upgpkg: libpng 1.6.2-3

Add upstream workaround for PNG images with bad CMF bytes.

Added:
  libpng/trunk/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
  libpng/trunk/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch
  libpng/trunk/adjust-apng-patch-for-libpng16-git-changes.patch
Modified:
  libpng/trunk/PKGBUILD

-+
 0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch |  106 +++
 0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch |  133 
++
 PKGBUILD|   25 +
 adjust-apng-patch-for-libpng16-git-changes.patch|   19 +
 4 files changed, 278 insertions(+), 5 deletions(-)

Added: 0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
===
--- 0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch 
(rev 0)
+++ 0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch 
2013-05-06 09:40:01 UTC (rev 184329)
@@ -0,0 +1,106 @@
+From 56d6bc2e8855d25e03816509a0137c3a70410ae6 Mon Sep 17 00:00:00 2001
+From: Glenn Randers-Pehrson glennrp at users.sourceforge.net
+Date: Mon, 29 Apr 2013 08:57:14 -0500
+Subject: [PATCH 06/10] [libpng16] Avoid dereferencing NULL pointer possibly
+ returned from
+
+png_create_write_struct() (Andrew Church).
+---
+ ANNOUNCE   |  6 --
+ CHANGES|  4 +++-
+ pngwrite.c | 65 +++---
+ 3 files changed, 39 insertions(+), 36 deletions(-)
+
+ (foutrelis: pruned non-code changes to apply cleanly to libpng 1.6.2.)
+
+diff --git a/pngwrite.c b/pngwrite.c
+index 33924aa..b71a3d3 100644
+--- a/pngwrite.c
 b/pngwrite.c
+@@ -494,51 +494,50 @@ png_create_write_struct_2,(png_const_charp user_png_ver, 
png_voidp error_ptr,
+png_structrp png_ptr = png_create_png_struct(user_png_ver, error_ptr,
+   error_fn, warn_fn, mem_ptr, malloc_fn, free_fn);
+ #endif /* PNG_USER_MEM_SUPPORTED */
++   if (png_ptr != NULL)
++   {
++  /* Set the zlib control values to defaults; they can be overridden by 
the
++   * application after the struct has been created.
++   */
++  png_ptr-zbuffer_size = PNG_ZBUF_SIZE;
+ 
+-   /* Set the zlib control values to defaults; they can be overridden by the
+-* application after the struct has been created.
+-*/
+-   png_ptr-zbuffer_size = PNG_ZBUF_SIZE;
+-
+-   /* The 'zlib_strategy' setting is irrelevant because png_default_claim in
+-* pngwutil.c defaults it according to whether or not filters will be used,
+-* and ignores this setting.
+-*/
+-   png_ptr-zlib_strategy = PNG_Z_DEFAULT_STRATEGY;
+-   png_ptr-zlib_level = PNG_Z_DEFAULT_COMPRESSION;
+-   png_ptr-zlib_mem_level = 8;
+-   png_ptr-zlib_window_bits = 15;
+-   png_ptr-zlib_method = 8;
++  /* The 'zlib_strategy' setting is irrelevant because png_default_claim 
in
++   * pngwutil.c defaults it according to whether or not filters will be
++   * used, and ignores this setting.
++   */
++  png_ptr-zlib_strategy = PNG_Z_DEFAULT_STRATEGY;
++  png_ptr-zlib_level = PNG_Z_DEFAULT_COMPRESSION;
++  png_ptr-zlib_mem_level = 8;
++  png_ptr-zlib_window_bits = 15;
++  png_ptr-zlib_method = 8;
+ 
+ #ifdef PNG_WRITE_COMPRESSED_TEXT_SUPPORTED
+-   png_ptr-zlib_text_strategy = PNG_TEXT_Z_DEFAULT_STRATEGY;
+-   png_ptr-zlib_text_level = PNG_TEXT_Z_DEFAULT_COMPRESSION;
+-   png_ptr-zlib_text_mem_level = 8;
+-   png_ptr-zlib_text_window_bits = 15;
+-   png_ptr-zlib_text_method = 8;
++  png_ptr-zlib_text_strategy = PNG_TEXT_Z_DEFAULT_STRATEGY;
++  png_ptr-zlib_text_level = PNG_TEXT_Z_DEFAULT_COMPRESSION;
++  png_ptr-zlib_text_mem_level = 8;
++  png_ptr-zlib_text_window_bits = 15;
++  png_ptr-zlib_text_method = 8;
+ #endif /* PNG_WRITE_COMPRESSED_TEXT_SUPPORTED */
+ 
+-   /* This is a highly dubious configuration option; by default it is off, but
+-* it may be appropriate for private builds that are testing extensions not
+-* conformant to the current specification, or of applications that must 
not
+-* fail to write at all costs!
+-*/
+-#  ifdef PNG_BENIGN_WRITE_ERRORS_SUPPORTED
++  /* This is a highly dubious configuration option; by default it is off,
++   * but it may be appropriate for private builds that are testing
++   * extensions not conformant to the current specification, or of
++   * applications that must not fail to write at all costs!
++   */
++#ifdef PNG_BENIGN_WRITE_ERRORS_SUPPORTED
+   png_ptr-flags |= PNG_FLAG_BENIGN_ERRORS_WARN;
+   /* In stable builds only warn if an application error can be completely
+* handled.
+*/
+-#  endif
++#endif
+ 
+-   /* App warnings are warnings in release (or release candidate) builds but

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

2013-05-06 Thread Evangelos Foutras
Date: Monday, May 6, 2013 @ 11:40:22
  Author: foutrelis
Revision: 184330

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

Added:
  
libpng/repos/testing-i686/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
(from rev 184329, 
libpng/trunk/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch)
  
libpng/repos/testing-i686/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch
(from rev 184329, 
libpng/trunk/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch)
  libpng/repos/testing-i686/PKGBUILD
(from rev 184329, libpng/trunk/PKGBUILD)
  libpng/repos/testing-i686/adjust-apng-patch-for-libpng16-git-changes.patch
(from rev 184329, 
libpng/trunk/adjust-apng-patch-for-libpng16-git-changes.patch)
  
libpng/repos/testing-x86_64/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
(from rev 184329, 
libpng/trunk/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch)
  
libpng/repos/testing-x86_64/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch
(from rev 184329, 
libpng/trunk/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch)
  libpng/repos/testing-x86_64/PKGBUILD
(from rev 184329, libpng/trunk/PKGBUILD)
  libpng/repos/testing-x86_64/adjust-apng-patch-for-libpng16-git-changes.patch
(from rev 184329, 
libpng/trunk/adjust-apng-patch-for-libpng16-git-changes.patch)
Deleted:
  libpng/repos/testing-i686/PKGBUILD
  libpng/repos/testing-x86_64/PKGBUILD

+
 /PKGBUILD  
|  112 
 testing-i686/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch   
|  106 +++
 testing-i686/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch   
|  133 ++
 testing-i686/PKGBUILD  
|   41 ---
 testing-i686/adjust-apng-patch-for-libpng16-git-changes.patch  
|   19 +
 testing-x86_64/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch 
|  106 +++
 testing-x86_64/0002-libpng16-Calculate-our-own-zlib-windowBits-when-deco.patch 
|  133 ++
 testing-x86_64/PKGBUILD
|   41 ---
 testing-x86_64/adjust-apng-patch-for-libpng16-git-changes.patch
|   19 +
 9 files changed, 628 insertions(+), 82 deletions(-)

Copied: 
libpng/repos/testing-i686/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
 (from rev 184329, 
libpng/trunk/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch)
===
--- 
testing-i686/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
(rev 0)
+++ 
testing-i686/0001-libpng16-Avoid-dereferencing-NULL-pointer-possibly-r.patch
2013-05-06 09:40:22 UTC (rev 184330)
@@ -0,0 +1,106 @@
+From 56d6bc2e8855d25e03816509a0137c3a70410ae6 Mon Sep 17 00:00:00 2001
+From: Glenn Randers-Pehrson glennrp at users.sourceforge.net
+Date: Mon, 29 Apr 2013 08:57:14 -0500
+Subject: [PATCH 06/10] [libpng16] Avoid dereferencing NULL pointer possibly
+ returned from
+
+png_create_write_struct() (Andrew Church).
+---
+ ANNOUNCE   |  6 --
+ CHANGES|  4 +++-
+ pngwrite.c | 65 +++---
+ 3 files changed, 39 insertions(+), 36 deletions(-)
+
+ (foutrelis: pruned non-code changes to apply cleanly to libpng 1.6.2.)
+
+diff --git a/pngwrite.c b/pngwrite.c
+index 33924aa..b71a3d3 100644
+--- a/pngwrite.c
 b/pngwrite.c
+@@ -494,51 +494,50 @@ png_create_write_struct_2,(png_const_charp user_png_ver, 
png_voidp error_ptr,
+png_structrp png_ptr = png_create_png_struct(user_png_ver, error_ptr,
+   error_fn, warn_fn, mem_ptr, malloc_fn, free_fn);
+ #endif /* PNG_USER_MEM_SUPPORTED */
++   if (png_ptr != NULL)
++   {
++  /* Set the zlib control values to defaults; they can be overridden by 
the
++   * application after the struct has been created.
++   */
++  png_ptr-zbuffer_size = PNG_ZBUF_SIZE;
+ 
+-   /* Set the zlib control values to defaults; they can be overridden by the
+-* application after the struct has been created.
+-*/
+-   png_ptr-zbuffer_size = PNG_ZBUF_SIZE;
+-
+-   /* The 'zlib_strategy' setting is irrelevant because png_default_claim in
+-* pngwutil.c defaults it according to whether or not filters will be used,
+-* and ignores this setting.
+-*/
+-   png_ptr-zlib_strategy = PNG_Z_DEFAULT_STRATEGY;
+-   png_ptr-zlib_level = PNG_Z_DEFAULT_COMPRESSION;
+-   png_ptr-zlib_mem_level = 8;
+-   png_ptr-zlib_window_bits = 15;
+-   png_ptr-zlib_method = 8;
++  /* The 'zlib_strategy' setting is irrelevant because png_default_claim 
in
++   * pngwutil.c defaults it according to whether or not filters will be
++   * used, and ignores 

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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 11:54:44
  Author: tpowa
Revision: 184331

upgpkg: gpgme 1.4.1-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 09:40:22 UTC (rev 184330)
+++ PKGBUILD2013-05-06 09:54:44 UTC (rev 184331)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('a0f93aba6d8a831ba14905085027f2f9'
+md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba'
  'SKIP')
 
 build() {



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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 11:54:55
  Author: tpowa
Revision: 184332

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

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

--+
 testing-i686/PKGBUILD|   34 ++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   34 ++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 108 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 184331, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-06 09:54:55 UTC (rev 184332)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 184331, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2013-05-06 09:54:55 UTC (rev 184332)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 184331, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-06 09:54:55 UTC (rev 184332)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 184331, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2013-05-06 09:54:55 UTC (rev 184332)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 11:57:40
  Author: tpowa
Revision: 184333

upgpkg: dirmngr 1.1.1-1

bump to latest version

Modified:
  dirmngr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 09:54:55 UTC (rev 184332)
+++ PKGBUILD2013-05-06 09:57:40 UTC (rev 184333)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=dirmngr
-pkgver=1.1.0
-pkgrel=5
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=A daemon to handle CRL and certificate requests
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,6 +11,7 @@
 depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
 install=dirmngr.install
+md5sums=('f5a40e93bcf07a94522579bfd58a2c96')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,4 +28,3 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('f2570f0248f5947daac200e85291b328')



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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 11:57:46
  Author: tpowa
Revision: 184334

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

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

+
 testing-i686/PKGBUILD  |   30 ++
 testing-i686/dirmngr.install   |   20 
 testing-x86_64/PKGBUILD|   30 ++
 testing-x86_64/dirmngr.install |   20 
 4 files changed, 100 insertions(+)

Copied: dirmngr/repos/testing-i686/PKGBUILD (from rev 184333, 
dirmngr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-06 09:57:46 UTC (rev 184334)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dirmngr
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A daemon to handle CRL and certificate requests
+arch=('i686' 'x86_64')
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/dirmngr;
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+md5sums=('f5a40e93bcf07a94522579bfd58a2c96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # FIX for https://bugzilla.redhat.com/565131
+  # not sure how best to turn this into something more upstreamable
+  # patch configure to try this combo first? -- Rex
+  # https://bugs.archlinux.org/task/28606
+  export LDAPLIBS=-lldap -llber
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: dirmngr/repos/testing-i686/dirmngr.install (from rev 184333, 
dirmngr/trunk/dirmngr.install)
===
--- testing-i686/dirmngr.install(rev 0)
+++ testing-i686/dirmngr.install2013-05-06 09:57:46 UTC (rev 184334)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.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: dirmngr/repos/testing-x86_64/PKGBUILD (from rev 184333, 
dirmngr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-06 09:57:46 UTC (rev 184334)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dirmngr
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A daemon to handle CRL and certificate requests
+arch=('i686' 'x86_64')
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/dirmngr;
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+md5sums=('f5a40e93bcf07a94522579bfd58a2c96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # FIX for https://bugzilla.redhat.com/565131
+  # not sure how best to turn this into something more upstreamable
+  # patch configure to try this combo first? -- Rex
+  # https://bugs.archlinux.org/task/28606
+  export LDAPLIBS=-lldap -llber
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: dirmngr/repos/testing-x86_64/dirmngr.install (from rev 184333, 
dirmngr/trunk/dirmngr.install)
===
--- testing-x86_64/dirmngr.install  (rev 0)
+++ testing-x86_64/dirmngr.install  2013-05-06 09:57:46 UTC (rev 184334)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.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 setconf/trunk (PKGBUILD)

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 11:59:34
  Author: arodseth
Revision: 89954

upgpkg: setconf 0.5.3-4, removed arch checks that I thought would help out Arch 
Linux ARM, but didn't

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 07:54:59 UTC (rev 89953)
+++ PKGBUILD2013-05-06 09:59:34 UTC (rev 89954)
@@ -3,35 +3,26 @@
 
 pkgname=setconf
 pkgver=0.5.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Utility to easily change settings in configuration files or Makefiles'
 arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
 depends=('pcre' 'gc')
-if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-  makedepends=('shedskin')
-fi
+makedepends=('shedskin')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
 sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-shedskin $pkgname.py  make
-  fi
+  shedskin $pkgname.py  make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
 }
 



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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 11:59:45
  Author: arodseth
Revision: 89955

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 09:59:34 UTC (rev 89954)
+++ community-i686/PKGBUILD 2013-05-06 09:59:45 UTC (rev 89955)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=3
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-  makedepends=('shedskin')
-fi
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-shedskin $pkgname.py  make
-  fi
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-i686/PKGBUILD (from rev 89954, 
setconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 09:59:45 UTC (rev 89955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=4
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+makedepends=('shedskin')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  shedskin $pkgname.py  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 09:59:34 UTC (rev 89954)
+++ community-x86_64/PKGBUILD   2013-05-06 09:59:45 UTC (rev 89955)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=3
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-  makedepends=('shedskin')
-fi
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ $CARCH == 'x86_64' ] || [ $CARCH == 'i686' ]; then
-shedskin $pkgname.py  make
-  fi
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [ -e $pkgname ]; then
-install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  else
-depends=('python')
-install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
-  fi
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-x86_64/PKGBUILD (from rev 89954, 
setconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-06 09:59:45 UTC (rev 89955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.5.3
+pkgrel=4
+pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+makedepends=('shedskin')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)

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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 12:04:14
  Author: tpowa
Revision: 184335

upgpkg: pinentry 0.8.3-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 09:57:46 UTC (rev 184334)
+++ PKGBUILD2013-05-06 10:04:14 UTC (rev 184335)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pinentry
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,6 +14,8 @@
 source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
 qt4-pinentry-window.patch)
 install=pinentry.install
+md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c'
+ '450b8713fe42f1bd93311ef84767c3d8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -36,5 +38,3 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=${pkgdir} install 
 }
-md5sums=('82e6114e5e27a8ab36f314b332a6e024'
- '450b8713fe42f1bd93311ef84767c3d8')



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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 12:04:21
  Author: tpowa
Revision: 184336

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 184335, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 184335, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 184335, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 184335, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 184335, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 184335, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 184335, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-06 10:04:21 UTC (rev 184336)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.3
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/aegypten2;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
+qt4-pinentry-window.patch)
+install=pinentry.install
+md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c'
+ '450b8713fe42f1bd93311ef84767c3d8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 184335, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2013-05-06 10:04:21 UTC (rev 184336)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.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: pinentry/repos/testing-i686/qt4-pinentry-window.patch (from rev 184335, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2013-05-06 10:04:21 UTC (rev 
184336)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 184335, 
pinentry/trunk/PKGBUILD)

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

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:22:32
  Author: schiv
Revision: 184337

upgpkg: eric 5.3.3-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:04:21 UTC (rev 184336)
+++ PKGBUILD2013-05-06 10:22:32 UTC (rev 184337)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.2
+pkgver=5.3.3
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('a56a272b32f7f9eea46e8998f984aa72'
+md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
  '8aa446c29e6de54e85410e040e754c6e')
 
 prepare() {



[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:22:45
  Author: schiv
Revision: 184338

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 184337, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 184337, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 184337, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 184337, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-05-06 10:22:32 UTC (rev 184337)
+++ .contrib2013-05-06 10:22:45 UTC (rev 184338)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 184337, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-05-06 10:22:45 UTC (rev 184338)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 10:22:32 UTC (rev 184337)
+++ PKGBUILD2013-05-06 10:22:45 UTC (rev 184338)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.2
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('a56a272b32f7f9eea46e8998f984aa72'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 184337, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 10:22:45 UTC (rev 184338)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.3
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  rm 

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

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:25:32
  Author: schiv
Revision: 184339

upgpkg: eric4 4.5.11-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:22:45 UTC (rev 184338)
+++ PKGBUILD2013-05-06 10:25:32 UTC (rev 184339)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.10
+pkgver=4.5.11
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
+md5sums=('008c25cd977abdf8699942cff432f0d1'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
 package() {



[arch-commits] Commit in eric4/repos/extra-any (8 files)

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:25:44
  Author: schiv
Revision: 184340

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 184339, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 184339, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 184339, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 184339, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 +++---
 PKGBUILD  |   66 
 eric4.desktop |   20 
 eric4.install |   20 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: .contrib
===
--- .contrib2013-05-06 10:25:32 UTC (rev 184339)
+++ .contrib2013-05-06 10:25:44 UTC (rev 184340)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 184339, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-05-06 10:25:44 UTC (rev 184340)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 10:25:32 UTC (rev 184339)
+++ PKGBUILD2013-05-06 10:25:44 UTC (rev 184340)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.10
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 184339, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 10:25:44 UTC (rev 184340)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.11
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('008c25cd977abdf8699942cff432f0d1'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2013-05-06 10:25:32 UTC (rev 184339)
+++ eric4.desktop   2013-05-06 10:25:44 UTC (rev 184340)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 184339, 
eric4/trunk/eric4.desktop)
===
--- eric4.desktop   (rev 0)
+++ eric4.desktop   2013-05-06 10:25:44 UTC (rev 184340)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x  Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Deleted: eric4.install

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

2013-05-06 Thread Gaetan Bisson
Date: Monday, May 6, 2013 @ 12:26:44
  Author: bisson
Revision: 184341

implement FS#35111

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:25:44 UTC (rev 184340)
+++ PKGBUILD2013-05-06 10:26:44 UTC (rev 184341)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=13
+pkgrel=14
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -38,6 +38,7 @@
--prefix=/usr \
--mandir=/usr/share/man \
--enable-linuxcaps \
+   --enable-ntp-signd \
 
make
 }



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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 12:27:39
  Author: tpowa
Revision: 184342

upgpkg: refind-efi 0.6.10-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD
  refind-efi/trunk/refind-efi.install

+
 PKGBUILD   |  160 ++-
 refind-efi.install |   23 ++-
 2 files changed, 92 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:26:44 UTC (rev 184341)
+++ PKGBUILD2013-05-06 10:27:39 UTC (rev 184342)
@@ -1,9 +1,14 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor: Keshav Padram (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
 
 ###
 
_TIANOCORE_SVN_URL=https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2010.SR1;
+# BaseTools MdePkg MdeModulePkg IntelFrameworkPkg IntelFrameworkModulePkg 
EdkCompatibilityPkg
+_TIANO_DIR_=tianocore-udk-svn
+###
+
+###
 _TIANOCORE_PKG=Mde
 _TIANOCORE_TARGET=RELEASE
 _UDK_TARGET=${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc
@@ -11,7 +16,7 @@
 ###
 
 pkgname=refind-efi
-pkgver=0.6.8
+pkgver=0.6.10
 pkgrel=1
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
@@ -19,54 +24,48 @@
 license=('GPL3' 'custom')
 makedepends=('subversion' 'python2')
 depends=('dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems')
+optdepends=('mactel-boot: For bless command in Apple Mac systems'
+'bash: For /usr/bin/refind-mkfont script'
+'imagemagick: For /usr/bin/refind-mkfont script')
+options=('!strip' 'docs' '!makeflags')
 conflicts=('refind-efi-x86_64' 'refind-efi-i386')
 provides=('refind-efi-x86_64' 'refind-efi-i386')
 replaces=('refind-efi-x86_64' 'refind-efi-i386')
-options=('!strip' 'docs' '!makeflags')
 install=${pkgname}.install
+
 source=(http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip;
+${_TIANO_DIR_}/BaseTools::svn+${_TIANOCORE_SVN_URL}/BaseTools
+${_TIANO_DIR_}/MdePkg::svn+${_TIANOCORE_SVN_URL}/MdePkg
+${_TIANO_DIR_}/MdeModulePkg::svn+${_TIANOCORE_SVN_URL}/MdeModulePkg
+
${_TIANO_DIR_}/IntelFrameworkPkg::svn+${_TIANOCORE_SVN_URL}/IntelFrameworkPkg
+
${_TIANO_DIR_}/IntelFrameworkModulePkg::svn+${_TIANOCORE_SVN_URL}/IntelFrameworkModulePkg
+
${_TIANO_DIR_}/EdkCompatibilityPkg::svn+${_TIANOCORE_SVN_URL}/EdkCompatibilityPkg
 'UDK-MdePkg-Revert-PathNodeCount.patch'
 'refind_linux.conf')
 
-_update_tianocore_udk_svn() {
-   
-   if [[ -d ${srcdir}/${_TIANO_DIR_}/${_DIR_} ]]; then
-   cd ${srcdir}/${_TIANO_DIR_}/${_DIR_}
-   svn update || true
-   echo
-   else
-   cd ${srcdir}/${_TIANO_DIR_}/
-   svn checkout ${_TIANOCORE_SVN_URL}/${_DIR_} 
${srcdir}/${_TIANO_DIR_}/${_DIR_}
-   echo
-   fi
-   
-   unset _DIR_
-   
-}
-
 _tianocore_udk_common() {

-   _TIANO_DIR_=tianocore-udk-svn
+   ## Unset all FLAGS
+   unset CFLAGS
+   unset CPPFLAGS
+   unset CXXFLAGS
+   unset LDFLAGS
+   unset MAKEFLAGS

-   mkdir -p ${srcdir}/${_TIANO_DIR_}/
-   cd ${srcdir}/${_TIANO_DIR_}/
-   
-   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
-   _update_tianocore_udk_svn
-   done
-   
-   unset _DIR_
-   
## Setup UDK Environment variables
export _UDK_DIR=${srcdir}/${_TIANO_DIR_}_build
export EDK_TOOLS_PATH=${_UDK_DIR}/BaseTools

rm -rf ${_UDK_DIR}/ || true
-   cp -r ${srcdir}/${_TIANO_DIR_} ${_UDK_DIR}
+   mkdir -p ${_UDK_DIR}/

+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg EdkCompatibilityPkg ; do
+   mv ${srcdir}/${_DIR_} ${_UDK_DIR}/${_DIR_}
+   done
+   
cd ${_UDK_DIR}/

+   ## Fix PcdMaximumPathNodeCount compile error
patch -Np1 -R -i ${srcdir}/UDK-MdePkg-Revert-PathNodeCount.patch
echo

@@ -84,7 +83,7 @@
sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile || true
sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true

-   ## Fix GCC 4.7 error - gcc: error: unrecognized command line option 
'-melf_x86_64'
+   ## Fix GCC =4.7 error - gcc: error: unrecognized command line option 
'-melf_x86_64'
sed 's| -m64 --64 -melf_x86_64| -m64|g' -i 
${EDK_TOOLS_PATH}/Conf/tools_def.template || true
sed 's|--64 | |g' -i ${EDK_TOOLS_PATH}/Conf/tools_def.template || true
sed 's| -m64 -melf_x86_64| -m64|g' 

[arch-commits] Commit in refind-efi/repos/extra-any (10 files)

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 12:27:52
  Author: tpowa
Revision: 184343

archrelease: copy trunk to extra-any

Added:
  refind-efi/repos/extra-any/PKGBUILD
(from rev 184342, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
(from rev 184342, refind-efi/trunk/UDK-MdePkg-Revert-PathNodeCount.patch)
  refind-efi/repos/extra-any/refind-efi.install
(from rev 184342, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
(from rev 184342, refind-efi/trunk/refind_include_more_shell_paths.patch)
  refind-efi/repos/extra-any/refind_linux.conf
(from rev 184342, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-any/PKGBUILD
  refind-efi/repos/extra-any/UDK-MdePkg-Revert-PathNodeCount.patch
  refind-efi/repos/extra-any/refind-efi.install
  refind-efi/repos/extra-any/refind_include_more_shell_paths.patch
  refind-efi/repos/extra-any/refind_linux.conf

---+
 PKGBUILD  |  470 +--
 UDK-MdePkg-Revert-PathNodeCount.patch | 1320 
 refind-efi.install|   67 -
 refind_include_more_shell_paths.patch |   26 
 refind_linux.conf |   10 
 5 files changed, 947 insertions(+), 946 deletions(-)

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


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

2013-05-06 Thread Gaetan Bisson
Date: Monday, May 6, 2013 @ 12:28:53
  Author: bisson
Revision: 184344

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

Added:
  ntp/repos/extra-i686/PKGBUILD
(from rev 184341, ntp/trunk/PKGBUILD)
  ntp/repos/extra-i686/install
(from rev 184341, ntp/trunk/install)
  ntp/repos/extra-i686/ntp.conf
(from rev 184341, ntp/trunk/ntp.conf)
  ntp/repos/extra-i686/ntpd
(from rev 184341, ntp/trunk/ntpd)
  ntp/repos/extra-i686/ntpd.conf
(from rev 184341, ntp/trunk/ntpd.conf)
  ntp/repos/extra-i686/ntpd.service
(from rev 184341, ntp/trunk/ntpd.service)
  ntp/repos/extra-i686/ntpdate
(from rev 184341, ntp/trunk/ntpdate)
  ntp/repos/extra-i686/ntpdate.service
(from rev 184341, ntp/trunk/ntpdate.service)
  ntp/repos/extra-x86_64/PKGBUILD
(from rev 184343, ntp/trunk/PKGBUILD)
  ntp/repos/extra-x86_64/install
(from rev 184343, ntp/trunk/install)
  ntp/repos/extra-x86_64/ntp.conf
(from rev 184343, ntp/trunk/ntp.conf)
  ntp/repos/extra-x86_64/ntpd
(from rev 184343, ntp/trunk/ntpd)
  ntp/repos/extra-x86_64/ntpd.conf
(from rev 184343, ntp/trunk/ntpd.conf)
  ntp/repos/extra-x86_64/ntpd.service
(from rev 184343, ntp/trunk/ntpd.service)
  ntp/repos/extra-x86_64/ntpdate
(from rev 184343, ntp/trunk/ntpdate)
  ntp/repos/extra-x86_64/ntpdate.service
(from rev 184343, ntp/trunk/ntpdate.service)
Deleted:
  ntp/repos/extra-i686/PKGBUILD
  ntp/repos/extra-i686/install
  ntp/repos/extra-i686/ntp.conf
  ntp/repos/extra-i686/ntpd
  ntp/repos/extra-i686/ntpd.conf
  ntp/repos/extra-i686/ntpd.service
  ntp/repos/extra-i686/ntpdate
  ntp/repos/extra-i686/ntpdate.service
  ntp/repos/extra-x86_64/PKGBUILD
  ntp/repos/extra-x86_64/install
  ntp/repos/extra-x86_64/ntp.conf
  ntp/repos/extra-x86_64/ntpd
  ntp/repos/extra-x86_64/ntpd.conf
  ntp/repos/extra-x86_64/ntpd.service
  ntp/repos/extra-x86_64/ntpdate
  ntp/repos/extra-x86_64/ntpdate.service

--+
 /PKGBUILD|  138 +
 /install |   74 +
 /ntp.conf|   44 +
 /ntpd|   94 +++
 /ntpd.conf   |   10 ++
 /ntpd.service|   26 +++
 /ntpdate |   58 +
 /ntpdate.service |   24 +++
 extra-i686/PKGBUILD  |   69 
 extra-i686/install   |   37 --
 extra-i686/ntp.conf  |   22 --
 extra-i686/ntpd  |   47 -
 extra-i686/ntpd.conf |5 -
 extra-i686/ntpd.service  |   13 ---
 extra-i686/ntpdate   |   29 
 extra-i686/ntpdate.service   |   12 ---
 extra-x86_64/PKGBUILD|   69 
 extra-x86_64/install |   37 --
 extra-x86_64/ntp.conf|   22 --
 extra-x86_64/ntpd|   47 -
 extra-x86_64/ntpd.conf   |5 -
 extra-x86_64/ntpd.service|   13 ---
 extra-x86_64/ntpdate |   29 
 extra-x86_64/ntpdate.service |   12 ---
 24 files changed, 468 insertions(+), 468 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 10:27:52 UTC (rev 184343)
+++ extra-i686/PKGBUILD 2013-05-06 10:28:53 UTC (rev 184344)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-
-pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=13
-pkgdesc='Network Time Protocol reference implementation'
-url='http://www.ntp.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libcap')
-optdepends=('libedit: ntpdc, ntpq')
-makedepends=('perl-html-parser' 'libedit')
-backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
-source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntpd'
-'ntpdate'
-'ntp.conf'
-'ntpd.conf'
-'ntpd.service'
-'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '4e324e625c1f080b5c028be5092aa71adbf9bd99'
-  '01394b8a952f5edc85d19df8335eeac3980320f4'
-  'f6a2292c26a201d9305669e99463fb54e5603b3f'
-  '4537d1f58b299d463db5048129cb264511474b0b'
-  'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
-  '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
-)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-linuxcaps \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${_realver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir ${pkgdir}/usr/{lib,sbin}
-   install -d -o 87 ${pkgdir}/var/lib/ntp
-   install -Dm755 ../ntpd ${pkgdir}/etc/rc.d/ntpd
-   install -Dm755 ../ntpdate ${pkgdir}/etc/rc.d/ntpdate
-   install 

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

2013-05-06 Thread Gaetan Bisson
Date: Monday, May 6, 2013 @ 12:31:44
  Author: bisson
Revision: 184345

libpng-1.6 un-regressed

Modified:
  scim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:28:53 UTC (rev 184344)
+++ PKGBUILD2013-05-06 10:31:44 UTC (rev 184345)
@@ -11,8 +11,8 @@
 license=('LGPL')
 options=('!libtool')
 arch=('i686' 'x86_64')
+makedepends=('intltool')
 depends=('libltdl' 'gtk2')
-makedepends=('intltool' 'optipng')
 backup=('etc/scim/config' 'etc/scim/global')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('73391be371dd7ef9f9af8b3a211e2bedec0cf71b')
@@ -32,5 +32,4 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-   find ${pkgdir} -name *.png -exec optipng {} \; # libpng-1.6 has 
higher standards
 }



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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 12:35:06
  Author: arodseth
Revision: 89956

upgpkg: python-pyro 4.18-1

Modified:
  python-pyro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 09:59:45 UTC (rev 89955)
+++ PKGBUILD2013-05-06 10:35:06 UTC (rev 89956)
@@ -4,29 +4,29 @@
 # Contributor: Douglas Soares de Andrade d...@aur.archlinux.br
 
 pkgbase=python-pyro
-pkgname=(python-pyro python2-pyro)
-pkgver=4.15
-pkgrel=2
+pkgname=($pkgbase 'python2-pyro')
+pkgver=4.18
+pkgrel=1
 pkgdesc='Distributed object middleware for Python (RPC)'
 url='http://pypi.python.org/pypi/Pyro4/'
 arch=('any')
 license=('MIT')
 depends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
-sha256sums=('7b9dc43d6be79e4e542b8520715cb3ab7f9095afccc93bce9cacc271c665bf7d')
+sha256sums=('52d7f6e10c44475052ac8b6828ed6f8b728a1c5d7e674b441eb0e930029ea4cd')
 
 package_python-pyro() {
   depends=('python')
-  cd $srcdir/Pyro4-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd $srcdir/Pyro4-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pyro() {
   depends=('python2')
-  cd $srcdir/Pyro4-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd $srcdir/Pyro4-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 12:35:14
  Author: arodseth
Revision: 89957

archrelease: copy trunk to community-any

Added:
  python-pyro/repos/community-any/PKGBUILD
(from rev 89956, python-pyro/trunk/PKGBUILD)
Deleted:
  python-pyro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 10:35:06 UTC (rev 89956)
+++ PKGBUILD2013-05-06 10:35:14 UTC (rev 89957)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org 
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.br
-
-pkgbase=python-pyro
-pkgname=(python-pyro python2-pyro)
-pkgver=4.15
-pkgrel=2
-pkgdesc='Distributed object middleware for Python (RPC)'
-url='http://pypi.python.org/pypi/Pyro4/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
-sha256sums=('7b9dc43d6be79e4e542b8520715cb3ab7f9095afccc93bce9cacc271c665bf7d')
-
-package_python-pyro() {
-  depends=('python')
-  cd $srcdir/Pyro4-$pkgver
-  python setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyro() {
-  depends=('python2')
-  cd $srcdir/Pyro4-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pyro/repos/community-any/PKGBUILD (from rev 89956, 
python-pyro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 10:35:14 UTC (rev 89957)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org 
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.br
+
+pkgbase=python-pyro
+pkgname=($pkgbase 'python2-pyro')
+pkgver=4.18
+pkgrel=1
+pkgdesc='Distributed object middleware for Python (RPC)'
+url='http://pypi.python.org/pypi/Pyro4/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-$pkgver.tar.gz;)
+sha256sums=('52d7f6e10c44475052ac8b6828ed6f8b728a1c5d7e674b441eb0e930029ea4cd')
+
+package_python-pyro() {
+  depends=('python')
+  cd $srcdir/Pyro4-$pkgver
+  python setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyro() {
+  depends=('python2')
+  cd $srcdir/Pyro4-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:40:13
  Author: spupykin
Revision: 89958

upgpkg: kdbg 2.5.3-2

upd

Modified:
  kdbg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:35:14 UTC (rev 89957)
+++ PKGBUILD2013-05-06 10:40:13 UTC (rev 89958)
@@ -6,13 +6,13 @@
 
 pkgname=kdbg
 pkgver=2.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A gdb GUI for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdbg.org;
 license=('GPL')
 depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake')
+makedepends=('automoc4' 'cmake' 'optipng')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
 md5sums=('345183d07eb11a9c841d3dc34b734613')
@@ -23,6 +23,7 @@
   cd build
   cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
   make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
 }
 
 package() {



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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:40:38
  Author: spupykin
Revision: 89959

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 10:40:13 UTC (rev 89958)
+++ community-i686/PKGBUILD 2013-05-06 10:40:38 UTC (rev 89959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.3
-pkgrel=1
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('345183d07eb11a9c841d3dc34b734613')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-i686/PKGBUILD (from rev 89958, kdbg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 10:40:38 UTC (rev 89959)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.3
+pkgrel=2
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('345183d07eb11a9c841d3dc34b734613')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 10:40:13 UTC (rev 89958)
+++ community-x86_64/PKGBUILD   2013-05-06 10:40:38 UTC (rev 89959)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.3
-pkgrel=1
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('345183d07eb11a9c841d3dc34b734613')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-x86_64/PKGBUILD (from rev 89958, 
kdbg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-06 10:40:38 UTC (rev 89959)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.3
+pkgrel=2
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('345183d07eb11a9c841d3dc34b734613')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} 

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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:40:42
  Author: spupykin
Revision: 89960

upgpkg: keepassx 0.4.3-5

upd

Modified:
  keepassx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:40:38 UTC (rev 89959)
+++ PKGBUILD2013-05-06 10:40:42 UTC (rev 89960)
@@ -6,12 +6,13 @@
 
 pkgname=keepassx
 pkgver=0.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Password manager'
 arch=('i686' 'x86_64')
 url='http://www.keepassx.org'
 license=('GPL2')
 depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
 install=keepassx.install
 source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
 md5sums=('1df67bb22b2e08df49f09e61d156f508')
@@ -21,6 +22,7 @@
   sed -i '1,1i#include unistd.h' src/lib/random.cpp
   qmake-qt4
   make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
 }
 
 package() {



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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:41:03
  Author: spupykin
Revision: 89961

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

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

---+
 /ChangeLog|   32 ++
 /PKGBUILD |   62 
 /keepassx.install |   24 +
 community-i686/ChangeLog  |   16 -
 community-i686/PKGBUILD   |   29 
 community-i686/keepassx.install   |   12 --
 community-x86_64/ChangeLog|   16 -
 community-x86_64/PKGBUILD |   29 
 community-x86_64/keepassx.install |   12 --
 9 files changed, 118 insertions(+), 114 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-05-06 10:40:42 UTC (rev 89960)
+++ community-i686/ChangeLog2013-05-06 10:41:03 UTC (rev 89961)
@@ -1,16 +0,0 @@
-2008-12-08  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.4-1:
-  New upstream release.
-
-2008-08-14  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.3-1:
-  New upstream release.
-
-2008-07-31  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.2-1:
-  New upstream release.
-  Added dependency on libxtst.
-  Added ChangeLog.

Copied: keepassx/repos/community-i686/ChangeLog (from rev 89960, 
keepassx/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-05-06 10:41:03 UTC (rev 89961)
@@ -0,0 +1,16 @@
+2008-12-08  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.4-1:
+  New upstream release.
+
+2008-08-14  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.3-1:
+  New upstream release.
+
+2008-07-31  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.2-1:
+  New upstream release.
+  Added dependency on libxtst.
+  Added ChangeLog.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 10:40:42 UTC (rev 89960)
+++ community-i686/PKGBUILD 2013-05-06 10:41:03 UTC (rev 89961)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Greg Bouzakis gregbouza...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Philipp Giebel a...@ambience-design.net
-
-pkgname=keepassx
-pkgver=0.4.3
-pkgrel=4
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-install=keepassx.install
-source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
-md5sums=('1df67bb22b2e08df49f09e61d156f508')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' src/lib/random.cpp
-  qmake-qt4
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: keepassx/repos/community-i686/PKGBUILD (from rev 89960, 
keepassx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 10:41:03 UTC (rev 89961)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Greg Bouzakis gregbouza...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Philipp Giebel a...@ambience-design.net
+
+pkgname=keepassx
+pkgver=0.4.3
+pkgrel=5
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
+install=keepassx.install
+source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
+md5sums=('1df67bb22b2e08df49f09e61d156f508')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' src/lib/random.cpp
+  qmake-qt4
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd 

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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:41:07
  Author: spupykin
Revision: 89962

upgpkg: kvpnc 0.9.6a-3

upd

Modified:
  kvpnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:41:03 UTC (rev 89961)
+++ PKGBUILD2013-05-06 10:41:07 UTC (rev 89962)
@@ -4,27 +4,29 @@
 
 pkgname=kvpnc
 pkgver=0.9.6a
-pkgrel=2
+pkgrel=3
 pkgdesc=A KDE Desktop Environment frontend for various vpn clients
 arch=(i686 x86_64)
 url=http://home.gna.org/kvpnc/;
 license=(GPL)
 depends=('kdelibs' 'hicolor-icon-theme')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'optipng')
 install=kvpnc.install
 source=(http://download.gna.org/$pkgname/$pkgname-${pkgver}-kde4.tar.bz2)
 md5sums=('bf8b7224284f5d3f8ad5235c599fe9e7')
 
 build() {
+  cd $srcdir
+  sed -i '1,1i#include unistd.h' ${pkgname}-${pkgver}-kde4/src/kvpnc.cpp
+
   export LDFLAGS=-lX11
-
-  cd $srcdir
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver}-kde4 \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
 }
 
 package() {



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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:41:26
  Author: spupykin
Revision: 89963

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

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

+
 /PKGBUILD  |   70 ++
 /kvpnc.install |  104 +++
 community-i686/PKGBUILD|   33 
 community-i686/kvpnc.install   |   52 ---
 community-x86_64/PKGBUILD  |   33 
 community-x86_64/kvpnc.install |   52 ---
 6 files changed, 174 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 10:41:07 UTC (rev 89962)
+++ community-i686/PKGBUILD 2013-05-06 10:41:26 UTC (rev 89963)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Danial Olsen d...@meyl.fo
-
-pkgname=kvpnc
-pkgver=0.9.6a
-pkgrel=2
-pkgdesc=A KDE Desktop Environment frontend for various vpn clients
-arch=(i686 x86_64)
-url=http://home.gna.org/kvpnc/;
-license=(GPL)
-depends=('kdelibs' 'hicolor-icon-theme')
-makedepends=('cmake' 'automoc4')
-install=kvpnc.install
-source=(http://download.gna.org/$pkgname/$pkgname-${pkgver}-kde4.tar.bz2)
-md5sums=('bf8b7224284f5d3f8ad5235c599fe9e7')
-
-build() {
-  export LDFLAGS=-lX11
-
-  cd $srcdir
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver}-kde4 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kvpnc/repos/community-i686/PKGBUILD (from rev 89962, 
kvpnc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 10:41:26 UTC (rev 89963)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Danial Olsen d...@meyl.fo
+
+pkgname=kvpnc
+pkgver=0.9.6a
+pkgrel=3
+pkgdesc=A KDE Desktop Environment frontend for various vpn clients
+arch=(i686 x86_64)
+url=http://home.gna.org/kvpnc/;
+license=(GPL)
+depends=('kdelibs' 'hicolor-icon-theme')
+makedepends=('cmake' 'automoc4' 'optipng')
+install=kvpnc.install
+source=(http://download.gna.org/$pkgname/$pkgname-${pkgver}-kde4.tar.bz2)
+md5sums=('bf8b7224284f5d3f8ad5235c599fe9e7')
+
+build() {
+  cd $srcdir
+  sed -i '1,1i#include unistd.h' ${pkgname}-${pkgver}-kde4/src/kvpnc.cpp
+
+  export LDFLAGS=-lX11
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-kde4 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/kvpnc.install
===
--- community-i686/kvpnc.install2013-05-06 10:41:07 UTC (rev 89962)
+++ community-i686/kvpnc.install2013-05-06 10:41:26 UTC (rev 89963)
@@ -1,52 +0,0 @@
-# arg 1: the new package version
-post_install() {
-  echo 
-You will need a vpn client, these are supported:

-- vpnc = 0.2-rm+zomb-pre9  Cisco VPN
-- FreeS/WAN (OpenS/WAN too) = 2.x  IPSec VPN Linux 2.4/2.6
-- racoon (ipsec-tools)  = 1.x  IPSec VPN Linux 2.6
-- pptpclient  PPTP VPN
-- OpenVPN  VPN based on SSL
-
-
-==
-Howto setup KVpnc for use without root password - sudo
-==
-
-1. install sudo
-
-2. edit /etc/sudoers
-
-#  Cmnd alias specification
-Cmnd_Alias KVPNC = /usr/bin/kvpnc
-
-# User privilege specification
-ALL ALL=NOPASSWD:KVPNC
-
-3. edit desktop link (/usr/share/applications/kde4/kvpnc.desktop)
-
-replace the folling lines:
-
-Exec=kvpnc
-X-KDE-SubstituteUID=true
-
-with:
-
-Exec=sudo kvpnc
-X-KDE-SubstituteUID=false
-
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  xdg-icon-resource 
forceupdate || true
-}
-
-# arg 1: the old package version
-post_remove() {
-  which xdg-icon-resource 1/dev/null 2/dev/null  

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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:41:31
  Author: spupykin
Revision: 89964

upgpkg: phpldapadmin 1.2.3-2

upd

Modified:
  phpldapadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:41:26 UTC (rev 89963)
+++ PKGBUILD2013-05-06 10:41:31 UTC (rev 89964)
@@ -3,17 +3,23 @@
 
 pkgname=phpldapadmin
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
 arch=('any')
 url=http://phpldapadmin.sourceforge.net/;
 license=('GPL')
 depends=('libldap' 'php' 'php-ldap')
+makedepends=('optipng')
 backup=(etc/webapps/phpldapadmin/.htaccess
etc/webapps/phpldapadmin/config.php)
 
source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz)
 md5sums=('59a49054039ceb852c2da377d8742360')
 
+build() {
+  cd $srcdir/phpldapadmin-${pkgver}/
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpldapadmin
   mkdir -p ${_instdir} $pkgdir/etc/webapps/phpldapadmin



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

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 12:41:42
  Author: spupykin
Revision: 89965

archrelease: copy trunk to community-any

Added:
  phpldapadmin/repos/community-any/PKGBUILD
(from rev 89964, phpldapadmin/trunk/PKGBUILD)
Deleted:
  phpldapadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 10:41:31 UTC (rev 89964)
+++ PKGBUILD2013-05-06 10:41:42 UTC (rev 89965)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=phpldapadmin
-pkgver=1.2.3
-pkgrel=1
-pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
-arch=('any')
-url=http://phpldapadmin.sourceforge.net/;
-license=('GPL')
-depends=('libldap' 'php' 'php-ldap')
-backup=(etc/webapps/phpldapadmin/.htaccess
-   etc/webapps/phpldapadmin/config.php)
-source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz)
-md5sums=('59a49054039ceb852c2da377d8742360')
-
-build() {
-  _instdir=$pkgdir/usr/share/webapps/phpldapadmin
-  mkdir -p ${_instdir} $pkgdir/etc/webapps/phpldapadmin
-  cd ${_instdir}
-
-  cp -ra $srcdir/phpldapadmin-${pkgver}/* .
-  echo deny from all $pkgdir/etc/webapps/phpldapadmin/.htaccess
-
-  ln -s /etc/webapps/phpldapadmin/.htaccess ${_instdir}/.htaccess
-  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
-  cp ${_instdir}/config/config.php.example 
$pkgdir/etc/webapps/phpldapadmin/config.php
-
-  cat $pkgdir/etc/webapps/phpldapadmin/apache.example.conf EOF
-   Alias /phpldapadmin /usr/share/webapps/phpldapAdmin
-   Directory /usr/share/webapps/phpldapAdmin
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
-   /Directory
-EOF
-}

Copied: phpldapadmin/repos/community-any/PKGBUILD (from rev 89964, 
phpldapadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 10:41:42 UTC (rev 89965)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=phpldapadmin
+pkgver=1.2.3
+pkgrel=2
+pkgdesc=A PHP and hence web-based tool to administrate LDAP over the WWW
+arch=('any')
+url=http://phpldapadmin.sourceforge.net/;
+license=('GPL')
+depends=('libldap' 'php' 'php-ldap')
+makedepends=('optipng')
+backup=(etc/webapps/phpldapadmin/.htaccess
+   etc/webapps/phpldapadmin/config.php)
+source=(http://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz)
+md5sums=('59a49054039ceb852c2da377d8742360')
+
+build() {
+  cd $srcdir/phpldapadmin-${pkgver}/
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpldapadmin
+  mkdir -p ${_instdir} $pkgdir/etc/webapps/phpldapadmin
+  cd ${_instdir}
+
+  cp -ra $srcdir/phpldapadmin-${pkgver}/* .
+  echo deny from all $pkgdir/etc/webapps/phpldapadmin/.htaccess
+
+  ln -s /etc/webapps/phpldapadmin/.htaccess ${_instdir}/.htaccess
+  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
+  cp ${_instdir}/config/config.php.example 
$pkgdir/etc/webapps/phpldapadmin/config.php
+
+  cat $pkgdir/etc/webapps/phpldapadmin/apache.example.conf EOF
+   Alias /phpldapadmin /usr/share/webapps/phpldapAdmin
+   Directory /usr/share/webapps/phpldapAdmin
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/
+   /Directory
+EOF
+}



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

2013-05-06 Thread Evangelos Foutras
Date: Monday, May 6, 2013 @ 13:50:46
  Author: foutrelis
Revision: 184346

upgpkg: firefox 20.0.1-5

Switch back to system libpng.

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:31:44 UTC (rev 184345)
+++ PKGBUILD2013-05-06 11:50:46 UTC (rev 184346)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=20.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -20,7 +20,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
 md5sums=('b822ff4b2348410587dec563235d9320'
- 'c8dd1cf0d01e6f0ba6fe194d59500a46'
+ 'efdd58626b2f56dea31e26879eb2db3b'
  '6174396b4788deffa399db3f6f010a94'
  '150ac0fb3ac7b2114c8e8851a9e0516c'
  '0d053487907de4376d67d8f499c5502b'

Modified: mozconfig
===
--- mozconfig   2013-05-06 10:31:44 UTC (rev 184345)
+++ mozconfig   2013-05-06 11:50:46 UTC (rev 184346)
@@ -11,9 +11,7 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-# Build with bundled libpng to avoid flickering tab loading icon
-# https://bugzilla.mozilla.org/show_bug.cgi?id=841734
-#ac_add_options --with-system-png
+ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell



[arch-commits] Commit in firefox/repos (28 files)

2013-05-06 Thread Evangelos Foutras
Date: Monday, May 6, 2013 @ 13:51:17
  Author: foutrelis
Revision: 184347

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

Added:
  firefox/repos/testing-i686/PKGBUILD
(from rev 184346, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 184346, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 184346, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 184346, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 184346, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/shared-libs.patch
(from rev 184346, firefox/trunk/shared-libs.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 184346, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 184346, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 184346, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 184346, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 184346, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 184346, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/shared-libs.patch
(from rev 184346, firefox/trunk/shared-libs.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 184346, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/testing-i686/PKGBUILD
  firefox/repos/testing-i686/firefox-install-dir.patch
  firefox/repos/testing-i686/firefox.desktop
  firefox/repos/testing-i686/firefox.install
  firefox/repos/testing-i686/mozconfig
  firefox/repos/testing-i686/shared-libs.patch
  firefox/repos/testing-i686/vendor.js
  firefox/repos/testing-x86_64/PKGBUILD
  firefox/repos/testing-x86_64/firefox-install-dir.patch
  firefox/repos/testing-x86_64/firefox.desktop
  firefox/repos/testing-x86_64/firefox.install
  firefox/repos/testing-x86_64/mozconfig
  firefox/repos/testing-x86_64/shared-libs.patch
  firefox/repos/testing-x86_64/vendor.js

--+
 /PKGBUILD|  190 ++
 /firefox-install-dir.patch   |   60 +++
 /firefox.desktop |  242 +
 /firefox.install |   26 +++
 /mozconfig   |   68 
 /shared-libs.patch   |   24 ++
 /vendor.js   |   18 ++
 testing-i686/PKGBUILD|   95 ---
 testing-i686/firefox-install-dir.patch   |   30 ---
 testing-i686/firefox.desktop |  121 --
 testing-i686/firefox.install |   13 -
 testing-i686/mozconfig   |   36 
 testing-i686/shared-libs.patch   |   12 -
 testing-i686/vendor.js   |9 -
 testing-x86_64/PKGBUILD  |   95 ---
 testing-x86_64/firefox-install-dir.patch |   30 ---
 testing-x86_64/firefox.desktop   |  121 --
 testing-x86_64/firefox.install   |   13 -
 testing-x86_64/mozconfig |   36 
 testing-x86_64/shared-libs.patch |   12 -
 testing-x86_64/vendor.js |9 -
 21 files changed, 628 insertions(+), 632 deletions(-)

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


[arch-commits] Commit in openstreetmap-map-icons-svn/trunk (PKGBUILD)

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 13:55:41
  Author: spupykin
Revision: 89966

upgpkg: openstreetmap-map-icons-svn 29562-1

upd

Modified:
  openstreetmap-map-icons-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 10:41:42 UTC (rev 89965)
+++ PKGBUILD2013-05-06 11:55:41 UTC (rev 89966)
@@ -3,7 +3,7 @@
 # Contributor: orbisvicis orbisvicis at gmail dot com
 
 pkgname=openstreetmap-map-icons-svn
-pkgver=29490
+pkgver=29562
 pkgrel=1
 pkgdesc=A set of public domain licensed map icons for general OSM use
 arch=(any)
@@ -11,10 +11,17 @@
 license=('custom:CCPL:by-sa' 'LGPL')
 makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
 'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
-'perl-dbd-sqlite')
+'perl-dbd-sqlite' 'libxslt' 'cmake' 'optipng')
 
source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
 md5sums=('SKIP')
 
+build() {
+  cd ${srcdir}/$pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
 package() {
   cd ${srcdir}/$pkgname
 



[arch-commits] Commit in openstreetmap-map-icons-svn/repos/community-any (2 files)

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 13:55:52
  Author: spupykin
Revision: 89967

archrelease: copy trunk to community-any

Added:
  openstreetmap-map-icons-svn/repos/community-any/PKGBUILD
(from rev 89966, openstreetmap-map-icons-svn/trunk/PKGBUILD)
Deleted:
  openstreetmap-map-icons-svn/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 -
 1 file changed, 52 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 11:55:41 UTC (rev 89966)
+++ PKGBUILD2013-05-06 11:55:52 UTC (rev 89967)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: orbisvicis orbisvicis at gmail dot com
-
-pkgname=openstreetmap-map-icons-svn
-pkgver=29490
-pkgrel=1
-pkgdesc=A set of public domain licensed map icons for general OSM use
-arch=(any)
-url=http://wiki.openstreetmap.org/wiki/Map_Icons;
-license=('custom:CCPL:by-sa' 'LGPL')
-makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
-'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
-'perl-dbd-sqlite')
-source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
-md5sums=('SKIP')
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  install -dm755 ${pkgdir}/usr/share/icons/map-icons/
-  install -Dm644 icons.xml ${pkgdir}/usr/share/icons/map-icons/
-  install -Dm644 icons.dtd ${pkgdir}/usr/share/icons/map-icons/
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=en --source=icons.xml )
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=de --source=icons.xml )
-  perl ${srcdir}/$pkgname/tools/compile_icons.pl --dst-dir 
${pkgdir}/usr/share/icons/map-icons/
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_overview.pl -l -r -P overview_lic )
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/create_icons_index.pl -r )
-
-  #
-  # Documentation
-  #
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname%-svn}/
-  install -Dm644 README README.icons ${pkgdir}/usr/share/doc/${pkgname%-svn}/
-  mv ${pkgdir}/usr/share/icons/map-icons/*.html 
${pkgdir}/usr/share/doc/${pkgname%-svn}/
-
-  #
-  # Licenses
-  #
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname%-svn}/
-  # License file included with svg-twotone
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname%-svn}/svg-twotone/
-  install -Dm644 svg-twotone/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname%-svn}/svg-twotone/;
-  # Many included svg/png images contain licensing metadata
-}

Copied: openstreetmap-map-icons-svn/repos/community-any/PKGBUILD (from rev 
89966, openstreetmap-map-icons-svn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 11:55:52 UTC (rev 89967)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: orbisvicis orbisvicis at gmail dot com
+
+pkgname=openstreetmap-map-icons-svn
+pkgver=29562
+pkgrel=1
+pkgdesc=A set of public domain licensed map icons for general OSM use
+arch=(any)
+url=http://wiki.openstreetmap.org/wiki/Map_Icons;
+license=('custom:CCPL:by-sa' 'LGPL')
+makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
+'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
+'perl-dbd-sqlite' 'libxslt' 'cmake' 'optipng')
+source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/$pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  install -dm755 ${pkgdir}/usr/share/icons/map-icons/
+  install -Dm644 icons.xml ${pkgdir}/usr/share/icons/map-icons/
+  install -Dm644 icons.dtd ${pkgdir}/usr/share/icons/map-icons/
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=en --source=icons.xml )
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=de --source=icons.xml )
+  perl ${srcdir}/$pkgname/tools/compile_icons.pl --dst-dir 
${pkgdir}/usr/share/icons/map-icons/
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_overview.pl -l -r -P overview_lic )
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/create_icons_index.pl -r )
+
+  #
+  # Documentation
+  #
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname%-svn}/
+  install -Dm644 README README.icons ${pkgdir}/usr/share/doc/${pkgname%-svn}/
+  mv ${pkgdir}/usr/share/icons/map-icons/*.html 
${pkgdir}/usr/share/doc/${pkgname%-svn}/
+
+  #
+  # Licenses
+  #
+  install -dm755 

[arch-commits] Commit in openstreetmap-map-icons-svn/trunk (PKGBUILD)

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 14:10:13
  Author: spupykin
Revision: 89968

Modified:
  openstreetmap-map-icons-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 11:55:52 UTC (rev 89967)
+++ PKGBUILD2013-05-06 12:10:13 UTC (rev 89968)
@@ -11,7 +11,7 @@
 license=('custom:CCPL:by-sa' 'LGPL')
 makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
 'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
-'perl-dbd-sqlite' 'libxslt' 'cmake' 'optipng')
+'perl-dbd-sqlite' 'libxslt' 'librsvg' 'cmake' 'optipng')
 
source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
 md5sums=('SKIP')
 



[arch-commits] Commit in samba/trunk (PKGBUILD samba.conf.d samba.service)

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 14:15:15
  Author: tpowa
Revision: 184348

upgpkg: samba 4.0.5-2

fix #34978 add samba.service for AD

Added:
  samba/trunk/samba.service
Modified:
  samba/trunk/PKGBUILD
  samba/trunk/samba.conf.d

---+
 PKGBUILD  |   17 -
 samba.conf.d  |   25 ++---
 samba.service |   14 ++
 3 files changed, 44 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 11:51:17 UTC (rev 184347)
+++ PKGBUILD2013-05-06 12:15:15 UTC (rev 184348)
@@ -15,7 +15,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=4.0.5
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -26,6 +26,8 @@
 samba.logrotate
 swat.xinetd
 samba.pam
+samba.service
+samba.conf.d
 smbd.service
 smbd.socket
 nmbd.service
@@ -208,10 +210,12 @@
 
   # install systemd files
   install -d -m755 ${pkgdir}/usr/lib/systemd/system
-  for i in smbd nmbd swat winbindd; do
-install -m644 ${srcdir}/*.service ${pkgdir}/usr/lib/systemd/system/
-install -m644 ${srcdir}/*.socket ${pkgdir}/usr/lib/systemd/system/
-  done
+  #for i in smbd nmbd swat winbindd; do
+  install -m644 ${srcdir}/*.service ${pkgdir}/usr/lib/systemd/system/
+  install -m644 ${srcdir}/*.socket ${pkgdir}/usr/lib/systemd/system/
+  install -d -m755  ${pkgdir}/etc/conf.d
+  install -m644 ${srcdir}/samba.conf.d ${pkgdir}/etc/conf.d/samba
+  #done
   # create ephemeral dirs via tmpfiles rather than shipping them in package
   install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
   # install sample smb.conf
@@ -240,10 +244,13 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
+
 md5sums=('58ec2fec08872b72f8fd526f2da20a9e'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'
  '96f82c38f3f540b53f3e5144900acf17'
+ '5602ba59bc60502c99e6d5a5ae16aecf'
+ '6c447748a064d631435dbef0a3dcf32f'
  'd0b18dd7f5fafc8d25cb3a7c37c6d920'
  'a78b9aa93eb14b0ac445897395693225'
  '90845b89f2321cb19c0b13f385f1782a'

Modified: samba.conf.d
===
--- samba.conf.d2013-05-06 11:51:17 UTC (rev 184347)
+++ samba.conf.d2013-05-06 12:15:15 UTC (rev 184348)
@@ -1,7 +1,18 @@
-#
-# Configuration for the samba init script
-#
-
-# space separated list of daemons to launch
-SAMBA_DAEMONS=(smbd nmbd)
-#SAMBA_DAEMONS=(smbd nmbd winbindd)
+## Path:   Network/Samba
+## Description:Samba process options
+## Type:   string
+## Default:
+## ServiceRestart: samba
+SAMBAOPTIONS=
+## Type:   string
+## Default:
+## ServiceRestart: smb
+SMBDOPTIONS=
+## Type:   string
+## Default:
+## ServiceRestart: nmb
+NMBDOPTIONS=
+## Type:   string
+## Default:
+## ServiceRestart: winbind
+WINBINDOPTIONS=

Added: samba.service
===
--- samba.service   (rev 0)
+++ samba.service   2013-05-06 12:15:15 UTC (rev 184348)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Samba AD Daemon
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/samba.pid
+LimitNOFILE=16384
+EnvironmentFile=-/etc/conf.d/samba
+ExecStart=/usr/sbin/samba $SAMBAOPTIONS
+ExecReload=/usr/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in samba/repos (66 files)

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 14:15:54
  Author: tpowa
Revision: 184349

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 184348, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 184348, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 184348, samba/trunk/samba)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 184348, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 184348, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 184348, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 184348, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 184348, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 184348, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 184348, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 184348, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 184348, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 184348, samba/trunk/smbd@.service)
  samba/repos/extra-i686/swat.socket
(from rev 184348, samba/trunk/swat.socket)
  samba/repos/extra-i686/swat.xinetd
(from rev 184348, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/swat@.service
(from rev 184348, samba/trunk/swat@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 184348, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 184348, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 184348, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 184348, samba/trunk/samba)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 184348, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 184348, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 184348, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 184348, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 184348, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 184348, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 184348, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 184348, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 184348, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 184348, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/swat.socket
(from rev 184348, samba/trunk/swat.socket)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 184348, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/swat@.service
(from rev 184348, samba/trunk/swat@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 184348, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/swat.socket
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/swat@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/swat.socket
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/swat@.service
  samba/repos/extra-x86_64/winbindd.service

+
 /PKGBUILD  |  522 +++
 /nmbd.service  |   24 
 /samba |  108 +++
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate 

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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 14:16:16
  Author: arodseth
Revision: 89969

Built + signed

Modified:
  sloccount/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 12:10:13 UTC (rev 89968)
+++ PKGBUILD2013-05-06 12:16:16 UTC (rev 89969)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
 # Contributor: Allan McRae al...@archlinux.org
 # Contributor: Christof Musik chris...@senfdax.de
 
 pkgname=sloccount
 pkgver=2.26
-pkgrel=6
-pkgdesc=Tools for counting physical source lines of code
-url=http://www.dwheeler.com/sloccount/;
+pkgrel=7
+pkgdesc='Tools for counting physical source lines of code'
+url='http://www.dwheeler.com/sloccount/'
 license=('GPL')
 depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09abd6e2a016ebaf7552068a1dba1249')
+arch=('x86_64' 'i686')
+source=(http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/bin
-  make PREFIX=${pkgdir}/usr install
-  mv ${pkgdir}/usr/share/doc/sloccount-2.26-1 
${pkgdir}/usr/share/doc/sloccount
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make PREFIX=$pkgdir/usr install
+  mv $pkgdir/usr/share/doc/sloccount-2.26-1 $pkgdir/usr/share/doc/sloccount
   chmod 644 $pkgdir/usr/share/doc/sloccount/*
 }
+
+# vim:set ts=2 sw=2 et:



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

2013-05-06 Thread Alexander Rødseth
Date: Monday, May 6, 2013 @ 14:16:25
  Author: arodseth
Revision: 89970

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 12:16:16 UTC (rev 89969)
+++ community-i686/PKGBUILD 2013-05-06 12:16:25 UTC (rev 89970)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Christof Musik chris...@senfdax.de
-
-pkgname=sloccount
-pkgver=2.26
-pkgrel=6
-pkgdesc=Tools for counting physical source lines of code
-url=http://www.dwheeler.com/sloccount/;
-license=('GPL')
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09abd6e2a016ebaf7552068a1dba1249')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/bin
-  make PREFIX=${pkgdir}/usr install
-  mv ${pkgdir}/usr/share/doc/sloccount-2.26-1 
${pkgdir}/usr/share/doc/sloccount
-  chmod 644 $pkgdir/usr/share/doc/sloccount/*
-}

Copied: sloccount/repos/community-i686/PKGBUILD (from rev 89969, 
sloccount/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 12:16:25 UTC (rev 89970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Christof Musik chris...@senfdax.de
+
+pkgname=sloccount
+pkgver=2.26
+pkgrel=7
+pkgdesc='Tools for counting physical source lines of code'
+url='http://www.dwheeler.com/sloccount/'
+license=('GPL')
+depends=('perl')
+arch=('x86_64' 'i686')
+source=(http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make PREFIX=$pkgdir/usr install
+  mv $pkgdir/usr/share/doc/sloccount-2.26-1 $pkgdir/usr/share/doc/sloccount
+  chmod 644 $pkgdir/usr/share/doc/sloccount/*
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 12:16:16 UTC (rev 89969)
+++ community-x86_64/PKGBUILD   2013-05-06 12:16:25 UTC (rev 89970)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon cmbranno...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Christof Musik chris...@senfdax.de
-
-pkgname=sloccount
-pkgver=2.26
-pkgrel=6
-pkgdesc=Tools for counting physical source lines of code
-url=http://www.dwheeler.com/sloccount/;
-license=('GPL')
-depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09abd6e2a016ebaf7552068a1dba1249')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/bin
-  make PREFIX=${pkgdir}/usr install
-  mv ${pkgdir}/usr/share/doc/sloccount-2.26-1 
${pkgdir}/usr/share/doc/sloccount
-  chmod 644 $pkgdir/usr/share/doc/sloccount/*
-}

Copied: sloccount/repos/community-x86_64/PKGBUILD (from rev 89969, 
sloccount/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-06 12:16:25 UTC (rev 89970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Christof Musik chris...@senfdax.de
+
+pkgname=sloccount
+pkgver=2.26
+pkgrel=7
+pkgdesc='Tools for counting physical source lines of code'
+url='http://www.dwheeler.com/sloccount/'
+license=('GPL')
+depends=('perl')
+arch=('x86_64' 'i686')
+source=(http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/bin
+  make PREFIX=$pkgdir/usr install
+  mv $pkgdir/usr/share/doc/sloccount-2.26-1 $pkgdir/usr/share/doc/sloccount
+  chmod 644 $pkgdir/usr/share/doc/sloccount/*
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in openstreetmap-map-icons-svn/trunk (PKGBUILD)

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 14:16:48
  Author: spupykin
Revision: 89971

upgpkg: openstreetmap-map-icons-svn 29562-2

upd

Modified:
  openstreetmap-map-icons-svn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 12:16:25 UTC (rev 89970)
+++ PKGBUILD2013-05-06 12:16:48 UTC (rev 89971)
@@ -4,7 +4,7 @@
 
 pkgname=openstreetmap-map-icons-svn
 pkgver=29562
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of public domain licensed map icons for general OSM use
 arch=(any)
 url=http://wiki.openstreetmap.org/wiki/Map_Icons;



[arch-commits] Commit in openstreetmap-map-icons-svn/repos/community-any (2 files)

2013-05-06 Thread Sergej Pupykin
Date: Monday, May 6, 2013 @ 14:16:59
  Author: spupykin
Revision: 89972

archrelease: copy trunk to community-any

Added:
  openstreetmap-map-icons-svn/repos/community-any/PKGBUILD
(from rev 89971, openstreetmap-map-icons-svn/trunk/PKGBUILD)
Deleted:
  openstreetmap-map-icons-svn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 12:16:48 UTC (rev 89971)
+++ PKGBUILD2013-05-06 12:16:59 UTC (rev 89972)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: orbisvicis orbisvicis at gmail dot com
-
-pkgname=openstreetmap-map-icons-svn
-pkgver=29562
-pkgrel=1
-pkgdesc=A set of public domain licensed map icons for general OSM use
-arch=(any)
-url=http://wiki.openstreetmap.org/wiki/Map_Icons;
-license=('custom:CCPL:by-sa' 'LGPL')
-makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
-'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
-'perl-dbd-sqlite' 'libxslt' 'cmake' 'optipng')
-source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/$pkgname
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-
-  install -dm755 ${pkgdir}/usr/share/icons/map-icons/
-  install -Dm644 icons.xml ${pkgdir}/usr/share/icons/map-icons/
-  install -Dm644 icons.dtd ${pkgdir}/usr/share/icons/map-icons/
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=en --source=icons.xml )
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=de --source=icons.xml )
-  perl ${srcdir}/$pkgname/tools/compile_icons.pl --dst-dir 
${pkgdir}/usr/share/icons/map-icons/
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_overview.pl -l -r -P overview_lic )
-  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/create_icons_index.pl -r )
-
-  #
-  # Documentation
-  #
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname%-svn}/
-  install -Dm644 README README.icons ${pkgdir}/usr/share/doc/${pkgname%-svn}/
-  mv ${pkgdir}/usr/share/icons/map-icons/*.html 
${pkgdir}/usr/share/doc/${pkgname%-svn}/
-
-  #
-  # Licenses
-  #
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname%-svn}/
-  # License file included with svg-twotone
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname%-svn}/svg-twotone/
-  install -Dm644 svg-twotone/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname%-svn}/svg-twotone/;
-  # Many included svg/png images contain licensing metadata
-}

Copied: openstreetmap-map-icons-svn/repos/community-any/PKGBUILD (from rev 
89971, openstreetmap-map-icons-svn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 12:16:59 UTC (rev 89972)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: orbisvicis orbisvicis at gmail dot com
+
+pkgname=openstreetmap-map-icons-svn
+pkgver=29562
+pkgrel=2
+pkgdesc=A set of public domain licensed map icons for general OSM use
+arch=(any)
+url=http://wiki.openstreetmap.org/wiki/Map_Icons;
+license=('custom:CCPL:by-sa' 'LGPL')
+makedepends=('subversion' 'perl' 'perl-file-slurp' 'perl-image-info'
+'perl-xml-simple' 'perl-dbi' 'perl-xml-twig' 'imagemagick'
+'perl-dbd-sqlite' 'libxslt' 'librsvg' 'cmake' 'optipng')
+source=($pkgname::svn+http://svn.openstreetmap.org/applications/share/map-icons/;)
+md5sums=('SKIP')
+
+build() {
+  cd ${srcdir}/$pkgname
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+
+  install -dm755 ${pkgdir}/usr/share/icons/map-icons/
+  install -Dm644 icons.xml ${pkgdir}/usr/share/icons/map-icons/
+  install -Dm644 icons.dtd ${pkgdir}/usr/share/icons/map-icons/
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=en --source=icons.xml )
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_geoinfo-db.pl --lang=de --source=icons.xml )
+  perl ${srcdir}/$pkgname/tools/compile_icons.pl --dst-dir 
${pkgdir}/usr/share/icons/map-icons/
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/tools/create_overview.pl -l -r -P overview_lic )
+  ( cd ${pkgdir}/usr/share/icons/map-icons/  perl 
${srcdir}/$pkgname/create_icons_index.pl -r )
+
+  #
+  # Documentation
+  #
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname%-svn}/
+  install -Dm644 README README.icons 

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

2013-05-06 Thread Jakob Gruber
Date: Monday, May 6, 2013 @ 17:32:26
  Author: schuay
Revision: 89973

desmume FS#35086

Modified:
  desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 12:16:59 UTC (rev 89972)
+++ PKGBUILD2013-05-06 15:32:26 UTC (rev 89973)
@@ -1,6 +1,7 @@
 # $Id$
-# Maintainer: Jonathan Conder jonno dot conder at gmail dot com
-# Maintainer: Brad Fanella bradfane...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jonathan Conder jonno dot conder at gmail dot com
+# Contributor: Brad Fanella bradfane...@archlinux.us
 # Contributor: Arkham arkham at archlinux dot us
 # Contributor: Nathan Jones nath...@insightbb.com
 # Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
@@ -12,7 +13,7 @@
 
 pkgname=desmume
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Nintendo DS emulator
 arch=('i686' 'x86_64')
 url=http://desmume.org/;
@@ -26,6 +27,10 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
   ./configure --prefix=/usr --enable-wifi
   make
 }



[arch-commits] Commit in desmume/repos/community-i686 (4 files)

2013-05-06 Thread Jakob Gruber
Date: Monday, May 6, 2013 @ 17:32:45
  Author: schuay
Revision: 89974

archrelease: copy trunk to community-i686

Added:
  desmume/repos/community-i686/PKGBUILD
(from rev 89973, desmume/trunk/PKGBUILD)
  desmume/repos/community-i686/desmume.install
(from rev 89973, desmume/trunk/desmume.install)
Deleted:
  desmume/repos/community-i686/PKGBUILD
  desmume/repos/community-i686/desmume.install

-+
 PKGBUILD|   83 --
 desmume.install |   22 +++---
 2 files changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 15:32:26 UTC (rev 89973)
+++ PKGBUILD2013-05-06 15:32:45 UTC (rev 89974)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno dot conder at gmail dot com
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Nathan Jones nath...@insightbb.com
-# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
-# Contributor: angvp angvp at archlinux dot us
-# Contributor: Allan mcrae_allan at hotmail dot com
-# Contributor: w0rm w0rmtux at gmail dot com
-# Contributor: vEX vex at niechift dot com
-# Contributor: Asher256 achrafcherti at gmail dot com
-
-pkgname=desmume
-pkgver=0.9.9
-pkgrel=1
-pkgdesc=Nintendo DS emulator
-arch=('i686' 'x86_64')
-url=http://desmume.org/;
-license=('GPL')
-depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
- 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-wifi
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-md5sums=('458b5f8b3dbb38a47e6d0518f97aa82a')

Copied: desmume/repos/community-i686/PKGBUILD (from rev 89973, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 15:32:45 UTC (rev 89974)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jonathan Conder jonno dot conder at gmail dot com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Nathan Jones nath...@insightbb.com
+# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
+# Contributor: angvp angvp at archlinux dot us
+# Contributor: Allan mcrae_allan at hotmail dot com
+# Contributor: w0rm w0rmtux at gmail dot com
+# Contributor: vEX vex at niechift dot com
+# Contributor: Asher256 achrafcherti at gmail dot com
+
+pkgname=desmume
+pkgver=0.9.9
+pkgrel=2
+pkgdesc=Nintendo DS emulator
+arch=('i686' 'x86_64')
+url=http://desmume.org/;
+license=('GPL')
+depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
+ 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
+makedepends=('intltool' 'mesa')
+install=desmume.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  ./configure --prefix=/usr --enable-wifi
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('458b5f8b3dbb38a47e6d0518f97aa82a')

Deleted: desmume.install
===
--- desmume.install 2013-05-06 15:32:26 UTC (rev 89973)
+++ desmume.install 2013-05-06 15:32:45 UTC (rev 89974)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-i686/desmume.install (from rev 89973, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2013-05-06 15:32:45 UTC (rev 89974)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-05-06 Thread Jakob Gruber
Date: Monday, May 6, 2013 @ 17:32:51
  Author: schuay
Revision: 89975

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   83 --
 desmume.install |   22 +++---
 2 files changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 15:32:45 UTC (rev 89974)
+++ PKGBUILD2013-05-06 15:32:51 UTC (rev 89975)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno dot conder at gmail dot com
-# Maintainer: Brad Fanella bradfane...@archlinux.us
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Nathan Jones nath...@insightbb.com
-# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
-# Contributor: angvp angvp at archlinux dot us
-# Contributor: Allan mcrae_allan at hotmail dot com
-# Contributor: w0rm w0rmtux at gmail dot com
-# Contributor: vEX vex at niechift dot com
-# Contributor: Asher256 achrafcherti at gmail dot com
-
-pkgname=desmume
-pkgver=0.9.9
-pkgrel=1
-pkgdesc=Nintendo DS emulator
-arch=('i686' 'x86_64')
-url=http://desmume.org/;
-license=('GPL')
-depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
- 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
-makedepends=('intltool' 'mesa')
-install=desmume.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-wifi
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-md5sums=('458b5f8b3dbb38a47e6d0518f97aa82a')

Copied: desmume/repos/community-x86_64/PKGBUILD (from rev 89974, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 15:32:51 UTC (rev 89975)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jonathan Conder jonno dot conder at gmail dot com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Nathan Jones nath...@insightbb.com
+# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
+# Contributor: angvp angvp at archlinux dot us
+# Contributor: Allan mcrae_allan at hotmail dot com
+# Contributor: w0rm w0rmtux at gmail dot com
+# Contributor: vEX vex at niechift dot com
+# Contributor: Asher256 achrafcherti at gmail dot com
+
+pkgname=desmume
+pkgver=0.9.9
+pkgrel=2
+pkgdesc=Nintendo DS emulator
+arch=('i686' 'x86_64')
+url=http://desmume.org/;
+license=('GPL')
+depends=('agg' 'gtkglext' 'libglade' 'desktop-file-utils' 'libpcap'
+ 'soundtouch' 'alsa-lib' 'zziplib' 'glu')
+makedepends=('intltool' 'mesa')
+install=desmume.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  ./configure --prefix=/usr --enable-wifi
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('458b5f8b3dbb38a47e6d0518f97aa82a')

Deleted: desmume.install
===
--- desmume.install 2013-05-06 15:32:45 UTC (rev 89974)
+++ desmume.install 2013-05-06 15:32:51 UTC (rev 89975)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-x86_64/desmume.install (from rev 89974, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2013-05-06 15:32:51 UTC (rev 89975)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 18:49:49
  Author: fyan
Revision: 89976

upgpkg: ibus-rime 0.9.9-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 15:32:51 UTC (rev 89975)
+++ PKGBUILD2013-05-06 16:49:49 UTC (rev 89976)
@@ -4,13 +4,13 @@
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=0.9.8
+pkgver=0.9.9
 pkgrel=1
 pkgdesc=Rime input method engine for ibus
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.8' 'brise')
+depends=('ibus' 'libnotify' 'librime=0.9.9' 'brise')
 makedepends=('cmake')
 install='ibus-rime.install'
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
@@ -25,4 +25,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('813148d4ddc9b14fe099d12a99befe63')
+sha512sums=('b18e6f3ba6c97e3b55900d9c4cb70d58f24b202bf2ae894ca861af10ddb028c193d9ac97e609f3b4f0f183b212b74180a02e5d823f235b4c799733933a48afb7')



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 18:51:30
  Author: fyan
Revision: 89977

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

Added:
  ibus-rime/repos/community-testing-i686/
  ibus-rime/repos/community-testing-i686/PKGBUILD
(from rev 89976, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-i686/ibus-rime.install
(from rev 89976, ibus-rime/trunk/ibus-rime.install)
  ibus-rime/repos/community-testing-x86_64/
  ibus-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 89976, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-x86_64/ibus-rime.install
(from rev 89976, ibus-rime/trunk/ibus-rime.install)

+
 community-testing-i686/PKGBUILD|   28 +++
 community-testing-i686/ibus-rime.install   |3 ++
 community-testing-x86_64/PKGBUILD  |   28 +++
 community-testing-x86_64/ibus-rime.install |3 ++
 4 files changed, 62 insertions(+)

Copied: ibus-rime/repos/community-testing-i686/PKGBUILD (from rev 89976, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-06 16:51:30 UTC (rev 89977)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.9' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('b18e6f3ba6c97e3b55900d9c4cb70d58f24b202bf2ae894ca861af10ddb028c193d9ac97e609f3b4f0f183b212b74180a02e5d823f235b4c799733933a48afb7')

Copied: ibus-rime/repos/community-testing-i686/ibus-rime.install (from rev 
89976, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-i686/ibus-rime.install(rev 0)
+++ community-testing-i686/ibus-rime.install2013-05-06 16:51:30 UTC (rev 
89977)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}

Copied: ibus-rime/repos/community-testing-x86_64/PKGBUILD (from rev 89976, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-05-06 16:51:30 UTC (rev 89977)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=0.9.9' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('b18e6f3ba6c97e3b55900d9c4cb70d58f24b202bf2ae894ca861af10ddb028c193d9ac97e609f3b4f0f183b212b74180a02e5d823f235b4c799733933a48afb7')

Copied: ibus-rime/repos/community-testing-x86_64/ibus-rime.install (from rev 
89976, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-x86_64/ibus-rime.install  (rev 0)
+++ community-testing-x86_64/ibus-rime.install  2013-05-06 16:51:30 UTC (rev 
89977)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 18:59:35
  Author: fyan
Revision: 89978

upgpkg: fcitx-rime 0.2.0-2 librime rebuild

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 16:51:30 UTC (rev 89977)
+++ PKGBUILD2013-05-06 16:59:35 UTC (rev 89978)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx-rime
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fcitx Wrapper for librime'
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:01:38
  Author: fyan
Revision: 89979

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

Added:
  fcitx-rime/repos/community-i686/PKGBUILD
(from rev 89978, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-i686/fcitx-rime.install
(from rev 89978, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-x86_64/PKGBUILD
(from rev 89978, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-x86_64/fcitx-rime.install
(from rev 89978, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-i686/PKGBUILD
  fcitx-rime/repos/community-i686/fcitx-rime.install
  fcitx-rime/repos/community-x86_64/PKGBUILD
  fcitx-rime/repos/community-x86_64/fcitx-rime.install

-+
 /PKGBUILD   |   68 ++
 /fcitx-rime.install |   22 +++
 community-i686/PKGBUILD |   34 -
 community-i686/fcitx-rime.install   |   11 -
 community-x86_64/PKGBUILD   |   34 -
 community-x86_64/fcitx-rime.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 16:59:35 UTC (rev 89978)
+++ community-i686/PKGBUILD 2013-05-06 17:01:38 UTC (rev 89979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake' 'intltool')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-i686/PKGBUILD (from rev 89978, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 17:01:38 UTC (rev 89979)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Deleted: community-i686/fcitx-rime.install
===
--- community-i686/fcitx-rime.install   2013-05-06 16:59:35 UTC (rev 89978)
+++ community-i686/fcitx-rime.install   2013-05-06 17:01:38 UTC (rev 89979)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-rime/repos/community-i686/fcitx-rime.install (from rev 89978, 
fcitx-rime/trunk/fcitx-rime.install)
===
--- community-i686/fcitx-rime.install   (rev 0)
+++ community-i686/fcitx-rime.install   2013-05-06 17:01:38 UTC (rev 89979)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 16:59:35 UTC (rev 89978)
+++ community-x86_64/PKGBUILD   2013-05-06 17:01:38 UTC (rev 89979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx=4.2.7' librime brise)
-makedepends=('cmake' 'intltool')
-install=fcitx-rime.install
-source=(
-  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-}
-

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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:05:59
  Author: fyan
Revision: 89980

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

Added:
  fcitx-rime/repos/community-testing-i686/
  fcitx-rime/repos/community-testing-i686/PKGBUILD
(from rev 89979, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
(from rev 89979, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 89979, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
(from rev 89979, fcitx-rime/trunk/fcitx-rime.install)

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

Copied: fcitx-rime/repos/community-testing-i686/PKGBUILD (from rev 89979, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-06 17:05:59 UTC (rev 89980)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 
89979, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-i686/fcitx-rime.install   (rev 0)
+++ community-testing-i686/fcitx-rime.install   2013-05-06 17:05:59 UTC (rev 
89980)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: fcitx-rime/repos/community-testing-x86_64/PKGBUILD (from rev 89979, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-05-06 17:05:59 UTC (rev 89980)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx=4.2.7' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(
+  http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz;
+)
+
+build() {
+  cd $pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26')

Copied: fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install (from rev 
89979, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-x86_64/fcitx-rime.install (rev 0)
+++ community-testing-x86_64/fcitx-rime.install 2013-05-06 17:05:59 UTC (rev 
89980)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:13:06
  Author: fyan
Revision: 89981

upgpkg: librime 0.9.9-2 fix dependency

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 17:05:59 UTC (rev 89980)
+++ PKGBUILD2013-05-06 17:13:06 UTC (rev 89981)
@@ -5,12 +5,12 @@
 
 pkgname=librime
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake')
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:15:20
  Author: fyan
Revision: 89982

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

Added:
  librime/repos/community-testing-i686/PKGBUILD
(from rev 89981, librime/trunk/PKGBUILD)
  librime/repos/community-testing-x86_64/PKGBUILD
(from rev 89981, librime/trunk/PKGBUILD)
Deleted:
  librime/repos/community-testing-i686/PKGBUILD
  librime/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-06 17:13:06 UTC (rev 89981)
+++ community-testing-i686/PKGBUILD 2013-05-06 17:15:20 UTC (rev 89982)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.9
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('bd705cd3e4c7ab6e47d983b07044769f')

Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 89981, 
librime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-06 17:15:20 UTC (rev 89982)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.9
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('bd705cd3e4c7ab6e47d983b07044769f')

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-05-06 17:13:06 UTC (rev 89981)
+++ community-testing-x86_64/PKGBUILD   2013-05-06 17:15:20 UTC (rev 89982)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: GONG Chen chen dot sst at gmail dot com
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.9
-pkgrel=1
-pkgdesc=Rime input method engine
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/rimeime/;
-license=('GPL3')
-depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd ${srcdir}/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('bd705cd3e4c7ab6e47d983b07044769f')

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 89981, 
librime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-05-06 17:15:20 UTC (rev 89982)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.9
+pkgrel=2
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('bd705cd3e4c7ab6e47d983b07044769f')



[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2013-05-06 Thread Jan Steffens
Date: Monday, May 6, 2013 @ 19:18:26
  Author: heftig
Revision: 184351

3.8.1.5

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 15:48:33 UTC (rev 184350)
+++ PKGBUILD2013-05-06 17:18:26 UTC (rev 184351)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=3.8.1
+pkgver=3.8.1.5
 pkgrel=1
 pkgdesc=The Control Center for GNOME
 license=(GPL)
@@ -22,8 +22,8 @@
 url=http://www.gnome.org;
 install=gnome-control-center.install
 options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('07d7d8e08af6a9ef01754814ecf2d006c58b94a096f0c6ad549c9d0051e4e57a')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6756a97eb8e89fe16bd5e50ab85d7f0e4e0fb7fa4e9df5ab49a97de03033d211')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-control-center/repos (8 files)

2013-05-06 Thread Jan Steffens
Date: Monday, May 6, 2013 @ 19:20:30
  Author: heftig
Revision: 184352

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 184351, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 184351, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 184351, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 184351, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/gnome-control-center.install
  gnome-control-center/repos/extra-x86_64/PKGBUILD
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 /PKGBUILD |   94 
 /gnome-control-center.install |   22 ++
 extra-i686/PKGBUILD   |   46 -
 extra-i686/gnome-control-center.install   |   11 ---
 extra-x86_64/PKGBUILD |   46 -
 extra-x86_64/gnome-control-center.install |   11 ---
 6 files changed, 116 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 17:18:26 UTC (rev 184351)
+++ extra-i686/PKGBUILD 2013-05-06 17:20:30 UTC (rev 184352)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=The Control Center for GNOME
-license=(GPL)
-arch=(i686 x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient modemmanager)
-makedepends=(gnome-doc-utils intltool docbook-xsl)
-optdepends=('gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-url=http://www.gnome.org;
-install=gnome-control-center.install
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('07d7d8e08af6a9ef01754814ecf2d006c58b94a096f0c6ad549c9d0051e4e57a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: gnome-control-center/repos/extra-i686/PKGBUILD (from rev 184351, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-06 17:20:30 UTC (rev 184352)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.8.1.5
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient modemmanager)
+makedepends=(gnome-doc-utils intltool docbook-xsl)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+url=http://www.gnome.org;
+install=gnome-control-center.install
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6756a97eb8e89fe16bd5e50ab85d7f0e4e0fb7fa4e9df5ab49a97de03033d211')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  

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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:26:35
  Author: fyan
Revision: 89983

upgpkg: python2-xapian 1.2.15-1

Modified:
  python2-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 17:15:20 UTC (rev 89982)
+++ PKGBUILD2013-05-06 17:26:35 UTC (rev 89983)
@@ -5,13 +5,12 @@
 
 pkgname=python2-xapian
 _realname=xapian-bindings
-pkgver=1.2.12
+pkgver=1.2.15
 pkgrel=1
 pkgdesc=Python bindings for Xapian
 arch=(i686 x86_64)
 url=http://xapian.org/docs/bindings/python/;
 license=('GPL')
-groups=(xapian)
 depends=('python2' 'xapian-core')
 source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
 
@@ -32,4 +31,4 @@
   make DESTDIR=$pkgdir install
 }
 # vim:set ts=2 sw=2 et:
-md5sums=('9331d7885a68470184ba3d3e8c2b57d5')
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')



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

2013-05-06 Thread Felix Yan
Date: Monday, May 6, 2013 @ 19:28:48
  Author: fyan
Revision: 89984

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

Added:
  python2-xapian/repos/community-i686/PKGBUILD
(from rev 89983, python2-xapian/trunk/PKGBUILD)
  python2-xapian/repos/community-x86_64/PKGBUILD
(from rev 89983, python2-xapian/trunk/PKGBUILD)
Deleted:
  python2-xapian/repos/community-i686/PKGBUILD
  python2-xapian/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 17:26:35 UTC (rev 89983)
+++ community-i686/PKGBUILD 2013-05-06 17:28:48 UTC (rev 89984)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: DonVla donvla/users.sourceforge/net
-# Contributor: Hervé Cauwelier herve/oursours/net
-
-pkgname=python2-xapian
-_realname=xapian-bindings
-pkgver=1.2.12
-pkgrel=1
-pkgdesc=Python bindings for Xapian
-arch=(i686 x86_64)
-url=http://xapian.org/docs/bindings/python/;
-license=('GPL')
-groups=(xapian)
-depends=('python2' 'xapian-core')
-source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/${_realname}-$pkgver
-
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
- --prefix=/usr --with-python \
- PYTHON=/usr/bin/python2
-
-  make
-}
-
-
-package() {
-  cd $srcdir/${_realname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-# vim:set ts=2 sw=2 et:
-md5sums=('9331d7885a68470184ba3d3e8c2b57d5')

Copied: python2-xapian/repos/community-i686/PKGBUILD (from rev 89983, 
python2-xapian/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 17:28:48 UTC (rev 89984)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: DonVla donvla/users.sourceforge/net
+# Contributor: Hervé Cauwelier herve/oursours/net
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+pkgrel=1
+pkgdesc=Python bindings for Xapian
+arch=(i686 x86_64)
+url=http://xapian.org/docs/bindings/python/;
+license=('GPL')
+depends=('python2' 'xapian-core')
+source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ --prefix=/usr --with-python \
+ PYTHON=/usr/bin/python2
+
+  make
+}
+
+
+package() {
+  cd $srcdir/${_realname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+# vim:set ts=2 sw=2 et:
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 17:26:35 UTC (rev 89983)
+++ community-x86_64/PKGBUILD   2013-05-06 17:28:48 UTC (rev 89984)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: DonVla donvla/users.sourceforge/net
-# Contributor: Hervé Cauwelier herve/oursours/net
-
-pkgname=python2-xapian
-_realname=xapian-bindings
-pkgver=1.2.12
-pkgrel=1
-pkgdesc=Python bindings for Xapian
-arch=(i686 x86_64)
-url=http://xapian.org/docs/bindings/python/;
-license=('GPL')
-groups=(xapian)
-depends=('python2' 'xapian-core')
-source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/${_realname}-$pkgver
-
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
- --prefix=/usr --with-python \
- PYTHON=/usr/bin/python2
-
-  make
-}
-
-
-package() {
-  cd $srcdir/${_realname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-# vim:set ts=2 sw=2 et:
-md5sums=('9331d7885a68470184ba3d3e8c2b57d5')

Copied: python2-xapian/repos/community-x86_64/PKGBUILD (from rev 89983, 
python2-xapian/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-06 17:28:48 UTC (rev 89984)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: DonVla donvla/users.sourceforge/net
+# Contributor: Hervé Cauwelier herve/oursours/net
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+pkgrel=1
+pkgdesc=Python bindings for Xapian
+arch=(i686 x86_64)
+url=http://xapian.org/docs/bindings/python/;
+license=('GPL')
+depends=('python2' 'xapian-core')
+source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+ 

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

2013-05-06 Thread Thorsten Töpper
Date: Monday, May 6, 2013 @ 20:29:16
  Author: ttoepper
Revision: 89987

upgpkg: mksh R46-2 - fix #35105

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 18:14:29 UTC (rev 89986)
+++ PKGBUILD2013-05-06 18:29:16 UTC (rev 89987)
@@ -4,7 +4,7 @@
 
 pkgname=mksh
 pkgver=R46
-pkgrel=1
+pkgrel=2
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
 license=('custom')
@@ -25,7 +25,7 @@
 
 package() {
   cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
+  install -D -m 755 mksh $pkgdir/bin/mksh
   install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
   install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
   install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt



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

2013-05-06 Thread Thorsten Töpper
Date: Monday, May 6, 2013 @ 20:29:21
  Author: ttoepper
Revision: 89988

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

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

---+
 /PKGBUILD |   68 
 /mksh.install |   26 +++
 community-i686/PKGBUILD   |   34 
 community-i686/mksh.install   |   13 ---
 community-x86_64/PKGBUILD |   34 
 community-x86_64/mksh.install |   13 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 18:29:16 UTC (rev 89987)
+++ community-i686/PKGBUILD 2013-05-06 18:29:21 UTC (rev 89988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R46
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('77c108d8143a6e7670954d77517d216d'
- 'a231b325d5f2155a6c667a9323986718')
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-  ./test.sh
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
-  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 89987, mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 18:29:21 UTC (rev 89988)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+pkgver=R46
+pkgrel=2
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('77c108d8143a6e7670954d77517d216d'
+ 'a231b325d5f2155a6c667a9323986718')
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+  ./test.sh
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/bin/mksh
+  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2013-05-06 18:29:16 UTC (rev 89987)
+++ community-i686/mksh.install 2013-05-06 18:29:21 UTC (rev 89988)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 89987, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2013-05-06 18:29:21 UTC (rev 89988)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-06 18:29:16 UTC (rev 89987)
+++ community-x86_64/PKGBUILD   2013-05-06 18:29:21 UTC (rev 89988)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-

[arch-commits] Commit in fcron/trunk (PKGBUILD fcron.rc)

2013-05-06 Thread Thorsten Töpper
Date: Monday, May 6, 2013 @ 20:58:13
  Author: ttoepper
Revision: 89989

upgpkg: fcron 3.1.2-2 - Fix #35088

Modified:
  fcron/trunk/PKGBUILD
Deleted:
  fcron/trunk/fcron.rc

--+
 PKGBUILD |   28 +++-
 fcron.rc |   36 
 2 files changed, 19 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 18:29:21 UTC (rev 89988)
+++ PKGBUILD2013-05-06 18:58:13 UTC (rev 89989)
@@ -6,23 +6,22 @@
 
 pkgname=fcron
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url=http://fcron.free.fr;
 license=('GPL')
 depends=('pam')
-makedepends=('smtp-server')
+makedepends=('smtp-server' 'vi')
 optdepends=('smtp-server: to receive mails from cron jobs')
 provides=('cron')
 conflicts=('dcron')
 backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
 var/spool/fcron/systab var/spool/fcron/systab.orig)
 options=('emptydirs' '!makeflags')
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
+source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz \
 systab systab.orig run-cron)
 md5sums=('36bf213e15f3a480f2274f8e46cced0a'
- 'e0c3f0bdc3c98fbbe46eff19001c18f2'
  '938722c6654ef7b07f4aa10001905ba1'
  'bfb7daa22ebe22b9917e455c1ca4a382'
  '5ff0cdcb9ec99778938ac6ef26800327')
@@ -46,23 +45,22 @@
   make
 
   # Temporary bugfix make install expects the file in the files directory.
-  cp script/fcron.init.systemd files
+  # cp script/fcron.init.systemd files
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
   
   make DESTDIR=$pkgdir/ install
-  install -D -m755 $srcdir/fcron.rc $pkgdir/etc/rc.d/fcron
   install -D -m644 $srcdir/$pkgname-$pkgver/files/fcron.pam 
$pkgdir/etc/pam.d/fcron
   
   install -D -m644 $srcdir/$pkgname-$pkgver/files/fcrontab.pam 
$pkgdir/etc/pam.d/fcrontab
   # Install default fcrontab so that fcron can completely replace dcron
   
-  install -D -m600 $srcdir/systab $pkgdir/var/spool/fcron/systab
+  install -D -m644 $srcdir/systab $pkgdir/var/spool/fcron/systab
   # In order to preserve the systab crontab in any case it is better to have
   # it in non-binary form too
-  install -D -m600 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
+  install -D -m644 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
 
   # Add cron.* directories
   install -d -m755 $pkgdir/etc/cron.daily
@@ -70,11 +68,23 @@
   install -d -m755 $pkgdir/etc/cron.monthly
   install -d -m755 $pkgdir/etc/cron.weekly
   
+  # Make files readable for all users - #35088
+  chmod 644 $pkgdir/etc/fcron/fcron.allow
+  chmod 644 $pkgdir/etc/fcron/fcron.conf
+  chmod 644 $pkgdir/etc/fcron/fcron.deny
+  chmod 755 $pkgdir/usr/bin/fcrondyn
+  chmod 755 $pkgdir/usr/bin/fcronsighup
+  chmod 755 $pkgdir/usr/bin/fcrontab
+  chmod 755 $pkgdir/usr/sbin/fcron
+  chmod 755 $pkgdir/var/spool/fcron
+
+
   # Install run-cron script to make fcron run without dcron
   install -D -m755 $srcdir/run-cron $pkgdir/usr/sbin/run-cron
 
   # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/var/run
+  rmdir $pkgdir/var/run || true
+  rmdir $pkgdir/run || true
 
   # avoid conflict with libbsd - #31259
   rm $pkgdir/usr/share/man/man3/bitstring.3 \

Deleted: fcron.rc
===
--- fcron.rc2013-05-06 18:29:21 UTC (rev 89988)
+++ fcron.rc2013-05-06 18:58:13 UTC (rev 89989)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/fcron`
-case $1 in
-  start)
-stat_busy Starting Fcron Daemon
-[ -z $PID ]  /usr/sbin/fcron -b
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon fcron
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping Fcron Daemon
-[ -n $PID ]   kill $PID /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon fcron
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac
-exit 0



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

2013-05-06 Thread Thorsten Töpper
Date: Monday, May 6, 2013 @ 20:58:20
  Author: ttoepper
Revision: 89990

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

Added:
  fcron/repos/community-testing-i686/PKGBUILD
(from rev 89989, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-i686/run-cron
(from rev 89989, fcron/trunk/run-cron)
  fcron/repos/community-testing-i686/systab
(from rev 89989, fcron/trunk/systab)
  fcron/repos/community-testing-i686/systab.orig
(from rev 89989, fcron/trunk/systab.orig)
  fcron/repos/community-testing-x86_64/PKGBUILD
(from rev 89989, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-x86_64/run-cron
(from rev 89989, fcron/trunk/run-cron)
  fcron/repos/community-testing-x86_64/systab
(from rev 89989, fcron/trunk/systab)
  fcron/repos/community-testing-x86_64/systab.orig
(from rev 89989, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-testing-i686/PKGBUILD
  fcron/repos/community-testing-i686/fcron.rc
  fcron/repos/community-testing-i686/run-cron
  fcron/repos/community-testing-i686/systab
  fcron/repos/community-testing-i686/systab.orig
  fcron/repos/community-testing-x86_64/PKGBUILD
  fcron/repos/community-testing-x86_64/fcron.rc
  fcron/repos/community-testing-x86_64/run-cron
  fcron/repos/community-testing-x86_64/systab
  fcron/repos/community-testing-x86_64/systab.orig

--+
 /PKGBUILD|  192 +
 /run-cron|   28 
 /systab.orig |8 +
 community-testing-i686/PKGBUILD  |   86 --
 community-testing-i686/fcron.rc  |   36 --
 community-testing-i686/run-cron  |   14 --
 community-testing-i686/systab.orig   |4 
 community-testing-x86_64/PKGBUILD|   86 --
 community-testing-x86_64/fcron.rc|   36 --
 community-testing-x86_64/run-cron|   14 --
 community-testing-x86_64/systab.orig |4 
 11 files changed, 228 insertions(+), 280 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-06 18:58:13 UTC (rev 89989)
+++ community-testing-i686/PKGBUILD 2013-05-06 18:58:20 UTC (rev 89990)
@@ -1,86 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.2
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url=http://fcron.free.fr;
-license=('GPL')
-depends=('pam')
-makedepends=('smtp-server')
-optdepends=('smtp-server: to receive mails from cron jobs')
-provides=('cron')
-conflicts=('dcron')
-backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
-var/spool/fcron/systab var/spool/fcron/systab.orig)
-options=('emptydirs' '!makeflags')
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
-systab systab.orig run-cron)
-md5sums=('36bf213e15f3a480f2274f8e46cced0a'
- 'e0c3f0bdc3c98fbbe46eff19001c18f2'
- '938722c6654ef7b07f4aa10001905ba1'
- 'bfb7daa22ebe22b9917e455c1ca4a382'
- '5ff0cdcb9ec99778938ac6ef26800327')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --with-username=root \
-  --with-groupname=root \
-  --datarootdir=/usr/share \
-   --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-   --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/sbin/sendmail
-  make
-
-  # Temporary bugfix make install expects the file in the files directory.
-  cp script/fcron.init.systemd files
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  make DESTDIR=$pkgdir/ install
-  install -D -m755 $srcdir/fcron.rc $pkgdir/etc/rc.d/fcron
-  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcron.pam 
$pkgdir/etc/pam.d/fcron
-  
-  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcrontab.pam 
$pkgdir/etc/pam.d/fcrontab
-  # Install default fcrontab so that fcron can completely replace dcron
-  
-  install -D -m600 $srcdir/systab $pkgdir/var/spool/fcron/systab
-  # In order to preserve the systab crontab in any case it is better to have
-  # it in non-binary form too
-  install -D -m600 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-  
-  # Install run-cron script to make fcron run 

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

2013-05-06 Thread Ike Devolder
Date: Monday, May 6, 2013 @ 21:03:45
  Author: idevolder
Revision: 89991

closure-compiler :: 20130411

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 18:58:20 UTC (rev 89990)
+++ PKGBUILD2013-05-06 19:03:45 UTC (rev 89991)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20130227
+pkgver=20130411
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -21,4 +21,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('c8ac4796e61919a4112ed616cc1734caf69b5aa5e777d5b0428defb21c253537')
+sha256sums=('8487ab0b22f3c3e1d96ab518d42da057b113a41a685c1e68088c73fa9addcc3c')



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

2013-05-06 Thread Ike Devolder
Date: Monday, May 6, 2013 @ 21:04:03
  Author: idevolder
Revision: 89992

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 89991, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 19:03:45 UTC (rev 89991)
+++ PKGBUILD2013-05-06 19:04:03 UTC (rev 89992)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20130227
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=http://code.google.com/closure;
-license=('APACHE')
-depends=('java-runtime')
-source=(http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz;)
-
-package() {
-   cd $srcdir
-
-   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('c8ac4796e61919a4112ed616cc1734caf69b5aa5e777d5b0428defb21c253537')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 89991, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 19:04:03 UTC (rev 89992)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20130411
+pkgrel=1
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=http://code.google.com/closure;
+license=('APACHE')
+depends=('java-runtime')
+source=(http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz;)
+
+package() {
+   cd $srcdir
+
+   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('8487ab0b22f3c3e1d96ab518d42da057b113a41a685c1e68088c73fa9addcc3c')



[arch-commits] Commit in icedtea-web-java7/repos (8 files)

2013-05-06 Thread Guillaume Alaux
Date: Monday, May 6, 2013 @ 21:06:47
  Author: guillaume
Revision: 184353

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

Added:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
(from rev 184352, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
(from rev 184352, icedtea-web-java7/trunk/icedtea-web-java7.install)
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
(from rev 184352, icedtea-web-java7/trunk/PKGBUILD)
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install
(from rev 184352, icedtea-web-java7/trunk/icedtea-web-java7.install)
Deleted:
  icedtea-web-java7/repos/extra-i686/PKGBUILD
  icedtea-web-java7/repos/extra-i686/icedtea-web-java7.install
  icedtea-web-java7/repos/extra-x86_64/PKGBUILD
  icedtea-web-java7/repos/extra-x86_64/icedtea-web-java7.install

+
 /PKGBUILD  |  176 +++
 /icedtea-web-java7.install |   22 +++
 extra-i686/PKGBUILD|   88 ---
 extra-i686/icedtea-web-java7.install   |   11 -
 extra-x86_64/PKGBUILD  |   88 ---
 extra-x86_64/icedtea-web-java7.install |   11 -
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 17:20:30 UTC (rev 184352)
+++ extra-i686/PKGBUILD 2013-05-06 19:06:47 UTC (rev 184353)
@@ -1,88 +0,0 @@
-# $Id: PKGBUILD 136836 2011-09-02 07:59:01Z andyrtr $
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=icedtea-web-java7
-pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://icedtea.classpath.org/wiki/IcedTea-Web;
-license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 
'firefox' 'chromium' 'epiphany')
-noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the 
tarball that fails with LANG=C in our chroot
-source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-md5sums=('94ce02c42c1e4d1411357fb3c1014f67')
-
-_javaver=7
-_jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
-
-build() {
-  # extract it
-  cd $srcdir
-  LANG=en_US.UTF-8 bsdtar -x -f ${srcdir}/${pkgbase/-java7/}-$pkgver.tar.gz
-
-  cd ${srcdir}/icedtea-web*
-  ./configure --prefix=${_jvmdir} \
-  --datarootdir=/usr/share \
-  --with-jdk-home=${_jvmdir} \
-  --with-browser-tests \
-  --with-firefox=/usr/bin/firefox \
-  --with-chromium=/usr/bin/chromium \
-  --with-epiphany=/usr/bin/epiphany
-   make
-}
-
-check() {
-  cd ${srcdir}/icedtea-web*
-  # as more tests have been added some are expectged to fail
-  # see 
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2012-March/017566.html
-  make -k check || /bin/true
-}
-
-
-package_icedtea-web-java7() {
-
-  pkgdesc=provides a Free Software web browser plugin running applets written 
in the Java programming language and an implementation of Java Web Start, 
originally based on the NetX project
-  depends=('jre7-openjdk' 'desktop-file-utils')
-  provides=('java-web-start=7')
-  replaces=('icedtea-web')
-  install=${pkgname}.install
-
-  cd ${srcdir}/icedtea-web* #${pkgname}-${_date}
-  # possible make target (see bottom of Makefile.am: install-exec-local 
install-data-local
-  make DESTDIR=${pkgdir} install-exec-local install-data-local
-
-  # Install desktop files.
-  install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
-  install -m644 javaws.png ${pkgdir}/usr/share/pixmaps
-  install -m644 {javaws,itweb-settings}.desktop 
${pkgdir}/usr/share/applications
-  # remove splitted doc files
-  rm -rf ${pkgdir}/usr/share/doc
-
-  # link binaries into /usr/bin + jre/bin
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/${_jvmdir}/jre/bin
-  pushd ${pkgdir}/${_jvmdir}/bin
-  for file in *; do
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/usr/bin
-ln -sf ${_jvmdir}/bin/${file} ${pkgdir}/${_jvmdir}/jre/bin
-  done
-  popd
-
-  # link the mozilla-plugin - test it here 
http://www.java.com/en/download/help/testvm.xml
-  install -m755 -d ${pkgdir}/usr/lib/mozilla/plugins/
-  ln -sf ${_jvmdir}/lib/IcedTeaPlugin.so ${pkgdir}/usr/lib/mozilla/plugins/
-}
-
-package_icedtea-web-java7-doc() {
-
-  pkgdesc=icedtea-web browser plugin + Java WebStart - documentation files
-  replaces=('icedtea-web-doc')
-
-  cd ${srcdir}/icedtea-web*
-  make DESTDIR=${pkgdir} install-data-local
-  # remove javaws about and man page
-  rm -rf ${pkgdir}/usr/lib
-  rm -rf ${pkgdir}/usr/share/man
-  rm -rf ${pkgdir}/usr/share/icedtea-web # conflicting and unneeded file it 
seems
-}

Copied: icedtea-web-java7/repos/extra-i686/PKGBUILD (from rev 184352, 
icedtea-web-java7/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ 

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

2013-05-06 Thread Eric Bélanger
Date: Monday, May 6, 2013 @ 21:19:52
  Author: eric
Revision: 184354

upgpkg: ucommon 6.0.4-1

Upstream update

Modified:
  ucommon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 19:06:47 UTC (rev 184353)
+++ PKGBUILD2013-05-06 19:19:52 UTC (rev 184354)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=ucommon
-pkgver=6.0.3
+pkgver=6.0.4
 pkgrel=1
 pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
 arch=('i686' 'x86_64')
@@ -10,9 +10,8 @@
 license=('GPL3' 'LGPL3')
 depends=('openssl')
 options=('!libtool')
-#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('c6025b339417e817b6d5ac21b5334823'
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('b20a43a8cba901c2145778b3d653eef6'
  'SKIP')
 
 build() {



[arch-commits] Commit in tomcat6/trunk (PKGBUILD rc.d_tomcat6 systemd_tomcat6.service)

2013-05-06 Thread Guillaume Alaux
Date: Monday, May 6, 2013 @ 21:20:35
  Author: guillaume
Revision: 184355

'Upstream release + removed '-wait 10' from start script

Modified:
  tomcat6/trunk/PKGBUILD
  tomcat6/trunk/rc.d_tomcat6
  tomcat6/trunk/systemd_tomcat6.service

-+
 PKGBUILD|   12 ++--
 rc.d_tomcat6|1 -
 systemd_tomcat6.service |1 -
 3 files changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 19:19:52 UTC (rev 184354)
+++ PKGBUILD2013-05-06 19:20:35 UTC (rev 184355)
@@ -1,8 +1,8 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgbase=tomcat6
 pkgname=('java-servlet2.5-tomcat' 'java-jsp2.1-tomcat' 'tomcat6')
-pkgver=6.0.36
-pkgrel=3
+pkgver=6.0.37
+pkgrel=1
 arch=('any')
 url='http://tomcat.apache.org/'
 license=('APACHE')
@@ -15,11 +15,11 @@
 systemd_tmpfiles.d_tomcat6.conf
 tomcat6.install)
 
-sha256sums=('8da5b897ff28f688a5c7fe5abaa95e0ae0de9562283cec3c2643faaa13a6932c'
-'bc1be532d48a239a6945b028bf8f253087d3405f659226c484bf8ae4d45e'
+sha256sums=('665d72f375a9bf9ec5b8f9300c0af620948ff14d35b4c57c4297030ff6c1f281'
+'3e91abc752bf2b6ca19df9c8644bccdd92ba837397a8c1a745d72f58d5301b00'
 '13289d05abec4acc1fdd5ed0405271f1a18a90ef88cdcf87778e639edaf056ce'
-'f7b205a30c29e836daa7aa7d2fe7462ff5695d3706856a1e460241c746e67834'
-'c6323e28e800d557b40f3b66b918897662003efdc080f0c012686238641b8599'
+'ab5c4a6e342962cbde2b0bc62674be4db416113097835336e863a42d261534cf'
+'8eab99cff8baa3e75d656c2f221f8b146e822d7e6962527d07a2f20cb8ccb404'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
 '9c97bbbee0724107d9045d8e2c4d110e5d52815979116e502e2921bb100be4f2')
 

Modified: rc.d_tomcat6
===
--- rc.d_tomcat62013-05-06 19:19:52 UTC (rev 184354)
+++ rc.d_tomcat62013-05-06 19:20:35 UTC (rev 184355)
@@ -21,7 +21,6 @@
 -cp 
/usr/share/java/commons-daemon.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar
 \
 -user tomcat \
 -java-home ${TOMCAT_JAVA_HOME} \
--wait 10 \
 -pidfile /var/run/${daemon_name}.pid \
 -errfile /var/log/tomcat6/catalina.err \
 -outfile /var/log/tomcat6/catalina.out \

Modified: systemd_tomcat6.service
===
--- systemd_tomcat6.service 2013-05-06 19:19:52 UTC (rev 184354)
+++ systemd_tomcat6.service 2013-05-06 19:20:35 UTC (rev 184355)
@@ -18,7 +18,6 @@
 -cp 
/usr/share/java/commons-daemon.jar:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/tomcat-juli.jar
 \
 -user tomcat \
 -java-home ${TOMCAT_JAVA_HOME} \
--wait 10 \
 -pidfile /var/run/tomcat6.pid \
 -errfile /var/log/tomcat6/catalina.err \
 -outfile /var/log/tomcat6/catalina.out \



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

2013-05-06 Thread Eric Bélanger
Date: Monday, May 6, 2013 @ 21:20:44
  Author: eric
Revision: 184356

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

Added:
  ucommon/repos/extra-i686/PKGBUILD
(from rev 184354, ucommon/trunk/PKGBUILD)
  ucommon/repos/extra-x86_64/PKGBUILD
(from rev 184355, ucommon/trunk/PKGBUILD)
Deleted:
  ucommon/repos/extra-i686/PKGBUILD
  ucommon/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-06 19:20:35 UTC (rev 184355)
+++ extra-i686/PKGBUILD 2013-05-06 19:20:44 UTC (rev 184356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.3
-pkgrel=1
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('c6025b339417e817b6d5ac21b5334823'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-i686/PKGBUILD (from rev 184354, 
ucommon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-06 19:20:44 UTC (rev 184356)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.4
+pkgrel=1
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('b20a43a8cba901c2145778b3d653eef6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-06 19:20:35 UTC (rev 184355)
+++ extra-x86_64/PKGBUILD   2013-05-06 19:20:44 UTC (rev 184356)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=ucommon
-pkgver=6.0.3
-pkgrel=1
-pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
-arch=('i686' 'x86_64')
-url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
-license=('GPL3' 'LGPL3')
-depends=('openssl')
-options=('!libtool')
-#source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
-source=(http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('c6025b339417e817b6d5ac21b5334823'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ucommon/repos/extra-x86_64/PKGBUILD (from rev 184355, 
ucommon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-06 19:20:44 UTC (rev 184356)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=ucommon
+pkgver=6.0.4
+pkgrel=1
+pkgdesc=A light-weight C++ library to facilitate using C++ design patterns
+arch=('i686' 'x86_64')
+url=http://www.gnutelephony.org/index.php/GNU_uCommon_C++;
+license=('GPL3' 'LGPL3')
+depends=('openssl')
+options=('!libtool')
+source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('b20a43a8cba901c2145778b3d653eef6'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-05-06 Thread Guillaume Alaux
Date: Monday, May 6, 2013 @ 21:21:01
  Author: guillaume
Revision: 184357

upgpkg: tomcat6 6.0.37-1

Upstream release + removed '-wait 10' from start script

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 19:20:44 UTC (rev 184356)
+++ PKGBUILD2013-05-06 19:21:01 UTC (rev 184357)
@@ -32,7 +32,7 @@
 
   . /etc/profile.d/apache-ant.sh
 
-  ant download deploy\
+  ant clean download deploy\
 -Dbase.path=${srcdir}/DOWN_LIBS \
 -Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
 -Dno.build.dbcp=true



[arch-commits] Commit in tomcat6/repos/extra-any (12 files)

2013-05-06 Thread Guillaume Alaux
Date: Monday, May 6, 2013 @ 21:21:18
  Author: guillaume
Revision: 184358

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/PKGBUILD
(from rev 184357, tomcat6/trunk/PKGBUILD)
  tomcat6/repos/extra-any/conf.d_tomcat6
(from rev 184357, tomcat6/trunk/conf.d_tomcat6)
  tomcat6/repos/extra-any/rc.d_tomcat6
(from rev 184357, tomcat6/trunk/rc.d_tomcat6)
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
(from rev 184357, tomcat6/trunk/systemd_tmpfiles.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tomcat6.service
(from rev 184357, tomcat6/trunk/systemd_tomcat6.service)
  tomcat6/repos/extra-any/tomcat6.install
(from rev 184357, tomcat6/trunk/tomcat6.install)
Deleted:
  tomcat6/repos/extra-any/PKGBUILD
  tomcat6/repos/extra-any/conf.d_tomcat6
  tomcat6/repos/extra-any/rc.d_tomcat6
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tomcat6.service
  tomcat6/repos/extra-any/tomcat6.install

-+
 PKGBUILD|  286 +++---
 conf.d_tomcat6  |   38 ++---
 rc.d_tomcat6|  153 ++--
 systemd_tmpfiles.d_tomcat6.conf |6 
 systemd_tomcat6.service |   67 
 tomcat6.install |   54 +++
 6 files changed, 301 insertions(+), 303 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 19:21:01 UTC (rev 184357)
+++ PKGBUILD2013-05-06 19:21:18 UTC (rev 184358)
@@ -1,143 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgbase=tomcat6
-pkgname=('java-servlet2.5-tomcat' 'java-jsp2.1-tomcat' 'tomcat6')
-pkgver=6.0.36
-pkgrel=3
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment=5' 'apache-ant=1.6' 'java-commons-daemon')
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-conf.d_tomcat6
-rc.d_tomcat6
-systemd_tomcat6.service
-systemd_tmpfiles.d_tomcat6.conf
-tomcat6.install)
-
-sha256sums=('8da5b897ff28f688a5c7fe5abaa95e0ae0de9562283cec3c2643faaa13a6932c'
-'bc1be532d48a239a6945b028bf8f253087d3405f659226c484bf8ae4d45e'
-'13289d05abec4acc1fdd5ed0405271f1a18a90ef88cdcf87778e639edaf056ce'
-'f7b205a30c29e836daa7aa7d2fe7462ff5695d3706856a1e460241c746e67834'
-'c6323e28e800d557b40f3b66b918897662003efdc080f0c012686238641b8599'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'9c97bbbee0724107d9045d8e2c4d110e5d52815979116e502e2921bb100be4f2')
-
-_servletver=2.5
-_jspver=2.1
-
-#FIXME ant target 'download' should not be called
-build() {
-  cd ${srcdir}/apache-tomcat-${pkgver}-src
-
-  . /etc/profile.d/apache-ant.sh
-
-  ant download deploy\
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Dno.build.dbcp=true
-}
-
-#TODO add test ant test
-
-package_java-servlet2.5-tomcat() {
-  pkgdesc='Servlet 2.5 java library implementation by Apache Tomcat'
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-#  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-#${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.1-tomcat() {
-  pkgdesc='JSP 2.1 java library implementation by Apache Tomcat'
-  depends=('java-environment=5')
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-#ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat6() {
-  pkgdesc='Servlet-2.5/JSP-2.1 Container'
-  depends=('java-runtime=5' 'java-jsvc'
-   java-servlet2.5-tomcat=${pkgver} java-jsp2.1-tomcat=${pkgver})
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat6/catalina.policy
-  etc/tomcat6/catalina.properties
-  etc/tomcat6/context.xml
-  etc/tomcat6/logging.properties
-  etc/tomcat6/server.xml
-  etc/tomcat6/tomcat-users.xml
-  etc/tomcat6/web.xml
-  etc/conf.d/tomcat6)
-  install=tomcat6.install
-
-  cd ${srcdir}/apache-tomcat-${pkgver}-src/output/build
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # 

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

2013-05-06 Thread Daniel Micay
Date: Monday, May 6, 2013 @ 22:19:08
  Author: thestinger
Revision: 90120

upgpkg: haskell-texmath 0.6.1.4-1

Modified:
  haskell-texmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 19:40:30 UTC (rev 90119)
+++ PKGBUILD2013-05-06 20:19:08 UTC (rev 90120)
@@ -4,8 +4,8 @@
 
 pkgname=haskell-texmath
 _hkgname=texmath
-pkgver=0.6.1.3
-pkgrel=2
+pkgver=0.6.1.4
+pkgrel=1
 pkgdesc=Conversion of LaTeX math formulas to MathML.
 url=https://github.com/jgm/texmath;
 license=(GPL)
@@ -14,7 +14,7 @@
 depends=(haskell-containers haskell-parsec haskell-syb haskell-xml)
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
 install=$pkgname.install
-md5sums=('6737a06392f51886e8b1ca8aa6dc2168')
+md5sums=('514835acff28d6a005d68fde7dd6094a')
 
 build() {
   cd $srcdir/$_hkgname-$pkgver



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

2013-05-06 Thread Daniel Micay
Date: Monday, May 6, 2013 @ 22:20:01
  Author: thestinger
Revision: 90121

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

Added:
  haskell-texmath/repos/community-i686/PKGBUILD
(from rev 90120, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-i686/haskell-texmath.install
(from rev 90120, haskell-texmath/trunk/haskell-texmath.install)
  haskell-texmath/repos/community-x86_64/PKGBUILD
(from rev 90120, haskell-texmath/trunk/PKGBUILD)
  haskell-texmath/repos/community-x86_64/haskell-texmath.install
(from rev 90120, haskell-texmath/trunk/haskell-texmath.install)
Deleted:
  haskell-texmath/repos/community-i686/PKGBUILD
  haskell-texmath/repos/community-i686/haskell-texmath.install
  haskell-texmath/repos/community-x86_64/PKGBUILD
  haskell-texmath/repos/community-x86_64/haskell-texmath.install

--+
 /PKGBUILD|   80 +
 /haskell-texmath.install |   46 
 community-i686/PKGBUILD  |   40 --
 community-i686/haskell-texmath.install   |   23 
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/haskell-texmath.install |   23 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 20:19:08 UTC (rev 90120)
+++ community-i686/PKGBUILD 2013-05-06 20:20:01 UTC (rev 90121)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Arch Haskell Team 
-# Contributor: Lex Black autumn-wind at web dot de
-
-pkgname=haskell-texmath
-_hkgname=texmath
-pkgver=0.6.1.3
-pkgrel=2
-pkgdesc=Conversion of LaTeX math formulas to MathML.
-url=https://github.com/jgm/texmath;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=(haskell-containers haskell-parsec haskell-syb haskell-xml)
-source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-install=$pkgname.install
-md5sums=('6737a06392f51886e8b1ca8aa6dc2168')
-
-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 -Dm744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh 
$pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  install -dm755 $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 -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm -f $pkgdir/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-texmath/repos/community-i686/PKGBUILD (from rev 90120, 
haskell-texmath/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 20:20:01 UTC (rev 90121)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Arch Haskell Team 
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-texmath
+_hkgname=texmath
+pkgver=0.6.1.4
+pkgrel=1
+pkgdesc=Conversion of LaTeX math formulas to MathML.
+url=https://github.com/jgm/texmath;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=(haskell-containers haskell-parsec haskell-syb haskell-xml)
+source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+install=$pkgname.install
+md5sums=('514835acff28d6a005d68fde7dd6094a')
+
+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 -Dm744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh 
$pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  install -dm755 $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 -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  rm -f 

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

2013-05-06 Thread Daniel Micay
Date: Monday, May 6, 2013 @ 22:42:37
  Author: thestinger
Revision: 90122

upgpkg: haskell-pandoc 1.11.1-3

Modified:
  haskell-pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 20:20:01 UTC (rev 90121)
+++ PKGBUILD2013-05-06 20:42:37 UTC (rev 90122)
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=1.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Conversion between markup formats
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('GPL')



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

2013-05-06 Thread Daniel Micay
Date: Monday, May 6, 2013 @ 22:43:13
  Author: thestinger
Revision: 90123

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

Added:
  haskell-pandoc/repos/community-i686/PKGBUILD
(from rev 90122, haskell-pandoc/trunk/PKGBUILD)
  haskell-pandoc/repos/community-i686/haskell-pandoc.install
(from rev 90122, haskell-pandoc/trunk/haskell-pandoc.install)
  haskell-pandoc/repos/community-x86_64/PKGBUILD
(from rev 90122, haskell-pandoc/trunk/PKGBUILD)
  haskell-pandoc/repos/community-x86_64/haskell-pandoc.install
(from rev 90122, haskell-pandoc/trunk/haskell-pandoc.install)
Deleted:
  haskell-pandoc/repos/community-i686/PKGBUILD
  haskell-pandoc/repos/community-i686/haskell-pandoc.install
  haskell-pandoc/repos/community-x86_64/PKGBUILD
  haskell-pandoc/repos/community-x86_64/haskell-pandoc.install

-+
 /PKGBUILD   |   74 ++
 /haskell-pandoc.install |   46 ++
 community-i686/PKGBUILD |   37 ---
 community-i686/haskell-pandoc.install   |   23 -
 community-x86_64/PKGBUILD   |   37 ---
 community-x86_64/haskell-pandoc.install |   23 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 20:42:37 UTC (rev 90122)
+++ community-i686/PKGBUILD 2013-05-06 20:43:13 UTC (rev 90123)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Aleksandar Micovic metal...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-
-_hkgname=pandoc
-pkgname=haskell-pandoc
-pkgver=1.11.1
-pkgrel=2
-pkgdesc=Conversion between markup formats
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('ghc')
-depends=('haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-bytestring' 'haskell-citeproc-hs' 
'haskell-containers' 'haskell-directory' 'haskell-extensible-exceptions' 
'haskell-filepath' 'haskell-highlighting-kate' 'haskell-http' 'haskell-json' 
'haskell-mtl' 'haskell-network' 'haskell-old-locale' 'haskell-pandoc-types' 
'haskell-parsec' 'haskell-process' 'haskell-random' 'haskell-syb' 
'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' 'haskell-time' 
'haskell-utf8-string' 'haskell-xml' 'haskell-zip-archive' 'haskell-zlib' 
haskell-data-default)
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=$pkgname.install
-md5sums=('e895b22745affba37c0ba5e6e6d0f17c')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-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
-}

Copied: haskell-pandoc/repos/community-i686/PKGBUILD (from rev 90122, 
haskell-pandoc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 20:43:13 UTC (rev 90123)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Aleksandar Micovic metal...@gmail.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+_hkgname=pandoc
+pkgname=haskell-pandoc
+pkgver=1.11.1
+pkgrel=3
+pkgdesc=Conversion between markup formats
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-blaze-markup' 'haskell-bytestring' 'haskell-citeproc-hs' 
'haskell-containers' 'haskell-directory' 'haskell-extensible-exceptions' 
'haskell-filepath' 'haskell-highlighting-kate' 'haskell-http' 'haskell-json' 
'haskell-mtl' 'haskell-network' 'haskell-old-locale' 'haskell-pandoc-types' 
'haskell-parsec' 'haskell-process' 'haskell-random' 'haskell-syb' 
'haskell-tagsoup' 'haskell-temporary' 'haskell-texmath' 'haskell-time' 
'haskell-utf8-string' 'haskell-xml' 'haskell-zip-archive' 'haskell-zlib' 
haskell-data-default)

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

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:30:51
  Author: faidoc
Revision: 90124

upgpkg: muffin 1.8.0-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 20:43:13 UTC (rev 90123)
+++ PKGBUILD2013-05-06 21:30:51 UTC (rev 90124)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=1.7.5
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
 switch-applications.patch
 fix-dnd.patch)
-sha256sums=('ef10c19353e5d2ff86d24c2fa40bd53ba3c7eeb03e9d3c8fbd3f4b56d16a2f07'
+sha256sums=('4b3f872c0a0325d88d2d6ece4b67202b7b91b89634fb3c8ff93ebd5c6acfbd67'
 '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
 '745dd3ef7eb8a496c68f5a728253205a849ac63851c0c0930c42442aec5af939')
 



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

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:32:15
  Author: faidoc
Revision: 90125

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 90124, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/fix-dnd.patch
(from rev 90124, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-i686/muffin.install
(from rev 90124, muffin/trunk/muffin.install)
  muffin/repos/community-i686/switch-applications.patch
(from rev 90124, muffin/trunk/switch-applications.patch)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 90124, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/fix-dnd.patch
(from rev 90124, muffin/trunk/fix-dnd.patch)
  muffin/repos/community-x86_64/muffin.install
(from rev 90124, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/switch-applications.patch
(from rev 90124, muffin/trunk/switch-applications.patch)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/fix-dnd.patch
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-i686/switch-applications.patch
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/fix-dnd.patch
  muffin/repos/community-x86_64/muffin.install
  muffin/repos/community-x86_64/switch-applications.patch

+
 /PKGBUILD  |   88 +++
 /fix-dnd.patch |   58 +
 /muffin.install|   20 ++
 /switch-applications.patch |   40 
 community-i686/PKGBUILD|   44 -
 community-i686/fix-dnd.patch   |   29 
 community-i686/muffin.install  |   10 ---
 community-i686/switch-applications.patch   |   20 --
 community-x86_64/PKGBUILD  |   44 -
 community-x86_64/fix-dnd.patch |   29 
 community-x86_64/muffin.install|   10 ---
 community-x86_64/switch-applications.patch |   20 --
 12 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-06 21:30:51 UTC (rev 90124)
+++ community-i686/PKGBUILD 2013-05-06 21:32:15 UTC (rev 90125)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.5
-pkgrel=1
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-switch-applications.patch
-fix-dnd.patch)
-sha256sums=('ef10c19353e5d2ff86d24c2fa40bd53ba3c7eeb03e9d3c8fbd3f4b56d16a2f07'
-'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
-'745dd3ef7eb8a496c68f5a728253205a849ac63851c0c0930c42442aec5af939')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  # Fix unresponsive panel on DND
-  patch -RNp1 -i ../fix-dnd.patch
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 90124, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-06 21:32:15 UTC (rev 90125)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+switch-applications.patch
+

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

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:41:36
  Author: faidoc
Revision: 90126

upgpkg: cinnamon 1.8.0-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 21:32:15 UTC (rev 90125)
+++ PKGBUILD2013-05-06 21:41:36 UTC (rev 90126)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=1.7.10
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
 switch-applications.patch
 fallback-helpers.patch
 idle-dim.patch)
-sha256sums=('32ac069773b7d1634136d4f8f01c2083708fa26a1a5bc21957c2144cd9244bf7'
+sha256sums=('4530e15dd5089dfb394647cac716321315045a09539bfdf68b7cce4f2d3bf8c9'
 'a0c05c995102b16f1060cbd43931eeaefeafd0265a0335e4ca14a143bd4c8c30'
 'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
 '0971ac14bc31167d3b94ea93e608c5d49518a12b89f40c97f84d80e715657aa3'



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

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:43:47
  Author: faidoc
Revision: 90127

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 90126, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 90126, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fallback-helpers.patch
(from rev 90126, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 90126, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/gnome-3.8.patch
(from rev 90126, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-i686/idle-dim.patch
(from rev 90126, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 90126, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-i686/switch-applications.patch
(from rev 90126, cinnamon/trunk/switch-applications.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 90126, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 90126, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fallback-helpers.patch
(from rev 90126, cinnamon/trunk/fallback-helpers.patch)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 90126, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/gnome-3.8.patch
(from rev 90126, cinnamon/trunk/gnome-3.8.patch)
  cinnamon/repos/community-x86_64/idle-dim.patch
(from rev 90126, cinnamon/trunk/idle-dim.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 90126, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/switch-applications.patch
(from rev 90126, cinnamon/trunk/switch-applications.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fallback-helpers.patch
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/gnome-3.8.patch
  cinnamon/repos/community-i686/idle-dim.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-i686/switch-applications.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fallback-helpers.patch
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/gnome-3.8.patch
  cinnamon/repos/community-x86_64/idle-dim.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  cinnamon/repos/community-x86_64/switch-applications.patch

-+
 /PKGBUILD   |  168 
 /cinnamon.install   |   22 
 /fallback-helpers.patch |   40 
 /fix-control-center-check.patch |   24 
 /gnome-3.8.patch| 7904 ++
 /idle-dim.patch |   70 
 /keyboard_applet.patch  |  284 
 /switch-applications.patch  |   62 
 community-i686/PKGBUILD |   84 
 community-i686/cinnamon.install |   11 
 community-i686/fallback-helpers.patch   |   20 
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/gnome-3.8.patch  | 3952 ---
 community-i686/idle-dim.patch   |   35 
 community-i686/keyboard_applet.patch|  142 
 community-i686/switch-applications.patch|   31 
 community-x86_64/PKGBUILD   |   84 
 community-x86_64/cinnamon.install   |   11 
 community-x86_64/fallback-helpers.patch |   20 
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/gnome-3.8.patch| 3952 ---
 community-x86_64/idle-dim.patch |   35 
 community-x86_64/keyboard_applet.patch  |  142 
 community-x86_64/switch-applications.patch  |   31 
 24 files changed, 8574 insertions(+), 8574 deletions(-)

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


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

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:58:57
  Author: faidoc
Revision: 90128

upgpkg: cinnamon-screensaver 1.8.0-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 21:43:47 UTC (rev 90127)
+++ PKGBUILD2013-05-06 21:58:57 UTC (rev 90128)
@@ -4,7 +4,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-screensaver
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
 arch=('i686' 'x86_64')
@@ -18,20 +18,16 @@
cinnamon-screensaver.desktop
cinnamon2d-screensaver.desktop
cinnamon-screensaver.pam
-   configure.patch
fix-dbus-compatibility.patch)
-sha256sums=('c04d2c9c85729b5ae5635202b89084ea23e5211c50cf2dcce11869ffb2acce9f'
+sha256sums=('e85722d5af2ecbed98f50909285b335d7635214bf8cada49964f60bb5d1339c1'
 '2f29a72991deb5cc2b44da06f49d1115148fee6a0a22b1abfecee1c1661abcaa'
 '335df8f2fb270484829d94995622521f0a42a12d6887f7de827db34fc81f583a'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
-'fed5f1f94404fab13c5369f4106b0b498cff2bb71351cae4f3d9c27f417f5e6a'
 'eebd1d056c21d2d3f60fb954677b9214fd1d575ed1c2bbb56326cedf41a39eb6')
 
 build() {
   cd $pkgname-$pkgver
 
-  # Fix build with automake 1.13
-  patch -uNp2 -r- -i ${srcdir}/configure.patch
 
   # Fix compatibility with gnome-screensaver's D-Bus interface and various 
fixes
   patch -Np1 -i ${srcdir}/fix-dbus-compatibility.patch



[arch-commits] Commit in cinnamon-screensaver/trunk (configure.patch)

2013-05-06 Thread Alexandre Filgueira
Date: Monday, May 6, 2013 @ 23:59:55
  Author: faidoc
Revision: 90129

upgpkg: cinnamon-screensaver 1.8.0-1

Deleted:
  cinnamon-screensaver/trunk/configure.patch

-+
 configure.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: configure.patch
===
--- configure.patch 2013-05-06 21:58:57 UTC (rev 90128)
+++ configure.patch 2013-05-06 21:59:55 UTC (rev 90129)
@@ -1,12 +0,0 @@
-diff -Naur cinnamon-screensaver-1.7.1.orig/configure.ac 
cinnamon-screensaver-1.7.1/configure.ac
 ./cinnamon-screensaver-1.7.1.orig/configure.ac 2013-02-19 
17:35:35.0 +0100
-+++ ./cinnamon-screensaver-1.7.1/configure.ac  2013-02-20 12:40:34.936078052 
+0100
-@@ -10,7 +10,7 @@
- AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz tar-ustar])
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
- 
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- 
- AM_MAINTAINER_MODE([enable])
- 



[arch-commits] Commit in cinnamon-screensaver/repos (22 files)

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:00:48
  Author: faidoc
Revision: 90130

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 90129, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.desktop
(from rev 90129, cinnamon-screensaver/trunk/cinnamon-screensaver.desktop)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 90129, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-i686/cinnamon2d-screensaver.desktop
(from rev 90129, cinnamon-screensaver/trunk/cinnamon2d-screensaver.desktop)
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
(from rev 90129, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 90129, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.desktop
(from rev 90129, cinnamon-screensaver/trunk/cinnamon-screensaver.desktop)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 90129, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/cinnamon2d-screensaver.desktop
(from rev 90129, cinnamon-screensaver/trunk/cinnamon2d-screensaver.desktop)
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch
(from rev 90129, cinnamon-screensaver/trunk/fix-dbus-compatibility.patch)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.desktop
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-i686/cinnamon2d-screensaver.desktop
  cinnamon-screensaver/repos/community-i686/configure.patch
  cinnamon-screensaver/repos/community-i686/fix-dbus-compatibility.patch
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.desktop
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/cinnamon2d-screensaver.desktop
  cinnamon-screensaver/repos/community-x86_64/configure.patch
  cinnamon-screensaver/repos/community-x86_64/fix-dbus-compatibility.patch

-+
 /PKGBUILD   |  106 +++
 /cinnamon-screensaver.desktop   |   22 +
 /cinnamon-screensaver.pam   |6 
 /cinnamon2d-screensaver.desktop |   22 +
 /fix-dbus-compatibility.patch   |  298 ++
 community-i686/PKGBUILD |   57 
 community-i686/cinnamon-screensaver.desktop |   11 
 community-i686/cinnamon-screensaver.pam |3 
 community-i686/cinnamon2d-screensaver.desktop   |   11 
 community-i686/configure.patch  |   12 
 community-i686/fix-dbus-compatibility.patch |  149 ---
 community-x86_64/PKGBUILD   |   57 
 community-x86_64/cinnamon-screensaver.desktop   |   11 
 community-x86_64/cinnamon-screensaver.pam   |3 
 community-x86_64/cinnamon2d-screensaver.desktop |   11 
 community-x86_64/configure.patch|   12 
 community-x86_64/fix-dbus-compatibility.patch   |  149 ---
 17 files changed, 454 insertions(+), 486 deletions(-)

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


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

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:21:08
  Author: faidoc
Revision: 90131

upgpkg: nemo 1.8.0-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 22:00:48 UTC (rev 90130)
+++ PKGBUILD2013-05-06 22:21:08 UTC (rev 90131)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=1.7.6
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 tracker-0.16.patch
 remove-desktop-background.patch)
-sha256sums=('670faa09fff6b2919231bbe6c580363c4cd0a7c87fc5324570083ed8955db9c8'
+sha256sums=('4812381bd2e926fa3cd4efcddc79585bab3ff1c226d1db69e7ce3802c783d18a'
 '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626'
 '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5')
 



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

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:22:04
  Author: faidoc
Revision: 90132

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 90131, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 90131, nemo/trunk/nemo.install)
  nemo/repos/community-i686/remove-desktop-background.patch
(from rev 90131, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-i686/tracker-0.16.patch
(from rev 90131, nemo/trunk/tracker-0.16.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 90131, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 90131, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/remove-desktop-background.patch
(from rev 90131, nemo/trunk/remove-desktop-background.patch)
  nemo/repos/community-x86_64/tracker-0.16.patch
(from rev 90131, nemo/trunk/tracker-0.16.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/remove-desktop-background.patch
  nemo/repos/community-i686/tracker-0.16.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/remove-desktop-background.patch
  nemo/repos/community-x86_64/tracker-0.16.patch

--+
 /PKGBUILD|  102 +
 /nemo.install|   28 
 /remove-desktop-background.patch | 2100 +
 /tracker-0.16.patch  |   66 
 community-i686/PKGBUILD  |   51 
 community-i686/nemo.install  |   14 
 community-i686/remove-desktop-background.patch   | 1050 --
 community-i686/tracker-0.16.patch|   33 
 community-x86_64/PKGBUILD|   51 
 community-x86_64/nemo.install|   14 
 community-x86_64/remove-desktop-background.patch | 1050 --
 community-x86_64/tracker-0.16.patch  |   33 
 12 files changed, 2296 insertions(+), 2296 deletions(-)

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


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

2013-05-06 Thread Eric Bélanger
Date: Tuesday, May 7, 2013 @ 00:29:37
  Author: eric
Revision: 184460

Remove unneeded optipng makedepends

Modified:
  links/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 19:47:23 UTC (rev 184459)
+++ PKGBUILD2013-05-06 22:29:37 UTC (rev 184460)
@@ -9,7 +9,7 @@
 url=http://links.twibright.com/;
 license=('GPL')
 depends=('bzip2' 'xz' 'openssl' 'gpm')
-makedepends=('libtiff' 'libpng' 'libxt' 'optipng')
+makedepends=('libtiff' 'libpng' 'libxt')
 optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: 
for using xlinks')
 provides=('links-g')
 conflicts=('links-g')
@@ -21,7 +21,6 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ configure
-  optipng graphics/font/century_school-medium-roman-serif-vari/045e.png
 }
 
 build() {



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

2013-05-06 Thread Eric Bélanger
Date: Tuesday, May 7, 2013 @ 00:30:55
  Author: eric
Revision: 184461

Remove unneeded optipng makedepends

Modified:
  kdelibs3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 22:29:37 UTC (rev 184460)
+++ PKGBUILD2013-05-06 22:30:55 UTC (rev 184461)
@@ -12,7 +12,7 @@
 license=('GPL' 'LGPL')
 depends=('libxslt' 'libart-lgpl' 'alsa-lib' 'libcups' 'jasper'
  'libidn' 'openexr' 'aspell' 'qt3' 'ca-certificates')
-makedepends=('cups' 'hspell' 'optipng')
+makedepends=('cups' 'hspell')
 optdepends=('hspell: for Hebrew spell-checking support')
 options=('libtool' '!makeflags')
 install=kdelibs3.install
@@ -43,11 +43,6 @@
   patch -p1 -i ${srcdir}/openssl.patch
   patch -p0 -i $srcdir/kdelibs3-missing-include.patch
   patch -p1 -i ${srcdir}/kdelibs3-cups16.patch
-  pushd pics/crystalsvg
-  optipng -quiet -force -fix cr{16,22,32,48,64,128}-app-kttsd.png 
cr22-app-password.png \
-cr16-filesys-folder_green{,_open}.png cr32-action-today.png
-  popd
-  optipng -quiet -force -fix 
interfaces/kimproxy/library/icons/cr48-action-presence_offline.png
 }
 
 build() {



[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD gnomerrlabeler.patch)

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:58:19
  Author: faidoc
Revision: 90133

upgpkg: cinnamon-control-center 1.8.0-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD
  cinnamon-control-center/trunk/gnomerrlabeler.patch

--+
 PKGBUILD |6 +++---
 gnomerrlabeler.patch |   31 ++-
 2 files changed, 13 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 22:22:04 UTC (rev 90132)
+++ PKGBUILD2013-05-06 22:58:19 UTC (rev 90133)
@@ -5,7 +5,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=1.7.5
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
 gnomerrlabeler.patch
 idle-delay.patch)
-sha256sums=('50192b279bd2d6c9a0cb686144d5cf8195e33fbe1e107baeca6da03a638e1f8d'
-'826de61fa60349a99c6895f2ffb0ea1c7f71031b17dd80bb245e3834b30b6ff6'
+sha256sums=('7230d509f5837906b5497279cfbd96180e5c8dad89777fb31a81fd0c73354fa9'
+'604f0a30369d0380a0c5634f1fd50f3f44a89c0b3caec66b60d9e2648b569b90'
 '42ea92628dc234d65e582592a66c0011d5bb2c2eac14854a06f7a9dc923c8d67')
 
 build() {

Modified: gnomerrlabeler.patch
===
--- gnomerrlabeler.patch2013-05-06 22:22:04 UTC (rev 90132)
+++ gnomerrlabeler.patch2013-05-06 22:58:19 UTC (rev 90133)
@@ -1,6 +1,5 @@
-diff -Naur 
cinnamon-control-center-1.7.3.orig/panels/display/cc-display-panel.c 
cinnamon-control-center-1.7.3/panels/display/cc-display-panel.c
 cinnamon-control-center-1.7.3.orig/panels/display/cc-display-panel.c   
2013-04-15 16:04:38.0 +0200
-+++ cinnamon-control-center-1.7.3/panels/display/cc-display-panel.c
2013-04-22 03:46:53.499944701 +0200
+--- cinnamon-control-center-1.8.0.orig/panels/display/cc-display-panel.c  
2013-05-05 13:12:28.0 +0200
 cinnamon-control-center-1.8.0/panels/display/cc-display-panel.c 2013-05-07 
00:27:44.901035877 +0200
 @@ -31,12 +31,13 @@
  #define GNOME_DESKTOP_USE_UNSTABLE_API
  #include libgnome-desktop/gnome-rr.h
@@ -8,7 +7,7 @@
 -#include libgnome-desktop/gnome-rr-labeler.h
  #include gdk/gdkx.h
  #include X11/Xlib.h
- #include glib/gi18n.h
+ #include glib/gi18n-lib.h
  #include gdesktop-enums.h
  
 +#include cc-rr-labeler.h
@@ -34,7 +33,7 @@
g_object_unref (self-priv-labeler);
  
G_OBJECT_CLASS (cc_display_panel_parent_class)-finalize (object);
-@@ -293,16 +294,16 @@
+@@ -293,14 +294,14 @@
self-priv-current_output = NULL;
  
if (self-priv-labeler) {
@@ -43,36 +42,26 @@
  g_object_unref (self-priv-labeler);
}
  
--  self-priv-labeler = gnome_rr_labeler_new 
(self-priv-current_configuration);
-+  self-priv-labeler = cc_rr_labeler_new (self-priv-current_configuration);
+   self-priv-labeler = gnome_rr_labeler_new 
(self-priv-current_configuration);
  
if (cc_panel_get_shell (CC_PANEL (self)) == NULL)
 -gnome_rr_labeler_hide (self-priv-labeler);
 +cc_rr_labeler_hide (self-priv-labeler);
else
--gnome_rr_labeler_show (self-priv-labeler);
-+cc_rr_labeler_show (self-priv-labeler);
+ gnome_rr_labeler_show (self-priv-labeler);
  
-   select_current_output_from_dialog_position (self);
- 
-@@ -2594,9 +2595,9 @@
-   if (self-priv-labeler == NULL)
- return;
+@@ -2596,7 +2597,7 @@
if (gtk_window_has_toplevel_focus (window))
--gnome_rr_labeler_show (self-priv-labeler);
-+cc_rr_labeler_show (self-priv-labeler);
+ gnome_rr_labeler_show (self-priv-labeler);
else
 -gnome_rr_labeler_hide (self-priv-labeler);
 +cc_rr_labeler_hide (self-priv-labeler);
  }
  
  static void
-@@ -2606,9 +2607,9 @@
- if (CC_DISPLAY_PANEL(widget)-priv-labeler == NULL)
- return;
+@@ -2608,7 +2609,7 @@
  if (gtk_widget_get_visible (widget)) {
--gnome_rr_labeler_show (CC_DISPLAY_PANEL (widget)-priv-labeler);
-+cc_rr_labeler_show (CC_DISPLAY_PANEL (widget)-priv-labeler);
+ gnome_rr_labeler_show (CC_DISPLAY_PANEL (widget)-priv-labeler);
  } else {
 -gnome_rr_labeler_hide (CC_DISPLAY_PANEL (widget)-priv-labeler);
 +cc_rr_labeler_hide (CC_DISPLAY_PANEL (widget)-priv-labeler);



[arch-commits] Commit in cinnamon-control-center/repos (16 files)

2013-05-06 Thread Alexandre Filgueira
Date: Tuesday, May 7, 2013 @ 00:58:48
  Author: faidoc
Revision: 90134

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 90133, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 90133, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/gnomerrlabeler.patch
(from rev 90133, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-i686/idle-delay.patch
(from rev 90133, cinnamon-control-center/trunk/idle-delay.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 90133, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 90133, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/gnomerrlabeler.patch
(from rev 90133, cinnamon-control-center/trunk/gnomerrlabeler.patch)
  cinnamon-control-center/repos/community-x86_64/idle-delay.patch
(from rev 90133, cinnamon-control-center/trunk/idle-delay.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-i686/idle-delay.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/gnomerrlabeler.patch
  cinnamon-control-center/repos/community-x86_64/idle-delay.patch

--+
 /PKGBUILD|  130 +
 /cinnamon-control-center.install |   22 
 /gnomerrlabeler.patch| 1510 +
 /idle-delay.patch|  142 +
 community-i686/PKGBUILD  |   65 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/gnomerrlabeler.patch  |  766 --
 community-i686/idle-delay.patch  |   71 
 community-x86_64/PKGBUILD|   65 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/gnomerrlabeler.patch|  766 --
 community-x86_64/idle-delay.patch|   71 
 12 files changed, 1804 insertions(+), 1826 deletions(-)

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


[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf)

2013-05-06 Thread Allan McRae
Date: Tuesday, May 7, 2013 @ 05:37:44
  Author: allan
Revision: 184462

upgpkg: pacman 4.1.1-1

upstream update, add LOGDEST to makepkg.conf

Modified:
  pacman/trunk/PKGBUILD
  pacman/trunk/makepkg.conf

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-06 22:30:55 UTC (rev 184461)
+++ PKGBUILD2013-05-07 03:37:44 UTC (rev 184462)
@@ -4,8 +4,8 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=pacman
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
@@ -25,11 +25,11 @@
 pacman.conf.i686
 pacman.conf.x86_64
 makepkg.conf)
-md5sums=('a0f2b3148bee4784f21cf373cf59a0bc'
- '4959b8d00056398195f4e549e7bdd346'
+md5sums=('72a1688ff73c1c0b79d8f87b3793d446'
+ 'SKIP'
  '2db6c94709bb30cc614a176ecf8badb1'
  'de74a13618347f08ae4a9637f74471c4'
- '883292a326d2b3e0d9e7c3ec576263f5')
+ '5f360e003e95f1a5cbd6e60d937dfd25')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: makepkg.conf
===
--- makepkg.conf2013-05-06 22:30:55 UTC (rev 184461)
+++ makepkg.conf2013-05-07 03:37:44 UTC (rev 184462)
@@ -109,6 +109,8 @@
 #SRCDEST=/home/sources
 #-- Source packages: specify a fixed directory where all src packages will be 
placed
 #SRCPKGDEST=/home/srcpackages
+#-- Log files: specify a fixed directory where all log files will be placed
+#LOGDEST=/home/makepkglogs
 #-- Packager: name/email of the person or organization building packages
 #PACKAGER=John Doe j...@doe.com
 #-- Specify a key to use for package signing



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

2013-05-06 Thread Allan McRae
Date: Tuesday, May 7, 2013 @ 05:39:23
  Author: allan
Revision: 184463

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

Added:
  pacman/repos/testing-i686/
  pacman/repos/testing-i686/PKGBUILD
(from rev 184462, pacman/trunk/PKGBUILD)
  pacman/repos/testing-i686/makepkg.conf
(from rev 184462, pacman/trunk/makepkg.conf)
  pacman/repos/testing-i686/pacman.conf.i686
(from rev 184462, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-i686/pacman.conf.x86_64
(from rev 184462, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-i686/pacman.install
(from rev 184462, pacman/trunk/pacman.install)
  pacman/repos/testing-x86_64/
  pacman/repos/testing-x86_64/PKGBUILD
(from rev 184462, pacman/trunk/PKGBUILD)
  pacman/repos/testing-x86_64/makepkg.conf
(from rev 184462, pacman/trunk/makepkg.conf)
  pacman/repos/testing-x86_64/pacman.conf.i686
(from rev 184462, pacman/trunk/pacman.conf.i686)
  pacman/repos/testing-x86_64/pacman.conf.x86_64
(from rev 184462, pacman/trunk/pacman.conf.x86_64)
  pacman/repos/testing-x86_64/pacman.install
(from rev 184462, pacman/trunk/pacman.install)

---+
 testing-i686/PKGBUILD |   86 ++
 testing-i686/makepkg.conf |  140 
 testing-i686/pacman.conf.i686 |   90 +++
 testing-i686/pacman.conf.x86_64   |   99 +
 testing-i686/pacman.install   |   75 +++
 testing-x86_64/PKGBUILD   |   86 ++
 testing-x86_64/makepkg.conf   |  140 
 testing-x86_64/pacman.conf.i686   |   90 +++
 testing-x86_64/pacman.conf.x86_64 |   99 +
 testing-x86_64/pacman.install |   75 +++
 10 files changed, 980 insertions(+)

Copied: pacman/repos/testing-i686/PKGBUILD (from rev 184462, 
pacman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 03:39:23 UTC (rev 184463)
@@ -0,0 +1,86 @@
+# vim: set ts=2 sw=2 et:
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=pacman
+pkgver=4.1.1
+pkgrel=1
+pkgdesc=A library-based package manager with dependency support
+arch=('i686' 'x86_64')
+url=http://www.archlinux.org/pacman/;
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('bash=4.2.042-2' 'glibc=2.17-2' 'libarchive=3.1.2' 'curl=7.19.4'
+ 'gpgme' 'pacman-mirrorlist' 'archlinux-keyring')
+checkdepends=('python2' 'fakechroot')
+optdepends=('fakeroot: for makepkg usage as normal user')
+provides=('pacman-contrib')
+conflicts=('pacman-contrib')
+replaces=('pacman-contrib')
+backup=(etc/pacman.conf etc/makepkg.conf)
+install=pacman.install
+options=(!libtool)
+source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
+pacman.conf.i686
+pacman.conf.x86_64
+makepkg.conf)
+md5sums=('72a1688ff73c1c0b79d8f87b3793d446'
+ 'SKIP'
+ '2db6c94709bb30cc614a176ecf8badb1'
+ 'de74a13618347f08ae4a9637f74471c4'
+ '5f360e003e95f1a5cbd6e60d937dfd25')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --enable-doc \
+--with-scriptlet-shell=/usr/bin/bash \
+--with-ldconfig=/usr/bin/ldconfig
+  make
+  make -C contrib
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C contrib install
+
+  # install Arch specific stuff
+  install -dm755 $pkgdir/etc
+  install -m644 $srcdir/pacman.conf.$CARCH $pkgdir/etc/pacman.conf
+  
+  case $CARCH in
+i686)
+  mycarch=i686
+  mychost=i686-pc-linux-gnu
+  myflags=-march=i686
+  ;;
+x86_64)
+  mycarch=x86_64
+  mychost=x86_64-unknown-linux-gnu
+  myflags=-march=x86-64
+  ;;
+  esac
+  install -m644 $srcdir/makepkg.conf $pkgdir/etc/
+  # set things correctly in the default conf file
+  sed -i $pkgdir/etc/makepkg.conf \
+-e s|@CARCH[@]|$mycarch|g \
+-e s|@CHOST[@]|$mychost|g \
+-e s|@CARCHFLAGS[@]|$myflags|g
+
+  # put bash_completion in the right location
+  install -dm755 ${pkgdir}/usr/share/bash-completion/completions
+  mv ${pkgdir}/etc/bash_completion.d/pacman \
+${pkgdir}/usr/share/bash-completion/completions
+  rmdir ${pkgdir}/etc/bash_completion.d
+
+  for f in makepkg pacman-key; do
+ln -s pacman $pkgdir/usr/share/bash-completion/completions/$f
+  done
+}

Copied: pacman/repos/testing-i686/makepkg.conf (from rev 184462, 
pacman/trunk/makepkg.conf)
===
--- testing-i686/makepkg.conf   (rev 0)
+++ testing-i686/makepkg.conf   2013-05-07