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

2013-11-12 Thread Maxime Gauduin
Date: Tuesday, November 12, 2013 @ 11:09:48
  Author: alucryd
Revision: 100855

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

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

+
 /PKGBUILD  |   74 +++
 /geary.install |   34 +
 community-i686/PKGBUILD|   37 ---
 community-i686/geary.install   |   17 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/geary.install |   17 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 10:09:34 UTC (rev 100854)
+++ community-i686/PKGBUILD 2013-11-12 10:09:48 UTC (rev 100855)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A lightweight email client for the GNOME desktop
-arch=('i686' 'x86_64')
-url=http://www.yorba.org/projects/geary/;
-license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 
'libgee' 'libnotify' 'libunique3' 'webkitgtk3')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install=${pkgname}.install
-source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb6418fe48ee2d25350999e6fc8fd23de15da5670569f4c2478f9435fe2a2ae1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 100854, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 10:09:48 UTC (rev 100855)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor : sebikul sebi...@gmail.com
+# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A lightweight email client for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.yorba.org/projects/geary/;
+license=('GPL3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+install=${pkgname}.install
+source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary.install
===
--- community-i686/geary.install2013-11-12 10:09:34 UTC (rev 100854)
+++ community-i686/geary.install2013-11-12 10:09:48 UTC (rev 100855)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary.install (from rev 100854, 
geary/trunk/geary.install)
===
--- community-i686/geary.install(rev 0)
+++ community-i686/geary.install2013-11-12 10:09:48 UTC (rev 100855)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  post_install
+}
+

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

2013-11-12 Thread Maxime Gauduin
Date: Tuesday, November 12, 2013 @ 11:09:34
  Author: alucryd
Revision: 100854

upgpkg: geary 0.4.1-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 01:40:23 UTC (rev 100853)
+++ PKGBUILD2013-11-12 10:09:34 UTC (rev 100854)
@@ -4,17 +4,17 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A lightweight email client for the GNOME desktop
 arch=('i686' 'x86_64')
 url=http://www.yorba.org/projects/geary/;
 license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'hicolor-icon-theme' 'libcanberra' 
'libgee' 'libnotify' 'libunique3' 'webkitgtk3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb6418fe48ee2d25350999e6fc8fd23de15da5670569f4c2478f9435fe2a2ae1')
+sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
   make
 }
 



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

2013-11-12 Thread Sergej Pupykin
Date: Tuesday, November 12, 2013 @ 11:21:15
  Author: spupykin
Revision: 100856

upgpkg: zathura 0.2.5-2

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 10:09:48 UTC (rev 100855)
+++ PKGBUILD2013-11-12 10:21:15 UTC (rev 100856)
@@ -5,17 +5,17 @@
 
 pkgname=zathura
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=a document viewer
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/zathura/;
 license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
 optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
+   bash-completion)
 md5sums=('a16bd5a892423f14b2f08e0312c42d21'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
@@ -22,12 +22,12 @@
 build() {
   cd $srcdir/zathura-$pkgver
   sed -i 's/rst2man/2/' config.mk
-  make ZATHURA_GTK_VERSION=2
+  make
 }
 
 package() {
   cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  make install DESTDIR=$pkgdir
   install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
   install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
 }



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

2013-11-12 Thread Sergej Pupykin
Date: Tuesday, November 12, 2013 @ 11:21:35
  Author: spupykin
Revision: 100857

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

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

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

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

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

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2013-11-12 10:21:15 UTC (rev 100856)
+++ community-i686/bash-completion  2013-11-12 10:21:35 UTC (rev 100857)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS=$EXTENTIONS|ps|eps|epsi|epsf
-;;
-  djvu.so)
-EXTENTIONS=$EXTENTIONS|djvu|djv
-;;
-  epub.so)
-

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

2013-11-12 Thread Felix Yan
Date: Tuesday, November 12, 2013 @ 11:27:24
  Author: fyan
Revision: 100859

upgpkg: libsodium 0.4.5-2 upstream repackaged tarball

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 10:24:30 UTC (rev 100858)
+++ PKGBUILD2013-11-12 10:27:24 UTC (rev 100859)
@@ -5,7 +5,7 @@
 
 pkgname=libsodium
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
 url=https://github.com/jedisct1/libsodium;
@@ -34,4 +34,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('8c446b62c0400ed972f11c399a03f334cead80fc48513c4b5eba6f569725e28cf98d71cd6d46da5602fc553719a18e74598008c311fe02b2f05b61c7bc72525b')
+sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5ef5ab5c7b32')



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

2013-11-12 Thread Felix Yan
Date: Tuesday, November 12, 2013 @ 11:28:49
  Author: fyan
Revision: 100860

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 10:27:24 UTC (rev 100859)
+++ community-i686/PKGBUILD 2013-11-12 10:28:49 UTC (rev 100860)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('8c446b62c0400ed972f11c399a03f334cead80fc48513c4b5eba6f569725e28cf98d71cd6d46da5602fc553719a18e74598008c311fe02b2f05b61c7bc72525b')

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 100859, 
libsodium/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 10:28:49 UTC (rev 100860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.4.5
+pkgrel=2
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('6105bb91982e040420312f042bb71547f0208ed9b2928b1740a68134b82dd4566f18c0761b8959a85d13b6770edbd977d989bc74eabc9bfa5ef5ab5c7b32')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 10:27:24 UTC (rev 100859)
+++ community-x86_64/PKGBUILD   2013-11-12 10:28:49 UTC (rev 100860)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.4.5
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('8c446b62c0400ed972f11c399a03f334cead80fc48513c4b5eba6f569725e28cf98d71cd6d46da5602fc553719a18e74598008c311fe02b2f05b61c7bc72525b')

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 100859, 
libsodium/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 10:28:49 UTC (rev 100860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.4.5

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

2013-11-12 Thread Maxime Gauduin
Date: Tuesday, November 12, 2013 @ 12:03:21
  Author: alucryd
Revision: 100861

upgpkg: lightdm 1:1.8.5-1

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 10:28:49 UTC (rev 100860)
+++ PKGBUILD2013-11-12 11:03:21 UTC (rev 100861)
@@ -4,7 +4,7 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 epoch=1
 pkgdesc=A lightweight display manager
@@ -20,7 +20,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'Xsession')
-sha256sums=('92242d397628256c237dc5d66ac08a85207f4a6ddcc2e5c485ccb4b0b253cc56'
+sha256sums=('c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'



[arch-commits] Commit in lightdm/repos (2 files)

2013-11-12 Thread Maxime Gauduin
Date: Tuesday, November 12, 2013 @ 12:06:48
  Author: alucryd
Revision: 100862

communitypkg failed again, fixing svn

Modified:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |4 ++--
 community-x86_64/PKGBUILD |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 11:03:21 UTC (rev 100861)
+++ community-i686/PKGBUILD 2013-11-12 11:06:48 UTC (rev 100862)
@@ -4,7 +4,7 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 epoch=1
 pkgdesc=A lightweight display manager
@@ -20,7 +20,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'Xsession')
-sha256sums=('92242d397628256c237dc5d66ac08a85207f4a6ddcc2e5c485ccb4b0b253cc56'
+sha256sums=('c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 11:03:21 UTC (rev 100861)
+++ community-x86_64/PKGBUILD   2013-11-12 11:06:48 UTC (rev 100862)
@@ -4,7 +4,7 @@
 
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 epoch=1
 pkgdesc=A lightweight display manager
@@ -20,7 +20,7 @@
 'lightdm.rules'
 'lightdm-default-config.patch'
 'Xsession')
-sha256sums=('92242d397628256c237dc5d66ac08a85207f4a6ddcc2e5c485ccb4b0b253cc56'
+sha256sums=('c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 13:10:30
  Author: heftig
Revision: 199415

3.10.2

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 09:40:52 UTC (rev 199414)
+++ PKGBUILD2013-11-12 12:10:30 UTC (rev 199415)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=orca
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Screen reader for individuals who are blind or visually impaired
 arch=(any)
@@ -16,7 +16,7 @@
 makedepends=(itstool intltool gnome-doc-utils)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91eab644557ab0daad58eb3e60f09663321174adc8b8b84a98fe71fc9fd703e3')
+sha256sums=('e30ad5044a68101bc724635693058df75f4ec1b495a9d6cb7954608f1f99bfff')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-user-docs/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 13:31:57
  Author: heftig
Revision: 199416

3.10.2

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 12:10:30 UTC (rev 199415)
+++ PKGBUILD2013-11-12 12:31:57 UTC (rev 199416)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-user-docs
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=User documentation for GNOME
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64dcc301f715fc339c316b8771a48910df7dce1134887c5cc45a48d8056cc468')
+sha256sums=('a733828428e827fa40f2a240b13447917b2d71f1dce03365ef0344c52476b4d7')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in orca/repos/extra-any (4 files)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 13:33:31
  Author: heftig
Revision: 199417

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 199416, orca/trunk/PKGBUILD)
  orca/repos/extra-any/orca.install
(from rev 199416, orca/trunk/orca.install)
Deleted:
  orca/repos/extra-any/PKGBUILD
  orca/repos/extra-any/orca.install

--+
 PKGBUILD |   60 -
 orca.install |   22 ++--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 12:31:57 UTC (rev 199416)
+++ PKGBUILD2013-11-12 12:33:31 UTC (rev 199417)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=orca
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Screen reader for individuals who are blind or visually impaired
-arch=(any)
-license=('LGPL')
-url=http://www.gnome.org/projects/orca;
-install=orca.install
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
-makedepends=(itstool intltool gnome-doc-utils)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91eab644557ab0daad58eb3e60f09663321174adc8b8b84a98fe71fc9fd703e3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: orca/repos/extra-any/PKGBUILD (from rev 199416, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 12:33:31 UTC (rev 199417)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=orca
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=Screen reader for individuals who are blind or visually impaired
+arch=(any)
+license=('LGPL')
+url=http://www.gnome.org/projects/orca;
+install=orca.install
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
+makedepends=(itstool intltool gnome-doc-utils)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e30ad5044a68101bc724635693058df75f4ec1b495a9d6cb7954608f1f99bfff')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: orca.install
===
--- orca.install2013-11-12 12:31:57 UTC (rev 199416)
+++ orca.install2013-11-12 12:33:31 UTC (rev 199417)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: orca/repos/extra-any/orca.install (from rev 199416, 
orca/trunk/orca.install)
===
--- orca.install(rev 0)
+++ orca.install2013-11-12 12:33:31 UTC (rev 199417)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in gnome-user-docs/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 13:36:00
  Author: heftig
Revision: 199418

archrelease: copy trunk to extra-any

Added:
  gnome-user-docs/repos/extra-any/PKGBUILD
(from rev 199417, gnome-user-docs/trunk/PKGBUILD)
Deleted:
  gnome-user-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 12:33:31 UTC (rev 199417)
+++ PKGBUILD2013-11-12 12:36:00 UTC (rev 199418)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-user-docs
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=User documentation for GNOME
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('64dcc301f715fc339c316b8771a48910df7dce1134887c5cc45a48d8056cc468')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-user-docs/repos/extra-any/PKGBUILD (from rev 199417, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 12:36:00 UTC (rev 199418)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-user-docs
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=User documentation for GNOME
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a733828428e827fa40f2a240b13447917b2d71f1dce03365ef0344c52476b4d7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gnome-user-share/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 14:51:05
  Author: heftig
Revision: 199419

3.10.1

Modified:
  gnome-user-share/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 12:36:00 UTC (rev 199418)
+++ PKGBUILD2013-11-12 13:51:05 UTC (rev 199419)
@@ -2,7 +2,7 @@
 # Maintainer: Roman Kyrylych ro...@archlinux.org
 
 pkgname=gnome-user-share
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc=Easy to use user-level file sharing for GNOME.
 arch=('i686' 'x86_64')
@@ -9,12 +9,12 @@
 url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
 license=('GPL')
 depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
-makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 
'dbus-glib')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
 options=('!emptydirs')
 groups=('gnome')
 install=gnome-user-share.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2dbeacab637eede5429521d7796abe40c3e9d3d842b9e5aa45453c54db08f500')
+sha256sums=('d76f9537180db1708f164bf7bfd4b37aee4610c46e7c3aa17fd0e56cf8b51458')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in gnome-user-share/repos (8 files)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 14:51:39
  Author: heftig
Revision: 199420

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

Added:
  gnome-user-share/repos/extra-i686/PKGBUILD
(from rev 199419, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-i686/gnome-user-share.install
(from rev 199419, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/extra-x86_64/PKGBUILD
(from rev 199419, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-x86_64/gnome-user-share.install
(from rev 199419, gnome-user-share/trunk/gnome-user-share.install)
Deleted:
  gnome-user-share/repos/extra-i686/PKGBUILD
  gnome-user-share/repos/extra-i686/gnome-user-share.install
  gnome-user-share/repos/extra-x86_64/PKGBUILD
  gnome-user-share/repos/extra-x86_64/gnome-user-share.install

---+
 /PKGBUILD |   60 
 /gnome-user-share.install |   24 
 extra-i686/PKGBUILD   |   30 
 extra-i686/gnome-user-share.install   |   12 --
 extra-x86_64/PKGBUILD |   30 
 extra-x86_64/gnome-user-share.install |   12 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 13:51:05 UTC (rev 199419)
+++ extra-i686/PKGBUILD 2013-11-12 13:51:39 UTC (rev 199420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-
-pkgname=gnome-user-share
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=Easy to use user-level file sharing for GNOME.
-arch=('i686' 'x86_64')
-url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
-license=('GPL')
-depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
-makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl' 
'dbus-glib')
-options=('!emptydirs')
-groups=('gnome')
-install=gnome-user-share.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2dbeacab637eede5429521d7796abe40c3e9d3d842b9e5aa45453c54db08f500')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-user-share \
-  --localstatedir=/var --enable-bluetooth
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-user-share/repos/extra-i686/PKGBUILD (from rev 199419, 
gnome-user-share/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 13:51:39 UTC (rev 199420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-user-share
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=Easy to use user-level file sharing for GNOME.
+arch=('i686' 'x86_64')
+url=http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/;
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 
'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'libnautilus-extension' 'itstool' 'docbook-xsl')
+options=('!emptydirs')
+groups=('gnome')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d76f9537180db1708f164bf7bfd4b37aee4610c46e7c3aa17fd0e56cf8b51458')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/gnome-user-share \
+  --localstatedir=/var --enable-bluetooth
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnome-user-share.install
===
--- extra-i686/gnome-user-share.install 2013-11-12 13:51:05 UTC (rev 199419)
+++ extra-i686/gnome-user-share.install 2013-11-12 13:51:39 UTC (rev 199420)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-user-share/repos/extra-i686/gnome-user-share.install (from rev 
199419, gnome-user-share/trunk/gnome-user-share.install)
===
--- extra-i686/gnome-user-share.install (rev 0)
+++ extra-i686/gnome-user-share.install 2013-11-12 13:51:39 UTC (rev 199420)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2013-11-12 Thread Alexander Rødseth
Date: Tuesday, November 12, 2013 @ 16:33:06
  Author: arodseth
Revision: 100863

upgpkg: wordpress 3.7.1-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 11:06:48 UTC (rev 100862)
+++ PKGBUILD2013-11-12 15:33:06 UTC (rev 100863)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=3.7
+pkgver=3.7.1
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -19,7 +19,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('94b8b7a7241ec0817defa1c35f738d777f01ac17a4e45ee325c0f1778504fd94')
+sha256sums=('6f6bae8759bf3e115cd85de4204b062aeaac63ceb030fc26a9c561474aa64dd4')
 
 package() {
   install -d $pkgdir/usr/share/webapps



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

2013-11-12 Thread Alexander Rødseth
Date: Tuesday, November 12, 2013 @ 16:33:15
  Author: arodseth
Revision: 100864

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 15:33:06 UTC (rev 100863)
+++ PKGBUILD2013-11-12 15:33:15 UTC (rev 100864)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=3.7
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('94b8b7a7241ec0817defa1c35f738d777f01ac17a4e45ee325c0f1778504fd94')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 100863, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 15:33:15 UTC (rev 100864)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=3.7.1
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6f6bae8759bf3e115cd85de4204b062aeaac63ceb030fc26a9c561474aa64dd4')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2013-11-12 15:33:06 UTC (rev 100863)
+++ wordpress.install   2013-11-12 15:33:15 UTC (rev 100864)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 100863, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2013-11-12 15:33:15 UTC (rev 100864)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-12 Thread Sergej Pupykin
Date: Tuesday, November 12, 2013 @ 16:53:53
  Author: spupykin
Revision: 100866

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 15:53:35 UTC (rev 100865)
+++ community-i686/PKGBUILD 2013-11-12 15:53:53 UTC (rev 100866)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tino Reichardt milky-archli...@mcmilk.de
-
-pkgname=dietlibc
-pkgver=0.33
-pkgrel=2
-pkgdesc=a libc optimized for small size
-arch=('i686' 'x86_64')
-url=http://www.fefe.de/dietlibc/;
-license=(GPL)
-#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
-source=(http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2;)
-md5sums=('9d541b9a6623b04ec12e5248b82db7c0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: dietlibc/repos/community-i686/PKGBUILD (from rev 100865, 
dietlibc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 15:53:53 UTC (rev 100866)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tino Reichardt milky-archli...@mcmilk.de
+
+pkgname=dietlibc
+pkgver=0.33
+pkgrel=3
+pkgdesc=a libc optimized for small size
+arch=('i686' 'x86_64')
+url=http://www.fefe.de/dietlibc/;
+license=(GPL)
+options=('staticlibs')
+#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
+source=(http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2;)
+md5sums=('9d541b9a6623b04ec12e5248b82db7c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 15:53:35 UTC (rev 100865)
+++ community-x86_64/PKGBUILD   2013-11-12 15:53:53 UTC (rev 100866)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tino Reichardt milky-archli...@mcmilk.de
-
-pkgname=dietlibc
-pkgver=0.33
-pkgrel=2
-pkgdesc=a libc optimized for small size
-arch=('i686' 'x86_64')
-url=http://www.fefe.de/dietlibc/;
-license=(GPL)
-#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
-source=(http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2;)
-md5sums=('9d541b9a6623b04ec12e5248b82db7c0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: dietlibc/repos/community-x86_64/PKGBUILD (from rev 100865, 
dietlibc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 15:53:53 UTC (rev 100866)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tino Reichardt milky-archli...@mcmilk.de
+
+pkgname=dietlibc
+pkgver=0.33
+pkgrel=3
+pkgdesc=a libc optimized for small size
+arch=('i686' 'x86_64')
+url=http://www.fefe.de/dietlibc/;
+license=(GPL)
+options=('staticlibs')
+#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
+source=(http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2;)
+md5sums=('9d541b9a6623b04ec12e5248b82db7c0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-12 Thread Sergej Pupykin
Date: Tuesday, November 12, 2013 @ 16:53:35
  Author: spupykin
Revision: 100865

upgpkg: dietlibc 0.33-3

upd

Modified:
  dietlibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 15:33:15 UTC (rev 100864)
+++ PKGBUILD2013-11-12 15:53:35 UTC (rev 100865)
@@ -4,11 +4,12 @@
 
 pkgname=dietlibc
 pkgver=0.33
-pkgrel=2
+pkgrel=3
 pkgdesc=a libc optimized for small size
 arch=('i686' 'x86_64')
 url=http://www.fefe.de/dietlibc/;
 license=(GPL)
+options=('staticlibs')
 
#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
 source=(http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2;)
 md5sums=('9d541b9a6623b04ec12e5248b82db7c0')



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 17:16:39
  Author: heftig
Revision: 199421

2.38.2

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 13:51:39 UTC (rev 199420)
+++ PKGBUILD2013-11-12 16:16:39 UTC (rev 199421)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.38.1
+pkgver=2.38.2
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
@@ -11,7 +11,7 @@
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159'
+sha256sums=('056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 17:19:13
  Author: heftig
Revision: 199422

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 199421, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 199421, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 199421, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 199421, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 200 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 199421, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-12 16:19:13 UTC (rev 199422)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.38.2
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 199421, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2013-11-12 16:19:13 UTC 
(rev 199422)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path '%s'.  Paths starting with 
++'/apps/', '/desktop/' or '/system/' are deprecated.\n, id, 
path);
++
+   state-schema_state = schema_state_new (path, gettext_domain,
+  

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

2013-11-12 Thread Andreas Radke
Date: Tuesday, November 12, 2013 @ 17:23:48
  Author: andyrtr
Revision: 199423

upgpkg: pixman 0.32.2-1

upstream update 0.32.2

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 16:19:13 UTC (rev 199422)
+++ PKGBUILD2013-11-12 16:23:48 UTC (rev 199423)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.32.0
+pkgver=0.32.2
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('custom')
 depends=('glibc')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3045799b05eeb6fbf18e99e4212d4f0ccf152a19')
+sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-12 Thread Andreas Radke
Date: Tuesday, November 12, 2013 @ 17:24:13
  Author: andyrtr
Revision: 199424

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-11-12 16:23:48 UTC (rev 199423)
+++ testing-i686/PKGBUILD   2013-11-12 16:24:13 UTC (rev 199424)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3045799b05eeb6fbf18e99e4212d4f0ccf152a19')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/testing-i686/PKGBUILD (from rev 199423, 
pixman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-12 16:24:13 UTC (rev 199424)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.2
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-11-12 16:23:48 UTC (rev 199423)
+++ testing-x86_64/PKGBUILD 2013-11-12 16:24:13 UTC (rev 199424)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('3045799b05eeb6fbf18e99e4212d4f0ccf152a19')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/testing-x86_64/PKGBUILD (from rev 199423, 
pixman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-12 16:24:13 UTC (rev 199424)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.32.2
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f1490e3fbe3012ea1ca1b45d0a4af23fdaba70e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+

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

2013-11-12 Thread Andreas Radke
Date: Tuesday, November 12, 2013 @ 17:29:50
  Author: andyrtr
Revision: 199425

upgpkg: lftp 4.4.11-1

upstream update 4.4.11

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 16:24:13 UTC (rev 199424)
+++ PKGBUILD2013-11-12 16:29:50 UTC (rev 199425)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.4.10
+pkgver=4.4.11
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('1b8d77f1a5a9cfe4e48e45636b775101'
+md5sums=('8a77bd831050edf90f5a032d85415532'
  'SKIP')
 
 build() {



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

2013-11-12 Thread Andreas Radke
Date: Tuesday, November 12, 2013 @ 17:30:14
  Author: andyrtr
Revision: 199426

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 16:29:50 UTC (rev 199425)
+++ extra-i686/PKGBUILD 2013-11-12 16:30:14 UTC (rev 199426)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.10
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('1b8d77f1a5a9cfe4e48e45636b775101'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 199425, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 16:30:14 UTC (rev 199426)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.11
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('8a77bd831050edf90f5a032d85415532'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-12 16:29:50 UTC (rev 199425)
+++ extra-x86_64/PKGBUILD   2013-11-12 16:30:14 UTC (rev 199426)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.10
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('1b8d77f1a5a9cfe4e48e45636b775101'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 199425, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-12 16:30:14 UTC (rev 199426)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.4.11
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline=6.2' gnutls expat=2.0.1-4 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('8a77bd831050edf90f5a032d85415532'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+

[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 17:52:35
  Author: heftig
Revision: 199427

3.10.2

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 16:30:14 UTC (rev 199426)
+++ PKGBUILD2013-11-12 16:52:35 UTC (rev 199427)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.10.2
+pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
 url=http://www.gnome.org;
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d925841a4c1c7a46a0837fc7e219891a46431e089847fa248e3f691c23ff7d9b')
+sha256sums=('0b2418c1845337b6574a12d2075d319d8aaa5bbc4b0d1d123108c5da00e11b97')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-online-accounts/repos (8 files)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 17:54:14
  Author: heftig
Revision: 199428

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 199427, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 199427, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 199427, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 199427, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 16:52:35 UTC (rev 199427)
+++ extra-i686/PKGBUILD 2013-11-12 16:54:14 UTC (rev 199428)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-online-accounts
-pkgver=3.10.1
-pkgrel=2
-pkgdesc=GNOME service to access online accounts
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL')
-depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
- 'telepathy-glib' 'krb5' 'gcr')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d925841a4c1c7a46a0837fc7e219891a46431e089847fa248e3f691c23ff7d9b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-exchange --enable-facebook --enable-flickr \
---enable-google --enable-imap-smtp --enable-kerberos \
---enable-owncloud --enable-telepathy --enable-windows-live
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 199427, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 16:54:14 UTC (rev 199428)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret'
+ 'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b2418c1845337b6574a12d2075d319d8aaa5bbc4b0d1d123108c5da00e11b97')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2013-11-12 16:52:35 UTC (rev 
199427)
+++ extra-i686/gnome-online-accounts.install2013-11-12 16:54:14 UTC (rev 
199428)
@@ -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: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 199427, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2013-11-12 16:54:14 UTC (rev 
199428)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 17:57:27
  Author: heftig
Revision: 199429

0.9.20131104

Modified:
  libquvi-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 16:54:14 UTC (rev 199428)
+++ PKGBUILD2013-11-12 16:57:27 UTC (rev 199429)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi-scripts
-pkgver=0.9.20131012
+pkgver=0.9.20131104
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('AGPL3')
 depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('bd11a7946212b3e42f11c69afacc371a'
+md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3'
  'SKIP')
 
 build() {



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:00:16
  Author: heftig
Revision: 199430

use lua52

Modified:
  libquvi-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 16:57:27 UTC (rev 199429)
+++ PKGBUILD2013-11-12 17:00:16 UTC (rev 199430)
@@ -8,7 +8,7 @@
 arch=('any')
 url='http://quvi.sourceforge.net/'
 license=('AGPL3')
-depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
+depends=('lua-socket' 'lua-bitop' 'lua-expat')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3'
  'SKIP')



[arch-commits] Commit in php/trunk (PKGBUILD php-fpm.conf.in.patch php.ini.patch)

2013-11-12 Thread Pierre Schmitz
Date: Tuesday, November 12, 2013 @ 18:00:57
  Author: pierre
Revision: 199431

upgpkg: php 5.5.6-1

Modified:
  php/trunk/PKGBUILD
  php/trunk/php-fpm.conf.in.patch
  php/trunk/php.ini.patch

---+
 PKGBUILD  |8 
 php-fpm.conf.in.patch |6 +++---
 php.ini.patch |   12 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 17:00:16 UTC (rev 199430)
+++ PKGBUILD2013-11-12 17:00:57 UTC (rev 199431)
@@ -21,7 +21,7 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.5.5
+pkgver=5.5.6
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -33,10 +33,10 @@
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('a4788118fdb0c4d8cef08be72025e983'
- 'f9ee638591aaf1526767db7976d95847'
+md5sums=('77ad90035931aacb95d11318b09c12ca'
+ '799cd5f91f5253f4b47ec4fd7fccf4f1'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
- '880afea327bb00c47082d22c507e6bfc'
+ '9f8263996836e27f5be1483e86ac2e33'
  'e036c721e5ad927cd1613c7475a58b3a'
  'cc2940f5312ba42e7aa1ddfab74b84c4'
  'c60343df74f8e1afb13b084d5c0e47ed')

Modified: php-fpm.conf.in.patch
===
--- php-fpm.conf.in.patch   2013-11-12 17:00:16 UTC (rev 199430)
+++ php-fpm.conf.in.patch   2013-11-12 17:00:57 UTC (rev 199431)
@@ -1,5 +1,5 @@
 sapi/fpm/php-fpm.conf.in   2013-06-19 22:03:18.0 +0200
-+++ sapi/fpm/php-fpm.conf.in   2013-06-20 17:03:03.728835784 +0200
+--- sapi/fpm/php-fpm.conf.in   2013-11-12 15:17:27.0 +0100
 sapi/fpm/php-fpm.conf.in   2013-11-12 17:27:21.283279538 +0100
 @@ -12,7 +12,7 @@
  ; Relative path can also be used. They will be prefixed by:
  ;  - the global prefix if it's been set (-p argument)
@@ -27,7 +27,7 @@
 +listen = /run/php-fpm/php-fpm.sock
  
  ; Set listen(2) backlog.
- ; Default Value: 128 (-1 on FreeBSD and OpenBSD)
+ ; Default Value: 65535 (-1 on FreeBSD and OpenBSD)
 @@ -167,9 +168,9 @@
  ; BSD-derived systems allow connections regardless of permissions. 
  ; Default Values: user and group are set as the running user

Modified: php.ini.patch
===
--- php.ini.patch   2013-11-12 17:00:16 UTC (rev 199430)
+++ php.ini.patch   2013-11-12 17:00:57 UTC (rev 199431)
@@ -1,6 +1,6 @@
 php.ini-production 2013-08-15 22:42:04.0 +0200
-+++ php.ini-production 2013-08-16 08:03:36.178726858 +0200
-@@ -305,7 +305,7 @@
+--- php.ini-production 2013-11-12 15:17:27.0 +0100
 php.ini-production 2013-11-12 17:28:12.715321014 +0100
+@@ -306,7 +306,7 @@
  ; or per-virtualhost web server configuration file. This directive is
  ; *NOT* affected by whether Safe Mode is turned On or Off.
  ; http://php.net/open-basedir
@@ -9,7 +9,7 @@
  
  ; This directive allows you to disable certain functions for security reasons.
  ; It receives a comma-delimited list of function names. This directive is
-@@ -702,7 +702,7 @@
+@@ -703,7 +703,7 @@
  ;
  
  ; UNIX: /path1:/path2
@@ -18,7 +18,7 @@
  ;
  ; Windows: \path1;\path2
  ;include_path = .;c:\php\includes
-@@ -725,7 +725,7 @@
+@@ -726,7 +726,7 @@
  
  ; Directory in which the loadable extensions (modules) reside.
  ; http://php.net/extension-dir
@@ -27,7 +27,7 @@
  ; On windows:
  ; extension_dir = ext
  
-@@ -863,50 +863,48 @@
+@@ -864,50 +864,48 @@
  ; If you only provide the name of the extension, PHP will look for it in its
  ; default extension directory.
  ;



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:01:34
  Author: heftig
Revision: 199433

0.9.4

Modified:
  libquvi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 17:01:18 UTC (rev 199432)
+++ PKGBUILD2013-11-12 17:01:34 UTC (rev 199433)
@@ -2,16 +2,16 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('i686' 'x86_64')
 url='http://quvi.sourceforge.net/'
 license=('AGPL3')
-depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
+depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2')
 conflicts=('quvi0.9.0')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('12a62c4fcde9b6109193191b7bd3d685'
+md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
  'SKIP')
 
 build() {



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

2013-11-12 Thread Pierre Schmitz
Date: Tuesday, November 12, 2013 @ 18:01:18
  Author: pierre
Revision: 199432

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 199431, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 199431, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 199431, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 199431, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 199431, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 199431, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 199431, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 199431, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 199431, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 199431, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 199431, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 199431, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 199431, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 199431, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 199431, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 199431, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  351 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  122 +++
 testing-x86_64/PKGBUILD  |  351 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  122 +++
 16 files changed, 1138 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 199431, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-12 17:01:18 UTC (rev 199432)
@@ -0,0 +1,351 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.5.6
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('77ad90035931aacb95d11318b09c12ca'
+ '799cd5f91f5253f4b47ec4fd7fccf4f1'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '9f8263996836e27f5be1483e86ac2e33'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   local 

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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:02:09
  Author: heftig
Revision: 199434

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 17:01:34 UTC (rev 199433)
+++ extra-i686/PKGBUILD 2013-11-12 17:02:09 UTC (rev 199434)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libquvi
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
-conflicts=('quvi0.9.0')
-source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('12a62c4fcde9b6109193191b7bd3d685'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libquvi/repos/extra-i686/PKGBUILD (from rev 199433, 
libquvi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 17:02:09 UTC (rev 199434)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi0.9.0')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-12 17:01:34 UTC (rev 199433)
+++ extra-x86_64/PKGBUILD   2013-11-12 17:02:09 UTC (rev 199434)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libquvi
-pkgver=0.9.3
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
-conflicts=('quvi0.9.0')
-source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('12a62c4fcde9b6109193191b7bd3d685'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libquvi/repos/extra-x86_64/PKGBUILD (from rev 199433, 
libquvi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-12 17:02:09 UTC (rev 199434)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi0.9.0')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libquvi-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:02:34
  Author: heftig
Revision: 199435

archrelease: copy trunk to extra-any

Added:
  libquvi-scripts/repos/extra-any/PKGBUILD
(from rev 199434, libquvi-scripts/trunk/PKGBUILD)
Deleted:
  libquvi-scripts/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 17:02:09 UTC (rev 199434)
+++ PKGBUILD2013-11-12 17:02:34 UTC (rev 199435)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-
-pkgname=libquvi-scripts
-pkgver=0.9.20131012
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
-source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('bd11a7946212b3e42f11c69afacc371a'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-nsfw --with-geoblocked
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libquvi-scripts/repos/extra-any/PKGBUILD (from rev 199434, 
libquvi-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 17:02:34 UTC (rev 199435)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi-scripts
+pkgver=0.9.20131104
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('lua-socket' 'lua-bitop' 'lua-expat')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('0ddb9e392b46cee0e7a4af260bc1a1a3'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-nsfw --with-geoblocked
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:03:37
  Author: heftig
Revision: 100868

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 17:03:01 UTC (rev 100867)
+++ community-i686/PKGBUILD 2013-11-12 17:03:37 UTC (rev 100868)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=3
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi' 'libxml2' 'json-glib')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-i686/PKGBUILD (from rev 100867, 
quvi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 17:03:37 UTC (rev 100868)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('baa1d7b25e9fd173e952e27d4aa4b933'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 17:03:01 UTC (rev 100867)
+++ community-x86_64/PKGBUILD   2013-11-12 17:03:37 UTC (rev 100868)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-
-pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=3
-pkgdesc='Command-line tool for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-depends=('libquvi' 'libxml2' 'json-glib')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: quvi/repos/community-x86_64/PKGBUILD (from rev 100867, 
quvi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 17:03:37 UTC (rev 100868)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+
+pkgname=quvi
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='Command-line tool for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi' 'libxml2' 'json-glib')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('baa1d7b25e9fd173e952e27d4aa4b933'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 18:03:01
  Author: heftig
Revision: 100867

0.9.5

Modified:
  quvi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 15:53:53 UTC (rev 100866)
+++ PKGBUILD2013-11-12 17:03:01 UTC (rev 100867)
@@ -3,8 +3,8 @@
 # Contributor: joyfulg...@archlinux.us
 
 pkgname=quvi
-pkgver=0.9.3.1
-pkgrel=3
+pkgver=0.9.5
+pkgrel=1
 pkgdesc='Command-line tool for parsing video download links.'
 arch=('i686' 'x86_64')
 url='http://quvi.sourceforge.net/'
@@ -11,7 +11,7 @@
 license=('AGPL3')
 depends=('libquvi' 'libxml2' 'json-glib')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('24b3173f8662a6bb33d9a8a58662764f'
+md5sums=('baa1d7b25e9fd173e952e27d4aa4b933'
  'SKIP')
 
 build() {



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

2013-11-12 Thread Михаил Страшун
Date: Tuesday, November 12, 2013 @ 18:18:55
  Author: dicebot
Revision: 100869

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 17:03:37 UTC (rev 100868)
+++ PKGBUILD2013-11-12 17:18:55 UTC (rev 100869)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.064.2
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url=http://www.dlang.org;
-source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
-   depends=(dmd)
-   options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc=The Phobos standard library for D programming language (32-bit)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 100868, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 17:18:55 UTC (rev 100869)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.064.2
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



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

2013-11-12 Thread Михаил Страшун
Date: Tuesday, November 12, 2013 @ 19:05:57
  Author: dicebot
Revision: 100870

upgpkg: lib32-liblphobos-devel 20130604-2

Make [multilib] lphobos conform [community] counterpart

Modified:
  lib32-libphobos-ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 17:18:55 UTC (rev 100869)
+++ PKGBUILD2013-11-12 18:05:57 UTC (rev 100870)
@@ -1,39 +1,42 @@
 # $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=lib32-libphobos-ldc
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=lib32-liblphobos-devel
+groups=('dlang' 'dlang-ldc')
+provides=(d-runtime d-stdlib)
 pkgver=20130604
-pkgrel=1
-pkgdesc=libphobos for ldc (32-bit)
+pkgrel=2
+pkgdesc=D standard library (libphobos) for LDC compiler (32-bit)
 arch=('x86_64')
-url=http://www.dsource.org/projects/ldc;
+url=https://github.com/ldc-developers/ldc;
 license=('BSD')
-depends=('llvm' 'libconfig')
-makedepends=('git' 'cmake')
+depends=('ldc')
+makedepends=('git' 'llvm' 'libconfig' 'cmake')
 source=(git://github.com/ldc-developers/ldc.git)
 md5sums=(SKIP)
+options=(staticlibs)
 
 build() {
-  cd $srcdir/ldc
-  git submodule update --init --recursive
+cd $srcdir/ldc
 
-  mkdir build  cd build
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
-  -DMULTILIB=ON \
-  ..
-  make
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DMULTILIB=ON \
+..
+make
 }
 
 package() {
-  cd $srcdir/ldc
+   cd $srcdir/ldc
 
-  cd build
-  make DESTDIR=$pkgdir install
-  cd ..
+# We don't want anything but the 32-bit libs
+install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
+install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
 
-  # We don't want anything but the 32-bit libs
-  rm -rf $pkgdir/usr/{share,lib,include,bin} $pkgdir/etc
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
 
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}



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

2013-11-12 Thread Михаил Страшун
Date: Tuesday, November 12, 2013 @ 19:06:09
  Author: dicebot
Revision: 100871

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos-ldc/repos/multilib-x86_64/PKGBUILD
(from rev 100870, lib32-libphobos-ldc/trunk/PKGBUILD)
Deleted:
  lib32-libphobos-ldc/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 18:05:57 UTC (rev 100870)
+++ PKGBUILD2013-11-12 18:06:09 UTC (rev 100871)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=lib32-libphobos-ldc
-pkgver=20130604
-pkgrel=1
-pkgdesc=libphobos for ldc (32-bit)
-arch=('x86_64')
-url=http://www.dsource.org/projects/ldc;
-license=('BSD')
-depends=('llvm' 'libconfig')
-makedepends=('git' 'cmake')
-source=(git://github.com/ldc-developers/ldc.git)
-md5sums=(SKIP)
-
-build() {
-  cd $srcdir/ldc
-  git submodule update --init --recursive
-
-  mkdir build  cd build
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DINCLUDE_INSTALL_DIR=/usr/include/d/std-ldc \
-  -DMULTILIB=ON \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/ldc
-
-  cd build
-  make DESTDIR=$pkgdir install
-  cd ..
-
-  # We don't want anything but the 32-bit libs
-  rm -rf $pkgdir/usr/{share,lib,include,bin} $pkgdir/etc
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: lib32-libphobos-ldc/repos/multilib-x86_64/PKGBUILD (from rev 100870, 
lib32-libphobos-ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 18:06:09 UTC (rev 100871)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=lib32-liblphobos-devel
+groups=('dlang' 'dlang-ldc')
+provides=(d-runtime d-stdlib)
+pkgver=20130604
+pkgrel=2
+pkgdesc=D standard library (libphobos) for LDC compiler (32-bit)
+arch=('x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('ldc')
+makedepends=('git' 'llvm' 'libconfig' 'cmake')
+source=(git://github.com/ldc-developers/ldc.git)
+md5sums=(SKIP)
+options=(staticlibs)
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DMULTILIB=ON \
+..
+make
+}
+
+package() {
+   cd $srcdir/ldc
+
+# We don't want anything but the 32-bit libs
+install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
+install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
+
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



[arch-commits] Commit in (lib32-liblphobos-devel lib32-libphobos-ldc)

2013-11-12 Thread Михаил Страшун
Date: Tuesday, November 12, 2013 @ 19:09:02
  Author: dicebot
Revision: 100872

Rename libphobos-ldc to liblphobos-devel

Added:
  lib32-liblphobos-devel/
Deleted:
  lib32-libphobos-ldc/



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 19:13:50
  Author: bpiotrowski
Revision: 100873

upgpkg: mpv 0.2.3-2

- rebuild against libquvi 0.9.4

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:09:02 UTC (rev 100872)
+++ PKGBUILD2013-11-12 18:13:50 UTC (rev 100873)
@@ -4,7 +4,7 @@
 
 pkgname=mpv
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 19:14:01
  Author: bpiotrowski
Revision: 100874

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

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

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

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

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

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-11-12 18:13:50 UTC (rev 100873)
+++ community-i686/mpv.install  2013-11-12 18:14:01 UTC (rev 100874)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 19:15:05
  Author: heftig
Revision: 199436

libquvi rebuild

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 17:02:34 UTC (rev 199435)
+++ PKGBUILD2013-11-12 18:15:05 UTC (rev 199436)
@@ -4,7 +4,7 @@
 
 pkgname=totem-plparser
 pkgver=3.10.0
-pkgrel=2
+pkgrel=3
 url=http://www.gnome.org;
 pkgdesc=Totem playlist parser library
 license=('LGPL')



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 19:17:17
  Author: bpiotrowski
Revision: 100876

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 18:17:07 UTC (rev 100875)
+++ community-i686/PKGBUILD 2013-11-12 18:17:17 UTC (rev 100876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-i686/PKGBUILD (from rev 100875, 
cclive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 18:17:17 UTC (rev 100876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b21f2ed68242901dc0439132a4ea6629')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 18:17:07 UTC (rev 100875)
+++ community-x86_64/PKGBUILD   2013-11-12 18:17:17 UTC (rev 100876)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('AGPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('b21f2ed68242901dc0439132a4ea6629')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cclive/repos/community-x86_64/PKGBUILD (from rev 100875, 
cclive/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 18:17:17 UTC (rev 100876)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('AGPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi' 'glibmm')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b21f2ed68242901dc0439132a4ea6629')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr boost_cv_rpath_link_ldflag=-L/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 19:17:07
  Author: bpiotrowski
Revision: 100875

upgpkg: cclive 0.9.2-2

- rebuild against libquvi 0.9.4

Modified:
  cclive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:14:01 UTC (rev 100874)
+++ PKGBUILD2013-11-12 18:17:07 UTC (rev 100875)
@@ -5,7 +5,7 @@
 
 pkgname=cclive
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Commandline downloader for popular video websites.'
 arch=('i686' 'x86_64')
 url='http://cclive.sourceforge.net/'



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 19:17:30
  Author: heftig
Revision: 199437

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

Added:
  totem-plparser/repos/extra-i686/PKGBUILD
(from rev 199436, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/extra-x86_64/PKGBUILD
(from rev 199436, totem-plparser/trunk/PKGBUILD)
Deleted:
  totem-plparser/repos/extra-i686/PKGBUILD
  totem-plparser/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 18:15:05 UTC (rev 199436)
+++ extra-i686/PKGBUILD 2013-11-12 18:17:30 UTC (rev 199437)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=2
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/extra-i686/PKGBUILD (from rev 199436, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 18:17:30 UTC (rev 199437)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.0
+pkgrel=3
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-12 18:15:05 UTC (rev 199436)
+++ extra-x86_64/PKGBUILD   2013-11-12 18:17:30 UTC (rev 199437)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=2
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi')
-optdepends=('libquvi: video site handling (Youtube etc.)')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/extra-x86_64/PKGBUILD (from rev 199436, 
totem-plparser/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-12 18:17:30 UTC (rev 199437)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.0
+pkgrel=3
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')

[arch-commits] Commit in lib32-liblphobos-devel/repos/multilib-x86_64 (2 files)

2013-11-12 Thread Михаил Страшун
Date: Tuesday, November 12, 2013 @ 19:26:37
  Author: dicebot
Revision: 100877

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD
(from rev 100876, lib32-liblphobos-devel/trunk/PKGBUILD)
Deleted:
  lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 18:17:17 UTC (rev 100876)
+++ PKGBUILD2013-11-12 18:26:37 UTC (rev 100877)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=lib32-liblphobos-devel
-groups=('dlang' 'dlang-ldc')
-provides=(d-runtime d-stdlib)
-pkgver=20130604
-pkgrel=2
-pkgdesc=D standard library (libphobos) for LDC compiler (32-bit)
-arch=('x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('ldc')
-makedepends=('git' 'llvm' 'libconfig' 'cmake')
-source=(git://github.com/ldc-developers/ldc.git)
-md5sums=(SKIP)
-options=(staticlibs)
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DMULTILIB=ON \
-..
-make
-}
-
-package() {
-   cd $srcdir/ldc
-
-# We don't want anything but the 32-bit libs
-install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
-install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
-
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: lib32-liblphobos-devel/repos/multilib-x86_64/PKGBUILD (from rev 100876, 
lib32-liblphobos-devel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 18:26:37 UTC (rev 100877)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=lib32-liblphobos-devel
+groups=('dlang' 'dlang-ldc')
+provides=(d-runtime d-stdlib)
+pkgver=20130604
+pkgrel=2
+pkgdesc=D standard library (libphobos) for LDC compiler (32-bit)
+arch=('x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('ldc')
+makedepends=('git' 'llvm' 'libconfig' 'cmake')
+source=(git://github.com/ldc-developers/ldc.git)
+md5sums=(SKIP)
+options=(staticlibs)
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DMULTILIB=ON \
+..
+make
+}
+
+package() {
+   cd $srcdir/ldc
+
+# We don't want anything but the 32-bit libs
+install -D -m644 build/lib32/libphobos-ldc.a $pkgdir/usr/lib32/liblphobos.a
+install -D -m644 build/lib32/libphobos-ldc-debug.a 
$pkgdir/usr/lib32/liblphobos-debug.a
+
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 19:33:15
  Author: heftig
Revision: 199438

3.10.2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:17:30 UTC (rev 199437)
+++ PKGBUILD2013-11-12 18:33:15 UTC (rev 199438)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ab5da862d4474c12d0e8062e577ad70c7e1c790a44a3931cd78bf84ebd5ec6')
+sha256sums=('5ccc98609ca666420719383cc7d9b44335bbc0aacf048e38036d1f946ce54763')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 19:34:54
  Author: heftig
Revision: 199439

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

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

--+
 /PKGBUILD|   66 +
 /eog.install |   26 +
 extra-i686/PKGBUILD  |   33 --
 extra-i686/eog.install   |   13 
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/eog.install |   13 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 18:33:15 UTC (rev 199438)
+++ extra-i686/PKGBUILD 2013-11-12 18:34:54 UTC (rev 199439)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Eye of Gnome: An image viewing and cataloging program
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
-makedepends=(gtk-doc intltool itstool)
-install=eog.install
-groups=(gnome)
-options=('!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('16ab5da862d4474c12d0e8062e577ad70c7e1c790a44a3931cd78bf84ebd5ec6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove it from Xfce menu that ships its own thingy
-  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
-}

Copied: eog/repos/extra-i686/PKGBUILD (from rev 199438, eog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 18:34:54 UTC (rev 199439)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 desktop-file-utils exempi libpeas librsvg 
gnome-icon-theme dconf)
+makedepends=(gtk-doc intltool itstool)
+install=eog.install
+groups=(gnome)
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5ccc98609ca666420719383cc7d9b44335bbc0aacf048e38036d1f946ce54763')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Deleted: extra-i686/eog.install
===
--- extra-i686/eog.install  2013-11-12 18:33:15 UTC (rev 199438)
+++ extra-i686/eog.install  2013-11-12 18:34:54 UTC (rev 199439)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: eog/repos/extra-i686/eog.install (from rev 199438, 
eog/trunk/eog.install)
===
--- extra-i686/eog.install  (rev 0)
+++ extra-i686/eog.install  2013-11-12 18:34:54 UTC (rev 199439)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-12 18:33:15 UTC (rev 199438)
+++ extra-x86_64/PKGBUILD   2013-11-12 18:34:54 UTC (rev 199439)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=eog
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Eye of Gnome: An 

[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 20:37:39
  Author: heftig
Revision: 199440

3.10.2

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:34:54 UTC (rev 199439)
+++ PKGBUILD2013-11-12 19:37:39 UTC (rev 199440)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 url=http://www.gnome.org;
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a97b202ad22d68cc17100f0770b9a72c08c95b67f03299cbe5d6dcda0d909b31')
+sha256sums=('808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-settings-daemon/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 20:40:13
  Author: heftig
Revision: 199441

support smartcards

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 19:37:39 UTC (rev 199440)
+++ PKGBUILD2013-11-12 19:40:13 UTC (rev 199441)
@@ -8,7 +8,8 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2')
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
 makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
 options=('!emptydirs')
 install=gnome-settings-daemon.install



[arch-commits] Commit in gnome-settings-daemon/repos (8 files)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 20:41:16
  Author: heftig
Revision: 199442

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

Added:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 199441, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 199441, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 199441, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 199441, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  |   72 +++
 /gnome-settings-daemon.install |   24 +
 extra-i686/PKGBUILD|   35 -
 extra-i686/gnome-settings-daemon.install   |   12 
 extra-x86_64/PKGBUILD  |   35 -
 extra-x86_64/gnome-settings-daemon.install |   12 
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 19:40:13 UTC (rev 199441)
+++ extra-i686/PKGBUILD 2013-11-12 19:41:16 UTC (rev 199442)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-settings-daemon
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=The GNOME Settings daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
- 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2')
-makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
-options=('!emptydirs')
-install=gnome-settings-daemon.install
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a97b202ad22d68cc17100f0770b9a72c08c95b67f03299cbe5d6dcda0d909b31')
-
-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=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-settings-daemon/repos/extra-i686/PKGBUILD (from rev 199441, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 19:41:16 UTC (rev 199442)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'ibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264')
+
+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=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-settings-daemon.install
===
--- extra-i686/gnome-settings-daemon.install2013-11-12 19:40:13 UTC (rev 
199441)
+++ extra-i686/gnome-settings-daemon.install2013-11-12 19:41:16 UTC (rev 
199442)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install 
(from rev 199441, 

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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 21:23:28
  Author: heftig
Revision: 199443

3.10.2

Modified:
  gnome-control-center/trunk/PKGBUILD
Deleted:
  gnome-control-center/trunk/buildfix.patch

+
 PKGBUILD   |   11 ---
 buildfix.patch |   15 ---
 2 files changed, 4 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 19:41:16 UTC (rev 199442)
+++ PKGBUILD2013-11-12 20:23:28 UTC (rev 199443)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=The Control Center for GNOME
 license=(GPL)
@@ -22,15 +22,12 @@
 url=http://www.gnome.org;
 install=gnome-control-center.install
 options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-buildfix.patch)
-sha256sums=('fbfc1a935c33901c6afc999160696e0cde60ccb9997679cc8d0a2ff952568cbe'
-'f58644e8735d3eb1e911ba2373e6c91cfde67b1ceaf54dca179b3a1c8db7466d')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f67a9e88cda62c25e1aa1fbbb36d4fa632e8da11e98ac030e0e40437f12483a9')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../buildfix.patch
-  autoreconf -fi
+  #autoreconf -fi
 }
 
 build() {

Deleted: buildfix.patch
===
--- buildfix.patch  2013-11-12 19:41:16 UTC (rev 199442)
+++ buildfix.patch  2013-11-12 20:23:28 UTC (rev 199443)
@@ -1,15 +0,0 @@
-diff -u -r gnome-control-center-3.10.1/panels/background/Makefile.am 
gnome-control-center-3.10.1-buildfix/panels/background/Makefile.am
 gnome-control-center-3.10.1/panels/background/Makefile.am  2013-10-11 
13:19:22.0 +0200
-+++ gnome-control-center-3.10.1-buildfix/panels/background/Makefile.am 
2013-10-16 00:59:02.966707377 +0200
-@@ -52,11 +52,6 @@
- libbackground_la_LIBADD += $(SOCIALWEB_LIBS)
- endif
- 
--noinst_PROGRAMS = test-chooser-dialog
--test_chooser_dialog_SOURCES = test-chooser-dialog.c
--test_chooser_dialog_LDADD = libbackground-chooser.la
--test_chooser_dialog_LDFLAGS = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
--
- resource_files = $(shell glib-compile-resources --sourcedir=$(srcdir) 
--generate-dependencies $(srcdir)/background.gresource.xml)
- cc-background-resources.c: background.gresource.xml $(resource_files)
-   $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) 
--generate-source --c-name cc_background $



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

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 21:25:31
  Author: heftig
Revision: 199445

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

Added:
  gnome-control-center/repos/extra-i686/PKGBUILD
(from rev 199444, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-i686/gnome-control-center.install
(from rev 199444, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 199444, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install
(from rev 199444, gnome-control-center/trunk/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/extra-i686/PKGBUILD
  gnome-control-center/repos/extra-i686/buildfix.patch
  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/buildfix.patch
  gnome-control-center/repos/extra-x86_64/gnome-control-center.install

---+
 /PKGBUILD |  106 
 /gnome-control-center.install |   22 +
 extra-i686/PKGBUILD   |   56 --
 extra-i686/buildfix.patch |   15 ---
 extra-i686/gnome-control-center.install   |   11 --
 extra-x86_64/PKGBUILD |   56 --
 extra-x86_64/buildfix.patch   |   15 ---
 extra-x86_64/gnome-control-center.install |   11 --
 8 files changed, 128 insertions(+), 164 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-12 20:25:09 UTC (rev 199444)
+++ extra-i686/PKGBUILD 2013-11-12 20:25:31 UTC (rev 199445)
@@ -1,56 +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.10.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 libgnomekbd)
-makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common)
-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=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-buildfix.patch)
-sha256sums=('fbfc1a935c33901c6afc999160696e0cde60ccb9997679cc8d0a2ff952568cbe'
-'f58644e8735d3eb1e911ba2373e6c91cfde67b1ceaf54dca179b3a1c8db7466d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../buildfix.patch
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --disable-silent-rules
-
-  #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 199444, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-12 20:25:31 UTC (rev 199445)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.10.2
+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 libgnomekbd)
+makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: 

[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 21:25:09
  Author: heftig
Revision: 199444

3.10.1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 20:23:28 UTC (rev 199443)
+++ PKGBUILD2013-11-12 20:25:09 UTC (rev 199444)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-tweak-tool
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
 pkgdesc=A tool to customize advanced GNOME 3 options.
 arch=(any)
 url=https://live.gnome.org/GnomeTweakTool;
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 install=gnome-tweak-tool.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6764b1cc609d347acc73a5aad431ff7e0edca5f3fbe409bab8ae12fff929c921')
+sha256sums=('fb5af9022c0521a925ef9f295e4080212b1b45427cd5f5f3a901667590afa7ec')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-tweak-tool/repos/extra-any (4 files)

2013-11-12 Thread Jan Steffens
Date: Tuesday, November 12, 2013 @ 21:25:42
  Author: heftig
Revision: 199446

archrelease: copy trunk to extra-any

Added:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
(from rev 199445, gnome-tweak-tool/trunk/PKGBUILD)
  gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install
(from rev 199445, gnome-tweak-tool/trunk/gnome-tweak-tool.install)
Deleted:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
  gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install

--+
 PKGBUILD |   62 ++---
 gnome-tweak-tool.install |   22 +++
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 20:25:31 UTC (rev 199445)
+++ PKGBUILD2013-11-12 20:25:42 UTC (rev 199446)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-tweak-tool
-pkgver=3.10.0
-pkgrel=2
-pkgdesc=A tool to customize advanced GNOME 3 options.
-arch=(any)
-url=https://live.gnome.org/GnomeTweakTool;
-license=('GPL')
-depends=('gnome-settings-daemon' 'python2-gobject' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=gnome-tweak-tool.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6764b1cc609d347acc73a5aad431ff7e0edca5f3fbe409bab8ae12fff929c921')
-
-build() {
-  cd $pkgname-$pkgver
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gnome-tweak-tool
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 199445, 
gnome-tweak-tool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 20:25:42 UTC (rev 199446)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-tweak-tool
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=A tool to customize advanced GNOME 3 options.
+arch=(any)
+url=https://live.gnome.org/GnomeTweakTool;
+license=('GPL')
+depends=('gnome-settings-daemon' 'python2-gobject' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=gnome-tweak-tool.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb5af9022c0521a925ef9f295e4080212b1b45427cd5f5f3a901667590afa7ec')
+
+build() {
+  cd $pkgname-$pkgver
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gnome-tweak-tool
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-tweak-tool.install
===
--- gnome-tweak-tool.install2013-11-12 20:25:31 UTC (rev 199445)
+++ gnome-tweak-tool.install2013-11-12 20:25:42 UTC (rev 199446)
@@ -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: gnome-tweak-tool/repos/extra-any/gnome-tweak-tool.install (from rev 
199445, gnome-tweak-tool/trunk/gnome-tweak-tool.install)
===
--- gnome-tweak-tool.install(rev 0)
+++ gnome-tweak-tool.install2013-11-12 20:25:42 UTC (rev 199446)
@@ -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 libreoffice/trunk (PKGBUILD.42)

2013-11-12 Thread Andreas Radke
Date: Tuesday, November 12, 2013 @ 21:29:19
  Author: andyrtr
Revision: 199447

prepare next release; build fails

Modified:
  libreoffice/trunk/PKGBUILD.42

-+
 PKGBUILD.42 |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD.42
===
--- PKGBUILD.42 2013-11-12 20:25:42 UTC (rev 199446)
+++ PKGBUILD.42 2013-11-12 20:29:19 UTC (rev 199447)
@@ -36,7 +36,8 @@
  'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=52.1 
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.24.0' 
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
-'ttf-dejavu') # to satisfy regression tests
+'ttf-liberation' # to satisfy regression tests 
+'git')
 # there's only one single static library in libreoffice-sdk,
 # the next build that removes it may lead to trouble if people may use it
 # -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 
/usr/lib/libreoffice/sdk/lib/libsalcpprt.a
@@ -86,8 +87,7 @@
${_additional_source_url}/libfreehand-0.0.0.tar.bz2
${_additional_source_url}/libodfgen-0.0.3.tar.bz2
${_additional_source_url}/Firebird-2.5.2.26540-0.tar.bz2
-   #${_additional_source_url}/harfbuzz-0.9.19.tar.bz2
-   #${_additional_source_url}/libatomic_ops-7_2d.zip
+   ${_additional_source_url}/libatomic_ops-7_2d.zip
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2
@@ -126,9 +126,7 @@
libfreehand-0.0.0.tar.bz2
libodfgen-0.0.3.tar.bz2
Firebird-2.5.2.26540-0.tar.bz2
-   #harfbuzz-0.9.19.tar.bz2
-   libatomic_ops-7_2d.zip
-   )
+   libatomic_ops-7_2d.zip)
 md5sums=('78918f93b7fbbd0e9ecd8d8f6345f1c2'
  'a8c15ccdac1c4495df7ef066722c1550'
  '2520565708de34d6abb744a3e7af78c8'
@@ -168,6 +166,7 @@
  '496dd00028afcc19f896b01394769043'
  '9cafe7f50a3b2c5ebd2dc9c6c509d2b4'
  '21154d2004e025c8a325b0357bb5'
+ 'c0b86562d5aa40761a87134f83e6adcf'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 22:13:24
  Author: bpiotrowski
Revision: 100879

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   88 +++---
 catfish.install |   22 ++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 21:13:16 UTC (rev 100878)
+++ PKGBUILD2013-11-12 21:13:24 UTC (rev 100879)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=catfish
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('zeitgeist: Zeitgeist integration'
-'findutils: filename search'
-'locate:filename search'
-'tracker:   fulltext search'
-'strigi:fulltext search'
-'pinot: fulltext search')
-source=(https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('813666069e7b51d27722fcc6c5f36bf9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---python=python2
-
-  # Correct symlinks
-  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
-  make
-}
-
-package () {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/pixmaps
-  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg \
-$pkgdir/usr/share/pixmaps/$pkgname.svg
-
-  sed -i '1s/python/python2/' $pkgdir/usr/share/catfish/bin/catfish.py \
-$pkgdir/usr/share/catfish/catfish_lib/pexpect/FSM.py
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 100878, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 21:13:24 UTC (rev 100879)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=catfish
+pkgver=0.8.2
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install=$pkgname.install 
+depends=('gtk3' 'python2-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+'findutils: filename search'
+'locate:filename search'
+'tracker:   fulltext search'
+'strigi:fulltext search'
+'pinot: fulltext search')
+source=(https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('813666069e7b51d27722fcc6c5f36bf9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--python=python2
+
+  # Correct symlinks
+  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg \
+$pkgdir/usr/share/pixmaps/$pkgname.svg
+
+  sed -i '1s/python/python2/' $pkgdir/usr/share/catfish/bin/catfish.py \
+$pkgdir/usr/share/catfish/catfish_lib/pexpect/FSM.py
+}

Deleted: catfish.install
===
--- catfish.install 2013-11-12 21:13:16 UTC (rev 100878)
+++ catfish.install 2013-11-12 21:13:24 UTC (rev 100879)
@@ -1,11 +0,0 @@
-post_install() {
-   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 100878, 
catfish/trunk/catfish.install)
===
--- catfish.install (rev 0)
+++ catfish.install 2013-11-12 21:13:24 UTC (rev 100879)
@@ -0,0 +1,11 @@
+post_install() {
+   [ -f /usr/bin/xdg-icon-resource ]  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 22:13:16
  Author: bpiotrowski
Revision: 100878

upgpkg: catfish 0.8.2-2

- replace python-gobject with python2-gobject

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 18:26:37 UTC (rev 100877)
+++ PKGBUILD2013-11-12 21:13:16 UTC (rev 100878)
@@ -4,13 +4,13 @@
 
 pkgname=catfish
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install=$pkgname.install 
-depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'python2-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
 makedepends=('intltool')
 optdepends=('zeitgeist: Zeitgeist integration'
 'findutils: filename search'



[arch-commits] Commit in (5 files)

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:16:41
  Author: arcanis
Revision: 100880

Added python2-pmw package

Added:
  python2-pmw/
  python2-pmw/repos/
  python2-pmw/trunk/
  python2-pmw/trunk/LICENSE.txt
  python2-pmw/trunk/PKGBUILD

-+
 LICENSE.txt |   21 +
 PKGBUILD|   31 +++
 2 files changed, 52 insertions(+)

Added: python2-pmw/trunk/LICENSE.txt
===
--- python2-pmw/trunk/LICENSE.txt   (rev 0)
+++ python2-pmw/trunk/LICENSE.txt   2013-11-12 21:16:41 UTC (rev 100880)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Added: python2-pmw/trunk/PKGBUILD
===
--- python2-pmw/trunk/PKGBUILD  (rev 0)
+++ python2-pmw/trunk/PKGBUILD  2013-11-12 21:16:41 UTC (rev 100880)
@@ -0,0 +1,31 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Michael Krauss hippodriver at gmx dot net
+# Contributor: dsa
+
+pkgname=python2-pmw
+pkgver=1.3.3b
+pkgrel=1
+pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
+arch=('i686' 'x86_64')
+url=http://pmw.sourceforge.net/doc/index.html;
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+LICENSE.txt)
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+package() {
+  cd Pmw
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/ManualTests.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/demos/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/bin/bundlepmw.py
+  
+  install -D -m644 ${srcdir}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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


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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:17:55
  Author: arcanis
Revision: 100881

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

Added:
  python2-pmw/repos/community-staging-i686/
  python2-pmw/repos/community-staging-i686/LICENSE.txt
(from rev 100880, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-i686/PKGBUILD
(from rev 100880, python2-pmw/trunk/PKGBUILD)
  python2-pmw/repos/community-staging-x86_64/
  python2-pmw/repos/community-staging-x86_64/LICENSE.txt
(from rev 100880, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-x86_64/PKGBUILD
(from rev 100880, python2-pmw/trunk/PKGBUILD)

--+
 community-staging-i686/LICENSE.txt   |   21 +
 community-staging-i686/PKGBUILD  |   31 +++
 community-staging-x86_64/LICENSE.txt |   21 +
 community-staging-x86_64/PKGBUILD|   31 +++
 4 files changed, 104 insertions(+)

Copied: python2-pmw/repos/community-staging-i686/LICENSE.txt (from rev 100880, 
python2-pmw/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2013-11-12 21:17:55 UTC (rev 100881)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python2-pmw/repos/community-staging-i686/PKGBUILD (from rev 100880, 
python2-pmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-12 21:17:55 UTC (rev 100881)
@@ -0,0 +1,31 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Michael Krauss hippodriver at gmx dot net
+# Contributor: dsa
+
+pkgname=python2-pmw
+pkgver=1.3.3b
+pkgrel=1
+pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
+arch=('i686' 'x86_64')
+url=http://pmw.sourceforge.net/doc/index.html;
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+LICENSE.txt)
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+package() {
+  cd Pmw
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/ManualTests.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/demos/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/bin/bundlepmw.py
+  
+  install -D -m644 ${srcdir}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python2-pmw/repos/community-staging-x86_64/LICENSE.txt (from rev 
100880, python2-pmw/trunk/LICENSE.txt)
===
--- community-staging-x86_64/LICENSE.txt(rev 0)
+++ community-staging-x86_64/LICENSE.txt2013-11-12 21:17:55 UTC (rev 
100881)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including 

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

2013-11-12 Thread Alexander Rødseth
Date: Tuesday, November 12, 2013 @ 22:32:17
  Author: arodseth
Revision: 100882

upgpkg: dart 0.8.10-1, only kept the dart-sdk, see also 
https://bbs.archlinux.org/viewtopic.php?pid=1348981

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 21:17:55 UTC (rev 100881)
+++ PKGBUILD2013-11-12 21:32:17 UTC (rev 100882)
@@ -6,51 +6,42 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=0.8.7.0
-pkgrel=2
-pkgdesc='The dart programming language (includes SDK and editor)'
+pkgver=0.8.10
+pkgrel=1
+pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
 url='http://www.dartlang.org/'
-license=('BSD' 'EPL')
-depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
-makedepends=('gendesk' 'setconf')
-backup=(opt/$pkgname/DartEditor.ini)
+license=('BSD')
+optdepends=('java-runtime: for dartanalyzer')
+makedepends=('setconf')
 options=('!strip')
 
 if [[ $CARCH == x86_64 ]]; then
-  
source=(https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip;
-  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
-  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72'
-  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
+  
source=(http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;
+  
license.html::https://code.google.com/intl/no/google_bsd_license.html;)
+  
sha256sums=('721d51fa05a8a69b67913d7c46cec85d973778fbdfd40f63d70cd865ea6e4345'
+  
'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
 else
-  
source=(https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip;
-  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
-  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1'
-  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
+  
source=(http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;
+  
license.html::https://code.google.com/intl/no/google_bsd_license.html;)
+  
sha256sums=('09bd3df38a8f15b3b42f6297bb107ca142c2888b4bd3c3063bac47fbfd2b2e49'
+  
'de16a5ac94310b1bdfc27a2a6d620531172bb31af894caeced37af41fb8e2650')
 fi
 
 prepare() {
   # Fix permissions
-  find $pkgname -type d -exec chmod 0755 '{}' + \
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
 -or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname/DartEditor
-  chmod +x $pkgname/dart-sdk/bin/*
+  chmod +x $pkgname-sdk/bin/*
 
-  # Remove Dartium (takes 309,31 MB, available in the dartium-bin package on 
AUR)
-  rm -r $pkgname/chromium
-
-  # Prepare a desktop shortcut
-  gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
---exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
-
   # Fix paths
-  cd $pkgname/dart-sdk/bin
-  setconf dart2js BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname/dart-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname/dart-sdk/bin
-  setconf dartdoc BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname/dart-sdk
+  cd $pkgname-sdk/bin
+  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
+  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
+  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
+  setconf dartdoc BIN_DIR /opt/$pkgname-sdk/bin
+  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
+  setconf pub SDK_DIR /opt/$pkgname-sdk/
 
   # Fix missing fi and missing newline
   echo -e fi\n  pub
@@ -58,28 +49,24 @@
 
 package() {
   # Create directories
-  install -d $pkgdir{/opt/$pkgname,/usr/{bin,share/doc/$pkgname}}
+  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
 
   # Package the files
-  cp -a dart/* $pkgdir/opt/$pkgname/
+  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
 
   # Set up symbolic links for the executables
   for f in dart dart2js dartanalyzer dartdoc pub; do
-ln -s /opt/$pkgname/dart-sdk/bin/$f $pkgdir/usr/bin/$f
+ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
   done
-  ln -s /opt/$pkgname/DartEditor $pkgdir/usr/bin/darteditor
 
   # Package samples and documentation
   for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname/$f $pkgdir/usr/share/doc/$pkgname/
+echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
   done
 
-  # Set up a symbolic link for the configuration
-  echo ln -s /opt/$pkgname/DartEditor.ini $pkgdir/etc/darteditor.ini
-
-  # Package desktop shortcut and icon
-  

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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:40:22
  Author: arcanis
Revision: 100884

upgpkg: python2-pmw 1.3.3b-2

Modified:
  python2-pmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 21:32:32 UTC (rev 100883)
+++ PKGBUILD2013-11-12 21:40:22 UTC (rev 100884)
@@ -5,12 +5,15 @@
 
 pkgname=python2-pmw
 pkgver=1.3.3b
-pkgrel=1
+pkgrel=2
 pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
 arch=('i686' 'x86_64')
 url=http://pmw.sourceforge.net/doc/index.html;
 license=('MIT')
 depends=('python2' 'tk')
+conflicts=('python-pmw')
+provides=('python-pmw')
+replaces=('python-pmw')
 
source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
 LICENSE.txt)
 md5sums=('d8b998b921584db32a5eeeddc6bc606c'



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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:41:01
  Author: arcanis
Revision: 100885

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

Added:
  python2-pmw/repos/community-staging-i686/LICENSE.txt
(from rev 100884, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-i686/PKGBUILD
(from rev 100884, python2-pmw/trunk/PKGBUILD)
  python2-pmw/repos/community-staging-x86_64/LICENSE.txt
(from rev 100884, python2-pmw/trunk/LICENSE.txt)
  python2-pmw/repos/community-staging-x86_64/PKGBUILD
(from rev 100884, python2-pmw/trunk/PKGBUILD)
Deleted:
  python2-pmw/repos/community-staging-i686/LICENSE.txt
  python2-pmw/repos/community-staging-i686/PKGBUILD
  python2-pmw/repos/community-staging-x86_64/LICENSE.txt
  python2-pmw/repos/community-staging-x86_64/PKGBUILD

--+
 /LICENSE.txt |   42 
 /PKGBUILD|   68 +
 community-staging-i686/LICENSE.txt   |   21 --
 community-staging-i686/PKGBUILD  |   31 ---
 community-staging-x86_64/LICENSE.txt |   21 --
 community-staging-x86_64/PKGBUILD|   31 ---
 6 files changed, 110 insertions(+), 104 deletions(-)

Deleted: community-staging-i686/LICENSE.txt
===
--- community-staging-i686/LICENSE.txt  2013-11-12 21:40:22 UTC (rev 100884)
+++ community-staging-i686/LICENSE.txt  2013-11-12 21:41:01 UTC (rev 100885)
@@ -1,21 +0,0 @@
-Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
-Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
-Copyright (c) 2011-  See AUTHORS.txt
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python2-pmw/repos/community-staging-i686/LICENSE.txt (from rev 100884, 
python2-pmw/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2013-11-12 21:41:01 UTC (rev 100885)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-11-12 21:40:22 UTC (rev 100884)
+++ community-staging-i686/PKGBUILD 2013-11-12 21:41:01 UTC (rev 100885)
@@ -1,31 +0,0 @@
-# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Michael Krauss hippodriver at gmx dot net
-# Contributor: dsa
-
-pkgname=python2-pmw
-pkgver=1.3.3b
-pkgrel=1
-pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
-arch=('i686' 'x86_64')

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

2013-11-12 Thread Alexander Rødseth
Date: Tuesday, November 12, 2013 @ 22:32:32
  Author: arodseth
Revision: 100883

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

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

---+
 /PKGBUILD |  144 
 community-i686/PKGBUILD   |   85 -
 community-x86_64/PKGBUILD |   85 -
 3 files changed, 144 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 21:32:17 UTC (rev 100882)
+++ community-i686/PKGBUILD 2013-11-12 21:32:32 UTC (rev 100883)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=0.8.7.0
-pkgrel=2
-pkgdesc='The dart programming language (includes SDK and editor)'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD' 'EPL')
-depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
-makedepends=('gendesk' 'setconf')
-backup=(opt/$pkgname/DartEditor.ini)
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=(https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip;
-  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
-  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72'
-  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
-else
-  
source=(https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip;
-  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
-  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1'
-  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname/DartEditor
-  chmod +x $pkgname/dart-sdk/bin/*
-
-  # Remove Dartium (takes 309,31 MB, available in the dartium-bin package on 
AUR)
-  rm -r $pkgname/chromium
-
-  # Prepare a desktop shortcut
-  gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
---exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
-
-  # Fix paths
-  cd $pkgname/dart-sdk/bin
-  setconf dart2js BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname/dart-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname/dart-sdk/bin
-  setconf dartdoc BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname/dart-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname/dart-sdk
-
-  # Fix missing fi and missing newline
-  echo -e fi\n  pub
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname,/usr/{bin,share/doc/$pkgname}}
-
-  # Package the files
-  cp -a dart/* $pkgdir/opt/$pkgname/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer dartdoc pub; do
-ln -s /opt/$pkgname/dart-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-  ln -s /opt/$pkgname/DartEditor $pkgdir/usr/bin/darteditor
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # Set up a symbolic link for the configuration
-  echo ln -s /opt/$pkgname/DartEditor.ini $pkgdir/etc/darteditor.ini
-
-  # Package desktop shortcut and icon
-  install -Dm644 'darteditor.desktop' 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 'darteditor.png' $pkgdir/usr/share/pixmaps/darteditor.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 100882, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 21:32:32 UTC (rev 100883)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=0.8.10
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+optdepends=('java-runtime: for dartanalyzer')

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

2013-11-12 Thread Ray Rashif
Date: Tuesday, November 12, 2013 @ 22:42:45
  Author: schiv
Revision: 199448

upgpkg: opencv 2.4.7-1

upstream release

Modified:
  opencv/trunk/PKGBUILD
  opencv/trunk/fsh.patch
  opencv/trunk/pkgconfig.patch
Deleted:
  opencv/trunk/cldetect.patch

-+
 PKGBUILD|   25 
 cldetect.patch  |   23 ---
 fsh.patch   |  111 +++---
 pkgconfig.patch |   12 ++---
 4 files changed, 87 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 20:29:19 UTC (rev 199447)
+++ PKGBUILD2013-11-12 21:42:45 UTC (rev 199448)
@@ -4,9 +4,8 @@
 
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
-_realname=OpenCV
-pkgver=2.4.6.1
-pkgrel=3
+pkgver=2.4.7
+pkgrel=1
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -20,12 +19,10 @@
 'python2-numpy: Python 2.x interface')
 
source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.tar.gz;
 'pkgconfig.patch'
-'fsh.patch'
-'cldetect.patch')
-md5sums=('d756bfa460891697571d5c90050e1cfe'
- 'cb916260b5ec594fe7a0cc2e54fc569f'
- '35256e3ccace373feba8131d1540a0de'
- '0dd6572405adc2387ded4c95be0f189c')
+'fsh.patch')
+md5sums=('33a12a8bba6e6dc32c97298c99b083b2'
+ 'c7cea48ed7d4f729ebdb9673bac41bd3'
+ 'c597598d142dd34d0eb4af7d6e9779d8')
 
 _cmakeopts=('-D WITH_OPENCL=ON'
 '-D WITH_OPENGL=ON'
@@ -53,18 +50,14 @@
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # fix missing opencl module
-  # see https://bugs.archlinux.org/task/36076
-  # and http://code.opencv.org/issues/3140
-  patch -Np1 -i $srcdir/cldetect.patch
-
-  # fix pkg-config mess
+  # hack-fix pkg-config mess
   # see https://bugs.archlinux.org/task/32430
   # and http://code.opencv.org/issues/1925
   patch -Np1 -i $srcdir/pkgconfig.patch
 
-  # fix another upstream mess that they won't fix
+  # hack-fix folder naming inconsistency that they won't fix
   # see http://code.opencv.org/issues/2512
+  # and https://bugs.archlinux.org/task/32342
   patch -Np1 -i $srcdir/fsh.patch
 
   # no longer including docs, see https://bugs.archlinux.org/task/34185

Deleted: cldetect.patch
===
--- cldetect.patch  2013-11-12 20:29:19 UTC (rev 199447)
+++ cldetect.patch  2013-11-12 21:42:45 UTC (rev 199448)
@@ -1,23 +0,0 @@
-diff -ur opencv-2.4.6.orig/cmake/OpenCVDetectOpenCL.cmake 
opencv-2.4.6/cmake/OpenCVDetectOpenCL.cmake
 opencv-2.4.6.orig/cmake/OpenCVDetectOpenCL.cmake   2013-07-11 
18:57:27.363199736 +
-+++ opencv-2.4.6/cmake/OpenCVDetectOpenCL.cmake2013-07-11 
19:04:00.577069207 +
-@@ -17,8 +17,7 @@
-   NAMES OpenCL/cl.h CL/cl.h
-   HINTS ${OPENCL_ROOT_DIR}
-   PATH_SUFFIXES include include/nvidia-current
--  DOC OpenCL include directory
--  NO_DEFAULT_PATH)
-+  DOC OpenCL include directory)
- 
- if (X86_64)
-   set(OPENCL_POSSIBLE_LIB_SUFFIXES lib/Win64 lib/x86_64 lib/x64)
-@@ -30,8 +29,7 @@
-   NAMES OpenCL
-   HINTS ${OPENCL_ROOT_DIR}
-   PATH_SUFFIXES ${OPENCL_POSSIBLE_LIB_SUFFIXES}
--  DOC OpenCL library
--  NO_DEFAULT_PATH)
-+  DOC OpenCL library)
- 
- mark_as_advanced(OPENCL_INCLUDE_DIR OPENCL_LIBRARY)
- include(FindPackageHandleStandardArgs)

Modified: fsh.patch
===
--- fsh.patch   2013-11-12 20:29:19 UTC (rev 199447)
+++ fsh.patch   2013-11-12 21:42:45 UTC (rev 199448)
@@ -1,7 +1,7 @@
-diff -Nbaur OpenCV-2.4.3.orig/cmake/OpenCVGenPkgconfig.cmake 
OpenCV-2.4.3/cmake/OpenCVGenPkgconfig.cmake
 OpenCV-2.4.3.orig/cmake/OpenCVGenPkgconfig.cmake   2012-11-05 
18:42:32.460958392 +
-+++ OpenCV-2.4.3/cmake/OpenCVGenPkgconfig.cmake2012-11-05 
18:52:43.766689315 +
-@@ -47,7 +47,7 @@
+diff -baur opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake 
opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake
+--- opencv-2.4.7.orig/cmake/OpenCVGenPkgconfig.cmake   2013-11-12 
20:31:27.253763202 +
 opencv-2.4.7/cmake/OpenCVGenPkgconfig.cmake2013-11-12 
20:31:54.923577113 +
+@@ -46,7 +46,7 @@
  
#need better solution
if(libpath MATCHES 3rdparty)
@@ -10,10 +10,22 @@
else()
  set(installDir ${OPENCV_LIB_INSTALL_PATH})
endif()
-diff -Nbaur OpenCV-2.4.3.orig/CMakeLists.txt OpenCV-2.4.3/CMakeLists.txt
 OpenCV-2.4.3.orig/CMakeLists.txt   2012-11-05 18:42:32.700956757 +
-+++ OpenCV-2.4.3/CMakeLists.txt2012-11-05 18:55:42.358787848 +
-@@ -221,9 +221,9 @@
+diff -baur opencv-2.4.7.orig/cmake/OpenCVModule.cmake 
opencv-2.4.7/cmake/OpenCVModule.cmake
+--- opencv-2.4.7.orig/cmake/OpenCVModule.cmake 2013-11-12 20:31:27.253763202 
+
 

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

2013-11-12 Thread Ray Rashif
Date: Tuesday, November 12, 2013 @ 22:43:04
  Author: schiv
Revision: 199449

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

Added:
  opencv/repos/extra-i686/PKGBUILD
(from rev 199448, opencv/trunk/PKGBUILD)
  opencv/repos/extra-i686/fsh.patch
(from rev 199448, opencv/trunk/fsh.patch)
  opencv/repos/extra-i686/pkgconfig.patch
(from rev 199448, opencv/trunk/pkgconfig.patch)
  opencv/repos/extra-x86_64/PKGBUILD
(from rev 199448, opencv/trunk/PKGBUILD)
  opencv/repos/extra-x86_64/fsh.patch
(from rev 199448, opencv/trunk/fsh.patch)
  opencv/repos/extra-x86_64/pkgconfig.patch
(from rev 199448, opencv/trunk/pkgconfig.patch)
Deleted:
  opencv/repos/extra-i686/PKGBUILD
  opencv/repos/extra-i686/cldetect.patch
  opencv/repos/extra-i686/fsh.patch
  opencv/repos/extra-i686/pkgconfig.patch
  opencv/repos/extra-x86_64/PKGBUILD
  opencv/repos/extra-x86_64/cldetect.patch
  opencv/repos/extra-x86_64/fsh.patch
  opencv/repos/extra-x86_64/pkgconfig.patch

--+
 /PKGBUILD|  210 +++
 /fsh.patch   |  272 +
 /pkgconfig.patch |   70 ++
 extra-i686/PKGBUILD  |  112 
 extra-i686/cldetect.patch|   23 ---
 extra-i686/fsh.patch |  103 ---
 extra-i686/pkgconfig.patch   |   35 -
 extra-x86_64/PKGBUILD|  112 
 extra-x86_64/cldetect.patch  |   23 ---
 extra-x86_64/fsh.patch   |  103 ---
 extra-x86_64/pkgconfig.patch |   35 -
 11 files changed, 552 insertions(+), 546 deletions(-)

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


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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:55:45
  Author: arcanis
Revision: 100886

Added pymol 1.6.0.0

Added:
  pymol/
  pymol/repos/
  pymol/trunk/
  pymol/trunk/PKGBUILD

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

Added: pymol/trunk/PKGBUILD
===
--- pymol/trunk/PKGBUILD(rev 0)
+++ pymol/trunk/PKGBUILD2013-11-12 21:55:45 UTC (rev 100886)
@@ -0,0 +1,42 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: graysky
+# Contributor: Tomasz Żok tomasz dot zok at gmail dot com
+
+pkgname=pymol
+pkgver=1.6.0.0
+pkgrel=1
+pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
+arch=('i686' 'x86_64')
+url=http://pymol.org/;
+license=('custom')
+depends=('glut' 'glew' 'mesa' 'python2-pmw' 'tcl' 'tcsh' 'tk')
+source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
+md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+
+prepare() {
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' ${srcdir}/${pkgname}/setup.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py install --prefix=usr/ --root=${pkgdir}
+  
+  sed -i s|${pkgdir}||g pymol
+  install -D -m755 pymol ${pkgdir}/usr/bin/pymol
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/run
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/cyg
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pmg_tk/startup/apbs_tools.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/show
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 22:59:10
  Author: arcanis
Revision: 100887

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

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

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

Copied: pymol/repos/community-staging-i686/PKGBUILD (from rev 100886, 
pymol/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-12 21:59:10 UTC (rev 100887)
@@ -0,0 +1,42 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: graysky
+# Contributor: Tomasz Żok tomasz dot zok at gmail dot com
+
+pkgname=pymol
+pkgver=1.6.0.0
+pkgrel=1
+pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
+arch=('i686' 'x86_64')
+url=http://pymol.org/;
+license=('custom')
+depends=('glut' 'glew' 'mesa' 'python2-pmw' 'tcl' 'tcsh' 'tk')
+source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
+md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+
+prepare() {
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' ${srcdir}/${pkgname}/setup.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py install --prefix=usr/ --root=${pkgdir}
+  
+  sed -i s|${pkgdir}||g pymol
+  install -D -m755 pymol ${pkgdir}/usr/bin/pymol
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/run
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/cyg
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pmg_tk/startup/apbs_tools.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/show
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pymol/repos/community-staging-x86_64/PKGBUILD (from rev 100886, 
pymol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-12 21:59:10 UTC (rev 100887)
@@ -0,0 +1,42 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: graysky
+# Contributor: Tomasz Żok tomasz dot zok at gmail dot com
+
+pkgname=pymol
+pkgver=1.6.0.0
+pkgrel=1
+pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
+arch=('i686' 'x86_64')
+url=http://pymol.org/;
+license=('custom')
+depends=('glut' 'glew' 'mesa' 'python2-pmw' 'tcl' 'tcsh' 'tk')
+source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
+md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+
+prepare() {
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' ${srcdir}/${pkgname}/setup.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py install --prefix=usr/ --root=${pkgdir}
+  
+  sed -i s|${pkgdir}||g pymol
+  install -D -m755 pymol ${pkgdir}/usr/bin/pymol
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/run
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/cyg
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pmg_tk/startup/apbs_tools.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/show
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (python2-pmw)

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 23:21:57
  Author: arcanis
Revision: 100890

Remove pyhton2-pmw
(renamed to python-pmw)

Deleted:
  python2-pmw/



[arch-commits] Commit in (5 files)

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 23:22:52
  Author: arcanis
Revision: 100891

Added python-pmw 1.3.3b

Added:
  python-pmw/
  python-pmw/repos/
  python-pmw/trunk/
  python-pmw/trunk/LICENSE.txt
  python-pmw/trunk/PKGBUILD

-+
 LICENSE.txt |   21 +
 PKGBUILD|   31 +++
 2 files changed, 52 insertions(+)

Added: python-pmw/trunk/LICENSE.txt
===
--- python-pmw/trunk/LICENSE.txt(rev 0)
+++ python-pmw/trunk/LICENSE.txt2013-11-12 22:22:52 UTC (rev 100891)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Added: python-pmw/trunk/PKGBUILD
===
--- python-pmw/trunk/PKGBUILD   (rev 0)
+++ python-pmw/trunk/PKGBUILD   2013-11-12 22:22:52 UTC (rev 100891)
@@ -0,0 +1,31 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Michael Krauss hippodriver at gmx dot net
+# Contributor: dsa
+
+pkgname=python-pmw
+pkgver=1.3.3b
+pkgrel=2
+pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
+arch=('i686' 'x86_64')
+url=http://pmw.sourceforge.net/doc/index.html;
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+LICENSE.txt)
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+package() {
+  cd Pmw
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/ManualTests.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/demos/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/bin/bundlepmw.py
+  
+  install -D -m644 ${srcdir}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 23:26:42
  Author: arcanis
Revision: 100892

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

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

--+
 community-staging-i686/LICENSE.txt   |   21 +
 community-staging-i686/PKGBUILD  |   31 +++
 community-staging-x86_64/LICENSE.txt |   21 +
 community-staging-x86_64/PKGBUILD|   31 +++
 4 files changed, 104 insertions(+)

Copied: python-pmw/repos/community-staging-i686/LICENSE.txt (from rev 100891, 
python-pmw/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2013-11-12 22:26:42 UTC (rev 100892)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: python-pmw/repos/community-staging-i686/PKGBUILD (from rev 100891, 
python-pmw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-12 22:26:42 UTC (rev 100892)
@@ -0,0 +1,31 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Michael Krauss hippodriver at gmx dot net
+# Contributor: dsa
+
+pkgname=python-pmw
+pkgver=1.3.3b
+pkgrel=2
+pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
+arch=('i686' 'x86_64')
+url=http://pmw.sourceforge.net/doc/index.html;
+license=('MIT')
+depends=('python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
+LICENSE.txt)
+md5sums=('d8b998b921584db32a5eeeddc6bc606c'
+ '28b047a148c1780eddcf4bed6b150123')
+
+package() {
+  cd Pmw
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/ManualTests.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/demos/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/tests/All.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/Pmw/Pmw_1_3_3/bin/bundlepmw.py
+  
+  install -D -m644 ${srcdir}/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python-pmw/repos/community-staging-x86_64/LICENSE.txt (from rev 100891, 
python-pmw/trunk/LICENSE.txt)
===
--- community-staging-x86_64/LICENSE.txt(rev 0)
+++ community-staging-x86_64/LICENSE.txt2013-11-12 22:26:42 UTC (rev 
100892)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation 

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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 23:34:57
  Author: bpiotrowski
Revision: 100893

upgpkg: nodejs 0.10.22-1

- new upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 22:26:42 UTC (rev 100892)
+++ PKGBUILD2013-11-12 22:34:57 UTC (rev 100893)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.21
+pkgver=0.10.22
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('7c125bf22c1756064f2a68310d4822f77c8134ce178b2faa6155671a8124140d')
+sha256sums=('157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e')
 
 prepare() {
   cd node-v$pkgver



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

2013-11-12 Thread Bartłomiej Piotrowski
Date: Tuesday, November 12, 2013 @ 23:35:10
  Author: bpiotrowski
Revision: 100894

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 22:34:57 UTC (rev 100893)
+++ community-i686/PKGBUILD 2013-11-12 22:35:10 UTC (rev 100894)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.21
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('7c125bf22c1756064f2a68310d4822f77c8134ce178b2faa6155671a8124140d')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 100893, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 22:35:10 UTC (rev 100894)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.22
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/{*.html,assets} \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 22:34:57 UTC (rev 100893)
+++ community-x86_64/PKGBUILD   2013-11-12 22:35:10 UTC (rev 100894)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  

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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 23:39:12
  Author: arcanis
Revision: 100895

upgpkg: pymol 1.6.0.0-2

Modified:
  pymol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 22:35:10 UTC (rev 100894)
+++ PKGBUILD2013-11-12 22:39:12 UTC (rev 100895)
@@ -4,12 +4,12 @@
 
 pkgname=pymol
 pkgver=1.6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
 arch=('i686' 'x86_64')
 url=http://pymol.org/;
 license=('custom')
-depends=('glut' 'glew' 'mesa' 'python2-pmw' 'tcl' 'tcsh' 'tk')
+depends=('glut' 'glew' 'mesa' 'python-pmw' 'tcl' 'tcsh' 'tk')
 
source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
 md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
 



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

2013-11-12 Thread Evgeniy Alekseev
Date: Tuesday, November 12, 2013 @ 23:39:44
  Author: arcanis
Revision: 100896

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

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

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

Copied: pymol/repos/community-staging-i686/PKGBUILD (from rev 100895, 
pymol/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-12 22:39:44 UTC (rev 100896)
@@ -0,0 +1,42 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: graysky
+# Contributor: Tomasz Żok tomasz dot zok at gmail dot com
+
+pkgname=pymol
+pkgver=1.6.0.0
+pkgrel=2
+pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
+arch=('i686' 'x86_64')
+url=http://pymol.org/;
+license=('custom')
+depends=('glut' 'glew' 'mesa' 'python-pmw' 'tcl' 'tcsh' 'tk')
+source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
+md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+
+prepare() {
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' ${srcdir}/${pkgname}/setup.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py install --prefix=usr/ --root=${pkgdir}
+  
+  sed -i s|${pkgdir}||g pymol
+  install -D -m755 pymol ${pkgdir}/usr/bin/pymol
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/run
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/cyg
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pmg_tk/startup/apbs_tools.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/show
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pymol/repos/community-staging-x86_64/PKGBUILD (from rev 100895, 
pymol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-12 22:39:44 UTC (rev 100896)
@@ -0,0 +1,42 @@
+# Maintainer: Evgeniy Alekseev arcanis dot arch at gmail dot com
+# Contributor: graysky
+# Contributor: Tomasz Żok tomasz dot zok at gmail dot com
+
+pkgname=pymol
+pkgver=1.6.0.0
+pkgrel=2
+pkgdesc=A USER-SPONSORED molecular visualization system on an OPEN-SOURCE 
foundation
+arch=('i686' 'x86_64')
+url=http://pymol.org/;
+license=('custom')
+depends=('glut' 'glew' 'mesa' 'python-pmw' 'tcl' 'tcsh' 'tk')
+source=(http://downloads.sourceforge.net/project/pymol/pymol/1.6/pymol-v${pkgver}.tar.bz2;)
+md5sums=('6f5db5beea7497f5a414c8e0cf1ae53d')
+
+prepare() {
+  # suppress non-zero exit code that breaks makepkg
+  sed -i '/sys.exit/ s,2,0,' ${srcdir}/${pkgname}/setup.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  python2 setup.py install --prefix=usr/ --root=${pkgdir}
+  
+  sed -i s|${pkgdir}||g pymol
+  install -D -m755 pymol ${pkgdir}/usr/bin/pymol
+  
+  # change python to python2
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/run
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/cyg
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pmg_tk/startup/apbs_tools.py
+  sed -i s|python|python2|g 
${pkgdir}/usr/lib/python2.7/site-packages/pymol/pymol_path/test/show
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-12 Thread Eric Bélanger
Date: Tuesday, November 12, 2013 @ 23:47:59
  Author: eric
Revision: 199450

upgpkg: perl-io-socket-ssl 1.959-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 21:43:04 UTC (rev 199449)
+++ PKGBUILD2013-11-12 22:47:59 UTC (rev 199450)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-io-socket-ssl
-pkgver=1.955
+pkgver=1.959
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('a39dcff7b1c30e354049539ea778cee05a4cefdf')
+sha1sums=('ff5e8623e19190d3e6a269785407dd011d9d3acd')
 
 build() {
   cd IO-Socket-SSL-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Tuesday, November 12, 2013 @ 23:48:55
  Author: eric
Revision: 199451

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 199450, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 22:47:59 UTC (rev 199450)
+++ PKGBUILD2013-11-12 22:48:55 UTC (rev 199451)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-io-socket-ssl
-pkgver=1.955
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('a39dcff7b1c30e354049539ea778cee05a4cefdf')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 199450, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 22:48:55 UTC (rev 199451)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-io-socket-ssl
+pkgver=1.959
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('ff5e8623e19190d3e6a269785407dd011d9d3acd')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-archive-zip/trunk (PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:09:48
  Author: eric
Revision: 199452

upgpkg: perl-archive-zip 1.33-1

Upstream update, Update source url, Add check function, Clean up PKGBUILD

Modified:
  perl-archive-zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 22:48:55 UTC (rev 199451)
+++ PKGBUILD2013-11-12 23:09:48 UTC (rev 199452)
@@ -3,26 +3,30 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=perl-archive-zip
-_realname=Archive-Zip
-pkgver=1.30
-pkgrel=3
+pkgver=1.33
+pkgrel=1
 pkgdesc=Provide a perl interface to ZIP archive files
-arch=(any)
+arch=('any')
 license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
-md5sums=('40153666e7538b410e001aa8a810e702')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b732d154306efc85260c9b47cb567d10')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:10:31
  Author: eric
Revision: 199453

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 199452, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 23:09:48 UTC (rev 199452)
+++ PKGBUILD2013-11-12 23:10:31 UTC (rev 199453)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-_realname=Archive-Zip
-pkgver=1.30
-pkgrel=3
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
-md5sums=('40153666e7538b410e001aa8a810e702')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 199452, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 23:10:31 UTC (rev 199453)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.33
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b732d154306efc85260c9b47cb567d10')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-mime-lite/trunk (PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:21:30
  Author: eric
Revision: 199454

upgpkg: perl-mime-lite 3.030-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-mime-lite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 23:10:31 UTC (rev 199453)
+++ PKGBUILD2013-11-12 23:21:30 UTC (rev 199454)
@@ -3,32 +3,29 @@
 # Contributor: Eric Johnson e...@coding-zone.com
 
 pkgname=perl-mime-lite
-_realname=MIME-Lite
-pkgver=3.029
+pkgver=3.030
 pkgrel=1
 pkgdesc=Perl module that provides lightweight MIME generator
 arch=('any')
+url=http://search.cpan.org/dist/MIME-Lite/;
 license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
 depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz;)
-md5sums=('fa893aeb4a411248d6324944befecdfd')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${pkgver}.tar.gz;)
+md5sums=('5a6d90329e049eee77248d667343acc7')
 
 build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  cd MIME-Lite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd ${srcdir}/${_realname}-${pkgver}
+  cd MIME-Lite-${pkgver}
   make test
 }
 
 package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
+  cd MIME-Lite-${pkgver}
+  make DESTDIR=${pkgdir} install
 }
-# vim: ts=2 sw=2 et ft=sh



[arch-commits] Commit in perl-mime-lite/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:22:12
  Author: eric
Revision: 199455

archrelease: copy trunk to extra-any

Added:
  perl-mime-lite/repos/extra-any/PKGBUILD
(from rev 199454, perl-mime-lite/trunk/PKGBUILD)
Deleted:
  perl-mime-lite/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 23:21:30 UTC (rev 199454)
+++ PKGBUILD2013-11-12 23:22:12 UTC (rev 199455)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: kevin ke...@archlinux.org
-# Contributor: Eric Johnson e...@coding-zone.com
-
-pkgname=perl-mime-lite
-_realname=MIME-Lite
-pkgver=3.029
-pkgrel=1
-pkgdesc=Perl module that provides lightweight MIME generator
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_realname}-${pkgver}.tar.gz;)
-md5sums=('fa893aeb4a411248d6324944befecdfd')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-mime-lite/repos/extra-any/PKGBUILD (from rev 199454, 
perl-mime-lite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 23:22:12 UTC (rev 199455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-mime-lite
+pkgver=3.030
+pkgrel=1
+pkgdesc=Perl module that provides lightweight MIME generator
+arch=('any')
+url=http://search.cpan.org/dist/MIME-Lite/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-email-date-format' 'perl-mailtools' 'perl-mime-types' 'perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/MIME-Lite-${pkgver}.tar.gz;)
+md5sums=('5a6d90329e049eee77248d667343acc7')
+
+build() {
+  cd MIME-Lite-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Lite-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Lite-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:29:57
  Author: eric
Revision: 199456

upgpkg: perl-module-build 0.4200-1

Upstream update

Modified:
  perl-module-build/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 23:22:12 UTC (rev 199455)
+++ PKGBUILD2013-11-12 23:29:57 UTC (rev 199456)
@@ -3,7 +3,7 @@
 # Contributor : Alan Young harley...@gmail.com
 
 pkgname=perl-module-build
-pkgver=0.4007
+pkgver=0.4200
 pkgrel=1
 pkgdesc=Build, test, and install Perl modules
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('d589909669f3c3e8ace554f00eb815a1')
+md5sums=('7cf08de8397568225a8f12c5f877fcb8')
 
 build() {
   cd Module-Build-$pkgver



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:30:47
  Author: eric
Revision: 199457

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 199456, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 23:29:57 UTC (rev 199456)
+++ PKGBUILD2013-11-12 23:30:47 UTC (rev 199457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4007
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('d589909669f3c3e8ace554f00eb815a1')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 199456, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 23:30:47 UTC (rev 199457)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4200
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('7cf08de8397568225a8f12c5f877fcb8')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-xml-libxslt/trunk (PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:37:58
  Author: eric
Revision: 100899

upgpkg: perl-xml-libxslt 1.82-1

Upstream update, Clean up PKGBUILD

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 22:41:34 UTC (rev 100898)
+++ PKGBUILD2013-11-12 23:37:58 UTC (rev 100899)
@@ -4,7 +4,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-xml-libxslt
-pkgver=1.81
+pkgver=1.82
 pkgrel=1
 pkgdesc=Interface to the gnome libxslt library
 arch=('i686' 'x86_64')
@@ -13,20 +13,20 @@
 depends=('perl-xml-libxml' 'libxslt')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a721424c905eca40b1b7af9abe32ff76')
+md5sums=('91b5432b2c68fcf88b25cfd825b23b14')
 
 build() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd $srcdir/XML-LibXSLT-$pkgver
+  cd XML-LibXSLT-$pkgver
   make test
 }
 
 package() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  make install DESTDIR=$pkgdir
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in perl-xml-libxslt/repos (4 files)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:39:12
  Author: eric
Revision: 100900

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

Added:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
(from rev 100899, perl-xml-libxslt/trunk/PKGBUILD)
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
(from rev 100899, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-i686/PKGBUILD
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 23:37:58 UTC (rev 100899)
+++ community-i686/PKGBUILD 2013-11-12 23:39:12 UTC (rev 100900)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.81
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a721424c905eca40b1b7af9abe32ff76')
-
-build() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: perl-xml-libxslt/repos/community-i686/PKGBUILD (from rev 100899, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 23:39:12 UTC (rev 100900)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.82
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('91b5432b2c68fcf88b25cfd825b23b14')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-12 23:37:58 UTC (rev 100899)
+++ community-x86_64/PKGBUILD   2013-11-12 23:39:12 UTC (rev 100900)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin juster Davis jrc...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-xml-libxslt
-pkgver=1.81
-pkgrel=1
-pkgdesc=Interface to the gnome libxslt library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-md5sums=('a721424c905eca40b1b7af9abe32ff76')
-
-build() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/XML-LibXSLT-$pkgver
-  make install DESTDIR=$pkgdir
-}

Copied: perl-xml-libxslt/repos/community-x86_64/PKGBUILD (from rev 100899, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-12 23:39:12 UTC (rev 100900)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin juster Davis jrc...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-xml-libxslt
+pkgver=1.82
+pkgrel=1
+pkgdesc=Interface to the gnome libxslt library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+md5sums=('91b5432b2c68fcf88b25cfd825b23b14')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  

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

2013-11-12 Thread Allan McRae
Date: Wednesday, November 13, 2013 @ 03:29:17
  Author: allan
Revision: 199458

upgpkg: bison 3.0.1-1

upstream update

Modified:
  bison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-12 23:30:47 UTC (rev 199457)
+++ PKGBUILD2013-11-13 02:29:17 UTC (rev 199458)
@@ -3,7 +3,7 @@
 # Contributor: Eric Belanger e...@archlinux.org
 
 pkgname=bison
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=The GNU general-purpose parser generator
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('staticlibs')
 install=bison.install
 source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a2624994561aa69f056c904c1ccb2880'
+md5sums=('032a7b7b9f1a6e278ccde73f82cec5c2'
  'SKIP')
 
 build() {



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

2013-11-12 Thread Allan McRae
Date: Wednesday, November 13, 2013 @ 03:30:10
  Author: allan
Revision: 199459

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

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

--+
 testing-i686/PKGBUILD|   34 ++
 testing-i686/bison.install   |   16 
 testing-x86_64/PKGBUILD  |   34 ++
 testing-x86_64/bison.install |   16 
 4 files changed, 100 insertions(+)

Copied: bison/repos/testing-i686/PKGBUILD (from rev 199458, 
bison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-13 02:30:10 UTC (rev 199459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+options=('staticlibs')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('032a7b7b9f1a6e278ccde73f82cec5c2'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: bison/repos/testing-i686/bison.install (from rev 199458, 
bison/trunk/bison.install)
===
--- testing-i686/bison.install  (rev 0)
+++ testing-i686/bison.install  2013-11-13 02:30:10 UTC (rev 199459)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}

Copied: bison/repos/testing-x86_64/PKGBUILD (from rev 199458, 
bison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-13 02:30:10 UTC (rev 199459)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=3.0.1
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+options=('staticlibs')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('032a7b7b9f1a6e278ccde73f82cec5c2'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: bison/repos/testing-x86_64/bison.install (from rev 199458, 
bison/trunk/bison.install)
===
--- testing-x86_64/bison.install(rev 0)
+++ testing-x86_64/bison.install2013-11-13 02:30:10 UTC (rev 199459)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}



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

2013-11-12 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 08:53:22
  Author: tpowa
Revision: 199461

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 199460, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 199460, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 199460, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 199460, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 199460, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 199460, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 199460, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 199460, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 199460, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 199460, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 199460, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 199460, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 199460, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 199460, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 199460, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 199460, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 199460, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 199460, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 199460, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 199460, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 199460, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 199460, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 199460, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 199460, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 199460, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 199460, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  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/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.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-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/samba.service
  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/winbindd.service

+
 /PKGBUILD  |  506 +++
 /nmbd.service  |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch |  120 
 /samba.conf|4 
 /samba.conf.d  |   36 +
 /samba.install |   28 +
 /samba.logrotate   |   18 
 /samba.pam |6 
 /samba.service |   28 +
 /smbd.service  |   24 
 /smbd.socket   |   18 
 /smbd@.service |   14 
 /winbindd.service  |   24 
 extra-i686/PKGBUILD|  253 -
 extra-i686/nmbd.service|   12 
 extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch   |   60 --
 extra-i686/samba.conf  |2 
 extra-i686/samba.conf.d|   18 
 extra-i686/samba.install   |   14 
 extra-i686/samba.logrotate |9 
 extra-i686/samba.pam   |3 
 extra-i686/samba.service   |   14 
 

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

2013-11-12 Thread Tobias Powalowski
Date: Wednesday, November 13, 2013 @ 08:52:48
  Author: tpowa
Revision: 199460

upgpkg: samba 4.1.1-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 02:30:10 UTC (rev 199459)
+++ PKGBUILD2013-11-13 07:52:48 UTC (rev 199460)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.1.0
+pkgver=4.1.1
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.1.0
+_realver=4.1.1
 pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
@@ -240,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('f448d18ae678c72afb72e0510cd69710'
+md5sums=('f63feeae652afc3a0fefdd38176957fb'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'
  'ee4763a656cf00d92bfda31b6bb2c5cb'